* {
    font-family: "Inter", sans-serif;
}
:root {
    --clr-card-bg: #f5f6ff;
    --clr-primary: #444791;
    --clr-primary: hsl(238, 36%, 42%);
    --clr-secondary: #5b5fc7;
    --clr-secondary: hsl(238, 49%, 57%);
    --clr-accent: #da32a1;
    --clr-accent: hsl(320, 69%, 53%);
    --clr-text-black: #030e1e;
    --clr-text-light: #7d7d7d;
}

h4 {
    font-size: 1.13rem;
}

.form-group label {
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: top;
}

.form-control {
    box-shadow: none;
    line-height: 1;
    font-size: 0.8125rem;
    font-family: "ubuntu-regular", sans-serif;
}

.form-control::placeholder {
    color: #848484;
}

.form-control:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
    border-color: none !important;
}
.select-dropdown {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}
input.form-control {
    padding: 10px 14px;
}
select.form-control {
    padding: 10px 14px;
}
.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-family: "ubuntu-bold", sans-serif;
}

.input-group select {
    color: #848484;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: "Inter", sans-serif;
}

body {
    background: #fafbfd;
}

p {
    font-size: 14px;
    font-weight: 400;
}

i {
    font-size: 17px;
}

a {
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

ul {
    margin: 0;
}

li {
    padding: 0;
    list-style: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 13px !important;
}
.main-panel {
    width: 100%;
    background: #f4f7ff;
    height: calc(100vh - 70px);
}

.content-wrapper {
    position: relative;
}

.btn {
    padding: 10px 20px;
    /* padding: 12px 22px; */
}
.reload {
    display: inline-flex;
    padding: 14px;
    min-height: 44px;
    border-radius: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.error {
    color: red;
}
.fa-chevron-right {
    font-size: 12px;
}
.btn-ctm-close,
.btn-ctm-save,
.btn-login,
.fltr-searchbtn {
    transition: all 300ms ease-in-out;
}

.btn-ctm-close,
.btn-ctm-save,
.btn-ctm-close:hover,
.btn-ctm-save:hover {
    color: #ffffff;
}

.btn-ctm-close {
    background: #d931a1;
    border-color: #d931a1;
}

.btn-ctm-save,
.btn-login {
    background: #2c72ce;
    border-color: #2365bb;
}

.btn-ctm-close:hover {
    background: #bf218b;
    border-color: #d931a1;
}

.btn-ctm-save:hover,
.btn-login:hover,
.fltr-searchbtn:hover {
    background: #2866b7;
    border-color: #2365bb;
    color: #d6e7ff;
}

.row-btn,
.at-action {
    display: flex;
}

.row-btn button {
    width: 50%;
}
.btn-type {
    padding: 12px 22px;
    font-size: 1rem;
}
.btn-add {
    font-family: "Inter", sans-serif;
    gap: 0px !important;
    padding: 0.5rem 1rem;
}
.btn-primary-style {
    background: #dde6ff !important;
    background: #cbd9ff !important;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.btn-primary-style:hover {
    background: #2367c7 !important;
    color: #fff !important;
}
.btn-primary-style:hover button {
    color: #fff !important;
}
.btn-primary-style:hover h2 {
    color: #fff !important;
}
.btn-primary-style:hover a {
    color: #fff !important;
}
.btn-primary-style h2 {
    color: #000000 !important;
    transition: all 300ms ease-in-out;
}
.btn-primary-style a {
    transition: all 300ms ease-in-out;
}
.btn-primary-style button {
    transition: all 300ms ease-in-out;
}
.btn-primary-style path {
    transition: all 300ms ease-in-out;
}
.btn-primary-style:hover path {
    fill: #fff !important;
}
.btn-primary-student {
    background: #dde6ff !important;
}
.table th {
    padding: 13px;
}

.table td {
    padding: 8px;
    color: #030e1e;
}

.table th,
.table td {
    font-family: "Inter", sans-serif !important;
}

.table thead th {
    font-weight: 700 !important;
    font-size: 16px;
    background: #f5f6ff;
    color: #555555;
    padding: 6px;
    /* padding: 12px 8px; */
    cursor: pointer;
}
#tableInstallment.table thead th {
    padding: 12px 8px;
    cursor: auto;
}

.ctmtable-striped > tbody > tr:nth-of-type(2n + 1) {
    background: rgba(255, 255, 255, 1);
}

/* .table-striped > tbody > tr:nth-of-type(2n) {
    background: #edeef0;

} */
/* .table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f20000 !important;
} */
.table-striped {
    /* --bs-table-striped-bg: #f6faff; */
    --bs-table-striped-bg: #fff !important;
}
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
    background-color: white !important;
}

.table-striped > tbody > tr:nth-child(n + 2) > td,
.table-striped > tbody > tr:nth-child(n + 2) > th {
    background-color: #f5f6ff !important;
}
.table-striped > tbody > tr.reject-show > td {
    background-color: hsl(320, 69%, 52%) !important;
}
.table-striped > tbody > tr.reject-show > * {
    --bs-table-bg-type: hsl(320, 69%, 52%) !important;
}
.table-card tr a {
    color: #212529;
    text-decoration: none;
}

.table-card tr a:hover {
    color: #5583c4;
}

.table-card tr a {
    transition: all 200ms ease-in-out;
}

.bg-color-nav-top {
    background-color: var(--clr-primary);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}
.bg-color-primary {
    background-color: var(--clr-primary);
}
.bg-color-secondary {
    background-color: var(--clr-secondary);
}
.sidebar .nav .nav-item .nav-link .menu-title {
    font-weight: 500;
}
.nav-link {
    cursor: pointer;
}
.font-weight-normal,
.card-body {
    font-family: "Inter", sans-serif;
}

.card-body h2 {
    font-weight: 600;
}

.nav-search input:focus {
    box-shadow: none;
}
.captcha img {
    width: 100%;
    height: auto;
}

/* Student Profile Page CSS */

.card-wrap {
    background-color: var(--clr-card-bg);
    border-radius: 6px;
    padding: 15px;
    width: 100%;
}

/* .card-wrapper,
.card-wrap,
.table-card,
.card-head-block,
.head-wrap,
.fltrcontent {
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.05);
} */

.card-wrapper,
.profile-block,
.card-wrapper-plain {
    margin-top: 20px;
    border-radius: 6px;
}

.card-header {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.card-body-content {
    padding: 15px;
}

.card-head-block {
    background-color: #fff;
    width: 100%;
}
[class^="bi-"]::before,
[class*=" bi-"]::before {
    line-height: unset;
}
/* .action-header,
.program-list,
.program-list span label {
    display: flex;
}

.action-header h4,
.program-list h5 {
    margin: 0;
}

.action-header div,
.plist-wrap span {
    margin-left: auto;
} */

.block-header {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* .block-header .tbl-date {
    padding: 10px 10px 10px 20px;
}

.sub-header {
    color: #bcbcbc;
}

.alert-block {
    color: #c91919;
} */

/* Filter CSS */

/* .dropbtn {
    background: #f1f6fe;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ecf1fa;
}

.dropbtn i {
    font-size: 19px;
    color: #505458;
}

.tbl-search {
    margin-left: auto;
    margin-right: 10px;
}

.tbl-search input {
    padding: 8px 10px;
    border: 1px solid #f1f6fe;
    border-radius: 4px;
    background: #fff;
} */

.block-header h3 {
    font-size: 22px;
    margin: 0;
}

.footer {
    background: #fff;
    border: 1px solid #ebedf2;
    margin-top: 30px;
    padding: 15px;
}

.btn-wrap {
    text-align: right;
    margin-top: 25px;
}

.btn-wrap button:nth-of-type(2n) {
    margin-left: 12px;
    margin-right: 25px;
}

.btn-w-100 button {
    width: 100%;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

/* USER LISTING */

.action-drop {
    padding: 0;
    transition-duration: 300ms;
    transform: translate3d(0.583px, 20px, 0px) !important;
}

.action-drop a {
    padding: 8px !important;
}

.action-drop a i {
    color: #b6babe;
}

/* Admin Categories View Page */

.card-head-block {
    margin-top: 20px;
}

.cleft-head {
    display: inline-block;
}

.cright-head {
    float: right;
}

.card-content {
    padding: 15px;
}

.card-content p {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    margin: 0;
}

.card-content p i {
    margin-right: 10px;
}

.date-time {
    margin-top: 15px;
}

.date-time p span {
    margin-left: 10px;
    font-weight: normal;
}

.date-time a {
    text-decoration: none;
}

.video-wrap {
    padding: 15px;
}

.tblform-check {
    display: flex;
    align-items: center;
}

.tblform-check input {
    margin-top: 0;
    margin-right: 8px;
}

.head-wrap {
    padding: 15px;
    background: #fff;
    border-radius: 6px;
}

.student-select label {
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
}

.student-select select option {
    font-weight: normal;
}

.profile-img-block {
    width: 110px;
    height: auto;
    margin: 0 auto;
    margin-top: 45px;
}

.upimg-btn {
    margin-top: 25px;
}

.active-switch,
.deactive-switch {
    display: flex;
    align-items: center;
}

.active-switch input,
.deactive-switch input {
    margin-right: 6px;
}

.active-switch label,
.deactive-switch label {
    color: #fff;
    border-radius: 2px;
    padding: 2px 4px;
}

.deactive-switch label {
    background: #bfbfbf;
}

.active-switch label {
    background: #149a5c;
}

.active-switch input:checked {
    background-color: #149a5c;
    border-color: #108851;
    box-shadow: 0 0 0 0.25rem rgba(25, 167, 41, 0.25);
}

.dective-switch input:checked {
    background-color: #149a5c;
    border-color: #108851;
    box-shadow: 0 0 0 0.25rem rgba(25, 167, 41, 0.25);
}

.add-button {
    background: #d6e7ff;
    color: #586e8e;
    border-radius: 4px;
    height: min-content;
}

.main-top ul li {
    display: inline-block;
}

.add-button:hover {
    background: #bcd7fe;
    color: #586e8e;
}
/* search section css start */
.search-section-wrap {
    display: flex;
    align-items: center;
    row-gap: 10px;
    column-gap: 20px;
}
/* search section css end*/
/* FILTER CSS */

.filter-btnwrap {
    display: flex;
    align-items: center;
}

.fl-id-wrap {
    position: relative;
}

.fl-id-wrap i {
    position: absolute;
    top: 7px;
    left: 7px;
}

.fl-id-wrap select,
.fl-id-wrap input {
    border-radius: 6px;
    background-color: #d6e7ff;
    border: 1px solid #c4dbfa;
}

.fl-id-wrap select {
    padding: 0.375rem 1.775rem 0.375rem 1.5rem;
}

.fl-id-wrap input {
    padding: 0.53rem 1.775rem 0.53rem 1.5rem;
    font-size: 13px;
}

.fl-id-wrap select option,
.fl-id-wrap select {
    font-size: 14px;
    font-weight: normal;
}

.fl-id-wrap i,
.fl-id-warp select {
    color: #4e5b6d;
}

.fltr-searchbtn {
    background: #2c72ce;
    border: 1px solid #1c5db3;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.52rem 1.25rem;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.avatar-block {
    width: 96px;
    height: 96px;
    margin: 20px;
}

.avatar-block img {
    border: 5px solid rgba(230, 230, 230, 0.3);
    border-radius: 100%;
    width: 96px;
    height: 96px;
}

.profile-block h4 {
    font-weight: 600;
}

.rollno {
    font-weight: 500;
}

.profile-block h4,
.rollno {
    color: #2460b5;
}

.profile-block p {
    margin-bottom: 10px;
}

.st-subdetails p {
    display: flex;
}

.profile-block {
    background: #eff6ff;
    width: 100%;
    display: flex;
    align-items: center;
}

.stblock-action {
    margin: 0;
}

.stblock-action li {
    display: inline-block;
    margin-left: 20px;
}

.stblock-action li a {
    display: block;
    background: #2460b5;
    color: #fff;
    padding: 7px 18px;
    border-radius: 25px;
}

.stblock-action li a:hover {
    color: #c0d4ff;
    background: #144ea0;
}

.emergency-contact {
    background: #eff6ff;
    color: #2460b5;
    padding: 8px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.emergency-contact h4 {
    margin: 0;
    font-size: 18px;
}

.st-subdetails p span {
    margin-right: 8px;
}

.st-subdetails i {
    color: #2f68b9;
}

.mt-2x {
    margin-top: 1.5rem;
}

.ctmtable-striped > tbody > tr:nth-of-type(2n + 1) {
    background: rgba(255, 255, 255, 1);
}

.table-striped,
.ctmtable-striped > tbody > tr:nth-of-type(2n) {
    background: #fafbfd;
}

.table-card tr a,
.ctmtable-striped tr a {
    color: #212529;
    text-decoration: none;
}

.ctmtable-striped tr a:hover {
    color: #5583c4;
}

.table-card tr a,
.stblock-action li a {
    transition: all 200ms ease-in-out;
}

.card-wrap .nav-tabs {
    background: #eff6ff;
}

.card-wrap .nav-tabs li button {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.mr-0 {
    margin-right: 0;
}

.tbl-date input {
    border: 1px solid #f1f6fe;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px 8px;
    font-size: 14px;
}

.tbl-date {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.tbl-date i {
    background: #f1f6fe;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 18px;
    padding: 8px 10px;
}

.radio-wrap div {
    margin: 10px;
}
.career-section .radio-wrap div {
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.check-wrapper,
.radio-wrap {
    display: flex;
}

.check-wrapper div {
    margin-right: 20px;
}

.check-wrapper .form-check-input {
    margin-left: 0;
}

.sm-headline h5 {
    margin: 0;
}

.tbl-buttons {
    margin-left: auto;
}

.tbl-buttons ul li {
    display: inline-block;
    margin: 8px;
}

.icon-wrap {
    background: #d0e2fa;
    color: #0e4faa;

    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.icon-wrap i {
    /* border-right: 1px solid #ecf1fa; */
    /* background: #d0e2fa; */
    padding: 0px 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 10px;
    display: inline-flex;
    /* margin-right: 5px;
    /* color: #0e4faa; */
    font-size: 20px;
}
.icon-wrap:hover {
    background: #e12798;
    color: #fff;
    /* padding: 0.1px 0.1px; */
}

.tbl-buttons ul li a span {
    padding: 3px 8px 3px 0px;
}

/* new edit */

.content-wrapper {
    padding: 1.5rem;
}

.block-header p {
    /* margin-bottom: 10px; */
    margin-bottom: 0;
    color: #858585;
}

.grid-mar .batch-form {
    display: flex;
    justify-content: space-between;
}

.batch-form .col-md-3 {
    display: flex;
}

.batch-form label {
    white-space: nowrap;
    font-weight: 500;
    color: #000;
}
.batch-form .row {
    --bs-gutter-y: 1rem;
}
.batch-form .input-group {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.batch-form input {
    padding: 10px;
}

.batch-form input::placeholder {
    color: #848484;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
}

.batch-form .input-group .form-control {
    border: none;
    padding: 10px;
    outline: none;
}

.batch-form textarea {
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    font-size: 0.8125rem;
}

.batch-form textarea::placeholder {
    color: #848484;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
}

.batch-form .row {
    align-items: center;
}
/* increasing the size of input number up down button start*/
/* .batch-form input[type="number"] {
    outline: none;
    -moz-appearance: textfield;
}
.batch-form input[type="number"]::-webkit-inner-spin-button,
.batch-form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
} */
/* increasing the size of input number up down button end*/
/* .batch-card {
    background: #ffffff;
    padding: 12px 18px;
    border: 1px solid #848484;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.batch-card {
    background: #fff;
    padding: 12px 18px;
    border: 1px solid #d9e8ff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.batch-card:hover {
    background: #2367c7;
}
.batch-card:hover h4,
.batch-card:hover .fa-solid {
    color: #ffffff;
}
.card-tip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.card-tip h4 {
    color: #2367c7;
    font-size: 14px;
    margin-bottom: 0;
}
.batch-card .fa-solid {
    color: #2367c7;
}

.igt-calender {
    padding: 0px !important;
    margin-right: 10px;
    background-color: #fff !important;
    border: none !important;
}

/* .flatpickr-input {
    background: none !important;
} */

.input-group-text img {
    width: 15px;
    height: 15px;
}

.button-section {
    gap: 20px;
}

.button-section button {
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.button-section button:nth-child(1) {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #030e1e;
    transition: background 0.3s ease, color 0.3s ease;
}

.button-section button:nth-child(1):hover {
    background: #e12798;
    border: 1px solid #e12798;
    color: #fff;
}
.button-section a:last-child button {
    transition: background 0.3s ease, color 0.3s ease;
}
.button-section a:last-child button:hover {
    background: #104ea3;
    border: 1px solid #104ea3;
    color: #fff;
}

.button-section button:nth-child(2) {
    background: #2367c7;
    border: 1px solid #2367c7;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
}
.button-section button:nth-child(2):hover {
    background: #104ea3;
    border: 1px solid #104ea3;
    color: #fff;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    color: #fff;
    transform: rotate(180deg);
}

.sidebar .nav .nav-item:hover .menu-title {
    color: #e8ebfa !important;
}

.sidebar .nav .nav-item:hover .menu-arrow::before {
    color: #e8ebfa !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
    color: red;
}

.content-wrapper-bg {
    /* background: #f4f7ff !important; */
    background: #fff !important;
    height: 100%;
}
.admin-breadcrumb {
    display: flex;
    gap: 10px;
}
ul.admin-breadcrumb li + li::before {
    padding-right: 8px;
    color: black;
    content: "\f105";
    font-family: FontAwesome;
}
ul.admin-breadcrumb li a:hover {
    text-decoration: underline;
}
ul.admin-breadcrumb li {
    font-size: 14px;
    font-weight: 400;
}
.card-wrap-bs-none {
    box-shadow: none;
}

.card-heading h4 {
    font-weight: 700;
    font-size: 1.13rem;
}

.card-heading-link {
    color: #e62395;
    text-decoration: none;
}

.form-select:focus {
    box-shadow: none !important;
}

.form-select:focus-visible {
    box-shadow: none !important;
}

.filter-btnwrap .input-group {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    margin: auto;
    line-height: normal;
}
.filter-btnwrap .filter-row .input-group,
.filter-btnwrap .activity-fltr-wrap .input-group {
    min-width: auto;
}
/* .activity-fltr-wrap .input-group {
    padding: 14px;
} */
.fltr-calendar label {
    margin-bottom: 5px;
}
.fltr-search-wrap {
    margin-top: 27px;
}

.filter-btnwrap .input-group span i {
    color: #e5e5e5;
    margin-right: 10px;
}

.filter-btnwrap .input-group .form-control {
    border: none;
    padding: 0;
    color: #e5e5e5;
}

.filter-btnwrap .input-group select {
    background: none;
    border: none;
    color: #848484;
    font-size: 12px !important;
    padding: 0px 5px;
}

.filter-btnwrap .show-select {
    width: 70px;
    color: #030e1e !important;
    border-color: #e5e5e5;
    padding: 3px 8px !important;
    background-color: #cbd9ff;
    font-size: 1rem !important;
}

.filter-btnwrap .refresh-btn {
    background: #dde6ff;
    padding: 9px;
    border: 1px solid #cbd9ff;
    border-radius: 4px;
    width: min-content;
    line-height: normal;
}

.refresh-btn img {
    width: 18px;
}

.filter-btnwrap .filter-btn a i {
    color: #699ae2;
    margin-right: 10px;
}

.filter-btnwrap .filter-btn a span {
    color: #030e1e;
}

.filter-btnwrap .d-flex .form-select {
    padding: 10px !important;
    background-color: #cbd9ff;
}

.filter-btnwrap .form-select {
    color: #e5e5e5;
    border-color: #e5e5e5;
    font-size: 0.8125rem;
    padding: 10px;
}

.filter-btnwrap .input-group .form-control {
    color: #848484;
}

.filter-btnwrap .input-group .form-control::placeholder {
    color: #848484;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
}

.show-section .show-select {
    width: 60px;
    color: #030e1e !important;
    border-color: #e5e5e5;
    padding: 3px 8px;
    background-color: #cbd9ff;
}

.card-session {
    box-shadow: 0 7px 8px 0px rgb(0, 0, 0, 0.03);
    overflow: hidden;
    border-radius: 0px 12px 12px 0px;
}

.card-session-header {
    background: #e62395;
    padding: 12px;
    border-radius: 12px 12px 0px 0px;
}

.card-session-header h4 {
    color: #fff;
}

.card-session-header p {
    margin-bottom: 0;
    color: #ffc7e8;
    font-size: 14px;
}

.card-session-header i {
    font-size: 22px;
    color: #fff;
}

.card-session-header .dropdown-menu i {
    font-size: 12px;
    color: grey;
    margin-right: 10px;
}

.card-session-body {
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 12px 12px;
}

.card-session-body i {
    margin-right: 10px;
    color: #e62395;
    font-size: 14px;
}
.batch-list-data {
    padding: 10px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
}
.batch-list-data tr td:nth-child(1) {
    font-weight: 700;
    font-size: 14px;
}
.batch-list-data tr td:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
}
.batch-list-data tbody,
.batch-list-data td,
.batch-list-data tfoot,
.batch-list-data th,
.batch-list-data thead,
.batch-list-data tr {
    border-style: none;
}
.batch-list-data .field {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
}
.field p:nth-child(1) {
    width: 90px;
    flex-shrink: 0;
}
.field p:nth-child(2) {
    margin-left: 10px; /* Align the second <p> element to the start of the flex container */
    margin-right: auto;
}

.card-session-body .col-md-6:nth-child(1) p {
    font-weight: 700;
    font-size: 14px;
}

.card-session-body .col-md-6:nth-child(2) p {
    font-weight: 500;
    font-size: 14px;
}

.card-session-body .col-md-12 h4 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
}

.bg-header {
    background: none;
    padding: 15px;
}

.bg-header h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.status-table {
    background: #1aac4c;
    color: #fff;
    padding: 3px 15px;
    border-radius: 4px;
    text-decoration: none;
}
.status-table:hover {
    color: #ffe9f6;
}
.name-table {
    margin-left: 10px;
}

.name-table p:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.name-table p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7d7d7d;
}
.list-secondary {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7d7d7d;
}
.tbl-buttons select {
    width: 40%;
    margin-left: 10px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.tbl-buttons .export-button button {
    border-radius: 4px;
    border: 1px solid #bcbcbc !important;
    background: none;
    color: #bcbcbc;
    padding: 5px;
}

.tbl-buttons .export-button button:hover {
    background: #dde6ff;
    color: #bcbcbc;
    border-color: #cbd9ff !important;
}

.tbl-buttons .export-button i {
    background: none;
    margin-right: 5px;
    color: #bcbcbc;
}

.tbl-buttons .export-button img {
    margin-right: 10px;
    width: 20px;
}

.form-floating > .bi-calendar-date + .datepicker_input + label {
    padding-left: 3.5rem;
    z-index: 3;
}

/* sign in css */

article {
    display: block;
}

.page-center {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
    -ms-flex-direction: column;
    display: flex;
    background: #eff0f6;
    justify-content: center;
    align-items: center;
}

center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sign-up__title {
    font-size: 32px;
    line-height: 1.06;
    letter-spacing: 1px;
    color: #171717;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.06;
    font-family: "Inter", sans-serif;
    width: 80%;
    margin-inline: auto;
}

.sign-up__subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #171717;
    font-family: "Inter", sans-serif;
}

.form {
    box-shadow: 0 5px 10px rgb(160 163 189 / 10%);
    border-radius: 10px;
    padding: 40px 40px 56px;
    background-color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.form-label-wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}

label {
    cursor: pointer;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #171717;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-family: "Inter", sans-serif;
}
.form-block .form-label {
    font-weight: 600;
    font-size: 16px;
}
.form-input {
    border-radius: 8px;
    border-width: 0;
    margin-bottom: 15px;
    padding: 5px 16px;
    height: 44px;
    background: #eff0f6;
    min-height: 40px;
    width: 100%;
    border: solid transparent 2px !important;
}

.form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #b1b1b5;
    /* color: #d6d7e3; */
    font-family: "Inter", sans-serif;
}

.forget-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    border-bottom: dashed 1px transparent;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

.link-info {
    color: #5887ff !important;
}

.form-checkbox-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    width: max-content;
    margin-bottom: 20px;
}

.form-checkbox {
    margin-right: 12px;
    min-height: auto;
    border-radius: 6px;
    background-color: #eff0f6;
    border: solid transparent 2px !important;
}

.form-checkbox-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.71;
    color: #767676;
}

.form-btn {
    width: 100%;
    border: 2px solid transparent !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
}

.primary-default-btn {
    background-color: #2f49d1;
    color: #fff;
}
.form-custom-image {
    box-shadow: 0 5px 10px rgb(160 163 189 / 10%);
    border-radius: 10px;

    padding: 40px 40px 56px;
    background-color: #fff;
    text-align: left;
    height: 100%;
}
.custom-image-from-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.custom-image-from-wrap .form-custom-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* modal add course css */

.modal-header {
    background: #2367c7;
    color: #fff;
}

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

.modal-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 16.94px;
}

.modal-header p {
    font-size: 14px;
    font-weight: 400;
    color: #71a4ed;
    margin-top: 10px;
}

.modal-header a i {
    background: #2367c7;
    border-radius: 100%;
    padding: 5px 8px;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
}
.modal-header a:hover i {
    background: #fff;
    border-radius: 100%;
    padding: 5px 8px;
    border: 2px solid #fff;
    color: #2367c7;
}

.modal-body .col-md-3 {
    display: flex;
    align-items: center;
}

.modal-body .batch-form label {
    font-weight: 700;
    margin: unset;
}

.modal-body i {
    color: #e62395;
}

.modal-body .form-control {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.modal-body .batch-form .form-control::placeholder {
    color: #848484;
}

.modal-body .batch-form select::placeholder {
    color: #dbdbdb;
}

.modal-body textarea {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
}

.modal-body .batch-form textarea::placeholder {
    color: #dbdbdb;
}

.modal-body .batch-form select {
    padding: 10px;
    color: #848484;
}

.modal-body .form-check {
    margin-top: 0;
    margin-bottom: 0;
}

/* .modal-body .form-check-input:checked {
    background-color: #e62395;
    border-color: #e62395;
    padding: 0;
} */

.modal-body .form-check-label {
    font-weight: 400 !important;
}

.modal-footer {
    /* padding: 0 22px 22px 22px !important; */
    padding: 0 16px 16px 16px !important;
    border-top: none;
}

.modal-footer .row {
    margin: 0;
}

.modal-footer button {
    white-space: nowrap;
    border-radius: 6px;
    padding: 0.7rem 1.5rem !important;
}

.modal-footer .col-md-6:nth-child(1) {
    padding-left: 0;
}

.modal-footer .col-md-6:nth-child(2) {
    padding-right: 0;
}

.modal-footer .col-md-6 .btn-secondary {
    background: #bcbcbc;
    color: #000;
    border: 1px solid #bcbcbc;
    transition: all 0.3s ease;
}
.modal-footer .col-md-6 .btn-secondary:hover {
    background: hsl(0, 0%, 84%);
    color: #000;
    border: 1px solid hsl(0, 0%, 80%);
}

.modal-footer .col-md-6 .btn-primary {
    background: #2367c7;
    border: 1px solid #2367c7;
    transition: all 0.3s ease;
}
.modal-footer .col-md-6 .btn-primary:hover {
    background: hsl(215, 70%, 60%);
    border: 1px solid hsl(215, 70%, 56%);
}

.modal-footer .col-md-6 .btn-primary:active {
    border-color: #2367c7 !important;
    background: #2367c7 !important;
}

.modal-footer .col-md-6 .btn-primary:focus {
    border-color: #2367c7 !important;
    background: #2367c7 !important;
}

@media (min-width: 576px) {
    #editLeaveApprovalModal .modal-dialog,
    .modal-dialog-width {
        max-width: 620px !important;
        margin-right: auto;
        margin-left: auto;
    }
}
.large-modal-form .form-input-wrap {
    width: 100%;
}
.icon-button {
    padding-left: 0;
    margin-bottom: 0px;
}

.icon-button li {
    margin-right: 10px;
}

.icon-button li a:hover {
    background: none;
}

.icon-button li a:hover i {
    color: #424c5a;
}

.add-button {
    background: #cbd9ff;
}

.add-button a {
    text-decoration: none;
    color: #030e1e;
}

/* dropdown */

.dropdown-toggle::after {
    display: none;
}

.dropdown-export {
    position: relative;
    display: inline-block;
}

.dropdown-content-export {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 1;
}

.dropdown-content-export ul {
    padding-left: 0px;
    margin-bottom: 0;
    width: min-content;
    border: 1px solid #bcbcbc;
    margin-top: 5px;
    border-radius: 4px;
}

.dropdown-content-export ul li {
    padding: 0px 8px;
    margin: 5px;
    border-color: #cbd9ff;
    border-radius: 4px;
}

.dropdown-content-export ul li:hover {
    background: #dde6ff;
}

.dropdown-content-export ul li a {
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: grey;
}

.dropdown-export:hover .dropdown-content-export {
    display: block;
}

.dropdown-content-logout {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 1;
    right: 0;
}

/* tabs  */

.nav-tabs {
    border-bottom: 1px solid #ebedf2;
}
/* attendence student nav tab */
.attendence-nav-tabs .nav-tabs .nav-link.active {
    border-color: #f4f7ff #f4f7ff #e62395 !important;
    color: #e62395 !important;
}
.attendence-nav-tabs .nav-tabs .nav-link:hover {
    border-color: #f4f7ff #f4f7ff #e62395 !important;
}
.attendence-nav-tabs .nav-tabs {
    gap: 2rem;
}
.attendence-nav-tabs .nav-tabs .nav-link {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.border-block {
    border: 1px solid #edf3fb;
    border-radius: 4px;
}
.block-header {
    background: var(--clr-card-bg);
    display: flex;
    align-items: center;
    padding: 10px 20px !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 25px;
}
.bg-none {
    background-color: transparent !important;
    padding: 0 !important;
}
.career-section .block-header {
    background: #edf3fb;
    display: flex;
    align-items: center;
    padding: 0 10px !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 0;
}
.sd-progress-block {
    padding: 20px 30px;
    background: #f9fbff;
}
.career-section .block-header h4,
.career-section .block-header h5 {
    padding: 10px 0;
}
.career-section .block-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.sd-progress {
    height: 20px;
}
.progress {
    border-radius: 3px;
}
.arrow {
    display: flex;
}
.arrow-block {
    width: 20%;
    text-align: center;
}
.arrow-block .block {
    margin: 0 auto;
    background: #485859;
    height: 15px;
    width: 2px;
    margin-top: 5px;
}
.block-body {
    background: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 15px;
}
.sd-progress .progress-nc {
    background: none;
}
.at-date {
    padding: 8px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}
.radio-wrap {
    display: flex;
}
.radio-wrap div {
    margin: 10px;
}
.present {
    color: rgb(35, 182, 121);
    font-size: 14px;
}
.btn-wrap {
    /* text-align: right; */
    margin-top: 25px;
}
.absent {
    color: rgb(201, 25, 25);
    font-size: 14px;
}
.btn-ctm-save {
    background: #2367c7;
    border: 1px solid #2367c7;
    border-radius: 0.1875rem;
    padding: 10px 40px !important;
}
.career-section .form-group label {
    font-size: 16px;
    font-weight: 500px;
}
.career-section .form-check {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.career-section .ui-checkbox .block-body .form-group .form-check .btn-sm {
    float: right;
    color: white;
}
.career-section .btn-sm {
    background: #2367c7 !important;
    border: 1px solid #2367c7 !important;
    border-radius: 0.1875rem;
    padding: 8px !important;
    font-size: 12px !important;
}
.sp-button-five {
    padding: 8px !important;
}
#sp-comment-one,
#sp-comment-two,
#sp-comment-three,
#sp-comment-four,
#sp-comment-five {
    display: none;
}
/* attendence student nav tab */
.nav-tabs .nav-link.active {
    border-color: #f4f7ff #f4f7ff #2367c7 !important;
    border-width: 2px;
    background-color: unset !important;
    color: #2367c7 !important;
}

.nav-tabs .nav-link:hover {
    border-color: #f4f7ff #f4f7ff #2367c7 !important;
}

.nav-tabs .nav-link {
    font-size: 14px;
    color: #e62395;
    font-weight: 600;
}

/* .pagination */
nav .pagination {
    margin-top: 25px;
}
.pagination-section .navigation span {
    border-radius: 4px;
}

.pagination-section .bg-white {
    text-decoration: none !important;
}

.pagination-section .hidden div:nth-child(2) {
    width: fit-content;
}

.pagination-section .hidden div:nth-child(1) p {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 28px;
}

.pagination-section .hidden div:nth-child(2) span {
    border-radius: 4px;
    padding: 5px !important;
    margin: 0px 5px;
    display: inline-block;
}

.pagination-section .hidden div:nth-child(2) a {
    border-radius: 4px;
    padding: 5px !important;
    margin: 0px 5px;
}

.pagination-section .hidden div:nth-child(2) span a {
    text-decoration: none;
}

.pagination-section .hidden div:nth-child(2) svg {
    width: 25px;
    border-radius: 4px;
}

/* present absent */

.attendance-toggle .form-check-input:checked {
    background-color: #1aac4c;
    border-color: #1aac4c;
}

/* alert message */

.alert-danger {
    display: flex;
    padding: 10px 10px !important;
    border: none !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 14px !important;
}
.alert-success {
    display: flex;
    padding: 10px 10px !important;
    border: none !important;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    /* margin-bottom: 0 !important; */
}

.alert-danger button {
    border: none !important;
    background: none !important;
    font-weight: 700;
    color: red !important;
}

.alert-danger ul {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
}

.alert-danger ul li {
    font-size: 14px !important;
    color: red !important;
    text-align: left;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.alert-danger ul li::before {
    content: "\f06a";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 22px;
    width: 1.3em;
}

.alert-success {
    background: #1aac4c !important;
    display: flex;
    padding: 10px 10px !important;
    border: none !important;
    /* font-size: 14px !important; */
    /* margin-bottom: 0 !important; */
    color: #fff !important;
}

.alert-success button {
    border: none !important;
    background: none !important;
    color: #fff !important;
    font-weight: 700;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px !important;
}

.alert-dismissible .btn-close {
    padding: 10px !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px !important;
}

.alert-success strong {
    /* margin-right: 20px; */
    color: #fff !important;
}

.quiz-section-card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #cadcf5;
    display: flex;
    align-items: center;
    color: #000;
    gap: 20px;
    width: fit-content;
}
.quiz-section-card i {
    font-size: 20px;
    transition: color 0.3s ease;
}

.quiz-section-card .icon {
    margin-right: 10px;
}

.quiz-section-card h4,
.video-section h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.quiz-section-card h4 {
    margin: 0;
}
.quiz-section-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    color: #848484;
    margin-bottom: 0;
}
a.quiz-section-card {
    transition: all 0.3s ease;
    background: #dde6ff !important;
}
a.quiz-section-card:hover {
    background: #2367c7 !important;
    color: #fff !important;
}
a.quiz-section-card:hover h4,
a.quiz-section-card:hover p {
    color: #fff !important;
}

.video-section a {
    background: #f8faff;
    border: 1px solid #cadcf5;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
}
.video-section a:hover {
    transition: all 300ms ease-in-out;
    background: #d7e8ff;
}
.para p {
    margin: 0;
}
.video-section a:last-child {
    margin-bottom: 0;
}

.quiz-section a {
    text-decoration: none;
}

.quiz-section .col-md-8 .col-md-6 {
    padding-right: 0;
}

.video-section {
    border: 1px solid #cadcf5;
    border-radius: 10px;
    background: #fff;
}

.quiz-section-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.quiz-section-grid a {
    grid-row-end: auto;
}

.quiz-section-grid .para i {
    color: #000;
    font-size: 14px;
}

.quiz-section .para .fa-ellipsis-vertical {
    color: #000;
}

.quiz-section .para .dropdown-menu i {
    font-size: 12px;
    margin-right: 10px;
}

/* dropdown menubar -- for hover*/

.dropdown-export-menu {
    position: relative;
    display: inline-block;
}

.dropdown-export-menu a {
    margin: 0 !important;
}

.dropdown-export-menu button {
    border: none;
    background: none;
    color: grey;
}

.dropdown-export-menu button i {
    font-size: 12px !important;
}

.nav-profile .dropdown-content-export-menu {
    top: 40px;
}

.dropdown-content-export-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 1;
    right: 0;
    top: 29px;
    border-radius: 4px;
}

.dropdown-content-export-menu ul {
    padding-left: 0px;
    margin-bottom: 0;
    width: min-content;
    border-radius: 4px;
    border: 2px solid #f4f7ff;
}

.dropdown-content-export-menu ul li {
    padding: 10px 20px;
    white-space: nowrap;
}

.dropdown-content-export-menu ul li:nth-child(odd) {
    background: #fff;
}

.dropdown-content-export-menu ul li:nth-child(even) {
    background: #f4f7ff;
}

.dropdown-content-export-menu ul li:hover {
    background: #dde6ff;
}

.dropdown-content-export-menu ul li a {
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: grey;
}

.dropdown-export-menu:hover .dropdown-content-export-menu {
    display: block;
}

/* new table */

.table-details .table {
    border: 1px solid #e8ebfa;
    border-radius: 6px;
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 0;
}

.table-details .table thead th {
    border-bottom: #ebedf2;
}

table tr:last-child {
    border-bottom: #fff;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.table-installment tr:first-child th:first-child {
    border-top-left-radius: 0px;
}

table tr:first-child th:last-child,
table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

.table-installment tr:first-child th:last-child {
    border-top-right-radius: 0px;
}
.student.active {
    background: aliceblue;
}
.table-details table thead th {
    font-size: 14px;
    line-height: 1.6;
}

.table-details table tbody td {
    padding: 6px;
    vertical-align: top;
    color: #030e1e;
    font-weight: 500;
    font-size: 14px;
}

.table-details table tbody td a {
    vertical-align: top;
    color: #030e1e;
    font-weight: 600;
    cursor: pointer;
}
.counselling-icons {
    padding: 10px;
    background: #e9ecef;
}
.table-details table tbody td a i {
    font-size: 13px;
}

.table-date {
    padding: 5px !important;
}

.table-date input {
    padding: 3px;
    font-size: 13px;
    line-height: unset;
}

.table-date select::placeholder {
    color: #858585;
}

.table-date select {
    padding: 3px;
    font-size: 13px;
    color: #858585;
}

.table-details .action-icons a {
    padding: 0;
}

.table-details .action-icons a i {
    font-size: 13px;
    color: #848484;
}

.table-details .action-icons a i:hover {
    color: #000;
}

.table-details table td img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.table-installment {
    border-collapse: collapse !important;
}

/* attendance calender */
.fc .fc-button-primary {
    background-color: #5c60c8;
    border-color: #5054ba;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #5053a0;
    border-color: #5053a0;
    color: var(--fc-button-text-color);
}
.fc-today-button {
    background-color: #5053a0 !important;
    /* opacity: 1 !important; */
}
.fc .fc-today-button:disabled {
    opacity: 0.8;
}
.fc-h-event {
    background-color: transparent;
    border: 1px solid transparent;
    display: block;
}
.fc-h-event .fc-event-main {
    color: red;
}
.attendance-calender .input-group {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    margin: auto;
    line-height: normal;
}

.attendance-calender .input-group .form-control {
    border: none;
    padding: 0;
    color: #e5e5e5;
}

.attendance-calender .input-group span i {
    color: #e4e4e4;
    margin-right: 10px;
}

/* quiz adding  */

.quiz-answer-image {
    width: 200px;
}

.quiz-answer-image img {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 5px;
}

.quiz-add .col-md-2 {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: min-content;
}

.active-button {
    border: none;
    background: #1aac4c;
    color: #ffffff;
    border-radius: 4px;
    padding: 3px 15px;
    width: fit-content;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.active-button i {
    margin-right: 10px !important;
}
.count_status {
    padding: 3px 10px;
    background-color: #1aac4c;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}
.count_unpaid {
    padding: 3px 10px;
    background-color: #de1212;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}
.custom-tooltip {
    --bs-tooltip-bg: #2367c7;
}
.custom-tooltip-unverified {
    --bs-tooltip-bg: #de1212;
}

p.active-button,
p.deactive-button,
p.verified-button,
p.unverified-button {
    font-size: 12px;
}
.deactive-button {
    border: none;
    background: #de1212;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    width: fit-content;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

p.deactive-button {
    font-size: 12px;
}
.unpaid-email i {
    color: #fff;
}
.active-button .fa-circle-check {
    color: #a6f2c0;
    color: #c6fbd8;
}
.unpaid-email i.fa-envelope {
    color: #de1212;
}
.verified-button {
    border: none;
    background: #1aac4c;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    width: fit-content;
    margin-bottom: 0;
}

.unverified-button {
    border: none;
    background: #c3bbbb;
    color: #555;
    border-radius: 4px;
    padding: 3px 8px;
    width: fit-content;
    margin-bottom: 0;
}

.quiz-add label {
    white-space: nowrap;
}

.quiz-add .input-group .form-control::placeholder {
    color: #848484 !important;
}

.quiz-add .input-group {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    margin: auto;
    line-height: normal;
}

.quiz-add .input-group span {
    font-size: 10px;
}

.quiz-add .input-group select {
    background: none;
    border: none;
    color: #848484;
    font-size: 13px !important;
    padding: 0;
}

.quiz-add .input-group input {
    color: #848484;
}

.quiz-add .input-group span i {
    color: #e4e4e4;
    margin-right: 10px;
}

.quiz-add .input-group .form-control {
    border: none;
    padding: 0;
    color: #848484;
}

.quiz-add .input-group .form-control::placeholder {
    color: #e5e5e5;
}

.quiz-add .date-quiz .input-group {
    padding: 0px;
}

.quiz-add .date-quiz .input-group .form-control {
    padding: 10px;
}

.input-group-text {
    border: none;
}

.quiz-add .date-quiz .input-group .input-group-text {
    border: none !important;
}

.quiz-add .form-check .form-control {
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.quiz-add .form-check .form-control::placeholder {
    color: #848484;
}

.quiz-add .form-check input::placeholder {
    color: #e4e4e4;
}

#upload-image-block {
    display: none;
}

#text-question-block {
    display: none;
}

#fifth-option {
    display: none;
}

.quiz-add .add-button {
    border: 1px solid #2367c7;
    background: #2367c7;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
}

.add-more-block {
    border-top: 1px solid #d5d5d5;
}

.quiz-add .col-md-11 {
    padding-left: 45px;
}

.quiz-add textarea {
    padding: 10px;
    border: 1px solid #d9d9d9;
}

/* bootstrap dropdown */

.dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-toggle::after {
    color: grey;
}

.dropdown-menu {
    min-width: unset;
    z-index: 9999;
}

.dropdown-menu[data-bs-popper] {
    top: 35px !important;
    right: 0 !important;
    position: absolute;
    left: unset;
}

.btn-secondary:hover {
    background: none;
    border-color: none;
}

.btn-secondary:active {
    background: none;
    border-color: none;
    box-shadow: none !important;
}

.btn-secondary:focus {
    background: none;
    border: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    padding: 0;
    width: min-content;
    border-radius: 4px;
    border: 2px solid #f4f7ff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.dropdown-menu li {
    padding: 0px;
}
.dropdown-menu li a {
    padding: 10px 20px;
}

.dropdown-menu li:hover {
    background: #dde6ff !important;
}

.dropdown-menu li a {
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: grey;
    padding: 10px 20px;
}

.dropdown-menu li a:hover {
    background: none;
}

.dropdown-menu li:nth-child(odd) {
    background: #f4f7ff;
}

/* finance */
.finance-section h4,
.finance-section p {
    margin-bottom: 0;
}
.total_paid span {
    color: #fff;
    font-weight: 600;
    background: #1aac4c;
    padding: 3px 4px;
    border-radius: 25px;
}
.total_unpaid span {
    color: #fff;
    font-weight: 600;
    background: #de1212;
    padding: 3px 4px;
    border-radius: 25px;
}
.modal-dialog-finance {
    max-width: 1000px;
}

.calender-table {
    width: unset !important;
    height: unset !important;
    border-radius: unset !important;
}

.attendance-calender input {
    color: #848484 !important;
}

.table-image img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.finance-modal-icon {
    color: #848484 !important;
}

.btn-info {
    background: #dde6ff;
    border: 1px solid #cbd9ff;
    border-radius: 4px;
}

.btn-info:hover {
    background: #dde6ff;
    border: 1px solid #cbd9ff;
    border-radius: 4px;
}

.finance-paid {
    width: max-content;
}

.filter-btnwrap option {
    min-height: 40px !important;
    padding: 40px !important;
    margin-left: 20px;
}
.filter-group,
.refresh-group {
    background: #cbd9ff !important;
    border: 1px solid #e5e5e5;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    margin: auto;
    line-height: normal;
}
.filter-group img {
    color: #e5e5e5;
    margin-right: 10px;
}
.filter-group a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.label-inst {
    white-space: nowrap;
}

.extend-button button {
    padding: 7px;
    background: #2367c7 !important;
    color: #fff !important;
}

.select-table {
    color: #848484 !important;
}

.select-table::placeholder {
    color: red;
}

.block-header-pdf .brand-logo-mini {
    width: 45px;
}

.block-header-pdf .brand-logo-mini img {
    width: 100%;
}

.block-header-pdf .pdf-heading h4 {
    font-size: 30px;
    font-weight: 700;
}

.block-header-pdf .pdf-email h6 {
    font-weight: 700;
}

.table-pdf th {
    padding: 7px !important;
    font-size: 12px !important;
    text-align: center;
}

.table-pdf td {
    padding: 1px !important;
    font-size: 12px !important;
    text-align: center;
}

.table-pdf td p {
    margin-bottom: 0;
    font-size: 13px;
}

.installment-name label {
    font-size: 18px;
}

.installment-name p {
    font-size: 16px;
}

.installment-head {
    font-size: 14px;
}

.bh-relative {
    position: relative;
}

.bh-absolute {
    position: absolute;
    right: -35px;
    top: -35px;
}

.table-install {
    border: none !important;
    margin-bottom: 0;
}

.table-install td {
    border-bottom-width: 0;
    font-size: 14px !important;
}

.table-responsive .form-check i {
    color: #212529;
}

.main-panel-table {
    overflow: hidden;
}

.tbl-buttons .back-button {
    color: #848484;
    background: none;
}

.tbl-buttons .back-button:hover {
    color: #555555;
}

.checkbox-table {
    margin-left: 5px;
}
/* filter btn css*/
.fltr-btn {
    border: none;
    background: none;
}

/* career counselling */
.sd-firstrow {
    display: flex;
    justify-content: space-between;
}
.sd-blocks .block-body {
    background: #f3f7fe;
}
.block-header h3 {
    font-weight: 600;
    font-size: 18px;
    padding: 6px 0;
    margin: 0;
}
.career-table table tr:first-child th:first-child {
    border-top-left-radius: 0;
}
.career-table .table td {
    padding: 10px 16px;
}
.career-table {
    background: #ffffff;
}
.attendance-head,
.career-counselling-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delete-btns {
    padding: 6px 12px !important;
    background: #e60000;
    color: #ffffff !important;
    border: none;
    border-radius: 6px;
}
.add-more-btn {
    background: #2367c7;
    border: 1px solid #2367c7;
    padding: 6px 12px;
    color: #ffffff;
    border-radius: 6px;
}
.technical-exam-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.technical-exam-checkbox .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.technical-exam-checkbox .form-check-input:focus {
    box-shadow: unset;
}
/* leave registration start */
.leave-register-wrap {
    background: var(--clr-card-bg);
    border-radius: 8px;
    padding: 35px;
}
.leave-registration header h1 {
    font-size: 2rem;
    font-weight: bold;
}
.leave-registration h2 {
    font-size: 22px;
}
.submit-wrap {
    justify-content: center;
}
.leave-registration .form-control::file-selector-button {
    padding: 7px 14px;
}
/* leave registration end */
/* leave approval start */
.leave-modal-body * {
    margin-bottom: 0;
}
.employee-details-wrap {
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.employee-details-wrap * {
    margin: 0;
}
.employee-info-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.leave-wrap h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #171717;
}
.leave-info-wrap * {
    margin: 0;
}
.leave-info-wrap {
    align-items: center;
}
.leave-wrap p {
    font-size: 16px;
}
.form-check-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 6px;
}

/* leave approval end */
/* leave request start */
.table-details .table {
    border: 1px solid #e3e4f7;
}

.table thead th {
    background: #eeefff;
}
.time-input {
    width: unset;
    max-width: 200px;
}
.time-input.flatpickr-input {
    width: unset;
    max-width: 70px;
}
.modal .time-input {
    width: unset;
    max-width: 100px;
}
.modal .time-input.flatpickr-input {
    width: unset;
    max-width: 70px;
}
/* .table-hour-list {
    max-width: 700px;
} */
.table-hour-list td {
    width: fit-content;
}

/* leave request end */
/* Employee profile start */
.section-heading {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-main {
    background-color: #dde6ff;
    border: 1px solid #cadcf5;
    color: var(--clr-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
}
.btn-main:hover {
    background-color: var(--clr-primary);
    color: #fff;
}

.btn-svg {
    padding: 5px 10px;
}
.btn-padding {
    padding: 12px 22px !important;
}
.btn-svg svg path {
    transition: fill 0.15s ease-in-out;
}
.btn-svg:hover svg path {
    fill: #fff;
}
.btn-trash {
    display: inline-block;
}
.btn-trash i {
    font-size: 16px !important;
    transition: color 0.3s ease;
}
.btn-trash:hover i {
    color: var(--clr-primary);
}
.profile-head {
    display: flex;
    gap: 30px;
}
.profile-img-wrap {
    max-width: 140px;
    max-height: 140px;
    object-position: center;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.profile-img-wrap img {
    width: 100%;
    height: auto;
}
.profile-name {
    color: #030e1e;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.profile-description {
    flex-grow: 1;
}
.profile-info-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
    gap: 20px;
}
.profile-info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    color: #030e1e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profile-info svg rect {
    transition: stroke 0.3s ease-in-out;
}
.profile-info:hover {
    color: var(--clr-accent);
}
.profile-info:hover svg rect {
    stroke: var(--clr-accent);
}
.no-hover:hover {
    color: unset;
}
.no-hover:hover svg rect {
    stroke: #030e1e;
}
.profile-text {
    color: var(--clr-text-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.expandMoreContent {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    position: relative;
}
.expandMoreContent.expand-active {
    height: auto;
    transition: height 0.5s ease-in-out;
    padding-top: 40px;
}

.expandMoreHolder {
    padding-top: 30px;

    text-align: right;
    background: rgba(255, 255, 255, 1);
}
.btn-expand-more {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    padding: 6px 8px;
    line-height: 1.2;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    display: inline-block;
}
.input-group .btn,
.btn {
    position: relative;
    z-index: 2;
}
.btn-search {
    background: #5c5fc7;
    border: 1px solid #5154bb;
    border-radius: 6px;
    color: #fff !important;
}
.btn-search:hover {
    background: #454792;
    border: 1px solid #3a3c88;
    transition: all ease-in-out;
}
.holiday-form-title label {
    margin-bottom: 10px;
    font-weight: 500;
}
.calender h3 {
    font-size: 20px;
    font-weight: 600;
}
.section-card-title h3 {
    color: var(--clr-text-black);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-card-title .section-card-heading,
.card-heading h3,
.normal-heading h3 {
    color: var(--clr-text-black);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-card-title {
    margin-bottom: 22px;
}
.profile-card-wrap {
    color: #030e1e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
}
.profile-info-block p {
    color: #030e1e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.img-card-size {
    max-width: 150px;
}
.personal-details {
    display: flex;
}
.personal-details :nth-child(1) {
    min-width: 120px;
    width: fit-content;
}

/* Employee profile end */
/* Employee form start*/

/* Employee form end */

/* calender start */
.fc-event {
    margin-bottom: 8px;
    padding: 4px;
}
.fc-event h4,
.fc-event p {
    margin-bottom: 0;
}
.fc-event h4 {
    font-size: 18px;
}
.fc-event p {
}
.fc .fc-col-header-cell-cushion {
    color: #000;
}
.fc .fc-col-header-cell-cushion[aria-label="Saturday"] {
    color: red;
}
.fc .fc-col-header-cell-cushion[aria-label="Sunday"] {
    color: red;
}
.fc .fc-daygrid-day-number {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.fc .fc-daygrid-day-top {
    display: flex;
    justify-content: center;
    color: #000;
}
.fc-day.fc-day-sun a,
.fc-day.fc-day-sat a {
    color: red;
}
.fc-day:has(.fc-event-main) a {
    color: red !important;
}

/*calender weekend background color*/
/* #calendar td.fc-day-sun,
#calendar td.fc-day-sat {
    background-color: #ff3380;
    border-color: blue;
} */

/*#calendar .fc-day-header[data-date="Sun"], #calendar .fc-day-header[data-date="Sat"] {*/
/*    color: red; !* Change to your desired color *!*/
/*}*/

/* calender end*/

@media only screen and (max-width: 480px) {
    .content-wrapper {
        padding-inline: 0.5rem;
    }
    .leave-register-wrap {
        padding-inline: 10px;
    }
    .submit-wrap button {
        width: 100%;
    }
    .profile-head {
        flex-wrap: no-wrap;
    }
    .profile-img-wrap {
        min-width: 65px;
        min-height: 65px;
        object-position: center;
        object-fit: cover;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 1;
        flex-basis: 70px;
    }
    .personal-details :nth-child(1) {
        min-width: 150px;
        width: fit-content;
    }
    .img-card-size {
        max-width: 100px;
    }
    .student-material-search .col-md-10 {
        width: 100% !important;
    }
    .admin-breadcrumb {
        display: none;
    }
    .attendance-head,
    .career-counselling-head {
        flex-direction: column;
        align-items: start;
    }
    .batchlist-card .col-md-6 {
        width: 50%;
    }
    .bg-color-nav-top .navbar .navbar-menu-wrapper {
        width: calc(100% - 280px) !important;
    }
    .pagination-section .hidden div:nth-child(2) span a {
        padding: 2px !important;
        margin: 0px;
    }
    .pagination-section
        .hidden
        div:nth-child(2)
        span
        .pagination-section
        .hidden {
        margin-bottom: 20px;
    }
    .table-details table tbody td a {
        font-size: 12px;
    }
    .list-secondary {
        font-size: 13px;
    }
    .table-details table thead th {
        font-size: 13px;
    }
    .name-table p:nth-child(1) {
        font-size: 13px;
    }
    .name-table p:nth-child(2) {
        font-size: 13px;
    }
    .search-section-wrap {
        column-gap: 20px;
        width: 100%;
    }
    .fc-toolbar-chunk {
        display: flex;
        row-gap: 10px;
        flex-wrap: wrap;
    }
    .fc .fc-toolbar {
        flex-wrap: wrap;
        gap: 10px;
    }
    .fc-header-toolbar .fc-toolbar-chunk:first-child {
        flex-basis: 120px;
    }
}

/* roles css */
.role-form {
    display: flex;
    align-items: center;
    background: #f1f7ff;
    margin: auto;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.role-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.role-form .form-control {
    background-color: #ffffff;
    line-height: 2;
}
.role-form .form-control:focus,
.role-form .form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.role-form .form-select {
    font-size: 14px;
    line-height: 2;
}
.role-form .form-check-label {
    font-size: 14px;
}
.role-table .table tbody td {
    padding: 8px;
}
/* roles arrow css */
/* .roles-back-arrow{
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    color: #E62395;
}
.roles-back-arrow p{
    margin-bottom: 0;
} */
.role-user-istutor {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* technical exam modal css */
.technical-modal-body h5,
.technical-modal-body label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}
.technical-form {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 20px;
}
.block-hide {
    display: none;
}
#date_hide {
    display: none;
}

.batch-transfer-indication {
    background: #23e6e5;
}
.physical-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
}
.not-available {
    color: #e70404;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 2rem;
}
.available-times {
    display: flex;
    gap: 1rem;
}
.time-slot {
    border: none;
    background: #2367c7;
    padding: 0.5rem 1rem;
    color: #ffffff;
    border-radius: 24px;
}
.cancel-modal {
    background: #e70404;
    opacity: 0.8;
    color: #ffffff;
}
.cancel-modal:hover {
    background: #e70404;
    opacity: 1;
    color: #ffffff;
}
.booking-modal-title {
    color: #ffffff;
}
.exam-types {
    margin: 1rem 0;
    display: flex;
    gap: 2rem;
}
.exam-types label {
    font-weight: 600;
}
.buttonload {
    display: none;
}
.displayBtn {
    display: block;
}
.displayEnqBtn {
    display: inline-block;
}
/*for absolutely positioning spinners*/
/* input[type="number"] {
    position: relative;
    padding: 5px;
    padding-right: 25px;
} */
/*
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
} */
/* dashboard section start */
.dash-card-wrap {
    background-color: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.03);
}
.info-card {
    padding: 18px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    background-color: #f5f6ff;
    border-radius: 12px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.03);
}
.info-card-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-card-head {
    color: #030e1e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.info-card-num {
    color: #2367c7;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.percent-up-down i {
    color: white;
    font-size: 8px;
}
.percent-up-down {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.percent-up-down span {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.arrow-wrap-up + span {
    color: #17b030;
}
.arrow-wrap-down + span {
    color: #ec174e;
}
.arrow-wrap-up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: hsl(130, 77%, 39%);
    flex-shrink: 0;
}
.arrow-wrap-down {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: hsl(345, 85%, 51%);
    flex-shrink: 0;
}
.info-card-month {
    color: #7d7d7d;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.info-card-date {
    color: #7d7d7d;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.course-chart-wrap {
    background-color: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.03);
}
.leave-list-wrap {
    background-color: #fff;
    padding: 0;
}
.leave-list-wrap h3 {
    color: #030e1e;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.table-details table th {
    padding-block: 15px;
}
.leave-list-wrap .checkbox {
    margin-right: 10px;
}
.leave-status {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.leave-status i {
    margin-right: 8px;
}
.approved i {
    color: hsl(141, 74%, 39%);
}
.rejected i {
    color: hsl(0, 81%, 51%);
}
.waiting i {
    color: hsl(43, 85%, 50%);
}
.partial i {
    color: #96be25 !important;
}
.today-attendance-overview h3 {
    color: #030e1e;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.present-absent-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px solid #e12e2e;
}
.present-num,
.absent-num {
    color: #1e1e1e;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.5%; /* 18.135px */
}
.present-num span {
    background: #1aac4c;
    padding: 3px 8px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.absent-num span {
    background: #e12e2e;
    padding: 3px 8px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.attendance-wrap {
    align-items: center;
}
.course-dash-card {
    height: 100%;
}
.course-dash-card > * {
    width: 100%;
}
.course-dash-card .info-card-date {
    flex-grow: 1;
}
.course-dash-card .info-card-date {
    padding-bottom: 10px;
}
.course-chart-wrap h3 {
    color: #030e1e;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.upcoming-courses-wrap {
    height: 400px;
    padding-right: 0;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.upcoming-courses-card {
    /* overflow-y: scroll; */
    height: 360px;
}
.upcoming-courses-card-head {
    padding-right: 18px;
}
.upcoming-courses-list-wrap {
    overflow-y: scroll;
    height: 300px;
    padding-right: 18px;
}
.aside-card-wrap h3 {
    color: #2764cc;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dash-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.dash-card-header > * {
    color: #9b9b9b;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.dash-card-header a {
    transition: color 0.3s ease;
}
.dash-card-header a:hover {
    color: hsl(215, 70%, 46%);
}
.upcoming-courses-list-item {
    padding-block: 10px;
    border-block: 1px solid #d8e6ff;
}
.upcoming-courses-list-item > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.list-item-head {
    margin-bottom: 8px;
}
.upcoming-courses-list-item h4 {
    color: #1e1e1e;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.5%; /* 18.135px */
    margin: 0;
}
.upcoming-courses-list-item span {
    background: #f1f7ff;
    padding: 3px 8px;
    border-radius: 25px;
    color: #2764cc;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.list-item-date-wrap {
    color: #9b9b9b;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.card-list-item {
    padding-block: 10px;
    border-block: 1px solid #d8e6ff;
    display: flex !important;
    flex-wrap: nowrap;
    /* justify-content: space-between; */
    gap: 15px;
}
.due-students-wrap {
    height: 460px;
    overflow: hidden;
}
.due-students-wrap .nav-tabs .nav-link.active {
    border-color: transparent transparent #e62395 !important;
    border-width: 2px;
    background-color: unset !important;
    color: #e62395 !important;
}
.due-students-wrap .nav-tabs .nav-link {
    font-size: 14px;
    color: #2764cc;
    font-weight: 600;
}
.due-students-wrap .nav-link:hover,
.nav-link:focus {
    color: #e62395;
}
.due-students-wrap .nav-tabs .nav-link:hover {
    border-color: #f4f7ff #f4f7ff #e62395 !important;
}
.card-avatar-img img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.card-avatar-desc > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.card-avatar-desc * {
    margin: 0;
}
.card-avatar-desc {
    flex-grow: 1;
}
.card-name-wrap {
    margin-bottom: 8px;
}
.list-item-date {
    margin-right: 8px;
}
.due-yellow {
    background-color: #e1b411;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}
.due-red {
    background-color: #ec1717;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}
.list-item-date-wrap {
    flex-wrap: wrap;
}
.custom-tooltip-dash {
    --bs-tooltip-bg: hsl(215, 70%, 46%);
    --bs-tooltip-color: var(--bs-white);
    text-align: left;
    white-space: pre-line;
    font-size: 12px;
}
.custom-tooltip-dash div {
    text-align: left;
}
/* .custom-tooltip-dash .tool {
    display: flex;
    flex-direction: column;
    gap: 10px;
} */
/* .card-list-wrap {
    animation: marquee 10s linear infinite;
}
.card-list-wrap:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
} */

/* dashboard section end */
@media (max-width: 494px) {
    .button-section {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
}
/* @media (min-width: 610px) {
    .total-info-wrap {
        margin-left: 1rem;
    }
} */
@media only screen and (max-width: 380px) {
    .profile-card-wrap .col-3 {
        width: 30%;
    }
    .profile-card-wrap .col-9 {
        width: 70%;
    }
}
@media screen and (min-width: 768px) {
    .counsel-input-wrap > * {
        width: 20%;
    }
}
@media screen and (max-width: 768px) {
    .leave-form-row {
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) {
    #sidebar {
        position: sticky !important;

        height: 100%;
        top: 70px;

        min-width: 300px !important;
    }
    .filter-btnwrap .input-group {
        min-width: 300px;
    }
    /* .page-body-wrapper {
        margin-top: 70px;
    } */
    /* #sidebar + * {
        margin-left: 300px;
    }
    .main-panel {
        margin-left: 300px;
    } */
    .navbar-toggler {
        display: none;
    }
    .navbar-menu-wrapper {
        justify-content: end !important;
    }
    .navbar.default-layout-navbar {
        position: sticky !important;
    }
    .page-body-wrapper {
        align-items: start !important;
    }
}
/* finance css start*/
.installment-name p {
    font-weight: 600;
    font-size: 18px;
}
.btn-secondary:hover {
    color: #000;
}
.btn-cancel {
    background-color: #e12798;
    border: 1px solid #e12798;
    color: #fff;
}
.btn-cancel:hover {
    color: #000;
    border: 1px solid #000;
}
.btn-close1 {
    all: unset;
    padding: 8px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    justify-content: center;
    background: none !important;
    transition: all 0.3s ease;
}
.btn-close1 i {
    /* background-color: red; */
    color: #fff;
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease;
}
.sign-up .btn-close1 i {
    color: red;
}
.btn-close1:hover {
    background: var(--clr-accent) !important;
    color: #000;

    margin: 0;
}
.btn-close1:hover i {
    color: #fff;
    background-color: var(--clr-accent);
    font-size: 16px;
}
.modal-para-qn {
    font-size: 18px;
    margin-bottom: 30px;
}
.modal-para-info {
    font-size: 18px;
    margin-top: 10px;
}
.extend_date {
    font-size: 16px;
}
.input-calender-icon {
    position: relative;
}
.input-calender-icon input {
    padding-block: 10px;
}
.input-calender-icon::after {
    font-family: "FontAwesome";
    content: "\f073";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000;
    pointer-events: none;
}
.btn-modal-close {
    border-radius: 100%;
    background-color: hsl(215, 84%, 77%) !important;
    color: #fff !important;
    filter: grayscale(10%) brightness(100%) !important;
    height: 12px;
    width: 12px;
}

.role div {
    display: inline-block;
}
.yesRole {
    margin-right: 10px;
}
.unauthorized {
    color: red;
}
.unauthorised-check {
    margin-left: 10px;
}
/* finance css end*/
