﻿body {
    font-family: 'Nunito', sans-serif !important;
    font-weight: bold !important;
}

/* 
==============================
                Start Loader Css 
==============================
 */
div#load_screen, div#load_screen2 {
    /*background: #c9d6cb45;*/
    background: #00000059;
    opacity: 1;
    position: fixed;
    z-index: 999999;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#http-loader {
    opacity: 1;
    z-index: 999999;
    top: 50%;
    /* left: 50%; */
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #e02248;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}
/* 
==============================
                End Loader Css 
==============================
 */


/*
    ===============================
                    Start Header Design
    ===============================
*/

img.logoStyle {
    width: 140px !important;
    padding-left: 25px !important;
}

img.nabpimgstyle {
    width: 96px !important;
    padding-right: 25px;
}

a.dropdown-item.active {
    color: #615a5a !important;
    /*border-bottom: 2px white solid;
    border-radius: 0px !important;*/
}

@media only screen and (min-width:320px) and (max-width: 768px) {
    img .logoStyle {
        width: 54% !important;
    }

    #header .header-btn-collapse-nav .close span {
        position: absolute;
        top: 25%;
        left: 50%;
        width: 0;
        height: 1px;
        background: #ec3855;
        transition: ease all 300ms;
        transform-origin: 50% 0;
    }

    .mader {
        padding-left: 25px;
        padding-bottom: 15px;
        width: 100%;
        float: left;
    }

    .my_img {
        display: none;
    }

    #header .header-row {
        display: block;
    }
}

#header .header-nav.header-nav-border-top:before {
    border: none !important;
}

.dropdown {
    /*margin-bottom: 42px !important;*/
}

.noty_type__alert {
    background-color: #c0d1ee !important;
    border-radius: 5px !important;
}

.form-control {
    /*font-weight: 600 !important;*/
    font-weight: bold !important;
}

select.form-control.is-invalid, .was-validated select.form-control:invalid {
    background-position: right calc(1.375em + .1875rem) center !important;
}

select.form-control.is-valid, .was-validated select.form-control:valid {
    background-position: right calc(1.375em + .1875rem) center !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #e81c25;
}

.nav-pills .nav-link {
    border-radius: 1.25rem;
    background-color: #e9e9e9;
}

form-control-file {
    width: 100%;
    color: #005c32;
    overflow: hidden !important;
}

.form-control-file::-webkit-file-upload-button {
    letter-spacing: 1px;
    padding: .375rem .75rem;
    text-shadow: none;
    font-size: 12px !important;
    color: #ffffff;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #e81c25;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 4px;
    border: transparent;
    outline: none;
    /*padding: .84rem 2.14rem;*/
}

.form-control-file::-ms-file-upload-button {
    letter-spacing: 1px;
    padding: 9px 20px;
    text-shadow: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #e81c25;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 4px;
    border: transparent;
    outline: none;
}

.form-control-file.form-control-file-rounded::-webkit-file-upload-button {
    -webkit-border-radius: 1.875rem !important;
    -moz-border-radius: 1.875rem !important;
    -ms-border-radius: 1.875rem !important;
    -o-border-radius: 1.875rem !important;
    border-radius: 1.875rem !important;
}
/*.blockquote {
    margin-bottom: 1rem;
    font-size: 0.8rem !important;
}*/
blockquote.blockquote {
    color: #0e1726;
    padding: 20px 20px 20px 14px;
    font-size: 0.875rem;
    background-color: #ffffff;
    border-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #e0e6ed;
    border-left: 4px solid #05a254;
    border-right: 4px solid #05a254;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
}

input[type=file]:focus {
    outline: none;
}
/* width */
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e0e6ed !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5559 !important;
    border-radius: 10px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #5559 !important;
    }

.noty_theme__metroui.noty_bar {
    border-radius: 10px;
    overflow: hidden !important;
}

.bg-light-primary {
    background-color: #007bff78 !important;
}

.bg-light-secondary {
    background-color: #6c757d8a !important;
}

.bg-light-success {
    background-color: #28a74578 !important;
}

.bg-light-info {
    background-color: #17a2b87d !important;
}

.bg-light-warning {
    /*background-color: #ffc10717 !important;*/
    background-color: #ffc10736 !important;
}

.bg-light-danger {
    background-color: #dc354517 !important;
}

.bg-light-light {
    background-color: #F3F6F9 !important;
}

.bg-light-dark {
    background-color: #1c1f2187 !important;
}


.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: .25rem !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #007bff3b !important;
    border: 1px solid #5897fb !important;
    margin: 9px !important;
    border-radius: .25rem !important;
}

.select2-results__option[aria-selected] {
    margin: 9px !important;
    border-radius: .25rem !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single {
    border-radius: .25rem !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    color: #495057 !important;
    background-color: #fff !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px !important;
        right: 8px !important;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-radius: .25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0rem .50rem !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: .25rem !important;
    width: 100%;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        display: inline-block !important;
        padding: 0 10px !important;
        font-size: 13px !important;
        line-height: 29px !important;
        border-radius: 25px !important;
        background-color: #007bff63 !important;
        border: 1px solid #007bff63 !important;
        color: #000 !important;
        font-weight: bold !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #000 !important;
        margin-right: 7px !important;
        font-weight: bold !important;
    }

.CheckCustombox {
    width: 300px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    user-select: none;
}

    .CheckCustombox label {
        font-size: inherit;
        color: #4D4D4D;
        position: absolute;
        z-index: 10;
        padding-left: 25px;
        cursor: pointer;
    }

    .CheckCustombox input {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

        .CheckCustombox input:checked ~ .check {
            border-color: #001fff;
            box-shadow: 0px 0px 0px 15px #001fff inset;
        }

            .CheckCustombox input:checked ~ .check::after {
                opacity: 1;
                transform: scale(1);
            }

    .CheckCustombox .check {
        width: 17px;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        /*border-radius: 100px;*/
        background-color: #FFF;
        border: 2px solid #001fff;
        box-shadow: 0px 0px 0px 0px #001fff inset;
        transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    }

        .CheckCustombox .check::after {
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 4;
            position: absolute;
            transform: scale(0);
            background-size: 50%;
            background-repeat: no-repeat;
            background-position: center;
            transition-delay: 0.2s !important;
            transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
        }


.border2px {
    border: 2px solid #dee2e6;
}

.border3px {
    border: 3px solid #dee2e6;
}

.border4px {
    border: 4px solid #dee2e6;
}

.border5px {
    border: 5px solid #dee2e6;
}

.borderDashed {
    border: 1px dashed #dee2e6;
}

.border2pxDashed {
    border: 2px dashed #dee2e6;
}

.border3pxDashed {
    border: 3px dashed #dee2e6;
}

.border4pxDashed {
    border: 4px dashed #dee2e6;
}

.border5pxDashed {
    border: 5px dashed #dee2e6;
}

.border-top-Dashed {
    border-top: 1px dashed #dee2e6;
}

.border-bottom-Dashed {
    border-bottom: 1px dashed #dee2e6;
}

.border-left-Dashed {
    border-left: 1px dashed #dee2e6;
}

.border-right-Dashed {
    border-right: 1px dashed #dee2e6;
}

.form-control, .form-control-file {
    border-radius: 0.42rem;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
}


.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: relative !important;
}

.bootstrap-select ul li.selected a.selected {
    color: #1e2022;
    background-color: rgba(189,197,209,.3);
}

.bootstrap-select button .filter-option .filter-option-inner-inner {
    font-weight: 600 !important;
    color: black;
}

.bootstrap-select button {
    box-shadow: none !important;
}

.dropdown-menu {
    /*box-shadow: 0 10px 40px 10px rgb(149 177 164);*/
    /*box-shadow: 0 10px 40px 10px rgb(16 165 91 / 27%) !important;*/
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 98;
    display: none;
    float: left;
    min-width: 8.4375rem;
    padding: 1rem 0;
    margin: .625rem 0 0;
    font-size: .875rem;
    color: #677788;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .75rem;
}

.dropdown-item.active:not(:focus):not(:active) {
    color: #1e2022;
    background-color: rgba(189,197,209,.3);
}

.dropdown-item.active, .dropdown-item:active {
    color: #1e2022;
    background-color: rgba(189,197,209,.3);
}

.btn-light {
    color: #1e2022;
    background-color: #ffffff;
    border-color: #e7eaf3;
}

    .btn-light:hover {
        color: #1e2022;
        background-color: #ffffff;
        border-color: #e7eaf3;
    }

    .btn-light.focus, .btn-light:focus {
        color: #1e2022;
        background-color: #ffffff;
        border-color: #e7eaf3;
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
        box-shadow: 0 0 10px rgba(55,125,255,.1);
        border-color: rgba(55,125,255,.4);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #1e2022;
        background-color: #f9fafc;
        border-color: #f9fafc;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #1e2022;
        background-color: #ffffff;
        border-color: #e7eaf3;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
        }


@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1200px;
    }
}

.modal-open .modal {
    background-color: #00000054 !important;
}


textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px) !important;
    height: calc(1.5em + .75rem + 2px) !important;
}

.bootstrap-select .btn-light.disabled, .bootstrap-select .btn-light:disabled {
    color: #252a2c !important;
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    font-weight: bold !important;
}

.bootstrap-select button .filter-option .filter-option-inner-inner {
    font-weight: bold !important;
}
