h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25396f;
    font-weight: 500 !important;
}

.bg-nav {
    background-color: #F4F4F4;
}


/* Breadcrums */

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.header {
    color: #25396f;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.card {
    border: none;
}

.card .card-header {
    border: none;
}

.card .card-title {
    font-size: 1.2rem;
    color: #25396f;
    font-weight: 500;
    margin-bottom: 0.5rem;
}



.bg-grey {
    background-color: #cccccc;
}

.modal .modal-header .modal-title {
    font-size: 1.1rem;
    color: #25396f;
    font-weight: 600;
}

.modal {
    overflow: auto !important;
}

.modal label {
    color: #333333;
    font-weight: 600;
}

.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%);
}

.mt-50 {
    margin-top: 50px;
}

#auth {
    height: 100vh;
    overflow: hidden;
}

.text-big {
    font-size: 1.5rem;
}

.text-xs {
    font-size: 0.95rem;
    font-weight: 500;
}

.text-black {
    color: #000000;
}

.font-bold-600 {
    font-weight: 600;
}

.font-bold-800 {
    font-weight: 800;
}

.stats-icon {
    width: 3rem;
    height: 3rem;
    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;
}

.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: 16px;
    font-weight: 600;
    color: #25396f;
}

.req {
    color: crimson;
}


/* =========================== Form input  CSS ============================ */

#login-form label {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 0px;
}

#login-form input,
#login-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 {
    font-size: 14px;
    text-transform: uppercase;
}

#login-form input:hover,
#login-form input:focus-within {
    border-bottom-color: #cf375d;
}

#login-form .btn-grad {
    background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)
}

#login-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 {
    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.75rem;
    display: block;
    font-weight: 500;
}

label {
    font-size: 14px;
}

.btable>tbody>tr>td {
    vertical-align: middle;
}

.subHeadModel {
    color: #000000;
    font-weight: 500;
}

.mrBottom {
    margin-bottom: 27px;
}

.table th {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    
}
.bg-th{
    background-color: #EEEEEE ;
}

.text-sm {
    font-size: 13px !important;
}

.bg-custom {
    background-color: #EEEEEE;
}
.text-jm{
    color:#6C0345;
}
@media print {
    #printViewPageButton {
        display: none;
    }
}

.bg-header {
    background-color: #C2D9FF;
}

@media all {
    .page-break { display: none; }
    }
    
    @media print {
    .page-break { display: block; page-break-before: always; }
    }

@media print {

    thead,
    tfoot {
        display: none !important
    }

    /* body {
        visibility: hidden;
    } */

    #section-to-print {
        width: 210mm;
        height: 297mm;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #000000;
        /* margin-top: 2.5in; */

    }
    #meeting-to-print {
        width: 210mm;
        height: 297mm;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 2.0in;

    }

    a {
        display: none;
    }

}
.paginate_button {
    font-size: 13px;
}
.dataTables_info, .paginate_button {
    font-size: 13px;
}
.icon-disabled{
    pointer-events: none; 
    opacity: 0.5;
}