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(60deg, #29323c 0%, #485563 100%);
}

.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: 10px;
    margin-bottom: 10px;
    color: #333;
}

#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: 14px !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;
}

.glass {
    /* From https://css.glass */
    background: rgba(3, 3, 3, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.input {
    position: relative;
    text-indent: 20px;
}

.input i {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    color: #000000;
}
.btn-login{
    background-image: linear-gradient( 135deg, #F0FF00 10%, #58CFFB 100%);
    border: none;

}
.btn:hover{
    color: #000;
}
#login-form input::placeholder{
    font-weight: 600;
    color: #333;
}