.err-msg {
    color: rgb(151, 19, 19) !important;
}

.success-msg {
    color: rgb(5, 152, 69) !important;
}

.err-input-admin {
    border: 1px solid rgb(151, 19, 19) !important;
}
.err-msg-position {
    text-align: center;
    margin-top: 10px;
}

input.err-input-admin::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: rgb(164, 10, 10);
}

span.user-name {
    color: #08a308;
}

.cursor-pointer {
    cursor: pointer;
}

#DataTables_Table_0 {
    width: 100% !important;
}

.filter-style {
    padding: 0 0 0.5rem !important;
    text-transform: uppercase !important;
    color: #1066d5 !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    font-size: 10px !important;
}
.extra-size {
    font-size: 13px !important;
}

.preview-header {
    color: #1066d5 !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
/* Side Menu Color */

.side-color-one {
    color: #7f91a4 !important;
}

.side-color-two {
    color: #d72765 !important;
}

.side-color-three {
    color: #38a62e !important;
}

.side-color-four {
    color: #86188a !important;
}

.side-color-five {
    color: #7f91a4 !important;
}

.side-color-six {
    color: #eecb04 !important;
}

.side-color-seven {
    color: #2906f7 !important;
}

.side-color-eight {
    color: #47f93b !important;
}
.side-color-nine {
    color: #fff !important;
}

.side-color-ten {
    color: #da17ce !important;
}

/* Right Sidebar */

.demo-settings {
    background-color: rgba(129, 107, 255, 0.1);
    color: #816bff;
}

.nk-sticky-toolbar {
    position: fixed;
    border: 3px solid #fff;
    top: 50%;
    background: #fff;
    z-index: 600;
    right: 0;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    box-shadow: -2px 0 24px -2px rgba(43, 55, 72, 0.15);
}

.nk-sticky-toolbar li:not(:last-child) {
    border-bottom: 2px solid #fff;
}

.nk-sticky-toolbar li a {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: inherit;
}

/* Side Bar Content */

.nk-demo-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    height: 100vh;
    z-index: 9999;
    background-color: #fff !important;
    box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
    padding: 0 0 1.5rem;
}

.nk-demo-panel + .toggle-overlay {
    z-index: 9000;
    background: rgb(0 0 0 / 57%);
}

.dark-mode .nk-demo-panel {
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.5);
}

.nk-demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e9f2;
}

.nk-demo-head .h6,
.nk-demo-head h6 {
    font-size: 13px;
    letter-spacing: 0.1em;
}

.nk-demo-list {
    overflow: auto;
    max-height: calc(100vh - 60px);
}

.nk-demo-title {
    display: block;
    font-size: 0.875rem;
    padding: 0.675rem 0;
    text-align: center;
    color: #526484;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.nk-demo-title .subtitle {
    display: block;
    color: #8094ae;
    font-size: 11px;
}

.nk-demo-item {
    padding: 2rem 1.5rem 1rem;
    border-bottom: 1px solid #e5e9f2;
}

.nk-demo-item a {
    display: block;
}

.nk-demo-item a:hover .nk-demo-title {
    color: #733aea;
}

.nk-demo-image {
    border: 1px solid #e5e9f2;
    border-radius: 4px 4px 0 0;
    padding: 1rem 1rem 0 1rem;
}

.nk-demo-image img {
    border-radius: inherit;
}

.nk-demo-note {
    background: #f5f6fa;
    padding-bottom: 2rem;
}

@media (min-width: 576px) {
    .nk-demo-item {
        padding: 2rem 2rem 1rem;
    }

    .nk-demo-head {
        padding: 15px 2rem 13px;
    }

    .nk-demo-note {
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .nk-demo-panel-2x {
        width: 640px;
    }

    .nk-demo-panel-2x .nk-demo-list .simplebar-content {
        display: flex;
        flex-wrap: wrap;
    }

    .nk-demo-panel-2x .nk-demo-list .simplebar-content .nk-demo-item {
        width: 50%;
    }

    .nk-demo-panel-2x
        .nk-demo-list
        .simplebar-content
        .nk-demo-item:not(:nth-child(2n)) {
        border-right: 1px solid #e5e9f2;
    }
}

.nk-opt-panel {
    overflow: auto;
    max-height: calc(100vh - 84px);
}

.nk-opt-reset {
    padding: 1.5rem 1.5rem 1.5rem;
}

.nk-opt-set {
    padding: 1.5rem 1.5rem 1.5rem;
}

.nk-opt-set:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
}

.nk-opt-set-title {
    padding: 0 0 0.5rem;
    text-transform: uppercase;
    color: #8094ae;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px;
}

.nk-opt-list {
    padding: 0;
    flex-wrap: wrap;
    margin: -0.5rem;
    display: flex;
}

.nk-opt-list + .nk-opt-set-title {
    margin-top: 1.25rem;
}

.nk-opt-item {
    width: 33%;
    text-align: center;
    padding: 0.5rem;
}

.nk-opt-item:not(.active):not(.disabled) {
    cursor: pointer;
}

.nk-opt-item.active {
    cursor: default;
}

.nk-opt-item.disabled {
    pointer-events: none;
}

.nk-opt-item.disabled > .nk-opt-item-name {
    opacity: 0.5;
}

.col-2x .nk-opt-item {
    width: 50%;
}

.col-4x .nk-opt-item {
    width: 25%;
}

.nk-opt-item-name {
    font-weight: 400;
    color: #526484;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.nk-opt-item-name .small,
.nk-opt-item-name small {
    font-size: 11px;
}

.dark-mode .nk-opt-item-name {
    color: #8094ae;
}

.nk-opt-item-bg {
    background: #fff;
    width: 100%;
    height: 32px;
    border: 1px solid #dbdfea;
    padding: 3px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    border-radius: 2px;
    transition: all 0.3s;
}

.dark-mode .nk-opt-item-bg {
    border-color: #3c4d62;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name) {
    display: block;
    background: #526484;
    height: 100%;
    border-radius: 1px;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).bg-theme {
    background: #170c2f !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).bg-light {
    background: #ebeef2 !important;
}

.dual-listbox
    .nk-opt-item-bg
    > span.dual-listbox__item:not(.nk-opt-item-name):hover,
.nk-opt-item-bg > span:not(.nk-opt-item-name).bg-lighter {
    background: #f5f6fa !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).bg-dark {
    background: #101924 !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).theme-light {
    background: linear-gradient(
        90deg,
        #f5f6fa 0,
        #f5f6fa 50%,
        #e5e9f2 50%,
        #e5e9f2 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).theme-dark {
    background: linear-gradient(
        90deg,
        #1f2b3a 0,
        #1f2b3a 50%,
        #101924 50%,
        #101924 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-default {
    background: linear-gradient(
        90deg,
        #170c2f 0,
        #170c2f 28%,
        #733aea 28%,
        #733aea 72%,
        #ab89f2 72%,
        #ab89f2 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-purple {
    background: linear-gradient(
        90deg,
        #4700e8 0,
        #4700e8 28%,
        #854fff 28%,
        #854fff 72%,
        #e7dcff 72%,
        #e7dcff 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-green {
    background: linear-gradient(
        90deg,
        #074e3b 0,
        #074e3b 28%,
        #0fac81 28%,
        #0fac81 72%,
        #cfeee6 72%,
        #cfeee6 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-blue {
    background: linear-gradient(
        90deg,
        #0144a0 0,
        #0144a0 30%,
        #0971fe 30%,
        #0971fe 72%,
        #cee3ff 72%,
        #cee3ff 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-egyptian {
    background: linear-gradient(
        90deg,
        #1a3767 0,
        #1a3767 30%,
        #2e62b9 30%,
        #2e62b9 72%,
        #d5e0f1 72%,
        #d5e0f1 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-red {
    background: linear-gradient(
        90deg,
        #ab0e21 0,
        #ab0e21 30%,
        #ee3148 30%,
        #ee3148 72%,
        #fcd6da 72%,
        #fcd6da 100%
    ) !important;
}

.nk-opt-item-bg > span:not(.nk-opt-item-name).skin-bluelite {
    background: linear-gradient(
        90deg,
        #001cfe 0,
        #001cfe 28%,
        #6576ff 28%,
        #6576ff 72%,
        #e0e4ff 72%,
        #e0e4ff 100%
    ) !important;
}

.nk-opt-item-bg:focus,
.nk-opt-item-bg:hover {
    border-color: #b7c2d0;
}

.active > .nk-opt-item-bg {
    border-color: #733aea;
    box-shadow: 0 0 0 2px rgba(115, 58, 234, 0.2);
}

.active > .nk-opt-item-bg:after {
    font-family: Nioicon;
    content: "\e9bd";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.875rem;
}

.active > .nk-opt-item-bg.is-light:after {
    color: #101924;
}

.only-text > .nk-opt-item-bg {
    margin-bottom: 0;
    height: 28px;
}

.only-text > .nk-opt-item-bg:after {
    display: none;
}

.disabled > .nk-opt-item-bg {
    border-color: #e5e9f2 !important;
}

.dark-mode .disabled > .nk-opt-item-bg {
    border-color: #3c4d62 !important;
}

.nk-opt-item-bg > .nk-opt-item-name {
    color: #364a63;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.12em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.dark-mode .nk-opt-item-bg > .nk-opt-item-name {
    color: #b6c6e3;
}

.active > .nk-opt-item-bg > .nk-opt-item-name {
    color: #733aea;
    font-weight: 700;
}

@media (min-width: 576px) {
    .nk-opt-reset,
    .nk-opt-set {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.toggle-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 9;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
    transform: translateY(10px);
}

.toggle-content-right {
    left: auto;
    right: 0;
}

.toggle-content-bottom {
    top: auto;
    bottom: 0;
}

.toggle-content.content-active {
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.toggle-slide {
    position: fixed;
    top: 0;
    z-index: 104800;
    min-width: 260px;
    max-width: calc(100% - 40px);
    transition: transform 650ms ease;
}

.toggle-slide-left {
    left: 0;
    transform: translateX(-100%);
}

.toggle-slide-right {
    right: 0;
    transform: translateX(100%);
}

.toggle-slide.content-active {
    transform: translate(0) !important;
}

.toggle-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(31, 43, 58, 0.2);
    z-index: 1030;
    animation: overlay-fade-in 0.4s ease 1;
}

.toggle-expand-content {
    display: none;
}

.toggle-expand-content.expanded {
    display: block;
}

.toggle-expand .inactive-text,
.toggle-opt .inactive-text {
    display: block;
}

.toggle-expand.active > .inactive-text,
.toggle-opt.active > .inactive-text {
    display: none;
}

.toggle-expand .active-text,
.toggle-opt .active-text {
    display: none;
}

.toggle-expand.active > .active-text,
.toggle-opt.active > .active-text {
    display: block;
}

.sub-text-2 {
    color: #fff !important;
    letter-spacing: 0.2px;
    font-size: 13px;
}

.nk-tb-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.nav-item:hover {
    cursor: pointer;
}

.datatable-footer {
    margin-top: 1em;
}

td,
th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border: 1px solid rgba(0, 0, 0, 0.091);
}

table.dataTable thead > tr > th {
    text-align: center;
    background: #6576ff;
    color: red;
}

.nk-tb-list {
    color: #000000dc;
    font-size: 12px;
}

.project-title .title {
    font-size: 0.8rem;
}

table.dataTable thead > tr > td.center-align {
    text-align: center;
}

.leaveBtn-new {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.list-of-ap {
    display: flex;
    justify-content: center;
}

.list-of-ap :hover {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    display: block !important;
    width: 100%;
    padding: 0.4375rem 1rem !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    color: #3c4d62 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #dbdfea !important;
    appearance: none !important;
    border-radius: 4px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 35px !important;
    box-shadow: none !important;
}

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

.teacher_leaves {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.arrowUp {
    color: rgb(3, 240, 157);
}

.arrowDown {
    color: rgb(233, 13, 13);
}

/* Hide default checkbox */
.green-checkbox {
    display: none;
}

/* Style custom checkbox container */
.green-checkbox + .checkbox-label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #28a745; /* Green background */
    border: 1px solid #28a745; /* Green border */
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

/* Style tick mark inside the checkbox */
.green-checkbox:checked + .checkbox-label::after {
    content: "\2714"; /* Unicode for checkmark */
    font-size: 18px;
    color: #fff; /* White color for checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.red-checkbox {
    display: none;
}

/* Style custom checkbox container */
.red-checkbox + .checkbox-label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #dc3545; /* Red background */
    border: 1px solid #dc3545; /* Red border */
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

/* Style cross mark inside the checkbox */
.red-checkbox:checked + .checkbox-label::after {
    content: "\2717"; /* Unicode for cross mark */
    font-size: 18px;
    color: #fff; /* White color for cross mark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-2xl {
    max-width: 1240px;
}

/* #set-exam-available-questions {
    height: 300px;
}

#set-exam-selected-questions {
    height: 300px;
}

.list {
    padding: 6px;
    text-align: center;
    width: 100%;
    background-color: #074e3b;
    cursor: pointer;
    color: white;
}

.list:hover {
    background-color: rgb(168, 168, 248);
    color: black;
}

.list1 {
    padding: 6px;
    text-align: center;
    width: 100%;
    background-color: rgb(247, 129, 129);
    cursor: pointer;
    color: white;
}

.list1:hover {
    background-color: rgb(168, 168, 248);
    color: black;
}

.listbox-container {
    display: flex;
    border: 1px solid black;
    padding: 30px;
    justify-content: space-between;
    gap: 2;
}

.marks {
    height: 20px;
    width: 40px;
    text-align: center;
}

.marks input {
    width: 100%;
    height: 100%;
    text-align: center;
} */

.no-scroll::-webkit-scrollbar {display:none;}
.no-scroll::-moz-scrollbar {display:none;}
.no-scroll::-o-scrollbar {display:none;}
.no-scroll::-google-ms-scrollbar {display:none;}
.no-scroll::-khtml-scrollbar {display:none;}

.list-box-containers {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.dual-list-container {
    border:  1px solid green;
    height: 400px;
}

.list-group {
    padding: 2px;
    list-style-type: none;
    height: 300px;
    width: 100%;
    overflow-y: auto;
    margin-top: 15px;
}

.list-group-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-group-item:hover, .list-group-item.selected {
    background-color: #007bff;
    color: white;
}

.list-group-item input {
    height: 30px;
    width: 40px;
}

.total-marks {
    display: flex;
    justify-content: end;
}

.total-marks input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
}

.selected-list-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.single_question_mark > input {
    height: 32px;
    width: 64px;
    text-align: center;
}

.text-center {
    text-align: center !important;
    /* width: 100%; */
}

.flex-end {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-bottom: 0.7rem;
}

.students-reports-inputs-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.form-auto-searchbar {
    position: relative;
}

.form-search-dropdown {
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
    z-index: 100;
}

.form-search-list {
    background: #fff;
    max-height: 10rem;
    overflow-y: auto;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-search-list li {
    padding: 0.5rem 1rem;
    width: 100%;
}
