﻿@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:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;z-index:99999;pointer-events:none;overflow:hidden;}.miniMessageArea .miniMessage{pointer-events:all;cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#008400;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 60px;box-sizing:border-box;transition:opacity 250ms ease, transform 250ms ease;}.miniMessageArea .miniMessage[visible=wait]{display:none;}.miniMessageArea .miniMessage[visible=open]{display:flex;animation:messageAnimationOpen 280ms ease-out;}.miniMessageArea .miniMessage[visible=close]{animation:messageAnimationClose 250ms ease-in forwards;}.miniMessageArea .miniMessage[as-tone=success]{background:#008400;}.miniMessageArea .miniMessage[as-tone=warning]{background:#E67E22;}.miniMessageArea .miniMessage[as-tone=error]{background:#D32F2F;}.miniMessageArea .miniMessage .miniIcon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;height:26px;border-radius:50%;background-color:rgba(255,255,255,.18);}.miniMessageArea .miniMessage .miniIcon::before{content:"";display:block;width:15px;height:15px;background-position:center;background-repeat:no-repeat;background-size:contain;}.miniMessageArea .miniMessage .miniIcon[type=lock]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=send]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'%3E%3C/line%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'%3E%3C/polygon%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=tick]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=error]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=setting]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=notification]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9'%3E%3C/path%3E%3Cpath d='M13.73 21a2 2 0 0 1-3.46 0'%3E%3C/path%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=chat]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=microphone]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z'%3E%3C/path%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'%3E%3C/path%3E%3Cline x1='12' y1='19' x2='12' y2='23'%3E%3C/line%3E%3Cline x1='8' y1='23' x2='16' y2='23'%3E%3C/line%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=data]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'%3E%3C/ellipse%3E%3Cpath d='M21 12c0 1.66-4 3-9 3s-9-1.34-9-3'%3E%3C/path%3E%3Cpath d='M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5'%3E%3C/path%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniIcon[type=missed-call]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 7 23 1 17 1'%3E%3C/polyline%3E%3Cline x1='16' y1='8' x2='23' y2='1'%3E%3C/line%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");}.miniMessageArea .miniMessage .miniBExp{font-size:12pt;font-weight:600;line-height:18px;color:#FFFFFF;text-align:center;overflow-wrap:break-word;word-wrap:hyphenate;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.miniMessageArea .miniMessage .miniBExp p{margin:0;display:inline;}.miniMessageArea .miniMessage .miniBExp a{font-weight:700;color:#FFFFFF;text-decoration:underline;}@keyframes messageAnimationOpen{from{opacity:0;}to{opacity:1;}}@keyframes messageAnimationClose{from{opacity:1;}to{opacity:0;}}.loadingArea{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(14,20,41,.55);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;flex-direction:column;}.loadingArea .loadingCard{display:flex;flex-direction:column;align-items:center;gap:18px;background:#fff;border-radius:20px;box-shadow:0 10px 30px 0 rgba(0,0,0,.25);padding:34px 40px;min-width:260px;max-width:360px;}.loadingArea .spinner{width:48px;height:48px;border-radius:50%;border:4px solid #d4d7e4;border-top-color:#283779;animation:loadingSpin .8s linear infinite;flex-shrink:0;}.loadingArea .message{color:#283779;font-size:13pt;font-weight:600;text-align:center;line-height:22px;}.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;}.loadingArea .loadingLogo{height:30px;width:auto;max-width:190px;object-fit:contain;opacity:0.8;margin-top:-2px;}@keyframes loadingSpin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@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 .miniMessage{padding:0 20px;}}