/*global-css-start*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: #F6F6F6;
    scroll-behavior: smooth;
    font-family: "Nunito Sans", sans-serif !important;
}

:root {
    --font-first: "Nunito Sans", sans-serif;
    --font-second: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ff6b01;
    font-weight: 800;
}

strong {
    font-weight: 800;
    color: #000;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: auto;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button {
    color: inherit;
    border: none;
    background-color: transparent;
}

p {
   
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
 margin: 0 !important;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

ul {
    padding-left: 0 !important;
}

hr {
    background-color: #F2F2F2 !important;
    opacity: 1;
    border-color: #F2F2F2 !important;
    margin: 0.3rem !important;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: inherit;
    color: inherit;
}

label {
    margin-bottom: 5px;
}

textarea {
    resize: none;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.img-40 {
    width: 40px;
    height: 40px;
}

.img-80 {
    width: 80px;
    height: 80px;
    background-color: #ccc;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-26 {
    font-size: 26px !important;
}

.fz-28 {
    font-size: 28px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.decoration {
    text-decoration: underline !important;
}

.btn-close {
    background-image: none;
    padding: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.form-check {
    vertical-align: middle;
    margin-bottom: 10px;
}

.form-check .form-check-label {
    margin-bottom: 0;
    cursor: pointer;
}

.tp-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.lg_title {
    font-weight: 700;
    font-size: 20px;
    color: #1E2D64;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #2E343E;
    margin-bottom: 20px;
}

.innr-title {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.new_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
}

.first_para {
    font-size: 18px;
    font-weight: 400;
    color: #2E343E;
    margin-bottom: 15px;
}

.new_para {
    font-size: 13px;
    font-weight: 600;
    color: #2E343E;
    margin-bottom: 15px;
}

.thm-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #2F338C;
    border: 1px solid #2F338C;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.nw-thm-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #FF6B00;
    border: 1px solid #FF6B00;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.nw-filtr-thm-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #14A329;
    border: 1px solid #14A329;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.nw-schedule-thm-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #1E2D64;
    border: 1px solid #1E2D64;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.nw-meeting-thm-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #FFC50A;
    border: 1px solid #FFC50A;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.thm-btn.light-btn {
    background-color: #fff;
    border-color: #fff;
    /* color: #4F40FF; */
}

.thm-btn:hover {
    background-color: #272A75;
    border-color: #272A75;
    color: #fff;
}

.nw-meeting-thm-btn:hover {
    background-color: #FFB400;
}


.thm-btn.outline {
    background-color: transparent;
    border-color: #272A75 !important;
    color: #272A75 !important;
}

.thm-btn.outline:hover {
    background-color: #272A75 !important;
    border-color: #272A75 !important;
    color: #fff !important;
}

.nw-thm-btn.outline {
    background-color: transparent;
    border-color: #FF6B00;
    color: #FF6B00;
}

.nw-filtr-thm-btn.outline {
    background-color: transparent;
    border-color: #14A329;
    color: #14A329;
}

.thm-lg-btn {
    display: inline-block;
    padding: 16px 30px;
    font-size: 18px;
    color: #00022A;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.nw-thm-btn:hover {
    background-color: #cc5200;
    border-color: #cc5200;
    color: #fff;
}

.nw-filtr-thm-btn:hover {
    background-color: #129226;
    border-color: #129226;
    color: #fff;
}

.thm-lg-btn.grn-btn {
    background-color: #BEE14A;
    border-color: #BEE14A;
}

.thm-lg-btn.warning {
    background-color: #EEBD5B;
    color: #fff;
    border-color: #EEBD5B;
    text-align: center;
}

.custom-frm-bx {
    margin-bottom: 20px;
    position: relative;
}

.custom-frm-bx label {
    font-size: 16px;
    font-weight: 600;
    color: #0E1013;
}

.custom-frm-bx .form-control,
.custom-frm-bx .form-select {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #C0C2C5;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    color: #979A9F;
    box-shadow: 0px 2px 0px 0px #00000004;
}

.custom-frm-bx .nw-frm-select {
    color: #0E1013;
    font-size: 16px;
}

.custom-frm-bx textarea.form-control {
    height: 100px;
}

.custom-frm-bx::placeholder {
    color: #000000;
    opacity: 1;
}

.custom-frm-bx::-ms-input-placeholder {
    color: #000000;
}


.custom-frm-bx-second {
    margin-bottom: 20px;
    position: relative;
}

.custom-frm-bx-second label {
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
}

.custom-frm-bx-second .form-control,
.custom-frm-bx-second .form-select {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #C4C4C4;
    font-size: 15px;
    font-weight: 600;
    /* background: transparent !important; */
}


.custom-frm-bx-second::placeholder {
    color: #2E2E2E;
    opacity: 1;
}

.custom-frm-bx-second::-ms-input-placeholder {
    color: #2E2E2E;
}

.custom-frm-bx-second .custom-frm-cntrol:focus {
    border: 1px solid #F04393 !important;
}


.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.clr {
    color: #4F40FF !important;
}

/*global-css-end*/

.dashboard-left-side {
    transition: transform 0.3s ease;
}

.dashboard-left-side.hide-sidebar {
    transform: translateX(-200px);
}

.dashboard-left-side.mobile-show {
    transform: translateX(0);
}

.mobile-overlay {
    display: none;
}

.mobile-overlay.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}



.dashboard-left-side {
    min-height: 100vh;
    background: #FFFFFF;
    border-right: 1px solid #C0C2C5;
    width: 220px !important;
    overflow-y: auto;
}

.dashboard-logo-tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-user-profile {
    background: #F3F5F7;
    border-radius: 8px;
    padding: 20px;
}

.user-profile-logo {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
}

.left-navigation .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: #000000 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 12px;
}

.seller-submenu .left-navigation .nav-link {
    padding-left: 25px !important;
}

.left-navigation .nav-item {
    padding: 3px 0;
}

.left-navigation .nav-link:hover {
    background: #F0F1FF;
    border-radius: 12px;

}

.dashboard-logo-tp img {
    width: 76px;
    object-fit: cover;
}

.left-navigation .nav-link img {
    width: 18px;
}

.tp-left-chevr-box .tp-chevr-btn-back-btn {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #D9D9D9;
    border: 0.6px solid #818181;
    font-size: 15px;


}

.tp-header-section {
    padding: 10px 20px;
    background: #FFFFFF;
    border-bottom: 1px solid #C0C2C5 !important;
    transition: all 0.2s ease;
}

.tp-mobile-menu-btn {
    color: #2E343E;
}


.hide-sidebar {
    width: 0 !important;
    min-width: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.main-content {
    transition: margin-left 0.3s ease;
}

.hide-sidebar+.main-content {
    margin-left: 0;
}

.dashboard-left-side {
    transition: transform 0.3s ease;
}

.dashboard-left-side.mobile-show {
    transform: translateX(0);
}


/* Nw */

.all-tp-main-section {
    height: 100vh;
    overflow: hidden;
}

.all-tp-main-section .dashboard-right-side {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tp-header-section {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.main-content {
    overflow-y: auto;
    height: calc(100vh - 60px);
}

/* nw */


.dashboard-right-side .dash-vendr-header-left-bx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-right-side .tp-header-section .tp-search-bx .tp-search-btn {
    display: inline-block;
    color: #6D7178;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 12px;
    padding: 5px 10px;

}



.dashboard-right-side .tp-header-section .tp-right-admin-bx {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tp-right-admin-bx .tp-bell-icon img {
    width: 20px;
}



.dashboard-right-side .tp-header-section .tp-right-admin-details img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: #D8D8D8;
    border-radius: 50%;
}

.dashboard-right-side .tp-header-section .tp-right-admin-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-right-side .tp-header-section .admn-icon {
    position: relative;

}


.dashboard-right-side .tp-header-section .content-bx {
    display: flex;
    align-items: center;
}


.dashboard-right-side .tp-header-section .content-bx h5 {
    margin-bottom: 0;
    color: #979A9F;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-right-side .tp-header-section .content-dropdown {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #0E1013;

}


.task-vendr-left-title-bx {
    border-bottom: 1px solid #C0C2C5;
}

.dashboard-logo-tp .dash-hp-title {
    color: #1F94F3;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;

}



.profile-card-box {
    background: #fff;
    border-radius: 20px !important;
    width: 150px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-top-section {
    display: flex;
    gap: 12px;
    align-items: center;
}


.profile-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.profile-id {
    font-size: 13px;
    color: #828282;
    margin: 0;
}

.profile-wallet-box {
    border: 1px dashed #EEEEEE;
    border-radius: 8px;
    padding: 10px 12px;
    background: #EEEEEE1A;

}

.profile-logout-box {
    text-align: center;
    margin-top: 8px;
}

.logout-btn:hover {
    text-decoration: underline;
}

.task-vendor-profile-bx {
    display: flex;
    align-items: center;
    gap: 10px;
}


.task-vendor-profile-bx img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: #D8D8D8;
    border-radius: 50%;
}

.task-vendor-profile-bx {
    border-radius: 8px;
    padding: 10px 18px;
    background: rgba(245, 245, 245, 1);
}

.task-vendor-profile-bx p {
    margin-bottom: 0;
    /* font-family: var(--font-second); */
    font-weight: 400;
    font-size: 14px;
    color: #6D6D6D;

}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.dashbrd-left-asidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.sidebar-close-btn {
    background: none;
    border: none;
    font-size: 22px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    color: #333;
}

.dashbrd-left-asidebar.active {
    left: 0;
}

.mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

.mobile-overlay.active {
    display: block;
}

.mobile-menu-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    margin-right: 10px;
}

.user-toggle i.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}




.admin-pisture-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100vh;
}

/* .admin-login-section {
    background-color: #F8F9FA;
    height: 100vh;
    overflow: hidden; 
     position: relative;

} */





.admin-frm-bx label {
    font-weight: 400;
    font-size: 16px;
    color: #0E1013;
    text-transform: capitalize;

}

.admin-frm-vendor-bx {
    padding: 30px 100px;
}

.admin-frm-bx .admin-frm-control {
    background: #FFFFFF;
    border-radius: 4px;
    height: 56px;

}

.pass-eye-bx {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.pass-eye-slash-btn {
    color: #0E1013;
}

.admin-lg-btn {
    background: #1F94F3;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    height: 60px;

}

.admin-lg-title img {
    width: 150px;
    object-fit: cover;
}



.admin-vndr-login h3 {
    text-align: center;
    text-transform: capitalize;

}

.admin-vndr-login p {
    text-align: center;

}

.forgot-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #777777;
}

.forgot-btn {
    color: #FF0000;

}

.otp-custm-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.otp-control-frm {
    text-align: center;
    color: #000000 !important;
}

.resend-otp-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #777777;

}

.repeat-timing-title {
    color: #FF6B00;
}

.admin-login-section {
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.admin-pisture-bx {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.sallr-profile-urs-bx .sallr-logo-profle {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background: #D9D9D9;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sallr-logo-profle img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.edit-upload-bx {
    position: absolute;
    top: 20px;
    right: -10px;
    z-index: 2;
}

.sallr-profile-urs-bx {
    text-align: center;
    position: relative;
}

.usr-edit-nw-btn {

    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #14A329;
    color: #FFFFFF;
    font-size: 16px;
}

.wb-profile-usr-chnge-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-breadcrumb .breadcrumb-item {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #202224;
    text-transform: capitalize;
}

.admin-breadcrumb .breadcrumb-link {
    color: #2F338C;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}

.admin-breadcrumb .custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "•";
    color: #FF6B00;
}

.lab-chart-crd {
    background: #FFFFFF;
    border: 1px solid #C0C2C5;
    border-radius: 16px;
    padding: 20px;
}

.my-profile-logo-bx {
    background-color: #fff !important;
    width: auto !important;
    height: auto !important;
}

.wp-my-profile-usr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wp-profile-edt {
    background: #FF6B00;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;

}

.profile-frm-contrl {
    color: #000000 !important;
}

.nw-edit-upload-bx {
    right: 12px;
}


.test-series-card {
    background: #FFFFFF;
    box-shadow: 0px 7px 29px 0px #64646F33;
    border-radius: 10px !important;
    height: 360px;


}

.nw-test-serires-card {
    background: #FFFFFF !important;
    box-shadow: 0px 7px 29px 0px #64646F33;
    border-radius: 10px !important;
    height: auto !important;
}

.test-series-card {
    /* height: 360px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}


.test-picture-bx {
    height: 180px;
    overflow: hidden;
}

/* .test-picture-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} */




.test-picture-bx {
    position: relative;
}


.test-picture-bx img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}



.test-series-content {
    padding: 15px;
}

.test-series-content h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #202244;
    margin-bottom: 0px;
}

.test-series-title-bx {
    position: absolute;
    top: 10px;
    left: 10px;

}

.test-series-title-bx .test-course-name {
    display: inline-block;
    background-color: #167F71;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
}

.test-question-bx {
    margin: 10px 0;
}

.test-question-bx .test-question-item {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 5px 0;
    text-align: start;
    text-transform: capitalize;
    font-family: var(--font-first);

}

.tble-action-menu {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 25px;
    width: 250px;



}

.drop-heading-bx {
    padding: 8px 15px;
    border-bottom: 1px solid #D4D4D4;
}


.custom-check {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: start;

}

.custom-check .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border: 1px solid #C0C2C5;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 8px;
    position: relative;
}

.custom-check .form-check-label {
    font-size: 16px;
    color: #484848;
    font-weight: 400;
}

.custom-check .form-check-input:checked {
    background-color: #C0C2C5;
    border-color: #C0C2C5;
}

.test-series-paper {
    padding: 10px 15px;
}

.custom-check .form-check-input:focus {
    box-shadow: none;
}

.drop-apply-btn {
    background-color: #2F338C;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    /* width: 100px; */
    text-align: center;
}

.drop-apply-btn:hover {
    background-color: #272A75;
    border-color: #272A75;
    color: #fff;
}

.drop-cancel-btn {
    background-color: #fff;
    border: 1px solid #2F338C;
    color: #2F338C;
}



.purchase-price-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2F338C;
    font-family: var(--font-second);
}

.purchase-offer-title {
    font-weight: 400;
    font-size: 16px;
    color: #B5B5B5;
    font-family: var(--font-second);
}

.purchase-discount-title {
    font-weight: 500;
    font-size: 17px;
    color: #14A329;
    font-family: var(--font-second);
}


.purchase-close-bx {
    position: absolute;
    top: -13px;
    right: 13px;

}

.purchase-close-btn {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;


}

.purchase-popup-header {
    background-color: #167F71;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.purchase-popup-header h6 {
    padding: 20px 15px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;



}

.purchase-modal {
    border-radius: 30px;
    border: 0;
}

.apply-couple-bx {
    background: #14A3291A;
    border: 1px dashed #14A329;
    padding: 10px;
    border-radius: 5px;

}

.apply-coupn-btn {
    background-color: #14A329;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    border: 0;
    outline: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 25px;
}

.apply-coupn-btn:hover {
    background-color: #0F7C1F;
}

.coupan-discount-frm {
    border-radius: 12px !important;
    color: #A1B4D3 !important;
    font-size: 14px !important;
    border: 0 !important;
    height: 50px !important;
}

.apply-coupn-bx {
    position: absolute;
    bottom: 12px;
    right: 8px;
}


.general-heading-content h6 {
    font-weight: 500;
    font-size: 20px;
    ;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;

}

.intruction-point-list .intruction-point-item {
    font-weight: 500;
    font-size: 20px !important;
    line-height: 26px;
    text-transform: capitalize;
    padding: 5px 0;
    text-align: start;
    color: #000 !important;
    margin-bottom: 0;



}

.intruction-point-content .intruction-point-list {
    padding-bottom: 30px;
}

.intruction-point-content {
    border-bottom: 1px solid #C0C2C5;
}

.alrt-intruction-line p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #D01D22;

}

.custom-checks .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1.5px solid #6B6B6B;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.custom-checks .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.custom-checks .form-check-label {
    font-size: 15px;
    color: #333;
    margin-left: 5px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}


.custom-checks .form-check-input:focus {
    box-shadow: none;
}

.intruction-check h4 {
    font-weight: 500;
    font-size: 16px;
    ;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;

}


.begin-let-start-btn {
    display: inline-block;
    background: #2F338C;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 10px 20px;
    color: #FFFFFF;
}

.begin-let-start-btn:hover {
    background-color: #272A75;
}

.question-sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-sub-header h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;
    margin-bottom: 0;
}

.timing-left {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #4D4D4D;

}

.question-sub-header {
    background-color: #fff;
    padding: 20px;
}

.course-list {
    padding: 10px 20px;
    border-top: 1px solid #C0C2C5;
    border-bottom: 2px solid #C0C2C5;
    background-color: #F4F4F4;
}

.course-list-left {
    display: flex;
    align-items: center;
    gap: 20px;

}

.course-list-left h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #5D5D5D;
    margin-bottom: 0;

}

.course-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.course-list-item .course-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;
    margin-bottom: 0;
}

.active-course {
    background-color: #DEDFFF;
    border-radius: 6px;
    padding: 10px 8px;
}

.course-section-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-nw-bx {
    display: flex;
    align-items: center;
    gap: 20px;
}

.course-mark-bx h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;

}

.correct-anwser {
    display: inline-block;
    background-color: #14A329;
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 8px;
}

.wrong-anwser {
    background-color: #FC0104;
}

.paper-exit {
    font-weight: 500;
    ;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FF4244;

}

.main-question-paper {
    padding: 10px 20px;
    background-color: #F6F6F6;
}


.paper-bookmark-bx {
    border: 1px solid #C0C2C5;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    /* height: 780px; */
    min-height: 780px;

}

.paper-bookmark-title {
    padding: 20px 0;
    border-bottom: 2px solid #F10708;
}

.paper-bookmark-title h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #DA2D29;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.question-booklet-bx {
    padding: 15px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    /* height: 712px; */
    min-height: 712px;
}

.question-heading-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    font-family: var(--font-first);

}


.anwser-booklet-bx .booklet-anwser-item {
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 8px;
    cursor: pointer;
}






.booklet-anwser-item {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.booklet-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}


.booklet-radio {
    display: none;
}

.booklet-option-bx {
    font-weight: bold;
    margin-right: 8px;
    text-transform: lowercase;
}

.booklet-anwser-item:hover {
    border-color: #00B4B5;
    background: #f0fdfd;
}

.booklet-radio:checked~.booklet-option-bx,
.booklet-radio:checked~.booklet-option-bx+span {
    color: #fff;
}

.booklet-radio:checked:hover,
.booklet-radio:checked+.booklet-option-bx {
    color: #000;
}

.booklet-label:has(.booklet-radio:checked) {
    color: #000;
}

.booklet-label:has(.booklet-radio:checked) .booklet-option-bx {
    color: #000;
}

.booklet-label:has(.booklet-radio:checked) .booklet-anwser-item {
    background: #00B4B5;
}

.booklet-anwser-item:has(.booklet-radio:checked) {
    background: #D9FFDF;
    border-color: #14A329;
    color: #000;
}

.correct-booklet-anwser {
    border-color: #ED2C27;
    background: #E8F8EE;
    color: #14A329;
    font-weight: 600;
}



.correct-booklet-anwser {
    background-color: #FFE5E6 !important;
    border: 1px solid #ED2C27;
}

.booklet-btm-bx {
    border-bottom: 1px solid #C0C2C5;
    padding-bottom: 10px;
}


.booklet-right-bx {
    background-color: #fff;
    border: 1px solid #C0C2C5;
    border-radius: 16px;
    min-height: 780px;
}

.right-correct-anwser-tp {
    padding: 5px 15px;
}

.right-correct-anwser-list .right-correct-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;
    padding: 8px 0;
}

.right-mark,
.not-mark,
.review-mark {
    position: relative;
}

.right-mark::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 15px;
    height: 15px;
    background-color: #14A329;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #008F16;

}

.not-mark::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 15px;
    height: 15px;
    background-color: #FC0104;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #E80003;
}

.review-mark::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 15px;
    height: 15px;
    background-color: #FFCE35;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #FBC106;
}

.right-correct-anwser-list {
    padding-left: 20px !important;
}

.right-paper-section {
    background-color: #DEDFFF;
    padding: 5px 15px;
}

.right-paper-section h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;
    margin-bottom: 0;

}

.right-question-check {
    background-color: #F6F7F9;
    border-radius: 30px;
    margin: 10px 15px;
}

.right-booklet-header {
    background-color: #F2F2F2;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 15px 15px 0 15px;
}

.right-booklet-header h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;
    margin-bottom: 0;
}

/* .anwser-nw-bx{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
} */

.anwser-nw-bx {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    /* 9 buttons per row */
    gap: 5px;
    /* margin: 10px auto; */
    padding: 15px 5px;
    justify-items: center;
}

.answer-btn {
    background: #FFFFFF;
    border: 1px solid #C0C2C5;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    outline: 0;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
}

/* .answer-btn:nth-child(1){
    background-color: #14A329;
    border: 1px solid #008F16;
    color: #FFFFFF;
}
.answer-btn:nth-child(2){
    background-color: #FFCE35;
    border: 1px solid #FBC106;
    color: #FFFFFF;
}
.answer-btn:nth-child(3){
    background-color: #FC0104;
    border: 1px solid #E80003;
    color: #FFFFFF;
} */



.answer-btn:hover {
    background-color: #e65e00;
    color: #fff
}

.rank-section {
    background: #FFFFFF;
    border: 1px solid #C0C2C5;
    padding: 20px;
    border-radius: 16px;
}

.rank-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #63636333;
    border-radius: 16px;
    padding: 20px;
    position: relative;

}

.rank-poster {
    text-align: center;
}

.rank-poster img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.rank-content {
    text-align: center;
    margin: 10px 0;
}

.rank-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.11px;
    color: #000000;


}

.rank-content h6 {
    display: inline-block;
    background: #14A32921;
    padding: 8px 10px;
    border-radius: 30px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #737373;


}

.rank-score {
    color: #14A329;
}

.rank-logo-bx {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px !important;
    height: 60px !important;
    background: url('/assets/images/award-icon.png') no-repeat bottom right;
    background-size: contain;
    pointer-events: none;
    border-bottom-right-radius: 16px;
}

.rank-postr-bx {
    width: 40px;
    height: 40px;
}


.ribbon {
    background: #2ca01c;
    width: 25px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 50%, 0 70%);
    display: flex;
    justify-content: center;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 20px;
}

.ribbons {
    background: #2ca01c;
    width: 25px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 50%, 0 70%);
    display: flex;
    justify-content: center;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 20px;
}

.rank-award-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0.25 !important;
}

.rank-award-list h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;

}

.nw-rank-card {
    background-color: #2F338C;
    box-shadow: 0px 2px 8px 0px #63636333;
    padding: 10px 15px;

}

.sub-rank-cards {
    padding: 10px 15px;
}

.sub-rank-cards h5 {
    color: #2F338C;
}


.rank-award-list img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.rank-award-parent-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.question-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;

}




.test-mark-result {
    grid-template-columns: repeat(3, 1fr);
}

.test-scoring-card {
    grid-column: span 2;
}



.total-mark-bx {
    background: #167F7121;
    padding: 10px;
}

.total-mark-bx h4 {
    font-weight: 400;
    font-size: 16px;
    text-align: start;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000000;
}

.total-mark-bx h6 {
    font-weight: 700;
    font-size: 16px;
    text-align: end;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #0A4296;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 8px;
}

.total-marking-card:nth-child(1) {
    border-top-left-radius: 10px;
}

.total-marking-card:nth-child(3) {
    border-top-right-radius: 10px;
}

.total-marking-card:nth-last-child(1) {
    border-bottom-right-radius: 10px;
}

.total-marking-card:nth-last-child(2) {
    border-bottom-left-radius: 10px;
}

.scoring-bx-title h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #777777;
    margin-bottom: 10px;

}

.questin-mrk-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center !important;
    text-transform: capitalize;
    color: #0A4296;
    display: block;

}

.right-mrk-title {
    color: #10990D;
}

.wrong-mrk-title {
    color: #FF0000;
}

.scoring-bx-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.attended-grid-bx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #FFFFFF;
    border: 1px solid #A1B4D3;
    border-radius: 10px;
    max-width: 500px !important;
    width: 300px;
    margin: 10px auto;

}

.attended-card {
    border-bottom: 1px solid #A1B4D3;
    border-left: 1px solid #A1B4D3;
}

.attended-card:first-child {
    border-left: 0;
}

.attended-card:last-child {
    border-bottom: 0;
}

.attended-card:nth-child(2n+1) {
    border-left: 0;
}

.not-attended h4 {
    color: #A1B4D3;
}

.logout-clse-btn {
    background-color: #fff;
    border: 1px solid #E80003;
    color: #E80003;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 10px 20px;
}

.papr-reason-header {
    background-color: #F4F4F4;
    border-bottom: 2px solid #B3B3B3;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

}

.solutin-btn {
    background: #A1B4D3;
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 8px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100%;
    padding: 15px;
    text-align: start;
    display: flex;
    align-items: center;
}

.solutin-content-card {
    background: #A1B4D3;
    box-shadow: 0px 4px 10px 0px #00000014;
    padding: 15px;
    border-radius: 8px;
}

.solutin-content-card p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;

}



.solutin-btn .chevron-icon {
    transition: transform 0.3s ease;
}

/* Jab collapse open ho tab chevron down dikhe */
.solutin-btn[aria-expanded="true"] .chevron-icon {
    transform: rotate(90deg);
}