﻿.font-bold {
    font-weight: bold;
    font-size: 18px;
}
/* Scrollbar track */
.simplebar-track.simplebar-vertical {
    background: none; /* background of the scrollbar track */
    width: 7px;
    border-radius: 4px;
}

/* Scrollbar thumb */
.simplebar-scrollbar:before {
    background-color: #a81a31; /* scrollbar thumb color */
    border-radius: 4px;
    z-index: 9;
    opacity:0;
}

/* On hover */
.simplebar-scrollbar:hover:before {
    background-color: #a81a31;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #a81e33;
    border-color: #a81e33;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
    border: none !important;
}
input[type="radio"] {
    accent-color: #a81a31;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 3px;
}
    .cbx span:first-child::before {
    background: #a81e33;
}


.top-navbar.navbar.is-sticky {
    z-index: 9;
}

.outlined-input-field .outlined-text-field:hover, .outlined-input-field .outlined-select-field:hover {
    /*border-color: rgba(100,100,100,0.5);*/
    border-color: #1e293b;
}

.outlined-input-field .outlined-text-field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #00000000;
    border: 1pt solid #1e293b;
    border-radius: 4px;
    color: #000000;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    width: 100%;
}

.outlined-input-field label {
    background-color: #FFFFFF;
    color: #1e293b;
    cursor: text;
    position: absolute;
    top: 8px;
    left: 10px;
    border-radius: 10px;
    margin-bottom: 0;
    /*  font-size: 13px !important;*/
}

.cbx span:first-child {
    border: 1px solid #6e6e6e;
}

.form-check-input[type=radio] {
    border: 1px solid #1e293b;
}

.P5Select3 .chip_Counter {
    background-color: #1e293b;
}

body {
    overflow-y: overlay;
    font-family: "Roboto", sans-serif;
}

.table th {
    color: #000000;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    border-radius: 4px;
    background: none;
}

::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 4px;
    background-color: #a81a31;
}


.footer-area {
    padding-bottom: 10px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}

.btn-danger {
    color: #fff;
    background-color: #a81a31;
    border-color: #a81a31;
}

.card {
    border: none !important;
    box-shadow: transparent;
}

.demo-code-preview {
    border: 2px solid #ebebeb;
    padding: 20px 25px 15px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

    .demo-code-preview::before {
        content: attr(data-label);
        display: block;
        position: absolute;
        top: -15px;
        left: 20px;
        letter-spacing: 1px;
        background-color: #fff;
        font-size: 18px;
        padding: 0 5px;
        color: #a71b32;
        font-weight: bold;
    }

.page-link:focus {
    color: #a81a31;
    box-shadow: none;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.dis-block {
    display: block;
}

.dis-flex {
    display: flex;
}

.dis-inline {
    display: inline;
}

.dis-grid {
    display: grid;
}

.dis-contents {
    display: contents;
}

.dis-inline-flex {
    display: inline-flex;
}

.dis-inline-block {
    display: inline-block;
}

.dis-table-cell {
    display: table-cell;
}

.justify-center {
    justify-content: center;
}

input:disabled {
    background-color: #9fa5ab2b !important;
    border-radius: 5px !important;
}

.md-form.md-outline {
    margin-top: 0;
}

.md-form label.active {
    top: 0;
}

.outlined-input-field {
    position: relative;
}

    .outlined-input-field i {
        position: absolute;
        top: 0.8rem;
    }

    .outlined-input-field .error-icon, .outlined-input-field .warning-icon, .outlined-input-field .helper-text {
        display: none;
    }


    .outlined-input-field .disabled, :disabled + label {
        pointer-events: none !important;
        background-color: #eff0f1 !important;
    }

    /*.outlined-input-field .active, :active + label {
    background-color: #000;
    border-radius: 0;
}*/





    .outlined-input-field .outlined-text-field:focus, .outlined-input-field .outlined-select-field:focus {
        border: 1px solid rgba(100,100,100,0.5);
        caret-color: #00A455;
        color: #000000;
        outline: none;
        outline-offset: 0;
        padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    }

        .outlined-input-field .outlined-text-field:focus + label, .outlined-input-field .outlined-select-field:focus + label {
            color: #00A455;
        }

.warning-input-field .outlined-text-field ~ .warning-icon {
    display: initial;
    position: absolute;
    top: 10px;
    right: 10px;
}

.warning-input-field .outlined-text-field ~ .helper-text {
    display: initial;
    color: #F9A825;
    font-size: 0.75rem;
    position: absolute;
    top: 3.2rem;
    left: 2rem;
}

.warning-input-field .outlined-text-field:focus {
    border-color: #000;
    caret-color: #000;
}

.outlined-input-field .outlined-text-field:focus, .outlined-input-field .outlined-select-field:focus {
    border: 1px solid rgba(100,100,100,0.5);
}

.warning-input-field .outlined-text-field:focus + label {
    color: #000;
}

.outlined-select-field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #00000000;
    border: 1pt solid #757575;
    border-radius: 4px;
    color: #757575;
    margin-left: 2rem;
    padding: 1rem;
    width: calc(100% - 4rem);
}

    .outlined-select-field ~ .dropdown-icon {
        top: 1rem;
        right: 2.5rem;
    }

.cust_package .input-group-text {
    border-radius: .25rem 0 0 .25rem;
}

.cust_package .outlined-input-field .outlined-text-field {
    border-radius: 0 5px 5px 0;
}

.cust_search.nav-search-form .form-control {
    height: 35px;
    border-radius: 5px;
    background-color: #eef5f9;
    border: none;
    color: #2a2a2a;
    padding: 0 15px 0 40px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: unset;
    font-size: 14px;
    font-weight: 400;
}

.cust_search.nav-search-form .form-control {
    height: 35px;
    border-radius: 5px;
    background-color: #eef5f9;
    border: none;
    color: #2a2a2a;
    padding: 0 15px 0 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    font-size: 14px;
    font-weight: 400;
}

.cust_search.nav-search-form label {
    display: block;
    margin-bottom: 0;
    position: absolute;
    left: 30px;
    top: 6.5px;
    font-size: 18px;
    color: #a8a8a8;
}

.cust_search.nav-search-form .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: #eef5f9;
}

.btn {
    padding: 5px 11px !important;
}

.page-link {
    top: -2px !important;
}
/*.cbx span:first-child {
    width: 15px;
    height: 15px;   
    border: 1px solid #bfbfbf;
}*/

.email-pagination-btn {
    margin-bottom: -5px;
}

    .email-pagination-btn button.email-pagination-prev {
        border-radius: 5px 0 0 5px;
    }

    .email-pagination-btn button {
        width: 34px;
        height: 34px;
        background-color: #f3f3f3;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
        border: none;
        padding: 0;
        font-size: 18px;
        border-radius: 5px;
        margin-left: 5px;
    }

        .email-pagination-btn button.email-pagination-next {
            border-radius: 0 5px 5px 0;
        }

        .email-pagination-btn button i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .email-pagination-btn button:hover {
            color: #fff;
            background-color: #e1000a;
        }

.apexcharts-toolbar {
    display: none !important;
}

.cust_header:first-child {
    border: 1px solid #fff !important;
}

.mm-show {
    height: auto !important;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 5px 6px !important;
    }

    li.nav-item {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    li.nav-item {
        display: block;
    }
}

#return-to-top {
    position: fixed;
    z-index: 1;
    bottom: 80px;
    right: 10px;
    background: #a81a31bf;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 5px;
        top: 5px;
        font-size: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #a81a31;
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

#return-to-down {
    position: fixed;
    z-index: 1;
    top: 130px;
    right: 10px;
    background: #a81a31bf;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-down i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 5px;
        top: 5px;
        font-size: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-down:hover {
        background: #a81a31;
    }

        #return-to-down:hover i {
            color: #fff;
            top: 5px;
        }
