body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif !important;
    background-color: #f5f5f9;
}

/* Full width content when sidebar is hidden */
.full-width-content {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.full-width-content .main-content {
    margin-left: 0 !important;
    padding-left: 20px !important;
}

/** Sidebar Menu Area
===================================**/
.header-burger-menu-desktop-view {
    width: 35px;
    height: 35px;
    border: 3px solid #F5F5F9 !important;
    background: #fff;
    border-radius: 50%;
    right: -17px;
    top: 50%;
    transform: translate(0%, -50%);
}

/* Mobile burger menu - only show on mobile devices */
#header-burger-mobile-menu {
    display: none;
}

#header-burger-mobile-menu i {
    color: #64748B;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    #header-burger-mobile-menu {
        display: inline-block;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }
}


.sidebar-menu-list li i {
    font-size: 14px;

}

.sidebar-menu-list li a {
    gap: 10px;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: 'Inter';
}

.sidebar-menu-list>.menu-item {
    position: relative;
    padding: 0px 20px;
    transition: all ease 0.5s;
}

.sidebar-menu-list>li:hover:after,
.sidebar-menu-list>li.active:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0px;
    width: 4px;
    height: 38px;
    background-color: rgba(255, 204, 0, 1);
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.sidebar-menu-list>li.active>a,
.sidebar-menu-list>li:hover>a {
    background-color: #FFCC001F !important;
    color: rgba(255, 159, 4, 1) !important;
}

.sidebar-menu-list>li.active>a::after {
    color: rgba(255, 159, 4, 1) !important
}

.sidebar-menu-list li.active a i,
.sidebar-menu-list li:hover a i,
.sidebar-menu-list .menu-link.menu-toggle:hover::after,
.sidebar-menu-list .menu-link.menu-toggle.active::after {
    color: rgba(255, 159, 4, 1) !important;
}

.sidebar-menu-list .menu-item.open .menu-link.menu-toggle::after {
    content: "\ea78" !important;
}

.sidebar-menu-list .menu-item .menu-link.menu-toggle::after {
    content: "\ea4e" !important;
    color: rgba(48, 55, 99, 1);
    top: 10px;
    right: 12px;
    transition: all ease 0.5s;
    font-family: remixicon !important;
    position: absolute;
    font-size: 15px;
}

.menu-vertical .menu-sub .menu-item .menu-link::before {
    content: "\f050";
    font-family: remixicon !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    transition: all ease 0.5s;
    color: #303763;
}

/** Sidebar Menu Area
===================================**/

.login-box {
    background: url("../../images/background.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    background: url("../../images/line-bg.png") no-repeat bottom left;
    padding: 30px 20px !important;
    border-radius: 12px;
    box-shadow: 0px 0px 19.7px 9px #9ba7f212;
    overflow: hidden;
    display: flex;
    background-color: #fcfdff;
    background-size: 450px;
}

[data-theme="dark"] .aot-logo-img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.login-container {
    display: flex;
    width: 100%;
}

.login-container .col-md-4 {
    width: 36%;
}

.login-container .col-md-8 {
    width: 64%;
}

.login-image {
    width: 100%;
    height:550px;
}

.login-image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    border-radius: 12px;
}

.login-form-wrap {
    height: 100%;
}

.form-content {
    padding: 20px 60px 0px 60px;
}

.form-content h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #061C2F;
}

.form-content label {
    font-weight: 500;
    color: #424242;
    font-size: 14px;
}

.remember-me-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.remember-me-box .remember-me {
    display: flex;
    align-items: center;
}

.remember-me-box .remember-me label {
    font-weight: 500;
    font-size: 14px;
    color: #787878;
    margin: 0;
    margin-left: 4px;
}

.remember-me-box .forgot-link {
    font-size: 14px;
    text-decoration: none;
    color: #4f5fc3;
    font-weight: 500;
    text-transform: capitalize;
}

.login-form {
    flex: 1.2;
    padding-top: 15px;
}

.logo {
    text-align: center;
    margin-bottom: 10px;
}

.logo h2 {
    font-size: 20px;
    color: #1e2a5a;
    margin-bottom: 0px;
}

.logo .aot {
    font-weight: bold;
    font-size: 28px;
}

.tagline {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.form-content .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    height: 50px;
    box-shadow: 0px 0px 1px 1px #8888880d;
}

.form-content .input-group .icon {
    padding-right: 10px;
    display: flex;
    height: 100%;
    border-right: 1px solid #e2e2e2;
}

.form-content .input-group .icon img {
    width: 100%;
    height: auto;
}

.form-content .input-group input {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    padding-left: 10px;
    font-size: 13px;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin: 10px 0;
}

.options a {
    color: #1791db;
    text-decoration: none;
}

.form-content .login-btn {
    background-color: #242d66;
    color: #ffc300;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    height: 50px;
}

.signup {
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    color: #676767;
    font-weight: 500;
}

.signup a {
    color: #4f5fc3;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.signup a img {
    position: absolute;
    bottom: -10px;
    left: -5px;
    margin: auto;
}

.dotted-hr {
    border: none;
    border-top: 1px dashed #999999;
    margin-bottom: 10px;
}


.sidebar {
    width: 269px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.sidebar .nav-link {
    color: #333;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.sidebar .nav-link i {
    margin-right: 10px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #f0f0f0;
    border-left: 4px solid #4361ee;
}

.main-wrapper {
    margin-top: 15.97px;
    margin-left: 287px;
    min-height: 100vh;
}

.header {
    border-radius: 7px;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    margin-right: 21px;
}

.content {
    padding: 2rem;
}

.card-style {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

.avatar-img {
    border-radius: 50%;
    height: 36px;
}

.sidebar-area.sidebar-hide .menu-vertical .menu-item {
    padding: 0;
}

.poweredby {
    width: 100%;
    display: block;
    text-decoration: none;
    margin-top: -30px;
    text-align: center;
}

.poweredby .trophase-logo {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;

    padding: 5px 0;
}

.poweredby h6 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(197, 197, 197, 1);
    font-family: 'Inter';
    margin: 0;
}

.sidebar-area.sidebar-hide .poweredby .trophase-logo {
    display: none;
}

.sidebar-area .poweredby .trophase-minimize {
    display: none;
}

.sidebar-area.sidebar-hide .poweredby .trophase-minimize {
    display: inline-block;
    width: 20px;
}

/* ________________Fresh CSS_______________________--- */
.ver-otp-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ver-otp-box .input-group {
    width: 22%;
    padding: 10px 10px;
}

.ver-otp-box .input-group input {
    padding: 0;
    width: 100%;
    text-align: center;
}

.useridbox {
    padding: 10px 15px;
    border-radius: 5px;
    background: #eef2f9;
    color: #000;
}

.personal-info label {
    font-size: 12px;
    color: #000 !important;
    font-weight: 600;
}

.personal-info input,
select {
    border: 1px solid #e2e2e2 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    padding: 8px 15px !important;
    margin-bottom: 10px !important;
    height: 41px !important;
    box-shadow: 0px 0px 1px 1px #8888880d;
}

.personal-info input:disabled,
.personal-info select:disabled {
    background-color: #f5f5f5 !important;
    color: #999 !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.regisstrationmodel .modal-back-btn {
    font-size: 24px;
    color: #4353B6;
    position: absolute;
    left: 20px;
}

.regisstrationmodel .modal-content,
.teacherCreateModel {
    background: #fff;
}

.regisstrationmodel .modal-title,
.teacherCreateModel .modal-title {
    color: #232c69;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

.regisstrationmodel .modal-body,
.teacherCreateModel .modal-body {
    padding: 40px 60px;
}

.regisstrationmodel .modal-body button,
.teacherCreateModel .modal-body button {
    background: #232c69;
    display: block;
    width: 100%;
    padding: 15px;
    color: #ffcc00;
    font-size: 14px;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.regisstrationmodel .btn-close,
.teacherCreateModel .btn-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ffffffba;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232c69;
    opacity: 1;
    font-size: 20px;
    padding: 6px;
}

.regisstrationmodel .formtitle {
    color: #283690;
    font-size: 15px;
    margin-bottom: 15px;
}

.regisstrationmodel hr {
    border-top: 1px dashed #DEDEDE;
    opacity: 1;
}

.regisstrationmodel label {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    color: #424242 !important;
}

.regisstrationmodel label small {
    color: #9BA7F2;
    font-size: 14px;
    font-weight: 500;
}

.teacherCreateModel .btn-close {
    font-size: 20px;
    color: #424242 !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.regisstrationmodel .form-group input,
.regisstrationmodel .form-group select {
    display: flex;
    align-items: center;
    border: 1px solid #d7daec !important;
    background-color: #fff !important;
    border-radius: 5px;
    padding: 10px 15px !important;
    padding-left: 50px !important;
    height: 50px !important;
    box-shadow: 0px 0px 1px 1px #8888880d !important;
    color: #A1A1A1 !important;
    font-size: 14px;
    margin: 0;
}

/* .regisstrationmodel .form-group select {
    display: flex;
    align-items: center;
    border: 1px solid #d7daec !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    padding: 10px 15px;
    padding-left: 50px;
    height: 50px !important;
    box-shadow: 0px 0px 1px 1px #8888880d;
    color: #7b7b7b !important;
    font-size: 12px;
    margin: 0;
} */

.regisstrationmodel .form-group .icon {
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e2e2e2;
    color: #848484;
}

.regisstrationmodel .form-group .icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.regisstrationmodel .submit-btn {
    padding-top: 20px;
    border-top: 1px dashed #DEDEDE;
}

tr>th {
    background-color: white !important;
}


.documents-form>.col-md-3>div {
    background-color: #f5f4f9 !important;
    /* Light purple/gray (change as you like) */
}

.documents-form>.col-md-3>div {
    background-color: #f5f4f9 !important;
    /* Light purple/gray (change as you like) */
}

.documents-form>.col-md-4>div {
    background-color: #f5f4f9 !important;
    /* Light purple/gray (change as you like) */
}

.documents-form>.col-md-6>div {
    background-color: #f5f4f9 !important;
    /* Light purple/gray (change as you like) */
}

.section-heading {
    background-color: #F3F4FF;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.section-heading-space {
    padding-left: 20px;
}

/*---------------- Teacher Page Css Start --------------*/
.teacher-wrap {
    max-width: 685px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.teacher-wrap input {
    height: 41px;
    border: inherit;
    padding-top: 10px;
    padding-bottom: 14px;
}

.teacher-wrap input::placeholder {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    color: #898989;
}

.teacher-wrap .input-group-text {
    padding-top: 0;
    padding-bottom: 0;
}

.teacher-wrap .input-group-text i {
    font-size: 24px;
    color: #B5B5B5;
}

.btn-new-add {
    border: 1px solid #8B91BE;
    border-radius: 5px;
    padding: 2px;
    height: 41px;
}

.btn-new-add:hover {
    border: 1px solid #8B91BE;
}

.btn-new-add span {
    background-color: #303763;
    color: #FFB004;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    padding: 7px 12px;
    display: inline-block;
    height: 35px;
}

.btn-new-add span i {
    color: #FFB004 !important;
}

.back-btn {
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    color: #515781;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    padding: 10px 15px;
    height: 41px;
    background: transparent;
    text-decoration: none;
}

.aot-table thead tr th:first-child {
    border-top-left-radius: 7px;
}

.aot-table thead tr th:last-child {
    border-top-right-radius: 7px;
    text-align: right;
}

.aot-table thead tr th {
    background: rgba(48, 55, 99, 0.15) !important;
}

.aot-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 7px;
}

.aot-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 7px;
}

.aot-table tbody tr td,
.aot-table thead tr th {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter';
    padding: 15px;
}

.aot-table tbody tr td:last-child {
    text-align: right;
}

.aot-table thead tr th {
    color: #232C69;
}

.aot-table thead tr th i {
    font-size: 13px;
    color: #232C69;
}

.aot-table tbody tr td {
    background-color: #fff;
    color: #303763;
    padding: 10px 15px;
}

.aot-table tbody tr td a {
    color: #303763;
}

.aot-table tbody tr td a h6 {
    font-size: 13px;
}

.aot-table tbody tr td a h6 strong {
    font-weight: 600 !important;
}

.aot-table tbody tr td.inactive {
    color: #B2B2B2;
}

/*---------------- Teacher Page Css End  ---------------*/

/*---------------- Update Profile Details Css  ---------------*/
.profile-upadte-section {
    font-family: 'Inter';
}

.profile-upadte-section .modal-content {
    border: none !important;
}

.profile-upadte-section .profile-header-sec {
    background: #D5DCE9;
    border: none;
}

.profile-upadte-section .profile-title {
    color: #000000;
    font-family: 'Inter';
    font-size: 18px !important;
    font-weight: 600;
}

.profile-upadte-section .profile-footer {
    background: #fff;
    border-top: 1px solid #E7ECF4;
    padding: 20px;
}

.profile-upadte-section .profile-footer .process-btn,
.com-update-btn {
    font-size: 13px;
    background: #4F5FC3;
    border-radius: 5px;
    padding: 10px 16px;
    border: none;
    color: #fff;
    font-weight: 600;
}

.profile-upadte-section .btn-close {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ffffffba;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232c69;
    opacity: 1;
    font-size: 20px;
    padding: 6px;
}

.update-profile {
    width: 100%;
    padding: 20px;
    border: 1px solid #E7ECF4;
    background: #fff;
}

.update-profile .profile-userid {
    padding: 10px 12px;
    border-radius: 5px;
    font-family: 'Inter';
    color: #000000;
    background: #EEF2F9;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.update-profile .profile-userid span {
    font-weight: 400;
}

.update-profile .profile-img-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.update-profile .profile-img-box .img-box {
    width: 110px !important;
    height: 95px;
    border-radius: 5px;
}

.update-profile .profile-img-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.update-profile .profile-img-box .img-des p {
    font-family: 'Inter';
    color: #515151;
    font-size: 12px;
    padding-top: 6px;
    line-height: 20px;
}

.update-profile .profile-img-box .img-des .upload-img {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    color: #808080;
    font-size: 12px;
    background: #fff;
    padding: 4px 12px;
    font-weight: 600;
}

.update-profile .profile-img-box .img-des .remove-img {
    border: 1px solid #4F5FC3;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    background: #4F5FC3;
    padding: 4px 12px;
    font-weight: 600;
}

.personal-inform-box {
    padding: 15px 8px;
    background: #fff;
}

.personal-inform-box .academicinfo-table {
    border: 1px solid #E4E8F0;
    border-radius: 5px;
}

.personal-inform-box table {
    border-radius: 10px;
    border-color: #E4E8F0 !important;
    overflow: hidden;
}

.personal-inform-box table tr {
    border-radius: 10px;
}

.personal-inform-box table th {
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    border-right: 1px solid #E4E8F0;
}

.personal-inform-box table th:last-child {
    border-right: none;
}

.personal-inform-box table td {
    background-color: #fff !important;
    border: none;
    border-right: 1px solid #E4E8F0;
}

.personal-inform-box table td:last-child {
    border-right: none;
}

.personal-inform-box .personal-inform {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    margin-left: 12px;
}

.personal-inform-box .personal-inform span {
    background: #EFEFEF;
    border-radius: 5px;
    color: #000000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.personal-inform-box .certificate-box {
    margin-bottom: 25px;
    background: #F5F5F9;
    border: 1px solid #D7DAEC;
    border-radius: 5px;
    padding: 8px 10px;
}

.personal-inform-box .certificate-box .pdf {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
    width: max-content;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.personal-inform-box .certificate-box .filename {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.personal-inform-box .certificate-box .upldbtn {
    border-radius: 5px;
    width: 42px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    border: none !important;
}

.personal-inform-box .certificate-box .upldbtn i {
    font-size: 18px;
    color: #232C69;
}

.update-profile-form label {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}

.update-profile-form label small {
    color: #737373;
    font-size: 12px;
}

.update-profile-form label span {
    color: #4F5FC3;
}

.update-profile-form .form-control {
    border: 1px solid #E4E8F0;
    height: 40px;
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 12px;
}

.update-profile-form .form-select {
    border: 1px solid #E4E8F0 !important;
    height: 40px !important;
    border-radius: 5px !important;
    padding: 8px 14px !important;
    box-shadow: none;
    color: #6C6F89;
    font-size: 12px;
    font-weight: 400;
}

/* .update-profile-form .select2-selection {
    border: 1px solid #E4E8F0 !important;
    height: 40px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.select2-dropdown {
    border-color: #E4E8F0 !important;
}

.select2-dropdown li {
    font-size: 13px !important;
    color: #6C6F89;
}

.select2-search__field {
    border: 1px solid #E4E8F0 !important;
    height: 40px !important;
    border-radius: 5px !important;
    padding: 8px 14px !important;
    color: #6C6F89 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

.select2-selection__clear {
    width: 8px !important;
    height: 8px !important;
}

.update-profile-form .select2 .select2-selection__rendered {
    font-size: 12px;
    padding-top: 4px !important;
    color: #6C6F89 !important;
    text-align: left;
} */

.update-profile-form .form-control::placeholder {
    color: #6C6F89;
    font-size: 12px;
    font-weight: 400;
}

.cmplt-reg-form .cmplt-reg-form-wrap {
    border-radius: 12px;
    border: 1px solid #DFE4ED;
    box-shadow: 0px 0px 14.6px 3px #BEBEBE26;
}

.cmplt-reg-form .profile-header-sec {
    padding: 16px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.cmplt-reg-form .update-profile {
    border: none;
    border-bottom: 1px solid #E7ECF4;
}

.cmplt-reg-form .profile-footer {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cmplt-reg-form .profile-footer .backpage {
    font-size: 13px;
    background: #6F7FE2;
    border-radius: 5px;
    padding: 10px 16px;
    border: none;
    color: #fff;
    font-weight: 600;
}

/*---------------- Update Profile Details Css End  ---------------*/

/*---------------- Student Details Css  ---------------*/

.pageheader h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 0 !important;
}

.pageheader p {
    font-size: 13px;
    font-family: 'Inter';
}

.pageheader p span {
    color: #4F5FC3 !important;
}

.pageheader .breadcrumb .breadcrumb-item a {
    color: #717489;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
}

.pageheader .breadcrumb .breadcrumb-item.active {
    color: #000000;
}

.studentdetails-box {
    font-family: 'Inter';
}

.studentdetails-box .card-body {
    box-shadow: 0px 0px 15.7px 0px #BFBFDE26;
}


/*---------------- Student Details Css End ---------------*/

.btn-filter,
.btn-edit-privileges {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter';
    height: 41px;
    color: #515781;
    padding: 10px 12px;
    background-color: transparent;
}

.btn-filter::after {
    content: "\f161";
    font-family: remixicon !important;
    margin: 0px;
    border: 0px;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-edit-privileges::after {
    content: "\ecdb";
    font-family: remixicon !important;
    margin: 0px;
    border: 0px;
    vertical-align: middle;
    margin-left: 5px;
}

.stdntlist-filterbtn{
    height: 41px;
}

.student-filter-list {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0px;
    list-style: none;
    border: 0;
    width: max-content;
    max-width: 300px;
}

.student-filter-list li a {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    color: #232C69;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
}

.student-filter-list li:not(:first-child):not(:last-child) a {
    border-top: 1px solid #F3F3F3;
    font-weight: 400;
}

.student-filter-list li a .check-mark-fill,
.student-filter-list li a.active .check-mark {
    display: none;
}

.student-filter-list li a.active .check-mark-fill {
    display: inline-block;
}

.add-new-filter-btn {
    justify-content: center !important;
    background-color: #4F5FC3;
    color: #FFFFFF !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    height: 26px;
    padding: 0px !important;
}

.add-new-filter-btn:hover {
    color: #FFFFFF !important;
}

.student-edit-privileges-list {
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 15px 0px #00000012;
    background: #FFFFFF;
    border-radius: 5px;
    width: 232px;
    border: 0px;
}

.student-edit-privileges-list li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.student-edit-privileges-list li:first-child {
    border-bottom: 1px solid #F0F0F0;
}

.student-edit-privileges-list li:last-child {
    border-top: 1px solid #F0F0F0;
    border-bottom: 2px solid #4F5FC3;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.student-edit-privileges-list li input {
    cursor: pointer;
}

.student-edit-privileges-list li label {
    color: #303763;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    cursor: pointer;
}

.btn-student-edit-privileges-cancel,
.btn-student-edit-privileges-save {
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
    border: 0px;
    outline: none;
}

.btn-student-edit-privileges-cancel {
    color: #A4A4A4;
}

.btn-student-edit-privileges-save {
    color: #4F5FC3;
}


.ml-10 {
    margin-left: 10px;
}

.teacherCreateModel .modal-back-btn {
    font-size: 24px;
    color: #4353B6;
    position: absolute;
    left: 20px;
}

.teacherCreateModel hr {
    border-top: 1px dashed #DEDEDE;
    opacity: 1;
}

.teacherCreateModel label {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    color: #424242 !important;
}

.teacherCreateModel label span {
    color: #939393;
}

.teacherCreateModel label small {
    color: #9BA7F2;
    font-size: 14px;
    font-weight: 500;
}

.teacherCreateModel .formtitle {
    color: #283690;
    font-size: 15px;
    margin-bottom: 15px;
}

.teacherCreateModel .form-group input,
.teacherCreateModel .form-group select {
    display: flex;
    align-items: center;
    border: 1px solid #d7daec !important;
    background-color: #fff !important;
    border-radius: 5px;
    height: 50px !important;
    box-shadow: 0px 0px 1px 1px #8888880d;
    color: #303763 !important;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.teacherCreateModel .form-group select option {
    padding-left: 0 !important;
}

.teacherCreateModel .form-group input::placeholder {
    font-weight: 400;
    color: #7B7B7B !important;
}

.teacherCreateModel .submit-btn {
    padding-top: 20px;
    border-top: 1px dashed #DEDEDE;
}

/* ----- Loadder Start-------*/
.ml-loader {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.ml-loader div {
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    -webkit-animation: 1.2s opaque ease-in-out infinite both;
    animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 7px;
    height: 18px;
    border-radius: 10px;
    background-color: #000;
}

.ml-loader div:nth-child(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.ml-loader div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ml-loader div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ml-loader div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ml-loader div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ml-loader div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.ml-loader div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ml-loader div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.ml-loader div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ml-loader div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.ml-loader div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ml-loader div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.ml-loader div:nth-child(13) {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes opaque {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

.min-vh-50 {
    min-height: 50vh;
}

.blue-border-top {
    border-top: 2px solid #a9afd9;
}

.blue-anchor {
    color: #7591f0 !important;
    font-weight: 100 !important;
}

/* ----- Loadder Stop-------*/

/*-------------- Department Page Css Start--------------*/

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar-stack .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -10px;
    transition: z-index 0.2s;
}

.avatar-stack .avatar:first-child {
    margin-left: 0;
}

.avatar-stack .avatar:hover {
    z-index: 2;
}

.more-link {
    margin-left: 8px;
    font-size: 14px;
    color: #5a65ea;
    text-decoration: none;
}

.more-link:hover {
    text-decoration: underline;
}

.aot-table .theory {
    background: #E8EDFF;
    border-radius: 4px;
    color: #303763;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
}

.status-active {
    display: inline-block;
    background: #78E9B080;
    border-radius: 3px;
    color: #026D38;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
}

.status-inactive {
    display: inline-block;
    background: #ffe07b80;
    border-radius: 3px;
    color: #c79710;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
}

.comman-add-modal {
    box-shadow: 0px 0px 12px 0px #0000001F;
    border-radius: 12px;
    border: 0px;
    background: #fff !important;
}

.comman-add-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    font-family: "Inter";
    padding: 5px;
}

.comman-add-modal label {
    font-size: 12px;
    color: #000000 !important;
    font-weight: 500;
    font-family: "Inter";
}

.comman-add-modal .btn-modal-back {
    color: #232C69;
    border: 1px solid #8B90B7;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
}

.comman-add-modal .btn-modal-back:hover {
    border-color: #8B90B7;
    color: #232C69;
}

.comman-add-modal .btn-modal-add {
    border-radius: 7px;
    background-color: #4F5FC3;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 20px;
}

.comman-add-modal .btn-close {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffffba;
    opacity: 1;
    padding: 0;
}

.comman-add-modal .btn-close i {
    color: #232C69;
    font-weight: 600;
}

.comman-add-modal select {
    border: 1px solid #d7daec !important;
    background-color: #fff !important;
    height: 50px !important;
    color: #A1A1A1 !important;
    font-size: 14px;
    margin: 0;
    box-shadow: none !important;
}


.department-lft-box,
.department-rgt-box {
    background: #fff;
    border-radius: 7px;
    border-top: 2px solid #A9AFD9;
    padding: 25px;
}

.department-name {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.department-code {
    color: #303763;
    font-weight: 500;
    font-size: 13px;
}

.department-code strong {
    font-weight: 700;
}

.exit-department-btn {
    font-family: "Inter";
    border: solid 1px #EBECED;
    background: #EBECED;
    color: #505050 !important;
    font-weight: 500;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 8px;
}

.exit-department-btn i {
    font-size: 13px;
}

.department-description {
    border: 1px dashed #E0DDDD;
    border-radius: 5px;
}

.add-course-btn {
    border: 1px dashed #CED0DF;
    background: #F3F3F5;
    color: #232C69;
    font-weight: 500;
    font-family: "Inter";
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 5px;
}

.department-add-course-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #7E7E7E;
}

.department-courses-list {
    border: 1px dashed #E0DDDD;
    border-radius: 5px;
}

.department-courses-list-head {
    border-bottom: 1px dashed #E0DDDD;
}

.department-courses-list-head .courses-list-head-title {
    color: #000000;
    font-weight: 600;
    font-family: "Inter";
    font-size: 16px;
    margin: 0;
}

.department-courses-list-body {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 20px !important;
}

.department-courses-list-body .course-list {
    background: #F0F2FF;
    font-family: "Inter";
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    color: #303763;
    padding: 8px 12px;
    margin: 0px 5px 5px 0px;
}

/* .select2-form-group .select2-container--bootstrap-5 .select2-selection {
    padding: 0px !important;
}

.select2-form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important;
}

.select2-form-group .select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    height: auto !important;
} */

.department-faculty-row {
    border-radius: 5px;
    border: 1px dashed #E0DDDD;
    margin-bottom: 10px;
}

.department-faculty-row .head h5 {
    font-weight: 500;
    font-family: "Inter";
    font-size: 14px;
    color: #141414;
    margin: 0px;
}

.department-faculty-row .head {
    padding: 20px;
}

.department-faculty-row .body {
    border-top: 1px dashed #E0DDDD;
    padding: 16px 20px;
    flex-wrap: wrap;
}

.department-faculty-list {
    border-radius: 30px;
    background-color: #F6F6F6;
    padding: 6px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    gap: 4px;
}

.department-faculty-list img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.department-faculty-list span {
    font-size: 13px;
    font-family: "Inter";
    font-weight: 600;
    color: #303763;
}

.department-faculty-list i {
    color: #FF7B7B;
    font-size: 12px;
    margin-left: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

/*-------------- Department Page Css End--------------*/

/*-------------- Subject Page CSS Start ---------------*/
/* regisstrationmodel */
.subject-text {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-right: 5px;
}

.subject-details-body,
.batch-details {
    border-radius: 7px;
    background-color: #FFFFFF;
    border-top: 2px solid #A9AFD9;
}

.subject-details-body-lft {
    border-right: 1px solid #E9E9F5;
    padding: 10px 25px;
}

.subject-details-body-rgt {
    padding: 10px 25px;
}

.subject-details-lft-body {
    border: 1px dashed #E0DDDD;
    margin: 15px 0px;
    border-radius: 7px;
}

.subject-details-lft-body .head {
    padding: 10px;
    border-bottom: 1px dashed #E0DDDD;
}

.subject-details-lft-body .head h4 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 0px;
}

.subject-details-lft-body .body {
    padding: 12px;
}

.subject-details-lft-body .body p {
    font-size: 13px;
    font-family: "Inter";
    line-height: 20px;
    color: #404040;
    font-weight: 400;
}

.subject-details-lft-body .body p strong {
    font-weight: 700;
}

.subject-details-lft-body .first-child {
    width: 70%;
    border-right: 1px dashed #E0DDDD;
}

.subject-details-lft-body .last-child {
    width: 30%;
}

.badge-type {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
}

.theory {
    background-color: #E8EDFF;
    color: #303763;
    padding: 6px 12px;
}

.practical {
    background-color: #FFD0123D;
    color: #000000;
    padding: 6px 12px;
    border-radius: 4px;
}

.add-btn {
    border-radius: 5px;
    background: #4F5FC3 !important;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    outline: none;
    border: 0px;
    padding: 8px 10px;
}

.add-btn:hover {
    color: #fff;
}

.subject-details-rgt-body {
    border: 1px dashed #DBE0FF;
    padding: 30px;
    border-radius: 7px;
    text-align: center;
}

.subject-details-rgt-body-edit {
    padding: 15px;
    margin: 15px 0px;
}

.subject-details-rgt-body p {
    font-family: "Inter";
    font-size: 12px;
    line-height: 20px;
    color: #7E7E7E;
}

.subject-details-rgt-body .addfaculty-btn {
    font-family: "Inter";
    font-size: 14px;
    color: #232C69;
    border-radius: 5px;
    padding: 9px 14px;
    background: #E0E2EE;
    border: 1px solid #CBD0F2;
    font-weight: 500;
}

/*-------------- Subject Page CSS End -----------------*/


/*-------------- Batch Page CSS Start -----------------*/
.class-add-edit {
    position: absolute;
    right: 45px;
}

.batch-details-lft {
    border-right: 1px solid #E9E9F5;
}

.batch-details-lft-head {
    padding: 10px 20px;
    border-bottom: 1px solid #E9E9F5;
}

.batch-details-lft-body {
    padding: 20px;
}

.batch-details-rgt-head {
    padding: 9px 20px;
    border-bottom: 1px solid #E9E9F5;
}

.batch-details-add-wrap {
    border-radius: 7px;
    background-color: #FDFDFD;
    border: 1px dashed #DBE0FF;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.batch-details-add-wrap p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #7E7E7E;
}

.add-new-class-btn {
    border-radius: 5px;
    border: 1px solid #CBD0F2 !important;
    background-color: #E0E2EE !important;
    font-size: 12px;
    font-weight: 500;
    color: #232C69 !important;
    font-family: "Inter";
    padding: 8px 10px;
}

.batch-details-rgt-body .content-wrap {
    /* border: 1px dashed #E0DDDD;
    border-radius: 5px; */
    margin: 20px;
}

.batch-details-rgt-body .content-wrap table,
.batch-details-added-body .accordion-body table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
}

.batch-details-rgt-body .content-wrap table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

.batch-details-rgt-body .content-wrap table tr:first-child td:last-child {
    border-top-right-radius: 5px;
    border-top: 1px dashed #E0DDDD;
}

.batch-details-rgt-body .content-wrap table tr:nth-child(2) td:first-child {
    border-bottom-left-radius: 5px;
    border-right: 0;
}

.batch-details-rgt-body .content-wrap table tr:nth-child(2) td:last-child {
    border-bottom-right-radius: 5px;
}

.batch-details-rgt-body .content-wrap table tr td {
    border: 1px dashed #E0DDDD;
    vertical-align: top;
    padding: 12px;
    font-family: "Inter";
    border-top: 0;
}

.batch-details-rgt-body .content-wrap table tr:first-child td:first-child {
    border-top-left-radius: 5px;
    border-right: 0;
    border-top: 1px dashed #E0DDDD;
}

.batch-name {
    font-weight: 500;
    font-size: 13px;
    color: #505050;
}

.t-head {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.start-end-batch {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.start-end-batch strong {
    color: #505050;
    font-weight: 500;
}

.batch-details-rgt-body .status-buttons button {
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    padding: 6px 15px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.batch-details-rgt-body .status-buttons {
    margin-bottom: 20px;
}

.status-start {
    background-color: #FFCC004F;
}

.status-started {
    background-color: #78E9B080;
}

.status-not {
    background-color: #CCD3FF;
}

.batch-details-rgt-body .status-buttons button.active,
.batch-details-rgt-body .status-buttons button:hover {
    border-color: #232C69;
}

.batch-details-rgt-body .note {
    font-size: 12px;
    font-weight: 400;
    color: #949494;
}

.batch-details-added-wrap {
    border-radius: 5px;
    border: 1px dashed #E0DDDD;
}

.batch-details-added-footer p {
    font-family: "Inter";
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 400;
}

.batch-details-added-head {
    padding: 15px;
}

.batch-details-added-head h4 {
    margin: 0px;
    font-family: "Inter";
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.batch-details-added-body .accordion-button:focus {
    box-shadow: inherit;
}

.batch-details-added-body .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0px;
    background-color: #FAFBFF;
    border-top: 1px dashed #E9E9F5;
    padding: 15px;
}

.batch-details-added-body .accordion-item:last-of-type>.accordion-collapse,
.batch-details-added-body .accordion-item:last-of-type {
    border-radius: 0px;
}

.batch-details-added-body .accordion-body {
    background-color: #fff;
    padding: 0px;
}

.batch-details-added-body .accordion-header {
    box-shadow: inherit;
}

.batch-details-added-body .accordion-button:not(.collapsed) {
    border-top: 1px dashed #E9E9F5;
    border-bottom: 1px dashed #E9E9F5;
    box-shadow: inherit;
}

.batch-details-added-body .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-top: 1px dashed #E9E9F5;
    padding: 15px;
}

.batch-details-added-body .accordion-item {
    background-color: transparent;
    border: 0px;
}

.class-accordion-title {
    font-size: 13px;
    font-weight: 500;
    color: #232C69;
    font-family: "Inter";
}

.batch-details-added-body .accordion-body table th {
    color: #000000;
    vertical-align: top;
    padding: 12px;
    font-size: 13px;
    font-family: "Inter";
    font-weight: 500;
    border: 1px dashed #E0DDDD;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
}

.batch-details-added-body .accordion-body table th:first-child {
    border-left: 0;
}

.batch-details-added-body .accordion-body table tr td {
    border: 1px dashed #E0DDDD;
    vertical-align: top;
    padding: 12px;
    font-size: 12px;
    font-family: "Inter";
    font-weight: 500;
    color: #303763;
    border-bottom: none;
    border-right: 0;
    border-bottom: 0;
}

.batch-details-added-body .accordion-body table tr td:first-child {
    border-left: 0;
}

.edit-icon {
    color: #505050;
}

.delete-icon {
    color: #FD5812;
}

.semester-wrap {
    margin: 0px 20px 20px 20px;
}

.semester-wrap .title {
    font-weight: 500;
    font-family: "Inter";
    font-size: 14px;
    color: #000000;
}

.current-semester-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.current-semester-info span {
    background: #D6D8ED;
    border-radius: 4px;
    color: #4F5FC3;
    font-size: 10px;
    font-weight: 500;
    padding: 6px 10px;
    margin-left: 5px;
    border: 1px solid #4f5fc33b;
}

.current-activesem {
    background: #D6D8ED;
    border-radius: 4px;
    color: #4F5FC3;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    display: flex;
    gap: 5px;
}

.set-current-semester-btn {
    background: #fff;
    border-radius: 4px;
    color: #4F5FC3;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
}

.semester-wrap .sem-list {
    font-weight: 500;
    font-size: 12px;
    font-family: "Inter";
    color: #4F5FC3;
    border-radius: 30px;
    background-color: #EFF5FF;
    padding: 5px 15px;
}

.semester-wrap .accordion-item {
    border-radius: 7px;
    border: 1px solid #D7DAEC
}

.semester-wrap .accordion-button {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    color: #34374D;
    background: #E9EAF2;
    border: none;
    padding: 10px 12px;
    box-shadow: none;
    border-radius: 7px;
}

.semester-wrap .accordion-button::after {
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.semester-wrap .accordion-body {
    border-top: none;
    background: #fff;
}

.edit-assignteacher {
    color: #1CC274 !important;
    border: 1px solid #1CC274 !important;
    background-color: #fff !important;
}

.edit-changeteacher {
    color: #5E6176 !important;
    border: 1px solid #5E6176 !important;
    background-color: #fff !important;
}

.save-existing-assignment {
    height: 40px;
    margin-top: 15px;
}

.cancel-edit-assignment {
    height: 40px;
    margin-top: 15px;
}

.addSubSectionBtn {
    font-weight: 600;
    font-size: 14px;
    color: #4F5FC3;
    font-family: "Open Sans", sans-serif;
    display: block;
    text-align: right;
}

.breadcrumb-item.active {
    color: #000000;
}

.actvylog-filter {
    background: #4F5FC3;
    border: none;
    color: #fff;
    padding: 8px 12px;
    font-weight: 500;
}

.actvylogsbtns {
    border: 1px solid #DBDBDB !important;
    background: #fff !important;
    font-family: "Inter";
    color: #303763 !important;
    border-radius: 5px;
    padding: 8px 12px;
    height: 41px;
    outline: none;
    position: relative;
    margin-bottom: 0 !important;
    box-shadow: none;
}

.editcstmfld {
    background: #8FA7FC !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    color: #232C69 !important;
    border: none;
}

.dltcstmfld {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border: none;
    background: #FFC5C5 !important;
    color: #ED4343 !important;
}

.btn-edit-semester {
    background: none !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px;
    color: #232C69 !important;
    border: none;
}

.btn-delete-semester {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    border: none;
    background: none !important;
    color: #ED4343 !important;
}

.default-table-area .table-responsive {
    white-space: nowrap;
    min-height: 300px;
}

/*-------------- Batch Page CSS End -------------------*/

/*-------------- DARK MOOD CSS -------------------*/
[data-theme=dark] .pageheader h3 {
    color: #fff !important;
}

[data-theme=dark] .dashboard-card h2 {
    color: #fff;
}

[data-theme=dark] .dashboard-card h4 {
    color: #8695aa;
}

[data-theme=dark] .dashboard-card small {
    color: #6c757d;
}

[data-theme=dark] .recentactivity h4 {
    color: #8695aa;
}

[data-theme=dark] .recentactivity h6 {
    color: #8695aa;
}

[data-theme=dark] .recentactivity h6 small {
    color: #6c757d;
}

[data-theme=dark] .student-card-box:before {
    background: linear-gradient(0deg, #0c1427, #0c142717);
}

[data-theme=dark] .student-card-box h3 {
    color: #fff !important;
}

[data-theme=dark] .active-student h6 {
    color: #8695aa;
}

[data-theme=dark] .dashboard-card small.text-success {
    color: #1e8308 !important;
}

[data-theme=dark] .sidebar-menu-list .menu-item .menu-link.menu-toggle::after {
    color: #8695aa;
}

[data-theme=dark] .active-student {
    border-bottom: 1px dashed #172036;
}

[data-theme=dark] .sidebar-menu-list li i {
    color: #8695aa;
}

[data-theme=dark] .breadcrumb-wrap li.breadcrumb-item {
    color: #8695aa !important;
}

[data-theme=dark] .breadcrumb-wrap li.breadcrumb-item a {
    color: #8695aa !important;
}

[data-theme=dark] .header-burger-menu-desktop-view {
    background: #15203c;
    border-color: #15203c !important;
}

[data-theme=dark] .header-burger-menu-desktop-view i {
    color: #8695aa;
}

[data-theme=dark] .teacher-wrap {
    border: 1px solid #172036;
}

[data-theme=dark] .teacher-wrap span {
    background-color: #0c1427 !important;
    border-radius: 0;
}

[data-theme=dark] .teacher-wrap input {
    background-color: #0c1427 !important;
}

[data-theme=dark] .left-header-content ul li strong {
    color: #fff;
}

[data-theme=dark] .right-header-content .header-right-item .settings-btn {
    background: #15203c;
}

[data-theme=dark] .right-header-content .header-right-item .light-dark .material-symbols-outlined {
    color: #8695aa
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .administrator-img {
    border-color: #8695aa;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item {
    border-color: #172036;
    color: #fff !important;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item i {
    color: #FFFFFF;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item span {
    color: #FFFFFF;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item:hover i {
    color: #ff9f04 !important;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item:hover span {
    color: #ff9f04 !important;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item.active i {
    color: #ff9f04;
}

[data-theme=dark] .right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item.active span {
    color: #ff9f04;
}

[data-theme=dark] .btn-filter,
[data-theme=dark] .btn-edit-privileges {
    background-color: #0c1427;
    border-color: #172036;
    color: #8695aa;
}

[data-theme=dark] .impcsv-btn {
    background: #15203c;
    border-color: #172036;
    color: #8695aa;
}

[data-theme=dark] .impcsv-btn span {
    color: #8695aa;
}

[data-theme=dark] .btn-new-add {
    background-color: #0a0e19;
    border: 1px solid #15203c;
}

[data-theme=dark] .btn-new-add span {
    background-color: #15203c;
}

[data-theme=dark] .aot-table thead tr th {
    background-color: #15203c;
    color: #fff;
}

[data-theme=dark] .aot-table tbody tr td {
    background: transparent;
    color: #8695aa;
}

[data-theme=dark] .aot-table tr {
    border-color: #172036;
}

[data-theme=dark] .aot-table .action-btn button i {
    color: #8695aa !important;
}

[data-theme=dark] .aot-table tbody tr td a {
    color: #fff;
}

[data-theme=dark] .student-edit-privileges-list {
    background: #15203c;
}

[data-theme=dark] .student-edit-privileges-list li:last-child {
    border-color: #8695aa33;
    border-bottom-color: #303763;
}

[data-theme=dark] .student-edit-privileges-list li label {
    color: #8695aa;
}

[data-theme=dark] .student-edit-privileges-list li:first-child {
    border-color: #8695aa33;
}

[data-theme=dark] .aot-table .btech {
    background-color: #15203c;
    color: #fff;
}

[data-theme=dark] .aot-table .mtech {
    background-color: #15203c;
    color: #fff;
}

[data-theme=dark] .aot-table .status-btn button {
    background: #15203c;
}

[data-theme=dark] .aot-table .status-btn .dropdown-menu {
    background: #0a0e19;
}

[data-theme=dark] .aot-table .status-btn .dropdown-menu .dropdown-item {
    background: transparent !important;
    color: #fff;
}

[data-theme=dark] .aot-table .contact-btn button {
    background: #15203c;
}

[data-theme=dark] .aot-table .contact-btn button i {
    color: #fff !important;
}

[data-theme=dark] .aot-table .contact-btn .dropdown-menu {
    background: #0a0e19;
}

[data-theme=dark] .aot-table .contact-btn .dropdown-menu .dropdown-item {
    background: transparent !important;
    color: #fff;
}

[data-theme=dark] .aot-table .action-btn .dropdown-menu {
    background: #0a0e19;
}

[data-theme=dark] .aot-table .action-btn .dropdown-menu .dropdown-item {
    background: transparent !important;
    color: #fff;
}

[data-theme=dark] .datepickerbtn {
    background-color: #0c1427;
}

/*-------------- DARK MOOD CSS END -------------------*/

/* input[type="text"]:read-only,
input[type="date"]:read-only {
    background-color: #f0f0f0;
    color: #4d4b4b;
    border: 1px solid #ccc; 
    cursor: not-allowed;
    opacity: 1;
} */

/*-------------- Batch Page CSS End -------------------*/

.editable-field {
    position: relative;
    cursor: pointer;
}

.editable-field:hover {
    background-color: #f8f9fa;
}

.editable-field .edit-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #3B42D3;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s;
}

.editable-field:hover .edit-btn {
    opacity: 1;
}

.editable-field.editing {
    background-color: #fff3cd;
}

.editable-field input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px;
    font-size: 14px;
}

.select2-container {
    width: 100% !important;
}

/* Enhanced styling for better Bootstrap 5 integration */
.select2-container--bootstrap-5 .select2-selection {
    border-radius: 0.375rem !important;
    min-height: calc(1.5em + 0.75rem + 2px) !important;
}

/* Fix for multiple selection styling */
.select2-container--bootstrap-5 .select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
}

/* Fix dropdown positioning and width */
.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 0.375rem !important;
    border-top: none !important;
}

/* Fix for tags in multiple select */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
    color: white !important;
    border-radius: 0.25rem !important;
    padding: 0.25rem 0.5rem !important;
    margin: 0.125rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
    margin-right: 0.25rem !important;
    filter: invert(100%);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ff6b6b !important;
}

/* Fix placeholder styling */
.select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #6c757d !important;
}

/* Fix focus states */
.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.delete-assign-teachers-btn {
    border: 1px solid #FF4242;
    border-radius: 5px;
    background-color: #FFCFCF;
    color: #FF4242;
    padding: 6px 10px;
    margin-top: 5px;
}

.class-row-sec {
    border: 1px dashed #E0DDDD;
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 5px;
}


.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.validation-error {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.form-select.is-invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 1.4 1.4 1.4-1.4m-1.4 1.4v2.8'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.form-select.is-valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='m2.3 6.73.94-.94 2.94-2.94.94.94-3.88 3.88z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.validation-success {
    color: #28a745 !important;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.edit-validation-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-top: 0.5rem !important;
}

.btn-student-filter-active {
    background-color: #fbe4b8;
}

.student-setFilter-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    display: inline-block;
    height: 14px
}

.right-header-content-title {
    color: #232C69;
}

.anualleave {
    background-color: #9ba7f26b;
}

.anualleave i {
    color: #232E76;
}

.anualleave h4 {
    color: #232E76;
}

.anualleave small {
    color: #232E76;
}

.daysavailable {
    background-color: #78E9B080;
}

.daysavailable i {
    color: #00791A;
}

.daysavailable h4 {
    color: #00791A;
}

.daysavailable small {
    color: #000;
}

.leavetaken {
    background-color: #f2eeccb3;
}

.leavetaken i {
    color: #303763;
}

.leavetaken h4 {
    color: #303763;
}

.leavetaken small {
    color: #000;
}

.leavepending {
    background-color: #f6b11b42;
}

.leavepending i {
    color: #654500;
}

.leavepending h4 {
    color: #654500;
}

.leavepending small {
    color: #000;
}

.availabledaybtn .dropdown-menu {
    background: #fff;
    box-shadow: 0px 0px 15px 0px #00000012;
}

.availabledaybtn .availability-option {
    font-size: 12px;
    color: #424242;
}

.availabledaybtn .btn-present-day {
    color: #005B2D;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    background: #7CF0AC !important;
    border: none !important;
}

.availabledaybtn .btn-off-day {
    color: #424242;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    background: #C7C7C7 !important;
    border: none !important;
}

.sem-datepick {
    background: #D6D8ED;
    border-radius: 5px;
    padding: 0 10px;
}

.sem-datepick span {
    font-size: 12px;
    color: #4D5699;
}

.sem-datepick input {
    font-size: 12px;
    padding: 10px 0 10px 10px;
    height: 35px;
    color: #4D5699 !important;
    font-weight: 500;
    background-color: #D6D8ED;
    border-left: 1px solid #E9EAF2;
    border-radius: 0;
}

.sem-mnmnt-datetime small {
    color: #E25757;
    font-size: 12px;
    font-weight: 400;
}

.presentsstatusbtn .add-new-class-btn {
    margin-right: 10px;
}
.custom-pegination{
background-color: #f6f7f9 !important;
border-color: #DBDBDC !important;
}

/*-------------- Responsive CSS Start -------------------*/

@media only screen and (max-width: 480px) {

    .newatten-wrap {
        display: block !important;
        margin-top: 10px;
    }

    .newatten-wrap .selctdep-drop {
        margin-bottom: 10px;
        text-align: center;
        display: block !important;
    }

    .newatten-wrap .selctdep-drop input {
        width: 100%;
        max-width: 100% !important;
    }

    .selctdep-drop .clr-catche {
        margin-top: 10px;
    }

    .addatten-wrap .btn-new-add {
        width: 100%;
    }

    .addatten-wrap .btn-new-add span {
        width: 100%;
    }

    .editattdnc {
        width: 100% !important;
    }

    .editattdnc .offcanvas-header {
        padding: 15px !important;
    }

    .editattdnc .offcanvas-title {
        font-size: 14px !important;
    }

    .editattdnc .offcanvas-body {
        padding: 15px !important;
        padding-top: 0 !important;
        max-height: calc(100vh - 155px) !important;
        min-height: calc(100vh - 155px) !important;
    }

    .editattdnc .offcanvas-footer {
        padding: 15px !important;
    }

    .editattdnc .updtateatndnc {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }

    .editattdnc .offcanvas-header {
        display: block !important;
    }

    .presentsstatusbtn .add-new-class-btn {
        margin-right: 5px;
        font-size: 12px;
        padding: 4px 8px;
    }

    .editattdnc .offcanvas-header .btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .login-container .col-md-4 {
        width: 100%;
        display: none;
    }

    .login-container .col-md-8 {
        width: 100%;
    }

    .login-form {
        padding:0;
        width: 100%;
    }

    .login-form .form-content {
        padding-left: 0;
        padding-right: 0;
    }

    .login-form .form-content h2 {
        font-size: 20px;
        text-align: center;
    }

    .login-form .form-content label {
        font-size: 13px;
    }

    .login-wrapper {
        padding:40px 10px !important;
    }

    .logo .aot img {
        width: 100%;
    }

    .signup {
        font-size: 13px;
    }

    .remember-me-box .forgot-link {
        font-size: 13px;
    }

    .remember-me-box .remember-me label {
        font-size: 13px;
    }

    .login-form .form-content .login-btn {
        font-size: 14px;
        height: 40px;
        padding: 8px;
    }
}


/*-------------- Responsive CSS End -------------------*/

/* Start of export csv css */

    .export-fields-offcanvas {
        width: 320px !important;
    }

    .export-fields-offcanvas .offcanvas-header {
        padding: 1rem 1.25rem;
    }

    .export-fields-offcanvas .offcanvas-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #333;
    }

    .export-fields-list {
        padding: 0;
    }

    .export-section-header {
        padding: 0.625rem 1.25rem;
        font-size: 0.75rem;
        font-weight: 600;
        color: #666;
        background-color: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .export-field-item {
        padding: 0.625rem 1.25rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .export-field-item:last-child {
        border-bottom: none;
    }

    .export-field-label {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 0;
        cursor: pointer;
        font-size: 0.813rem;
        color: #333;
    }

    .export-field-check {
        width: 16px;
        height: 16px;
        border: 2px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
    }

    .export-field-check:checked {
        background-color: #FF9F04;
        border-color: #FF9F04;
    }

    .export-fields-offcanvas .offcanvas-footer {
        background: #fff;
    }

    .export-fields-offcanvas #resetFieldsBtn {
        border-color: #333;
        color: #333;
        font-weight: 600;
        padding: 0.625rem 1rem;
    }

    .export-fields-offcanvas #resetFieldsBtn:hover {
        background-color: #f5f5f5;
    }

    .export-fields-offcanvas #exportCsvBtn {
        background-color: #232C69;
        border-color: #232C69;
        font-weight: 600;
        padding: 0.625rem 1rem;
    }

    .export-fields-offcanvas #exportCsvBtn:hover {
        background-color: #1a2150;
        border-color: #1a2150;
    }
    
/* End of export csv css */
