/* DHK Theme Traffic Light Popup */
/* Auto popup style */
/* html{overflow:unset !important;} */
:root{
   --popup-title-font-color: #222;
   --popup-main-font-color: #222;
}
html[dir] .es-auto-popup .auto-popup-dialog{background-color:rgba(20, 0, 0, .75); z-index:3000;}
.es-auto-popup .auto-popup-dialog div.dialog-wrapper{height:auto !important; max-height:70% !important; max-width:900px;}
.es-auto-popup .auto-popup-dialog div.dialog-container{border-radius:20px; max-height:60vh; background:#fffef9;}
html[dir] .es-auto-popup .auto-popup-dialog div.close-dialog-btn{right:0; top:-60px; color:#000; line-height:36px; border:0; background:#fffef9; text-indent:-9999px; background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9M9 9L1 1M9 9L17 1M9 9L1 17' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-position:center; background-repeat:no-repeat; background-size:18px auto;}
.popup-message{padding:54px;}
.popup-message, .popup-message *{font-size:18px !important; font-family:var(--main-font, 'Open Sans', arial, 'PingFang TC', 'Microsoft JhengHei', \5FAE\8EDF\6B63\9ED1\9AD4, 'MHei', PMingLiU, sans-serif) !important; line-height:1.4; color:var(--popup-main-font-color) !important;}
.popup-message .popup-message-title{color:var(--popup-title-font-color) !important; font-weight:700 !important; text-align:center; font-size:32px !important;}
.popup-message .popup-message-content{margin-top:25px;}

@media (max-width: 767.98px) {
   html[dir] .es-auto-popup .auto-popup-dialog{width:100vw !important;}
   html[dir] .es-auto-popup .auto-popup-dialog div.dialog-wrapper{width:calc(100% - 8px - 8px); height:auto; max-height:70%;}
   .es-auto-popup .auto-popup-dialog div.dialog-container{border-radius:12px;}
   .popup-message{padding:35px 20px;}
   .popup-message, .popup-message *{font-size:16px !important;}
   .popup-message .popup-message-title{font-size:25px !important;}
   .popup-message .popup-message-content{margin-top:20px;}
}