/**
* 2026 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2026 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.anpt-field {
  margin-top: 5px;  
  margin-bottom: 25px;  
}
  
.anpt-field-title {
  margin-bottom: 0 !important;
  font-weight: bold;
}

.an-pt-type-field-data {
  padding-top: 5px;
}




/*** modal ***/
.anpt-open {
  overflow: hidden;

}
.anpt-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1100;

}

.anpt-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: none;
  overflow-y: auto;
  padding: 20px;
  z-index: 1200;
  width: 100%;
  max-width: 100%;

}
.anpt_popup-data {
  display: none!important;
}
.anpt_popup {
  margin: 0 auto;
  max-width: 785px;
  width: 100%;
  display: none;
  min-width: 200px;
  position: relative;
  background-color: #FAFAFA;
  z-index: 300;
  padding: 30px 15px;
}
.anpt-btn-close {
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.anpt-open-modal-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-top: 15px;
}
.anpt-open-modal-btn svg {
  margin-right: 10px;
}
.anpt-open-modal-btn span {
  text-decoration: underline;
}
.anpt-open-modal-btn:hover {
  color: #949494;
}
