.popupBox{z-index:9}.popupBox,.popupBox .blackScreen{position:fixed;top:0;right:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.popupBox .blackScreen{background-color:rgba(0,0,0,.6)}.popupBox.left{justify-content:flex-end!important}.popupBox .popupBody{animation:popups .2s linear;transform:scale(1);width:94%;max-width:500px;position:fixed;min-height:100px;max-height:98vh;background-color:#fff;display:flex;flex-direction:column;overflow:auto}.popupBox.left .popupBody{max-width:450px;height:100vh;transform:translateX(0);animation:popupsSlide .2s linear!important;display:flex;flex-direction:column;overflow:unset;min-height:1px}.popupBox.left .popupBody .flex1{flex:1;overflow:auto}.popupBox .popupBody .close{position:absolute;left:-10;top:-10}.popupBox .popupBody .close svg{background-color:var(--admin-red);color:#fff;padding:5px;font-size:18pt;border-radius:50%}.popupBox .popupBody h2{padding:12px;background-color:var(--main-color);font-size:15pt;font-weight:700;color:#fff;display:flex;justify-content:space-between;align-items:center}.popupBox .popupBody h2 a{color:#fff}.popupBox .popupBody h2 a:hover{color:var(--sec-color)}.popupBox .popupBody form .form_2{display:flex;align-items:center;gap:20px}.popupBox .popupBody form .form_2 .inputBox,.popupBox .popupBody form .form_2 label{flex:1}.popupBox .popupBody .contentHead{padding:15px 10px 0 0;height:unset}.popupBox .popupBody .contentBody{padding:30px;overflow:auto;display:none}.popupBox .popupBody .contentBody.ck{display:block}.popupBox .popupBody::-webkit-scrollbar{width:5px}.popupBox .popupBody::-webkit-scrollbar-track{background:#f1f1f1}.popupBox .popupBody::-webkit-scrollbar-thumb{background:#00a1e9}.popupBox .popupBody .contentBody::-webkit-scrollbar{width:5px}.popupBox .popupBody .contentBody::-webkit-scrollbar-track{background:#f1f1f1}.popupBox .popupBody .contentBody::-webkit-scrollbar-thumb{background:var(--admin)}.popupBox .popupBody .inputBox{padding:20px 0}.popupBox.left .popupBody .inputBox{padding:15px 25px}.popupBox .popupBody .tabsBox a{padding:10px 15px}.popupBox .popupBody .popSlideLeftHeadBox{padding:15px;display:flex;justify-content:space-between}.popupBox .popupBody .popSlideLeftHeadBox h1{font-weight:600;font-size:18pt}.popupBox .popupBody .popSlideLeftHeadBox .closePop{font-size:20pt;color:#888}.popupBox .popupBody .popSlideLeftHeadBox .closePop:hover{color:#ea4545}.popupBox.left .popupBody .flex1::-webkit-scrollbar{width:5px}.popupBox.left .popupBody .flex1::-webkit-scrollbar-track{background:#f1f1f1}.popupBox.left .popupBody .flex1::-webkit-scrollbar-thumb{background:var(--admin)}.popupBox.left .popupBody .flex1::-webkit-scrollbar-thumb:hover{background:#555}@keyframes popups{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes popupsSlide{0%{transform:translateX(-100%)}to{transform:translateX(0)}}