/*@import url('https://fonts.googleapis.com/css?family=Calistoga|Kulim+Park:400,700&display=swap');*/

body {
    box-sizing: border-box;
    font-family: 'Kulim Park', sans-serif !important;
}


/*a {*/
/*    color: #fff !important;*/
/*}*/

h2 {
    font-weight: bold !important;
}


.container-fluid {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 930px;
    height: 100%;
}

ul li {
    padding-left: 0px;
    display: block;
}

.left_side {
    position: absolute;
    background: linear-gradient(211.53deg, #4BACF1 1.72%, #1171B5 98.42%);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 9px;
    align-items: center;
    min-height: 1024px;
}

.illustration {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

.emptyTable {
    height: 435px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: rgba(79, 79, 155, 0.2);
    font-weight: bold;
}

p {
    margin: 0px;
    padding: 0px;
}

.content {
    padding-top: 75px;

}

.contentMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.contentPayment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 89px;
}

.strikeout {
    font-size: 4em;
    position: relative;
}
.strikeout::after {
    border-bottom: 0.125em solid rgba(255, 0, 0, 0.5);
    content: "";
    left: 0;
    line-height: 1em;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.logo {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    width: 100%;

}

h2 {
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #1A5783;
    margin: 0px;
}

input {
    color: #828282;
    padding-left: 15px;
}

.input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
    max-width: 480px;
    width: 100%;
    height: 54px;
    padding: 16px;
    outline: none;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.btn_reg {
    width: 260px;
    height: 54px;
    border-radius: 10px;
}

.sign_in_btn {
    background: #1175BC !important;
    margin-bottom: 22px;
    height: 54px !important;
}

.sign_up_btn {
    background: #FF8E72 !important;
    color: #fff !important;
}

.logoPlus {
    margin-bottom: 23px;
    margin-top: 20px;
}

.plusLogo {
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 15px;
    color: #8E93B7;
    font-size: 16px;
    line-height: 22px;

}

.form-check-label {
    color: #505565;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;

}

::-webkit-input-placeholder {
    color: #8E93B7;
    opacity: 0.34;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: 22px;
}


.p {
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 25.67%;
    right: 28%;
    top: 72.46%;
    bottom: 6.64%;
    margin-bottom: 68px;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background: #fff;
    margin-right: 10px;
}

.rememberMe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 20px;
}

.s-info {
    min-height: 70px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 17px 18px 19px 27px;
}

.imgGoodResult {
    max-height: 352px;
    max-width: 352px;
    height: 100%;
    width: 100%;
}

.studentQuestion {
    /*display: contents !important;*/
    max-width: 800px;
    width: 100%;
}

p {
    margin: 0px;
}

.containerIndiv {
    background: #F2F4F7;;
    box-sizing: border-box;
    padding: 34px 38px 30px 34px;
}

.info-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.header-title {
    display: flex;
    flex-direction: column;
}

.calendar {
    margin-right: 20px;
}

.userIcon {
    margin-left: 16px;
}

.alarmIcon {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    padding: 0px 40px;
    margin-right: 28px;
}

.aboutDate {
    font-family: Proxima Nova;
    font-size: 12px;
    line-height: 15px;
    color: #4F4F9B;
    opacity: 0.6;
}

.limitDate {
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #1A5783;
}

.studentName {
    font-family: Proxima Nova;
    font-size: 12px;
    line-height: 15px;
    color: #1A5783;
}

.backToAccount {
    font-family: Proxima Nova;
    font-size: 12px;
    line-height: 15px;
    color: #1A5783;
}

.logoType {
    padding-top: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.home-logo.logoType img {
    width: 100%;
}

.menu {
    padding-left: 0px;
    margin-top: 86px;
    padding-bottom: 64px;
    border-bottom: 1px solid #dedede;
    /*height: 225px;*/
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.menu__item {
    margin-bottom: 15px;
}

.menu li {
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #1A5783;
    display: block;
}

.menu li a {
    text-decoration: none;
    list-style: none;
}

.menu__item:hover .menu-title {
    text-decoration: underline;
    font-weight: bold;
}

.menu__item:hover .icon {
    background: #F5CB94;
    box-shadow: 0px 10px 8px rgba(79, 79, 155, 0.17);
    border-radius: 10px;
}

.menu__item:hover .svg-icon {
    fill: #fff !important;
}

.student-home-page .onlineTestResult {
    margin-left: 0;
}

.card-group2 {
    display: flex;
}

.card2 {
    border-radius: 7px;
}

.student-home-page .card-title {
}

.student-home-page .card-body-ins {
    background-color: #E7EEF2;
    min-height: 90px;
    align-items: center;
}

.carousel-next-btn {
    position: absolute;
    z-index: 9999;
    margin-top: -95px;
    right: 10px;
    font-size: 25px;
    color: #798C9C;
}
.card2 .card-link .bi{float: right;}
.sl-prev-btn{left: -30px;}
#carouselControls{padding-right: 35px;}

.testResults.online-test-result{
    min-width: 300px;
    align-items: center;
}

.takeTest {
    max-width: 230px;
    width: 100%;
}

.testResult {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 52px;
    margin-bottom: 15px;
    align-items: center;
}

.testResultAnalysis {
    margin-top: 52px;
    margin-bottom: 15px;
    align-items: center;
}

.onlineTestResultSub {
    font-size: 14px;
    line-height: 19px;
    color: #1A5783;
    font-weight: bold;
    margin: 5px;
}

.test-result-table-row {
    border-radius: 5px !important;
}

.tr-analysis-page .test-result-content {
    padding: 10px !important;
}

.tr-analysis-page .container-fluid {
    min-height: auto;
    height: auto;
}

.tr-analysis-page .bg-white {
    background-color: #fff;
    border-radius: 5px !important;
}

.tr-analysis-page img {
    border: 1px solid #721c24;
}

.score-info-container {
    display: flex;
    font-size: 1rem
}

.f4Time2 {
    flex-grow: 1
}

.onlineTestResult {
    font-size: 16px;
    line-height: 19px;
    color: #1A5783;
    font-weight: bold;
    margin: 5px;
}

.someText {
    font-size: 12px;
    line-height: 15px;
    color: #1A5783;
}

.btn-primary {
    /*height: 42px;*/
    border-radius: 4px;
    background: #1175BC;
}

.btn-success {
    border-radius: 4px;
    /*height: 42px;*/
}

.tableForStudent {
    background: #fff;
    box-sizing: border-box;
    padding: 34px 34px 15px 35px;
    margin-bottom: 20px;
    overflow: auto;
}

.add-test-form {
    background: #fff;
    box-sizing: border-box;
    padding: 57px 18px 32px 30px;
}

.add-test-form select {
    width: 100%;
    height: 39px;
    padding: 0px;
}

.add-test-form label {
    margin-bottom: 10px;
}

.add-test-form .form-group {
    margin-bottom: 20px;
}

.currentYear {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #1A5783;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pags {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0px !important;
}

.saveBtn {
    width: 184px !important;
    height: 54px;
    background: #27AE60;
    border-radius: 10px;
    color: #fff;
}

.table {
    margin: 0px;
}

.select-sign-up {
    max-width: 480px;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
}

.select-sign-up select {
    max-width: 480px;
    width: 100%;
}


.table-borderlesses thead {
    border-bottom: 1px solid #DEDEDE;
}

.table thead tr th {
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
    color: #1A5783;
    font-weight: bold;
}

.exportToExel {
    /*height: 42px;*/
    border-radius: 4px;
    background: #27AE60;
    width: 230px;
}

.IFTY {
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px
}

.vector {
    margin-right: 11px;
}


.menu-title {
    font-size: 14px;
    line-height: 17px;
    color: #1A5783;
    margin-left: 15px;
}


.icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.active-menu .icon {
    background: #3898F8;
    box-shadow: 0px 10px 8px rgba(79, 79, 155, 0.17);
    border-radius: 10px;
}

.active-menu .svg-icon {
    fill: #fff;
}

.active-menu .menu-title {
    font-weight: bold;
}


.item-span {
    width: 100%;
    display: flex;
    align-items: center;
}

.selectEditSchools {
    max-width: 389px;
    width: 100%;
    box-sizing: border-box;
}

.svg-icon {
    width: 24px;
    fill: #1A5783
}


.studentRegModal .form-group input {
    max-width: 389px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
}

.studentRegModal .form-group label {
    margin-bottom: 12px;
}

.studentRegModal button {
    width: 260px;
    height: 54px;
    background: #1175BC;
    border-radius: 10px;
}

.studentRegModal .form-group {
    max-width: 389px;
    width: 100%;
}

.studentRegModal h3 {
    font-size: 24px;
    line-height: 29px;
    color: #1A5783;
    border-radius: 100px;
    font-weight: bold;
    margin-top: 12px;
}

.note {
    background: rgba(255, 182, 114, 0.16);
    border: 1px solid #F5CB94;
    box-sizing: border-box;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 26px 0px 27px 33px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.note span {
    font-size: 14px;
    line-height: 17px;
    color: #DDAD81;
}

.stepsForImportExel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    max-width: 466px;
    width: 100%;
}

.firstStep, .secondStep {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.firstStep {
    margin-right: 3px;
}

#download-template {
    margin-bottom: 36px;
}

.firstStep img, .secondStep img {
    margin-bottom: 25px;
    margin-top: 33px;
}

.firstStep h3, .secondStep h3 {
    color: #000;
}

.description {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #202020;
    margin-bottom: 32px;
}

.firstStep a, .secondStep button {
    border: none;
    background: #DEDEDE;
    border-radius: 4px;
    width: 100%;
    max-width: 180px;
    /*height: 42px;*/
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #202020 !important;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excel-button {
    border: none !important;
    background: #DEDEDE !important;
    border-radius: 4px !important;
    width: 100%;
    max-width: 180px;
    /*height: 42px;*/
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0.01em;
    color: #202020 !important;
    margin-bottom: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.typePayment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 700%;
    width: 100%;
    margin-bottom: 42px;
    margin-top: 50px;
}

.check, .card {
    border-radius: 8px;
    width: 336.5px;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}


.paymentContent {
    background: #FFFFFF;
    box-shadow: 0px 7px 64px rgba(14, 49, 115, 0.06);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 41px 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 600px;
    width: 100%;
}

.paymentContent p {
    /*font-size: 12px;*/
    /*line-height: 19px;*/
    color: #1A5783;
    /*padding-left: 25px;
    position: relative;
    margin-bottom: 20px;*/
}

/*.paymentCart p {*/
/*    padding-left: 25px;*/
/*    position: relative;*/
/*    border-top: 1px solid #EBEFF2;*/
/*    padding-top: 5px;*/
/*}*/

/*.paymentCart p:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-radius: 50%;*/
/*    background: #1A5783;*/
/*    left: 0px;*/
/*    top: 8px;*/
/*}*/

.paymentContent span {
    font-size: 12px;
    line-height: 19px;
    color: #1A5783;
}

.paymentCart span {
    font-size: 16px;
    margin-bottom: 29px;
}

.announcements,.payment-doc-block {
    position: relative;
    margin-top: 42px;
    border-top: 2px solid #EBEFF2;
}

.btnPayment {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF !important;
    background: #27AE60 !important;

    border-radius: 4px;
    width: 165px;
}

.studentRegModal {
    max-width: 498px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paymentSelect {
    width: 100%;
    max-width: 390px;
}

.download-w-9, .download-invoice {
    background: gray !important;
    box-shadow: 0 4px 10px rgba(0, 30, 255, 0.14) !important;
    border-radius: 4px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    border: none !important;
    height: 42px !important;
    width: 100% !important;
    max-width: 165px !important;
    padding: 11px !important;
}

.students-count {
    color: #fff !important;
}

.panelContent {
    background: #FFFFFF;
    box-shadow: 0px 7px 64px rgba(14, 49, 115, 0.06);
    border-radius: 10px;
    padding: 45px 71px 30px 63px;
    margin-bottom: 30px;
}

.panelContent select {
    width: 100%;
    height: 46px;
    padding: 12px 25px;
}

.amounrDue {
    font-size: 16px;
    line-height: 19px;
    color: #1A5783;
    font-weight: bold;
}

.announcements p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1A5783;
    left: 0px;
    top: 4px;
}

.downloadInvoiceBtn {
    background: #1175BC;
    box-shadow: 0px 4px 10px rgba(0, 30, 255, 0.14);
    border-radius: 4px;
    width: 162px;
    margin-top: 20px;
}

.note-red {
    background: rgba(255, 142, 114, 0.16);
    border: 1px solid rgba(255, 142, 114, 0.36);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 42px 8px 31px;
}

.correctAnswer {
    padding-right: 61px !important;
}

.correctAnswer select {
    text-align: center !important;
    width: 62px;
    height: 32px;
    padding: 0px;
}

.correctAnswer input {
    text-align: center;
    width: 78px;
    height: 32px !important;
    padding: 0px;
}

.correctAnswer .form-group {
    margin: 4px 0px;
    box-sizing: border-box;
}

.editCont .table-borderless thead tr th {
    font-size: 14px;
    line-height: 17px;
    color: #1A5783;
    font-weight: bold;
    padding-bottom: 16px;
}

.editCont .table-borderless tbody tr td {
    font-size: 10px;
    line-height: 15px;
    color: #4F4F4F;
    font-weight: normal;
}

.table-borderless {
    width: 100%;
}

.note-red span {
    font-size: 14px;
    line-height: 17px;
    color: #FF8E72;
}

.correctAnswer {
    width: 62px;
    height: 32px;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 5px;
}

.test2 {
    background: #fff;
    height: 646px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 42px;
    padding-top: 45px;
}

.table tbody tr td {
    padding-left: 0px;
    padding-bottom: 0px !important;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    padding-top: 17px !important;


}

.studentTakeTest {
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.Options {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 142px;
    width: 100%;
    margin-top: 20px;
    padding: 0 60px 0 60px;
}

.buttons {
    width: 31px
}

.inputGrade, .inputName, .inputSurnmane {
    height: 34px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
}

.studentTestConditions {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 33px;
}

.conditions {
    background: #F3F3F3;
    border: 1px solid #EFF2F7;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 29px 40px 29px 34px;
    /*min-height: 160px;*/
    /*height: 100%;*/
}


.condition {
    line-height: 17px;
    color: #4F4F4F;
    position: relative;
    margin-bottom: 15px;
}

.condition::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -15px;
    top: 4px;
}
.condition-tab {
   
    margin-left: 40px;
}

.sample {
    font-size: 16px;
    line-height: 19px;
    color: #1A5783
}

.test {
    background: #fff;
    padding-top: 57px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 552px;
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.panelContent label {
    margin-bottom: 12px !important;
}

.cardNumber {
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
}

.panelContent p {
    font-size: 16px;
    line-height: 19px;
    color: #1A5783;
    font-weight: bold;
    margin-bottom: 30px;
}

.bankCardContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bankCard {
    background: #EFF2F7;
    border-radius: 9px;
    width: 100%;
    height: 46px;
    margin-bottom: 15px;
    margin-right: 0px !important;
    margin-left: 0px !important;

}

h4 {
    margin: 0px !important;
}

.testQuestions {
    background: #fff;
    padding: 54px 32px 44px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
    box-sizing: border-box;
    justify-content: space-between;
}

.f4Time {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #192A3E;
    display: flex;
}

.answers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 405px;
    width: 100%;
}

.radio {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 40px;
    margin-right: 30px;
}

.radio input[type="radio"] {
    display: none;
}

.radio span {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #27AE60;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.radioEdit span {
    height: 16px !important;
    width: 16px !important;
    top: 3px;
}

.radioEdit span:after {
    content: "";
    height: 8px !important;
    width: 8px !important;
}

.radioEdit {
    font-size: 14px;
    line-height: 21px;
}

.imgQuestion {
    max-width: 351px;
    width: 100%;
    max-height: 289px;
    height: 100%;
    position: relative;
}


.checkbox {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    color: #505565;;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.concept {
    font-size: 16px;
    line-height: 19px;
    color: #1A5783;
    font-weight: bold;
}

.checkbox span {
    width: 18px;
    height: 18px;
    border: 2px solid #dedede;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.checkbox span:after {
    content: '';
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: transparent transparent #1A5783 #1A5783;
    width: 6px;
    height: 3px;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.checkbox input[type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: scale(2) rotate(-45deg);
}


.radio span:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #27AE60;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.radio input[type="radio"]:checked ~ span:after {
    transform: translate(-50%, -50%) scale(1);


}


.skip, .next {
    width: 143px;
    /*height: 42px;*/
    border-radius: 5px;
    border-color: #fff !important;
}

.skip {
    color: #000 !important;
    background: #EFF2F7 !important;
    margin-right: 12px;
}

.question {
    max-width: 452px;
    width: 100%;
    max-height: 392px;
    height: 100%;
}

.next {
    color: #fff !important;
    background: #27AE60 !important;
}

.skipAndNext {
    display: flex;
    margin-top: 50px;
    max-width: 405px;
    width: 100%;
}

.Test {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #1A5783
}

.examPager {
    width: 100%;
    border-top: 1px solid #EFF2F7;
    padding-top: 24px;
    box-sizing: border-box;
}

.thTestName {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: red;
}

.rowItem {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding-left: 5px;
}

.pagerItem {
    width: 100%;
    height: 100%;
    max-width: 24px;
    max-height: 24px;
    background: #EFF2F7;
    border-radius: 4px;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 13px 6px 0px 6px;
}

.btn-finish {
    background: #27AE60;
    border-radius: 4px;
    width: 143px;
    /*height: 42px;*/
    text-align: center;
}

.testResults {
    width: 100%;
    border-top: 1px solid #EFF2F7;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px 25px 0;
}

.notAnswered, .answered, .wrong {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.circled {
    width: 15px;
    height: 15px;
    border: 2px solid #EEE;
    border-radius: 50%;
    margin-right: 15px;
}

.notAnswered span, .answered span, .wrong span {
    font-size: 0.8rem;
    line-height: 15px;
    letter-spacing: 0.01em;
    font-weight: normal;
}

.wrong .circled {
    border: 2px solid #F7685B;
}

.answered .circled {
    border: 2px solid #2ED47A;
}

.tableSchool tbody tr td {
    padding-left: 0px;
    font-size: 10px;
    line-height: 15px;
    color: #4F4F4F;
    font-weight: normal;
}

.schoolInput {
    height: 24px;
}

.pag {
    width: 141px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.paginationItem {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #A1A4B1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-name {
    font-weight: 600 !important;
}

.table thead tr th {
    position: relative;
}

.tableSchool thead tr th input {
    width: 100%;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 5px;
    height: 24px;
}

.thTestName {
    width: 220px;
}

.tableTestList thead tr th {
    font-size: 14px;
    line-height: 17px;
    color: #1A5783;
    font-weight: bold;
    padding-bottom: 11px;
}

.table-borderless input {
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 5px;
    height: 38px;
}

.tableHeader {

    border-bottom: 1px solid #dedede;
}

.supportTypeBackground {
    height: 114px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 32px 42px;
}

.videoBackground {
    height: 592px;
    background: linear-gradient(0deg, #B4B4B4, #B4B4B4), url(../img/ivars-utinans-U83n5GMxJsQ-unsplash.jpg);
    border-radius: 5px;
    margin-top: 28px;
}

.testInfo {
    font-size: 16px;
    line-height: 19px;
    color: #1A5783;
}

.tableTestList tbody tr td {
    padding: 0px 0px 10px 0px;
    font-size: 10px;
    line-height: 15px;
    color: #4F4F4F;
    font-weight: normal;
}

.tableTestList tbody tr:last-child {
    padding: 0px;
}

.paginationItemCircle {
    border: none;
    width: 8px;
    height: 8px;
    background: #6887F3;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 50%;
}

.pageActive {
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: linear-gradient(180deg, #FBB39D 0%, #FE8C68 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.sign-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 113px;
    justify-content: space-between
}

.checkbox {

}

.checkbox + .form-check-label ::before {
    background: #fff;
    width: 20px;
    height: 20px;
    border: 3px solid #CBCBCB;
}

.circleProgress {

    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 5px solid #EEEEEE;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6A707E;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}


.welcome {
    padding-left: 28px;
    border-left: 1px solid #dedede;
}

#input-img {
    position: absolute;
}

.paginationItem a {
    color: #505565 !important;
}

.btn-school {
    /*    width: 181px;*/
    /*height: 42px;*/
    background: #A5CFEF !important;
    box-shadow: 0px 4px 10px rgba(0, 30, 255, 0.14);
}

.btn-school a {
    color: #1A5783 !important;
}

.actives {
    background: #1175BC !important;
}

.actives a {
    color: #fff !important;
}

.no {
    color: #27AE60 !important;
}

.yes {
    color: #FF8E72 !important;
}

.questionQuantity {
    max-width: 102px;
    width: 100%;
}

.supportContent {
    width: 100%;
    max-height: 735px;
    height: 100%;
    background: #fff;
    padding: 46px 38px;

}

.noteSupp {
    font-size: 16px;
    line-height: 20px;
    color: #8E93B7;
}

.noteContent {
    width: 100%;
    height: 260px;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
    margin-top: 20px;
    margin-bottom: 26px;
}

select {
    background: #FFFFFF;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    width: 480px;
    height: 54px;
    outline: none;
    padding: .5rem 1rem;
    border-radius: 9px;
    color: #8E93B7 !important;
}


.activeTR {
    background: rgba(196, 196, 196, 0.16);
}

.questionQuantity::placeholder {
    color: #27AE60 !important;
    opacity: 1;
    padding-left: 25px;
    font-weight: bold;
}

.add-test-form input {
    height: 39px !important;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
}

.tableTestList tbody tr .thTestName {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}

.selectEditSchools select {
    height: 46px;
    width: 100%;
    max-width: 389px;
    padding: 0px 15px;
}

.thTestName select {
    width: 100%;
    height: 38px;
    margin: 0px;
    padding: 0px;
    max-width: 175px;
}

.reg-form {
    max-width: 480px;
    width: 100%
}

.inputGrade {
    max-width: 110px;
    width: 100%;
}

.inputName {
    max-width: 180px;
    width: 100%;
}

.inputSurnmane {
    max-width: 150px;
    width: 100%;
}

.menuOut {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.tableTestList tbody tr .red a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FF8E72 !important;
}

.tableTestList tbody tr .green a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #27AE60 !important;
}

.paymentDate {
    max-width: 389px;
    width: 100%;
    height: 46px;
    position: relative;
}

.selectYear {
    width: 100%;
    border: none;
    background: #F2F4F7;
    color: #1A5783 !important;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 24px;
}

.calendars {
    line-height: 26px;
    position: absolute;
    left: 353px;
    top: 11px;
}

.textarea {
    max-width: 389px;
    width: 100%;
    min-height: 96px;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
}


.inputChoose {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 30px;
}

.btnchooseImg {
    background: #DEDEDE;
    box-shadow: 0px 4px 10px rgba(184, 184, 184, 0.14);
    border-radius: 4px;
    width: 92px;
    height: 27px;
    border: none;
    color: #828282;
    text-align: center;
}

.outlineChooseImg {
    background: #FFFFFF;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.chooseAPaymentMethod {
    max-width: 800px;
    width: 100%;
}

.remember {
    display: flex;
    justify-content: space-between;
    width: 480px;
    margin-bottom: 90px;
    align-items: center
}

.right_side {
    background: #fff;
    height: 1024px;
}

#panelCont {
    background: #fff;
    height: 1024px;
    padding: 50px !important
}

.viewTheResultBtn {
    max-width: 374px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between
}

.viewTheResultBtn .btn {
    line-height: 1.8 !important;
}

@media screen and (min-width: 320px) {
    .remember {
        width: 284px;
        margin-bottom: 20px;
    }


}

@media screen and (max-width: 767px) {
    #panelCont {
        padding: 30px 15px !important;
    }

    .green input {
        padding-left: 0px;
    }

    .Page {
        margin-bottom: 20px;
    }

    .IFTY {
        margin-top: 40px;
        justify-content: space-around
    }

    .testQuestions {
        margin-top: 30px;
    }

    .menu {
        display: flex;
        flex-direction: row;
    }
}


@media screen and (min-width: 902px) {
    .modalButtons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .content {
        max-width: 480px;
        width: 100%;
    }
}

@media screen and (max-width: 512px) {
    .left_side {
        display: none;
    }


    .right_side {
        height: auto;
        justify-content: center;
    }

    .rememberAndForgot {
        margin: 0px !important;
    }

    .page {
        display: none;
    }

    .emptyPage {
        display: none;
    }

    .sing-in {
        display: flex;
        justify-content: center;

    }
}

@media screen and (max-width: 320px) {
    .menu li {
        font-size: 12px;
    }
}

@media screen and (max-width: 425px) {
    .panelCont {
        padding: 35px 20px;
    }

    .paginationAndBtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .paginationAndBtn .exportToExel {
        margin-top: 10px;
    }

}

@media screen and (max-width: 543px) {
    .media-d-flex-col {
        display: flex !important;
        flex-direction: column !important;
    }


}

@media screen and (max-width: 853px) {
    .testResult {
        display: flex;
        flex-direction: column;
    }

    .modalButtons {
        margin-top: 10px;
        max-width: 680px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }


}


.flex-direct-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab {
    display: none;
}


.prev-next-btn {
    max-width: 200px;
    width: 100%;
}

.prev-next-button {
    display: flex;
    justify-content: center;
    max-width: 480px;
    width: 100%;
}

.add-next-btn {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
}

.login-form {
    background: #fff;
}

.login-form .rememberAndForgot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.rememberAndForgot .form-check-label a {
    color: #8E93B7 !important
}

.login-form .toolbar-area {
    height: 130px
}

.forgot-password-form {
    background: #fff;
    height: 1024px;
}

input.invalid, .input-validation-error {
    background-color: #ffdddd;
    border: 1px solid rgba(0, 36, 100, 0.47) !important;
    box-sizing: border-box !important;
    border-radius: 9px !important;
    max-width: 480px !important;
    width: 100% !important;
    height: 54px !important;
    padding: 16px !important;
    outline: none !important;
}

.field-validation-error {
    color: indianred;
}

#alert-box {
    display: none;
}

.add-test-wrapper {
    display: none !important;
}

.edit-icon {
    background-image: url(../img/edit.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.print-icon {
    background-image: url(../img/print.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.edit-test-name {
    width: 220px;
}

.look-icon {
    background-image: url(../img/eyes.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.garbage-icon {
    background-image: url(../img/garbage.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.test-input-field {
    max-width: 178px;
    width: 100%;
    height: 38px !important;
}

.test-input-field2 {
    max-width: 102px;
    width: 100%;
    height: 38px !important;
}

.modified td.test-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
td.practice-test-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align:center;
}
.hidden-field {
    display: none;
}

.hide-btn {
    display: none !important;
}

.btn-size {
    max-width: 184px;
    width: 100%;
    max-height: 41px;
    height: 100%;
}

.hidden-id {
    display: none;
}

.image-upload > input {
    display: none;
}

.image-upload {
    display: flex;
    justify-content: center;
}

.change-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.change-photo:hover {
    fill: gray();
    opacity: 0.4;
}

.testResult .checkbox span {
    background: #1175BC;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none !important;
    border-radius: 50%;
}

.testResult .checkbox span::after {
    content: '';
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: transparent transparent #fff #fff;
    width: 5px;
    height: 2.5px;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: scale(2) rotate(-45deg);
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.some-text {
    font-size: 12px !important;
    line-height: 15px !important;
    color: #1A5783 !important;

}

.selected-file {
    position: absolute;
    top: 39px;
    left: 11px;
    color: #8e93b7;
}

.add-question-form {
    background: #fff;
    box-sizing: border-box;
    padding: 7px 30px 23px 30px;
}

.select-file-logo {
    margin-top: 25px;
    width: 100%;
    height: 100%;
}


.add-question-form input,
.update-short-answer input{
    height: 39px !important;
    border: 1px solid rgba(0, 36, 100, 0.47);
    box-sizing: border-box;
    border-radius: 9px;
}

.short-answer-opt input:invalid {
    border: red solid 3px;
}

.short-answer-opt{
    display: block!important;
}
.short-answer-sp{
    border: 3px solid #36B37E;
    display: block;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
}
.short-answer-opt span{font-size: 12px;color: #d19e06;}

.question-preview {
    margin-top: 30px;
    /*width: 354.44px;*/
    min-height: 100px;
    border-width: 2px;
    border-style: dashed;
    /*border:1px dashed #8E93B7;*/
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8E93B7;
}

#question-preview-image {
    display: none;
    width: 100%;
}

.add-test-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 330px;
    width: 100%;
}

.thTestName select {
    border-radius: 5px;
}

.add-new-test-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 70px;
}

.add-new-test-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 160px;
    width: 100%;
}

.avatarStep {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: #1175BC;
    opacity: 0.1;
    text-align: center;
    margin-top: 49px;
}

.closeModal {
    padding: 16px;
}

.import-ex-btn {
    max-width: 160px;
    width: 100%;
}

#question-image {
    width: 100%;
    max-width: 800px;
}

.viewed {
    background: #bcddff;
    color: #fff;
}

#current-question {
    background: #ffc107 !important;
    font-weight: bold;
    color: #fff !important;
}

.answered-question {
    background: #36B37E !important;
    color: #fff !important;
}

.schools-info {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.about-schools {
    margin-right: 68px;
}

select.filter-field {
    width: 100%;
    height: 24px;
}

.logout-icon {
    background-image: url('../img/logout.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: 0.3s linear;
}

table .selectEditSchools select {
    height: 38px;
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
}

table .selectEditSchools {
    max-width: 150px;
    width: 100%;
    box-sizing: border-box;
}

.x-icon {
    background-image: url('../img/x.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: 0.3s linear;
}

.tick-icon {
    background-image: url('../img/v.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: 0.3s linear;
}

.overlay-box {
    position: absolute;
    width: 100%;
    z-index: 11111;
    height: 100%;
    background: #bcddff url('../img/loading.gif') no-repeat center center;
    opacity: 0.2;
}

.test-list-color {
    color: #1A5783 !important;
}

.test-result-content {
    background: #fff;
    padding-top: 57px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
    justify-content: space-between;
    box-sizing: border-box;
}

.test-result-message-content {
    height: 100% !important;
    min-height: 500px !important;
}

.progress-circle-size {
    border-width: 12px !important;
}

.timer-style {
    font-family: Poppins, serif !important;;
    font-style: normal !important;;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 0.01em !important;
    color: #6A707E !important;
}

.progress-bar-width {
    border-width: 12px !important;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.active-page {
    background: lightblue;
}

.view-invoice :hover {
    cursor: pointer;
    color: #4BACF1 !important;
    text-decoration: underline !important;
}

.h-42 {
    height: 42px !important;
}

#connection-inform-modal .modal-footer {
    justify-content: center
}

.send-outside {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1175BC;
    position: absolute;

}

.send-icon {
    background-image: url('../img/mail.svg');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    transition: 0.3s linear;
    margin-left: 4.5px;
    margin-top: 4.5px;
    color: #fff;
}

.edit-icon:hover, .send-outside:hover, .print-icon:hover, .garbage-icon:hover, .look-icon:hover, .logout-icon:hover {
    transform: scale(1.3);
    transition-duration: .2s;
}

.span-sort {
    font-family:'bootstrap-icons';
    cursor: pointer;
}

