﻿@import url("../fonts/montserrat.css");@import url("inputs.min.css");.popupArea{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:99;display:none;justify-content:center;padding:20px 10px;overflow-y:auto;align-items:center;}.popupArea[status=open]{display:flex;animation:Popup-Open .5s;}.popupArea[status=close]{display:none;animation:Popup-Close .25s;}.popupArea .popupBlokBody{max-height:100%;overflow-y:auto;}.popupArea .popupBody{position:relative;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);min-height:100px;min-width:500px;padding:20px;display:flex;flex-direction:column;gap:20px;background:url(/images/system/popup/popup-body.png),50%/cover no-repeat,#fff;height:fit-content;}.popupArea .popupBody:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,0);height:7px;width:200px;border-radius:0 0 15px 15px;}.popupArea .popupBody[color=green]:before{background:#10782e;box-shadow:0 0 2px 1px rgba(8,88,31,.98) inset;}.popupArea .popupBody[color=blue]:before{background:#0e213f;box-shadow:0 0 2px 1px rgba(39,74,129,.98) inset;}.popupArea .popupBody[color=crimson]:before{background:#f52828;box-shadow:0 0 5px 2px rgba(38,4,4,.63) inset;}.popupArea .popupBody[color=orange]:before{background:#ff7b0d;box-shadow:0 0 5px 2px rgba(58,27,2,.63) inset;}.popupArea .popupBody[color=red]:before{background:#ad102f;box-shadow:0 0 5px 2px rgba(173,16,47,.63) inset;}.popupArea .popupBody .headerBlok{display:flex;align-self:stretch;gap:10px;margin-top:10px;}.popupArea .popupBody .headerBlok .texts{display:flex;flex-direction:column;flex:1;gap:7px;}.popupArea .popupBody .headerBlok .texts .caption{color:#1e1e1e;font-size:17px;font-style:normal;font-weight:600;line-height:18px;}.popupArea .popupBody .headerBlok .texts .description{color:#1e1e1e;font-size:13px;font-style:normal;font-weight:500;line-height:13px;opacity:.5;}.popupArea .popupBody .headerBlok .icons{display:flex;position:relative;width:30px;height:30px;justify-content:center;align-items:center;flex-shrink:0;border-radius:10px;background:#f5f5f5;}.popupArea .popupBody .headerBlok .icons:before{content:"";position:absolute;inset:0;background-color:#f14d4a;-webkit-mask-image:url(/images/system/navigator/close.svg);mask-image:url(/images/system/navigator/close.svg);mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}.popupArea .popupBody .tabbedBlok{min-height:5px;border-radius:10px;background:#1e1e1e;display:flex;gap:5px;padding:5px;cursor:default;}.popupArea .popupBody .tabbedBlok:empty{opacity:.05;}.popupArea .popupBody .tabbedBlok[color=green]{background:#10782e;box-shadow:0 0 2px 1px rgba(8,88,31,.98) inset;}.popupArea .popupBody .tabbedBlok[color=blue]{background:#0e213f;box-shadow:0 0 2px 1px rgba(39,74,129,.98) inset;}.popupArea .popupBody .tabbedBlok[color=crimson]{background:#f52828;box-shadow:0 0 5px 2px rgba(38,4,4,.63) inset;}.popupArea .popupBody .tabbedBlok[color=orange]{background:#ff7b0d;box-shadow:0 0 5px 2px rgba(58,27,2,.63) inset;}.popupArea .popupBody .tabbedBlok .tabbedItems{display:flex;height:25px;padding:7px 12px;justify-content:center;align-items:center;gap:10px;border-radius:5px;color:#fff;color:#d9d9d9;font-size:12px;font-style:normal;font-weight:400;line-height:12px;}.popupArea .popupBody .tabbedBlok .tabbedItems[selected]{background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);color:#1e1e1e;font-size:13px;font-style:normal;font-weight:600;line-height:13px;}.popupArea .popupBody .tabbedBody{display:none;flex-direction:column;align-items:center;gap:25px;width:100%;}.popupArea .popupBody .tabbedBody[selected]{display:flex;}.popupArea .popupBody .middleBlok{display:flex;flex-direction:column;align-items:center;gap:25px;}.popupArea .popupBody .middleBlok .inputPanel{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;flex:1;}.popupArea .popupBody .middleBlok .inputPanel .aText{display:flex;flex-direction:column;gap:3px;flex:1;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption{color:#0e213f;font-size:13px;font-style:normal;font-weight:600;line-height:14px;}.popupArea .popupBody .middleBlok .inputPanel .aText .description{color:#0e213f;font-size:11px;font-style:normal;font-weight:500;line-height:12px;opacity:.5;}.popupArea .popupBody .middleBlok .inputPanel .imgPanel{width:100%;height:250px;max-height:250px;display:flex;align-items:center;justify-content:center;border-radius:12px;background-color:#f3f4f5;padding:20px;border:2px solid rgba(69,83,119,.1);}.popupArea .popupBody .middleBlok .inputPanel .imgPanel img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;}.popupArea .popupBody .middleBlok .squarePanel{display:flex;flex:1;flex-direction:column;min-height:140px;max-width:300px;padding:15px;border-radius:15px;justify-content:center;align-items:center;background:rgba(14,33,63,.05);gap:20px;cursor:default;}.popupArea .popupBody .middleBlok .squarePanel:hover{background:rgba(14,33,63,.15);}.popupArea .popupBody .middleBlok .squarePanel .icon{width:30px;height:30px;mask-size:25px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;background-color:rgba(14,33,63,.85);}.popupArea .popupBody .middleBlok .squarePanel .icon.green{background-color:#11822e;}.popupArea .popupBody .middleBlok .squarePanel .icon.crimson{background-color:#da443c;}.popupArea .popupBody .middleBlok .squarePanel .icon.primary{background-color:#0e213f;}.popupArea .popupBody .middleBlok .squarePanel .textPanel{display:flex;flex-direction:column;gap:5px;padding-inline:10px;}.popupArea .popupBody .middleBlok .squarePanel .textPanel .title{color:#0e213f;font-size:16px;font-style:normal;font-weight:600;line-height:17px;text-align:center;}.popupArea .popupBody .middleBlok .squarePanel .textPanel .description{color:#0e213f;font-size:12px;font-style:normal;font-weight:500;line-height:13px;opacity:.5;text-align:center;}.popupArea .popupBody .infoBlok{display:flex;flex-direction:column;gap:10px;}.popupArea .popupBody .infoBlok .aInfo{display:flex;padding:10px 0;align-items:center;gap:10px;align-self:stretch;}.popupArea .popupBody .infoBlok .aInfo .icons{height:36px;width:36px;background:linear-gradient(323deg,#11822e 0%,#2e9e34 49.6%);-webkit-mask-image:url(/images/system/popup/info.svg);mask-image:url(/images/system/popup/info.svg);mask-size:32px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}.popupArea .popupBody .infoBlok .aInfo .icons.green{background:linear-gradient(323deg,#11822e 0%,#2e9e34 49.6%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .infoBlok .aInfo .icons.blue{background:linear-gradient(225deg,rgba(14,33,63,.49) 0%,#0e213f 100%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .infoBlok .aInfo .icons.crimson{background:linear-gradient(225deg,rgba(245,40,40,.45) 0%,#f52828 100%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .infoBlok .aInfo .icons.orange{background:linear-gradient(225deg,rgba(255,123,13,.45) 0%,#ff7b0d 100%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .infoBlok .aInfo .texts{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:4px;flex:1 0 0;}.popupArea .popupBody .infoBlok .aInfo .texts .caption{color:#1e1e1e;font-size:14px;font-style:normal;font-weight:600;line-height:14px;}.popupArea .popupBody .infoBlok .aInfo .texts .description{color:#1e1e1e;font-size:12px;font-style:normal;font-weight:400;line-height:13px;opacity:.75;}.popupArea .popupBody .buttonBlok{display:flex;justify-content:flex-end;align-items:center;gap:10px;align-self:stretch;cursor:default;}.popupArea .popupBody .buttonBlok .button{position:relative;display:flex;height:35px;padding:0 20px;border-radius:7px;justify-content:center;align-items:center;gap:10px;align-self:stretch;color:#1e1e1e;font-size:14px;background:#f5f5f5;line-height:15px;font-weight:500;transition:.3s all;}.popupArea .popupBody .buttonBlok .button:hover{filter:brightness(.9);}.popupArea .popupBody .buttonBlok .button[disabled]{user-select:none;pointer-events:none!important;cursor:not-allowed;filter:grayscale(150%);opacity:.5;position:relative;}.popupArea .popupBody .buttonBlok .button.green{background:linear-gradient(323deg,#11822e 0%,#2e9e34 49.6%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .buttonBlok .button.blue{background:linear-gradient(225deg,rgba(14,33,63,.49) 0%,#0e213f 100%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .buttonBlok .button.crimson{background:linear-gradient(225deg,rgba(245,40,40,.45) 0%,#f52828 100%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .buttonBlok .button.orange{background:linear-gradient(225deg,rgba(255,123,13,.45) 0%,#ff7b0d 100%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .buttonBlok .button.red{background:linear-gradient(323deg,#dc143c 0%,#c51236 49.6%);color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3);}.popupArea .popupBody .buttonBlok .button[icon]:before{content:"";position:absolute;height:35px;width:35px;}.popupArea .popupBody .buttonBlok .button[icon=add]:before{-webkit-mask-image:url(/images/system/navigator/add.svg);mask-image:url(/images/system/navigator/add.svg);background-color:#fff;mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}.popupArea .popupBody .buttonBlok .button[icon=refresh]:before{-webkit-mask-image:url(/images/system/navigator/refresh.svg);mask-image:url(/images/system/navigator/refresh.svg);background-color:#fff;mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}.horizontalPanel{display:flex;flex-direction:row;gap:15px;align-self:stretch;align-items:center;flex-wrap:wrap;}.verticalPanel{display:flex;flex-direction:column;gap:15px;}.horizontalButtonPanel{display:flex;flex-direction:row;gap:15px;align-self:stretch;align-items:center;flex-wrap:wrap;}.horizontalButtonPanel *{flex:1;}.horizontalButtonPanel .buttonBlok{flex:0;align-self:center;}.miniMessageArea{position:fixed;right:10px;top:10px;display:flex;flex-direction:column;align-items:flex-start;transition:all 1s;z-index:99999;}.miniMessageArea .miniMessage{filter:drop-shadow(0 0 10px rgba(51,51,51,.2));border-radius:15px;padding:15px 12px;background:url(/images/system/message/pop-body.png);display:flex;grid-gap:12px;transition:all 1s;max-width:350px;}.miniMessageArea .miniMessage[visible=wait]{display:none;}.miniMessageArea .miniMessage[visible=open]{display:flex;animation:messageAnimationOpen 1s;transition:all 1s;margin-top:10px;}.miniMessageArea .miniMessage[visible=close]{animation:messageAnimationClose 1s;opacity:0;transition:all 1s;}.miniMessageArea .miniMessage .miniIcon{display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:contain;min-width:36px;}.miniMessageArea .miniMessage .miniIcon[type=lock]{background-image:url(/images/system/message/lock.png);}.miniMessageArea .miniMessage .miniIcon[type=send]{background-image:url(/images/system/message/send.png);}.miniMessageArea .miniMessage .miniIcon[type=tick]{background-image:url(/images/system/message/tick.png);}.miniMessageArea .miniMessage .miniIcon[type=error]{background-image:url(/images/system/message/error.png);}.miniMessageArea .miniMessage .miniIcon[type=setting]{background-image:url(/images/system/message/setting.png);}.miniMessageArea .miniMessage .miniIcon[type=notification]{background-image:url(/images/system/message/notification.png);}.miniMessageArea .miniMessage .miniIcon[type=chat]{background-image:url(/images/system/message/chat.png);}.miniMessageArea .miniMessage .miniIcon[type=microphone]{background-image:url(/images/system/message/microphone.png);}.miniMessageArea .miniMessage .miniIcon[type=data]{background-image:url(/images/system/message/data.png);}.miniMessageArea .miniMessage .miniIcon[type=missed-call]{background-image:url(/images/system/message/missed-call.png);}.miniMessageArea .miniMessage .miniBlok{display:flex;flex-direction:column;grid-gap:5px;}.miniMessageArea .miniMessage .miniMessageHeaderPanel{display:flex;flex-direction:row;flex:1;grid-gap:5px;}.miniMessageArea .miniMessage .miniMessageHeaderPanel .mTitle{font-size:16px;font-weight:600;line-height:16px;color:#1e3c72;flex:1;}.miniMessageArea .miniMessage .miniMessageHeaderPanel .mTime{font-size:10pt;font-weight:400;line-height:12px;color:#1e3c72;opacity:.5;}.miniMessageArea .miniMessage .miniBExp{font-size:14px;font-weight:400;line-height:17px;color:#1e3c72;overflow-wrap:break-word;word-wrap:hyphenate;}.miniMessageArea .miniMessage .miniBExp p{margin:0;}.miniMessageArea .miniMessage .miniBExp a{font-weight:600;}.loadingArea{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(3.5px);display:flex;align-items:center;justify-content:center;z-index:99999;flex-direction:column;}.loadingArea .message{color:#fff;font-size:13pt;font-weight:400;text-align:center;padding:0 15px;line-height:24px;}.loadingArea .close{position:fixed;right:20px;top:20px;height:28px;width:28px;background-color:#fff;-webkit-mask-image:url(/images/system/message/exitWhite.svg);mask-image:url(/images/system/message/exitWhite.svg);mask-size:24px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}@keyframes Popup-Open{0%{display:none;opacity:0;}5%{opacity:.05;}100%{opacity:1;}}@keyframes Popup-Close{0%{display:flex;opacity:1;}100%{opacity:0;display:none;}}@media only screen and (max-width:900px){.popupArea .popupBody{min-width:initial;width:-webkit-fill-available;}}@media only screen and (max-width:410px){.miniMessageArea{left:10px;}.miniMessageArea .miniMessage{max-width:initial;width:auto;}}