/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/

@font-face {
    font-family: 'Arial';
    src: url('../webfonts/ArialMT.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../webfonts/Arial-Mdm.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../webfonts/Arial-BoldMT.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: 'Arial' !important;
}

body.index,
body.forgot-password,
body.otp,
body.new-password,
body.registration {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body.test-page {
    overflow: hidden;
}

body.review-test {
    overflow: hidden;
}

/* login */

.login .login-container {
    width: 100%;
    height: auto;
    padding: 47px 43px 37px 43px;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
    background: #F6F6F6;
}

.login .login-container h5 {
    /* font-family: "Inter", serif; */
    font-size: 28px;
    font-weight: normal;
    line-height: 33.89px;
    text-align: left;
    color: #000000;
}

.login .login-container p {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: normal;
    line-height: 24.2px;
    text-align: left;
    color: #000000;
}

.login .login-container .forgot-password {
    text-align: right;
}

.login .login-container .forgot-password a {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: normal;
    line-height: 24.2px;
    color: #F72585;
}

.login .login-container button {
    width: 100%;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
    background: #7209B7;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 17px;
    font-weight: 500;
    line-height: 22.99px;
    color: #FFFFFF;
}

.login .login-container button:focus{
    box-shadow: none;
}

.login .login-container .lo-sign {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color: #000000;
}

.login .login-container .lo-email {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.login .login-container .lo-email:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.input-group:focus-within {
    border-bottom: 1px solid #3A0CA3;
    border-radius: 5px;
}

.login .login-container .lo-password {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.login .login-container .lo-password:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.login .login-container .input-group-text {
    cursor: pointer;
}


/* forgot-password */

.forgot .forgot-container {
    width: 100%;
    height: auto;
    padding: 47px 43px 37px 43px;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
    background: #F6F6F6;
}

.forgot .forgot-container h5 {
    /* font-family: "Inter", serif; */
    font-size: 28px;
    font-weight: normal;
    line-height: 33.89px;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}

.forgot .forgot-container .lo-email {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.forgot .forgot-container .lo-email:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.forgot .forgot-container button {
    width: 100%;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
    background: #7209B7;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 17px;
    font-weight: 500;
    line-height: 22.99px;
    color: #FFFFFF;
}

.forgot .forgot-container button:focus{
    box-shadow:none;
}


/* otp */

.otp .otp-container {
    width: 100%;
    height: auto;
    padding: 47px 43px 37px 43px;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
    background: #F6F6F6;
}

.otp .otp-container h5 {
    /* font-family: "Inter", serif; */
    font-size: 28px;
    font-weight: normal;
    line-height: 33.89px;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}

.otp-input {
    width: 58px;
    height: 71px;
    text-align: center;
    font-size: 24px;
    border: none;
    border-radius: 5px;
    outline: none;
}

.otp-input:focus {
    border-bottom: 1px solid #3A0CA3;
    border-radius: 5px;
}

.otp .otp-container button {
    width: 100%;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
    background: #7209B7;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 17px;
    font-weight: 500;
    line-height: 22.99px;
    color: #FFFFFF;
}

.otp .otp-container button:focus{
    box-shadow: none;
}


/* New-Password */

.new .new-container {
    width: 100%;
    height: auto;
    padding: 47px 43px 37px 43px;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
    background: #F6F6F6;
}

.new .new-container h5 {
    /* font-family: "Inter", serif; */
    font-size: 28px;
    font-weight: normal;
    line-height: 33.89px;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}

.new .new-container .lo-password {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.new .new-container .lo-password:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.new .new-container button {
    width: 100%;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
    background: #7209B7;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 17px;
    font-weight: 500;
    line-height: 22.99px;
    color: #FFFFFF;
}

.new .new-container button:focus{
    box-shadow: none;
}

.new .new-container .input-group-text {
    cursor: pointer;
}


/* Registration */

.registration {
    height: 100vh;
}

.registration .registration-container {
    width: 100%;
    height: auto;
    padding: 47px 43px 37px 43px;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
    background: #F6F6F6;
}

.registration .registration-container h5 {
    /* font-family: "Inter", serif; */
    font-size: 28px;
    font-weight: normal;
    line-height: 33.89px;
    text-align: left;
    color: #000000;
}

.registration .registration-container p {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: normal;
    line-height: 24.2px;
    text-align: left;
    color: #000000;
}

.registration .registration-container .lo-firstname {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.registration .registration-container .lo-firstname:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.registration .registration-container .lo-lastname {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.registration .registration-container .lo-lastname:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.registration .registration-container .lo-email {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.registration .registration-container .lo-email:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.registration .registration-container .lo-phonenumber {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.registration .registration-container .lo-phonenumber:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.registration .registration-container .lo-password {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.registration .registration-container .lo-password:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.registration .registration-container  button {
    width: 100%;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
    background: #7209B7;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 17px;
    font-weight: 500;
    line-height: 22.99px;
    color: #FFFFFF;
}


.registration .registration-container .select2bs4 .selection button .select2-selection__clear
 {
    width: auto !important;
}
 .select2-container {
    width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection__clear{
     width: auto !important;
     padding: 0px !important;
     height: 1.2em !important;
}



.registration .registration-container  button:focus{
    box-shadow: none;
}

.registration .registration-container .input-group-text {
    cursor: pointer;
}

.registration .registration-container .lo-sign {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color: #000000;
}

.registration .registration-container .upload-profile p {
    /* font-family: "Inter", serif; */
    font-size: 13px;
    font-weight: normal;
    line-height: 15.73px;
    text-align: center;
    color: #4361EE;
}

.registration .registration-container .upload-profile .upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    width: 119px;
    min-height: 119px;
    gap: 10px;
    border-radius: 5px;
    border-bottom: 1px solid #C5C5C5;
    background: #FFFFFF;
}

.upload-profile img.uploaded {
    width: 100%;
}

/* subscription-payment */

body.subscription-payment #dashboard-item,
body.subscription-payment #create-test-item,
body.subscription-payment #previous-tests-item,
body.subscription-payment #performance-item,
body.subscription-payment #questions-item {
    /*display: none;*/
}

.sidebar {
    /* width: 100%;
    max-width: 342px; */
    height: 100vh;
    padding: 40px 15px;
    background: #FFFFFF;
    overflow-y: auto;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    /* position: fixed; */
    transform: translateX(-100%);
}

.sidebar.open {
  transform: translateX(0);
}

.toggle-btns {
  top: 10px;
  right: 27px;
  background-color: #7209B7;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1100;
  font-size: 25px;
}

@media (max-width: 991px) {
    .sidebar {
      transform: translateX(-100%);
      position: fixed;
      overflow-y: auto;
      height: 100vh;      
      width: 80%;
    }
  
    .sidebar.open {
      transform: translateX(0);
    }
  
    .toggle-btns {
      display: flex;
    }
}

@media (min-width: 992px) {
    .sidebar {
      transform: translateX(0);
    }
  
    .toggle-btns, .close-btn {
      display: none;
    }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #000;
    border: none;
    font-size: 40px;
    cursor: pointer;
    display: none;
    z-index: 1200;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar .sidebar-item {
    color: black;
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 12px 17px 12px;
}

.sidebar .sidebar-item span {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #A0A5BA;
}

.sidebar .sidebar-item .log{
    color: #F72585;
}

.sidebar .sidebar-item.active {
    border-radius: 3px;
    background: #3A0CA3;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.sidebar .sidebar-item.active span {
    color: #FFFFFF;
}

.sidebar .sidebar-item.active img {
    filter: brightness(1000%);
}

.header {
    height: 80px;
    padding: 24px 34px 24px 34px;
    background: #FFFFFF;
    border-left: 1px solid #C6C6C6;
    position: relative;
    z-index: 11;
}

@media (max-width: 767px) {
    .header {
        padding: 15px;
    }
}

.header .he-name {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
    display: flex;
    gap: 5px;
}

.header .he-name .hard {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: bold;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    background: #F5F6FA;
    padding: 25px 20px 25px 20px;
}

.subscription .subscription-card {
    padding: 28px 22px 28px 22px;
    border-radius: 10px;
    background: #FFFFFF;
}

.subscription .subscription-card .subscription-he {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #4361EE;
}

.subscription .subscription-card .subscription-num {
    /* font-family: "Inter", serif; */
    font-size: 21px;
    font-weight: 700;
    line-height: 25.41px;
    text-align: right;
    color: #000000;
}

.subscription .subscription-card .subscription-num .num-ano {
    /* font-family: "Inter", serif; */
    font-size: 21px;
    font-weight: normal;
    line-height: 25.41px;
    text-align: right;
    color: #000000;
}

.subscription .subscription-card h4 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.subscription .subscription-card p {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: #868686;
}

.subscription .subscription-card .subscription-active {
    min-height: 50px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #4361EE21;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #4361EE;
}

.subscription .subscription-card .subscription-bu {
    min-height: 50px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #7209B7;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
        border: none;
}

.subscription .subscription-card .subscription-date {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #868686;
}

.subscription .subscription-card .subscription-date-in {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #3A0CA3;
}

.subscription .subscription-card-2 {
    padding: 47px 43px 47px 43px;
    background: #F6F6F6;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
}

.subscription .subscription-card-2 h3 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: normal;
    line-height: 22.99px;
    text-align: left;
    color: #4361EE;
}

.subscription .subscription-card-2 .sub-price {
    /* font-family: "Inter", serif; */
    font-size: 28px;
    font-weight: bold;
    line-height: 35.1px;
    text-align: left;
    color: #000000;
}

.subscription .subscription-card-2 .sub-price-in {
    /* font-family: "Inter", serif; */
    font-size: 29px;
    font-weight: normal;
    line-height: 35.1px;
    text-align: left;
    color: #000000;
}

.subscription .subscription-card-2 p {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 24.2px;
    text-align: left;
    color: #000000;
}

.subscription .subscription-card-2 .subscription-bu {
    min-height: 60px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #7209B7;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 22.99px;
    text-align: left;
    color: #FFFFFF;
}


/* dashboard */

.dashboard .box {
    padding: 22px 28px 22px 28px;
    border-radius: 8px;
    background: #FFFFFF;
}

.dashboard .icon {
    margin-right: 15px;
}

.dashboard .charts{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

.dashboard .charts h5{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.dashboard .charts .detail{
    background: #F5F5F5;
    padding: 10px;
    margin-bottom: 10px;    
    border-radius: 0px;
}

.dashboard .charts .detail .total{
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.dashboard .charts .detail .total-num{
    background: #FFFFFF;
    padding: 0px 7px 0px 7px;
    border-radius: 12px;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #000000;        
}

.dashboard .charts .percentage{
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    color: #000000;
    text-align: center;
}

.dashboard .charts .per-num{
    /* font-family: "Inter", serif; */
    font-size: 26px;
    font-weight: bold;
    line-height: 31.47px;
    text-align: center;
    color: #000000;
}

.dashboard .charts .rank{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.dashboard .chart-container{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 50px 30px 40px 30px;
}


@media (max-width: 767px) {
    .dashboard .chart-container{
    padding: 50px 0px 40px 0px;
    }
}

.dashboard .data-co{
    padding: 20px 17px 7px 17px;
    border-radius: 5px;
    background: #FFFFFF;
}

.dashboard .data-co .da-name{
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.dashboard .data-co .da-result{
    padding: 2px 7px 2px 7px;
    border-radius: 12px;
    background: #F5F5F5;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}


/* create-test */

.cr-down {
    display: flex;
    gap: 15px;
}

.cr-check input[type="checkbox"] {
    display: none; 
}

.cr-check input[type="radio"] {
    display: none; 
}

.cr-check label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #C1C1C1;
    display: inline-block;
    margin-right: 10px;
    background-color: white;
    position: relative;
}

.cr-check input[type="radio"]:checked + label::before {
    background-image: url('../images/frame-37.png');
    background-size: cover;
    background-position: center;    
    border: none;
}

.cr-check input[type="checkbox"]:checked + label::before {
    background-image: url('../images/frame-37.png');
    background-size: cover;
    background-position: center;
    border: none;
}

.create-test .cr-test {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px -4px #00000040;
}

.create-test .cr-test .cr-main {
    padding: 17px 17px 5px 17px;
    background: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.create-test .cr-test .cr-down {
    padding: 0px 17px 17px 17px;
}

.create-test .cr-test .cr-main h6 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.create-test .cr-test .cr-down .form-check-label {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    display: flex;
    align-items: center;
}

.create-test .cr-test .cr-down .cr-check {
    padding: 10px 17px 10px 17px;
    background: #FFFFFF;
    margin-right: 15px;
    margin-bottom: 15px;
    /* display: flex;
    justify-content: center; */
}

/* .create-test .cr-test .form-check .form-check-input {
    margin-left: 0;
} */

.create-test .cr-test .cr-down .chek-numb {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #4361EE;
}

.create-test .cr-test .last-se input {
    width: 100%;
    max-width: 521px;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    background: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C5C5C5;
}

.create-test .cr-test .last-se input:focus {
    box-shadow: none;
}

.create-test .cr-test .last-text {
    /* font-family: "Inter", serif; */
    font-size: 12px;
    font-weight: normal;
    line-height: 16.94px;
    text-align: left;
    color: #FF5454;
}

.create-test .last-a {
    width: 200px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #3A0CA3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-test a {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: bold;
    line-height: 24.2px;
    text-align: left;
    color: #FFFFFF;
}

.create-test a:hover{
    color: #FFFFFF;
}


/* previous-tests */

.previous-tests .previous-main .input-group{
    width: 25%;
}

@media (max-width: 767px) {
    .previous-tests .previous-main .input-group {
        width: 100%; 
    }
}

.previous-tests .previous-main {
    border-radius: 10px;
    padding: 22px;
    background: #FFFFFF;
}

.previous-tests h4 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #000000;
}

.previous-tests .previous-line {
    background: #4361EE;
}

.previous-tests .table>:not(:last-child)>:last-child>* {
    border-bottom: #dee2e6;
}

.previous-tests .previous-line tr th {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 31.5px;
    /*color: #FFFFFF;*/
}

.previous-tests tbody tr td {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 31.5px;
    color: #000000;
}

.previous-tests tbody,
td {
    border-bottom: 1px solid #B7B7B7;
}

.down p {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #A3A3A3;
}

.down .pagination .page-link {
    border: none;
    width: 34px;
    padding: 10px;
    border-radius: 5px;
    background: #F9F9F9;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    color: #A3A3A3;
    margin-right: 10px;
    text-align: center;
}

.down .pagination .page-link:focus {
    box-shadow: none;
}

.down .pagination .page-item.active .page-link {
    background: #3A0CA3;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
    text-align: center;
}

.previous-main .input-group-text {
    background: none;
}

.previous-main .input-group .form-control {
    border-right: none;
}

.previous-main .input-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #C8C8C8;
    border-right: none;
}

.previous-main .input-group:focus-within {
    border-bottom: #C8C8C8;
}



/* previous-tests-results */

.previous-tests-results .results-main {
    border-radius: 10px;
    padding: 15px;
    background: #FFFFFF;
}

.previous-tests-results .results-main .backing a {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #4361EE;
}

.previous-tests-results .results-main .ids {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.previous-tests-results .results-main h3 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}

.previous-tests-results .results-main .two-bu .te-a {
    padding: 10px 25px;
    background: #4361EE;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FEFEFE;
}

.previous-tests-results .results-main .two-bu .te-b {
    padding: 10px 25px;
    background: #ECECEC;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.previous-tests-results .results-main .three-bu .te-c {
    padding: 10px 25px;
    background: #3A0CA3;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FEFEFE;
    border-radius: 3px;
}

.previous-tests-results .score-text,
.score-aank,
.setting-main {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.previous-tests-results .setting-item {
    padding: 7px 10px 7px 10px;
    background: #ECECEC;
    min-height: 31px;
}

.previous-tests-results .setting-label,
.setting-value {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    text-align: left;
    color: #2F2F2F;
}

.previous-tests-results .progress {
    width: 242px;
    height: 27px;
}

.previous-tests-results .progress .progress-bar {
    background: #4361EE;
    min-height: 27px;
}

.previous-tests-results tbody td {
    border-bottom: none;
}

.previous-tests-results thead tr {
    background: #4361EE;
}

.previous-tests-results thead tr th {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    /*color: #FFFFFF;*/
}

.previous-tests-results tbody td {
    background: #ECECEC;
}

.previous-tests-results tbody tr {
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
}



/* previous-tests-analysis */

.previous-tests-analysis .analysis-main {
    border-radius: 10px;
    padding: 15px;
    background: #FFFFFF;
}

.previous-tests-analysis .analysis-main .backing a {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #4361EE;
}

.previous-tests-analysis .analysis-main .ids {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.previous-tests-analysis .analysis-main h3 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}

.previous-tests-analysis .analysis-main .two-bu .te-a {
    padding: 10px 25px;
    background: #ECECEC;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.previous-tests-analysis .analysis-main .two-bu .te-b {
    padding: 10px 25px;
    background: #4361EE;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FEFEFE;
}

.previous-tests-analysis .analysis-main .three-bu .te-c {
    padding: 10px 25px;
    background: #3A0CA3;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FEFEFE;
    border-radius: 3px;
}

.previous-tests-analysis .score-text,
.score-aank,
.setting-main {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.previous-tests-analysis .setting-item {
    padding: 7px 10px 7px 10px;
    background: #ECECEC;
    min-height: 31px;
}

.previous-tests-analysis .setting-label,
.setting-value {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    text-align: left;
    color: #2F2F2F;
}

.previous-tests-analysis .progress {
    width: 242px;
    height: 27px;
}

.previous-tests-analysis .progress .progress-bar {
    background: #4361EE;
    min-height: 27px;
}

.previous-tests-analysis .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: none;
}

.previous-tests-analysis tbody .acco {
    background: #ECECEC;
}

.accordion-button::after {
    display: none;
}

.previous-tests-analysis table thead th {
    background: #4361EE;
    color: white;
}

.previous-tests-analysis .accordion-button::before {
    content: '-';
    margin-right: 10px;
    font-size: 30px;
}

.previous-tests-analysis .accordion-button.collapsed::before {
    content: '+';
    margin-right: 10px;
    font-size: 24px;
}

.accordion-button {
    background: none;
    border: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.accordion-button:focus {
    box-shadow: none;
}

.previous-tests-analysis tbody,
td {
    border-bottom: none;
}

.previous-tests-analysis table>thead {
    vertical-align: middle;
}

.previous-tests-analysis .hello {
    color: #FFFFFF;
}

.previous-tests-analysis thead tr th {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

.previous-tests-analysis tbody tr td {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 41px;
    text-align: left;
    color: #000000;
}

.previous-tests-analysis .card {
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    border-radius: 10px;
    box-shadow: 0px 4px 4px -4px #00000040;
}

.previous-tests-analysis .accordion-collapse {
    background: #FFFFFF;
}

.previous-tests-analysis .card .mai-he {
    border-bottom: 1px solid #D9D9D9;
    background: #FFFFFF;
    padding: 10px 17px 10px 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.previous-tests-analysis .card .mai-he h6 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #000000;
    margin: 0;
}



/* performance */

.performance .performance-container{
    border-radius: 10px;
    background: #FFFFFF;
    padding: 30px 20px;
}

.performance .score{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.performance .detail {
    background: #F5F5F5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
}

.performance .detail .total {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F;
}

.performance .detail .total-num {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    text-align: left;
    color: #4361EE;
}

.performance .performance-container .charts canvas{
    width: 200px !important;
    object-fit: cover;
}

@media (max-width: 767px) {
.performance .performance-container .charts canvas{
    width: 160px !important;
    height: 160px !important;
    object-fit: cover;
}
}

.performance .percentage {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    color: #000000;
    text-align: center;
}

.performance .per-num {
    /* font-family: "Inter", serif; */
    font-size: 26px;
    font-weight: bold;
    line-height: 31.47px;
    text-align: center;
    color: #000000;
}

.performance .chart-container{
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 50px 15px 40px 15px;
}

.performance .data-co .da-name {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.performance .data-co .da-result {
    padding: 2px 7px 2px 7px;
    border-radius: 12px;
    background: #F5F5F5;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.performance .data-co {
    border: 1px solid #BBBBBB;
    background: #FFFFFF;
    padding: 20px 17px 5px 17px;
    border-radius: 5px;
}

/* questions */

.questions .questions-main {
    border-radius: 10px;
    padding: 15px;
    background: #FFFFFF;
}

.questions tbody td {
    border-bottom: none;
}

.questions thead tr {
    background: #4361EE;
}

.questions thead tr th {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    /*color: #FFFFFF;*/
}

.questions tbody td {
    background: #ECECEC;
}

.questions tbody tr {
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
}

.questions .search-label {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.questions .search-input {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    max-width: 308px;
    width: 100%;
    height: 57px;
    padding: 10px 17px 10px 17px;
}

.questions .search-input:focus {
    box-shadow: none;
}

.questions .questions-modal {
    border-radius: 6px;
    background: #FFFFFF;
    border: none;
}

.questions .questions-modal .que-he {
    background: #3852A4;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.questions .questions-modal .que-he h5 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.questions .questions-modal .que-he button {
    background: transparent;
    border: none;
}

.questions .questions-modal .que-body {
    padding: 30px 50px 30px 35px;
}

.questions .questions-modal .que-body .ques {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: bold;
    line-height: 21.78px;
    text-align: left;
    color: #2F2F2F;
}

.questions .questions-modal .que-body p {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: normal;
    line-height: 55px;
    text-align: left;
    color: #2F2F2F;
}

.questions .questions-modal .que-body .no-btn {
    background: transparent;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
    margin-right: 40px;
}

.questions .questions-modal .que-body .yes-btn {
    width: 87px;
    border: none;
    padding: 11px 28px 10px 28px;
    border-radius: 8px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}



/* test-page */

.test-page .test-body .col-content h2{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
    margin-top: 75px;
}

.test-page .test-body .col-content h3{
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: left;
    color: #000000;
}

.test-page .test-body .col-content p{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.col-content {
    display: none; /* Pehle hidden rakhenge */
}


.side {
    display: block; /* By default visible */
}

@media (max-width: 991px) {
    .side {
        display: none; /* Hide when screen < 992px */
    }
}

.toggle-btn {
    border-radius: 50%;
    background: #7209B7;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    display: none;
    margin-bottom: 15px;
    margin-left: 5px;
}

@media (max-width: 991px) {
.toggle-btn {
        display: block; /* Show button when screen < 992px */
    }
}


/* .test-page .l-value {
    position: relative;
} */

/* 992px se chhoti screen par button upar shift ho jayega */
/* @media (max-width: 991px) {
    .test-page .l-value {
        position: fixed;
        top: 10px;
        left: 80%;
        transform: translateX(-50%);
        z-index: 1000;
        background: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .test-page .lab-tabs-container {
        display: none;
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: white;
        padding: 10px;
        border: 1px solid #ddd;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 999;
        overflow-y: scroll;
        height: 100vh;
    }
} */

.lab-wrapper {
    display: none;
}

@media (max-width: 991px) {
    .lab-wrapper {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .mobile-lab {
        position: relative;
        width: 100%;
        background: white; 
        z-index: 1000;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        display: none;
    }
}
/* 
.lab-wrapper-container {
    position: relative;
    width: 100%;
    text-align: center;
} */

/* .lab-tabs-container {
    width: 90%;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
} */

.test-page .test-body .another-scrol{
    height: 100vh;
    overflow-y: scroll;
}

.another-scrol::-webkit-scrollbar {
    width: 8px;
}

.another-scrol::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* .another-scrol::-webkit-scrollbar-track {
    background: #f1f1f1;
} */

.test-page .ohno{
    height: 100vh;
}

.test-page {
    background: #F5F6FA;
}

.test-page .side-num {
    width: 47px;
    height: 39px;
    padding: 10px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
    margin: 5px 5px;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: center;
    color: #000000;
}

.test-page .mark{
    background: #3852A4;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: center;
    color: #FFFFFF;    
}

.test-page .test-body {
    background: linear-gradient(180deg, #FFFFFF 0%, #D8DDED 100%);
    border-radius: 10px;
}

.test-page .test-body .tabs-container {
    padding: 15px;
    border-left: 1px solid #D1D1D1;
}

.test-page .test-body .question-container{
    padding: 0px 0px 40px 0px;
}

.test-page .test-body .question-container .question-header .wins {
    padding: 10px 17px 10px 17px;
    background: #ECECEC;
}

.test-page .test-body .question-container .question-header .wins h5 {
    /* font-family: "Inter", serif; */
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.test-page .test-body .question-container .question-header .wins h4 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: bold;
    line-height: 21.78px;
    text-align: left;
    color: #000000;
    margin: 0;
}

.test-page .test-body .question-container .question-header .wings {
    padding: 11px 15px;
    border-radius: 5px;
    background: #3852A4;
    margin-right: 25px;
}

.test-page .test-body .question-container .question-header .wings a {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.test-page .test-body .question-container .question-header .wings-2 {
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #ECECEC;
    /* margin-left: 25px; */
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-page .test-body .question-container .question-header .wings-2 a {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    color: #000000;
}

.test-page .test-body .question-container .question-header .wings-3 {
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #3852A4;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-page .test-body .question-container .question-header .wings-3 a {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    text-align: left;
    color: #FFFFFF;
}

.test-page .test-body .question-container p {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.test-page .test-body .question-container .question-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

/* .test-page .test-body .question-container .question-header .he-sec {
    gap: 15px;
} */

@media (max-width: 575px) {
    .test-page .test-body .question-container .question-header .he-sec {
        align-items: start !important;
        /*flex-direction: column;*/
    }
}

.test-page .test-body .question-container .bich-image {
    padding: 20px 40px;
}

.test-page .test-body .question-container .image-container {
    background: #ECECEC;
    border-radius: 6px;
    min-height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-page .test-body .question-container .te-btyu {
    gap: 10px;
}

.test-page .test-body .question-container .btn-sub {
    border: none;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

.test-page .test-body .question-container .btn-sub img {
    margin-left: 100px;
}

.test-page .test-body .question-container .btn-pau {
    border: none;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

.test-page .test-body .question-container .btn-pau img {
    margin-left: 100px;
}

.test-page .test-body .question-container .end_block {
    border: none;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

.test-page .test-body .question-container .end_block img {
    margin-left: 100px;
}

.test-page .test-body table td {
    border-top: none;
}

.test-page .test-body table th {
    border-top: none;
}

.test-page .test-body .table>:not(caption)>*>* {
    border-bottom-width: 0;
}

.test-page .test-body table tr td {
    padding: 10px 17px 10px 17px;
    background: #F5F6FA;
}

.test-page .test-body table {
    border-collapse: separate;
    border-spacing: 20px 10px;
}

.test-page .test-body table .review {
    background: none;
}

.test-page .test-body table thead tr th {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
    padding-left: 0;
}

.test-page .test-body table tbody tr td {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000000;
}


.test-page .table-section {
    padding: 15px;
}

.test-page .tab-content .tab-cont {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
    border-bottom: 1px solid #CDCDCD
}

.test-page .tab-content .table-section h6 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.test-page .nav-tabs .nav-item .nav-link {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    text-align: left;
    color: #000000;
    border: none;
}

.test-page .nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #3852A4;
    border-bottom: 1px solid #3852A4;
    background: none;
}

.test-page .nav-tabs {
    border-bottom: 1px solid #C2C2C2;
}

.test-page .l-value {
    width: 100%;
    max-width: 127px;
    padding: 10px;
    border-radius: 5px;
    background: #3852A4;
}

.test-page .l-value a {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.test-page .d-none {
    display: none;
}

.test-page .test-modal {
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
}

.test-page .test-modal .test-he {
    padding: 10px 20px 10px 20px;
    background: #3852A4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.test-page .test-modal .test-he h5 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.test-page .test-modal .test-he button {
    background: transparent;
    border: none;
}

.test-page .test-modal .test-bodys {
    padding: 30px 50px 30px 35px;
}

.test-page .test-modal .test-bodys p {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.test-page .test-modal .test-bodys .no-btn {
    background: transparent;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
    margin-right: 40px;
}

.test-page .test-modal .test-bodys .yes-btn {
    width: 87px;
    border: none;
    padding: 11px 28px 10px 28px;
    border-radius: 8px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}



/* review-test */



.review-test .answer-btn {
    display: none;
    top: 19px;
    left: 80%;
    /* transform: translateX(-50%); */
    background: #3852A4;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    z-index: 1000;
    margin-top: 2px;
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 24.2px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.review-test .col-content {
    display: block;
}

@media screen and (max-width: 991px) {
    /* .review-test .col-content {
        display: none; 
        position: fixed;
        top: 85px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 10px;
        background: linear-gradient(180deg, #FFFFFF 0%, #D8DDED 100%);
        z-index: 999;
        overflow-y: scroll;
        height: 100vh;
    } */

    .review-test .answer-btn {
        display: block; 
    }
}

.review-test .review-body .tabs-container {
    padding: 15px 15px 50px 15px;
    border-left: 1px solid #D1D1D1;
}

.review-test .review-body .another-scrol{
    height: 100vh;
    overflow-y: scroll;
}

.another-scrol::-webkit-scrollbar {
    width: 8px;
}

.another-scrol::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.review-test .ohno{
    height: 100vh;
}

.review-test {
    background: #F5F6FA;
}

.review-test .side-num {
    display: inline-block;
    width: 47px;
    height: 39px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin: 5px 5px;
}

.review-test .correct{
    background: #1A9501;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: center;
    color: #FFFFFF;
}

.review-test .wrong{
    background: #FF2020;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: center;
    color: #FFFFFF;
}

.review-test .omited{
    background: #4361EE;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: center;
    color: #FFFFFF;
}

.review-test .review-body {
    background: linear-gradient(180deg, #FFFFFF 0%, #D8DDED 100%);
    border-radius: 0px;
}

/* .review-test .review-body .review-container {
    padding: 15px;
    border-right: 1px solid #D1D1D1;
} */

.review-test .review-body .review-container{
    padding: 0px 0px 50px 0px;
}

.review-test .review-body .review-container .review-header .wins {
    padding: 10px 17px 10px 17px;
    background: #3852A4;
}

.review-test .review-body .review-container .review-header .wins h5 {
    /* font-family: "Inter", serif; */
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .review-body .review-container .review-header .wins h4 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: bold;
    line-height: 21.78px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.review-test .review-body .review-container .review-header .wings {
    padding: 10px 15px;
    border-radius: 5px;
    background: #3852A4;
    margin-right: 25px;
}

.review-test .review-body .review-container .review-header .wings a {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .review-body .review-container .review-header .wings-2 {
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #ECECEC;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-test .review-body .review-container .review-header .wings-2 a {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    color: #000000;
}

.review-test .review-body .review-container .review-header .wings-3 {
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #3852A4;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-test .review-body .review-container .review-header .wings-3 a {
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .review-body .review-container p {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.review-test .review-body .review-container .review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.review-test .review-body .review-container .review-header .he-sec {
    gap: 15px;
}

@media (max-width: 575px) {
    .review-test .review-body .review-container .review-header .he-sec {
        align-items: start !important;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .review-test .review-body .review-container .review-header .he-secc {
        align-items: start !important;
        flex-direction: row !important;
    }
}

.review-test .review-body .review-container .bich-image {
    padding: 20px 40px;
}

.review-test .review-body .review-container .bich-image .image-container {
    background: #ECECEC;
    border-radius: 6px;
    min-height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-test .review-body .review-container .te-btyu {
    gap: 10px;
}

.review-test .review-body .review-container .btn-sub {
    border: none;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .review-body .review-container .btn-sub img {
    margin-left: 100px;
}

.review-test .review-body .review-container .btn-pau {
    border: none;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 20px;
    font-weight: bold;
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .review-body .review-container .btn-pau img {
    margin-left: 100px;
}

.review-test .review-body table td {
    border-top: none;
}

.review-test .review-body table th {
    border-top: none;
}

.review-test .review-body .table>:not(caption)>*>* {
    border-bottom-width: 0;
}

.review-test .review-body table tr td {
    padding: 10px 17px 10px 17px;
    background: #F5F6FA;
}

.review-test .review-body table {
    border-collapse: separate;
    border-spacing: 20px 10px;
}

.review-test .review-body table .review {
    background: none;
}

.review-test .review-body table thead tr th {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
    padding-left: 0;
}

.review-test .review-body table tbody tr td {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000000;
}


.review-test .table-section {
    padding: 15px;
}

.review-test .tab-content .tab-cont {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
    border-bottom: 1px solid #CDCDCD
}

.review-test .tab-content .table-section h6 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.review-test .nav-tabs .nav-item .nav-link {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 16.94px;
    text-align: left;
    color: #000000;
    border: none;
}

.review-test .nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #3852A4;
    border-bottom: 1px solid #3852A4;
    background: none;
}

.review-test .nav-tabs {
    border-bottom: 1px solid #C2C2C2;
}

.review-test .l-value {
    width: 100%;
    max-width: 127px;
    padding: 10px;
    border-radius: 5px;
    background: #3852A4;
}

.review-test .l-value a {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .d-none {
    display: none;
}

.review-test .test-modal {
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
}

.review-test .test-modal .test-he {
    padding: 10px 20px 10px 20px;
    background: #3852A4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.review-test .test-modal .test-he h5 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.review-test .test-modal .test-he button {
    background: transparent;
    border: none;
}

.review-test .test-modal .review-bodys {
    padding: 30px 50px 30px 35px;
}

.review-test .test-modal .review-bodys p {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.review-test .test-modal .review-bodys .no-btn {
    background: transparent;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
    margin-right: 40px;
}

.review-test .test-modal .review-bodys .yes-btn {
    width: 87px;
    border: none;
    padding: 11px 28px 10px 28px;
    border-radius: 8px;
    background: #0067A9;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.review-test .review-body .boxes{
    background: #FFFFFF;
    max-width: 550px;
}

.review-test .review-body .hill {
    padding-left: 20px;
    padding-right: 20px;
}

.review-test .review-body .boxes h6{
    /* font-family: "Inter", serif; */
    font-size: 13px;
    font-weight: normal;
    line-height: 15.73px;
    text-align: left;
    color: #FF5858;
    margin-top: 10px;
}

.review-test .review-body .boxes h5{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}

.review-test .review-body .boxes h4{
    /* font-family: "Inter", serif; */
    font-size: 13px;
    font-weight: normal;
    line-height: 15.73px;
    text-align: left;
    color: #000000;
}

.review-test .review-body .col-content h2{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
    margin-top: 75px;
}

.review-test .review-body .col-content h3{
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: left;
    color: #000000;
}

.review-test .review-body .col-content p{
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: normal;
    line-height: 19.36px;
    text-align: left;
    color: #2F2F2F;
}


@media (max-width: 991px) {
    .test-page .test-body .another-scrol {
        height: unset;
        overflow-y: unset;
    }
    
    .review-test .review-body .another-scrol {
        height: unset;
        overflow-y: unset;
    }
    
    body.test-page {
        overflow: visible;
    }
    
    body.review-test {
        overflow: visible;
    }
}

/* 

@media screen and (max-width: 991px) {
    .test-page .lab-tabs-container {
        display: none;
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 10px;
        background: linear-gradient(180deg, #FFFFFF 0%, #D8DDED 100%);
        z-index: 999;
        overflow-y: scroll;
        height: 100vh;
    }
} */

#lineChart {
    height: 50vh !important; 
}

.chart-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 768px) {
#lineChart {
    height: 300px !important; 
}
}



/* .contents {
    height: calc(100vh - -24px);
    overflow-y: scroll;
    background: #F5F6FA;
    padding: 25px 20px 25px 20px;
} */

.profile .left-pro{
    padding-top: 47px;
    padding-right: 43px;
    padding-bottom: 47px;
    padding-left: 43px;
    background: #F6F6F6;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
}

.profile .left-pro h5{
    /* font-family: "Inter", serif; */
    font-weight: normal;
    font-size: 28px;
    line-height: 33.89px;
    color: #000000;
}

.profile .left-pro p{
    /* font-family: "Inter", serif; */
    font-weight: normal;
    font-size: 20px;
    line-height: 24.2px;
    color: #000000;
}

.profile .input-group-text {
    cursor: pointer;
}

.profile .lo-phonenumber {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.profile .lo-phonenumber:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.profile .lo-lastname {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.profile .lo-lastname:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.profile .lo-firstname {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.profile .lo-firstname:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.profile .lo-email {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.profile .lo-email:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.profile button {
    width: 100%;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
    background: #7209B7;
    border: none;
    /* font-family: "Inter", serif; */
    font-size: 17px;
    font-weight: 500;
    line-height: 22.99px;
    color: #FFFFFF;
}

.profile button:focus {
    box-shadow: none;
}

.profile button:hover {
    color: #FFFFFF;
}

.profile .change-pass{
    height: 50px;
    justify-content: space-between;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-radius: 5px;
    border-bottom-width: 1px;
    background: #4361EE21;
    /* font-family: "Inter", serif; */
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    color: #4361EE;
}

.profile .change-pass:hover{
    color: #4361EE;
}

.profile .subscription-card {
    padding: 28px 22px 28px 22px;
    border-radius: 10px;
    background: #FFFFFF;
}

.profile .subscription-card .subscription-he {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #4361EE;
}

.profile .subscription-card .subscription-num {
    /* font-family: "Inter", serif; */
    font-size: 21px;
    font-weight: 700;
    line-height: 25.41px;
    text-align: right;
    color: #000000;
}

.profile .subscription-card .subscription-num .num-ano {
    /* font-family: "Inter", serif; */
    font-size: 21px;
    font-weight: normal;
    line-height: 25.41px;
    text-align: right;
    color: #000000;
}

.profile .subscription-card h4 {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.profile .subscription-card p {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: #868686;
}

.profile .subscription-card .subscription-active {
    min-height: 50px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #4361EE21;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #4361EE;
}

.profile .subscription-active {
    min-height: 50px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #4361EE21;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #4361EE;
}

.profile .subscription-card .subscription-bu {
    min-height: 50px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #7209B7;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.profile .subscription-bu {
    min-height: 50px;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    background: #7209B7;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
}

.profile .subscription-card .subscription-date {
    /* font-family: "Inter", serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #868686;
}

.profile .subscription-card .subscription-date-in {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #3A0CA3;
}

.profile .right-next-pro{
    padding: 14px;
    border-radius: 10px;
    background: #FFFFFF;
}

.profile .right-next-pro h6{
    /* font-family: "Inter", serif; */
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    color: #000000;
}

.profile .pro-boxes{
    padding-top: 13px;
    padding-right: 16px;
    padding-bottom: 13px;
    padding-left: 16px;
    border-radius: 5px;
    border-bottom-width: 1px;
    background: #F1F1F1;
    margin-bottom: 10px;
}

.profile .pro-boxes .box-name{
    /* font-family: "Inter", serif; */
    font-weight: normal;
    font-size: 18px;
    line-height: 23.78px;
    color: #000000;
}

.profile .lo-password {
    height: 60px;
    padding: 10px 16px 10px 0px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.profile .lo-password:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
}

.profile .pop-co{
    padding-top: 47px;
    padding-right: 43px;
    padding-bottom: 47px;
    padding-left: 43px;
    border-radius: 18px;
    background: #F6F6F6;
    box-shadow: 0px 52px 43.2px 0px #0000001A;
}

.profile .pop-co h5{
    /* font-family: "Inter", serif; */
    font-weight: normal;
    font-size: 25px;
    line-height: 33.89px;
    color: #000000;
    margin-bottom: 10px;
}

.profile .dele-mo h5{
    /* font-family: "Inter", serif; */
    font-weight: normal;
    font-size: 28px;
    line-height: 33.89px;
    color: #000000;
}

.profile .dele-mo p{
    /* font-family: "Inter", serif; */
    font-weight: normal;
    font-size: 18px;
    line-height: 24.2px;
    color: #000000;
}

.profile .dele-mo .can-bu{
    border-radius: 4px;
    padding: 10px;
    background: #B1B0B0;
    /* font-family: "Inter", serif; */
    font-weight: bold;
    font-size: 19px;
    line-height: 22.99px;
    color: #FFFFFF;
}




/* .accordion-button::after {
    display: none !important;
}

.toggle-icon {
    cursor: pointer;
    font-size: 16px;
    margin-left: auto;
} */


.accordion-button {
    padding: 25px 15px 20px 25px;
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.accordion-header {
    padding: 0px 0px 0px 15px;
}

.le-cr{
    width: 22px;
    height: 22px;
}

.create-test .accordion-button:not(.collapsed) {
    background-color: unset;
    color: unset;
    box-shadow: none;
}

.create-test .form-check-input[type=checkbox] {
    border-radius: 50%;
}

.create-test .accordion-body{
    padding-top: 0px;
}

.create-test .accordion-item {
    background-color: unset;
    border: none;
}

.create-test .form-check-input:checked{
    background-color: #3A0CA3;
    border: 2px solid #C1C1C1;
    box-shadow: none;
}



.create-test .cr-test .cr-down .all-i {
    padding: 10px 23px 10px 0px;
    background: none;
    margin-bottom: 0;
}

.questions .questions-main .input-group {
    width: 25%;
}

.questions h4 {
    /* font-family: "Inter", serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #000000;
}

.questions .input-group-text {
    background: none;
}

.questions .input-group .form-control {
    border-right: none;
}

.questions .input-group-text {
    border-left: none;
}


.questions .input-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #C8C8C8;
    border-right: none;
}

.questions .input-group:focus-within {
    border-bottom: #C8C8C8;
}



.subscription-payment .omag .form-label {
    /* font-family: "Inter", serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.subscription-payment .omag .form-control{
    height: 60px;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.subscription-payment .omag .form-control:focus{
    box-shadow: none;
    border-color: #ced4da;
    border-bottom: 1px solid #3A0CA3;
    border-radius: 5px;
}

.subscription-payment .omag button{
    border-radius: 5px;
    background: #7209B7;
    /* font-family: "Inter", serif; */
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #FFFFFF;
    border: none;
    padding: 15px 30px;
}

.subscription-payment .omag button:focus{
    box-shadow: none;
}

.boxu34{
    width: 20px;
    height: 20px;
}

.boxu34.correct{
    background: #F72585;
}

.boxu34.incorrect{
    background: #3A0CA3;
}

.boxu34.omitted{
    background: #4CC9F0;
}

.tab-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

.nav-tabs {
    flex-wrap: nowrap;
    gap: 8px; /* Optional spacing between tabs */
}

.nav-tabs .nav-item {
    white-space: nowrap;
}

.nav-tabs .nav-link {
    min-width: max-content;
    margin-bottom: 0px;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0px !important;
}

.lab-fullscreen-overlay {
  z-index: 90000;

}

.lab-fullscreen-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
