*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-Inter);
    font-size: var(--font-size-14);
    color: var(--main-black-color);
    font-weight: var(--font-weight-500);
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
table,
div,
ul,
li,
button,
input,
button,
select,
tr,
td,
th {
    font-family: var(--font-Inter);
    font-weight: var(--font-weight-500);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.cursor-pointer {
    cursor: pointer;
}

:root {
    --font-Inter: "Inter", sans-serif;
    --font-size-14: 14px;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;

    --main-black-color: #000;
    --white-color: #fff;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --theme-color: #0B132B;
    --dark-blue-color: #0d2c64;
    --box-shadow: 0px 4px 4px 0px #00000040;
}

/****Fontawesome CSS***/
:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal var(--font-weight-400) 1em/1 'Font Awesome 6 Brands';
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/student/font/fa-solid-900.woff2") format("woff2"), url("/student/font/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: var(--font-weight-400);
    font-display: block;
    src: url("/student/font/fa-brands-400.woff2") format("woff2"), url("/student/font/fa-brands-400.ttf") format("truetype");
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: var(--font-weight-400);
}

.fas,
.fa-solid {
    font-weight: 900;
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-calendar-days:before {
    content: "\f073";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-school-circle-check:before {
    content: "\e56b";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-robot:before {
    content: "\f544";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-circle-plus:before {
    content: "\f055";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-bars-staggered:before {
    content: "\f550";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-chart-column:before {
    content: "\e0e3";
}

.fa-pen-to-square:before {
    content: "\f044";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-ellipsis-vertical:before {
    content: "\f142";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-share:before {
    content: "\f064";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-trash-can:before {
    content: "\f2ed";
}

.fa-xmark:before {
    content: "\f00d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-square-check:before {
    content: "\f14a";
}

.web-hide {
    display: none;
}

.main-gridBox {
    display: grid;
    grid-template-columns: 2.6fr 1fr;
    gap: 20px;
}

/* header page */
.header-box {
    padding: 0px 16px;
}

.header-box .text {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: var(--font-weight-600);
    margin: 0px;
}

.header-box .leftDetails-logo .cap-icon {
    border: 2px solid var(--dark-blue-color);
    border-radius: 100px;
    padding: 10px;
    font-size: 20px;
    color: var(--dark-blue-color);
}

.header-box .leftDetails-logo .logo_name {
    font-size: 18px;
    font-weight: var(--font-weight-600);
    color: var(--dark-blue-color);
    line-height: 22px;
}

.header-box .leftDetails-logo .logoBox .fa-handshake {
    color: #C3C3C3;
    font-size: 30px;
}

.header-box .leftDetails-logo .logoBox img {
    width: 100px;
    object-fit: contain;
}

.header-box .datesheet-btn {
    background-color: #F89721;
    font-size: 17px;
    font-weight: var(--font-weight-600);
    color: var(--white-color);
    height: 70px;
    padding: 6px 20px;
    text-decoration: none;
}

.header-box .notification-btn img {
    width: 50px;
    object-fit: contain;
}

.notification-dropdown {
    display: flex;
    justify-content: center;
    width: 100%;
}

.notification-dropdown .notification-dropdown-box {
    min-width: 550px;
    max-width: 90vw;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notification-dropdown .notification-dropdown-box .list-unstyled {
    width: 100%;
    max-height: 600px;
    transition: max-height 0.3s cubic-bezier(.4, 0, .2, 1);
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notification-dropdown .notification-dropdown-box .list-unstyled img {
    object-fit: contain;
    width: 350px;
    height: 200px;
    max-width: 80vw;
    max-height: 40vw;
    display: block;
    margin: 0 auto;
}

.header-box .header-droup img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 100px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
}

.header-box .header-droup span {
    color: #686868;
    font-size: 16px;
    font-weight: var(--font-weight-500);
}

.header-box .header-droup-box {
    right: 4px;
    top: 60px;
    left: unset !important;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.header-box .header-droup-box.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.header-box .header-droup-box ul li {
    margin-bottom: 1em;
    width: 150px;
}

.header-box .header-droup-box ul a li {
    font-size: 15px;
    font-weight: var(--font-weight-500);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 8px 16px;
}

.header-box .header-droup-box ul a {
    color: #686868;
}

/* navigation page */

.nav-container {
    gap: 16px;
}

.nav-container .nav-card {
    gap: 4px;
    padding: 14px 12px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transition: all 0.5s ease;
    color: var(--dark-blue-color);
    min-width: 160px;
}

.nav-container .nav-card span {
    font-weight: var(--font-weight-600);
}

.nav-container .nav-card.active,
.nav-container .nav-card:hover,
.nav-container .dropdown-btn.active,
.nav-container .dropdown-btn:hover,
.nav-container .header-droup-box ul a li:hover {
    background: var(--dark-blue-color) !important;
    color: var(--white-color) !important;
}

.nav-container .nav-card.active i,
.nav-container .nav-card:hover i,
.nav-container .dropdown-btn.active i,
.nav-container .dropdown-btn:hover i {
    color: var(--white-color);
}

.nav-container .nav-card i {
    font-size: 22px;
    color: var(--dark-blue-color);
}

.nav-container .header-droup span {
    font-size: 14px;
    text-align: left;
    font-weight: var(--font-weight-600);
}

.nav-container .header-droup-box {
    right: 0px;
    top: 70px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 160px;
}

.nav-container .header-droup-box.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-container .header-droup-box ul li {
    margin-bottom: 1em;
}

.nav-container .header-droup-box ul a li {
    background: var(--white-color);
    font-size: 14px;
    font-weight: var(--font-weight-500);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 8px 16px;
    margin-bottom: 4px;
    border-radius: 10px;
    color: var(--theme-color);
}

.nav-container .header-droup-box ul a {
    color: #686868;
    text-decoration: none;
}

.nav-container .header-droup {
    padding: 14px 12px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    color: var(--dark-blue-color);
    height: 100%;
    min-width: 150px;
}

.header-activeTest {
    padding: 10px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    color: var(--dark-blue-color);
}

.header-activeTest span {
    font-size: 14px;
    font-weight: var(--font-weight-600);
}

.header-activeTest span:first-child {
    width: 180px;
}

.header-activeTest .viewDetail-btn {
    padding: 10px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: var(--dark-blue-color);
    border: 0px;
    width: 120px;
    font-weight: var(--font-weight-600);
}

/* dashboard page */
.main-containerBox {
    background: #EAEEF2;
}

.main-containerBox .card-box {
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 1.5em;
}

.dashboard-pageBox .card-custom {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
}

.dashboard-pageBox .process-box,
.dashboard-pageBox .process-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    min-height: 65px;
}

.dashboard-pageBox .process-box:first-child td {
    width: 20%;
}

.dashboard-pageBox .process-box td {
    border: 0px;
    padding: 0px;
}

.dashboard-pageBox .process-box-title h6,
.dashboard-pageBox .process-box h6 {
    font-weight: var(--font-weight-600);
    color: var(--theme-color);
}

.dashboard-pageBox .process-box-title h6 {
    font-size: 15px;
}

.dashboard-pageBox .process-box h6 {
    font-size: 14px;
}

.dashboard-pageBox .process-box .subText {
    color: #8D8D8D;
    font-size: 13px;
}

.dashboard-pageBox .btn-blue {
    background: linear-gradient(90deg, #152a63, #1d3a92);
    padding: 6px 10px;
    font-size: 14px;
    height: 50px;
    width: 180px;
}

.dashboard-pageBox .btn-view {
    background: #f2f2f2;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.dashboard-pageBox .btn-view:hover {
    color: var(--white-color);
    background: #9f9f9f;
}

.dashboard-pageBox .welcome-box .div-width {
    width: 60%;
}

.dashboard-pageBox .welcome-box h5 {
    font-size: 28px;
    font-weight: 200;
    color: var(--theme-color);
    font-style: italic;
}

.dashboard-pageBox .welcome-box p {
    font-size: 18px;
    font-weight: var(--font-weight-400);
    color: #296cce;
    font-style: italic;
    line-height: 22px;
    margin: 0px 0px 20px;
}

.dashboard-pageBox .welcome-box img {
    height: 220px;
    object-fit: contain;
}

.dashboard-pageBox .welcome-box .stats-box h6 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin: 0px 0px 6px;
}

.dashboard-pageBox .welcome-box .regiter-stu-btn {
    font-size: 14px;
    font-weight: var(--font-weight-600);
    padding: 10px 13px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dashboard-pageBox .welcome-box .stats-box .approve-btn {
    background-color: #ebebeb;
    font-size: 14px;
    font-weight: var(--font-weight-600);
    color: var(--theme-color);
    padding: 12px 16px;
    transition: all 0.3s ease-in-out;
}

.dashboard-pageBox .welcome-box .stats-box .approve-btn:hover {
    background-color: #8a8a8a;
    color: var(--white-color);
}

.dashboard-pageBox .task-box {
    background: var(--white-color);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dashboard-pageBox .task-box textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 100px;
    padding: 10px;
}

.dashboard-pageBox .task-footer button {
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: var(--font-weight-500);
    color: var(--white-color);
    font-size: 14px;
}

.dashboard-pageBox .btn-assign {
    background: #28a745;
}

.dashboard-pageBox .btn-task {
    background: #ffc107;
}

.dashboard-pageBox .btn-help {
    background: var(--main-black-color);
}

.dashboard-pageBox .task-footer .tooltip-box {
    top: 300%;
    right: 60px;
    transform: translateY(-50%);
    width: 190px;
    background: var(--white-color);
    color: #333;
    border: 1px solid #ddd;
    padding: 12px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.4;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 100;
}

.dashboard-pageBox .task-footer .tooltip-box h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
}

.dashboard-pageBox .task-footer .tooltip-box p {
    margin: 6px 0;
    font-size: 12px;
    color: #555;
}

.dashboard-pageBox .task-footer .tooltip-box b {
    color: var(--main-black-color);
}

.dashboard-pageBox .task-footer .tooltip-box::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    border-width: 16px;
    border-style: solid;
    border-color: transparent var(--white-color) transparent transparent;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.1));
    transform: rotate(177deg);
}

.dashboard-pageBox .task-footer .tooltip-wrapper:hover .tooltip-box {
    visibility: visible;
    opacity: 1;
}

.dashboard-pageBox .process-box .table-content span {
    font-size: 15px;
    color: #585858;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    min-width: 170px;
}

.dashboard-pageBox .process-box .table-content span a {
    color: var(--theme-color);
    text-decoration: underline !important;
}

.dashboard-pageBox .process-box .table-content span.invisual_box {
    width: 300px;
}

.dashboard-pageBox .process-box .copy_button {
    font-size: 14px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.dashboard-pageBox .process-box .copy_button div {
    border-radius: 10px;
    padding: 12px 10px;
}

.dashboard-pageBox .process-box .not_copied {
    background-color: #fff;
}

.dashboard-pageBox .process-box .not_copied div {
    color: #828383;
    border: 2px dashed #b0b0b0;
}

.dashboard-pageBox .process-box .button_copied {
    background-color: rgb(104, 203, 155);
}

.dashboard-pageBox .process-box .button_copied div {
    color: #fff;
    border: 2px dashed rgb(104, 203, 155);
}

.dashboard-pageBox .process-box .copy_button i {
    font-size: 18px;
}

.dashboard-pageBox .right-sideContent.dash-right-flex .stats-box {
    height: 398px;
    overflow-y: auto;
}

/* progress bar style */
.progress-container {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.progress-container .progress-label {
    font-weight: var(--font-weight-500);
    color: #656565;
    margin-bottom: 6px;
    width: 140px;
    font-size: 15px;
}

.progress-container .progress-bar {
    background: rgb(80 80 80 / 10%);
    border-radius: 6px;
    height: 40px;
    overflow: hidden;
    width: 100%;
}

.progress-container .progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #152a63, #1d3a92);
    border-radius: 6px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: var(--font-weight-500);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 3px 0px 10px;
    /* IMPORTANT */
    transition: width 1.5s ease-in-out;
    /* transition: width 0.4s ease; */
    width: 0;
}

/* Hide it completely when value is zero */
/* .progress-container .progress-fill[data-value="0"] {
    background: rgb(80 80 80 / 10%);
    width: 100%;
} */
.progress-empty {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    color: #888;
}

/* help-desk page */
.help-desk-page .query-box h5 {
    font-size: 17px;
    color: var(--main-black-color);
}

.help-desk-page .query-box p {
    font-size: 15px;
    color: #5d5a5a;
    font-weight: var(--font-weight-500);
}

.help-desk-page .query-box .category-buttons .button-box {
    border: 2px solid #E8E8E8;
    font-size: 14px;
    color: #606062;
    width: 138px;
}

.help-desk-page .query-textarea {
    width: 100%;
    border: 2px solid #efefef;
    border-radius: 10px;
    margin-bottom: 6px;
    background-color: #f6f6f6;
}

.help-desk-page .submit-btn {
    font-size: 14px;
    font-weight: var(--font-weight-500);
}

.help-desk-page .query-box .textBox-Area {
    grid-template-columns: 3fr 1fr;
}

.help-desk-page .query-box .contactimage-box img {
    width: 250px;
    object-fit: contain;
}

.help-desk-page .faq-section {
    max-width: 500px;
}

.help-desk-page .faq-section .title-text {
    font-size: 18px;
    font-weight: var(--font-weight-500);
    color: var(--theme-color);
}

.help-desk-page .faq-section .accordion-item {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.help-desk-page .faq-section .accordion-button {
    font-weight: var(--font-weight-500);
    background: var(--white-color);
    padding: 16px 10px;
    font-size: 14px;
    color: #606062;
}

.help-desk-page .faq-section .accordion-button:not(.collapsed) {
    color: #285aa9;
    background-color: #f8f9fa;
    box-shadow: none;
}

.help-desk-page .faq-section .accordion-body {
    font-size: 14px;
    color: #555;
}

.help-desk-page .faq-section .accordion-button .icon {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.help-desk-page .faq-section .accordion-button.collapsed .icon::before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.help-desk-page .faq-section .accordion-button:not(.collapsed) .icon::before {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.help-desk-page .faq-section .accordion-button::after {
    display: none;
}

/* register student page */
.register-bulk-page .register-student-page .upload-file-box select {
    width: 220px;
    font-size: 15px;
    padding: 10px;
}

.register-bulk-page .register-student-page .upload-file-box .progress-btn {
    background-color: #ebebeb;
    font-size: 14px;
    color: var(--main-black-color);
    padding: 10px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.register-bulk-page .register-student-page .upload-file-box .progress-btn:hover {
    background-color: #bbbbbb;
    color: var(--white-color);
}

.register-bulk-page .student-list-tableData .table-button {
    /* text-decoration: none; */
    font-size: 13px;
    /* color: var(--white-color); */
    border-radius: 6px;
    font-weight: var(--font-weight-500);
    padding: 8px 10px;
}

.register-bulk-page .student-list-tableData .table-button.view-btn {
    background: #FF313D;
}

.register-bulk-page .student-list-tableData .table-button.edit-btn {
    background: #F89721;
}

.register-bulk-page .student-list-tableData .table-button.save-btn {
    background: #198754;
}

.register-bulk-page .student-list-tableData .table-button.conform-upload {
    background: #2665A8;
}

.register-bulk-page .student-list-tableData #inActiveStudent_wrapper .dt-length {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
}

.register-bulk-page .register-student-page .error-msg-div {
    padding: 10px;
    background-color: #ffdada;
    border-radius: 6px;
    font-size: 14px;
}

.register-bulk-page .register-student-page .error-msg-div p {
    margin: 0px;
    font-size: 14px;
    font-weight: var(--font-weight-500);
}

.register-bulk-page .register-student-page .preview-btn {
    /* text-decoration: none;
    background-color: var(--main-black-color); */
    padding: 8px 20px;
    /* border-radius: 6px; */
    /* color: var(--white-color); */
    font-size: 14px;
}

.register-bulk-page .register-processBox {
    height: 640px;
    /* overflow: auto; */
}

.register-left-boxScroll {
    height: 560px;
}

/* student-list page */
.student-list-header {
    box-shadow: 0 4px 10px rgba(15, 25, 57, 0.20);
    border-radius: 10px;
}

.student-list-header h6 {
    margin: 0px;
    font-size: 15px;
    font-weight: var(--font-weight-500);
    color: #2B05FF;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 26px 0px;
    border-bottom: 2px solid #2B05FF;
}

.student-list-header h6 select {
    padding: 0px;
    border: 0px;
    width: 80px;
    box-shadow: none;
    color: #2b05ff;
    font-size: 16px;
}

.student-list-header h6 select:focus,
.student-list-header h6 select:hover {
    border: 0px !important;
}

.student-list-tableData .table-container {
    max-height: 310px
}

.form-select:focus,
.form-select:hover,
.form-control:focus,
.form-control:hover {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(207, 205, 205) !important;
    cursor: pointer;
}

.student-list-header select,
.stats-box .form-select,
.register-student-page .form-select,
.dashboard-pageBox .task-box .form-select,
.student-performance-page .performance_chartInput .form-select {
    font-size: 13px;
    font-weight: var(--font-weight-500);
    border: 1px solid #d4d4d4;
    box-shadow: 0 2px 2px rgb(221 221 221);
    padding: 10px 10px;
    border-radius: 6px;
}

.student-performance-page .performance_chartInput .form-select {
    width: 120px;
}

.stats-box .form-select,
.register-student-page .form-select,
.dashboard-pageBox .task-box .form-select {
    min-width: 100px;
}

.student-list-header .school-select-box {
    width: 250px;
    padding-right: 36px;
}

.student-list-header .olympiad-select {
    min-width: 110px;
}

.student-list-tableData .table-header h6 {
    margin: 0;
    font-size: 15px;
    font-weight: var(--font-weight-500);
    color: var(--main-black-color);
}

.card-box h6 .tab-link-text.active {
    color: #2B05FF;
    border-bottom: 2px solid #2b05ff;
    padding-bottom: 10px;
}

.student-list-tableData .table thead th {
    background: linear-gradient(180deg, #254091 0%, var(--theme-color) 100%);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
    color: var(--white-color);
    font-weight: var(--font-weight-600);
    white-space: nowrap;
    font-size: 14px;
    border: 0px;
}

.student-list-tableData .table thead th i {
    cursor: pointer;
}

.student-list-tableData .table tbody td {
    vertical-align: middle;
    font-size: 14px;
    font-weight: var(--font-weight-400);
    border: 0px;
    /* min-width: 100px; */
}

.student-list-tableData .table tbody td input.chkSingle {
    width: 16px;
}

.student-list-tableData .table tbody td input {
    width: 200px;
    font-size: 14px;
    padding: 6px;
}

.student-list-tableData .search-box input {
    border-radius: 8px;
    padding: 6px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.student-list-tableData .export-btn img {
    width: 40px;
    object-fit: contain;
}

/* register individual page */
.register-Box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 2em;
}

.register-Box .form-title {
    font-size: 16px;
    color: var(--theme-color);
}

.register-Box .form-subtitle {
    color: #8B8B8C;
    font-weight: var(--font-weight-500);
    font-size: 13px;
    margin-bottom: 1em;
}

.register-Box .form-label {
    font-size: 14px;
    font-weight: var(--font-weight-500);
    color: var(--theme-color);
}

.register-Box .form-control,
.register-Box .form-control:hover,
.register-Box .form-control:focus,
.register-Box .form-select,
.register-Box .form-select:hover,
.register-Box .form-select:focus {
    font-size: 14px;
    font-weight: var(--font-weight-500);
    color: #8B8B8C;
    border-radius: 8px;
    border: 2px solid #E5E2E2 !important;
    height: 42px;
}

.register-Box .btn-submit {
    border-radius: 2px;
    background: #17A2B8;
    font-size: 14px;
    font-weight: var(--font-weight-500);
}

.register-Box .register-formBox p {
    font-size: 14px;
}

.register-processBox ul li {
    font-size: 14px;
    background: #17A2B8;
    min-height: 60px;
    text-align: center;
}

.register-processBox ul i {
    font-size: 18px;
}

.register-Box #loadSubject .csc_subjects label {
    font-size: 14px;
    color: #5c5a5a;
}

/* student performance page */
.student-performance-page #subjectColumChart {
    height: 500px;
}

.student-performance-page .highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid var(--highcharts-neutral-color-10, #e6e6e6);
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.student-performance-page .highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: var(--highcharts-neutral-color-60, #666);
}

.student-performance-page .highcharts-data-table th {
    font-weight: var(--font-weight-600);
}

.student-performance-page .highcharts-data-table td,
.student-performance-page .highcharts-data-table th,
.student-performance-page .highcharts-data-table caption {
    padding: 0.5em;
}

.student-performance-page .highcharts-data-table thead tr,
.student-performance-page .highcharts-data-table tbody tr:nth-child(even) {
    background: var(--highcharts-neutral-color-3, #f7f7f7);
}

.student-performance-page .highcharts-description {
    margin: 0.3rem 10px;
}

.student-performance-page .tab-areaBox .tab-areaBox-item .nav-link {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: var(--font-weight-500);
    background: var(--white-color);
    color: #495057;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid #d0cfcf;
    width: 160px;
}

.student-performance-page .tab-areaBox .tab-areaBox-item .nav-link.active {
    background: linear-gradient(180deg, #254091 0%, var(--theme-color) 100%), #AEADAD;
    color: var(--white-color);
}

/* Student Cards */
.student-performance-page .student-card {
    background-color: #F2F5FF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px;
}

.student-performance-page .student-card h6 {
    margin: 0 0px 4px;
    font-size: 15px;
    font-weight: var(--font-weight-500);
    border-bottom: 2px solid #656565;
    width: fit-content;
    padding-bottom: 2px;
    color: #656565;
}

.student-performance-page .student-card p {
    margin: 0 0px 3px;
    font-size: 13px;
    color: #6c757d;
}

/* Circle Cards */
.student-performance-page .circle-card {
    width: 210px;
    height: 210px;
    background: linear-gradient(180deg, #254091 0%, var(--theme-color) 100%), var(--white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    color: var(--white-color);
    font-size: 14px;
    margin: 10px auto;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.student-performance-page .circle-card span {
    font-size: 22px;
}

.student-performance-page .circle-center {
    width: 210px;
    height: 210px;
    background: var(--white-color);
    color: var(--main-black-color);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    left: 30%;
    transform: translateX(-50%);
    font-size: 13px;
    transition: all 0.5s ease;
}

.student-performance-page .circle-center span {
    font-size: 24px;
}

.student-performance-page .circle-card.left-card:hover,
.student-performance-page .circle-card.right-card:hover {
    z-index: 2;
    transform: scale(1.1);
}

.student-performance-page .circle-center:hover {
    z-index: 2;
    transform: scale(1.1);
    left: -20%;
}

.student-performance-page .circle-card.center-card {
    z-index: 1;
    background: none;
    box-shadow: none;
}

.student-performance-page .circle-card.right-card {
    position: absolute;
    right: 0px;
}

/* student pending page */
.student-listPending-page .pending-page-buttons a,
.student-listPending-page .header-pending-stu {
    padding: 14px 30px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: var(--dark-blue-color);
    min-height: 60px;
}

.student-listPending-page .pending-page-buttons a {
    width: 340px;
}

.student-listPending-page .pending-page-buttons button {
    background: #00A912;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 290px;
}

.student-listPending-page .pending-page-buttons button span {
    padding: 14px 30px;
    font-size: 14px;
}

.student-listPending-page .pending-page-buttons button img {
    width: 60px;
    object-fit: contain;
}

.student-listPending-page .header-pending-stu {
    width: 26%;
}

.student-listPending-page .header-pending-stu button {
    background: linear-gradient(180deg, #254091 0%, #0B132B 100%), var(--white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    font-size: 17px;
    height: 120px;
}

.student-listPending-page .header-pending-stu button i {
    font-size: 22px;
}

.student-listPending-page .delete-btn {
    border: 1px solid #FF2C2C;
    color: #FF2C2C;
    font-size: 18px;
    padding: 4px 8px;
    cursor: pointer;
}

.student-list-header .hide-box label {
    font-size: 15px;
}

.student-list-header .hide-box input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #dadada;
    color: #8f8f8f;
    font-size: 14px;
    box-shadow: 0 2px 2px rgb(221 221 221);
    cursor: pointer;
}

.student-list-header .hide-box input:focus-visible {
    border: 1px solid #dadada;
}

.student-list-header .apply-btn,
.student-list-header .clear-btn,
.student-list-tableData #btnSection .activate-btn {
    padding: 6px 20px;
    font-size: 14px;
    font-weight: var(--font-weight-500);
    box-shadow: 0 2px 2px rgb(221 221 221);
}

.student-list-header .apply-btn {
    background-color: #223a85;
}

.student-list-header .clear-btn {
    background-color: #4cb050;
}

#activeStudent .badge,
#inActiveStudent .badge {
    padding: 8px;
    font-size: 10px;
    margin-bottom: 4px;
}

#updateModal #loadForm .form-label {
    font-size: 15px;
    margin-bottom: 3px;
}

#updateModal #loadForm .form-control,
#updateModal #loadForm .form-control:hover,
#updateModal #loadForm .form-control:focus,
#updateModal #loadForm .form-select,
#updateModal #loadForm .form-select:hover,
#updateModal #loadForm .form-select:focus {
    font-size: 14px;
    font-weight: var(--font-weight-500);
    color: #454545;
    border-radius: 8px;
    border: 2px solid #E5E2E2 !important;
}

#updateModal #loadForm .form-control::placeholder {
    color: #afafaf;
}

#updateModal #loadForm #loadSubject {
    display: grid;
    align-items: center;
    justify-content: start;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

#updateModal #loadForm #loadSubject .csc_subjects label {
    font-size: 14px;
    cursor: pointer;
}

#updateModal #loadForm #loadSubject .csc_subjects .checkmark {
    width: 15px;
    height: 15px;
}

#updateModal #loadForm .update-btn {
    background-color: #0d2c64;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
}

/* Routing modal */
.routine-box-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 12px;
}

.routine-box-grid .note {
    background: #fff9a6;
    width: 270px;
    height: 270px;
    padding: 16px 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.routine-box-grid .note h3 {
    font-size: 20px;
    margin: 0 0 14px;
    font-weight: var(--font-weight-500);
    font-family: "Merienda", cursive;
}

.routine-box-grid .note p {
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
    margin: 0;
    font-family: "Merienda", cursive;
    font-weight: var(--font-weight-400);
    word-break: break-all;
}

.routine-box-grid .note .footer {
    font-size: 13px;
    font-family: "Merienda", cursive;
    color: #c8981b;
    font-weight: var(--font-weight-500);
}

.routine-box-grid .note .footer span {
    font-family: "Merienda", cursive;
}

.routine-box-grid .note .delete {
    font-size: 13px;
}

/* login page css */
.login-box {
    height: 100vh;
}

.login-box .login-container {
    width: 22.2rem;
}

.login-box .form-container {
    border: 1px solid hsla(0, 0%, 65%, 0.158);
    box-shadow: 0 0 36px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    z-index: 999;
    padding: 2rem;
}

.login-box .form-container h1 {
    font-size: 36px;
    color: var(--dark-blue-color);
}

.login-box .login-container form input {
    padding: 14.5px;
    margin: 2rem 0;
    outline: none;
    background-color: #9191911f;
    font-weight: var(--font-weight-500);
    letter-spacing: 0.8px;
    font-size: 14px;
    backdrop-filter: blur(15px);
}

.login-box .login-container form input:focus {
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.2);
    animation: wobble 0.3s ease-in;
}

.login-box .login-container form button {
    background-color: var(--dark-blue-color);
    padding: 13px;
    outline: none;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    transition: all 0.1s ease-in-out;
}

.login-box .login-container form button:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.login-box .circle {
    width: 8rem;
    height: 8rem;
    background: var(--dark-blue-color);
}

.login-box .circle-one {
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-45%, -45%);
}

.login-box .circle-two {
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: translate(45%, 45%);
}

.login-box .register-forgetPass a {
    font-size: 14px;
    color: gray;
    text-decoration: underline !important;
}

@keyframes wobble {
    0% {
        transform: scale(1.025);
    }

    25% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.025);
    }

    100% {
        transform: scale(1);
    }
}

/* profile page */

.profile-page .profile-bgImg .bg_image {
    height: 200px;
    object-fit: cover;
}

.profile-page .profile-bgImg .background_update {
    bottom: 10px;
    right: 10px;
}

.profile-page .profile-bgImg .background_update i {
    font-size: 22px;
}

.profile-page .profile-bgImg .logo_update {
    bottom: -20px;
    left: 55%;
    transform: translateX(-50%);
}

.profile-page .profile-bgImg .logo_update i {
    font-size: 15px;
    background-color: #0d2c64;
}

.profile-page .profile-bgImg .site_logo {
    height: 150px;
    width: 150px;
    object-fit: contain;
    bottom: -32px;
    left: 50%;
    transform: translatex(-50%);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
}

.profile-page .profile-updateBox,
.profile-page .profile-formBox {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.profile-page .form-userDetail label {
    color: #0B132B;
    font-family: var(--font-Inter);
    font-size: 14px;
    font-weight: var(--font-weight-500);
    margin: 0px 0px 3px;
}

.profile-page .form-userDetail input,
.profile-page .form-userDetail select {
    border-radius: 10px;
    border: 1px solid #E5E2E2;
    background: #F6F6F6;
    font-size: 14px;
    font-weight: var(--font-weight-500);
    padding: 10px;
    color: var(--main-black-color);
    font-family: var(--font-Inter);
}

.profile-page .profile-updateBox .profile-list a {
    border-radius: 10px;
    border: 2px solid #D9D9D9;
    background: #f3f3f3;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: var(--font-weight-500);
}

.profile-page .profile-updateBox .profile-list a small {
    font-size: 14px;
    color: #606062;
}

.profile-page .profile-updateBox .profile-list a i {
    font-size: 16px;
    color: #606062;
}

.profile-page .profile-updateBox .profile-list a h5 {
    font-size: 16px;
    font-weight: var(--font-weight-500);
    margin: 0px;
}

.profile-page .profile-formBox .update-btn {
    background-color: #223a85;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    box-shadow: 0 2px 2px rgb(221 221 221);
}

#changePasswordModal .modal-content {
    border-radius: 20px;
    background: linear-gradient(180deg, #254091 0%, #0B132B 100%), var(--white-color);
}

#changePasswordModal .modal-content .changePasswordBox label {
    font-size: 14px;
    width: 40%;
}

#changePasswordModal .modal-content input {
    background: #ECF0F3;
    font-size: 14px;
}

#changePasswordModal .update-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    box-shadow: 0 2px 2px rgb(221 221 221);
}

.table-container .dt-search,
.table-container .dt-length {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
}

.table-container .dt-length .form-select {
    width: 80px;
}

/* requestModal of pending page */
#requestModal .modal-body .reqLimitBox {
    border-right: 2px solid #dddddd;
    font-size: 15px;
}

#requestModal .modal-body .reqLimitBox:first-child .numBox {
    width: 56px;
}

#requestModal .modal-body .reqLimitBox:last-child .numBox {
    width: 70px;
}

#requestModal .modal-body .reqLimitBox .numBox {
    width: 40px;
    height: 40px;
    font-size: 15px;
}

#requestModal .modal-body .reqLimitBox input {
    height: 50px;
    border: 2px solid #dddddd;
    font-size: 18px;
    width: 60%;
}

#requestModal .modal-body .reqLimitBox input::placeholder {
    color: #9c9a9a;
}

#requestModal .modal-body .reqLimitBox .bank_icon {
    background: #f7faff;
    height: 56px;
    width: 56px;
    object-fit: contain;
}

#requestModal .modal-body .reqLimitBox .whatshap_icon {
    height: 50px;
    width: 50px;
}

#requestModal .modal-body .reqLimitBox .reqLimitText {
    font-size: 15px;
}

#requestModal .modal-body .reqLimitBox .amount_text {
    color: rgb(85 205 108);
    font-size: 15px;
}

#requestModal .modal-body .reqLimitBox .team_image {
    width: 176px;
    object-fit: contain;
}

#requestModal .modal-body .reqLimitBox .copy_button .show-copy{
    background-color: transparent;
    color: #9c9a9a;
}

#requestModal .modal-body .reqLimitBox .copy_button .show-copied {
    background-color: rgb(104, 203, 155);
    color: #fff;
    border-color: rgb(104, 203, 155) !important;
}