:root {
    /* Font Sizes */
    --font-size-12: 12px;
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
}

/* Light Theme */
[data-custom-theme="light"] {
    /* Theme Colors */
    --dark-theme: #820E33;
    --light-theme: #FBE9EC;
    --highlight-theme: #C2185B;
    --sub-topic-color: #A63A57;
    --main-text-color: #3D0F1B;
    --sub-text-color: #6D3F4C;
    --dark-color: #1D2026;
    --line-color: #E9D7DC;
    --table-header-color: #FFF5F7;
    --main-button-hover: #E25478;
    --side-menu-user-background: #FDF4F6;
    --white: #ffffff;
    --custom-white: #ffffff;
    --body-color: #FAF5F6;

    --gradient-start: #bd144a;
    --gradient-mid: #B23A5B;
    --gradient-end: #682a40;

    --chart-red: #D72638;
    --chart-green: #06D6A0;
    --chart-color-1: #F3722C;
    --chart-color-2: #8E44AD;
    --chart-color-3: #F9C74F;
    --chart-color-4: #90BE6D;

    /* Fix Colours */

    --light-red: #FFEBEB;
    --light-red2: #fdf2f2;
    --dark-red: #D85E44;
    --dark-green: #48CD5D;
    --light-green: #E9F6EB;
    --dark-purple: #AF52DE;
    --light-purple: #EFDEF7;
    --light-pink: #ffdaed;
    --dark-pink: #fd53bc;
    --light-orange: #FBEBDB;
    --dark-orange: #FF9500;
    --light-yellow: #fcfdb3;
    --dark-yellow: #e0d317;
    --green-button-hover: #60e073;
    --red-button-hover: #d47b67;
    --dark-yellow-green: #86cf08;
    --light-yellow-green: #f0fdda;
    --dark-green-blue: #09bd6c;
    --light-green-blue: #e0faef;
    --dark-purple-pink: #e807c6;
    --light-purple-pink: #fdd7fd;
    --dark-pink-red: #c70a59;
    --light-pink-red: #fddbe4;
    --toast-type: #000000;

    /* Footer Logo */
    --enviiz-logo: url('../imgs/enviiz-theme.webp');
    --institute-logo: url('../imgs/institute-logo-light-theme.png');

    --role-one-background: #fdd7fd;
    --role-one-text: #e807c6;

    --role-two-background: #d6f5f5;
    --role-two-text: #069393;

    --role-three-background: #fff4cc;
    --role-three-text: #d8a600;

    --role-four-background: #e4f9d6;
    --role-four-text: #4baf0b;

    --role-five-background: #fbe2d4;
    --role-five-text: #e07029;

    --role-six-background: #dee4ff;
    --role-six-text: #3f51b5;

    --role-seven-background: #fde9f1;
    --role-seven-text: #d81b60;

    --role-eight-background: #e2f3ff;
    --role-eight-text: #0288d1;

    --role-nine-background: #f3e5f5;
    --role-nine-text: #9c27b0;

    --role-ten-background: #ffe4e1;
    --role-ten-text: #f44336;
}

/* Dark Theme */
[data-custom-theme="dark"] {
    --dark-theme: #820E33;
    --light-theme: #a63a5746;
    --highlight-theme: #D94F70;
    --sub-topic-color: #C77B92;
    --main-text-color: #F2E8EB;
    --sub-text-color: #C8B0B8;
    --dark-color: #F5F5F7;
    --line-color: #4A2C36;
    --main-button-hover: #B63C5C;
    --table-header-color: #3A1E28;
    --side-menu-user-background: #2B141B;
    --white: #EDEDED;
    --custom-white: #1A0C11;
    --body-color: #12070C;

    --gradient-start: #820E33;
    --gradient-mid: #B23A5B;
    --gradient-end: #2C0A16;

    --chart-red: #E63946;
    --chart-green: #57CC99;
    --chart-color-1: #FF6B6B;
    --chart-color-2: #D94F70;
    --chart-color-3: #F28482;
    --chart-color-4: #F6BDC0;

    /* Fix Colours */
    --light-red: #4A2A2A;
    --light-red2: #3D2727;
    --dark-red: #FF8A71;
    --dark-green: #6AE07C;
    --light-green: #2A3A2E;
    --dark-purple: #C97AF5;
    --light-purple: #3A2A44;
    --light-pink: #4A2A3D;
    --dark-pink: #FF7AD4;
    --light-orange: #4A3A2A;
    --dark-orange: #FFB054;
    --light-yellow: #4A4A2A;
    --dark-yellow: #F5E767;
    --green-button-hover: #8AFF9D;
    --red-button-hover: #FF9D8A;
    --dark-yellow-green: #A6F537;
    --light-yellow-green: #3A4A2A;
    --dark-green-blue: #4AE79A;
    --light-green-blue: #2A4A3A;
    --dark-purple-pink: #FF4AE7;
    --light-purple-pink: #4A2A4A;
    --dark-pink-red: #FF4A8A;
    --light-pink-red: #4A2A35;

    --toast-type: #ffffff;
    /* Always pure white in both themes */

    /* Footer Logo */
    --enviiz-logo: url('../imgs/enviiz-white.webp');
    --institute-logo: url('../imgs/institute-logo-dark-theme.png');

    --role-one-background: #4A2A4A;
    --role-one-text: #FF4AE7;

    --role-two-background: #204040;
    --role-two-text: #48E1E1;

    --role-three-background: #4a3a1a;
    --role-three-text: #ffd500;

    --role-four-background: #273d1a;
    --role-four-text: #a7e676;

    --role-five-background: #4a2e1f;
    --role-five-text: #ffa76f;

    --role-six-background: #2c305a;
    --role-six-text: #aab4ff;

    --role-seven-background: #462233;
    --role-seven-text: #ff82b6;

    --role-eight-background: #1a3d4f;
    --role-eight-text: #5ac8fa;

    --role-nine-background: #3b2647;
    --role-nine-text: #d27bff;

    --role-ten-background: #4a2321;
    --role-ten-text: #ff867f;
}

/* Base transitions */
html {
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

/* Active theme indicator */
.active-theme {
    background-color: var(--light-theme);
    color: var(--main-text-color);
}

[data-custom-theme="dark"] .active-theme {
    background-color: var(--light-theme);
    color: var(--main-text-color);
}

.component-theme {
    background-color: var(--custom-white) !important;
}

.enviiz-logo {
    content: var(--enviiz-logo) !important;
}

.institute-logo {
    max-width: 220px !important;
    height: auto !important;
    content: var(--institute-logo) !important;
}


/* Additional utility classes for theme colors */
.bg-theme {
    background-color: var(--light-theme);
}

.text-theme {
    color: var(--dark-theme);
}

.bg-highlight {
    background-color: var(--highlight-theme);
}

.text-highlight {
    color: var(--highlight-theme);
}

/* Body styles */
body {
    background-color: var(--body-color);
    color: var(--main-text-color);
    transition: background-color 0.3s ease, color 0.3s ease;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--body-color);
}

.dark-theme {
    color: var(--dark-theme) !important;
}

.bg-dark-theme {
    background-color: var(--dark-theme);
}

.lightBlue {
    color: var(--light-theme) !important;
}

.bg-light-theme {
    background-color: var(--light-theme) !important;
}

.bg-content-body {
    background-color: var(--body-color) !important;
}

.bg-linear-gradient {
    background: linear-gradient(to right, var(--gradient-start), var(--gradient-mid), var(--gradient-end)) !important;
}

.bg-gray {
    background-color: var(--sub-text-color) !important;
}

.highlight-theme {
    color: var(--highlight-theme) !important;
}

.bg-highlight-theme {
    background-color: var(--highlight-theme) !important;
}


.sub-topic-color {
    color: var(--sub-topic-color) !important;
}

.main-text {
    color: var(--main-text-color) !important;
}

.sub-text-color {
    color: var(--sub-text-color) !important;
}

.darkColor {
    color: var(--dark-color) !important;
}

.text-dark-green {
    color: var(--dark-green) !important;
}

.bg-light-green {
    background-color: var(--light-green) !important;
}

.bg-light-yellow {
    background-color: var(--light-yellow) !important;
}

.text-dark-red {
    color: var(--dark-red) !important;
}

.text-dark-purple {
    color: var(--dark-purple) !important;
}

.text-dark-pink {
    color: var(--dark-pink) !important;
}

.text-dark-orange {
    color: var(--dark-orange) !important;
}

.text-dark-yellow {
    color: var(--dark-yellow) !important;
}


.sub-topic {
    color: var(--sub-topic-color) !important;
    font-size: var(--font-size-18) !important;
    font-weight: 500 !important;
}

.main-topic {
    color: var(--dark-color) !important;
    font-size: var(--font-size-18) !important;
    font-weight: 600 !important;
}

.bg-light-red {
    background-color: var(--light-red) !important;

}

.bg-dark-red {
    background-color: var(--dark-red) !important;

    :hover {
        cursor: pointer;
        background-color: var(--light-red2) !important;
    }
}

.bg-light-red2 {
    background-color: var(--light-red2) !important;
}

.bg-table-header {
    background-color: var(--table-header-color) !important;
}

.bg-light-purple {
    background-color: var(--light-purple) !important;
}

.bg-light-pink {
    background-color: var(--light-pink) !important;
}

.bg-light-orange {
    background-color: var(--light-orange) !important;
}

.bg-light-green {
    background-color: var(--light-green) !important;
}



.text-12 {
    font-size: var(--font-size-12);
}

.text-14 {
    font-size: var(--font-size-14);
}

.text-16 {
    font-size: var(--font-size-16);
}

.text-15 {
    font-size: var(--font-size-15);
}

.text-18 {
    font-size: var(--font-size-18);
}

.text-20 {
    font-size: var(--font-size-20);
}

.text-24 {
    font-size: var(--font-size-24);
}

.text-justify {
    text-align: justify !important;
}

.h-20 {
    height: 20px;
}

.h-48 {
    height: 48px;
}

.w-20 {
    width: 20px;
}

.w-80 {
    width: 80px;
}

.min-h {
    min-height: 100vh;
}

.hw-40 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
    width: 40px !important;
}

.hw-80 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px !important;
    width: 120px !important;
}

.hwr-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px !important;
    width: 40px !important;
    border-radius: 50% !important;
}


.hwr-35 {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
}

.hwr-40 {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    min-width: 40px !important;
    min-height: 40px !important;
    overflow: hidden;
}

.hwr-50 {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
}

.hwr-70 {
    height: 70px !important;
    width: 70px !important;
    border-radius: 50% !important;
    min-height: 70px !important;
    min-width: 70px !important;
    overflow: hidden;
}

.custom-gap {
    gap: 25px;
}

.custom-btn {
    background-color: var(--dark-theme);
    color: white;
    font-size: var(--font-size-17);
    height: 48px;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    border: none;
}

.custom-btn:hover {
    background-color: var(--main-button-hover) !important;
}

.custom-danger-btn {
    background-color: var(--dark-red);
    color: white;
    font-size: var(--font-size-17);
    height: 48px;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    border: none;

}

.custom-danger-btn:hover {
    background-color: var(--red-button-hover) !important;
}

.custom-dropdown-btn {
    border: solid 1px var(--line-color) !important;
    outline: none !important;
    color: var(--sub-text-color) !important;
    border-radius: 0px !important;
    height: 48px !important;
    background-color: var(--custom-white) !important;

    &:focus {
        box-shadow: 0 0 0 0.25rem var(--light-theme) !important;
    }
}


.custom-outline-btn {
    background-color: white;
    color: var(--dark-theme);
    font-size: var(--font-size-16);
    height: 48px;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    border: solid 1px var(--dark-theme);
    cursor: pointer;
}

.custom-text-area {
    border: 1px solid var(--line-color) !important;
    border-radius: 0px !important;
    height: 200px !important;
    font-size: var(--font-size-14) !important;
    color: var(--sub-text-color) !important;
}

.custom-alert {
    background-color: var(--custom-white) !important;
    border-radius: 0px !important;
    border-left: 5px solid var(--dark-theme) !important;
}

.dropdown-item:hover {
    background-color: var(--line-color) !important;
    cursor: pointer;
}

.btn-text {
    font-size: var(--font-size-16);
    font-weight: 500;
}

.sub-btn-text {
    font-size: var(--font-size-13);
    font-weight: 500;
}

.custom-div {
    height: 48px !important;
    background-color: var(--light-theme) !important;
    border: solid 1px var(--line-color) !important;
}

.custom-round-div {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
    border: solid 1px var(--sub-text-color);
    color: var(--sub-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-correct {
    height: 35px !important;
    width: 35px !important;
    background-color: var(--dark-green);
    border-radius: 50% !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-wrong {
    height: 35px !important;
    width: 35px !important;
    background-color: var(--dark-red);
    border-radius: 50% !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-indicator-not-selected {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
    border: solid 1px var(--dark-green);
    color: var(--dark-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-round-div:hover {
    cursor: pointer;
    background-color: var(--light-theme);
    color: var(--dark-theme);
    border: solid 1px var(--dark-theme);
}

.custom-round-div:focus {
    background-color: var(--dark-theme);
    color: white;
}

.upload-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.p-tb13-xe24 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

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

.br-0 {
    border-radius: 0px !important;
}

.br-5 {
    border-radius: 5px;
}

.br-8 {
    border-radius: 8px !important;
}

.br-b-5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.br-t-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.bl-solid {
    border: 1px solid var(--line-color);
}

.bl-solid .is-invalid {
    border: solid 1px var(--dark-red) !important;
}

.bl-solid-lrb {
    border-left: 1px solid var(--line-color) !important;
    border-right: 1px solid var(--line-color) !important;
    border-bottom: 1px solid var(--line-color) !important;
}

.bl-solid-trb {
    border-top: 1px solid var(--line-color) !important;
    border-right: 1px solid var(--line-color) !important;
    border-bottom: 1px solid var(--line-color) !important;
}

.bl-solid-rb {
    border-right: 1px solid var(--line-color) !important;
    border-bottom: 1px solid var(--line-color) !important;
}

.nav-left-b {
    border-left: 3px solid var(--dark-theme) !important;
    background-color: var(--light-theme) !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.cursor-pointer:hover {
    cursor: pointer !important;
}

.custom-padding {
    padding: 25px 25px 25px 25px;
}

input {
    height: 48px;
    border-radius: 0%;
    border-color: var(--line-color);
    color: var(--line-color);
    width: 100%;
}

.custom-input {
    border: solid 1px var(--line-color) !important;
    outline: none !important;
    color: var(--sub-text-color) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.custom-input:focus {
    box-shadow: 0 0 0 0.25rem var(--light-theme) !important;
    border: solid 1px var(--dark-theme) !important;
}

.custom-input.is-invalid {
    border: solid 1px var(--dark-red) !important;
    background-image: none;
}

.custom-input.is-invalid:focus {
    border: solid 0.5px var(--dark-red) !important;
    box-shadow: 0 0 0 0.25rem var(--light-red) !important;
}

.custom-select {
    border: solid 1px var(--line-color) !important;
    outline: none !important;
    border-radius: 0px !important;
    color: var(--sub-text-color) !important;
    height: 48px;
    box-shadow: none !important;
}

.custom-select:focus {
    box-shadow: 0 0 0 0.25rem var(--light-theme) !important;
    border: solid 1px var(--dark-theme) !important;
}

.custom-select.is-invalid {
    border: solid 1px var(--dark-red) !important;
}

.custom-select.is-invalid:focus {
    border: solid 1px var(--dark-red) !important;
    box-shadow: 0 0 0 0.25rem var(--light-red) !important;
}

.table {
    border: solid 1px var(--line-color) !important;
}

.password-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.password-toggle {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    color: var(--sub-text-color);
    padding-right: 0.5rem;
}

.password-toggle.is-invalid {
    padding-right: 2rem;
}

.menuItem:hover {
    background-color: var(--light-theme);
    cursor: pointer;
}

.nav-icon,
.nav-text {
    color: var(--main-text-color) !important;
}

.menuItem:hover .nav-icon,
.menuItem:hover .nav-text {
    color: var(--dark-theme) !important;
}


.menuItemSelected iconify-icon,
.dashboardCard iconify-icon,
.menuItemSelected span {
    color: var(--dark-theme);
}

.contentArea {
    background-color: var(--body-color);
    min-height: 100vh;
}


.notification-count {
    position: absolute;
    height: 20px;
    width: 20px;
    top: -10px;
    right: 10px;
    background-color: var(--dark-theme);
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

.chart-legend {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chart-legend li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    list-style: none;
    margin-bottom: 18px;
}

.legend-item {
    display: flex;
    /* Flexbox to align horizontally */
    align-items: center;
    justify-content: center;
    /* Vertical centering */
    margin-bottom: 5px;
}

.legend-color {
    width: 20px;
    height: 20px;
    background-color: #D3D3D3;
    margin-right: 8px;
    /* Space between square and text */
    border-radius: 4px;
}

::-webkit-scrollbar {
    display: none;
}

.sideMenuArea,
.contentBodyArea {
    overflow-y: auto !important;
    position: relative;

}

.sideMenuArea,
.contentBodyArea {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.skillFlexContainer {
    flex-wrap: wrap;
    /* Allow wrapping */
    justify-content: center;
    /* Center items horizontally */
}

.skill {
    flex: 0 0 48%;
}

.payment-slip {
    width: 100px !important;
    height: 60px !important;
}

#chart-container {
    width: 300px;
    margin: 0 auto;
}


.legend {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.legend div {
    width: 50%;
}

.legend .unique {
    color: green;
    text-align: left;
}

.legend .plagiarised {
    color: red;
    text-align: right;
}

.grade-legend-item {
    height: 15px !important;
    width: 15px !important;
    margin-right: 5px !important;
    border-radius: 50% !important;

}

.unique {
    border-left: solid 5px var(--dark-green);
}

.plagiarised {
    border-right: solid 5px var(--dark-red);
}

.dropdown {
    position: relative !important;
    display: inline-block !important;

}

.dropdown-trigger {
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 48px;
    left: -500px;
    width: auto;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 16px;
    z-index: 1;
    border-radius: 0;
    box-sizing: border-box;
}


.dropdown:hover .dropdown-content,
.dropdown.show .dropdown-content {
    display: block;
}

.dropdown-content a {
    text-decoration: none;
    color: #333;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

/* Loader Styles */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--custom-white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.fading-bars {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.bar {
    width: 10px;
    height: 40px;
    background-color: var(--dark-theme);
    animation: fade 1s infinite;
}

.bar:nth-child(1) {
    animation-delay: 0s;
}

.bar:nth-child(2) {
    animation-delay: 0.2s;
}

.bar:nth-child(3) {
    animation-delay: 0.4s;
}

.bar:nth-child(4) {
    animation-delay: 0.6s;
}

.bar:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes fade {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.content-div-bottom {
    margin-bottom: 60px;
}

.carousel-fade .carousel-item {
    transition: opacity 2s ease-in-out;
}

.inside-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1051;
    /* Z-index higher than offcanvas body */
}

.selected-item {
    display: flex;
    align-items: center;
    border: 1px solid var(--line-color);
    padding: 8px 12px;
    position: relative;
    color: var(--sub-text-color);
}

.selected-item .close-icon {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: var(--sub-text-color);
}

/* pagination styles */

.custom-pagination {
    display: flex;
    justify-content: center;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
    /* Add gap between page numbers */
}

.page-item {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.page-item button {
    background-color: var(--light-theme) !important;
    color: var(--dark-theme) !important;
    border: none !important;
}

.page-item button:hover {
    background-color: var(--line-color) !important;
}

.Previous-button,
.next-button {
    height: 40px !important;
}

.Previous-button:hover,
.next-button:hover {
    background-color: var(--light-theme) !important;
    border: none;
    color: var(--dark-theme) !important;
}

.Previous-button:hover span icoify-icon,
.next-button:hover span icoify-icon {
    color: var(--dark-theme) !important;
}

.page-item.active button {
    background-color: var(--dark-theme) !important;
    color: var(--custom-white) !important;
    pointer-events: none;
    font-weight: 500;
}

.footer-link {
    color: var(--sub-text-color) !important;
    cursor: pointer;
}

.footer-link :hover {
    color: var(--dark-theme) !important;
}

/* Table Button */

/* Base Button Styles */
.table-btn {
    font-size: var(--font-size-14);
    font-weight: 500;
    padding: 8px 24px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Button Variants */
.table-btn-dark-theme {
    background-color: var(--dark-theme);
    color: white;

    &:hover {
        background-color: var(--main-button-hover);
    }
}

.table-btn-danger {
    background-color: var(--light-red);
    color: var(--dark-red);
}

.table-btn-success {
    background-color: var(--light-green);
    color: var(--dark-green);
}

.table-btn-primary {
    background-color: var(--light-theme);
    color: var(--dark-theme);
}

.table-btn-pink {
    background-color: var(--light-pink);
    color: var(--dark-pink);
}

.table-btn-purple {
    background-color: var(--light-purple);
    color: var(--dark-purple);
}

.table-btn-orange {
    background-color: var(--light-orange);
    color: var(--dark-orange);
}

.table-btn-yellow {
    background-color: var(--light-yellow);
    color: var(--dark-yellow);
}

.table-btn-yellow-green {
    background-color: var(--light-yellow-green);
    color: var(--dark-yellow-green);
}

.table-btn-green-blue {
    background-color: var(--light-green-blue);
    color: var(--dark-green-blue);
}

.table-btn-purple-pink {
    background-color: var(--light-purple-pink);
    color: var(--dark-purple-pink);
}

.table-btn-pink-red {
    background-color: var(--light-pink-red);
    color: var(--dark-pink-red);
}


/* Hover States */
.table-btn-primary.active:hover {
    background-color: var(--dark-theme);
    color: white;
}

.table-btn-danger.active {
    background-color: var(--dark-red);
    color: white;

    &:hover {
        background-color: var(--red-button-hover);
    }
}

.table-btn-success.active {
    background-color: var(--dark-green);
    color: white;

    &:hover {
        background-color: var(--green-button-hover);
    }
}

.table-btn-purple.active {
    background-color: var(--dark-purple);
    color: white;

}


.table-btn-primary.acive:hover {
    background-color: var(--dark-theme);
    color: white;
}

.table-btn-pink.active {
    background-color: var(--dark-pink);
    color: white;
}

.table-btn-purple.active:hover {
    background-color: var(--dark-purple);
    color: white;
}

.table-btn-orange.active:hover {
    background-color: var(--dark-orange);
    color: white;
}

.table-btn-yellow.active:hover {
    background-color: var(--dark-yellow);
    color: white;
}

/* User Rales lebals */
.label-role-1 {
    background-color: var(--role-one-background);
    color: var(--role-one-text);
}

.label-role-2 {
    background-color: var(--role-two-background);
    color: var(--role-two-text);
}

.label-role-3 {
    background-color: var(--role-three-background);
    color: var(--role-three-text);
}

.label-role-4 {
    background-color: var(--role-four-background);
    color: var(--role-four-text);
}

.label-role-5 {
    background-color: var(--role-five-background);
    color: var(--role-five-text);
}

.label-role-6 {
    background-color: var(--role-six-background);
    color: var(--role-six-text);
}

.label-role-7 {
    background-color: var(--role-seven-background);
    color: var(--role-seven-text);
}

.label-role-8 {
    background-color: var(--role-eight-background);
    color: var(--role-eight-text);
}

.label-role-9 {
    background-color: var(--role-nine-background);
    color: var(--role-nine-text);
}

.label-role-10 {
    background-color: var(--role-ten-background);
    color: var(--role-ten-text);
}

.invalid-feedback {
    color: var(--dark-red) !important;
    font-size: var(--font-size-12) !important;
    font-weight: 400 !important;
}

.required::after {
    content: "*" !important;
    color: var(--dark-red) !important;
    font-size: var(--font-size-20) !important;
    font-weight: 400 !important;
    margin-left: 4px !important;

}

.bl-solid.is-invalid {
    border: solid 1px var(--dark-red) !important;
}

/* toster CSS */
.notifications {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    /* Ensure the toast stays on top */
}

.notifications :where(.custom-toast, .column) {
    display: flex;
    align-items: center;
}

.notifications .custom-toast {
    width: 350px;
    position: relative;
    overflow: hidden;
    list-style: none;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--custom-white) !important;
    justify-content: space-between;
    animation: show_toast 0.3s ease forwards;
    border-left: 3px solid;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* Add left-side border */
}

.custom-toast.success {
    border-left-color: var(--dark-green);
}

.custom-toast.error {
    border-left-color: var(--dark-red);
}

.custom-toast.warning {
    border-left-color: var(--dark-orange);
}

.custom-toast.info {
    border-left-color: var(--chart-blue2);
}

.custom-toast .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #aeb0d7;
    font-size: 1.2rem;
}

.custom-toast .close-btn:hover {
    color: var(--dark);
}

@keyframes show_toast {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-5%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}

.notifications .custom-toast.hide {
    animation: hide_toast 0.3s ease forwards;
}

@keyframes hide_toast {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(calc(100% + 20px));
    }
}

.custom-toast::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    animation: progress 3s linear forwards;
}

@keyframes progress {
    100% {
        width: 0%;
    }
}

.custom-toast.success::before,
.btn#success {
    background: var(--dark-green);
}

.custom-toast.error::before,
.btn#error {
    background: var(--dark-red);
}

.custom-toast.warning::before,
.btn#warning {
    background: var(--dark-orange);
}

.custom-toast.info::before,
.btn#info {
    background: var(--chart-blue2);
}

.custom-toast .column iconify-icon {
    font-size: 1.75rem;
    display: inline-block;
}

.custom-toast.success .column iconify-icon {
    color: var(--dark-green);
}

.custom-toast.error .column iconify-icon {
    color: var(--dark-red);
}

.custom-toast.warning .column iconify-icon {
    color: var(--dark-orange);
}

.custom-toast.info .column iconify-icon {
    color: var(--chart-blue2);
}

.custom-toast-text {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.custom-toast-type {
    font-weight: bold;
    font-size: 1rem;
    color: var(--toast-type);
}

.custom-toast-message {
    font-size: 0.8rem;
    margin-top: 4px;
    color: var(--sub-text-color);
}

/* For modern browsers */
input::placeholder {
    color: #f5e4e0;
    /* Your desired color */
    opacity: 1;
    /* Full opacity */
}

/* For older versions of Safari */
input::-webkit-input-placeholder {
    color: #f5e4e0;
}

/* For Mozilla Firefox */
input::-moz-placeholder {
    color: #f5e4e0;
}

/* For Microsoft Edge and IE */
input:-ms-input-placeholder {
    color: #f5e4e0;
}

option {
    white-space: pre-line;
    padding: 5px;
}

.chip {
    display: flex;
    align-items: center;
    padding: 8px 18px;
    background-color: var(--line-color);
    cursor: pointer;
    transition: all 0.5s ease;
}

.chip:hover {
    background-color: var(--sub-text-color);
}

.chip.selected {
    background-color: var(--dark-theme);
    color: #fff;
}

.chip-check-icon {
    margin-left: 8px;
    display: none;
    align-items: center;
}

.chip.selected .chip-check-icon {
    display: flex;
}

.chip-label {
    font-size: 14px;
    font-weight: 500;
}

/* Chip Info Icon */
.chip-info-icon {
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.chip-info-icon:hover {
    color: #6200ea;
    /* Change color on hover */
}

/* Tooltip */
.chip-info-icon[data-tooltip] {
    position: relative;
}

.chip-info-icon[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.chip-info-icon[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Full-screen overlay */
.full-screen-overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* Shadow background */
    z-index: 1000;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
    /* Indicates the image can be zoomed out */
}

/* Image container */
.image-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    /* Allows scrolling if the image is larger than the screen */
}

/* Full-screen image */
.full-screen-image {
    max-width: 100%;
    max-height: 100%;
    cursor: grab;
    /* Indicates the image can be moved */
    transition: transform 0.25s ease;
    /* Smooth zoom effect */
}

.payment-timeline {
    position: relative;
    padding: 40px 0;
}

.timeline-progress {
    position: absolute;
    top: 60px;
    left: 50px;
    right: 50px;
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.timeline-progress .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #4e73df, #224abe);
    border-radius: 4px;
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.timeline-progress .progress-bar.completed {
    background: linear-gradient(90deg, #4e73df, #224abe);
}

.timeline-progress .progress-bar.completed.allaccepted {
    background: linear-gradient(90deg, #66df4e, #8ef580);
}

.timeline-progress .progress-bar.reject {
    background: linear-gradient(90deg, #e74a3b, #c0392b);
}

.timeline-progress .progress-bar.accepted {
    background: linear-gradient(90deg, #66df4e, #8ef580);
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.666%;
    position: relative;
}

.timeline-bubble {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--custom-white);
    border: 4px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.3s ease;

}

.timeline-item.active .timeline-bubble {
    border-color: var(--dark-theme);
    color: var(--dark-theme);

}

.timeline-item.completed .timeline-bubble {
    border-color: var(--dark-theme);
    color: var(--dark-theme);
}

.timeline-item.accepted .timeline-bubble {
    border-color: var(--dark-green);
    color: var(--dark-green);
}


.timeline-item.reject .timeline-bubble {
    border-color: var(--dark-red);
    color: var(--dark-red);
}

.timeline-bubble.pulse {
    animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(78, 115, 223, 0.4);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(78, 115, 223, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(78, 115, 223, 0);
    }
}

.timeline-label {
    text-align: center;
    padding: 0 10px;
}

.timeline-label span {
    display: block;
    font-weight: 600;
    color: #5a5c69;
    margin-bottom: 4px;
    font-size: 14px;
}

.timeline-item.active .timeline-label span {
    color: var(--dark-theme);
}

.timeline-item.completed .timeline-label span {
    color: var(--dark-theme);
}

.timeline-item.accepted .timeline-label span {
    color: var(--dark-green);
}

.timeline-item.reject .timeline-label span {
    color: var(--dark-red);
}

.status-detail {
    font-size: 12px;
    color: #858796;
    font-weight: 400;
}

/* payment details view card css -> start*/

.payment-card-container {
    perspective: 1000px;
}

.payment-card {
    position: relative;
    border: none;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    z-index: -1;
}

.card-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.card-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.decor-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.decor-circle-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
}

.decor-circle-2 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -30px;
}

.decor-circle-3 {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 60%;
}

.card-content {
    padding: 25px;
    color: white;
    position: relative;
    z-index: 1;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reference-section {
    flex: 1;
}

.reference-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
    display: block;
    margin-bottom: 5px;
}

.reference-number {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.amount-section {
    text-align: right;
}

.amount-display {
    display: inline-block;
    text-align: right;
}

.amount-label {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    display: block;
}

.amount-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.details-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.detail-item {
    flex: 1;
    min-width: 150px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.3s ease;
}

.detail-item:hover {
    transform: translateY(-3px);
}

.detail-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail-icon svg {
    color: white;
    opacity: 0.9;
}

.detail-content {
    flex-grow: 1;
}

.detail-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    display: block;
}

.detail-value {
    font-size: 14px;
    font-weight: 600;
    color: white;
    word-break: break-word;
    display: block;
}


/* payment details view card css -> end */


/* Responsive adjustments */
.permission-info-icon {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Icon hover effect */
.permission-info-icon:hover {
    transform: translateY(-2px);
}

/* Tooltip container */
.permission-info-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    left: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    white-space: pre-line;
    background: #2b2d42;
    background: linear-gradient(145deg, #2b2d42 0%, #1a1a2e 100%);
    color: #f8f9fa;
    padding: 14px 18px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
    z-index: 1000;
    width: max-content;
    max-width: 300px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Tooltip appear effect */
.permission-info-icon:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Tooltip arrow */
.permission-info-icon::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2b2d42;
    opacity: 0;
    z-index: 1001;
    transition: opacity 0.2s ease 0.1s;
    filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1));
}

.permission-info-icon:hover::before {
    opacity: 1;
}

/* Icon styling */
.dark-theme {
    color: #a0aec0;
    transition: all 0.3s ease;
}

.permission-info-icon:hover .dark-theme {
    color: #63b3ed;
    transform: scale(1.05);
}

/* Checkmark Animation */
.checkmark-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #28a745;
    margin: 0 auto;
    position: relative;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 50px;
    width: 25px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    animation: checkmark 0.5s ease-in-out;
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
    }

    50% {
        height: 50px;
        width: 0;
    }

    100% {
        height: 50px;
        width: 25px;
    }
}

.dropdown-menu-full {
    left: 20 !important;
    right: 0 !important;
    width: 250px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/* Add gradient overlay for carousel images */
.carousel-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Align images vertically */
}

.carousel-item img {
    width: 100%;
    height: auto;
    /* Make sure images adjust properly */
}

.carousel-item img {
    object-fit: cover;
    height: 100vh;
}

/* Add gradient overlay for carousel images */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.calendar {
    max-width: 100%;
    margin: auto;
}

.calendar th,
.calendar td {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.calendar .event-day {
    background-color: #4ff237;

}

.calendar .event-day-absent {
    background-color: #e73d3d;
}

.left-border {
    border-left: var(--dark-theme) solid 4px;
    padding-left: 10px;
}

/* Custom Search Select */

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-display {
    padding: 10px;
    cursor: pointer;
    background: var(--custom-white);
    border: solid 1px var(--line-color) !important;
    outline: none !important;
    border-radius: 0px !important;
    color: var(--sub-text-color) !important;
    height: 48px;
    margin-top: 8px;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--custom-white);
    border: solid 1px var(--line-color) !important;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.custom-options.show {
    display: block;
}

.custom-options input {
    width: 95%;
    margin: 8px auto;
    display: block;
    padding: 6px;
    border: solid 1px var(--line-color) !important;
    outline: none !important;
    border-radius: 0px !important;
    color: var(--sub-text-color) !important;
}

.custom-options input:focus {
    box-shadow: 0 0 0 0.25rem var(--light-theme) !important;
}


.custom-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-options li {
    padding: 8px 12px;
    cursor: pointer;
}

.custom-options li:hover {
    background: var(--light-theme);
}

.table-responsive {
    overflow-x: scroll;
}

.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    /* auto is better than scroll (scroll only if needed) */
    -webkit-overflow-scrolling: touch;
    /* smooth scrolling on iOS */
}

/* Custom horizontal scrollbar */
.table-responsive-wrapper::-webkit-scrollbar {
    margin-top: 10px;
    height: 6px !important;
    /* scrollbar thickness */
}

.table-responsive-wrapper::-webkit-scrollbar-track {
    background: var(--line-color);
    border-radius: 0px;
}

.table-responsive-wrapper::-webkit-scrollbar-thumb {
    background: var(--dark-theme);
    border-radius: 6px;
    border: 2px solid var(--line-color);
    /* creates the pill effect */
}

.table-responsive-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--main-button-hover);
}

.table-responsive,
.pagination-wrapper {
    min-width: max-content;
}

.table-responsive-wrapper::-webkit-scrollbar {
    display: none;
}

.no-data-icon {
    max-width: 400px !important;
    max-height: auto !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .studentPolicyPageImage {
        height: 285px !important;
        width: 285px !important;
    }

    .subjectOverviewLectureImage {
        height: 150px !important;
        width: 150px !important;
    }

    .quiz-image {
        height: 100px !important;
        width: 100px !important;
    }

    .award-image {
        height: 250px !important;
        width: 250px !important;
    }

    iframe {
        height: 200px !important;
    }

    .notifications {
        width: 90%;
    }

    .notifications .custom-toast {
        width: 100%;
        margin-left: 10px;
    }

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .studentPolicyPageImage {
        height: 285px !important;
        width: 285px !important;
    }

    .subjectOverviewLectureImage {
        height: 150px !important;
        width: 150px !important;
    }

    .quiz-image {
        height: 100px !important;
        width: 100px !important;
    }

    .award-image {
        height: 250px !important;
        width: 250px !important;
    }

    iframe {
        height: 350px !important;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .studentPolicyPageImage {
        height: 250px !important;
        width: 250px !important;
    }

    .subjectOverviewLectureImage {
        height: 160px !important;
        width: 160px !important;
    }

    .quiz-image {
        height: 120px !important;
        width: 120px !important;
    }

    .award-image {
        height: 260px !important;
        width: 260px !important;
    }

    iframe {
        height: 400px !important;
    }

    .app-wrapper {
        width: 100% !important;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .studentPolicyPageImage {
        height: 285px !important;
        width: 285px !important;
    }

    .subjectOverviewLectureImage {
        height: 200px !important;
        width: 200px !important;
    }

    .quiz-image {
        height: 125px !important;
        width: 125px !important;
    }

    .award-image {
        height: 300px !important;
        width: 300px !important;
    }

    iframe {
        height: 500px !important;
    }

    .app-wrapper {
        width: 100% !important;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .studentPolicyPageImage {
        height: 275px !important;
        width: 275px !important;
    }

    .subjectOverviewLectureImage {
        height: 200px !important;
        width: 200px !important;
    }

    .quiz-image {
        height: 125px !important;
        width: 125px !important;
    }

    .award-image {
        height: 300px !important;
        width: 300px !important;
    }

    iframe {
        height: 550px !important;
    }

    .sideMenuArea {
        width: 250px !important;
    }

    .app-wrapper {
        width: calc(100% - 250px) !important;
    }

    .app-wrapper-full {
        width: 100%;
    }

    .table-responsive-wrapper::-webkit-scrollbar {
        display: block;
        height: 20px;
    }

}

@media (max-width: 992px) {
    .timeline-items {
        flex-wrap: wrap;
    }

    .timeline-item {
        width: 33.333%;
        margin-bottom: 30px;
    }

    .timeline-progress {
        display: none;
    }

    .sideMenuArea {
        display: none;
    }

    .table-responsive-wrapper::-webkit-scrollbar {
        display: block;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .timeline-item {
        width: 50%;
    }

}