body {
    /*background-color: #edf2fa;*/
    font-family: 'Inter', sans-serif !important;
}

.list-group-item{
    font-size: 15px;
}

.menu-header {
    background-color: #0f2d47;
    color: #FFF;
    text-align: center;
    padding: 21px;
    font-size: 16px;
    font-weight: 500;
}

.menu-header h5 {
      font-size: 16px;
}


.app-header{
    background-color: #0f2d47;
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.app-header .center-title{
    margin: 0 auto;
    width: calc(100% - 100px);
    text-align: center;

}

.app-header .center-title .small-txt{
    font-size: 12px;
    font-weight: 400;
}

.app-header .menu{
 float: left;
    color: #FFF;
    font-size: 24px;
}

.app-header .logo{
    float: right;
   height: 36px;
   width: 36px;
    border-radius: 50%;
    background-color: #ffffff;
}


.inner-c{
    padding: 20px;
}
.admin-select, selected{
    background-color: #0f2d47;
    color: #FFF;
    border-radius: 10px;
}
.admin-select option{
    background-color: #FFF;
    color: #0f2d47;

}


.form-control, .form-select{
    border-radius: 10px;
    font-size: 12px;
}
.btn{
    background-color: #0f2d47;
    color: #FFF;
    border-radius: 5px;
}

.btn-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1;
    width: 2.0rem;
}

.btn-icon i {
    line-height: 1;
    display: block;
}

.btn:hover, .btn:focus{
    color: #FFF;
}

.logo-container {
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
}

.logo-container img{
    max-width: 100px;
    height: auto;

}

.forgot-password {
    font-size: 14px;
    text-decoration: none;
    color: #0f2d47;
    text-align: center;
    padding: 10px;
}

.remember-text {
     color: #A9A2A2;
    text-align: center;
}

.remember-text  a{
    font-size: 14px;
    text-decoration: none;
    color: #0f2d47;
    padding-left: 10px;
}

.card{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    border: none;
}

.card-header {
       background-color: transparent;
     border-bottom: none;
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.cstm-hdng {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 10px 0px;
}

.qa-box{
    margin-top: 12px;
    margin-bottom: 15px;
}
.qa-box .col-4{
    padding-left: 5px;
    padding-right: 5px;
}

.qa-col{
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 0px;
    transition: transform 0.2s ease;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.qa-col .bi{
    /*color: #bde0eb;*/
    color: #FFF;
    font-size: 24px;
}

.srchbar{
    position: relative;
}

.srchbar .bi {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.srchbar .form-control {
    padding-right: 40px;
}

.form-check-input:checked {
    background-color: #0f2b45;
    border-color: #0f2b45;

}

.form-check-input.success[type="radio"] {
    border-color: #198754;

}
.form-check-input.success[type="radio"]:checked {
    background-color: #198754;
    border-color: #198754 !important;

}

.form-check-input.danger[type="radio"]:checked {
    background-color: #dc3545;
    border-color: #dc3545 !important;

}

.form-check-input.danger[type="radio"] {
    border-color: #dc3545;

}

.form-check-input.warning[type="radio"]:checked {
    background-color: #ffc107;
    border-color: #ffc107 !important;

}

.form-check-input.warning[type="radio"] {
    border-color: #ffc107;

}

.border-dotted {
    border-style: dashed !important;
    border-width: 1px !important;
    border-color: #bec1c1 !important;
}


/*.table-responsive {*/
/*    overflow-x: auto;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    scrollbar-width: none;*/
/*    -ms-overflow-style: none;*/
/*}*/

.cal-r-ico{
    color: #cd2e2a;
    margin-left: 5px;
    font-size: 18px;
}

.activity-feed {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.activity-feed.full-h {

    max-height: 100%;

}

.activity-entry {
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
    padding-bottom: 2px;
}

.activity-entry:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.activity-entry .timestamp {
    font-size: 10px;
    color: #999;
    margin-bottom: 4px;
    font-weight: 500;
    margin-top: 0px;
}

.activity-entry .faq {
    font-size: 14px;
    color: #0f2d47;
    margin-bottom: 6px;
    font-weight: 600;
    margin-top: 0px;
}

.activity-entry ul {
    padding-left: 16px;
    margin: 0;
    list-style: disc;
    margin-top: 12px;
    line-height: 20px;
}

.activity-entry ul li {
    font-size: 14px;
    margin-bottom: 4px;
}

.dark .activity-feed {
    background: #1c1c1c;
}

.dark .activity-entry ul li {
    color: #ddd;
}


.table-card{
    border-radius: 3px 3px 0px 0px;
}

.table{
    font-size: 12px;
    font-weight: normal !important;
}

.table td{
  padding: 5px;
}

.table-card .table-header{
    font-size: 13px;
    font-weight: 600;
    padding: 7px 9px;
    background: #0e0e0e;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.table-card .table-body{
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.table-card .table thead{
     background-color: #f5f5f5;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    color: #444;
}

.dropdown-arrow {
    font-weight: bold;
    margin-left: 5px;
    font-size: 0.8rem;
}


.icon-container {
    align-self: flex-start;
}

/*---Modal---*/

/*
.modal-header {
    background: #0F2D47;
    color: #FFF;
}

.modal-body {
    margin: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
}
*/


.content-div {
  /*  display: none;*/
 }

.content-div#div1 {
    display: block ;
}

label{
    font-weight: 700;
    font-size: 12px;
}

.form-check-label{
    font-weight: inherit;
    font-size: 14px;
}

.btn-xsm{
    padding: .2rem .4rem;
    font-size: 10px;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}

.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754;
}

.btn-info {
    color: #fff;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0;
}


.form-img-logo{
    height: 56px;
    width: 56px;
}

.fs-7{  font-size: 7px; }
.fs-8{  font-size: 8px; }
.fs-9{  font-size: 9px; }
.fs-10{  font-size: 10px; }
.fs-12{  font-size: 12px; }
.fs-14{  font-size: 14px; }

.custom-file-upload {
    display: inline-block;
    padding: 6px 10px;
    border: 1px dashed #0f2d47;
    border-radius: 10px;
    --border-radius: 10px;
    margin-left: 10px;
}

.custom-date-btn {
   padding: 5px 10px;
   font-size: 12px;
    margin-left: 10px;
}

.school-event {
    margin-bottom: 20px;
    border: 1px solid #154D46;
    padding: 10px;
    font-size: 13px;
}

.school-event .inner { margin: 10px 0px; }

.event-date {
    font-weight: bold;
    margin-bottom: 10px;
}

.event-item {
    display: flow-root;
    margin-bottom: 5px;
}

.event-link {
    white-space: nowrap;
    color: #007bff;
    text-decoration: none;
    float: right;
}

.event-title { float: left; }

.offcanvas-start {
    width: 300px;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.menu-list .list-group-item {
    padding: .7rem 0px;
    color: #212529;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.menu-list a  {
    color: #212529;
    text-decoration: none;
}

.menu-list .list-group-item .bi{
    color: #0F2D47;
    font-size: 18px;
    margin-right: 15px;
}

/*
.modal-content {
     height: 100%;
}
*/

/*
.modal-dialog {
   height: calc(100% - 16px);
}
*/

.btn-secondary{
    border: none;
    background-color: #05338e !important;
}

.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
}

.count-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}


.txt-d-none{
    text-decoration: none;
}

.ab-lst .col-auto{
     border-radius: 10px;
    border: 1px solid #b3b3b3;
    padding: 5px 8px;
    margin: 5px;
    font-size: 13px;
    font-weight: 600;
}
.ab-lst .col-auto .rounded-circle{
   height: 30px;
    width: 30px;
    margin-right: 10px;
}

ul.notification-list{
    list-style: none;
    padding: 0;
    margin: 0px;
    margin-top: 15px;
}


ul.notification-list li{
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #fafafa;
    font-size: 13px;
}

.notification-title{
    font-weight: bold;
    margin-bottom: 5px;
}
.notification-message{
    color: #333;
    margin-bottom: 8px;
}


.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px 5px 10px;
}


.modal-body {
    padding: 20px;
}

.modal-dialog {
    max-width: 400px;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 20px;
    }
}
.black-link{
    color: #000000 !important;
}

.info-msg{
    background-color: #f0f7ff;
    color: #1a4d8f;
    font-size: 0.80rem;
    border: 1px solid #d2e8ff;
}

/*---Table Style---*/
.cstm-tabs.nav-tabs {
    width: 100%;
    font-weight: 600;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.cstm-tabs.nav-tabs .nav-link {
    color: #FFF;
    border: none;
    font-size: 14px;
    background-color: #212529;
    border-radius:  0px;
    width: 100%;
}

.cstm-tabs.nav-tabs .nav-link.active {
    background-color: #0f2d47;
    color: white;
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

