@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);.header{width:100%;position:-webkit-sticky;position:sticky;top:0;height:75px;background-color:#fff;box-shadow:4px 0 15px hsla(0,0%,59.6%,.25);border-radius:0;padding:22px;z-index:2}.header,.header_left{display:flex;justify-content:space-between;align-items:center}.header_left{height:100%}.header_left .hamburger{margin-right:1rem}.header_left .logo h1{color:var(--primaryBlue);margin:0;font-size:1.5rem}.header .ant-avatar{display:flex;justify-content:center;align-items:center}.header .user_img{width:54px;height:54px;border-radius:50%;object-fit:cover;cursor:pointer}.user_popover{width:16rem}.user_popover .ant-popover-inner{border-radius:.5rem}.user_popover .ant-popover-inner-content{padding:.5rem 0!important}.user_popover_content p{display:flex;align-items:center;color:var(--toryBlue);font-weight:500;font-size:1rem;padding:.6rem 1rem;cursor:pointer}.user_popover_content p:hover{background:var(--hoverLightBlue)}.user_popover_content p svg{width:1.2rem;height:1.2rem;margin-right:.4rem}.user_popover_content p svg path{stroke:var(--primaryBlue);stroke-width:3!important}.user_popover_content p span{line-height:.9}.navbar{min-width:327px;width:327px;height:calc(100vh - 75px);background-color:#fff;background:#fff;box-shadow:4px 0 15px hsla(0,0%,59.6%,.25);padding-top:25px;position:-webkit-sticky;position:sticky;z-index:0;top:75px;transition:.5s;overflow-x:hidden}.navbar .navbarImage{display:flex;justify-content:center;align-items:center;margin:0 auto}.navbar .navbarImage img{width:100%;height:100%;width:7.5rem;height:7.5rem;border-radius:50%;object-fit:cover;transition:.5s}.navbar.active{min-width:95px!important;width:95px!important}.navbar.active .navbarImage{margin-bottom:1.6rem}.navbar.active .navbarImage img{width:2.2rem;height:2.2rem}.navbar.active .navbar_menu ul>li{opacity:0}.navbar .teacherName{display:flex;flex-direction:column;align-items:center;padding-bottom:18px;position:relative;margin-bottom:10px}.navbar .teacherName h1{font-weight:600;font-size:20px;margin:0;padding:0;color:#123597}.navbar .teacherName p{font-weight:300;font-size:20px;color:#123597}.navbar .teacherName:after{content:"";width:80%;position:absolute;bottom:0;height:.5px;background-color:#c1c1c1}.navbar_menu{width:327px;position:relative;cursor:pointer;min-height:75px;display:flex;align-items:center;padding-left:34px}.navbar_menu.active{background-color:rgba(12,66,146,.03)}.navbar_menu.active ul svg path{fill:var(--toryBlue)}.navbar_menu.active ul li{color:var(--toryBlue)}.navbar_menu.active:before{content:"";position:absolute;left:0;height:75px;width:8px;background:var(--toryBlue);border-radius:0 7px 7px 0;transform:translateX(0)}.navbar_menu ul{display:flex;align-items:center;margin-bottom:0}.navbar_menu ul li{transition:.5s;list-style-type:none;font-weight:600;line-height:24px;font-family:Roboto;margin-left:13px;font-weight:500;font-size:20px;line-height:23px;letter-spacing:-.03em;color:#949494}.navbar_menu:hover{background-color:rgba(12,66,146,.03)}.universal_header{height:70px;padding:1rem 2rem;box-sizing:border-box;display:flex;align-items:center;border-bottom:.5px solid var(--cornflowerBlue)}.universal_header .backBtn{display:flex;align-items:center;padding:.2rem .6rem;margin-right:1rem;border-radius:var(--button-radius)}.universal_header>p{font-style:normal;font-weight:500;font-size:22px;line-height:27px;color:var(--toryBlue);margin-bottom:0}.universal_header>div{display:flex;align-items:center;margin-left:auto}.universal_header>div>button{margin-left:2rem}.universal_header>div>button:last-child{margin-right:0}.students{display:flex;flex-direction:column}.students_table .status .topilmadi{color:var(--statusUndefined)}.students_table .status .online{color:var(--statusOnline)}.students_table .status .offline{color:var(--statusOffline)}.students_table .more_icon{margin:0 auto;width:3rem;height:3rem;border-radius:50%;transition:.2s;cursor:pointer}.students_table .more_icon svg{width:100%;height:100%}.students_table .more_icon:hover{background:var(--hoverLightBlue)}.students .studentsTab .ant-tabs-nav{margin-bottom:0}.students .attachedTests .ant-table-row>td,.students .attachedTests .ant-table-thead>tr>th{padding-left:2rem}.students .attachedTests .status{padding:.2rem .7rem;border-radius:.25rem;color:var(--white)}.students .attachedTests .status.working{background:#f8d044}.students .attachedTests .status.not_working{background:#aaa}.students .attachedTests .status.all_worked{background:#06d6a0}.students .attachedTests .test_time{display:flex;align-items:center;justify-content:center}.students .attachedTests .test_time div{border-right:.05rem solid rgba(0,0,0,.5);padding-right:.4rem;margin-right:.4rem}.students .attachedTests .test_time div p:not(:last-child){margin-bottom:.2rem}.students .attachedTests .more_icon{margin:0 auto;width:3rem;height:3rem;border-radius:50%;transition:.2s;cursor:pointer}.students .attachedTests .more_icon svg{width:100%;height:100%}.students .attachedTests .more_icon:hover{background:var(--hoverLightBlue)}.students .attachedTests .ant-table-row{cursor:pointer}.students_table .ant-table-row>td,.students_table .ant-table-thead>tr>th,.testingStudents .ant-table-row>td,.testingStudents .ant-table-thead>tr>th{padding-left:2rem}.studentsForm .ant-row{margin-bottom:unset}.studentsForm .ant-row:not(:last-child){margin-bottom:1rem}.studentsForm .ant-row .blue_ant_button{margin-left:auto}.studentsForm .disabled_input .ant-input{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:#000;color:initial}.studentsForm .delete{display:flex;align-items:flex-end;justify-content:center}.studentsForm .delete_btn{display:flex;justify-content:center;align-items:center;cursor:pointer}.studentsForm .newGroup{cursor:pointer;margin-bottom:1rem;font-size:1rem;text-decoration:underline;transition:.2s}.studentsForm .newGroup:hover{color:var(--ant-primary-color)}.studentsForm .checkIcon{display:flex;justify-content:center;align-items:flex-end;padding:0!important}.studentsForm .checkIcon .ant-btn{border-radius:.25rem;padding:0;height:2rem;width:2rem;display:flex;justify-content:center;align-items:center}.studentsForm .checkIcon .ant-btn svg{height:100%;width:100%}.studentHeader,.studentsForm .checkIcon .ant-btn .ant-spin{display:flex;align-items:center}.studentHeader>:not(:last-child){margin-right:1rem}.studentHeader .startTest{display:flex;align-items:center;height:2.3rem;border-radius:var(--button-radius)}.studentHeader .startTest svg path{stroke:var(--ant-primary-color)}.sharePopover{width:20rem}.sharePopover .ant-popover-inner{border-radius:.5rem}.sharePopover .ant-popover-inner-content{padding:.5rem 0!important}.sharePopover .ant-input{width:18rem;margin:0 1rem;background-color:transparent!important;background-color:initial!important;color:#000!important;color:initial!important;cursor:auto!important}.sharePopover p{color:var(--toryBlue);font-weight:500;font-size:1rem;padding:.6rem 1rem;cursor:pointer}.sharePopover p:hover{background:var(--hoverLightBlue)}.sharePopover button{display:flex;justify-content:flex-start;align-items:center;width:100%}.testingStudents .white_blue_btn{height:38px}.testingStudents .status .Bajarmadi{color:#e84c4c}.testingStudents .status .Bajarmoqda{color:#f8d044}.testingStudents .status .Tugalladi{color:#06d6a0}.countdownSpin{display:inline-flex!important;align-items:center}.countdownSpin .ant-spin-dot-item{background-color:var(--white)}.testInfoCont{padding:1rem 1rem 0;border-bottom:.5px solid var(--cornflowerBlue)}.testInfoCont .testInfoItemCont{margin-right:4rem}.testInfoCont .testInfoItemCont label{font-style:normal;font-weight:500;font-size:1rem;line-height:21px;color:var(--ant-primary-color)}.testInfoCont .testInfoItemCont .select{width:15rem;margin:.5rem 0}.testInfoCont .testInfoItemCont .input{width:20rem;margin:.5rem 0}.import_cont{padding:1rem}.import_cont .btn{margin-bottom:.5rem}.import_cont p{font-style:normal;font-weight:400;font-size:.8rem;line-height:14px;color:var(--tundora)}.import_cont p span{color:var(--statusOffline)}.test_list{padding:1rem;width:100%}.test_list_preview{margin-left:2.5rem}.test_list_preview_label{margin-left:.5rem;font-style:normal;font-weight:400;font-size:.8rem;color:var(--black)}.test_list .question{width:100%;margin-top:.5rem}.test_list .question_number{font-style:normal;font-weight:700;font-size:1rem;line-height:21px;min-width:2.5rem;text-align:end;padding-right:.5rem;color:var(--ant-primary-color)}.test_list .answer,.test_list .question .ant-row{width:100%}.test_list .answer_number{font-style:normal;font-weight:700;font-size:1rem;line-height:21px;min-width:4.5rem;text-align:end;padding-right:.5rem;color:var(--ant-primary-color)}.test_list .answer .ant-row{width:100%}.test_list_actions{margin-top:.5rem}.test_list_actions_item{text-align:center}.test_list_actions_item_check{display:flex;align-items:center}.test_list_actions_item_check svg{width:1rem;padding-top:.3rem}.test_list_actions_item_ok{font-size:.9rem!important;font-weight:700!important;padding:0 6px!important;color:var(--ant-primary-color)!important}.test_list_actions_item_ok,.test_list_actions_item_ok:focus,.test_list_actions_item_ok:hover{background:var(--white)!important;border-color:var(--ant-primary-color)!important}.test_list_actions_item_danger{display:flex;justify-content:center;align-items:center}.test_list_actions_item_danger svg{width:.9rem;height:.9rem}.test_list_actions_answer_item{text-align:center}.test_list .add_test_button{width:80%;margin:0 auto}.show_preview{border:1px solid var(--black);padding:1rem;margin-bottom:1rem;font-size:.8rem}textarea.ant-input::-webkit-scrollbar{width:0}.empty_title{font-style:normal;font-weight:600;font-size:1.4rem;line-height:26px;color:var(--ant-primary-color)}.image_popover{position:relative}.image_popover_close{position:absolute;cursor:pointer;border-radius:50%;width:30px;height:30px;background-color:var(--scorpion);top:0;right:0;transform:translate(50%,-50%)}.image_popover_close svg{transform:translate(15%,20%)}.image_popover_close svg path{fill:var(--ant-error-color-deprecated-bg)}.questionsView p.trueAnswer{color:green;font-weight:700}.questionsView p{margin-left:1rem;margin-bottom:.6rem}.questionsView p.que{font-weight:700;margin-left:0;margin-bottom:.2rem;margin-top:.6rem}.myGroup{display:flex;flex-direction:column}.myGroup .extraRow{display:flex;align-items:center;background-color:var(--havelockBlue);color:var(--white);height:4.5rem}.myGroup .extraRow .count{font-weight:500;font-size:1rem;margin-left:6rem}.myGroup .extraRow .moreActions{display:flex;margin-left:auto}.myGroup .extraRow .moreActions .white_btn{margin-right:2rem}.myGroup .extraRow .moreActions .cancelBtn{margin-left:auto;padding:.5rem;margin-right:4rem;cursor:pointer;width:1.5rem;height:1.5rem}.myGroup .extraRow .moreActions .cancelBtn svg{width:1.5rem;height:1.5rem}.myGroup_table .more_icon{margin:0 auto;width:3rem;height:3rem;border-radius:50%;transition:.2s;cursor:pointer}.myGroup_table .more_icon svg{width:100%;height:100%}.myGroup_table .more_icon:hover{background:var(--hoverLightBlue)}.myGroup_table .start_test button{margin:0 auto}.myGroup_table .ant-table-row{cursor:pointer}.myGroup_table .ant-table-row-selected td{background-color:var(--hoverLightBlue)}.more_popover{width:14rem}.more_popover .ant-popover-inner{border-radius:.5rem}.more_popover .ant-popover-inner-content{padding:.5rem 0!important}.more_popover_actions p{color:var(--toryBlue);font-weight:500;font-size:1rem;padding:.6rem 1rem;cursor:pointer}.more_popover_actions p:hover{background:var(--hoverLightBlue)}.groupCreateEditForm .ant-form-item{margin-bottom:unset}.groupCreateEditForm .ant-form-item:not(:last-child){margin-bottom:1rem}.groupCreateEditForm .ant-form-item .blue_ant_button{margin-left:auto}.profilPage h2{margin-bottom:0}.profilPage .title{width:100%;border-bottom:.5px solid #c1c1c1}.profilPage .title h1{font-family:"Roboto",sans-serif;font-weight:500;font-size:22px;color:#0c4292;margin:16px 0 16px 32px}.profilPage .formProfil{display:flex;justify-content:space-around;padding:1.5rem 2rem}.profilPage .formProfil_left{width:40%;display:flex;flex-direction:column;align-items:center}.profilPage .formProfil_left .profilImage{margin-bottom:.5rem}.profilPage .formProfil_left .profilImage .imgTag{box-sizing:border-box;position:relative;width:250px;height:250px;object-fit:cover;border-radius:50%;overflow:hidden}.profilPage .formProfil_left .profilImage .imgTag .hoverImage{z-index:2;width:100%;border-radius:50%;height:100%;display:flex;transition:.5s;justify-content:center;opacity:0;align-items:center;background-color:rgba(0,0,0,.7);left:0;top:0;position:absolute}.profilPage .formProfil_left .profilImage .imgTag:hover .hoverImage{opacity:1}.profilPage .formProfil_left .profilImage input{display:none}.profilPage .formProfil_left .userName{margin-bottom:.2rem;font-size:1.3rem}.profilPage .formProfil_left .userName h2{color:#0c4292}.profilPage .formProfil_left .subjectName{padding:0 1rem;border:1px solid var(--statusUndefined);border-radius:1.5rem;font-size:.8rem}.profilPage .formProfil_left .subjectName div p{font-family:Roboto;font-weight:400;font-size:1.4rem}.profilPage .formProfil_right{padding:.5rem;width:40%}.profilPage .formProfil_right_center{display:flex;justify-content:space-between;align-items:center}.profilPage .formProfil_right_center .dateBirth,.profilPage .formProfil_right_center .phoneNumber{width:45%}.profilPage .formProfil_right_center .dateBirth .datePicke{width:100%}.profilPage .formProfil_right_center .district,.profilPage .formProfil_right_center .email,.profilPage .formProfil_right_center .gender,.profilPage .formProfil_right_center .region{width:45%}.profilPage .formProfil_right .subject,.profilPage .formProfil_right .submitBTN{width:100%}.profilPage .formProfil_right .submitBTN button{margin-left:auto}.numberOfTests{font-weight:400;font-size:16px;line-height:20px;margin-right:36px;color:var(--toreaBay)}.tabsTests .ant-tabs-nav{padding-left:2rem;font-style:normal;font-weight:500;font-size:18px;line-height:22px;margin:0!important;color:#777}.more_actions_popover.ant-popover .ant-popover-inner-content{padding:5px 0}.popoverEditTest{border-radius:7px}.popoverEditTest p{padding:13px 126px 13px 18px;font-style:normal;font-weight:500;font-size:16px;color:#0c4292;cursor:pointer}.popoverEditTest p:hover{background:rgba(39,106,206,.25)}.myTests .more_icon{margin:0 auto;width:3rem;height:3rem;border-radius:50%;transition:.2s;cursor:pointer}.myTests .more_icon svg{width:100%;height:100%}.myTests .more_icon:hover{background:var(--hoverLightBlue)}.myTests .editTests,.myTests .green_btn{margin:0 auto}.myTests .filtr{display:flex;height:46px;align-items:center;padding-left:2rem;border-bottom:.5px solid #f0f0f0}.myTests .filtr p{font-size:14px;color:#0c4292;padding-left:20px}.myTests .filtr .selectedSubject{padding:3px 15px;border-radius:15px;background-color:var(--cornflowerBlue);display:flex;align-items:center}.myTests .filtr .selectedSubject .icon{cursor:pointer;margin-left:7px;font-weight:400;font-size:1.2rem;color:#000}.myTests .filtr .selectedSubject .subject_name{font-weight:500;font-size:1rem}.myTests .filtr .filter_themes{margin-left:10px;padding:5px;cursor:pointer;border-radius:50%}.myTests .filtr .filter_themes svg{transform:translateY(3px)}.myTests .filtr .filter_themes:hover{background-color:var(--ant-primary-1)}.myTests .extraRow{display:flex;align-items:center;background-color:var(--havelockBlue);color:var(--white);height:4.5rem}.myTests .extraRow .count{font-weight:500;font-size:1rem;margin-left:6rem}.myTests .extraRow .moreActions{display:flex;margin-left:auto}.myTests .extraRow .moreActions .white_btn{margin-right:2rem}.myTests .extraRow .moreActions .cancelBtn{margin-left:auto;padding:.5rem;margin-right:4rem;cursor:pointer;width:1.5rem;height:1.5rem}.myTests .extraRow .moreActions .cancelBtn svg{width:1.5rem;height:1.5rem}.myTests .editTests{display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:50%;cursor:pointer}.myTests .editTests:hover{background:#ebf1f7}.virtualExam{display:flex}.virtualExam>div{width:50%;box-sizing:border-box}.virtualExam>div .virtualExam_title{width:100%;display:flex;justify-content:space-between;align-items:center}.virtualExam>div .virtualExam_title>div{display:flex;align-items:center}.virtualExam>div .virtualExam_title>div>p{font-style:normal;font-weight:500;font-size:16px;line-height:150%;display:flex;align-items:center;letter-spacing:.15px;color:var(--ant-primary-color);margin-left:9px}.virtualExam>div .virtualExam_list>div{display:flex;justify-content:space-between;margin:6px 0}.virtualExam>div .virtualExam_list>div>p{font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:var(--tundora);display:inline-block}.virtualExam>div .virtualExam_list>div>span{position:relative;bottom:5px;border-bottom:1px dashed #000;display:block;width:100%;margin:0 5px}.virtualExam>div .virtualExam_time>h1{font-weight:500;font-size:18px;line-height:21px;margin-top:26px;margin-bottom:13px;color:var(--primaryBlue)}.virtualExam>div .virtualExam_time>div{display:flex;margin-bottom:18px}.virtualExam>div .virtualExam_time>div>div{margin-right:27px}.virtualExam>div .virtualExam_time>div>div>p{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:var(--primaryBlue);margin-bottom:8px}.virtualExam .compulsory_sciences{padding:26px 60px 0 34px}.virtualExam .elective_sciences{padding:26px 60px;position:relative}.virtualExam .elective_sciences:after{content:"";position:absolute;top:33px;left:0;height:86%;border-left:.5px solid var(--comet)}.virtualExam_title_h1{font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:var(--ant-primary-color);margin-bottom:0}.Mswiper{justify-content:space-between;padding:8px 15px;border-bottom:1px solid var(--athensGray)}.Mswiper,.Mswiper>span{display:flex;align-items:center;box-sizing:border-box}.Mswiper>span{background:var(--white);border:.5px solid var(--statusUndefined);justify-content:center;border-radius:50%;cursor:pointer;width:28px;height:28px}.Mswiper .swiper-container{width:92%}.Mswiper .swiper-container .swiper-wrapper .swiper-slide{width:auto}.Mswiper .swiper-container .swiper-wrapper .swiper-slide>button.active{background:var(--ant-primary-color);color:var(--white)}.Mswiper .swiper-container .swiper-wrapper .swiper-slide>button{width:60px;height:32px;cursor:pointer;background:var(--athensGray);border:1px solid var(--statusUndefined);border-radius:17px;font-style:normal;font-weight:400;font-size:14px;line-height:16px}.subjects_popover h3{padding:5px 16px;font-style:normal;font-weight:500;font-size:1.1rem;line-height:22px;margin:0!important;color:var(--tundora);border-bottom:1px solid var(--tundora)}.subjects_popover .subjectsList{max-height:300px;overflow-y:auto}.subjects_popover .subjectsList .subject{margin:5px 0;padding:3px 0;cursor:pointer;text-align:center;font-style:normal;font-weight:500;font-size:1.1rem;color:var(--ant-primary-color)}.subjects_popover .subjectsList :hover{background-color:var(--ant-primary-1)}.themed_filter_modal{height:70vh;overflow-y:auto}.themed_filter_modal_item{margin:5px 0}.themed_filter_modal_item .label{cursor:pointer;font-style:normal;font-weight:500;font-size:1rem;line-height:21px;margin-left:.5rem;color:var(--ant-primary-8)}.virtual_input{width:176px!important;border:.5px solid #0c4292!important;border-radius:.25rem!important}.virtual_input .ant-picker-input>input::-webkit-input-placeholder{color:var(--ant-primary-color)!important}.virtual_input .ant-picker-input>input:-ms-input-placeholder{color:var(--ant-primary-color)!important}.virtual_input .ant-picker-input>input::placeholder{color:var(--ant-primary-color)!important}.tableBlock .edit_test,.tableBlock .green_btn{margin:0 auto}.tableBlock .ant-table-row>td,.tableBlock .ant-table-thead>tr>th{padding-left:2rem}.tableBlock .more_icon{margin:0 auto;width:3rem;height:3rem;border-radius:50%;transition:.2s;cursor:pointer}.tableBlock .more_icon svg{width:100%;height:100%}.tableBlock .more_icon:hover{background:var(--hoverLightBlue)}.startTestModal .footer{display:flex;justify-content:space-between;align-items:center}.startTestModal .footer .count{color:var(--label-color);font-size:.8rem}.startTestModal .startTestForm .ant-row.ant-form-item{margin-bottom:1rem}.startTestModal .startTestForm .label{font-family:Roboto;color:var(--label-color);font-size:1rem;font-weight:400;margin-bottom:.2rem}.startTestModal .startTestForm .mini_input{width:5.2rem}.startTestModal .startTestForm .mini_input::-webkit-inner-spin-button,.startTestModal .startTestForm .mini_input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.startTestModal .startTestForm .subjects{margin-bottom:1rem}.startTestModal .startTestForm .subjects_name{color:var(--primaryBlue);font-size:1.1rem;font-weight:400}.startTestModal .startTestForm .subjects_name span{font-family:Roboto!important}.startTestModal .startTestForm .groups .ant-row{margin-bottom:0}.startTestModal .startTestForm .groups .label_lg{color:var(--primaryBlue);font-family:Roboto;font-size:1.1rem}.startTestModal .startTestForm .groups .label_sm{color:var(--label-color);font-family:Roboto;font-size:.8rem;margin-bottom:.25rem}.startTestModal .submit_btn{display:flex;justify-content:flex-end;margin-top:1.5rem}:root{--primaryBlue:#0c4292;--statusUndefined:#b5b5b5;--statusOnline:#06d6a0;--statusOffline:#e84c4c;--cornflowerBlue:hsla(0,0%,75.7%,0.3137254901960784);--toryBlue:#0e5cad;--toreaBay:#123597;--havelockBlue:#6192dc;--white:#fff;--scorpion:#606060;--athensGray:#f2f2f7;--chateauGreen:#35b956;--baliHai:#909fb7;--sunsetOrange:#f54848;--caribbeanGreen:#06d6a0;--hoverLightBlue:rgba(39,106,206,0.25098039215686274);--comet:rgba(89,89,124,0.3137254901960784);--tundora:#4d4d4d;--inputBg:#f4f4f4;--black:#000;--button-radius:0.32rem;--label-color:#7c7c7c}p{margin-bottom:0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#0e5cad;background:var(--toryBlue)}*{padding:0;margin:0;box-sizing:border-box;font-family:"Montserrat",sans-serif;scroll-behavior:smooth}body{background-color:#f2f2f7;background-color:var(--athensGray)}.flex{display:flex}.component_container{background:#fff;box-shadow:7px 7px 15px rgba(0,0,0,.1);border-radius:7px;width:100%;margin:25px;transition:.5s}.blue_ant_button{border-radius:.32rem;border-radius:var(--button-radius);height:2.3rem;display:flex;align-items:center}.blue_ant_button>svg{margin-right:.5rem}.white_btn{border-radius:.32rem;border-radius:var(--button-radius);height:2.3rem;display:flex;align-items:center}.white_btn,.white_btn:focus,.white_btn:hover{background:#fff;background:var(--white);border-color:#fff;border-color:var(--white);color:var(--ant-primary-color)}.white_btn svg{margin-right:.5rem}.white_btn svg path{stroke:var(--ant-primary-color)}.green_btn{border-radius:.32rem;border-radius:var(--button-radius);height:2.3rem;display:flex;align-items:center}.green_btn,.green_btn:focus,.green_btn:hover{background:#35b956;background:var(--chateauGreen);border-color:#35b956;border-color:var(--chateauGreen)}.green_btn svg{margin-right:.5rem}.white_blue_btn{color:var(--ant-primary-color);font-weight:500;font-size:1rem;display:flex;align-items:center}.white_blue_btn,.white_blue_btn:focus,.white_blue_btn:hover{background:#fff;background:var(--white);border-color:var(--ant-primary-color)}.white_blue_btn svg{margin-right:.5rem}.search{background:#f4f4f4;background:var(--inputBg);border-radius:.32rem;border-radius:var(--button-radius);height:2.5rem;width:15rem;display:flex;align-items:center;margin-bottom:0}.search .suffix{width:1.2rem;height:1.2rem;cursor:pointer;border-radius:50%;transition:.2s}.search .suffix:hover{background:hsla(0,0%,75.7%,.3137254901960784);background:var(--cornflowerBlue)}.search .suffix svg{padding:.2rem;width:100%;height:100%}.search .suffix svg path{stroke:#000;stroke:var(--black)}table tr td.ant-table-selection-column,table tr th.ant-table-selection-column{padding-left:2rem}.ant-table-thead tr th{color:#0c4292;color:var(--primaryBlue);font-size:.88rem;font-weight:400}.ant-table-tbody tr td{color:#0c4292;color:var(--primaryBlue);font-size:1.1rem;font-weight:500}.ant-btn:before{top:-2px!important}.ant-table-body::-webkit-scrollbar{width:.5rem;height:.5rem;background:transparent;position:absolute}.ant-table-body::-webkit-scrollbar-thumb{background-color:hsla(0,0%,80%,.8);border-radius:.5rem}.ant-modal-content{border-radius:.5rem;overflow:hidden}.ant-input{border-radius:.25rem}.ant-tabs-nav{padding-left:2rem}.custom_Select .ant-select-selector{border-radius:4px!important;border:.5px solid var(--ant-primary-color)!important}.custom_Select .ant-select-selector .ant-select-selection-placeholder{color:var(--ant-primary-color)!important}.custom_Select.ant-select-focused .ant-select-selector{border:.5px solid var(--ant-primary-color)!important}.custom_Select.ant-select-focused .ant-select-selector .ant-select-selection-placeholder{color:var(--ant-primary-color)!important}.d-flex{display:flex}.align-center{align-items:center}.justify-center{justify-content:center}.jcsb{justify-content:space-between}.border-5{border-radius:5px}.pagination{display:flex;justify-content:flex-end;margin:1rem .5rem}.pagination .pageSize{display:flex;align-items:center;margin-right:2rem}.pagination .pageSize p{margin-bottom:0}.pagination .pageSize .ant-select-selector{border:none}.pagination .pageSize .ant-select-focused .ant-select-selector{box-shadow:unset!important}.blank{height:100vh}.blank,.blank .loading{width:100%;background:#fff}.blank .loading{height:100%;position:fixed;z-index:1000;display:flex;justify-content:center;align-items:center;top:0;transition:1s;left:0}.blank .loading>svg{color:red}.blank .loading>svg:nth-child(2){margin-left:2vw;color:red}.blank .loading>svg>path{stroke:#0c4292;stroke-width:.5;fill:transparent;stroke-dasharray:500;animation:draw 2s ease-out 0s infinite alternate forwards}@keyframes draw{0%{fill:transparent;stroke-dashoffset:660}80%{fill:transparent;stroke-width:.5}to{stroke-width:0;stroke-dashoffset:0;fill:#0c4292}}.p_Anim{position:absolute;width:100%;margin-top:20vw;display:flex;justify-content:center}.p_Anim_p1{width:70%;font-size:5rem;font-weight:900;position:relative;text-align:center;color:transparent;-webkit-background-clip:text;background-clip:text!important;background-image:linear-gradient(100deg,#fff,var(--primaryBlue),var(--primaryBlue),var(--primaryBlue),var(--primaryBlue),var(--primaryBlue),#fff);background-attachment:fixed;text-shadow:0 0 0 hsla(0,0%,100%,.06274509803921569);background-position:50%;background-size:200vh;animation:p_Anim_p1 2s infinite}@keyframes p_Anim_p1{0%{background-position:100px 0}to{background-position:1300px 0}}.loginCont{justify-content:center;width:100%;height:100vh;background-image:url(/static/media/loginBg.4e1139e3.jpg);background-size:cover;background-position-y:center}.loginCont,.loginCont_main{display:flex;align-items:center}.loginCont_main{flex-direction:column;width:20rem;background:var(--white);box-shadow:0 85px 186px hsla(0,0%,73.7%,.35),0 25.625px 56.0736px hsla(0,0%,73.7%,.25),0 10.6433px 23.2901px hsla(0,0%,73.7%,.2),0 3.84948px 8.42357px hsla(0,0%,73.7%,.15);border-radius:.6rem;padding:0 2rem}.loginCont_main .ant-form{width:100%}.loginCont_main .logo{display:flex;justify-content:center;align-items:center;margin-top:2rem;margin-bottom:2rem;width:8rem;height:8rem;border-radius:50%;background:var(--primaryBlue)}.loginCont_main .logo span{font-size:1.6rem;font-weight:600;color:var(--white)}.loginCont_main .name{font-size:1rem;font-weight:700;color:var(--primaryBlue);margin-bottom:2rem}.loginCont_main .loginForm .verification_code::-webkit-inner-spin-button,.loginCont_main .loginForm .verification_code::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.loginCont_main .loginForm .blue_ant_button{margin-left:auto}
/*# sourceMappingURL=main.41b155a8.chunk.css.map */