﻿@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:15px;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;position:relative;}.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;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;}.popupArea .popupBody .headerBlok .texts .description{color:#1e1e1e;font-size:13px;font-style:normal;font-weight:500;line-height:13px;opacity:.5;text-align:center;}.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;position:absolute;right:0;top:-10px;}.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 .headerBlok .icons.print{font-size:14px;font-weight:500;line-height:15px;width:auto;padding-inline:10px!important;padding-left:30px!important;color:#0e213f!important;}.popupArea .popupBody .headerBlok .icons.print:before{content:"";background-color:#0e213f;-webkit-mask-image:url(/images/system/navigator/printer.svg)!important;mask-image:url(/images/system/navigator/printer.svg)!important;mask-position:7px center;}.popupArea .popupBody .headerBlok .icons:hover{filter:brightness(.9);}.popupArea .popupBody .headerBlok 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 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 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 .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 c{background:#fcdae1;border-radius:5px;padding:3px 6px;color:#dc143c;font-weight:600;font-size:11px;line-height:15px;margin-top:1px;}.popupArea .popupBody .middleBlok .inputPanel g{background:#d1fddd;border-radius:5px;padding:3px 6px;color:#034d16;font-weight:600;font-size:11px;line-height:15px;margin-top:1px;}.popupArea .popupBody .middleBlok .inputPanel b{background:#dee7f6;border-radius:5px;padding:3px 6px;color:#1d3b6d;font-weight:600;font-size:11px;line-height:15px;margin-top:1px;}.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;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 .description{color:#0e213f;font-size:11px;font-style:normal;font-weight:500;line-height:12px;opacity:.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.popupArea .popupBody .middleBlok .inputPanel .rText{font-weight:600;font-size:13px;line-height:14px;color:#0e213f;display:flex;align-items:center;gap:5px;}.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 .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 .gruopBoxPanel{flex:1;border:1px solid rgba(69,83,119,.1);padding:5px;padding-bottom:10px;display:flex;flex-direction:column;gap:10px;border-radius:12px;width:100%;min-width:250px;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbHeaderPanel{height:30px;width:100%;border-radius:7px;background-color:rgba(69,83,119,.1);display:flex;gap:10px;align-items:center;padding:0 5px;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbHeaderPanel .gbTitle{font-size:13px;font-weight:500;color:#1e1e1e;line-height:110%;flex:1;white-space:nowrap;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbHeaderPanel .gbControl{display:flex;gap:5px;align-items:center;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbHeaderPanel .gbControl .gbControlItem{height:18px;width:18px;border-radius:4px;color:#fff;background:linear-gradient(323deg,#11822e 0%,#2e9e34 49.6%);position:relative;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbHeaderPanel .gbControl .gbControlItem.add:before{position:absolute;inset:0;content:"";background-color:#fff;mask-image:url(/images/system/navigator/add.svg)!important;mask-position:center;mask-size:11px;mask-repeat:no-repeat;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel{display:flex;flex-direction:column;gap:5px;width:100%;justify-content:center;margin:0;padding:0;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel .gbValueItem{font-size:12px;font-weight:400;line-height:110%;color:#1e1e1e;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:0 5px;padding-left:15px;position:relative;display:flex;gap:5px;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel .gbValueItem[name=nullData]{opacity:.4;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel .gbValueItem:before{position:absolute;left:5px;top:50%;transform:translateY(-50%);content:"";height:5px;width:5px;border-radius:10px;background-color:#1e1e1e;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel .gbValueItem a{font-size:12px;font-weight:400;line-height:110%;color:#1e1e1e;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:0;flex:1;overflow:hidden;max-width:250px;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel .gbValueItem del{height:14px;width:14px;min-width:14px;border-radius:4px;color:#fff;background:#dc143c;position:relative;flex:0;}.popupArea .popupBody .middleBlok .gruopBoxPanel .gbValuePanel .gbValueItem del:before{position:absolute;inset:0;content:"";background-color:#fff;mask-image:url(/images/system/table/tableDeleted.svg)!important;mask-position:center;mask-size:8px;mask-repeat:no-repeat;}.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;}.popupArea .popupBody .twoPanel{display:flex;gap:15px;flex:1;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:20px;display:flex;flex-direction:column;width:100%;overflow:hidden;overflow-y:auto;}.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 .buttonPanel .add:hover{filter:brightness(1.3);}.popupArea .popupBody .twoPanel .panel.right .buttonPanel .middle: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:7px;padding:10px 7px;width:100%;color:#1d3b6d;font-size:13px;font-style:normal;font-weight:500;line-height:14px;position:relative;padding-left:30px;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel:before{content:"";position:absolute;height:18px;width:18px;left:5px;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[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;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[color=crimson]:before{background-color:#dc143c;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=orange]{color:#f69c5b;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=purple]{color:#8978f4;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=ping]{color:#f85c8c;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=red]{color:#fa3f3f;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=gray]{color:#343434;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=blue]{color:#3ba7fd;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[text-color=crimson]{color:#dc143c;}.popupArea .popupBody .miniAlterPanelGroup .miniAlertPanel[animation=true]{animation:asinfoAnimation 1800ms infinite;}.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 asinfoAnimation{0%{opacity:.3;}50%{opacity:1;}100%{opacity:.3;}}@keyframes Popup-Close{0%{display:flex;opacity:1;}100%{opacity:0;display:none;}}@media only screen and (max-width:1010px){.popupArea .popupBody .twoPanel{width:100%;}}@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;}}