@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btnContainer{display:flex;gap:2rem;justify-content:flex-start}.right{display:flex;justify-content:flex-end;margin-bottom:1rem}.space{display:flex;justify-content:space-between}.removeMargin{margin:0!important}.addPadding{padding:1rem 3rem!important}.multiBtn{align-items:center;background:#fff;display:flex;justify-content:flex-end;padding:1rem}.btn,.randomBtn{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;height:3rem;justify-content:center;outline:none;padding:1rem 2rem;text-align:center;text-decoration:none}.randomBtn{border:1px solid #000!important}.randomBtn,.uploadBtn{background:none;font-weight:600}.uploadBtn{align-items:center;border:none;border:1px solid #dcdcdc!important;border-radius:5px;cursor:pointer;display:flex;height:3rem;justify-content:center;outline:none;padding:1rem 2rem;text-align:center;text-decoration:none}.btnBlack{background:#000;color:#fff}.btnYellow{background:#ffc423}.btnGray{background:#e7e7e7;color:#000}.btnRed{background:#c80016;color:#fff}.btnLightRed{background:#c8001633;color:#c80016}.btnBlue{background:#1a3066;color:#fff}.loanBtn{align-items:center;background:#9c2780;border:none;border-radius:5px;color:#fff;display:flex;height:3rem;justify-content:center;margin-right:2rem;outline:none;padding:1rem 2rem;text-align:center;text-decoration:none}.btnWhite{background:#fff;color:#000}.btnSuccess{background:#9747ff;color:#fff}.btnPurple{background:#6239bc;color:#fff}.btnLightPurple{background:#ddceff;color:#6239bc}.btnBorderPurple{background:#fff;border:1px solid #6239bc;color:#6239bc}.btnSuccessOutline{border:1px solid #28a745;color:#28a745}.btnYellow{background:#fc0;color:#000}.btnSMtable{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;height:2.5rem;justify-content:center;margin-right:10px;outline:none;padding:.5rem 1rem;text-align:center;text-decoration:none}.loading{animation:spinner3 .8s ease infinite;background:#0003;border-color:#fff #0006;border-radius:50%;border-style:solid;border-width:2px;height:30px;width:30px}@keyframes spinner3{to{transform:rotate(1turn)}}button:disabled{background:#f5f5f5}.small{flex-basis:30%}.medium{flex-basis:50%}.large{flex-basis:100%}.marginRight{margin-right:1rem}.padding10{padding:1rem 2rem}.editorContainer{flex-basis:100%;overflow:hidden;padding:2rem}.editor,.editorContainer{display:flex;flex-direction:column}.editor{border:none;border-bottom:1px solid #999;border-radius:5px}.alert{flex-direction:column}.alert,.alertImg{align-items:center;display:flex;justify-content:center}.alertImg{width:100%}.alert img{margin-bottom:1rem;object-fit:contain;width:20%}.alert h1{font-size:1.2rem}.alert h1,.alert p{color:#000;margin-bottom:1rem;text-align:center}.alert p,.alert span{font-size:12px}.alert span{color:#000;margin-bottom:1rem;text-align:center}.text{align-items:center;justify-content:center;width:100%}.bulkModal,.text{display:flex;flex-direction:column}.bulkModal{padding:1rem}.downloadTemp{align-items:center;border-bottom:1px solid #dcdcdc;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem}.downloadTemp span img{margin-right:1rem;width:7%}.downloadTemp span{font-size:12px}.downloadTemp a{font-size:13px}.bulkUploadModal{align-items:center;border:1px dotted gray;cursor:pointer;display:flex;justify-content:center;margin-bottom:1rem;overflow:hidden;padding:1rem;position:relative}.bulkModal h4{font-weight:700}.bulkUploadModal svg{color:gray;font-size:2rem;margin-right:1rem}.modalBtnContainer{display:flex;justify-content:flex-end}.bulkUploadModal input[type=file]{font-size:100px;left:0;opacity:0;position:absolute;top:0}.modalTitle{display:flex;flex-basis:100%;flex-direction:column;padding:.5rem 2rem}*{font-family:Montserrat,sans-serif}a{text-decoration:none}.dashboardLayout{display:flex}.cardContainer{display:flex;flex:0.7 1;flex-direction:column;padding:1rem 0;width:100%}.reviewTab{display:flex;flex-direction:column}.flex{display:flex;flex-wrap:wrap;gap:.5rem}.cardFlex{display:flex;flex:0.7 1;flex-wrap:wrap;gap:2rem;padding-right:1rem}.tableDPContainer{align-items:center;display:flex}.tableDP{border:1px solid #9747ff;border-radius:50%;display:flex;margin-right:1px}.tableDP,.tableDP img{height:50px;width:50px}.tableDP img{object-fit:contain}.customTable{display:flex;flex-basis:100%;flex-direction:column;overflow:hidden;padding:1rem 0;width:100%}.customTable table{border-collapse:collapse;font-size:12px;overflow:auto;width:100%}.customTable thead{background:#fff;color:#000}.customTable th{font-weight:700}.customTable td,.customTable th{border:1px solid #ccc;padding:10px}.customTable thead tr{background-color:#f2f2f2}.customTable button{border:none;padding:.5rem}@media screen and (min-width:700px) and (max-width:1050px){.cardFlex{flex-wrap:wrap}}@media screen and (max-width:700px){.cardFlex{flex-wrap:wrap}}@media screen and (max-width:550px){.cardFlex{flex-direction:column;flex-wrap:nowrap}}@media screen and (max-width:400px){.cardFlex{flex-direction:column;flex-wrap:nowrap}}.styles_modal__pAOkI{align-items:center;animation-duration:.3s;animation-name:styles_appear__9\+sQt;background:#12264a7a;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:10}.styles_modalDialog__ghv4R{-webkit-animation-duration:.4s;animation-duration:.5s;-webkit-animation-name:styles_animatetop__mGE80;animation-name:styles_slide-in__MZlIJ;border-radius:10px;box-shadow:0 8px 24px #959da533;display:flex;flex-direction:column;margin:0 20px;max-height:calc(100vh - 40px);overflow:hidden;position:relative;text-align:left;width:100%}.styles_white__SkO0a{background:#fff;color:#000}.styles_black__bgbu8{background:#000;color:#fff}.styles_md__7XpTh{max-width:550px}.styles_lg__AV26G{max-width:750px}.styles_xl__uiv\+V{max-width:1250px}.styles_modalFooter__NODn5,.styles_modalHeader__B0pOE{align-items:center;display:flex;padding:1rem}.styles_modalHeader__B0pOE{justify-content:space-between}.styles_closeCon__O4Kyr,.styles_modalFooter__NODn5{justify-content:flex-end}.styles_closeCon__O4Kyr{display:flex;width:100%}.styles_modalClose__KSY5f{border-radius:50%;cursor:pointer;font-size:2rem;height:40px;margin-bottom:.5rem;width:40px}.styles_modalClose__KSY5f,.styles_modalTitle__qMLe3{align-items:center;display:flex;justify-content:center}.styles_modalTitle__qMLe3{width:100%}.styles_modalBody__qI6hQ{overflow:auto}.styles_modalContent__c6Kfc{padding:1rem}@keyframes styles_appear__9\+sQt{0%{opacity:0}to{opacity:1}}@keyframes styles_slide-in__MZlIJ{0%{transform:translateY(-150px)}to{transform:translateY(0)}}.styles_loader__8rU1t{align-items:center;background:#ffffffb3;color:#6239bc;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;width:100%}.styles_loader__8rU1t p{font-size:1rem}*{box-sizing:border-box;margin:0;padding:0}.styles_medium__gZmkB{flex-basis:50%}.styles_small__ClP4j{flex-basis:33%}.styles_large__NQKIK{flex-basis:100%}.styles_inputFlex__JR2L5{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.styles_InputContainer__mVo2h{display:flex;flex-direction:column;margin-bottom:.5rem}.styles_InputContainer__mVo2h label{font-size:13px;margin-bottom:.5rem;z-index:1}.styles_InputContainer__mVo2h input{background:#fff;border:1px solid #28a745;border-radius:5px;height:3.5rem;outline:none;padding:.5rem 1rem;transition:2s ease-in-out;width:100%}.styles_InputContainer__mVo2h input:read-only{background:#f5f5f5}.styles_radioFlex__gR0iu{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin-bottom:1rem;padding:1rem 2rem}.styles_radioFlex__gR0iu label{color:#000;display:flex;flex:0.3 1;font-size:13px}.styles_radioFlex__gR0iu .styles_Radiooptions__LA2X3{display:flex;flex:0.7 1}.styles_radioFlex__gR0iu span{align-items:center;display:flex;justify-content:center;margin-right:1rem}.styles_radioFlex__gR0iu input[type=radio]{-webkit-appearance:none;appearance:none;background-clip:content-box;border:1px solid #28a745;border-radius:50%;height:20px;margin-right:1rem;padding:2px;width:20px}.styles_radioFlex__gR0iu input[type=radio]:checked{background-color:#28a745}.styles_InputContainer__mVo2h input:focus{border:1px solid #28a745}.styles_InputContainer__mVo2h select{-webkit-appearance:none;appearance:none;background:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;border:1px solid #28a745;border-radius:5px;height:3.5rem;outline:none;padding:.5rem 3rem .5rem 1rem;transition:2s ease-in-out;width:100%}.styles_InputContainer__mVo2h select:focus{border:1px solid #28a745}InputContainer select[multiple]{height:auto}.styles_InputContainer__mVo2h select[multiple] option{padding:4px}.styles_InputContainer__mVo2h select[multiple] option:hover{background-color:#f0f0f0}.styles_InputContainer__mVo2h textarea{border:1px solid #28a745;border-radius:5px;height:5rem;outline:none;padding:1rem;transition:2s ease-in-out;width:100%}.styles_InputContainer__mVo2h textarea:focus{border:1px solid #1a3066}.styles_InputContainer__mVo2h button{border:none;border-radius:5px;height:3.5rem}.styles_InputContainer__mVo2h button,.styles_btn__YKZJe{align-items:center;color:#fff important;display:flex;justify-content:center;outline:none;padding:1rem 3rem;text-align:center;text-decoration:none}.styles_btn__YKZJe{background:#1a3066;border:none;border-radius:10px;color:#000;cursor:pointer;height:3rem;width:100%}.styles_orange__rrZu5{background:var(--orange);color:#fff}.styles_white__-MSdn{background:#fff;color:#ff4e02}.styles_black__ljGDe{background:#000;color:#fff}.styles_loading__9r3xV{animation:styles_spinner3__VQ99u .8s ease infinite;background:#0003;border-color:#fff #0006;border-radius:50%;border-style:solid;border-width:2px;height:30px;width:30px}@keyframes styles_spinner3__VQ99u{to{transform:rotate(1turn)}}button:disabled{background:#f5f5f5 important;color:#000;cursor:not-allowed}.styles_uploadContainer__DSYbX{display:flex;flex-direction:column;padding:.5rem 2rem}.styles_first__qEEFX{align-items:center;display:flex;width:100%}.styles_first__qEEFX label{font-size:12px;margin-bottom:.5rem}.styles_second__ru8EF{display:flex;width:100%}.styles_second__ru8EF button{align-items:center;border:none;border-radius:10px;color:#fff important;display:flex;height:3rem;justify-content:center;outline:none;padding:1rem 3rem;text-align:center;text-decoration:none;width:100%}.styles_uploadWrapper__IvTkg{display:inline-block;overflow:hidden;position:relative;width:100%}.styles_uploadBtn__jcyMi{align-items:flex-start;border:1px solid #dcdcdc;border-radius:10px;color:#fff;display:flex;height:3.5rem;justify-content:flex-start;outline:none;padding:1rem 3rem;text-align:left;text-decoration:none}.styles_uploadWrapper__IvTkg input[type=file]{border:none;font-size:100px;left:0;opacity:0;position:absolute;top:0}.styles_required__ELF\+q{color:#cc2900;font-size:10px}.styles_labelWhite__LuhGA{color:#fff}.styles_labelBlack__LvgMH{color:#000 important}.styles_textSmall__XmOCP{font-size:12px}.styles_btnBlack__2wa7\+{background:#000;color:#fff}.styles_btnYellow__oL2be{background:#fc0;color:#000}.styles_success__dEXN7{background:#28a745;color:#fff}.styles_btnGray__8L1Rq{background:#fafafa;color:#000}.styles_btnBlue__7MaIQ{background:#00678f;color:#fff}.styles_btnWhite__n85p5{background:#fff;border:1px solid #00678f;color:#000}.styles_noautocomplete__o85R1{color:#999;padding:8px}.styles_autocomplete__Zwg8F{border:1px solid #999;border-top:0 solid #999;list-style:none;margin-top:0;max-height:143px;overflow-y:auto;padding-left:0;width:100%}.styles_autocomplete__Zwg8F li{padding:8px}.styles_autocomplete__Zwg8F li:hover,.styles_autocomplete__Zwg8F>.styles_active__FctUd{background-color:#f5f5f5;cursor:pointer;font-weight:600}.styles_autocomplete__Zwg8F li:not(:last-of-type){border-bottom:1px solid #999}.styles_btnContainer__FMh4W{display:flex;justify-content:flex-start;margin-bottom:1rem}.styles_passwordIcon__JpHQh{margin-left:90%;margin-top:-2rem}.styles_cxt__R9Dgl{background:none;border:none;border-bottom:1px solid #999;border-radius:0;min-height:3.5rem;outline:none;padding:.5rem 1rem;width:100%}.styles_cxtFlex__7I42-{display:flex;flex-wrap:wrap;gap:1rem}.styles_tagItem__yH35x{align-items:center;background:#f5f5f5;border-radius:5px;color:#000;cursor:pointer;display:flex;font-size:12px;justify-content:space-between;padding:.5rem 1rem}.styles_dropdownContainer__AZhZ3{position:relative;width:100%}.styles_options__Sk5xd{background:#f5f5f5e6;height:7rem;overflow:hidden;overflow-y:auto;padding:1rem;position:absolute;width:100%;z-index:9999!important}.styles_options__Sk5xd::-webkit-scrollbar{width:5px}.styles_options__Sk5xd::-webkit-scrollbar-track{background-color:gray}.styles_options__Sk5xd::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #fff}.styles_options__Sk5xd label{cursor:pointer;display:block;margin-bottom:5px}.styles_options__Sk5xd label input{border:none;border-bottom:1px solid #999;height:10px;margin-right:1rem;width:10px}@media screen and (max-width:700px){.styles_inputFlex__JR2L5{display:flex;flex-direction:column}}@media screen and (max-width:550px){.styles_inputFlex__JR2L5{display:flex;flex-direction:column}}.image_container__9PECN{display:flex;flex-direction:column;padding:.5rem 2rem;width:100%}.image_container__9PECN label{font-size:13px;margin-bottom:.5rem;z-index:1}.image_uploadContainer__hun83{align-items:center;border:2px dashed #ccc;cursor:pointer;display:flex;flex-direction:column;padding:2rem;transition:background-color .3s;width:100%}.image_uploadContainer__hun83.image_dragging__2Lglc{background-color:#f0f0f0;border-color:#999}.image_uploadContainer__hun83:hover{background-color:#f0f0f0}.image_first__IoHOR{margin-bottom:10px}.image_uploadWrapper__wEBlz{display:inline-block;overflow:hidden;position:relative;width:100%}.image_uploadWrapper__wEBlz input[type=file]{border:none;font-size:100px;left:0;opacity:0;position:absolute;top:0}.image_uploadBtn__4Y6C4{border:none;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.image_uploadBtn__4Y6C4,.image_uploadBtn__4Y6C4:hover{background-color:#c80014}.image_required__64Mbq{color:red}.image_droppedImages__drcVz{display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px}.image_droppedImages__drcVz img{border:1px solid #ccc;margin:5px;max-height:100px;max-width:100px;padding:3px}.image_dragging__2Lglc{background:#d892c8}.styles_tableContainer__mp7Of{background-color:#fff;border-radius:10px;box-shadow:0 0 0 1px #0000000d;font-family:sans-serif;margin-top:1rem;overflow-x:auto;padding:20px}.styles_controls__xOOEv{align-items:center;display:flex;justify-content:space-between;padding:16px 0}.styles_searchInput__fjKYb{border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:14px;padding:10px 14px;width:250px}.styles_buttonGroup__B7KIu{display:flex}.styles_csvButton__2mzdf,.styles_pdfButton__CMGVX{border:none;border-radius:8px;cursor:pointer;font-size:14px;margin-left:10px;padding:10px 20px}.styles_pdfButton__CMGVX{background-color:#fff;border:1px solid gray;color:#000}.styles_csvButton__2mzdf{background-color:#1f1e1e;border:1px solid #f5f5f5;color:#fff}.styles_customTable__tgu4K{border-collapse:collapse;margin-top:20px;width:100%}.styles_headerRow__aVUx1{background-color:#f9f9f9;border-bottom:1px solid #eee}.styles_headerCell__FXViE{color:#333;font-size:12px;font-weight:600;padding:14px 18px;text-align:left}.styles_headerCheckbox__J8spm{margin-right:8px}.styles_filterInput__DL7iw{border:1px solid #e0e0e0;border-radius:6px;font-size:12px;margin-top:6px;padding:8px 10px;width:120px}.styles_dataRow__thDnU{border-bottom:1px solid #f0f0f0}.styles_dataCell__pojNR{color:#444;font-size:12px;padding:14px 18px}.styles_rowCheckbox__9GR8d{margin-right:8px}.styles_pagination__DMrgL{align-items:center;display:flex;justify-content:center;margin-top:20px;padding:10px 0}.styles_paginationButton__gvkV7{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;margin:0 8px;padding:8px 16px}.styles_pageIndicator__oc9TW{color:#555;font-size:14px;margin:0 16px}.styles_tableContainer__mp7Of{background-color:#f8f9fa}.styles_headerRow__aVUx1{background-color:#e9ecef}.styles_dataRow__thDnU:nth-child(2n){background-color:#f2f3f4}.styles_dataCell__pojNR{color:#343a40}.styles_searchInput__fjKYb{border-radius:5px;padding:10px 20px}.styles_csvButton__2mzdf,.styles_paginationButton__gvkV7,.styles_pdfButton__CMGVX{border-radius:5px}.styles_dropdown__Cisof{display:inline-block;position:relative}.styles_dropdownToggle__z1tOO{border:none;cursor:pointer;display:flex;justify-content:center;padding:8px}.styles_dropdownMenu__eaha1{background-color:#fff;box-shadow:0 0 0 1px #0000000d;display:flex;flex-direction:column;font-size:13px;left:0;min-width:100px;padding:8px;position:absolute;top:100%;z-index:1!important}.styles_dropdownItem__\+Ze00{cursor:pointer;padding:4px 8px}.styles_dropdownItem__\+Ze00:hover{background-color:#f2f2f2}.modal_modal__e093m,.styles_loader__Lz5OI{align-items:center;display:flex;flex-direction:column;justify-content:center}.modal_modal__e093m{animation-duration:.3s;animation-name:modal_appear__iCBoz;background:rgba(0,0,0,.722);bottom:0;left:0;position:fixed;right:0;top:0;width:100%;z-index:10}.modal_modalDialog__Kz2fj{-webkit-animation-duration:.4s;animation-duration:.5s;-webkit-animation-name:modal_animatetop__LbrPf;animation-name:modal_slide-in__SilSO;border-radius:5px;box-shadow:0 8px 24px #959da533;display:flex;gap:3rem;max-height:calc(100vh - 40px);overflow-y:auto;padding:2rem;position:relative;width:100%}.modal_white__y9Nyr{background:#fff;color:#000}.modal_black__CMXZN{background:#000;color:#fff}.modal_md__JdVcr{max-width:550px}.modal_lg__gK5kZ{max-width:960px}.modal_xl__4YEDU{max-width:1250px}.modal_bodyWrapper__v1dVu{width:90%}.modal_modalHeader__-nH1C{display:inline-flex;flex-direction:column;gap:.4rem}.modal_modalFooter__vUf8B{justify-content:flex-end}.modal_modalClose__w5gYV{align-items:center;background:#ddceff;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;width:44px}.modal_modalTitle__rlXXf{color:#323234;font-size:1.1rem;font-weight:400}.modal_modalSubTitle__I4-UB{color:#979797;font-size:.7rem;font-weight:300;max-width:70%}.modal_modalContent__vA2zy{margin-block:1rem}@keyframes modal_appear__iCBoz{0%{opacity:0}to{opacity:1}}@keyframes modal_slide-in__SilSO{0%{transform:translateY(-150px)}to{transform:translateY(0)}}.styles_navLG__3Vdi6{flex:0.15 1}.styles_navSM__F3hLC{flex:0.05 1}.styles_navigation__ckT3u{background:#fafafa;background-color:#fff;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:1rem 0 0 1.5rem;position:relative;transition:.5s ease;width:100%}.styles_navigation__ckT3u::-webkit-scrollbar{width:0}.styles_logo__K9THJ{align-items:center;color:#6239bc;display:flex;font-size:1.7rem;font-weight:700;height:5rem;width:100%}.styles_logo__K9THJ img{height:3.7rem;object-fit:contain;width:3.7rem}.styles_links__M1bUE{display:flex;flex-direction:column;padding:1rem 0}.styles_navSM__F3hLC .styles_links__M1bUE ul li{align-items:center;border-radius:50%;justify-content:center}.styles_navSM__F3hLC .styles_links__M1bUE{align-items:center;justify-content:center;padding:1rem}.styles_navSM__F3hLC .styles_links__M1bUE ul li svg{font-size:15px}.styles_links__M1bUE ul{display:flex;flex-direction:column;list-style:none;width:100%}.styles_links__M1bUE ul li{cursor:pointer;display:flex;flex-direction:column;justify-content:center;list-style:none;margin-bottom:.5rem;padding:.5rem}.styles_links__M1bUE ul li a{color:#b8b5da;display:flex;font-size:.8rem;font-weight:600}.styles_links__M1bUE ul li span{align-items:center;color:#6239bc;display:flex;list-style:none;text-decoration:none}.styles_links__M1bUE ul li a svg,.styles_links__M1bUE ul li span svg{margin-right:.5rem}.styles_links__M1bUE p{color:#6239bc}.styles_active__ZnqEI,.styles_active__ZnqEI .styles_links__M1bUE ul li:hover{color:#6239bc}.styles_childActive__ujg0N{color:#fff}.styles_links__M1bUE ul .styles_active__ZnqEI a,.styles_links__M1bUE ul .styles_active__ZnqEI span{color:#6239bc}.styles_child__WhITh{color:#6239bc;display:flex;flex-direction:column}.styles_child__WhITh ul li{padding:.4rem 1rem}.styles_child__WhITh ul li a{color:#b8b5da;font-size:.8rem;font-weight:600}.styles_child__WhITh ul .styles_childActive__ujg0N a{color:#6239bc}.styles_childContainer__-UngN{display:flex;flex-direction:column;width:100%}.styles_childContainer__-UngN li span{color:#b8b5da!important;font-size:10px;font-weight:600;margin-top:1rem;text-transform:uppercase}.styles_toggle__QR6Gz{align-items:center;background-color:#6239bc;border-radius:50%;box-shadow:0 54px 55px #00000040,0 -12px 30px #0000001f,0 4px 6px #0000001f,0 12px 13px #0000002b,0 -3px 5px #00000017;color:#fff;display:flex;display:none;height:40px;justify-content:center;left:0;position:absolute;width:40px;z-index:1!important}.styles_openToggle__YBjrm{background:#b8b5da;color:#6239bc}.styles_logout__HGmU5{margin-top:1rem;padding:.5rem}@media screen and (min-width:1300px) and (max-width:1600px){.styles_navLG__3Vdi6{flex:0.2 1}}@media screen and (max-width:1300px){.styles_navLG__3Vdi6{flex:0.2 1}}@media screen and (min-width:1050px) and (max-width:1300px){.styles_navLG__3Vdi6{flex:0.2 1}}@media screen and (min-width:700px) and (max-width:1024px){.styles_toggle__QR6Gz{display:flex;top:0}.styles_openNav__BZ-QE{display:flex}}@media screen and (max-width:700px){.styles_navigation__ckT3u{display:none}.styles_toggle__QR6Gz{display:flex;top:0}.styles_openNav__BZ-QE{display:flex}.styles_navLG__3Vdi6{min-height:100dvh}}@media screen and (max-width:550px){.styles_navigation__ckT3u{display:none}.styles_toggle__QR6Gz{display:flex;margin:5px;top:0}.styles_openNav__BZ-QE{display:flex}.styles_navLG__3Vdi6{min-height:100dvh}}@media screen and (max-width:400px){.styles_navigation__ckT3u{display:none}.styles_toggle__QR6Gz{display:flex;top:0}.styles_openNav__BZ-QE{display:flex}.styles_navLG__3Vdi6{min-height:100dvh}}.styles_baseLayout__Psh6M{background:#fff;border-radius:8px;flex:1 1;min-width:320px;overflow-x:auto;padding:1.5rem 2rem}.styles_divider__27KHT{background:#979797;height:20px;width:.5px}.styles_header__eeWvw{align-items:center;display:flex;gap:1rem}.styles_title__xflcK{font-size:13px;font-weight:500}.styles_body__i-IEY{display:grid;padding:3rem .5rem .1rem;place-items:center}.styles_reviewWrapper__MtnXn{text-align:center}.styles_hr__jw2KZ{background:#979797;height:.5px;margin-block:2.3rem;margin-inline:auto;width:90px}.styles_reviews__pU7sU{align-items:center;display:inline-flex;gap:1.4rem}.styles_reviewsCount__AQSuK{font-size:1.9rem;font-weight:300;letter-spacing:1.6px}.styles_reviewsRate__zzFAU{font-size:1.7rem;font-weight:300}.styles_emojiWrapper__rpJSR{background:#b1b1b1;border-radius:50%;height:36px;overflow:clip;position:relative;width:36px}.styles_emojiWrapper__rpJSR img{border-radius:inherit;height:100%;width:100%}.styles_emojiWrapper__rpJSR .styles_rate__JE9s4{bottom:0;position:absolute;width:100%}.styles_greenShade__4kCYx{background:rgba(55,201,55,.651)}.styles_redShade__JHZGb{background:rgba(234,62,62,.788)}.styles_reviewType__wsF77{color:#979797;font-size:.9rem;margin-top:5px}.styles_top__QVUqs{align-items:center;display:inline-flex;flex-direction:column;gap:1rem}.styles_top__QVUqs h4{color:#033161;font-size:2.57rem;font-weight:200;letter-spacing:1.5px}.styles_top__QVUqs h4>span{font-size:2.57rem}.styles_top__QVUqs h4>span:last-child{font-weight:500}.styles_top__QVUqs .styles_lastHour__RKy4I{align-items:center;color:#979797;display:inline-flex;font-size:.9rem;gap:.3em}.styles_top__QVUqs .styles_lastHour__RKy4I>span{color:#262c31;font-size:1.7rem;font-weight:300;margin-inline:.5rem}.styles_bottom__WZEEV{display:flex;flex-direction:column;height:100px;justify-content:space-between}.styles_bottom__WZEEV .styles_request__s-PWd{color:#979797;font-size:.9rem;text-align:center}.styles_bottom__WZEEV>div{align-items:center;display:flex;gap:2.5rem;justify-content:center;margin-inline:auto;width:80%}.styles_bottom__WZEEV>div>p{align-items:center;display:inline-flex;font-size:.9rem;gap:.5em}.styles_bottom__WZEEV>div>p span{font-size:1.7rem}.styles_dangerRed__nrzG0{color:#ff0b0b;font-weight:300}.styles_gold__Zb95A{color:#ffbe18;font-weight:300}.styles_textContainer__LhqId{display:flex;flex-direction:column;padding:1rem}.styles_textContainer__LhqId p{color:#4b4a49}.styles_textContainer__LhqId h4{color:#000}.styles_small__GFu7X{flex-basis:32%}.styles_medium__ak6SP{flex-basis:50%}.styles_large__woay6{flex-basis:100%}.styles_header__YU8Zn{background:#fff;border-radius:5px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;display:flex;height:5rem;justify-content:space-between;padding:1rem;width:100%}.styles_title__oTGN5{border-right:1px solid #dcdcdc;flex:0.1 1}.styles_search__J7Id7,.styles_title__oTGN5{align-items:center;display:flex;font-size:1rem;font-weight:400;justify-content:center;padding:.5rem}.styles_search__J7Id7{flex:0.6 1}.styles_search__J7Id7 input{border:none;height:3rem;outline:none;padding:.5rem 1rem;width:95%}.styles_user__0ltHf{align-items:center;display:flex;flex:0.2 1;font-size:1rem;font-weight:400;justify-content:center;justify-content:space-between;padding:.5rem}.styles_dp__-q\+ST{border:1px solid #9747ff;border-radius:50%;display:flex;height:50px;margin-right:1px;width:50px}.styles_dp__-q\+ST img{height:50px;object-fit:contain;width:50px}.styles_user__0ltHf svg{color:#9747ff}.styles_progressCard__89pwU{background:#fff;border-radius:8px;flex:1 1;min-height:fit-content;padding-bottom:7rem}.styles_title__M27W7{font-weight:500;line-height:8;text-align:center}.styles_progressBarWrapper__iMZo9{align-items:center;border-radius:50%;display:flex;justify-content:center;margin-inline:auto;width:80%}.styles_count__ghCkF{font-size:3.4286rem;font-weight:100!important;position:absolute}circle{fill:none;stroke-width:7px}.styles_analyticsCard__eAu\+A{background:#fff;border-radius:8px;flex:1 1;min-width:320px;overflow-x:auto;padding:1.5rem 2rem}.styles_divider__\+QOaR{background:#979797;height:20px;width:.5px}.styles_header__uTybe{align-items:center;display:flex;justify-content:space-between}.styles_titleAndActionContainer__iqfiW{align-items:center;display:inline-flex;gap:1rem}.styles_titleAndActionContainer__iqfiW>.styles_title__FAAVA{font-size:13px;font-weight:500}.styles_icon__egitz{align-items:center;border-radius:7px;display:inline-flex;height:34px;justify-content:center;width:34px}.styles_body__Z6r5z{margin-block:2rem}.styles_totals__3ZPmM{color:#033161;display:inline-flex;flex-direction:column}.styles_totals__3ZPmM>span{font-size:13px;font-weight:500}.styles_totals__3ZPmM>strong{text-wrap:nowrap!important;font-size:36px;font-weight:400}.styles_change__u29BT{margin-bottom:3rem;margin-top:1.2rem}.styles_change__u29BT>.styles_percentage__zDo4X{font-size:1.7rem;font-weight:300;margin-inline:10px}.styles_change__u29BT>.styles_timeFrame__Za5tf{color:#979797;font-size:.9rem}.styles_footer__l2DTW{border-top:.5px solid #979797}.styles_footer__l2DTW *{color:#7a878d;font-size:.8rem;font-weight:700}.styles_footer__l2DTW header{display:flex;justify-content:space-between;padding-block:1rem}.styles_footer__l2DTW .styles_footerBody__zsuEs{align-items:center;display:flex;justify-content:space-between;padding-block:.4rem}.styles_footer__l2DTW .styles_footerBody__zsuEs>.styles_imgContainer__tK22g{align-items:center;display:inline-flex;gap:.5rem;position:relative}.styles_footer__l2DTW .styles_footerBody__zsuEs>.styles_imgContainer__tK22g img{border-radius:50%;height:36px;object-fit:cover;width:36px}.styles_footer__l2DTW .styles_footerBody__zsuEs>.styles_imgContainer__tK22g span{background-color:#fef9e6;border-radius:50%;box-shadow:0 3px 4px 0 rgba(0,0,0,.102);color:#ffbe18;display:grid;font-size:.8rem;height:18px;left:-10px;place-items:center;position:absolute;width:18px}.styles_customTabContainer__bfiTM header{align-items:center;display:flex;justify-content:space-between;margin-block:1rem}.styles_tabItemWrapper__GcbMp{display:inline-flex;gap:2rem}.styles_tabItem__V4k3n{border-right:.5px solid #979797;cursor:default;display:flex;gap:12px;padding-right:2rem}.styles_tabItem__V4k3n:last-of-type{border:none}.styles_tabItem__V4k3n p{color:#979797;font-weight:500;padding-bottom:5px}.styles_tabItem__V4k3n span{align-items:center;background:#ea3e3e;border-radius:50%;box-shadow:0 3px 4px 0 rgba(0,0,0,.102);color:#fff;display:flex;font-size:.8rem;height:29px;justify-content:center;width:29px}.styles_active__C-Z1B{border-bottom:2px solid #6239bc!important;color:#6239bc!important}.styles_img__mxomM{height:30px!important;object-fit:cover;transition:.6s ease;width:30px!important}.styles_imgContainer__OJzAf{align-items:center;background:rgba(151,71,255,.063);border:1px solid #dcdcdc;border-radius:10px;box-shadow:0 8px 24px #959da533;cursor:pointer;display:flex;justify-content:center;overflow:clip;padding:10px 5px;transition:.5s ease;width:50px}.styles_imgContainer__OJzAf:hover{width:80px}.styles_imgContainer__OJzAf:hover .styles_download__0KKPY{opacity:1;transform:translateX(0) scale(1)}.styles_download__0KKPY{margin-left:1rem;opacity:0;transform:translateX(10px) scale(0);transition:.5s ease}.styles_icon__BDBHA{margin-left:1rem}
/*# sourceMappingURL=main.a56b29cf.css.map*/