@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Italic.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto_LOCAL;src:url(/resources/fonts/Roboto-Light.ttf)format("truetype");font-weight:lighter;font-style:normal}.global-popup{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;background-color:#00000085;justify-content:center;align-items:center;width:100%;min-width:320px;height:100%;transition:opacity .22s;display:flex;position:fixed;top:0;left:0}.global-popup.show{opacity:1}.global-popup.no-darken{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000}.global-popup .children-area{background-color:#fafafa;border-radius:14px;width:90vw;max-width:640px;height:fit-content;max-height:86vh;animation:.2s ease-out popup-pop-in;position:relative;overflow:auto;box-shadow:0 8px 40px #00000038}.global-popup .children-area .return-button{cursor:pointer;background-color:#e0e0e0;border-radius:50%;transition:background-color .15s;display:block;position:absolute;top:10px;right:10px}.global-popup .children-area .return-button:hover{background-color:#ccc}.global-popup .children-area .popup-header{border-bottom:1px solid #ebebeb;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px 20px;display:flex}.global-popup .children-area .popup-header .popup-title{color:#2c2c2c;font-family:Roboto,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.global-popup .children-area .popup-header .popup-close-btn{cursor:pointer;color:#707070;background:#f0f0f0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s;display:flex}.global-popup .children-area .popup-header .popup-close-btn:hover{background:#e0e0e0}.global-popup .children-area .popup-body{padding:20px}.global-popup .children-area .conclusionBtn{justify-content:flex-end;width:100%;padding:10px 20px;display:flex}@media (max-width:712px){.global-popup{align-items:flex-end;padding:0}.global-popup .children-area{border-radius:20px 20px 0 0;width:100%;max-width:none;max-height:90vh;animation:.28s cubic-bezier(.32,.72,0,1) popup-slide-up}.global-popup .children-area:before{content:"";background:#d0d0d0;border-radius:2px;width:40px;height:4px;margin:10px auto 4px;display:block}}.global-popup input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.global-popup input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@keyframes popup-pop-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes popup-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
