h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25396f;
}

.bg-nav {
    background-color: #F4F4F4;
}


/* Breadcrums */

.breadcrumb {
    background-color: transparent;
}

.header::before {
    font-family: "Font Awesome 5 Free";

    font-weight: 600;
    font-size: 16px;
    content: "\f0da\ ";
}

.header {

    color: #25396f;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.card {
    border: none;
}

.card .card-header {
    border: none;
}

.card .card-title {
    font-size: 1.2rem;
    color: #25396f;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.bg-grey {
    background-color: #cccccc;
}

.modal .modal-header .modal-title {
    font-size: 1.1rem;
    color: #25396f;
    font-weight: 600;
}

label {
    font-size: 12px;
    font-weight: 500 !important;
    color: #25396f;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 1px;
}

.form-control-user1 {
    /* font-size: .8rem; */
    border-radius: 10rem;
    padding: 3;
    height: 50px;
}

/*.bg-grad {*/
/*    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
/*}*/
.bg-grad {
    /*background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    /*background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);*/
    /*background-image: linear-gradient(to right, #F27021 0%, #F5941C 100%);*/
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(255, 209, 67, 1) 0%, rgba(255, 145, 83, 1) 90%);
}

.mt-50 {
    margin-top: 50px;
}

#auth {
    height: 100vh;
    overflow: hidden;
}

.text-big {
    font-size: 1.5rem;
}

.text-black {
    color: #000000;
}

.font-bold-600 {
    font-weight: 600;
}

.font-bold-800 {
    font-weight: 800;
}

.stats-icon {
    width: 3rem;
    height: 3rem;
    /* width: 100%;
    height: 70px; */
    border-radius: 0.5rem;
    background-color: black;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon.purple {
    background-color: #9694ff;
}

.stats-icon.blue {
    background-color: #57caeb;
}

.stats-icon.green {
    background-color: #5ddab4;
}

.stats-icon.red {
    background-color: #ff7976;
}

.stats-icon.orange {
    background-color: #e9ab5a;
}

.py-4-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.card {
    border-radius: 0.75rem;
}

.text-mid {
    font-size: 0.95rem;
    font-weight: 600;
}

.text-blue {
    color: #25396f;
}

/* label {
    font-size: 12px;
    font-weight: 600;
    color: #25396f;
} */

.req {
    color: crimson;
}

/* #detailViewTable_wrapper .dt-buttons {
    margin-bottom: -55px;
} */



/* =========================== Form input  CSS ============================ */

#login-form label,
#forgot-password-form label,
#reset-password-form label {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-bottom: 0px;
}

#login-form input,
#forgot-password-form input,
#reset-password-form input,
#login-form select,
#forgot-password-form select,
#reset-password-form select {
    border: 0px;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

#login-form input::placeholder,
#forgot-password-form input::placeholder,
#reset-password-form input::placeholder {
    font-size: 14px;
    /* text-transform: uppercase; */
}

#login-form input:hover,
#forgot-password-form input:hover,
#reset-password-form input:hover,
#login-form input:focus-within,
#forgot-password-form input:focus-within,
#reset-password-form input:focus-within {
    border-bottom-color: #cf375d;
}

#login-form .btn-grad,
#forgot-password-form .btn-grad,
#reset-password-form .btn-grad {
    background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)
}

#login-form .btn-grad,
#forgot-password-form .btn-grad,
#reset-password-form .btn-grad {
    /* margin: 10px; */
    /* padding: 15px 45px; */
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    /* border-radius: 10px; */
    display: block;
    border: none;
}

#login-form .btn-grad:hover,
#forgot-password-form .btn-grad:hover,
#reset-password-form .btn-grad:hover,
#login-form .btn-grad:hover,
#forgot-password-form .btn-grad:hover,
#reset-password-form .btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 0.7rem;
    display: block;
    font-weight: 400;
    color: #25396f;
}

.sidepanel .table {
    font-size: 13px;
    color: #2D033B;
}

.bg-back {
    background-color: #F7ECDE;
}

.bg-card {
    background-color: #FBF8F1;
}

.bg-heavy {
    background-color: #E9DAC1;
}

.bg-btn {
    background-color: #25396f;
    color: #fff;
}

.bg-clovis {
    background-color: #25386d;
    border-color: #25386d;
}

.bg-clovis:hover {
    background-color: #25386d;
    border-color: #25386d;
}

.text-green {
    color: #54BAB9;
}

.text-sm {
    font-size: 13px;
}

.bg-title-card {
    background-color: #ededed;
}

.btn-dropdown {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

#setup label,
#outreach label {
    /* font-size: 13px; */
    font-weight: 500;
}

/* #setup select option{
    font-size: 13px;
    font-weight:bold;
    word-wrap:break-word;
    overflow: hidden;
} */
/* #setup .table{
    font-size: 12px !important;
    font-weight: bold;
} */
/* #otable .table{
    font-size: 12px !important;
    font-weight: bold;
    color:#333;
} */
.bg-light-blue {
    background-color: #f2f7ff;
}

.bg-white {
    background-color: #ffffff;
}

.disable {
    pointer-events: none;
    background-color: rgb(202, 208, 209);
    border-color: rgb(202, 208, 209);
}

#incentiveReport {
    margin-top: 150px;
    margin-left: 60px
}

#memberIncentiveReport {
    margin-left: 60px
}

#providerIncentiveReport {
    margin-left: 60px
}

.practTbody .form-control-sm {
    font-size: 12px !important;
}

#add_provider_contact_modal .borderless td,
.borderless th {
    border: none;
}

.header_navLink {
    pointer-events: none;
}

/* div.dt-buttons {
    position: absolute !important;
} */

#exportbtnDataExport,
#exportScreeningCampaign,
#exportNssdReport .dt-buttons {
    margin-top: -30px;
    display: block;
    margin-bottom: 20px;
}

/* css for chat */
.reply {
    min-width: 10%;
    max-width: 50%;
    background-color: #E5E0FF;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    ;
    margin-bottom: 20px;

}

.reply .reply-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: justify;
}

.sent {
    min-width: 10%;
    max-width: 50%;
    background-color: #F6DFEB;
    padding: 10px;
    border-radius: 10px 10px 0px 10px;
    margin-bottom: 20px;



}

.sent .sent-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: justify;

}

.time {
    font-size: 10px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-top: 5px;
    text-align: right;

}

.glass {
    background: rgba(251, 247, 251, 0.65);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
}

.user-list {
    height: 600px;
    overflow-x: hidden;
    overflow: auto;
    padding-bottom: 20px;
    border-right: 2px solid #f4efef;
}

.chatbox {
    min-height: 500px;
    height: 600px;
    overflow-x: hidden;
    overflow: auto;
    overflow-y: auto;
    /* padding-bottom: 20px; */


}

/* #chat-box{
    position: absolute;
    width: 90%;
    bottom: 0px;
    overflow-y: scroll;
    scroll-behavior: smooth;
} */
.chatbox::-webkit-scrollbar,
.user-list::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.chatbox::-webkit-scrollbar-track,
.user-list::-webkit-scrollbar-track {
    background: #eee;
    /* color of the tracking area */
}

.chatbox::-webkit-scrollbar-thumb,
.user-list::-webkit-scrollbar-thumb {
    background-color: #ddd;
    /* color of the scroll thumb */
    border-radius: 10px;
    /* roundness of the scroll thumb */

}

/* .chatbox::-webkit-scrollbar-down{

} */


.chat-btn {
    height: 50px;
    background-color: #eee;

}

.chat-btn input::placeholder {
    color: #25396f;
    font-weight: 500;
}

.bg-chat {
    /* background-image: linear-gradient( 174.2deg,  rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% ); */
    /* background-color: #fff6f6;
    background-image: linear-gradient(90deg, #fff6f6 0%, #f4efff 100%); */
    background-color: #fbf6f6;
    background-image: linear-gradient(90deg, #fbf6f6 0%, #f4efff 100%);


}

.bg-head {
    background-color: #A9C9FF;
    background-image: linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);

}

.cssfloat {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 40px;
    background-color: #54BAB9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;

}

.my-float {
    margin-top: 16px;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    /* padding: 0.25rem 0.5rem; */
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.topbar {
    height: 60px;
    border-bottom: 1px solid #dedede;
    background-color: #FCFBFE;
}

.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 0.75rem;
    width: 6.5rem;
}

#wrapper #content-wrapper {
    background-color: #F6F6FC;
}

.text-gray-600 {
    color: #25396f !important;
}

.sidebar-dark .nav-item .nav-link i {
    color: #25396f;
}

th {
    font-weight: 500 !important;
}

.card span {
    font-size: 12px;
    font-weight: 400;
}

.card table {
    font-size: 12px !important;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar {
    font-size: 13px !important;

}

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
    font-weight: 400 !important;
}

.dropdown .dropdown-menu {
    font-size: 12px !important;
}

#indexMessage {
    display: none;
}

@media only screen and (max-width: 980px) {
    #indexBody {
        display: none;
    }

    #indexMessage {
        display: block;
    }
}

.talkButton {
    background-color: red;
    border: none;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}


.talkButton i {
    font-size: 12px;
}

.popover-content {
    color: #000;
}

/* New Design CSS */
.bg-subnav{
    background-color: #FFF;
}
.text-small{
    font-size: 13px;
}

#sub-nav{
margin-bottom: 30px;

}
#sub-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
  }
  
  #sub-nav li {
    float: left;
    margin-right: 5px;
    padding: 5px;
    font-size: 16px;
  }
  
  #sub-nav li a {
    display: block;
    /* color: white; */
    padding: 5px;
    text-decoration: none;
    color:#25386d;
  }
  #sub-nav .dropdown-item {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
  }
  #sub-nav .dropdown-header {
    font-weight: 500;
    padding: 7px;
    text-align: left !important;
    text-decoration: underline;
    color:#11235A;
    background-color: #EEF5FF;
    font-size: 11px;
  }
  #sub-nav li a:hover {
    background-color: #eee8e8;
  }
  .font-bold-500{
    font-weight: 500;
  }
  .mb-100{
    margin-bottom: 200px;
  }
  #top-menu .active{
    border: 1px solid #DA8359;
  }
  #top-menu .card{
    padding: 0px;
  }
  #top-menu .card .card-body{
    padding: 10px;
  }
 #top-menu h6{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
 }
 .bg-orange{
    background-color: #E5D9F2;
 }
 .btn-new{
    background-color: #164863;
    color: #FFF;
 }
 #nav-stick {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 99;
 }
 #main-content{
    margin-top: 63px;
 }

 /* ---Right Nav */
 #right-nav{
    position: fixed;
    right: 0;
    top:40vh;
    z-index: 99;
    background-color: #E5D9F2;
    /* padding: 5px; */
 }
 #right-nav .snav-btn{
    display: flex;
    width: 35px;
    height: 35px;
    padding: 5px;
    justify-content: center;
    align-items: center;
   /* border-radius: 10px; */
    margin-bottom: 2px;
 }
 #right-nav a{
    display: block;
    color: #FFF;
    background-color: #535C91;
 }

 #right-nav a:hover{
    background-color: #7b89d6;
 }
 .bg-card-header{
    background-color:#E5D9F2 ;
 }
 .h6-title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
 }
 #member-demo table th{
    color: #25386d;
    font-size: 12px;
    font-weight: 500;
 }
 #member-demo table tr{
    border-bottom: 1px solid #e4dfdf;
 }
 #member-demo table td{
    padding: 5px;
    margin-bottom: 2px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
 }
 .text-violet{
    color:#00712D;
 }

 #member-outreach, #member-outreach .table{
    color: #000000;
    font-size: 13px !important;
    font-weight: 400;
 }

 .scroll-to-top {
    background-color: #535C91 !important;
 }  
 button.btn.dropdown-toggle.btn-light.bs-placeholder {
    background-color: #fff !important;
    border: 1px solid #d1d3e2 !important;
}
button.btn.dropdown-toggle.btn-light {
    background-color: #fff !important;
    border: 1px solid #d1d3e2 !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    font-size: 14px !important;
    border: 1px solid #d1d3e2 !important;
    border-radius: 4px !important;
    padding: 4px !important;
    width:250px  !important;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    background: white !important;
}

.nav-item-practive-nav {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease;
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

.nav-item-practive-nav:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-item-practive-nav.active {
    border-color: #25396f;
    background-color: #25396f;
    color: #fff;
}

.nav-item-practive-nav.active:hover {
    background-color: #25396f;
    border-color: #25396f;
}

.practiv-nav-row {
    margin-top: 32px;
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
    width: inherit;
    justify-self: anchor-center;
    padding-bottom: 8px;
}


#sub-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

#sub-nav li {
    float: left;
    margin-right: 5px;
    padding: 5px;
    font-size: 16px;
}

#sub-nav li a {
    display: block;
    /* color: white; */
    padding: 5px;
    text-decoration: none;
    color: #25386d;
}

#sub-nav .dropdown-item {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
}

#sub-nav .dropdown-header {
    font-weight: 500;
    padding: 7px;
    text-align: left !important;
    text-decoration: underline;
    color: #11235A;
    background-color: #EEF5FF;
    font-size: 11px;
}

#sub-nav li a:hover {
    background-color: #eee8e8;
}

/* Blue Border for Required Fields */
.blue-border:focus {
    border: 1px solid #d1d3e2 !important;
    border-color: #4f6fc4 !important;
    box-shadow: 0 0 0 .2rem rgba(37, 57, 111, 0.25);
}

input:required:focus {
    border: 1px solid red;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(37, 57, 111, 0.25) !important;
}

textarea:required:focus {
    border: 1px solid red;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(37, 57, 111, 0.25) !important;
}

select:required:focus {
    border: 1px solid red;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(37, 57, 111, 0.25) !important;
}

textarea:required:focus {
    border: 1px solid red;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(37, 57, 111, 0.25);
}

.fi {
    line-height: 0.5em;
    vertical-align: -0.15em;
    display: inline-flex;
}

.launcher {
    position: absolute;
    top: 50px;
    right: 200px;
    width: 300px;
    max-height: 400px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e2eafc;
    z-index: 9999;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;

    h6 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;

    }

    .inner-nav {
        padding: 5px;
        height: 40px;
        width: 30%;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: 0.3s ease;
        cursor: pointer;
        border: 1px solid #ccebee;
        margin: 5px 3px;
        background-color: #e2eafc;

    }

    .inner-nav a {
        text-decoration: none;
    }

    .inner-nav:hover {
        background-color: #91a9e0;

        a {
            color: #fff;
        }

    }
}

.btn-primary {
    background: #184e77;
    color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    font-size: 13px;
}

.btn-primary:hover {
    border: 2px solid #415a77 !important;
    background: #eee;
    color: #184e77 !important;
}

.btn-secondary:hover {
    border: 2px solid #858796 !important;
    background: #eee;
    color: #858796 !important;
}

/* for timetable */
        /* body {
            background: #f0f2f5;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .navbar {
            background: #2c3e50;
            border-radius: 0;
            margin-bottom: 20px;
        } */
        /* .card {
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        .card-header {
            background: #fff;
            border-bottom: 2px solid #3498db;
            font-weight: 600;
            padding: 12px 20px;
        } */
        .btn-sm {
            border-radius: 5px;
        }
        /* .table-responsive {
            max-height: 500px;
            overflow-y: auto;
        } */
        .timetable-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 13px;
        }
        .timetable-table th {
            background: #34495e;
            color: white;
            padding: 10px;
            text-align: center;
            border: 1px solid #2c3e50;
        }
        .timetable-table td {
            border: 1px solid #ddd;
            padding: 8px;
            vertical-align: top;
            min-width: 120px;
            align-content: center;
            text-align-last: center;
        }
        .class-box {
            background: #e8f4fd;
            border-left: 3px solid #3498db;
            padding: 5px;
            margin: -5px;
            cursor: pointer;
            border-radius: 3px;
        }
        .class-box:hover {
            background: #d1ecf9;
            transform: scale(1.01);
        }
        .empty-box {
            background: #f9f9f9;
            color: #999;
            text-align: center;
            padding: 15px;
            cursor: pointer;
            border-radius: 3px;
        }
        .empty-box:hover {
            background: #f0f0f0;
        }
        .lunch-box {
            background: #fff3e0;
            border-left: 3px solid #f39c12;
            text-align: center;
            cursor: pointer;
        }
        .day-chip {
            display: inline-block;
            padding: 8px 16px;
            margin: 5px;
            background: #ecf0f1;
            border-radius: 20px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
        }
        .day-chip.active {
            background: #27ae60;
            color: white;
        }
        .day-chip.inactive {
            background: #e74c3c;
            color: white;
            text-decoration: line-through;
        }
        .slot-list {
            max-height: 600px;
            overflow-y: auto;
        }
        .slot-item {
            padding: 10px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .slot-item:hover {
            background: #f8f9fa;
        }
        .lunch-badge {
            background: #f39c12;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 11px;
        }
        footer {
            text-align: center;
            padding: 15px;
            color: #7f8c8d;
            font-size: 12px;
        }
        .floating-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 100;
        }
        .subject-text {
            font-weight: 600;
            font-size: 13px;
        }
        .teacher-text {
            font-size: 11px;
            color: #555;
        }
        .room-text {
            font-size: 11px;
            color: #777;
        }
        .edit-icon {
            float: right;
            font-size: 10px;
            color: #3498db;
        }
         .dropdown-submenu:hover>.dropdown-menu {
            display: block;
            top: 0;
            left: 100%;
            margin-top: -1px;
        } .dropdown-submenu:hover>.dropdown-menu {
            display: block;
            top: 0;
            left: 100%;
            margin-top: -1px;
        }