            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                color: #25396f;
            }

            .bg-nav {
                background-color: #F4F4F4;
            }

            /* Breadcrums */

            .breadcrumb {
                background-color: transparent;
            }

            .header {
                color: #25396f;
                font-size: 28px;
                font-weight: bold;
            }

            .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;
            }

            .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-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;
            }

            .text-blue {
                color: #25396f;
            }

            .qtext {
                font-weight: 600;
            }

            .bg-lblue {
                background-color: #f2f7ff;
            }

            #login-form label {
                font-size: 15px;
                font-weight: bold;
                color: #25396f;
                margin: 0px;
                text-transform: uppercase;
            }

            #login-form input {
                border: 0px;
                border-bottom: 2px solid #b0b2b9;
                border-radius: 0px;
                transition: border-bottom-color ease 0.5s;
                margin-bottom: 25px;
            }

            #login-form input:hover {
                border-bottom-color: firebrick;
                left: 0;
            }

            #login-form input:focus {
                box-shadow: none;
            }

            #login-form input::placeholder {
                color: #aaa;
                font-size: 13px;
                text-transform: uppercase;
            }

            /* Chrome, Safari, Edge, Opera */
            input::-webkit-outer-spin-button,
            input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            /* Firefox */
            input[type=number] {
                -moz-appearance: textfield;
            }
        .btn-red{
            background-color: #C70039;
            border-color:#C70039;
        }
        .btn-green{
            background-color: #0C8E20;
            border-color: #0C8E20;
        }
        .btn-blue{
            background-color: #094F79;
            border-color: #094F79;
        }
        .text-sm{
            font-size: 13px;
            font-weight: 600;
            color: #333;
        }