
/* popup */

.digages_aplwoo_trigger-popup { 
    cursor: pointer;
  }
  
  .digages_aplwoo_popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.726);
    justify-content: center;
    align-items: center;
    z-index: 99999999 !important;
  }
  
  .digages_aplwoo_popup-content {
    /* background-color: #ffffff; */
    /* padding: 20px 20px; */
    border-radius: 2px;
    position: relative; 
    max-width: 90%;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.3); */
  }
  
  .digages_aplwoo_close-popup {
    position: absolute;
    /* left: 15px; */
    color: #131212;
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .digages_aplwoo_popup-content-head
  {
    display: flex;
    margin-bottom: 20px;
  }

  .digages_aplwoo_popup-content button
  { 
    padding: 8px 16px !important;
    background: #3858E9 !important;
    border-radius: 2px !important;
    border-color: transparent !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 20px !important; 
  }


.digages_aplwoo_settings_notice
  {
      margin-left:0px !important;
      max-width:600px;
  }
  .digages_aplwoo_settings_notice_topspace
  {
      margin-top:20px !important;
  }

  .digages_aplwoo_upgrbgtum
{
padding: 12px 16px !important;
gap: 12px !important;
background: #FCF9E8 !important;
border-left: 4px solid #DBA617 !important;
padding-left: 16px !important;
padding-top: 12px !important;
padding-bottom: 12px !important;
padding-right: 12px !important;
}


.digages_aplwoo_upgrbgtumtxt
{
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #1D2327 !important;
    margin-bottom: 12px !important;
}

