﻿@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%;}.popupArea .popupBody{position:relative;border-radius:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);min-height:100px;min-width:750px;padding:40px;display:flex;flex-direction:column;gap:35px;background:url(/images/system/popup/popupback5.png),50%/cover no-repeat,#fff;height:fit-content;background-position:center;background-size:cover;z-index:1;}.popupArea .popupBody:before{display:none;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:15px;margin-top:5px;}.popupArea .popupBody .headerBlok .texts{display:flex;flex-direction:column;flex:1;gap:7px;}.popupArea .popupBody .headerBlok .texts .caption{color:#1e1e1e;font-size:26px;font-style:normal;font-weight:600;line-height:120%;text-align:center;}.popupArea .popupBody .headerBlok .texts .description{color:#1e1e1e;font-size:14px;font-style:normal;font-weight:400;line-height:130%;opacity:.5;text-align:center;}.popupArea .popupBody .headerBlok .texts c{background:#fcdae1;border-radius:5px;padding:3px 6px;color:#dc143c;font-weight:600;font-size:14px;line-height:15px;margin-top:1px;}.popupArea .popupBody .headerBlok .texts g{background:#d1fddd;border-radius:5px;padding:3px 6px;color:#034d16;font-weight:600;font-size:14px;line-height:15px;margin-top:1px;}.popupArea .popupBody .headerBlok .texts b{background:#dee7f6;border-radius:5px;padding:3px 6px;color:#1d3b6d;font-weight:600;font-size:14px;line-height:15px;margin-top:1px;}.popupArea .popupBody .headerBlok .texts .taLeft{text-align:left;}.popupArea .popupBody .headerBlok .texts .taCenter{text-align:center;}.popupArea .popupBody .headerBlok .texts .taRight{text-align:right;}.popupArea .popupBody .headerBlok .icons{display:flex;position:absolute;top:-10px;right:-10px;width:40px;height:40px;justify-content:center;align-items:center;border-radius:10px;background:#fff;z-index:999;box-shadow:0 0 10px 0 rgba(6,76,167,.1);}.popupArea .popupBody .headerBlok .icons:before{content:"";position:absolute;inset:0;background-color:#dc143c;-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:#f8f8f8;display:flex;gap:5px;padding:10px;cursor:default;overflow:hidden;overflow-x:auto;}.popupArea .popupBody .tabbedBlok:empty{opacity:.05;display:none!important;}.popupArea .popupBody .tabbedBlok .tabbedItems{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:10px;border-radius:7px;color:#fff;color:rgba(14,33,63,.99);font-size:15px;font-style:normal;white-space:nowrap;font-weight:400;line-height:125%;}.popupArea .popupBody .tabbedBlok .tabbedItems .icon{height:20px;width:20px;}.popupArea .popupBody .tabbedBlok .tabbedItems .icon img,.popupArea .popupBody .tabbedBlok .tabbedItems .icon svg{max-width:20px;max-height:20px;}.popupArea .popupBody .tabbedBlok .tabbedItems[selected]{background:#064ca7;box-shadow:0 0 4px 0 rgba(0,0,0,.25);color:#fff;font-style:normal;font-weight:400;white-space:nowrap;border-radius:7px;background:#064ca7;box-shadow:0 0 4px 0 rgba(14,33,63,.5);}.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:grid;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;overflow:hidden;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption{color:#0e213f;font-size:15px;font-style:normal;font-weight:500;line-height:120%;display:flex;align-items:center;gap:5px;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption asinfo{width:15px;height:15px;opacity:.5;background-color:#2e9e34;mask-image:url(/images/system/popup/mini-info.svg);mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption asinfo:hover{opacity:1;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption asinfo[uyari]{background-color:#dc143c;animation:asinfoAnimation 1800ms infinite;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption.back{border-radius:7px;background:#ecf0f3;display:flex;align-items:center;padding:0 5px 0 10px;min-height:30px;height:30px;position:relative;padding-left:30px;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption.back:before{content:"";position:absolute;left:10px;top:50%;transform:translate(0,-50%);height:15px;width:15px;background-color:#1d3b6d;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:left;mask-size:13px;mask-image:url(../images/system/navigator/list3.svg);}.popupArea .popupBody .middleBlok .inputPanel .aText .caption.back2{border-radius:7px;background:#ecf0f3;display:flex;align-items:center;padding:0 5px 0 10px;min-height:30px;height:30px;position:relative;padding-left:30px;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption.back2:before{content:"";position:absolute;left:10px;top:50%;transform:translate(0,-50%);height:15px;width:15px;background-color:#1d3b6d;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:left;mask-size:13px;mask-image:url(../images/system/navigator/export.svg);}.popupArea .popupBody .middleBlok .inputPanel .aText .caption.back3{border-radius:7px;background:#ecf0f3;display:flex;align-items:center;padding:0 5px 0 10px;min-height:30px;height:30px;position:relative;padding-left:30px;}.popupArea .popupBody .middleBlok .inputPanel .aText .caption.back3:before{content:"";position:absolute;left:10px;top:50%;transform:translate(0,-50%);height:15px;width:15px;background-color:#1d3b6d;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:left;mask-size:13px;mask-image:url(../images/system/table/tableStok.svg);}.popupArea .popupBody .middleBlok .inputPanel .aText .description{color:#0e213f;font-size:12px;font-style:normal;font-weight:500;line-height:120%;opacity:.5;flex-wrap:nowrap;white-space:nowrap;transform:translateX(0);}.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 .inputPanel .aList{display:flex;flex-direction:column;gap:10px;overflow:hidden;overflow-y:auto;max-height:300px;padding-block:10px;}.popupArea .popupBody .middleBlok .inputPanel .aList .noData{display:none;font-size:12px;font-weight:400;line-height:14px;color:#0e213f;}.popupArea .popupBody .middleBlok .inputPanel .aList .element{background-color:#fff;border-radius:10px;padding:10px;display:flex;gap:10px;align-items:center;border:1px solid rgba(0,0,0,.05);}.popupArea .popupBody .middleBlok .inputPanel .aList .element .icons{height:30px;width:30px;min-width:30px;display:flex;align-items:center;justify-content:flex-start;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:left center;background-color:#0e213f;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle{display:flex;flex-direction:column;gap:7px;flex:1;height:40px;overflow:hidden;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle .nameGroup{display:flex;gap:10px;align-items:center;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle .nameGroup .name{font-size:14px;font-weight:400;line-height:16px;color:#0e213f;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle .nameGroup .val{font-size:12px;font-weight:600;line-height:14px;color:#a8b3e3;flex:0;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle .progress{height:5px;width:100%;margin-top:5px;border-radius:3px;position:relative;overflow:hidden;background-color:#e4eafc;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle .progress:before{content:"";position:absolute;top:0;left:0;bottom:0;width:calc(1%*var(--asent-data));border-right:3px;background:linear-gradient(322deg,#04090f 7.19%,#1d3b6d 100%);}.popupArea .popupBody .middleBlok .inputPanel .aList .element .middle .expText{display:none;font-size:12px;font-weight:400;line-height:14px;color:#a8b3e3;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .control{height:25px;width:25px;min-width:25px;border-radius:7px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;background-size:14px;background-position:center;background-repeat:no-repeat;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup{display:flex;flex-direction:column;gap:10px;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup .control2{height:25px;width:25px;min-width:25px;border-radius:7px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;background-size:18px;background-position:center;background-repeat:no-repeat;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup .control2[asent-type=button-exit]{background-image:url(../images/system/navigator/close.svg);background-size:13px;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup .control2[asent-type=download]{background-image:url(../images/system/navigator/export.svg);background-size:13px;}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup .control2[asent-type=checkbox]{background-image:url(../images/system/popup/un-check.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup .control2[asent-type=checkbox][asent-status=check]{background-image:url(../images/system/popup/check.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element .controlGroup .control2[asent-type=checkbox][asent-status=uncheck]{background-image:url(../images/system/popup/un-check.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element:hover{box-shadow:0 0 10px rgba(0,0,0,.1);}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=loading] .icons{background-color:#0e213f;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=loading] .control{background-image:url(../images/system/navigator/close.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=completed] .icons{background-color:#11822e;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=completed] .middle .nameGroup .val{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=completed] .middle .progress{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=completed] .middle .expText{display:initial;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=completed] .control{background-image:url(../images/system/navigator/tick-green.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=cancel] .icons{background-color:#f52828;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=cancel] .middle .nameGroup .val{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=cancel] .middle .progress{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=cancel] .middle .expText{display:initial;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=cancel] .control{background-image:url(../images/system/navigator/cancel.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=error] .icons{background-color:#f52828;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=error] .middle .nameGroup .val{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=error] .middle .progress{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=error] .middle .expText{display:initial;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=error] .control{background-image:url(../images/system/navigator/cancel.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=typeError] .icons{background-color:#f52828;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=typeError] .middle .nameGroup .val{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=typeError] .middle .progress{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=typeError] .middle .expText{display:initial;}.popupArea .popupBody .middleBlok .inputPanel .aList .element[asent-status=typeError] .control{background-image:url(../images/system/navigator/cancel.svg);}.popupArea .popupBody .middleBlok .inputPanel .aList[asent-count="0"] .noData{display:initial;}.popupArea .popupBody .middleBlok .inputPanel .aList[asent-count="0"] .element{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aList::-webkit-scrollbar{border-radius:35px!important;height:7px;width:13px!important;}.popupArea .popupBody .middleBlok .inputPanel .aList::-webkit-scrollbar-thumb{background-color:#cdd1d7!important;border:5.5px solid #fff;border-radius:35px!important;}.popupArea .popupBody .middleBlok .inputPanel .aList::-webkit-scrollbar-thumb:hover{transition:.3s all!important;border:3.5px solid #f5f5f5;background:linear-gradient(322deg,#0033a1 7.19%,#0033a1 100%);}.popupArea .popupBody .middleBlok .inputPanel .aList::-webkit-scrollbar-track{background-color:transparent!important;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel{display:flex;flex-direction:column;gap:10px;overflow:hidden;overflow-y:auto;max-height:300px;padding-right:3px;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .noData{display:none;font-size:12px;font-weight:400;line-height:14px;color:#0e213f;border-radius:10px;padding:10px;border:1px solid rgba(0,0,0,.05);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element{background-color:#fff;border-radius:10px;padding:10px;display:flex;gap:10px;border:1px solid rgba(0,0,0,.2);width:100%;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .textGroup{display:flex;flex-direction:column;gap:10px;flex:1;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .captionGroup{display:flex;gap:10px;width:100%;align-items:center;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .captionGroup .first{font-size:12px;font-weight:400;line-height:14px;color:#0e213f;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .captionGroup .last{font-size:12px;font-weight:400;line-height:12px;color:#a8b3e3;flex:0;white-space:nowrap;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .ExpGroup{flex:1;font-size:12px;font-weight:500;line-height:12px;color:#0e213f;opacity:1;max-width:600px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .controlGroup{display:flex;flex-direction:column;gap:10px;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .controlGroup .control{height:25px;width:25px;min-width:25px;border-radius:7px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;background-size:18px;background-position:center;background-repeat:no-repeat;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .controlGroup .control[asent-type=button-exit]{background-image:url(../images/system/navigator/close.svg);background-size:13px;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .controlGroup .control[asent-type=checkbox]{background-image:url(../images/system/popup/un-check.svg);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .controlGroup .control[asent-type=checkbox][asent-status=check]{background-image:url(../images/system/popup/check.svg);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element .controlGroup .control[asent-type=checkbox][asent-status=uncheck]{background-image:url(../images/system/popup/un-check.svg);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element:hover{box-shadow:0 0 10px rgba(0,0,0,.1);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element[asent-status=complate]{opacity:.5;cursor:default;margin-left:15px;width:calc(100% - 15px);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element c{text-decoration:none!important;background:#fcdae1;border-radius:5px;padding:1px 6px;color:#dc143c;font-weight:600;font-size:12px;line-height:13px;margin-left:5px;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element g{text-decoration:none!important;background:#d1fddd;border-radius:5px;padding:1px 6px;color:#034d16;font-weight:600;font-size:12px;line-height:13px;margin-left:5px;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel .element b{text-decoration:none!important;background:#dee7f6;border-radius:5px;padding:1px 6px;color:#1d3b6d;font-weight:600;font-size:12px;line-height:13px;margin-left:5px;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel[asent-count="0"] .noData{display:initial;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel[asent-count="0"] .element{display:none;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel::-webkit-scrollbar{border-radius:35px!important;height:7px;width:13px!important;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel::-webkit-scrollbar-thumb{background-color:#cdd1d7!important;border:5.5px solid #fff;border-radius:35px!important;}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel::-webkit-scrollbar-thumb:hover{transition:.3s all!important;border:3.5px solid #f5f5f5;background:linear-gradient(322deg,#0033a1 7.19%,#0033a1 100%);}.popupArea .popupBody .middleBlok .inputPanel .aCommantPanel::-webkit-scrollbar-track{background-color:transparent!important;}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel{display:flex;gap:10px;overflow-x:auto;margin-top:-20px;padding-top:15px;z-index:0;background-color:#fff;padding-inline:5px;padding-bottom:5px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border:2px solid rgba(69,83,119,.1);}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel::-webkit-scrollbar{border-radius:50px!important;height:15px;background-color:transparent!important;}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel::-webkit-scrollbar-thumb{background-color:#cdd1d7!important;border:5px solid #fff;border-inline:none;border-radius:6px!important;}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel::-webkit-scrollbar-thumb:hover{transition:.3s all!important;border:4px solid #fff;border-inline:none;background:linear-gradient(322deg,#04090f 7.19%,#1d3b6d 100%);border-radius:6px!important;}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel::-webkit-scrollbar-track{background-color:transparent!important;margin:5px 0!important;}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel .eksButton{cursor:default;transition:all .3s;padding:3px;display:flex;align-items:center;justify-content:center;color:#0e213f;font-size:12px;font-style:normal;font-weight:400;line-height:14px;border-radius:6px;white-space:nowrap;}.popupArea .popupBody .middleBlok .inputPanel .bottomEksPanel .eksButton:hover{background-color:#f5f5f5;}.popupArea .popupBody .middleBlok .inputPanel .FixedHolder{width:100%;position:relative;}.popupArea .popupBody .middleBlok .inputPanel .FixedHolder .input{width:100%;}.popupArea .popupBody .middleBlok .inputPanel .FixedHolder span{position:absolute;color:rgba(75,99,142,.85);font-size:11pt;background:#fff;margin-top:3px;top:5px;bottom:5px;display:flex;align-items:center;right:5px;justify-content:center;padding:0 10px;border-radius:7px;font-weight:500;box-shadow:0 0 10px rgba(198,209,218,.5);}.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:#f3f4f5;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 .middleBlok .rotaPanel{display:flex;flex-direction:column;gap:7px;width:100%;max-height:250px;overflow:auto;}.popupArea .popupBody .middleBlok .rotaPanel .rotaItem{display:flex;gap:10px;align-items:center;background:#f4f4f4;padding:7px 10px;border-radius:5px;}.popupArea .popupBody .middleBlok .rotaPanel .rotaItem .rotaIcon{height:7px;width:7px;border-radius:10px;background:#0e213f;opacity:.3;}.popupArea .popupBody .middleBlok .rotaPanel .rotaItem .rotaNumber{font-size:15px;font-weight:500;line-height:14px;color:#0e213f;opacity:.7;}.popupArea .popupBody .middleBlok .rotaPanel .rotaItem .rotaText{font-size:14px;font-weight:500;line-height:16px;color:#0e213f;}.popupArea .popupBody .middleBlok .twoGroupFile{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;align-self:stretch;align-items:center;}.popupArea .popupBody .middleBlok .fileViews{display:flex;min-width:400px;max-width:800px;width:100%;align-items:center;justify-content:center;border:2px solid #ecf0f3;padding:10px;border-radius:13px;}.popupArea .popupBody .middleBlok .fileViews *{max-width:100%;max-height:100%;border-radius:8px;width:100%;}.popupArea .popupBody .middleBlok .fileViews iframe{min-width:500px;min-height:450px;}.popupArea .popupBody .middleBlok .fileViews audio{background-color:#f1f3f4;}.popupArea .popupBody .middleBlok table.dataTable{padding-bottom:5px!important;}.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.red{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:16px;font-style:normal;font-weight:500;line-height:120%;}.popupArea .popupBody .infoBlok .aInfo .texts .description{color:#1e1e1e;font-size:14px;font-style:normal;font-weight:400;line-height:120%;opacity:.9;width:100%;}.popupArea .popupBody .infoBlok .aInfo .texts .backText{margin-top:5px;background-color:#e9ecf1;font-size:12px;font-style:normal;font-weight:400;line-height:14px;color:#0e213f;border-radius:5px;padding:5px 7px;}.popupArea .popupBody .infoBlok2{display:flex;flex-direction:column;gap:10px;}.popupArea .popupBody .infoBlok2 .aInfo{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border:1px solid #d1d5db;border-radius:10px;}.popupArea .popupBody .infoBlok2 .aInfo .icons{height:24px;width:24px;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:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;}.popupArea .popupBody .infoBlok2 .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 .infoBlok2 .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 .infoBlok2 .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 .infoBlok2 .aInfo .icons.red{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 .infoBlok2 .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 .infoBlok2 .aInfo .texts{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:4px;flex:1 0 0;}.popupArea .popupBody .infoBlok2 .aInfo .texts .caption{color:#1e1e1e;font-size:15px;font-style:normal;font-weight:400;line-height:130%;}.popupArea .popupBody .buttonBlok{display:flex;justify-content:flex-end;align-items:center;gap:10px;align-self:stretch;cursor:default;justify-content:space-between;}.popupArea .popupBody .buttonBlok .button{position:relative;display:flex;height:38px;padding:0 20px;border-radius:7px;justify-content:center;align-items:center;gap:10px;align-self:stretch;color:#1e1e1e;font-size:14px;background:#f8f8f8;line-height:120%;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.bold{font-weight:600;}.popupArea .popupBody .buttonBlok .button.green{background:rgba(17,130,46,.1);color:#11822e;}.popupArea .popupBody .buttonBlok .button.green:hover{background:rgba(17,130,46,.2);}.popupArea .popupBody .buttonBlok .button.blue{border-radius:8px;background:rgba(6,76,167,.05);color:#064ca7;}.popupArea .popupBody .buttonBlok .button.blue:hover{background:rgba(6,76,167,.15);}.popupArea .popupBody .buttonBlok .button.crimson{border-radius:8px;background:rgba(245,40,40,.1);color:#f52828;}.popupArea .popupBody .buttonBlok .button.crimson:hover{background:rgba(245,40,40,.2);}.popupArea .popupBody .buttonBlok .button.orange{background:#fff7f2;color:#ff7b0d;}.popupArea .popupBody .buttonBlok .button.orange:hover{background:#e9d7cc;}.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:38px;width:38px;}.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;}.popupArea .popupBody .buttonBlok .button[iconnew]{padding-left:35px!important;}.popupArea .popupBody .buttonBlok .button[iconnew]:before{content:"";position:absolute;height:100%;width:100%;}.popupArea .popupBody .buttonBlok .button[iconnew=new-add]:before{-webkit-mask-image:url(/images/system/new/add.svg);mask-image:url(/images/system/new/add.svg);background-color:#11822e;mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-refresh]:before{-webkit-mask-image:url(/images/system/new/refresh.svg);mask-image:url(/images/system/new/refresh.svg);background-color:#064ca7;mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-see]:before{-webkit-mask-image:url(/images/system/new/see.svg);mask-image:url(/images/system/new/see.svg);background-color:#064ca7;mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-send]:before{-webkit-mask-image:url(/images/system/new/send.svg);mask-image:url(/images/system/new/send.svg);background-color:#064ca7;mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-exit]:before{-webkit-mask-image:url(/images/system/new/exit.svg);mask-image:url(/images/system/new/exit.svg);background-color:#064ca7;mask-size:12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-redirect]:before{-webkit-mask-image:url(/images/system/new/redirect.svg);mask-image:url(/images/system/new/redirect.svg);background-color:#064ca7;mask-size:12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-export]:before{-webkit-mask-image:url(/images/system/new/export.svg);mask-image:url(/images/system/new/export.svg);background-color:#064ca7;mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[iconnew=new-screen]:before{-webkit-mask-image:url(/images/system/new/screen.svg);mask-image:url(/images/system/new/screen.svg);background-color:#064ca7;mask-size:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center left 5px;-webkit-mask-position:center left 5px;}.popupArea .popupBody .buttonBlok .button[icon-color=green]:before{background-color:#11822e!important;}.popupArea .popupBody .buttonBlok .button[icon-color=blue]:before{background-color:#064ca7!important;}.popupArea .popupBody .buttonBlok .button[icon-color=crimson]:before{background-color:#f52828!important;}.popupArea .popupBody .buttonBlok .button[icon-color=orange]:before{background-color:#ff7b0d!important;}.popupArea .popupBody .buttonBlok .button[icon-color=red]:before{background-color:#f52828!important;}.popupArea .popupBody .buttonBlok .button[icon-color=gray]:before{background-color:#1e1e1e!important;}.popupArea .popupBody .twoPanel{display:flex;gap:15px;flex:1;width:1000px;min-height:700px;max-height:700px;}.popupArea .popupBody .twoPanel .closeLogo{display:flex;position:absolute;width:30px;height:30px;right:20px;top:20px;justify-content:center;align-items:center;border-radius:10px;background:#f5f5f5;}.popupArea .popupBody .twoPanel .closeLogo: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 .twoPanel .panel{overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:30px 15px;transition:box-shadow .3s;cursor:default;}.popupArea .popupBody .twoPanel .panel.left{border-radius:10px 0 0 10px;width:250px;background-color:#e9ecf1;gap:40px;background:url(../images/system/popup/twin-pop-body.jpg),10%/cover no-repeat,#e9ecf1;background-color:#e9ecf1;background-size:cover;background-blend-mode:color-burn;}.popupArea .popupBody .twoPanel .panel.left .headerPanel{font-size:20px;font-weight:600;line-height:32px;text-align:center;color:#1d3b6d;}.popupArea .popupBody .twoPanel .panel.left img,.popupArea .popupBody .twoPanel .panel.left svg{max-width:150px;max-height:150px;}.popupArea .popupBody .twoPanel .panel.left .itemPanel{flex:1;display:flex;flex-direction:column;gap:5px;width:100%;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem{display:flex;gap:15px;align-items:center;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem .number{height:35px;width:35px;min-width:35px;border-radius:10px;background-color:#bbc6d7;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;line-height:20px;color:#0e213f;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem .text{font-size:16px;font-weight:400;line-height:16px;color:#1d3b6d;white-space:nowrap;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem.selected .number{background-color:#1d3b6d;color:#fff;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem.selected .text{font-weight:600;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem.success{opacity:.5;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .numberItem.success .number{background-color:#008000;color:#fff;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .speratorItem{width:35px;height:30px;position:relative;}.popupArea .popupBody .twoPanel .panel.left .itemPanel .speratorItem:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50);width:1px;height:30px;background-color:#bbc6d7;}.popupArea .popupBody .twoPanel .panel.right{border-radius:0 20px 20px 0;flex:1;gap:30px;padding:15px;}.popupArea .popupBody .twoPanel .panel.right .titleGroup{display:flex;flex-direction:column;gap:5px;width:100%;}.popupArea .popupBody .twoPanel .panel.right .titlePanel{font-size:18px;font-weight:600;line-height:20px;width:100%;text-align:left;color:var(--primary-color);}.popupArea .popupBody .twoPanel .panel.right .titlePanel.Exp{font-size:13px;font-weight:400;opacity:.75;}.popupArea .popupBody .twoPanel .panel.right .formPanel{flex:1;gap:25px;display:flex;flex-direction:column;width:100%;overflow:hidden;overflow-y:auto;}.popupArea .popupBody .twoPanel .panel.right .formPanel .horizontalPanel{display:flex;width:100%;gap:15px;}.popupArea .popupBody .twoPanel .panel.right .formPanel::-webkit-scrollbar{border-radius:35px!important;height:7px;width:18px!important;}.popupArea .popupBody .twoPanel .panel.right .formPanel::-webkit-scrollbar-thumb{background-color:#cdd1d7!important;border:7.5px solid #fff;border-radius:35px!important;}.popupArea .popupBody .twoPanel .panel.right .formPanel::-webkit-scrollbar-thumb:hover{transition:.3s all!important;border:5px solid #fff;background:linear-gradient(322deg,#04090f 7.19%,#1d3b6d 100%);}.popupArea .popupBody .twoPanel .panel.right .formPanel::-webkit-scrollbar-track{background-color:transparent!important;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel{display:flex;justify-content:space-between;width:100%;text-align:center;gap:10px;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .middle{cursor:default;text-decoration:none;background-color:#e9ecf1;padding:7px 15px;border-radius:10px;font-size:14px;line-height:20px;font-weight:400;color:#0e213f;display:flex;align-items:center;justify-content:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .back{cursor:default;text-decoration:none;background-color:#e9ecf1;padding:7px 15px;border-radius:10px;font-size:14px;line-height:20px;font-weight:400;color:#0e213f;display:flex;align-items:center;justify-content:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .next{cursor:default;background:linear-gradient(322deg,#04090f 7.19%,#1d3b6d 100%);padding:7px 10px;border-radius:10px;font-size:14px;line-height:20px;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .add{cursor:default;background:linear-gradient(323deg,#11822e 0%,#2e9e34 49.6%);padding:7px 10px;border-radius:10px;font-size:14px;line-height:20px;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .leftIcon{padding-left:25px;position:relative;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .leftIcon:before{content:"";position:absolute;left:5px;top:50%;height:16px;width:16px;transform:translate(0,-50%);mask-size:8px;background-color:#0e213f;mask-image:url(../images/system/popup/button-left.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .rightIcon{padding-right:25px;position:relative;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .rightIcon:before{content:"";position:absolute;right:5px;top:50%;height:16px;width:16px;transform:translate(0,-50%);mask-size:8px;background-color:#fff;mask-image:url(../images/system/popup/button-right.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .tickIcon{padding-left:25px;position:relative;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .tickIcon:before{content:"";position:absolute;left:5px;top:50%;height:16px;width:16px;transform:translate(0,-50%);mask-size:12px;background-color:#fff;mask-image:url(../images/system/navigator/tick.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .cancelIcon{padding-left:25px;position:relative;color:#dc143c;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .cancelIcon:before{content:"";position:absolute;left:5px;top:50%;height:16px;width:16px;transform:translate(0,-50%);mask-size:12px;background-color:#dc143c;mask-image:url(../images/system/navigator/close.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .afterIcon{padding-left:30px;position:relative;color:#0e213f;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .afterIcon:before{content:"";position:absolute;left:10px;top:50%;height:16px;width:16px;transform:translate(0,-50%);mask-size:14px;background-color:#0e213f;mask-image:url(../images/system/popup/button-after.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .back:hover{filter:brightness(.9);}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .next:hover{filter:brightness(1.3);}.popupArea .popupBody .twoPanel .panel.right .infoPanel{padding:7px 10px;background:#e9ecf1;border-radius:7px;display:flex;flex-direction:column;gap:10px;}.popupArea .popupBody .twoPanel .panel.right .infoPanel.anim{animation:asinfoAnimation 2s infinite;}.popupArea .popupBody .twoPanel .panel.right .infoPanel .text{color:#dc143c;font-size:13px;font-weight:500;line-height:18px;}.popupArea .popupBody .twoPanel .panel.right .infoPanel .text.anim{animation:asinfoAnimation 2s infinite;}.popupArea .popupBody .twoPanel .panel form{overflow:hidden;display:flex;flex-direction:column;gap:30px;padding:0;margin:0;flex:1;width:100%;}.popupArea .popupBody .miniAlterPanelGroup{display:flex;flex-direction:column;gap:10px;width:100%;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel{display:flex;align-items:center;gap:10px;background-color:#eeeff1;border-radius:10px;padding:10px 7px;width:100%;color:#1d3b6d;font-size:13px;font-style:normal;font-weight:500;line-height:14px;position:relative;padding-left:33px;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel:before{content:"";position:absolute;height:18px;width:18px;left:7px;top:50%;transform:translateY(-50%);mask-image:url(../images/system/popup/info.svg);mask-size:18px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-position:center;background-color:#1d3b6d;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel.dpInitial{display:initial;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel.fn12{font-size:12px;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel.fn11{font-size:11px;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel.fn10{font-size:10px;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=orange]:before{background-color:#f69c5b;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=purple]:before{background-color:#8978f4;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=ping]:before{background-color:#f85c8c;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=red]:before{background-color:#fa3f3f;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=gray]:before{background-color:#343434;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=blue]:before{background-color:#3ba7fd;}.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;color:#1e3c72;}.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 asinfoAnimation{0%{opacity:.3;}50%{opacity:1;}100%{opacity:.3;}}@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:1368px){.popupArea .popupBody .middleBlok .fileViews iframe{min-width:100%;}}@media only screen and (max-width:1100px){.popupArea .popupBody .middleBlok .twoGroupFile{grid-template-columns:initial;grid-template-rows:minmax(0,1fr) minmax(0,1fr);}}@media only screen and (max-width:900px){.popupArea .popupBody{min-width:initial;width:-webkit-fill-available;}}@media only screen and (max-width:650px){.popupArea .popupBody .middleBlok .inputPanel .aText .description{width:-webkit-fill-available;}}@media only screen and (max-width:410px){.miniMessageArea{left:10px;}.miniMessageArea .miniMessage{max-width:initial;width:auto;}}