:root {
    --color1: #1d417b;
    --color2: #e33826;
}

body {
    background: #fff;
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 50px
}

::-webkit-scrollbar-track {
    background: #ebeff7;
}

::-webkit-scrollbar-thumb {
    background: var(--color1);
    border-radius: 50px
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--color2);
    }

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.width-100 {
    width: 100% !important;
}

.width-75 {
    width: 75% !important;
}

.width-50 {
    width: 50% !important;
}

.width-25 {
    width: 25% !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.bg-none {
    background: none !important;
}

.border-none {
    border: 0 !important;
}

.border-top-left-radius-8 {
    border-top-left-radius: 8px;
}

.border-top-right-radius-8 {
    border-top-right-radius: 8px;
}

.color1 {
    color: var(--color1);
}

.color2 {
    color: var(--color2);
}

.bg-color1 {
    background-color: var(--color1);
}

.bg-color2 {
    background-color: var(--color2);
}

.content-left {
    justify-content: left !important;
}

.btn-color1 {
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    padding: 5px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    margin: 0px;
}

    .btn-color1:hover {
        border: 1px solid var(--color2);
        background: var(--color2);
        color: #fff;
    }

.btn-color2 {
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    padding: 5px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    margin: 0px;
}

    .btn-color2:hover {
        border: 1px solid var(--color1);
        background: var(--color1);
        color: #fff;
    }

.btn-grey {
    background: #444;
    border: 1px solid #444;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
    margin: 0px;
}

    .btn-grey:hover {
        border: 1px solid #444;
        background: transparent;
        color: #444;
    }

.btn-icon {
    background: var(--color1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px !important;
    padding: 0.54rem 0.75rem !important;
}

    .btn-icon:hover {
        background: var(--color2);
        color: #fff;
    }

a {
    color: #3C68AE;
}
.table > :not(:first-child) {
    border-top: 1px solid #dee2e6;
}
.font-bold {
    font-weight: bold;
}

.active-badge {
    background: #009210;
    padding: 5px 8px;
    border-radius: 70px;
    color: #fff;
    font-size: 12px;
}

.inactive-badge {
    background: #e39726;
    padding: 5px 8px;
    border-radius: 70px;
    color: #fff;
    font-size: 12px;
}

.label-badge {
    background: #939393;
    padding: 5px 12px;
    border-radius: 70px;
    color: #fff;
}

#preloader .loader-logo {
    width: 100%;
    text-align: center;
    margin-top: 12%;
}

    #preloader .loader-logo img {
        width: 200px;
    }

.sidebar-left {
    position: fixed;
    z-index: 9999;
    width: 200px;
    float: left;
    min-height: 100vh;
    padding: 10px;
    box-shadow: 4px 0px 15px -12px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 4px 0px 15px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 0px 15px -12px rgba(0, 0, 0, 0.75);
}

    .sidebar-left .logo {
        text-align: center;
        margin-top: 0px;
    }

        .sidebar-left .logo img {
            /*width: 125px;*/
        }

    .sidebar-left .side-menu {
        margin: 20px 0px 10px 0px;
        height: calc(100vh - 130px);
        overflow: auto;
    }

        .sidebar-left .side-menu .menu-title {
            width: calc(100% - 20px);
            float: left;
            text-align: center;
            margin: 15px 10px 5px 10px;
            padding: 10px;
        }

            .sidebar-left .side-menu .menu-title i {
                font-size: 24px !important;
                color: var(--color2);
            }

            .sidebar-left .side-menu .menu-title:hover, .sidebar-left .side-menu .menu-title:active, .sidebar-left .side-menu .menu-title:focus {
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            }

        .sidebar-left .side-menu .sub-menu {
            float: left;
            width: calc(100% - 20px);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            margin: 0px 10px;
            padding: 5px;
        }

            .sidebar-left .side-menu .sub-menu li {
                padding: 3px 5px;
            }

                .sidebar-left .side-menu .sub-menu li a {
                    font-size: 13px;
                }

                .sidebar-left .side-menu .sub-menu li i {
                    color: var(--color2);
                    margin-right: 5px;
                }

                .sidebar-left .side-menu .sub-menu li img {
                    width: 18px;
                }

        .sidebar-left .side-menu .menu-title i {
            font-size: 34px;
            color: var(--color2);
        }

        .sidebar-left .side-menu .menu-title .text {
            color: var(--color1);
        }

.content {
    width: calc(100% - 200px);
    float: left;
    min-height: 100vh;
    margin-left: 200px;
}

    .content #header {
        background: #f3f5f8;
        padding: 10px 20px;
        height: auto;
        float: left;
        width: 100%;
    }

        .content #header .navbar {
            display: block;
        }

            .content #header .navbar ul {
                list-style: none;
                float: right;
            }

                .content #header .navbar ul li.user-ddl ul {
                    left: -170px;
                    padding: 5px;
                    border-radius: 15px;
                }

                    .content #header .navbar ul li.user-ddl ul li {
                        min-width: 300px;
                        padding: 7px;
                        margin: 7px 0px;
                    }

                        .content #header .navbar ul li.user-ddl ul li:hover {
                            background: #f5f5f5;
                            border-radius: 10px;
                        }

        .content #header .user-ddl {
            background: #fff;
            padding: 4px 10px 4px 5px;
            border-radius: 70px;
            border: 1px solid #e2e3e4;
        }

            .content #header .user-ddl .icon {
                background: #e1e6eb;
                padding: 10px;
                border-radius: 70px;
            }

            .content #header .user-ddl a {
                color: #5e636b;
                padding: 7px;
            }

                .content #header .user-ddl a:hover {
                    opacity: 0.8;
                }

            .content #header .user-ddl .avtar {
                width: 35px;
                height: 35px;
                border-radius: 70px;
                margin-right: 5px;
            }

    .content .content-box {
        padding: 20px;
        float: left;
        width: 100%;
    }

        .content .content-box .section-head h2 {
            color: var(--color1);
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
            font-style: italic;
        }

input, select {
    padding: 10px 5px !important;
}

.form-control {
    background: #ebeff7;
    border: 1px solid #ebeff7 !important;
    border-radius: 8px !important;
    color: var(--color1);
    font-size: 12px !important;
    appearance: auto;
}

    .form-control option {
        background-color: rgba(235, 239, 247, 1);
    }

    .form-control:focus, .form-control:active, .form-control:visited {
        background: #ebeff7;
        border: 1px solid #ccc !important;
        outline: 0px;
        border-radius: 8px !important;
        color: var(--color1);
        font-size: 12px !important;
    }

    .form-control.white {
        background: #ffffff;
        border: 1px solid #c9c9c9 !important;
        border-radius: 8px !important;
        color: var(--color1);
        font-size: 12px !important;
        appearance: auto;
        padding: 0.8rem 1rem !important;
    }

        .form-control.white option {
            background-color: rgba(255, 255, 255, 1);
        }

        .form-control.white:focus, .form-control.white:active, .form-control.white:visited {
            background: #ffffff;
            border: 1px solid #c9c9c9 !important;
            border-radius: 8px !important;
            color: var(--color1);
            font-size: 12px !important;
            appearance: auto;
            padding: 0.8rem 1rem !important;
        }

.input-group .form-control.white:focus, .input-group .form-control.white:active, .input-group .form-control.white:visited {
    background: #ffffff;
    border: 1px solid #c9c9c9 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-radius: 8px;
    border-left: 0px !important;
    color: var(--color1);
    font-size: 12px !important;
    appearance: auto;
    padding: 0.8rem 1rem 0.8rem 0.2rem !important;
}

.input-group .input-group-text {
    background: #ebeff7;
    border: 1px solid #ebeff7 !important;
    font-size: 12px;
    color: #464646;
    border-radius: 8px;
}

    .input-group .input-group-text.white {
        background: #ffffff;
        border: 1px solid #c9c9c9 !important;
        font-size: 12px;
        color: #464646;
        border-radius: 8px;
        border-right: 0px !important;
    }

    .input-group .input-group-text:after {
        content: "";
        border-right: 1px solid #000 !important;
        padding: 12px 0px 12px 0.95rem;
    }

.input-group .form-control {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left: 0px solid #ebeff7 !important;
    margin-left: 0px !important;
    padding: 0.8rem 1rem 0.8rem 0.2rem !important;
}

    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:visited {
        background: #ebeff7;
        border: 1px solid #ebeff7 !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-left: 0px solid #ebeff7 !important;
        color: var(--color1);
        font-size: 12px !important;
        padding: 0.8rem 1rem 0.8rem 0.2rem !important;
    }

.dropdown-menu {
    background-color: #ebeff7 !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
}

table.dataTable {
    margin-top: 15px !important;
}

    table.dataTable th {
        background: var(--color1);
        color: #fff !important;
        font-weight: normal;
    }

.table-striped > tbody > tr, .table-striped > thead > tr {
    vertical-align: middle;
}

    .table-striped > tbody > tr.alt {
        background: #ebeff7 !important;
    }

    .table th {
        background: var(--color1);
        color: #fff !important;
        font-weight: normal;
    }

.table thead tr th {
    padding: 0.3rem 0.5rem;
    border: 0px;
    font-size: 14px;
    color: #dae8ff !important;
}

.table.dataTable thead tr th {
    padding: 0.7rem 0.5rem;
    border: 0px;
    font-size: 14px;
    color: #dae8ff !important;
}

    .table thead tr th {
        padding: 0.7rem 0.5rem;
        border: 0px;
        font-size: 14px;
        color: #dae8ff !important;
    }

.table tbody tr td {
    padding: 0.7rem 0.5rem;
    border: 0px;
}

.pagination .page-item:first-child .page-link {
    border-radius: 60px;
    padding: 5px 9px;
    border: 1px solid var(--color1);
    color: var(--color1);
}

.pagination .page-item .page-link {
    border-radius: 60px;
    padding: 5px 12px;
    border: 1px solid var(--color1);
    color: var(--color1) !important;
    margin: 0px 5px;
    background: #fff;
}

.pagination .page-item.active .page-link {
    border-radius: 60px;
    padding: 5px 12px;
    border: 1px solid #1d417b;
    color: #fff !important;
    margin: 0px 5px;
    background: #1d417b;
}

.pagination .page-item:last-child .page-link {
    border-radius: 60px;
    padding: 5px 9px;
    border: 1px solid var(--color1);
    color: var(--color1);
}

.pagination .page-item .page-link:hover {
    border: 1px solid var(--color1);
    background: var(--color1) !important;
    color: #fff !important;
}

.back-to-top {
    background: var(--color1);
    border-radius: 60px;
}

    .back-to-top.active {
        background: var(--color1);
    }

.row-shadow {
    box-shadow: 0px 5px 10px 0px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgb(0, 0, 0, 0.2);
}

.login-logo {
    text-align: center;
    padding-top: 60px;
}

    .login-logo img {
        width: 300px;
    }

.login-container {
    margin-top: 50px;
}

.login-box {
    width: 470px;
    background: #f2f2f2;
    padding: 30px 30px;
    margin: auto;
    border-radius: 20px;
    border: 5px solid #fff;
    box-shadow: 0px 45px 200px -30px rgba(29, 65, 123, 0.75);
    -webkit-box-shadow: 0px 45px 200px -30px rgba(29, 65, 123, 0.75);
    -moz-box-shadow: 0px 45px 200px -30px rgba(29, 65, 123, 0.75);
}

.form-check .form-check-input {
    padding: 7px !important;
}

.section-head h2 {
    color: var(--color1);
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.login-btn {
    width: 100%;
    float: left;
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    margin: 0px;
}

    .login-btn:hover {
        border: 1px solid var(--color1);
        background: transparent;
        color: var(--color1);
    }

.modal-content {
    border: 0px;
    border-radius: 0px;
}

.modal-header, .modal-footer {
    padding: 10px;
}

    .modal-header .modal-title {
        font-size: 16px;
    }

    .modal-header .btn-close {
        width: 0.5rem;
        height: 0.5rem;
        font-size: 12px;
        margin-right: 0px;
    }

.btn-primary, .btn-primary:active, .btn-primary:focus {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
    margin: 0px;
}
    .btn-primary:hover {
        background: var(--color2);
        border-color: var(--color2);
    }

.btn-cancel, .btn-cancel:active, .btn-cancel:focus {
    background: #b9b9b9;
    border-color: #b9b9b9;
    margin: 0px;
}

    .btn-cancel:hover {
        background: #a3a3a3;
        border-color: #a3a3a3;
    }


.form-switch .form-check-input {
    width: 3em !important;
    border-radius: 2em !important;
    margin-right:7px;
}

.cust-switch {
    margin-top: 7px;
}
    .cust-switch label {
        margin-top: 4px;
    }

.details-box {
    padding: 10px 15px;
}
    .details-box span.sep {
        margin: 0px 10px;
    }

.alert {
    border: 0px;
    position: relative;
    padding: .95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    z-index: 99999 !important;
}

    .alert [data-notify="icon"] {
        display: block;
    }

        .alert [data-notify="icon"]::before {
            line-height: 35px;
            font-size: 22px;
            display: block;
            left: 15px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            border-radius: 30px;
            text-align: center;
            color: #fff;
        }

    .alert [data-notify="title"] {
        display: block;
        color: #2b2b2b;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .alert [data-notify="message"] {
        font-size: 13px;
        color: #908e8e;
        text-transform: capitalize;
    }

    .alert .close {
        background: transparent;
        width: 25px;
        height: 25px;
        line-height: 20px;
        border: 0;
        font-size: 20px;
    }
/*    Alert States    */
.alert-default {
    border-left: 4px solid #1a2035;
}

    .alert-default [data-notify="icon"]:before {
        background: #1a2035;
    }

.alert-primary {
    border-left: 4px solid #1572E8;
}

    .alert-primary [data-notify="icon"]:before {
        background: #1572E8;
    }

.alert-secondary {
    border-left: 4px solid #6861CE;
}

    .alert-secondary [data-notify="icon"]:before {
        background: #6861CE;
    }

.alert-info {
    border-left: 4px solid #48ABF7;
}

    .alert-info [data-notify="icon"]:before {
        background: #48ABF7;
    }

.alert-success {
    border-left: 4px solid #31CE36;
}

    .alert-success [data-notify="icon"]:before {
        background: #31CE36;
    }

.alert-warning {
    border-left: 4px solid #FFAD46;
}

    .alert-warning [data-notify="icon"]:before {
        background: #FFAD46;
    }

.alert-danger {
    border-left: 4px solid #F25961;
}

    .alert-danger [data-notify="icon"]:before {
        background: #F25961;
    }

button[disabled=disabled], button:disabled, button.disabled {
    cursor: not-allowed;
}

#report-container {
    height: 1200px; /*calc(0.7 * 61vw);*/ /* 16:9 aspect ratio */
}