/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,700&display=swap');

@font-face {
    font-family: 'Righteous';
    src: url('../fonts/righteous-regular.ttf') format('truetype');
}
body {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: 400;
    /*    font-family: 'Jost', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #000000;
}
    body *::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        transition: .3s background;
    }

    body *:hover::-webkit-scrollbar-thumb {
        background: #a9a7b9;
    }

    body *::-webkit-scrollbar-thumb {
        background: #c1c0d0;
    }

    body *::-webkit-scrollbar-track {
        background: #e6e3ec;
    }


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

a {
    color: #032b4f;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    a:hover, a:focus {
        color: #fdb813;
        text-decoration: none;
    }

    a:focus, button:focus {
        outline: none;
    }

.list-link {
    display: inline-block;
    color: #007bff;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px dashed #007bff;
    text-decoration: none !important;
}

    .list-link:hover, .list-link:focus {
        color: #fdb813;
        border-bottom: 1px dashed #fdb813;
    }

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #a4aeb3;
}

.form-control::-moz-placeholder {
    color: #a4aeb3;
}

.form-control:-ms-input-placeholder {
    color: #a4aeb3;
}

.form-control:-moz-placeholder {
    color: #a4aeb3;
}

.text-bold-500 {
    font-weight: 500;
}

.text-bold-600 {
    font-weight: 600;
}

.text-bold-700 {
    font-weight: 700;
}

.text-decoration-underline {
    text-decoration: underline;
}

.btn-link {
    color: #000000;
}

    .btn-link:hover {
        color: #fdb813;
        text-decoration: none;
    }

.btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 0.3rem 0.8rem;
    letter-spacing: 0.5px;
    padding: 0.55rem 1.5rem;
    white-space: nowrap;
    border-radius: 2px;
}

.btn-primary-alt {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #fff;
}

    .btn-primary-alt:not(:disabled):not(.disabled).active,
    .btn-primary-alt:not(:disabled):not(.disabled):active,
    .show > .btn-primary-alt.dropdown-toggle, .btn-primary-alt:active,
    .btn-primary-alt:hover, .btn-primary-alt.disabled:active,
    .btn-primary-alt.disabled:hover,
    .btn-primary-alt.focus,
    .btn-primary-alt:focus {
        background-color: #032b4f !important;
        border-color: #032b4f;
        box-shadow: none;
        color: #fff;
    }

.btn-light-primary {
    color: #21216d;
    border-color: #e3e3ef;
    background-color: #e3e3ef;
}

    .btn-light-primary:not(:disabled):not(.disabled).active,
    .btn-light-primary:not(:disabled):not(.disabled):active,
    .show > .btn-light-primary.dropdown-toggle, .btn-light-primary:active,
    .btn-light-primary:hover, .btn-light-primary.disabled:active,
    .btn-light-primary.disabled:hover,
    .btn-light-primary.focus,
    .btn-light-primary:focus {
        color: #fff;
        border-color: #21216d;
        background-color: #21216d;
    }

.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
}

    .btn-outline-white:hover {
        color: #032b4f;
        background-color: #fff;
    }

.btn-orange {
    color: #fff;
    border-color: #dba82a;
    background-color: #dba82a;
}

    .btn-orange:not(:disabled):not(.disabled).active,
    .btn-orange:not(:disabled):not(.disabled):active,
    .show > .btn-orange.dropdown-toggle, .btn-orange:active,
    .btn-orange:hover, .btn-orange.disabled:active,
    .btn-orange.disabled:hover,
    .btn-orange.focus,
    .btn-orange:focus {
        color: #fff;
        background-color: #21216d;
        border-color: #21216d;
    }

.btn-gray {
    background-color: #6e7377;
    border-color: transparent !important;
    color: #fff;
}

.btn.btn-link {
    background-color: transparent;
    color: #fff !important;
    display: inline-block;
}

.btn.btn-red {
    background-color: #d63535;
    color: #fff;
}

.btn.btn-text-danger {
    color: #db1608;
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show > .btn-gray.dropdown-toggle, .btn-gray:active,
.btn-gray:hover, .btn-primary-alt.disabled:active,
.btn-gray.disabled:hover,
.btn-gray.focus,
.btn-gray:focus {
    background-color: #585d60 !important;
    border-color: #585d60;
    box-shadow: none;
    color: #fff;
}

.btn-white {
    background-color: #fff;
}

.btn-white-alt {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #fff;
}

    .btn-white-alt:hover,
    .btn-white-alt:focus {
        background-color: #fff;
        border-color: #fff;
        color: #032b4f;
    }

.btn-primary {
    background-color: #032b4f;
    border-color: transparent !important;
    color: #fff !important;
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #032b4f;
        border-color: #032b4f;
    }

        .btn-primary:not(:disabled):not(.disabled).active,
        .btn-primary:not(:disabled):not(.disabled):active,
        .show > .btn-primary.dropdown-toggle, .btn-primary:active,
        .btn-primary:hover, .btn-primary.disabled:active,
        .btn-primary.disabled:hover,
        .btn-primary.focus,
        .btn-primary:focus {
            background-color: #fdb813 !important;
            border-color: #fdb813;
            box-shadow: none;
        }

            .btn-primary:not(:disabled):not(.disabled).active:focus,
            .btn-primary:not(:disabled):not(.disabled):active:focus,
            .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: none;
            }

.btn-secondary {
    background-color: #000000;
    border-color: transparent !important;
    color: #fff;
}

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle, .btn-secondary:active,
    .btn-secondary:hover, .btn-secondary.disabled:active,
    .btn-secondary.disabled:hover,
    .btn-secondary.focus,
    .btn-secondary:focus {
        background-color: #2c2c2c !important;
        border-color: #2c2c2c;
        box-shadow: none;
    }

.btn-outline-primary {
    color: #032b4f;
    border-color: #032b4f;
}

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:active,
    .btn-outline-primary:hover, .btn-outline-primary.disabled:active,
    .btn-outline-primary.disabled:hover,
    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        background-color: #032b4f !important;
        border-color: #032b4f;
        box-shadow: none;
    }

.btn:focus, .btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
    background-color: #fefeff;
    border-color: #032b4f;
}

.form-group .control-label, .form-group label {
    font-weight: 500;
    font-size: 13px;
    color: #7d8083;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.form-control, .input-group-text,
.custom-select, .custom-file-label {
    border-color: #ced4da;
    border-radius: 2px;
}

    .input-group-text,
    select.form-control:not([size]):not([multiple]),
    .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-weight: 400;
        font-size: 14px;
        padding: 6px 15px;
        height: 42px;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 13px;
    color: #dc3545;
}

.btn.btn-lg {
    padding: 0.55rem 1.5rem;
}

.btn-success {
    color: #fff !important;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.pt-10 {
    padding-top: 10px !important;
}

.text-muted {
    color: #98a6ad !important;
}

.bg-primary {
    background-color: #032b4f !important;
}

.bg-info {
    background-color: #03a9f4 !important;
}

.bg-success {
    background-color: #4caf50 !important;
}

.bg-danger {
    background-color: #df3f33 !important;
}

.text-white {
    color: #fff !important;
}

.btn.btn-sm {
    line-height: 10px;
    padding: 8px 8px;
    font-size: 12px;
}

.btn.btn-md {
    padding: 7px 20px;
}

.hint-text {
    font-weight: 500;
    color: #6c757d;
    font-size: 12px;
    font-style: italic;
}

.form-group .custom-checkbox label.custom-control-label {
    font-weight: 400;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    line-height: 1.4;
}

.required {
    color: #f11919;
}

.form-group .list-radio label.custom-control-label {
    padding-top: 3px;
}

textarea.form-control {
    height: auto !important;
}

.font-14 {
    font-size: 14px !important;
}

.f-600 {
    font-weight: 600;
}

.sm-text {
    font-weight: 400;
    font-size: 12px;
    color: #919191;
}

.bg-light-gray {
    background-color: #ededed !important;
}

.progress.progress-sm {
    border-radius: 10px;
    height: 12px;
}

    .progress.progress-sm .progress-bar.rounded {
        border-radius: 10px !important;
    }

.navbar-nav .dropdown-menu {
    position: absolute;
}

.ul-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #032b4f;
    background-color: #032b4f;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #8c9faf;
    border-color: #8c9faf;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8c9faf;
}

.bb-0 {
    border-bottom: 0px !important;
}

.fill-yellow {
    color: #fdb813;
}

.mt-30 {
    margin-top: 30px;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.form-checkbox {
    margin: 35px 0px 25px;
}

.input-group select, .input-group select:focus {
    border: 0px !important;
    background-color: transparent;
}

.whitespace-rap {
    white-space: nowrap;
}

.h-250px {
    height: 250px !important;
}

.w-190px {
    width: 190px !important;
}

.w-150px {
    width: 150px !important;
}

.w-130px {
    width: 130px !important;
}

.h-170px {
    height: 170px !important;
}

.user-dashboard {
    font-size: 14px;
    color: #ffeb3b;
}

.form-add-btn {
    font-weight: 600;
    font-size: 12px;
    padding: 3px 12px;
    line-height: 1.4;
    background-color: #ddd;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    top: -3px;
    text-decoration: none;
}

    .form-add-btn:hover {
        color: #000;
        background-color: #fdb813;
        text-decoration: none;
    }
/*--- Loader :: Start ---*/
.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

    .preloader .animation-preloader {
        z-index: 1000;
    }

        .preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, 0.2);
            border-top-color: #000000;
            height: 9em;
            margin: 0 auto 3.5em auto;
            width: 9em;
        }

        .preloader .animation-preloader .txt-loading {
            font: bold 5em "Righteous";
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .preloader .animation-preloader .txt-loading .letters-loading {
                color: rgba(0, 0, 0, 0.2);
                position: relative;
            }

                .preloader .animation-preloader .txt-loading .letters-loading:before {
                    -webkit-animation: letters-loading 4s infinite;
                    animation: letters-loading 4s infinite;
                    color: #000000;
                    content: attr(data-text-preloader);
                    left: 0;
                    opacity: 0;
                    font-family: "Righteous";
                    position: absolute;
                    top: -3px;
                    -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s;
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s;
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: 0.6s;
                    animation-delay: 0.6s;
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: 0.8s;
                    animation-delay: 0.8s;
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s;
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s;
                }

                .preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    -webkit-animation-delay: 1.4s;
                    animation-delay: 1.4s;
                }

    .preloader.dark .animation-preloader .spinner {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: #fff;
    }

    .preloader.dark .animation-preloader .txt-loading .letters-loading {
        color: rgba(255, 255, 255, 0.2);
    }

        .preloader.dark .animation-preloader .txt-loading .letters-loading:before {
            color: #fff;
        }

    .preloader p {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 8px;
        color: #3b3b3b;
    }

    .preloader .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        z-index: 1;
        pointer-events: none;
    }

        .preloader .loader .row {
            height: 100%;
        }

        .preloader .loader .loader-section {
            padding: 0px;
        }

            .preloader .loader .loader-section .bg {
                background-color: #ffffff;
                height: 100%;
                left: 0;
                width: 100%;
                -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
                transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            }

        .preloader .loader.dark_bg .loader-section .bg {
            background: #111339;
        }

    .preloader.loaded .animation-preloader {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

    .preloader.loaded .loader-section .bg {
        width: 0;
        -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
        -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
        transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    }

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
/*
    .preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }*/
}
/*--- Loader :: End ---*/

/*--- Login :: Start ---*/
.bg-cover {
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #032b4f;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.bg-login {
    position: fixed !important;
    opacity: 0.2;
    filter: grayscale(100%);
}

.bg-login {
    width: 100%;
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

    .bg-login img {
        opacity: 0.5;
    }



.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.login-slick-slider {
    height: 100vh;
    margin: 0px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.login-info {
    transition-duration: .5s;
}
/*.login-slick-slider .slider-inner .slider-main-area {
        height: 100vh;
        padding: 10% 25%;
    }*/
.login-slick-slider .slider-main-area {
    padding: 30px;
}

    .login-slick-slider .slider-main-area img {
        width: 500px;
        margin: 0px auto;
        box-shadow: 0px 5px 20px 15px rgb(20 20 20 / 15%);
    }

    .login-slick-slider .slider-main-area .slider-content {
        margin-top: 50px;
        text-align: center;
    }

        .login-slick-slider .slider-main-area .slider-content .slider-title {
            font-weight: 600;
            font-size: 24px;
            color: #fff;
        }

        .login-slick-slider .slider-main-area .slider-content .slider-text {
            font-weight: 500;
            margin: 0px;
            color: #fff;
            font-size: 16px;
            line-height: 1.4;
        }

.login-slick-slider .slick-dots {
    position: relative;
    top: auto;
}

    .login-slick-slider .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 4px;
    }

        .login-slick-slider .slick-dots li button {
            width: 10px;
            height: 10px;
            padding: 0px;
            border-radius: 50%;
            background: rgb(255 255 255 / 50%);
        }

        .login-slick-slider .slick-dots li.slick-active button {
            background-color: #fff;
        }

        .login-slick-slider .slick-dots li button:before {
            display: none;
        }

.slick-dotted.slick-slider {
    margin: 0px !important;
}



.bg-slider-blue {
    background-color: #64c9e9;
}

.bg-slider-purple {
    background-color: #9aa5cd;
}

.bg-slider-green {
    background-color: #81c7a5;
}

.bg-slider-pink {
    background-color: #ef7faa;
}

.login-info h1 {
    margin-bottom: 35px;
    font-size: 60px;
    color: #fdb813;
    font-weight: 200;
}

    .login-info h1 span {
        color: #fff;
        font-weight: 600;
    }

.login-info P {
    color: #d0d0d0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.auth-body {
    position: relative;
    background-color: #fff !important;
}

.bg-image {
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center;
}

.auth-logo {
    position: fixed;
    top: 30px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 99;
}

    .auth-logo img,
    .slider-logo img {
        width: 180px;
    }

.slider-logo {
    display: none;
    padding: 30px;
}

.auth-wrapper .login-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

.auth-wrapper .login-inner-title {
    font-weight: 400;
    color: #878f97;
    font-size: 18px;
    margin-bottom: 0px;
}

.auth-wrapper .login-inner-desc {
    font-weight: 500;
    color: #818181;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.auth-wrapper .login-desc {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 50px;
}

.auth-wrapper .auth-content form {
    padding: 0px 10px;
}

.login-area .auth-content {
    width: 500px;
}

.auth-content .form-group {
    margin-bottom: 40px;
}

.auth-content .form-control {
    border: 0px !important;
    border-bottom: 2px solid #9d9d9d !important;
    border-radius: 0px;
    padding: 0px !important;
    font-size: 14px !important;
    font-weight: 600;
    background-color: transparent !important;
}

    .auth-content .form-control::-webkit-input-placeholder {
        font-weight: 600;
        color: #707070;
    }

    .auth-content .form-control::-moz-placeholder {
        font-weight: 600;
        color: #707070;
    }

    .auth-content .form-control:-ms-input-placeholder {
        font-weight: 600;
        color: #707070;
    }

    .auth-content .form-control:-moz-placeholder {
        font-weight: 600;
        color: #717171;
    }

    .auth-content .form-control:focus {
        border-bottom: 2px solid #032b4f !important;
    }

.auth-content .auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-content .btn.btn-primary {
    font-weight: 600;
    padding: 15px;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #032b4f;
}

    .auth-content .btn.btn-primary:hover,
    .auth-content .btn.btn-primary:focus {
        background: #fdb813;
    }

.auth-content .input-group {
    position: relative;
}

    .auth-content .input-group input[type='password'] {
        padding-right: 50px !important;
    }

    .auth-content .input-group .input-group-append {
        position: absolute;
        right: 0;
        z-index: 99;
        cursor: pointer;
    }

    .auth-content .input-group .input-group-text {
        border: 0;
        background-color: transparent;
    }

.auth-content .dropify-wrapper {
    height: 80px;
    border: 2px solid #9d9d9d;
}

    .auth-content .dropify-wrapper .dropify-message span.file-icon {
        font-size: 30px;
        color: #CCC;
    }

.footer-content {
    position: fixed;
    left: 0px;
    bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    width: 50%;
    color: #555;
}
/*--- Login :: End ---*/
/*--- Header :: Start ---*/
.main-body {
    background: #EEF0F8;
    background-image: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 350px;
}

.navbar-brand img.header-logo {
    max-height: 50px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.main-wrapper {
    height: 100%;
}

.navbar {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 890;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky {
    position: fixed !important;
    top: 0;
}

.main-sidebar, .navbar,
.main-content, .main-footer,
.sidebar-mini .fixed-bottom,
.fixed-bottom {
    transition: all 0.5s;
}

    .navbar .navbar-nav .nav-link {
        font-weight: 500;
        font-size: 14px;
        color: #ffffff;
        padding: 10px 15px;
        border-radius: 2px;
        letter-spacing: 0.5px;
    }

    .navbar .nav-item.active .nav-link {
        background-color: rgba(255, 255, 255, 0.1);
    }

.navbar-nav.navbar-right li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .navbar-nav.navbar-right li a.dropdown-item {
        padding: 10px 20px !important;
    }

.navbar .nav-link.nav-link-lg .feather {
    width: 20px;
    height: 20px;
    color: #fff;
}

.navbar .dropdown-list-toggle .notification-toggle .headerBadge1 {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: 4px;
    right: 9px;
    padding: 3px 6px;
    background: #fdb813;
    border-radius: 10px;
}

.bell {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 5px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0)
    }

    1% {
        -webkit-transform: rotateZ(30deg)
    }

    3% {
        -webkit-transform: rotateZ(-28deg)
    }

    5% {
        -webkit-transform: rotateZ(34deg)
    }

    7% {
        -webkit-transform: rotateZ(-32deg)
    }

    9% {
        -webkit-transform: rotateZ(30deg)
    }

    11% {
        -webkit-transform: rotateZ(-28deg)
    }

    13% {
        -webkit-transform: rotateZ(26deg)
    }

    15% {
        -webkit-transform: rotateZ(-24deg)
    }

    17% {
        -webkit-transform: rotateZ(22deg)
    }

    19% {
        -webkit-transform: rotateZ(-20deg)
    }

    21% {
        -webkit-transform: rotateZ(18deg)
    }

    23% {
        -webkit-transform: rotateZ(-16deg)
    }

    25% {
        -webkit-transform: rotateZ(14deg)
    }

    27% {
        -webkit-transform: rotateZ(-12deg)
    }

    29% {
        -webkit-transform: rotateZ(10deg)
    }

    31% {
        -webkit-transform: rotateZ(-8deg)
    }

    33% {
        -webkit-transform: rotateZ(6deg)
    }

    35% {
        -webkit-transform: rotateZ(-4deg)
    }

    37% {
        -webkit-transform: rotateZ(2deg)
    }

    39% {
        -webkit-transform: rotateZ(-1deg)
    }

    41% {
        -webkit-transform: rotateZ(1deg)
    }

    43% {
        -webkit-transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(0)
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0)
    }

    1% {
        -moz-transform: rotate(30deg)
    }

    3% {
        -moz-transform: rotate(-28deg)
    }

    5% {
        -moz-transform: rotate(34deg)
    }

    7% {
        -moz-transform: rotate(-32deg)
    }

    9% {
        -moz-transform: rotate(30deg)
    }

    11% {
        -moz-transform: rotate(-28deg)
    }

    13% {
        -moz-transform: rotate(26deg)
    }

    15% {
        -moz-transform: rotate(-24deg)
    }

    17% {
        -moz-transform: rotate(22deg)
    }

    19% {
        -moz-transform: rotate(-20deg)
    }

    21% {
        -moz-transform: rotate(18deg)
    }

    23% {
        -moz-transform: rotate(-16deg)
    }

    25% {
        -moz-transform: rotate(14deg)
    }

    27% {
        -moz-transform: rotate(-12deg)
    }

    29% {
        -moz-transform: rotate(10deg)
    }

    31% {
        -moz-transform: rotate(-8deg)
    }

    33% {
        -moz-transform: rotate(6deg)
    }

    35% {
        -moz-transform: rotate(-4deg)
    }

    37% {
        -moz-transform: rotate(2deg)
    }

    39% {
        -moz-transform: rotate(-1deg)
    }

    41% {
        -moz-transform: rotate(1deg)
    }

    43% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        transform: rotate(0)
    }

    1% {
        transform: rotate(30deg)
    }

    3% {
        transform: rotate(-28deg)
    }

    5% {
        transform: rotate(34deg)
    }

    7% {
        transform: rotate(-32deg)
    }

    9% {
        transform: rotate(30deg)
    }

    11% {
        transform: rotate(-28deg)
    }

    13% {
        transform: rotate(26deg)
    }

    15% {
        transform: rotate(-24deg)
    }

    17% {
        transform: rotate(22deg)
    }

    19% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(18deg)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }

    43% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    60% {
        transform: scaleY(0.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(0.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(0.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(0.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.navbar-brand {
    margin-right: 50px;
}

.navbar-nav.navbar-right {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.navbar .nav-link.nav-link-user {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
    padding-top: 6.5px !important;
    padding-bottom: 6.5px !important;
}

    .navbar .nav-link.nav-link-user .user-name {
        padding-left: 5px;
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar .nav-link.nav-link-user:after {
        display: none;
    }

    .navbar .nav-link.nav-link-user .user-img-style {
        border-radius: 3px;
    }

    .navbar .nav-link.nav-link-user img {
        width: 30px;
    }

.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}

.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border: none;
    width: 200px;
}

.btn.btn-icon-split i, .dropdown-item.has-icon i {
    text-align: center;
    width: 15px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.dropdown-item.has-icon i {
    margin-top: 2px;
    font-size: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #032b4f;
    text-decoration: none;
    background-color: #e6ecf2;
}

.dropdown-list {
    width: 300px;
    padding: 0;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-list .dropdown-footer, .dropdown-list .dropdown-header {
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    color: #032b4f;
}

    .dropdown-list .dropdown-footer a, .dropdown-list .dropdown-header a {
        font-weight: 600;
    }

.dropdown-menu a {
    font-size: 13px;
}

.dropdown-list .dropdown-list-content {
    height: 250px;
    overflow: hidden;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
    background-color: #fbfbfb;
    border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}

a.dropdown-item {
    padding: 12px 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #58616b;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
    line-height: 1.4;
    white-space: normal;
    color: #34395e;
    margin-left: 15px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    color: #aaa;
    float: left;
    width: 100%;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.fixed-navbar nav.navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 54 96 / 15%);
    box-shadow: 0px 5px 10px 0px rgb(0 54 96 / 15%);
}

    .fixed-navbar nav.navbar .navbar-nav .nav-link,
    .fixed-navbar nav.navbar .nav-link.nav-link-lg .feather {
        color: #58616b;
    }

    .fixed-navbar nav.navbar .nav-item.active .nav-link {
        background-color: #e6ecf2;
    }

    .fixed-navbar nav.navbar .header-logo.logo-light,
    nav.navbar .header-logo.logo-dark {
        display: none;
    }

    .fixed-navbar nav.navbar .header-logo.logo-dark {
        display: block;
    }

.navbar-toggler {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 0px;
    margin-left: 20px;
    -webkit-transition: all 0.3s;
}

    .navbar-toggler .navbar-toggler-icon {
        position: absolute;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        top: 10px;
        right: 0px;
        height: 3px;
        min-height: 3px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

        .navbar-toggler .navbar-toggler-icon::before,
        .navbar-toggler .navbar-toggler-icon::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 3px;
            min-height: 3px;
            content: "";
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 3px;
        }

        .navbar-toggler .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler .navbar-toggler-icon::after {
            bottom: -8px;
        }

        .navbar-toggler .navbar-toggler-icon:before {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            left: auto;
            right: 0px;
            width: 50%;
        }

        .navbar-toggler .navbar-toggler-icon:after {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            left: auto;
            right: 0px;
            width: 75%;
        }

        .navbar-toggler .navbar-toggler-icon::before,
        .navbar-toggler .navbar-toggler-icon::after {
            background-color: rgba(255, 255, 255, 0.7);
        }
/*--- Header :: End ---*/

/*--- Main Body :: Start ---*/
.main-content {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.card.custom-card.stat-card .card-title {
    padding-top: 25px;
    margin: 0px;
}

.card.custom-card.stat-card .profile-name {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 8px;
}

.card.custom-card.stat-card .profile-msg {
    font-weight: 300;
    font-size: 20px;
}

.card {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
}

    .card .card-statistic {
        position: relative;
        color: #ffffff;
        padding: 15px 20px;
        border-radius: 3px;
        overflow: hidden;
        cursor: pointer;
        background-color: #535353;
    }

.bg-red {
    background-color: #f44336 !important;
}

.bg-pink {
    background-color: #fe4e6b !important;
}

.bg-green {
    background-color: #00e396 !important;
}

.bg-gray {
    background-color: #e2e2e2 !important;
}

.bg-light-gray {
    background-color: #f2f2f2 !important;
}

.bg-blue {
    background-color: #008ffb !important;
}

.bg-purple {
    background-color: #775dd0 !important;
}

.bg-orange {
    background-color: #ffa12d !important;
}

.bg-yellow {
    background-color: #ffca00 !important;
}

.badge.badge-red {
    color: #fff;
    background-color: #ff0800 !important;
}

.badge.badge-pink {
    color: #fff;
    background-color: #fe4e6b !important;
}

.badge.badge-green {
    color: #fff;
    background: #00e396 !important;
}

.badge.badge-gray {
    color: #fff;
    background: #6d848e !important;
}

.badge.badge-blue {
    color: #fff;
    background: #008ffb !important;
}

.badge.badge-purple {
    color: #fff;
    background: #775dd0 !important;
}

.badge.badge-orange {
    color: #fff;
    background: #ffa12d !important;
}

.badge.badge-yellow {
    color: #fff;
    background: #ffca00 !important;
}

.card-icon:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -20px;
    bottom: -27px;
    font-weight: 600;
    font-size: 70px;
    color: rgb(255 255 255 / 50%);
    opacity: 0.3;
}

.customer-icon:before {
    content: "\f007";
}

.amtpro-icon:before {
    content: "\f1cd";
}

.site-icon:before {
    content: "\f0ac";
}

.equipment-icon:before {
    content: "\f7d9";
}

.report-icon:before {
    content: "\f1ea";
}

.card-content .dash-title-t1 {
    font-weight: 700;
    font-size: 14px;
    /*color: #5a5a5a;*/
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card-content .dash-title-t2 {
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
    /*color: #000000;*/
}
/*.card .card-statistic:hover .card-content .dash-title-t1,
.card .card-statistic:hover .card-content .dash-title-t2 {
    color: #d63e36;
}*/
.card .card-statistic .banner-img {
    text-align: right;
}

    .card .card-statistic .banner-img img {
        width: 140px;
    }



.header-area {
    padding: 40px 0px;
}

    .header-area .card {
        background-color: transparent;
        margin-bottom: 0px;
        box-shadow: none;
    }

.card .card-header {
    background-color: transparent;
    border-bottom-color: #eeeeee;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 20px 20px 15px !important;
    display: flex;
    align-items: center;
}

.header-area .card .card-header {
    height: auto;
    padding: 0px !important;
}

.header-breadcrumb .breadcrumb {
    padding: 0px;
    margin: 5px 0px 0px;
    background-color: transparent;
}

    .header-breadcrumb .breadcrumb .breadcrumb-item a,
    .header-breadcrumb .breadcrumb .breadcrumb-item.active {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        opacity: 0.75;
        text-decoration: none;
        letter-spacing: 0.5px;
    }

        .header-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            opacity: 1;
        }

        .header-breadcrumb .breadcrumb .breadcrumb-item a svg {
            width: 15px;
            position: relative;
            top: -2px;
        }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 16px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        position: relative;
        top: 45%;
        right: 8px;
        display: inline-block;
        color: #fff;
        opacity: 0.75;
        min-height: 4px;
        min-width: 4px;
        height: 4px;
        width: 4px;
        padding: 0px !important;
        border-radius: 50%;
        background-color: #fff;
    }

.card .card-header h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
}

.header-area .card .card-header h4 {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: none;
}

.card .card-header h4, .card .card-header h3 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
}

.card .card-header .card-header-action,
.card .card-header .card-header-form {
    display: flex;
    margin-left: auto;
}

.card-header-action > span.mr-3 {
    display: inline-flex;
    margin-right: 10px !important;
}

.card .card-header .card-header-action .btn,
.card .card-header .card-header-form .btn {
    font-size: 15px;
    padding: 0px 12px;
    margin: 0px 2px;
    line-height: 30px;
}

.card .card-header .card-header-action .input-group {
    margin: 0px 10px;
}


.card-header-action .btn-group-area {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    vertical-align: middle;
}

.card-header-action .mainsearch-form select.form-control {
    width: 150px;
}

.datatablesearch {
    display: inline-block;
}

    .datatablesearch .dataTables_filter > label {
        font-size: 0px;
        display: flex;
        margin: 0px;
        position: relative;
        top: -4px;
    }

    .datatablesearch .dataTables_filter label input {
        width: 300px;
    }

.mainsearch-form {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.card-header-action .mainsearch-form select.form-control,
.card-header-action .mainsearch-form .form-control {
    height: 35px;
    padding: 8px 40px 8px 15px;
    border-radius: 4px !important;
}

.card-header-action .mainsearch-form select.form-control {
    border-radius: 4px 0px 0px 4px;
}

.mainsearch-form .input-group-append {
    position: absolute;
    right: 0px;
    margin: 0px !important;
}

    .mainsearch-form .input-group-append .btn {
        background-color: transparent !important;
        color: #000;
        font-size: 16px !important;
        z-index: 99;
    }

.card-head-filter {
    display: flex;
}

    .card-head-filter .select2 {
        margin-left: 8px;
    }

    .card-head-filter ~ .btn {
        margin-left: 5px;
    }

.custom-modal .modal-header {
    position: relative;
    padding: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: block;
    display: block;
    -ms-flex-align: center;
}

    .custom-modal .modal-header .close {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: red;
        margin: 0;
        padding: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        outline: none !important;
        text-shadow: none;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        border-radius: 50%;
        padding-left: 2px;
        text-align: center;
        opacity: 1;
        z-index: 99;
    }

        .custom-modal .modal-header .close span {
            position: relative;
            top: -1px;
        }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.dropdown-table .btn.dropdown-toggle {
    position: absolute;
    left: 15px;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 5px 10px;
    height: 50px;
    vertical-align: middle;
}

.table th {
    font-weight: 600;
    border-bottom: none;
    background-color: #e6ecf2;
    color: #414141;
    padding-top: 15px;
    padding-bottom: 15px;
}

table > thead > tr > th {
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}

table th {
    border-top: 1px !important;
    border-bottom: 1px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 38px;
    width: 250px !important;
}

table img.user-pic {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    vertical-align: middle;
}

table select.user-status.form-control {
    width: 120px;
    height: 32px !important;
    padding: 5px 15px !important;
    display: block;
    margin: 0px auto;
}

table th[data-orderable="false"] {
    padding: .75rem !important;
}

th[data-orderable="false"]:before,
th[data-orderable="false"]:after {
    display: none !important;
}

.checkbox-table .header-check {
    position: relative;
}

    .checkbox-table .header-check .dropdown-table {
        display: none;
        position: absolute;
        top: 6.5px;
        left: 44px;
        z-index: 9;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

        .checkbox-table .header-check .dropdown-table .btn {
            font-size: 12px;
            padding: 10px 10px;
            line-height: 1;
        }

        .checkbox-table .header-check .dropdown-table .dropdown.show .btn {
            border-radius: .25rem .25rem 0rem 0rem;
        }

        .checkbox-table .header-check .dropdown-table .dropdown-menu {
            background-color: #ffffff;
            border-color: #ffffff;
            margin: 0px;
            padding: 0px;
            border-radius: 0rem 0rem 0.25rem 0.25rem;
            width: 100%;
        }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item {
                background-color: transparent;
                font-weight: 400;
                padding: 8px 15px;
            }

            .checkbox-table .header-check .dropdown-table .dropdown-menu.tb-dropdown .dropdown-item.disabled {
                font-weight: 500;
                font-size: 13px;
                border-top: 1px solid rgba(0, 0, 0, 0.2);
                margin-top: 5px;
            }

                .checkbox-table .header-check .dropdown-table .dropdown-menu.tb-dropdown .dropdown-item.disabled:first-child {
                    border-top: 0px solid rgba(0, 0, 0, 0.2);
                    margin-top: 0px;
                }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:last-child {
                border-bottom: 0px;
                border-radius: 0rem 0rem 0.25rem 0.25rem;
            }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item i {
                margin: 0px;
                padding-right: 8px;
            }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:hover,
            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:focus {
                cursor: pointer;
                background-color: #d63e36;
                color: #fff !important;
            }

.bootstrap-datetimepicker-widget table th {
    line-height: 1.4;
    padding: 7px 5px;
}


.action-area {
    white-space: nowrap;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 800;
    background-color: #fff;
    padding: 15px 0px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 8%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 8%);
}

.dataTables_length label {
    margin-bottom: 0px;
}

.dataTables_length select.custom-select.form-control {
    width: 100px;
    height: 35px !important;
    padding: 6px 10px !important;
}

table .thead-sm th {
    font-size: 11px;
}

.customPaginationContainer .pagination {
    float: right;
    margin: 0px;
}

.pagination-container .disabled.three-dots {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-left: -1px;
}

.footer-area .customttotalContainer {
    text-align: center;
    font-size: 14px;
    padding: 7px 10px;
}

.profile-header {
    display: block;
    margin-bottom: 30px;
}

    .profile-header img {
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0px auto 25px;
    }

    .profile-header .user-name {
        font-weight: 600;
        font-size: 24px;
        color: #404345;
        text-align: center;
    }

    .profile-header .user-year {
        font-weight: 400;
        font-size: 14px;
        color: #808791;
        text-align: center;
    }

.profile-body .inner-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .profile-body .inner-list > li {
        padding: 10px 0px;
    }

.profile-body .label-2 {
    font-weight: 500;
}

.badge {
    font-weight: 400;
    font-size: 12px;
    padding: 8px 12px;
}

    .badge.rounded {
        padding: 5px 15px;
        border-radius: 40px !important;
    }

    .badge.badge-warning {
        background-color: rgba(255, 190, 11, 0.2);
        color: #ffbe0b;
    }

    .badge.badge-primary {
        background-color: #d63e36
    }

    .badge.badge-secondary {
        background-color: #34395e
    }

    .badge.badge-success {
        color: #00c9a7;
        background: rgba(0, 201, 167, 0.1);
    }

    .badge.badge-info {
        background-color: #3abaf4
    }

    .badge.badge-danger {
        background-color: rgba(255, 92, 117, 0.2);
        color: #ff5c75;
    }

    .badge.badge-light {
        background-color: #e3eaef;
        color: #191d21
    }

    .badge.badge-white {
        background-color: #fff;
        color: #191d21
    }

    .badge.badge-dark {
        background-color: #191d21
    }

.uploadimage-block {
    display: block;
}

    .uploadimage-block .preview-upload-area {
        position: relative;
        border: 1px dashed #999;
        padding: 140px 50px 10px 50px;
        width: 200px !important;
        height: 200px !important;
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        border-radius: 4px;
    }

    .uploadimage-block .fileUpload {
        height: 200px;
        width: 200px;
        left: 0px;
        opacity: 0;
        cursor: pointer;
        top: 0px;
        position: absolute;
        z-index: 10;
    }

    .uploadimage-block .portimg {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        max-width: 200px;
        max-height: 200px;
        z-index: 9;
    }

    .uploadimage-block .removebtn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        border: 1px solid #ff2337;
        background-color: #ff2337;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 99;
    }

        .uploadimage-block .removebtn:hover,
        .uploadimage-block .removebtn:focus {
            opacity: 0.9;
            outline: none;
        }

    .uploadimage-block .preview-upload-area:before {
        content: "\f055";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 58%;
        left: 50%;
        font-size: 30px;
        line-height: 1;
        color: #666;
        transform: translateX(-50%) translateY(-50px);
    }

    .uploadimage-block .preview-upload-area:after {
        content: "drag & drop your image here";
        display: block;
        position: absolute;
        text-align: center;
        top: 55%;
        left: 42%;
        width: 112px;
        height: 40px;
        margin: -25px 0 0 -100px;
        font-size: 13px;
        color: #666;
        line-height: 1.6;
        transform: translate(50%, 50%);
    }

.multiselectdropdown ~ .btn-group .multiselect {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 0px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    white-space: initial;
    text-align: left;
    border: 0px;
    padding: 8px 12px;
}

.multiselectdropdown ~ .btn-group .multiselect li {
    font-weight: 400;
    display: inline-block;
}

    .multiselectdropdown ~ .btn-group .multiselect li:first-child:before {
        content: '';
    }

    .multiselectdropdown ~ .btn-group .multiselect li:before {
        content: ', ';
    }

.multiselectdropdown ~ .btn-group {
    display: block !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}

.bootstrap-select > button.btn.dropdown-toggle {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
}

    .bootstrap-select > button.btn.dropdown-toggle:focus {
        outline: none !important;
        border-color: #0062cc;
        box-shadow: none !important;
        background-color: #ffffff !important;
    }

.bs-searchbox {
    position: relative;
}

    .bs-searchbox:before {
        content: "\f002";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .bs-searchbox .form-control {
        padding: .375rem 3rem .375rem .75rem;
    }

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #0062cc;
}

.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    outline: none !important;
    color: #fff !important;
    background-color: #0062cc;
}

.bootstrap-select.form-control {
    padding: 0px !important;
}

.input-box {
    margin-right: 5px;
}

    .input-box .input-groups {
        position: relative;
    }

        .input-box .input-groups input {
            border-radius: 4px !important;
            padding-right: 35px !important;
        }

.input-groups .input-group-append .input-group-text {
    padding: 5px 10px;
    height: 35px;
    border: 0px;
    background-color: transparent;
    border-radius: 5px;
}

.input-groups .input-group-append {
    position: absolute;
    top: 0px;
    right: 0px;
}

.report-box {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.modal-body .report-box:last-child {
    border-bottom: 0px solid #ddd;
}

.report-box .report-img {
    float: left;
}

    .report-box .report-img img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }

.report-box .report-details {
    margin-left: 75px;
}

    .report-box .report-details .report-name {
        font-weight: 500;
        font-size: 17px;
        display: flex;
        margin-bottom: 5px;
    }

        .report-box .report-details .report-name > .report-date {
            margin-left: auto;
            font-size: 14px;
            padding-top: 3px;
        }

    .report-box .report-details .report-mobile {
        margin-bottom: 5px;
    }

.report-box .report-mobile > i,
.report-box .report-comment > i {
    width: 20px;
    text-align: center;
    padding-right: 2px;
}

.report-box .report-comment {
    color: #e75e5e;
}
/*--- Main Body :: End ---*/



.card.card-grid .card-header {
    height: auto;
    border: 0px !important;
}

.card-grid .card-grid-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 15px 20px;
}

.card-box-img {
    margin-right: 15px;
}

    .card-box-img img,
    .tb-img img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.tb-img {
    text-align: center;
}

.card-grid .card-grid-box .card-grid-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.card-grid .card-grid-box .card-grid-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    width: 20%;
}

    .card-grid .card-grid-box .card-grid-value .badge {
        width: 45px;
        color: #ffffff;
        background: #00c9a7;
    }

.card-grid .card-grid-box .card-grid-label .circle {
    width: 17px;
    height: 17px;
    background-color: #032b4f;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #032b4f;
}

.card-grid .card-grid-box:nth-of-type(even) .card-grid-label .circle {
    background-color: transparent;
    border-color: #919191;
}

.page-item.active .page-link {
    background-color: #032b4f;
    border-color: #032b4f;
}

.page-link:focus {
    box-shadow: none;
}

.form-control ~ .select2-container {
    width: 100% !important;
}

.select2-container {
    display: block;
}

.select2-container--default .select2-selection--single {
    height: 42px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

.card-header-action .select2-container--default .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
}
select.form-select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-header-action .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
    display: none !important;
}

.card-header-action .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-results__option {
    padding: 6px 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #032b4f;
    color: white;
}

.select2-container .select2-selection--multiple {
    min-height: 36px;
}

.select2-selection.select2-selection--multiple.form-control.form-select {
    padding: 2px 30px 6px 15px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding: 3px 15px 8px !important;
    height: auto !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0;
    margin-left: 0px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 22px;
    vertical-align: middle;
}

.select2-container .select2-search--inline .select2-search__field {
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    margin-left: 0px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center !important;
    overflow: hidden;
    padding-left: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    order: 2;
    background-color: #f4f4f4;
    padding: 1px 5px 4px;
    color: #969696;
    font-size: 17px;
    border-radius: 0px;
    font-weight: 500;
    border-right: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    padding: 5px 5px;
    border-right: 1px solid #ddd;
}

.form-control.form-select, .custom-select {
    display: block;
    width: 100%;
    padding: .75rem 3rem .75rem 1rem !important;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 16px 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 13px;
    right: 35px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background-color: #b5b5b5;
    width: 18px;
    height: 18px;
    line-height: 1;
    padding: 0px;
    border-radius: 50%;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__clear > span {
        position: absolute;
        top: 45%;
        left: 51%;
        transform: translate(-50%, -50%);
    }

.list-features-text .select2.select2-container .select2-selection {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 33px;
    padding: 9px 30px 7px 10px;
    color: #181c32;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 16px 12px;
}

.list-features-text .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: rgb(238, 238, 238) !important;
}

.card-header-action .select2.select2-container {
    width: 160px !important;
}

.card-header-action .nav.nav-pills {
    display: contents;
}

.inner-boxes {
    font-weight: 700;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
}

.warning-exclamation {
    cursor: pointer;
    font-size: 22px;
    color: #ffca00;
}

.warning-exclamation-sm {
    color: #ffca00;
}

.main-inner-box {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .main-inner-box li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }

        .main-inner-box li:last-child {
            border-bottom: 0px solid #ddd;
        }

    .main-inner-box .main-inner-title2, .main-inner-box .main-inner-value {
        margin-left: auto;
    }

    .main-inner-box .main-inner-head {
        background-color: #eaeaea;
    }

        .main-inner-box .main-inner-head .main-inner-title1,
        .main-inner-box .main-inner-head .main-inner-title2,
        .main-inner-box .main-inner-foot .main-inner-label,
        .main-inner-box .main-inner-foot .main-inner-value {
            font-weight: 600;
            font-size: 16px;
        }


table .tb-input {
    width: 100px;
}

table .tb-label1 {
    font-weight: 600;
}

.color-box {
    width: 20px;
    height: 20px;
    background-color: red;
    display: block;
}




.selectcolor-dropdown {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fdfdff;
    background-clip: padding-box;
    border: 1px solid #e4e6fc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-color-drop > li > .color, .btn > span.color {
    width: 38px;
    height: 18px;
    border-radius: 2px;
    float: left;
    background-color: red;
}

.btn > span.color {
    margin-right: 5px;
}

.select-color-drop li {
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
}

table.table-thead-color thead tr {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #6d848e14;
}

.custom-accordion .card-header .btn {
    line-height: 30px;
    width: 100%;
    padding: 15px 15px;
    height: 55px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    text-decoration: none !important;
}

    .custom-accordion .card-header .btn:after {
        content: "\f077";
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        position: absolute;
        right: 15px;
        font-size: 14px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: transform 0.25s ease;
        -o-transition: transform 0.25s ease;
        transition: transform 0.25s ease;
    }

    .custom-accordion .card-header .btn.collapsed:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.swal-overlay--show-modal .swal-modal {
    will-change: auto;
}

table.dataTable {
    width: 100% !important;
}

.page-item .page-link {
    color: #6c757d;
}

button.btn.btn-link {
    color: #858585;
    text-decoration: none;
}

.custom-file,
.custom-file .custom-file-input,
.custom-file .custom-file-label,
.custom-file .custom-file-label::after {
    height: 42px;
    line-height: 1.9;
}

    .custom-file .custom-file-label {
        text-align: left;
        margin: 0px;
    }

        .custom-file .custom-file-label::after {
            height: 40px;
            padding: 10px;
            line-height: 1.4;
        }

.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    background-color: #fefeff;
    border-color: #032b4f
}





.list-row {
    display: table;
    width: 100%;
}

.listcol-1, .listcol-2, .listcol-3 {
    display: table-cell;
    vertical-align: top;
}

.listcol-1 {
    width: 180px;
    display: block;
}

.listcol-2 {
    width: 100%;
    padding-left: 15px;
}

.list-action {
    float: left;
    width: 30px;
}

    .list-action .list-li {
        margin-top: 10px;
        font-size: 15px;
    }

.list-info {
    padding-left: 30px;
}

    .list-info .list-id {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-info .list-img {
        width: 150px;
        height: 150px;
    }

    .list-info .list-info-img {
        position: relative;
        margin-bottom: 10px;
    }

    .list-info .list-info-ribbon {
        position: absolute;
        z-index: 9;
        top: 10px;
        left: 10px;
    }

.list-info-ribbonlabel {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #82b440;
}

.list-link-top, .tb-link {
    font-size: 16px;
    display: inline-block;
    color: #007bff;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px dashed #007bff;
    text-decoration: none !important;
}

    .list-link-top:hover, .list-link-top:focus,
    .tb-link:hover, .tb-link:focus {
        color: #fdb813;
        border-bottom: 1px dashed #fdb813;
    }

.list-info .list-postdate {
    font-weight: 500;
    font-size: 12.9px;
    color: #5f5f5f;
}

.list-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

    .list-title .emi-row {
        float: right;
    }

.features-list {
    margin-bottom: 12px;
}

    .features-list label {
        margin: 0px;
    }

    .features-list .list-features-label {
        margin: 0px;
        color: #8b8c95;
    }

    .features-list .list-features-text {
        font-weight: 500;
        display: inline-block;
    }

.list-features-text .select2-container {
    display: inline-block;
}

.list-social li {
    display: inline-block;
    margin-bottom: 5px;
}

.list-social .list-social-link {
    font-size: 11px;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    background-color: #d9dfe5;
    border-radius: 2px;
}

    .list-social .list-social-link:hover {
        color: #fff;
        background-color: #032b4f;
    }

.ownername, .ownercontact {
    font-size: 13px;
    font-weight: 500;
}

.features-list select.form-control {
    height: 36px !important;
    padding: 5px 10px !important;
}

.features-list .list-features-text.assignto-label {
}

.features-list .list-features-text.price-label {
    font-weight: 700;
    font-size: 20px;
    color: #d8232a;
    line-height: 1.2;
}

.features-list .list-features-text.sqft-label {
    font-weight: 700;
    font-size: 20px;
    color: #00bcd4;
    line-height: 1.2;
}

.btn-clear {
    padding: 0px;
    height: auto;
    border: 0px;
    line-height: 1.2;
    background-color: transparent;
    font-size: 14px;
    color: #d85147;
    font-weight: 600;
}

    .btn-clear:hover,
    .btn-clear:focus {
        color: #c9352a;
        outline: none;
    }

.filter-body .form-group {
    margin-bottom: 10px;
}

.filter-body .select2-selection.select2-selection--multiple.form-control.form-select {
    padding: 4px 30px 4px 15px !important;
    line-height: 1.2;
    min-height: 44px !important;
    font-size: 14px;
    border-radius: 2px;
}

.filter-body .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    padding: 4px 7px;
    border-right: 1px solid #ddd;
}

.filter-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 2.5px 5px 4px;
    line-height: 1;
}

.choices__list--multiple .choices__item {
    background-color: #032b4f;
    border: 1px solid #032b4f;
}

.choices__inner {
    background-color: #fdfdff;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    min-height: 26px;
}

.choices__input {
    width: 30px !important;
    background-color: transparent;
    margin: 0px;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid #d5d5d5;
}

.copyright {
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    margin: 0px;
    color: #a4a4a4;
}

img.list-icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: relative;
    top: -2px;
}

.ml-32 {
    margin-left: 32px !important;
}

.ml-22 {
    margin-left: 22px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.datepicker table tr td, .datepicker table tr th,
.datepicker table tr td span {
    border-radius: 0px;
}

    .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active,
    .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
        background-color: #032B50;
        border-color: #032B50;
    }

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #032B50;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    color: #fff;
    background-color: #032B50;
    border-color: #032B50;
}


.main-sidebar {
    position: relative;
}

    .main-sidebar:after {
        content: "";
        width: 100%;
        height: 200px;
        background-image: url(../images/login-bg.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 1000px;
        bottom: 0px;
        right: 0px;
        position: absolute;
        display: inline-block;
        /*opacity: 0.5;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
    }

.box-hint-desc p {
    font-size: 14px;
    margin-bottom: 5px;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

    .box-hint-desc p:last-child {
        margin-bottom: 0px;
    }

.form-divider {
    margin: 8px 10px;
}

.map-box iframe {
    width: 100%;
    height: 400px;
    border: 0px;
}

.nav-pills .nav-link {
    color: #fff;
    background-color: #a7b5c2;
    margin-right: 5px;
    border-radius: 3px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #032b4f;
    }

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
    color: #032b4f;
}

.bt-1 {
    border-top: 1px solid #ced4da;
}

.modal-card .features-list {
    margin-bottom: 5px;
}

.badge {
    font-weight: 500;
}

    .badge.badge-warning {
        background-color: #f6aa39;
        color: #ffffff;
    }

    .badge.badge-success {
        color: #28a745;
        background: #ddf7e3;
    }
/*Ashish*/
.schedule-box {
    padding: 0px 0px;
    margin: 0px 0px;
    border-bottom: 1px solid #c7c7c7;
}

.col-lg-12:last-child .schedule-box {
    border-bottom: 0px;
    padding-bottom: 0px !important;
}


.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #032b4f;
}

    .irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
        border-top-color: #032b4f;
    }

.irs--flat .irs-handle > i:first-child {
    background-color: #032b4f;
}

.irs--flat .irs-bar {
    background-color: #2f506e;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #2f506e;
}


ul.multiselect-container.dropdown-menu {
    width: 100%;
    padding: 10px;
}

.multiselect-container > li {
    margin-bottom: 5px;
}

    .multiselect-container > li:last-child {
        margin-bottom: 0px;
    }

.multiselect.dropdown-toggle {
    position: relative;
}

    .multiselect.dropdown-toggle::after {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #032b4f !important;
}

.daterangepicker td.in-range {
    background-color: #d9dfe5;
}

.dropzone .dz-preview {
    margin: 10px;
}

    .dropzone .dz-preview .dz-image {
        border-radius: 5px;
    }

.dropzone {
    padding: 10px 10px;
    border: 2px dashed #ced4da;
    border-radius: 5px;
    background: #e8ebee;
    background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

    .dropzone .dz-message {
        text-align: center;
        margin: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .dropzone .dz-message .dz-button {
            font-weight: 600;
            font-size: 16px;
            color: #6e8da8;
        }

.table.cust-table th {
    background-color: #e6ecf2 !important;
}

.table.cust-table.table-bordered {
    border: 1px solid #b7b7b7 !important;
}

    .table.cust-table.table-bordered td, .table.cust-table.table-bordered th {
        border: 1px solid #b7b7b7;
    }

    .table.cust-table.table-bordered td {
        background-color: #ffffff;
    }

.nav.nav-pills-header .nav-link {
    display: inline-block;
}

.tb-width-300 {
    width: 300px !important;
    display: block;
}

.card.custom-card .card-header {
    border: 0px;
    padding: 25px;
    height: auto;
}

    .card.custom-card .card-header h4, .card .card-header h3, .card .card-header h4 {
        font-size: 18px;
    }

.card-header .title-t2 {
    font-weight: 500;
    font-size: 16px;
    color: #515151;
}

.card.custom-card .card-header .head-muted {
    font-weight: 500;
    font-size: 18px;
    color: #B5B5C3;
    margin-top: 4px;
}

.head-value {
    font-weight: 800;
    font-size: 20px;
    color: #1BC5BD;
}

.card.custom-card .card-body {
    padding: 0px;
}

.bg-radial-gradient-danger {
    background-color: #F64E60;
    background-image: radial-gradient(circle, rgba(255, 226, 229, 0.4), #F64E60 70%);
}

.bg-radial-gradient-green {
    background-color: #97dad3;
    background-image: radial-gradient(circle, rgb(11 64 103 / 20%), #009688 70%);
}

.card-rounded {
    border-radius: 6px;
}

.card-spacer {
    padding: 20px !important;
}

.state-area-box {
    margin-top: -100px;
}

.inner-stat {
    background-color: #f5f8fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

    .inner-stat .inner-stat-icon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: #5b748a;
        background-color: #dae2e8;
        margin-bottom: 30px;
    }

    .inner-stat .inner-stat-label {
        font-weight: 600;
        font-size: 14px;
        color: #5b748a;
        margin-top: 8px;
    }

    .inner-stat.inner-stat-2 .inner-stat-label {
        margin-bottom: 20px;
    }

    .inner-stat .inner-stat-value {
        position: relative;
        font-weight: 600;
        font-size: 20px;
    }

    .inner-stat .inner-stat-hint {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px;
        color: #3f3f3f;
    }

.state-card-boxes .state-card-value {
    width: 100%;
    height: 210px;
}

.state-card-3 {
    margin-left: 20px;
}

.state-card-boxes {
    margin: 15px 20px 5px;
}

.state-card-2 .state-card-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.state-card-labels.mb-2 {
    margin-bottom: 20px !important;
}

.state-card-labels {
    font-weight: 500;
    color: #666e76;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .state-card-labels .stat-count {
        padding-right: 5px;
        font-weight: 700;
        color: #000
    }

        .state-card-labels .stat-count > a {
            position: relative;
        }

            .inner-stat .inner-stat-value:after,
            .state-card-labels .stat-count > a:after {
                content: "";
                position: absolute;
                border-bottom: 1px dashed #032b4f;
                width: 100%;
                bottom: 0px;
                left: 0px;
            }

            .inner-stat .inner-stat-value:hover:after,
            .state-card-labels .stat-count > a:hover:after {
                border-bottom-color: #fdb813;
            }

    .state-card-labels > i {
        /* width: 30px;
        color: #5b748a;
        text-align: center;
        font-size: 18px;
        border-radius: 0;
        margin-right: 8px;*/
        font-size: 12px;
        margin-right: 8px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        color: #5b748a;
        background-color: #dae2e8;
    }

    .state-card-labels .state-content {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.card.custom-card.fix-height .card-body {
    padding: 2rem 2.25rem;
}

.fix-height {
    height: 280px;
}

.cover-bg {
    background-color: #3f51b5;
    background-image: url(../images/bg-stat.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.stat-link {
    font-weight: 600;
    font-size: 22px;
}

    .stat-link:hover {
        text-decoration: none;
        opacity: 0.8;
    }

.card-body-inner-text p {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px 20px;
    opacity: 0.8;
}

.btn-link-white {
    color: #fff;
}

.btn-link {
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.datepicker table {
    width: 100%;
}

.card-header .btn-panel-header.dropdown-toggle:after {
    display: none;
}

.card-header-action .btn-group-area.card-filter {
    display: flex;
}

.card-header .card-header-action .btn-panel-header {
    border: 1px solid #ddd;
    height: 30px;
    width: 30px;
    padding: 0px !important;
}

.card-header .card-header-action .btn-panel-header {
    height: 30px !important;
    width: 30px !important;
    line-height: 1 !important;
    padding: 8px !important;
    background-color: #ffffff;
    color: #a0a0a0;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    font-size: 12px !important;
    display: block;
}

.card-header-action .btn-group-area.card-filter .header-dropdown {
    margin-left: 5px;
}

.dropdown-menu.filter-dropdown {
    width: 400px;
    padding: 15px 15px;
}

.card-header-action .dropbox-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.card-header-action .custom-control-label {
    line-height: 1.4;
}

.card-header-action .filter-action {
    margin-top: 10px;
}

.dropdown.header-dropdown .dropdown-menu .dropdown-item > i {
    width: 20px;
    margin-right: 5px;
}

.dropdown.header-dropdown .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    line-height: 1.8;
    border-bottom: 1px solid #e6e6e6;
}

    .dropdown.header-dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: 0px solid #e6e6e6;
    }

.tb-location-name > i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0d497f;
    background-color: #c1d7eb;
    border-radius: 50%;
    margin-right: 10px;
}

.tb-location-name.icon-success > i {
    color: #50cd89;
    background-color: #b6f4d3;
}

.tb-location-name.icon-danger > i {
    color: #FF4560;
    background-color: #fcced5;
}

.tb-location-name.icon-warning > i {
    color: #ffc700;
    background-color: #f8ecc2;
}

.card-header-action .form-control {
    font-weight: 500 !important;
    position: relative;
    width: 210px !important;
    padding-left: 38px !important;
    padding-top: 7px !important;
    border: 0px !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    height: 34px !important;
    color: #212529;
}

.card-header-action .input-group .input-group-addon .input-group-text {
    font-size: 14px;
    height: 34px;
}

.card-header-action .input-group .input-group-addon {
    position: absolute;
    z-index: 9;
}

    .card-header-action .input-group .input-group-addon .input-group-text {
        background-color: transparent;
        border: 0px;
        padding-right: 0;
        color: #5b748a;
    }

.form-control.daterangepicker_date {
    width: 290px;
}

.daterangepicker .ranges li.active {
    background-color: #032b4f;
}


.card-box-area {
    position: relative;
    background-color: #F1416C;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

    .card-box-area:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/wave-bg.svg);
        background-size: cover;
        background-position-x: right;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

.card-box-area-head {
    padding: 20px;
}

    .card-box-area-head .card-box-area-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        border: 1px dashed #fff;
        border-radius: 50%;
        color: #fff;
    }

.card-box-area-body {
    padding: 0px 20px 10px;
}

    .card-box-area-body .card-box-area-value {
        font-weight: 600;
        font-size: 26px;
        color: #fff;
    }

        .card-box-area-body .card-box-area-value > span {
            font-size: 16px;
            font-weight: 500;
            padding-left: 10px;
        }

.card-box-area-foot {
    padding: 15px 20px;
    background-color: rgb(0 0 0 / 15%);
}

    .card-box-area-foot .card-box-area-total {
        color: #fff;
    }

        .card-box-area-foot .card-box-area-total .card-box-area-total-value {
            font-size: 18px;
            font-weight: 600;
        }

        .card-box-area-foot .card-box-area-total .card-box-area-total-label {
            font-weight: 600;
            font-size: 14px;
            opacity: 0.8;
        }

.card-box-area-2 {
    position: relative;
    background-color: #2196f3;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

    .card-box-area-2:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/wave-bg.svg);
        background-size: cover;
        background-position-x: right;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

    .card-box-area-2 .card-box-area-body {
        padding: 0px 20px 10px;
        margin-left: auto;
    }

    .card-box-area-2 .card-box-area-head {
        padding: 20px 0px 0px 20px;
    }

        .card-box-area-2 .card-box-area-head .card-box-area-icon {
            border: 2px dashed #ffeb3b;
            color: #ffeb3b;
        }

    .card-box-area-2 .card-box-area-body .card-box-area-value {
        font-weight: 600;
        font-size: 40px;
        line-height: 1;
        color: #ffeb3b;
        padding-top: 20px;
    }

    .card-box-area-2 .card-box-area-title {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        margin-left: 15px;
    }

    .card-box-area-2 p {
        margin: 0px;
        text-align: right;
        font-size: 14px;
        color: #fff;
        margin: 0px 20px 15px;
    }

.card-rounded-top.card-middle {
    margin: 0px auto;
}

.card-rounded-top > div {
    width: 100% !important;
}

input.form-control.daterangepicker_date:hover,
input.form-control.daterangepicker_date:focus {
    background-color: #d9dfe5;
    cursor: pointer;
}

.form-control.form-box {
    border: 1px solid #d9dfe5 !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #032b4f;
}

.navbar-nav .dropdown .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    border: 0px !important;
    font-weight: 400;
    font-size: 13px;
    height: 10px;
    line-height: 1;
    position: relative;
    top: 3px;
    margin-left: 6px;
}




.structure-tree-area .structure-tree-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.structure-tree-area .structure-tree-box {
    position: relative;
    margin: 0 9px 33px;
}

    .structure-tree-area .structure-tree-box .structure-tree-inner {
        background-color: #fff;
        width: 219px;
        height: 87px;
        border-radius: 12px;
        color: #0a0a0b;
        outline: 0;
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%), inset 0 0 0 1px #eaeaeb;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%), inset 0 0 0 1px #eaeaeb;
        -webkit-transition: border .3s ease,-webkit-box-shadow .2s;
        transition: border .3s ease,-webkit-box-shadow .2s;
        -o-transition: box-shadow .2s,border .3s ease;
        transition: box-shadow .2s,border .3s ease;
        transition: box-shadow .2s,border .3s ease,-webkit-box-shadow .2s;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .structure-tree-area .structure-tree-box .structure-tree-inner {
        position: relative;
    }

        .structure-tree-area .structure-tree-box .structure-tree-inner .structure-tree-userimg {
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .structure-tree-area .structure-tree-box .structure-tree-userimg a {
        display: block;
        margin: 0px auto;
        text-align: center;
    }

    .structure-tree-area .structure-tree-box .structure-tree-userimg img {
        width: 46px;
        height: 46px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #eaeaeb;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
        -o-transition: all .8s cubic-bezier(.19,1,.22,1);
        transition: all .8s cubic-bezier(.19,1,.22,1);
    }

.structure-tree-area .structure-tree-inner .structure-tree-userinfo {
    text-align: center;
}

.structure-tree-area .structure-tree-box .structure-tree-userinfo .structure-tree-username {
    font-size: 14px;
    color: #0a0a0b;
    padding: 0 10px;
}

    .structure-tree-area .structure-tree-box .structure-tree-userinfo .structure-tree-username:hover {
        color: #109ad7;
    }

.structure-tree-area .structure-tree-box .structure-tree-userinfo .structure-tree-userposition {
    font-size: 14px;
    line-height: 15px;
    overflow: hidden;
    padding: 0 10px;
    color: #707075;
    text-align: center;
}

.structure-tree-area .structure-tree-box .structure-tree-action .structure-tree-reports {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 11px 1px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 21px;
    font-size: 11px;
    background-color: #2b2a2c;
    border-radius: 20px;
    font-weight: 400;
    color: #fff;
    border: 0px !important;
    z-index: 5;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

    .structure-tree-area .structure-tree-box .structure-tree-action .structure-tree-reports[aria-expanded="true"] {
        background-color: #109ad7;
    }

.structure-tree-area .structure-tree-box .structure-tree-reports:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    top: -1px;
    left: 4px;
    position: relative;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.structure-tree-area .structure-tree-box .structure-tree-action .structure-tree-reports[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.semiborder {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .semiborder .semiborder-left, .semiborder .semiborder-right {
        border-top: 2px solid #0a0a0b;
        margin: 0 10%;
        width: 30%;
    }

        .semiborder .semiborder-left:after,
        .semiborder .semiborder-left:before,
        .semiborder .semiborder-right:after,
        .semiborder .semiborder-right:before {
            content: "";
            width: calc(10% + 1px);
            height: 12px;
            position: absolute;
            display: block;
        }

        .semiborder .semiborder-left:before {
            border-top: 2px solid #0a0a0b;
            border-left: 2px solid #0a0a0b;
            border-top-left-radius: 8px;
            margin-left: -10%;
            margin-top: -2px;
        }

        .semiborder .semiborder-left:after {
            border-bottom: 2px solid #0a0a0b;
            border-right: 2px solid #0a0a0b;
            border-bottom-right-radius: 6px;
            margin-left: 30%;
            margin-top: -12px;
        }

        .semiborder .semiborder-right:before {
            border-bottom: 2px solid #0a0a0b;
            border-bottom-left-radius: 6px;
            margin-left: calc(-10% - 1px);
            margin-top: -12px;
            border-left: 2px solid #0a0a0b;
        }

        .semiborder .semiborder-right:after {
            border-top: 2px solid #0a0a0b;
            border-top-right-radius: 8px;
            margin-left: 30%;
            border-right: 2px solid #0a0a0b;
            margin-top: -2px;
        }

.structure-tree-report-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
}

.structure-tree-report-manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
}

    .structure-tree-report-manager .structure-tree-report-manager-box {
        cursor: pointer;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 7px;
    }

        .structure-tree-report-manager .structure-tree-report-manager-box .structure-tree-report-manager-img img {
            width: 26px;
            height: 26px;
            overflow: hidden;
            background-color: #fff;
            border-radius: 100%;
            border: 1px solid #eaeaeb;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
            -o-transition: all .8s cubic-bezier(.19,1,.22,1);
            transition: all .8s cubic-bezier(.19,1,.22,1);
        }

        .structure-tree-report-manager .structure-tree-report-manager-box .structure-tree-report-manager-name {
            font-size: 12px;
            padding-left: 5px;
        }

.structure-boxcollapse {
    float: right;
    display: inline-block !important;
    margin: 0px 10px 0px 0px;
    font-size: 12px;
    cursor: pointer;
}

    .structure-boxcollapse > i {
        color: #707075;
    }

.structure-tree-area .checkbox-control.custom-control.custom-checkbox {
    position: absolute;
    top: 6px;
    left: 9px;
}

.structure-tree-area .custom-checkbox .custom-control-label::before {
    border-radius: 4px;
    background-color: #f7fbff;
}

.structure-tree-area .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #032b4f;
    background-color: #032b4f;
}

.structure-tree-box.selected .structure-tree-inner,
.structure-tree-box .structure-tree-inner.selected {
    background-color: #dce8f4;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%), inset 0 0 0 1px #032b4f;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%), inset 0 0 0 1px #032b4f;
}


.no-data-box {
    margin: 80px 0px 100px;
    text-align: center;
}

    .no-data-box img {
        max-width: 350px;
    }

    .no-data-box .no-data-title {
        font-weight: 600;
    }

    .no-data-box .no-data-text {
        font-size: 18px;
        color: #676767;
        margin: 0px;
    }

.head-nav.nav-tabs {
    border: 0px;
    margin-bottom: 20px;
}

    .head-nav.nav-tabs .nav-item {
        margin-right: 10px;
    }

        .head-nav.nav-tabs .nav-item:last-child {
            margin-right: 0px;
        }

    .head-nav.nav-tabs .nav-link {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: transparent;
        color: #fff;
        border-radius: 3px;
    }

        .head-nav.nav-tabs .nav-link.active {
            background-color: #fff;
            color: #212529;
        }

.card.card-flush .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 25px 30px;
    padding-bottom: 0px;
    background-color: transparent;
    border: 0px;
    height: auto;
}

    .card.card-flush .card-header .card-title {
        margin-bottom: 0px;
    }

        .card.card-flush .card-header .card-title .card-box-title {
            font-size: 20px;
            margin: 0px;
        }

.card.card-flush .card-body {
    padding: 25px 30px;
}

.card-dashed-box {
    border: 1px dashed #e4e6ef;
    padding: 20px;
    border-radius: 6px;
}

.card-dashed-info {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.card-dashed-img {
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

    .card-dashed-img .profile-box-img {
        width: 120px;
        border-radius: 5px;
    }

.profile-box-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 13px;
    border: 0px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    background-color: #fdb813;
}

.card-dashed-value-head {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.card-dashed-value {
    font-weight: 500;
    font-size: 16px;
    color: #8f919b;
    margin-bottom: 4px;
}

.plan-info-label {
    font-weight: 500;
    font-size: 13px;
    color: #5b748a;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.plan-info-value {
    font-weight: 600;
    font-size: 18px;
}

.plan-info-hint {
    font-weight: 700;
    color: #a8384b;
}

.plan-details {
    font-weight: 600;
    margin-bottom: 5px;
}

.plan-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 3px;
}

    .plan-list li:before {
        content: "\f111";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        font-size: 7px;
        position: absolute;
        top: 8px;
        left: 3px;
    }

.plan-cancel-link {
    font-size: 14px;
    color: #f14141 !important;
}

.plan-cancel {
    margin-top: 10px;
}

.modal.custom-modal.modal-full .modal-header {
    background-color: transparent;
    border: 0px;
    padding: 50px 30px 30px;
}

    .modal.custom-modal.modal-full .modal-header .modal-title {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 3px;
    }

    .modal.custom-modal.modal-full .modal-header .modal-text {
        font-weight: 500;
        font-size: 18px;
        color: #8f919b;
        margin: 0px;
    }

.modal.custom-modal.modal-full .modal-body {
    padding: 0px 30px 0px;
}

.nav-tabs.price-tab-1 {
    background-color: #f5f8fa;
    border: 1px solid #eff2f5;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 250px;
}

    .nav-tabs.price-tab-1 .nav-item {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
    }

    .nav-tabs.price-tab-1 .nav-link {
        background-color: transparent;
        border: 0px;
        border-radius: 4px;
        width: 100%;
    }

        .nav-tabs.price-tab-1 .nav-link.active {
            color: #3f4254;
            border-color: #e4e6ef;
            background-color: #e4e6ef !important;
        }

.pricing-item-box {
    padding: 20px;
    border: 1px dashed #e4e6ef;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
}

.selected .pricing-item-box {
    background: #dba82a;
    border: 1px solid #dba82a;
}

.pricing-item-box input[type=radio] {
    display: none;
}

.pricing-item-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-info .pricing-plan-title {
    font-weight: 600;
    font-size: 18px;
}

.pricing-plan-title .badge {
    position: relative;
    top: -3px;
    margin-left: 9px;
    font-size: 13px;
    color: #35a04d;
    background-color: #e8fff3;
}

.package-info .pricing-feature {
    font-size: 15px;
    margin-bottom: 2px;
}

    .package-info .pricing-feature:last-child {
        margin-bottom: 0px;
    }

.pricing-rate {
    font-size: 30px;
    font-weight: 500;
}

    .pricing-rate .pricing-currency,
    .pricing-rate .pricing-package {
        font-size: 16px;
    }

    .pricing-rate .pricing-package {
        opacity: 0.5;
    }

.range-slider-box {
    width: 100%;
    margin-top: 10px;
}

    .range-slider-box .range-slider-amount {
        -webkit-appearance: none;
        width: calc(100% - (73px));
        height: 10px;
        border-radius: 5px;
        background: #d7dcdf;
        outline: none;
        padding: 0;
        margin: 0;
    }

        .range-slider-box .range-slider-amount::-webkit-slider-thumb {
            width: 26px;
            height: 26px;
            margin-top: 0px;
            border: 6px solid white;
            box-shadow: 0 0 0 1px #21216d;
            border-radius: 50%;
            background: #21216d;
            cursor: pointer;
            -webkit-appearance: none;
            appearance: none;
        }

    .range-slider-box .range-amount {
        width: 60px;
        height: 35px;
        background: #dba82a;
        border: 0px solid #dba82a;
        line-height: 1.4;
        text-align: center;
        padding-top: 0px;
        box-shadow: none;
        outline: none;
        color: #fff;
        font-weight: 500;
        border-radius: 3px;
        margin-left: 8px;
        appearance: none;
        webkit-appearance: none;
        -moz-appearance: none;
    }

.selected .pricing-item-box .pricing-plan-title,
.selected .pricing-item-box .package-info .pricing-feature,
.selected .pricing-item-box .pricing-rate {
    color: #fff !important;
}

.selected .pricing-item-box .range-slider-box .range-amount {
    color: #000000;
    background-color: #fff;
}

.pring-tab-card {
    background-color: #f5f8fa;
    border: 1px solid #eff2f5;
    padding: 30px;
    border-radius: 6px;
}

    .pring-tab-card .pring-tab-head .pring-tab-title {
        font-weight: 600;
        font-size: 22px;
    }

    .pring-tab-card .pring-tab-head {
        margin-bottom: 20px;
    }

    .pring-tab-card .pring-tab-text {
        color: #949da7;
    }

.pring-tab-list li {
    position: relative;
    font-size: 18px;
    color: #5e6278;
    padding-right: 25px;
    margin-bottom: 10px;
}

    .pring-tab-list li.pring-tab-current:after {
        content: "\f058";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        font-size: 18px;
        position: absolute;
        top: 0px;
        right: 3px;
        color: #86bf93;
    }

.price_content .pricing-action {
    padding: 40px 0 50px;
    text-align: center;
}

.custom-modal.msg-modal .modal-content .modal-header {
    padding: 0px;
    border: 0px;
}

.custom-modal.msg-modal .modal-content .modal-body {
    padding: 40px 30px;
}

.custom-modal.msg-modal .msg-title {
    margin-bottom: 15px;
}

.custom-modal.msg-modal .msg-action {
    margin-top: 25px;
}

.tb-invoice-info {
    display: flex;
    align-items: center;
    min-width: 0;
}

    .tb-invoice-info .tb-invoice-img {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #e1e4e7;
    }

        .tb-invoice-info .tb-invoice-img svg {
            color: #fbbe28;
        }

    .tb-invoice-info .tb-invoice-content {
        padding-left: 15px;
    }

.tb-invoice-content .tb-invoice-title, .tb-invoice-billbox .tb-invoice-billto {
    font-weight: 500;
    margin-bottom: 2px;
}

.tb-invoice-content .tb-invoice-id, .tb-invoice-billbox .tb-invoice-billmail {
    font-size: 14px;
    opacity: 0.8;
}

.btn-clean {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #dd1616;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
}
/*.filter-body-box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}*/

/* -- Invoice :: Start -- */
.invoice-table, .invoice-table table {
    width: 100%;
    border-spacing: 2px;
}

    .invoice-table .inv-head {
        margin-bottom: 40px;
    }

    .invoice-table .inv-company-logo img {
        width: 170px;
    }

    .invoice-table .inv-title {
        font-weight: 600;
        font-size: 32px;
        text-transform: uppercase;
        color: #3f4254;
    }

    .invoice-table .inv-label-title {
        font-weight: 600;
    }

    .invoice-table .inv-col-box {
        padding-bottom: 30px;
    }

    .invoice-table .subscriptions-table th {
        font-weight: 600;
        background-color: transparent !important;
        color: #181c32 !important;
        padding: 0px 0px 5px;
        border: 0px;
        padding: 10px 0 !important;
        height: auto !important;
    }

    .invoice-table .subscriptions-table td {
        padding: 10px 0px !important;
        border: 0px;
        border-bottom: 1px solid #e5e5e5;
    }

    .invoice-table .table.subscriptions-table {
        border-bottom: 2px solid #e5e5e5;
    }

    .invoice-table .subtotal-table td {
        text-align: right;
        padding: 5px;
    }

    .invoice-table .payment-box p {
        margin-bottom: 5px;
    }

        .invoice-table .payment-box p:last-child {
            margin-bottom: 0px;
        }

    .invoice-table .vertical-align-top {
        vertical-align: top;
    }

    .invoice-table .foot-area {
        padding-top: 20px;
    }

        .invoice-table .foot-area p {
            margin: 0px;
            font-size: 12px;
        }
/* -- Invoice :: End -- */

@media (max-width: 575px) {
    .no-data-box img {
        max-width: 100%;
    }
}

.swal-text {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
}

.swal-icon--success__ring {
    border: 4px solid hsl(98deg 40% 60% / 29%);
}

.swal-icon--success__line {
    background-color: #8ec96c;
}

.swal-icon--success {
    border-color: #8ec96c;
}

.swal-button {
    background-color: #032b4f;
}

    .swal-button:hover {
        background-color: #fdb813;
    }

    .swal-button:focus {
        outline: none;
        box-shadow: none;
    }

.swal-button--cancel {
    color: #fff !important;
    background-color: #dc3545 !important;
}

    .swal-button--cancel:hover {
        opacity: 0.6;
    }

.form-group-box {
    display: flex;
    justify-content: space-between !important;
}

    .form-group-box .form-group-label,
    .form-group-box .form-group-value {
        font-weight: 500;
        font-size: 16px;
        color: #8f919b;
        margin-bottom: 4px;
        max-width: 50%;
    }

    .form-group-box .form-group-value {
        color: #343a40;
        text-align: right;
    }

.form-group-box {
    display: flex;
    justify-content: space-between !important;
    padding: 10px 40px;
}

.border-col-lr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.row-divider {
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    margin-bottom: 30px;
}

.rating-box {
    display: inline-flex;
}

    .rating-box > i {
        font-size: 15px;
        color: #f4aa3e;
        margin-left: 3px;
    }

.isdefault-icon {
    color: #6fbb80;
    margin-left: 2px;
}

.modal-document {
    width: 100%;
    border: 0px;
    height: 700px;
}

.inner-card-header {
    margin-bottom: 10px;
}

.innercard-title {
    font-weight: 600;
    color: #5d5d66;
}

.form-group label.toggle-password {
    padding: 9px 12px;
    background-color: #f6f6f9;
    border: 1px solid #ced4da;
    line-height: 1.4;
    border-radius: 0px 2px 2px 0px;
    margin: 0px;
    cursor: pointer;
}

.tb-scroll-v {
    max-height: 800px;
    overflow: auto;
    max-height: calc(100vh - 100px) !important;
}

    .tb-scroll-v::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #ededed;
    }

    .tb-scroll-v::-webkit-scrollbar-thumb {
        height: 24px;
        background-color: #858585;
    }

.property-details .modal-dialog {
    width: 100vw;
    margin: 0;
    height: 100vh;
    display: contents;
}
/*changes ashish ver date: Oct 10 2022*/
.list-card {
    border: 1px solid #adadad;
    margin-bottom: 11px;
}

    .list-card .card-body {
        padding: 1rem;
    }

.list-details {
    display: inline-block;
}

    .list-details .list-details-section:first-of-type {
        padding-left: 0;
        border-left: 0;
    }

    .list-details .list-details-section {
        width: auto;
        box-sizing: border-box;
        float: left;
        font-size: 14px;
        padding: 0 25px;
        border-left: 1px solid #e5e5e5;
    }

        .list-details .list-details-section h4 {
            display: block;
            margin-bottom: 0px;
            font-size: 15px;
        }

        .list-details .list-details-section span {
            display: block;
            font-size: 1rem;
        }

            .list-details .list-details-section span:last-of-type {
                opacity: 0.9;
            }

.action-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.follow-up-area {
    min-height: 92px;
}

span.select2-selection {
    padding: 12px 15px;
}

.output-box {
    overflow: auto;
    min-height: 100px;
    max-height: 780px;
}

    .output-box hr {
        margin-top: 0px;
        margin-bottom: 11px;
    }

.output-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-full-screen .modal-dialog {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
}

.area-expand-button {
    font-size: 18px;
    font-weight: 500;
}

.col-action-button a.area-expand-button {
    color: #032b4f;
}

    .col-action-button a.area-expand-button:hover {
        text-decoration: none;
    }
/* start:: filter right sidebar*/
#btn-sticky {
    transition: margin-right .5s;
}

.filter-sticky-button {
    background-color: #032b4f;
    box-shadow: grey -1px 1px;
    position: fixed;
    padding: 0.55rem 1.5rem;
    top: 50%;
    right: -60px;
    z-index: 999;
    margin-top: 24px;
    text-align: center;
    transform: rotate(270deg);
    border-radius: 5px;
}

    .filter-sticky-button a {
        color: #fff;
    }

        .filter-sticky-button a:hover {
            text-decoration: none;
        }

.modal-second-sidebar {
    top: 15px !important;
    transform: initial !important;
}

    .modal-second-sidebar.show {
        width: 1300px;
        right: 15px;
        left: auto;
    }

.modal-filter-sidebar {
    top: 15px !important;
    transform: initial !important;
}

    .modal-filter-sidebar.show {
        width: 500px;
        right: 15px;
        left: auto;
    }

.filter-sidebar {
    min-height: fit-content;
    width: 0;
    position: fixed;
    top: 0;
    right: -162px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 15px;
    z-index: 9990;
    box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
    top: 50%;
    transform: translate(-50%, -50%);
}

    .filter-sidebar a {
        text-decoration: none;
        color: #030303;
        display: inline-block;
        transition: 0.3s;
    }

        .filter-sidebar a.btn-clean {
            color: red;
        }

    .filter-sidebar .closebtn {
        position: relative;
        top: 0;
        right: 0;
        font-size: 1.35rem;
    }

    .filter-sidebar .filter-header {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
/*end:: filter right sidebar*/
/*dashboard datepicker*/
.selectMonths {
    float: right;
    position: relative;
    display: inline-block;
}

.selectMonthsselect {
    height: 30px;
}

.selectMonths > i {
    position: relative;
    left: 5px;
    top: 2px;
    opacity: 1;
    font-style: normal;
    font-size: 18px;
    transition: 0.2s;
    pointer-events: none;
    border: 1px solid #ccc;
    padding: 7px 7px;
}

.selectMonths > input {
    text-transform: capitalize;
    padding-left: 10px;
    cursor: default;
    cursor: pointer;
    border: 1px solid #ccc;
}

    .selectMonths > input:focus-visible {
        outline: none;
    }

.selectMonths:hover > i {
    opacity: .7;
}

.selectMonths + .selectMonths {
    float: none;
}
/*end of dashboard datepicker*/
/*-- Share File :: Start --*/
/*.file-upload-modal .text-area-field {
    margin: 10px 0px;
    transition: .3s;
    display: block;
    min-width: 300px;
}
.social-media-platform {
    padding: 20px;
    background: #eef0f8;
    border: 1px solid #dcdee2;
    border-radius: 5px;
    text-align: center;
}
.social-media-platform .social-media-platform-box {
    display: flex;
    gap: 32px;
    justify-content: center;
}
.social-media-platform .title-area {
    margin-bottom: 10px;
    color: #032b4f;
}
.social-media-platform a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 25px;
    font-size: 30px;
    text-align: center;
    background-color: #d9dfe5;
    border: dotted 1px #9a9fa8;
    padding-top: 5px;
}


.priview-upload-img {
    width: 100%;
    height: 100%;
    border: 2px dashed #929292;
    margin-bottom: 10px;
    display: grid;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    text-align: center;
    justify-items: center;
    align-content: center;
}
.priview-upload-img img{
    width:46%;
}
    .priview-upload-img iframe {
        display: none;
        height:100%
    }
.priview-upload-img img{
    display:none;
}
.priview-upload-img .priview-content{

}
    #textbox-area {
        display: none;
    }
.fileupload-icon {
    display: flex;
    justify-content: center;
    gap:10px;
    padding: 20px;
    background: #f6efef;
    border: 1px solid #dfcaca;
    border-radius: 5px;
}
.fileupload-icon label {
display: grid;
width: 80px;
height: 80px;
border-radius: 5px;
background-color: #f4f5f6;
border: dotted 1px #9a9fa8;
align-items: center;
justify-content: space-evenly;
margin-bottom:0px;
position:relative;
cursor:pointer;
}
.fileupload-icon label .input-box-area {
    opacity: 0;
    position: absolute;
    display: inline-block;
    width: 76px;
    height: 80px;
    cursor:pointer;
}
.fileupload-icon label img {
    width: 50px;
    cursor: pointer;
        }*/

.choosefile-frame {
    width: 100%;
    height: 415px;
    border: 0px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #e9ecef;
    border: 1px solid #c7ced7;
}

.box-scroller::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
}

.box-scroller::-webkit-scrollbar-thumb {
    height: 24px;
    background-color: #b3b3b3;
}

.choosefile-link {
    padding: 20px;
    background-color: #e9ecef;
    border: 1px solid #c7ced7;
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    border-radius: 2px;
}

.custom-form-group {
    padding: 20px;
    border-radius: 2px;
    margin-top: 20px;
    background-color: #e9ecef;
    border: 1px solid #c7ced7;
}

.socialmedia-shareoptions {
    margin-top: 20px;
}

    .socialmedia-shareoptions .socialmedia-control {
        display: inline-block;
        float: left;
        padding: 0px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

        .socialmedia-shareoptions .socialmedia-control .custom-control-label:before,
        .socialmedia-shareoptions .socialmedia-control .custom-control-label:after {
            display: none;
        }

        .socialmedia-shareoptions .socialmedia-control .custom-control-label {
            font-size: 18px;
            width: 52px;
            height: 52px;
            line-height: 52px;
            text-align: center;
            background-color: #eaedef;
            border: 1px solid #a7b5c2;
            border-radius: 2px;
            cursor: pointer;
            vertical-align: initial;
        }

            .socialmedia-shareoptions .socialmedia-control .custom-control-label:hover {
                background-color: #d2dbe3;
                border: 1px solid #95a4b3;
            }

        .socialmedia-shareoptions .socialmedia-control .option-box-select {
            display: none;
            position: absolute;
            top: -7px;
            right: -7px;
            border: 1px solid #4caf50;
            background-color: #4caf50;
            color: #fff;
            width: 18px;
            height: 18px;
            line-height: 16px;
            border-radius: 50%;
            font-size: 11px;
            text-align: center;
        }

    .socialmedia-shareoptions .custom-control-input:checked ~ .custom-control-label .option-box-select {
        display: block;
    }

    .socialmedia-shareoptions .custom-control-input:checked ~ .custom-control-label {
        background-color: #f9e0a3;
        border-color: #dba82a;
        color: #8f6a10;
    }

.socialmedia-control-btn {
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #eaedef;
    border: 1px solid #a7b5c2;
    border-radius: 2px;
    cursor: pointer;
    display: block;
}

.moresocial-box {
    height: 52px !important;
}

@media (min-width: 991px) {
    .moresocial-box {
        float: left;
    }
}
/*-- Share File :: End --*/
/*-- Process Loader in Sign up :: Start --*/
.account-process-section {
    position: relative;
}

    .account-process-section:after {
        content: "";
        position: absolute;
        height: 90%;
        background-color: #cbcbcb;
        width: 1px;
        top: 5px;
        left: 11px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

.account-process-box.done:after {
    content: "";
    width: 2px;
    top: 5px;
    left: 10px;
    -webkit-box-orient: vertical;
    display: block;
    position: absolute;
    z-index: 6;
    background-color: #21216d;
    transition: all .6s ease;
}

.account-process-box.done.current:after {
    height: 72px;
}

.account-process-box {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

    .account-process-box:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #cbcbcb;
        left: 1px;
        border-radius: 50%;
        z-index: 9;
    }

    .account-process-box.current:before {
        background-color: #dba82a;
        border: 1px solid #dba82a;
    }

    .account-process-box.done.current:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        line-height: 1.8;
        background-color: #21216d;
        border: 1px solid #21216d;
    }

    .account-process-box .account-process-load {
        line-height: 1;
        margin-left: auto;
    }

    .account-process-box .process-title {
        font-weight: 500;
        font-size: 20px;
        color: #b1b1b1;
    }

    .account-process-box.current .process-title {
        color: #000000;
    }

    .account-process-box .spinner-border {
        width: 20px;
        height: 20px;
        border: 0.2em solid #a93a4d;
        border-right-color: transparent;
    }


.account-process-finish {
    text-align: center;
}

    .account-process-finish .account-finish-img img {
        max-width: 250px;
    }

    .account-process-finish .account-finish-title {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .account-process-finish .account-finish-content {
        font-size: 18px;
        color: #404040;
        margin-bottom: 0px;
    }

.form-group label ~ span[data-toggle="tooltip"] {
    font-size: 13px;
    color: #7d8083;
}
/*start:: refer card*/
.refer-card {
    text-align: center;
    background: #fafafa;
    padding: 15px 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .refer-card .refer-card-icon i {
        background: rgb(27 52 93 / 89%);
        padding: 15px;
        font-size: 17px;
        color: #fff;
        border-radius: 50%;
        margin-bottom: 10px;
    }
/*end:: refer card*/
/*Start:: email area*/
.email-box-top {
    position: relative;
    width: 100%;
}

.emails-input, .emails-input2 {
    width: 100%;
    height: auto;
}

.emails-input2 {
    margin-top: 10px;
}

.email-box-top button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
}

.share-link .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

    .share-link .form-group .copy-link {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #032b4f;
        border-radius: 4px;
        margin-bottom: 0;
        background: #e9ecef;
        cursor: pointer;
    }

.share-box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.social-media-icon a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    background-color: rgb(217, 223, 229);
    border: 1px solid rgb(214, 215, 218);
}

.copy-link-icon {
    margin-top: 32px;
    width: 15%;
}

.copy-link-content {
    font-weight: 600;
    font-size: 17px;
    color: rgb(0, 0, 0);
    margin-top: 1rem;
}

.copy-link-footer {
    margin: 12px 0 32px !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
}
/*End:: email area*/
/**/
.how-it-works.row .col-2 {
    align-self: stretch;
}

    .how-it-works.row .col-2::after {
        content: "";
        position: absolute;
        border-left: 3px solid #032b4f;
        z-index: 1;
    }

    .how-it-works.row .col-2.bottom::after {
        height: 50%;
        left: 50%;
        top: 50%;
    }

    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 3px);
    }

    .how-it-works.row .col-2.top::after {
        height: 50%;
        left: 50%;
        top: 0;
    }


.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #032b4f;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #032b4f;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.circle {
    padding: 13px 17px;
    border-radius: 50%;
    background-color: #a8384b;
    color: #fff;
    max-height: 50px;
    z-index: 2;
}
/* Shareing Mapped Properties :: Start */

.client-detail-area .card-header {
    position: sticky;
    top: 64px;
    background: #fff !important;
    z-index: 9;
}

.client-detail-list {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    justify-content: center;
}

    .client-detail-list li {
        border-right: 1px solid #ccc;
        padding-right: 15px;
    }

        .client-detail-list li:last-child {
            border-right: none;
            padding-right: 0px
        }

    .client-detail-list .dropdown-toggle::after {
        display: none;
    }

    .client-detail-list .form-control {
        border: 1px solid #ccc !important;
        padding: 10px !important;
        height: 35px !important;
        border-radius: 0px !important;
    }

.property-detail-row {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .property-detail-row:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
    }

    .property-detail-row .property-detail-box {
        width: 100%;
    }

    .property-detail-row .list-features-label, .property-detail-row .features-list .list-features-text {
        display: block;
    }

.share-card {
    margin-top: 20px;
    text-align: center;
}

.property-docs .custom-control-label {
    width: 60px !important;
    height: 60px !important;
    line-height: 0 !important;
}

.property-docs .view-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

    .property-docs .view-btn:hover {
        color: #032b4f;
    }

.property-docs .icon-img {
    line-height: 60px !important;
}

    .property-docs .icon-img img {
        width: 45%;
    }

.card-header .card-header-action {
    margin-left: auto;
}

.property-content {
    display: flex;
    /* grid-template-columns: 50% 15% auto; */
    grid-gap: 50px;
    width: 100%;
    justify-content: space-between;
}

.b-card_heading {
    font-weight: 500;
    margin-bottom: 10px;
}

.b-clickable {
    cursor: pointer;
}

.selected-property {
    margin-bottom: 10px;
}

    .selected-property .fa {
        font-size: 15px;
    }

    .selected-property .item-count {
        font-size: 12px;
        font-style: italic;
        color: #a8384b;
        margin-bottom: 0px;
        padding-left: 20px
    }

.position-relative {
    position: relative;
}

.alert-message-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: #fff !important;
    background: 0 0;
    opacity: 1;
    font-size: 20px;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.alert-message-area {
    padding: 50px 30px;
}

    .alert-message-area img {
        width: 100px;
        margin-bottom: 20px;
    }

    .alert-message-area .alert-title {
        font-size: 28px !important;
        margin-bottom: 15px;
    }
/* Shareing Mapped Properties :: End */
/**/
/* Images Upload & Preview :: Start */
.dropzone-PhotoDoc.custom-file-dropzone {
    border: 2px solid #E5E5E5;
}

.dropzone-PhotoDoc .dz-button {
    color: #777 !important;
}

    .dropzone-PhotoDoc .dz-button:before {
        content: '\e800';
        font-family: "dropify";
        color: #cccccc;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        display: flex;
        justify-content: space-evenly;
        font-size: 50px;
    }

.dropzone-PhotoDoc.dropzone {
    border-radius: 0px !important;
}

    .dropzone-PhotoDoc.dropzone .dz-message {
        margin: 0;
    }

    .dropzone-PhotoDoc.dropzone:hover {
        background-size: 30px 30px;
        background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
        background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
        -webkit-animation: stripes 2s linear infinite;
        animation: stripes 2s linear infinite;
    }

.dropzone-preview .tbl-img-thumbnail {
    width: 72px;
    margin: 0 auto;
    height: 72px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .dropzone-preview .tbl-img-thumbnail img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
    }

.dropzone-preview .tbl-user-pic:after {
    position: absolute;
    font-size: 21px;
    top: 27px;
    left: 22px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    /* background: #fff; */
    border-radius: 50%;
}

.dropzone-preview .tbl-img-thumbnail .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dropzone-preview .tbl-img-thumbnail .upload-button {
    background: rgb(110 110 110 / 80%);
    border-radius: 5px;
}

    .dropzone-preview .tbl-img-thumbnail .upload-button .upload-icon {
        font-size: 20px;
        text-align: center;
        opacity: 0;
        transition: all 0.3s ease;
        color: #fff;
        border-radius: 50%;
    }

    .dropzone-preview .tbl-img-thumbnail .upload-button .upload-icon {
        opacity: 0.9;
    }

.ekko-lightbox .modal-header {
    display: block !important;
    position: absolute;
    z-index: 999999;
    right: -14px;
    top: -42px;
    border-bottom: none;
    width: fit-content;
    height: fit-content;
}

    .ekko-lightbox .modal-header .modal-title {
        display: none;
    }

.ekko-lightbox .modal-body {
    padding: 0;
}
/* Images Upload & Preview :: End */

@media only screen and (max-width: 1199px) {
    .list-details {
        display: block;
    }

    .action-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        min-height: 0px;
        align-items: center;
    }

    .list-details .list-details-section {
        width: 50%;
        float: left;
        border-left: none !important;
    }

    .list-details .list-details-section {
        padding: 5px 0px;
    }

    .action-area .list-details-section {
        width: auto;
        box-sizing: border-box;
        float: left;
        font-size: 14px;
        padding: 0 20px;
        border-left: 1px solid #e5e5e5;
    }
}

@media only screen and (max-width: 1199px) {
    .schedule-box {
        margin: 0 0;
    }
}

@media only screen and (max-width: 1024px) {
    .client-detail-area .card-header {
        position: relative;
        top: 0;
        display: flex !important;
    }
}

@media only screen and (max-width: 767px) {
    .client-details ul li {
        border-right: none;
    }

    .card-header-action .client-detail-list {
        flex-direction: row;
    }

    .client-detail-area .card-header {
        flex-direction: column;
    }

    .client-detail-area .card-header-action {
        margin: auto;
    }
}

@media only screen and (max-width: 576px) {
    .list-details .list-details-section {
        width: 100%;
    }

    .ac-button {
        text-align: center;
        margin-top: 10px;
    }

    .status-area {
    }
}

@media only screen and (max-width: 400px) {
    .card-header-action .client-detail-list {
        flex-direction: column;
    }

    .client-detail-list li {
        padding-right: 0px;
    }

    .client-detail-list li {
        border-right: none;
    }
}
/* Admin dashboard  page level style moved here - start*/

.no-pointer-event {
    pointer-events: none !important;
    opacity: 0.2;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.activeButton {
    background-color: #fff;
    border-color: #fff;
    color: #032b4f;
}

    .activeButton .text-primary {
        color: #fff !important
    }

    .activeButton:active, .activeButton:hover, .activeButton:focus {
        background-color: #fff;
        border-color: #fff;
        color: #032b4f;
    }

.overflow-scroll {
    overflow-x: scroll
}

#chart_div table {
    border-collapse: separate !important;
}
/* Admin dashboard  page level style moved here - start*/
.share-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .share-group .custom-control.custom-checkbox {
        padding: 0px;
    }

        .share-group .custom-control.custom-checkbox .custom-control-input,
        .share-group .custom-control.custom-checkbox .custom-control-label:before,
        .share-group .custom-control.custom-checkbox .custom-control-label:after {
            display: none;
        }

        .share-group .custom-control.custom-checkbox .custom-control-label {
            font-size: 16px;
            padding: 10px 20px;
            min-width: 150px;
            text-align: center;
            background-color: #eaedef;
            border: 1px solid #a7b5c2;
            border-radius: 2px;
            cursor: pointer;
            vertical-align: initial;
            margin: 0px 5px;
        }

        .share-group .custom-control.custom-checkbox .custom-control-input:checked[type=checkbox] ~ .custom-control-label {
            background-color: #f9e0a3;
            border-color: #dba82a;
            color: #8f6a10;
        }

    .share-group .shareoption-select {
        display: none;
        position: absolute;
        top: -7px;
        right: -7px;
        border: 1px solid #4caf50;
        background-color: #4caf50;
        color: #fff;
        width: 18px;
        height: 18px;
        line-height: 16px;
        border-radius: 50%;
        font-size: 11px;
        text-align: center;
    }

    .share-group .custom-control-input:checked ~ .custom-control-label .shareoption-select {
        display: block;
    }

.cust-modal-foot {
    display: block;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

    .cust-modal-foot .btn-modal-lg {
        margin: 0px !important;
        min-width: 312px;
        padding: 10px 10px;
    }

.listicon-btn .list-link {
    /*   display: inline-block;
    font-size: 11px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #21216d;
    border: 1px solid #21216d;
    border-radius: 50%;
    text-decoration: none;*/
    border: 0px;
}

.img-share {
    width: 28px;
    height: 28px;
    line-height: 22px;
    position: relative;
    top: -5px;
}

.dropify-wrapper .form-control {
    height: auto !important;
}

.hide-mou {
    display: none !important;
}

.filter-result {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.result-count-items {
    font-weight: 500;
    font-size: 13px;
    margin: 5px 0px;
    color: #7a7a7a;
}

.keyword-result-box .result-filter-tags {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center !important;
    overflow: hidden;
}

    .keyword-result-box .result-filter-tags:hover,
    .keyword-result-box .result-filter-tags:hover .result-filter-name {
        color: #032b4f;
        background-color: #e6ecf2;
    }

    .keyword-result-box .result-filter-tags:last-child {
        margin-right: 0px;
    }

.result-filter-tags .result-filter-name {
    padding: 6px 10px;
    display: inline-block;
    background-color: #fff;
    border-right: 1px solid #ddd;
}

.result-filter-tags .result-filter-close {
    background-color: #f2f3f3;
    padding: 7.6px 7px;
    color: #8b8c95;
    font-size: 12px;
    line-height: 1;
}

.charttb-btn-close {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 27px;
    border: 0px;
    padding: 0px;
    color: #fff;
    background-color: #758b9e;
    border-radius: 2px;
    float: right;
    margin-bottom: 10px;
}

.tb-help-box {
    float: left;
}

    .tb-help-box .tb-help-title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 5px;
    }

.apexcharts-legend-text {
    color: #333333 !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    fill: #333333 !important;
    font-family: 'Roboto', sans-serif !important;
}

g > text {
    font-weight: 400 !important;
}

.card.custom-card.card-inquiry .card-header {
    display: none;
}

.filter-header .modal-title {
    font-weight: 600;
    font-size: 18px;
}

.tb-help-box p {
    color: #666e76;
}

    .tb-help-box p:last-child {
        margin-bottom: 0px;
    }

.upload-doc-fileselect {
    position: relative;
}

    .upload-doc-fileselect .file-input {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        border: 0px;
        opacity: 0;
    }

    .upload-doc-fileselect .upload-doc-btn {
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        padding: 50px 10px;
        background-color: transparent;
        height: 100%;
        color: #777;
        cursor: pointer;
        border: 2px solid #E5E5E5;
    }

        .upload-doc-fileselect .upload-doc-btn > i {
            font-size: 40px;
            display: block;
            margin-bottom: 20px;
            color: #ddd;
        }
table .upload-doc-fileselect .file-input {
    width: 120px;
}
table .upload-doc-fileselect .upload-doc-btn {
    width: 120px;
    padding: 10px;
}
table .upload-doc-fileselect .upload-doc-btn > i {
    display: none;
}
table .tb-thumb-img {
    height: 60px;
}

.mfp-title {
    display: block !important;
}
    .mfp-title .tb-download-img {
        font-size: 15px;
        color: #fff;
        cursor: pointer;
    }
        .mfp-title .tb-download-img:hover {
            color: #fdb813;
        }
.project-unitinfo {
    font-weight: 500;
}
    .project-unitinfo .list-features-lbl {
        font-weight: 400;
        color: #8b8c95;
        padding-right: 4px;
    }

.scrollTop {
    position: fixed;
    bottom: 50px;
    right: 15px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 0px;
    color: #fff;
    background-color: #032b4f;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
    .scrollTop:hover, .scrollTop:focus {
        background-color: #fdb813;
    }

.table.table-no-border thead th {
    background-color: transparent;
    border: 0px !important;
}

.table.table-no-border tbody td {
    border: 0px !important;
}
.table.table-no-border thead.sm-height th {
    height: 20px !important;
}
.border-top-1 {
    border-top: 1px solid #ced4da;
}


.alignright {
    text-align: right;
}


table.table-excel.table-bordered {
    border: 1px solid #dee2e6;
    border-top: 0px;
}
table.table-excel thead th {
    height: 20px !important;
    background-color: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    z-index: 9;
}
table.table-excel tbody td {
    height: 42px !important;
    padding: 0px !important;
}
table.table-excel tbody .form-control {
    border: 0px !important;
    background-color: transparent !important;
}
.mh-350 {
    max-height: 350px;
}
.tableFixHead {
    overflow: auto;
    max-height: 350px;
}

    .tableFixHead thead {
        border: 1px solid #dee2e6;
        position: sticky;
        top: -1px;
        z-index: 9;
    }

.fixcountrycode-input .form-control {
    width: 90px;
    padding-right: 24px !important;
    text-align: left;
}
.fixcarparking-input .form-control {
    width: 100px;
    padding-right: 24px !important;
    text-align: left;
}
.form-group .field-validation-error + .field-validation-error {
    margin-left: 30px;
}
.list-hint-ul li {
    position: relative;
    padding-left: 25px;
    color: #7d8083;
    margin-bottom: 2px;
}
    .list-hint-ul li:last-child {
        margin-bottom: 0px;
    }
    .list-hint-ul li:before {
        content: "\f192";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 1px;
        left: 0px;
        font-size: 14px;
        color: #81909d;
    }
.lbl-hint {
    font-size: 14px;
    font-style: italic;
    color: #7d8083;
}
.fw-600 {
    font-weight: 600;
}

.card-collapse:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e6ecf2;
    font-weight: 500;
    font-size: 18px;
    padding: 0px;
    color: #414141;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.card-collapse[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.sorting-disabled {
    padding: 0.75rem !important;
}

    .sorting-disabled:before,
    .sorting-disabled:after {
        display: none !important;
    }

.card-footer {
    background-color: transparent;
}

.btn.btn-default {
    background-color: #ddd;
    border-color: #d0d0d0;
}

.card-header-action .features-list .select2-container {
    width: 100% !important;
}

    .card-header-action .features-list .select2-container .form-control {
        height: 35px !important;
        line-height: 1 !important;
    }

.card-header-action .features-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
}

.user-grouplist {
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding: 0px 25px;
    /*overflow: auto;*/
}
.userlist {
    margin-bottom: 5px;
}
.modal .userlist-box {
    margin-bottom: 20px;
}
.userlist-box {
    border: 1px dashed #c6c9ce;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    min-width: 196px;
}
    .userlist-box .userlist-name {
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .userlist-box .userlist-email {
        font-size: 13px;
        line-height: 1.2;
        color: #757575;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.btn.btn-remove {
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    color: #fff;
    background-color: #ff6d6d;
    border-radius: 50%;
    border: 0px;
    position: absolute;
    top: -10px;
    right: -10px;
}
    .btn.btn-remove:hover {
        background-color: #f00;
    }
    .btn-remove > i {
    padding-left: 1px;
}
.slide {
    padding: 10px;
}
.slick-arrow {
    background: #fff;
    font-size: 0px !important;
    line-height: 34px;
    box-shadow: 0 0 25px rgb(23 23 23 / 25%);
    height: 34px;
    width: 34px;
    padding: 2px 9px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    z-index: 9;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 30px;
    opacity: .75;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '\f177';
}
.slick-next:before {
    content: '\f178';
}


.apexcharts-tooltip span {
    color: #000 !important;
}

.navbar .nav-link.btn-request {
    padding: 0px !important;
}
.nav-link.btn-request .btn-request-icon {
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #21216d;
    display: inline-block;
    border: 4px solid #e3e3ef;
}
.nav-link.btn-request .btn-request-txt {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px 2px 15px;
    display: inline-block;
    color: #21216d;
    background-color: #fff;
    border: 4px solid #e3e3ef;
    position: relative;
    top: -1px;
    right: 17px;
    z-index: -1;
    border-radius: 0px 15px 15px 0px;
}
.fixed-navbar .nav-link.btn-request .btn-request-icon,
.nav-link.btn-request:hover .btn-request-icon {
    color: #21216d;
    background-color: #fdb813;
    border-color: rgb(53 53 53 / 15%);
}
.fixed-navbar .nav-link.btn-request .btn-request-txt,
.nav-link.btn-request:hover .btn-request-txt {
    color: #21216d;
    background-color: #fdb813;
    border-color: rgb(53 53 53 / 15%);
}
.fixed-navbar .nav-link.btn-request:hover .btn-request-icon,
.fixed-navbar .nav-link.btn-request:hover .btn-request-txt {
    background-color: #fff;
    border-color: #e3e3ef;
}

.account-modal .modal-content {
    padding: 30px;
}
.account-modal .btn-close {
    font-size: 20px;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 38px;
    height: 38px;
    z-index: 9;
    opacity: 1;
    text-align: center;
    color: #fff;
    background-color: #032b4f;
    background-image: none;
}
.btn-close:hover {
    color: #032b4f;
    background-color: rgb(3 43 79 / 20%);
}
.account-modal .modal-thumb img {
    border-radius: 8px;
}
.account-modal .account-head {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}
.account-modal .account-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.account-modal .account-text {
    font-size: 15px;
    line-height: 1.4;
    color: #8d8d8d;
}
.account-modal .account-privacy {
    font-size: 12px;
    margin-top: 15px;
    color: #8d8d8d;
    margin-bottom: 0px;
}

.fa-swap-opacity .fad:before, .fad.fa-swap-opacity:before, .fad:after {
    opacity: 1 !important;
    color: #fdb813 !important;
}

.tb-inputgroup .form-control.form-select.select2-selection--single {
    padding-right: 30px !important;
    padding-left: 5px !important;
    width: 70px !important;
    text-align: center;
}
.tb-inputgroupsal .form-control.form-select.select2-selection--single {
    width: 100px !important;
    padding-right: 30px !important;
}
.tb-inputgroup .contact-inputbox {
    width: 130px;
}
.tb-information input[type="text"] {
    padding: 6px 8px !important;
    width: 150px !important;
}
.tb-td-input .form-control {
    width: 200px !important;
}
.tb-td-input1 .form-control {
    width: 120px !important;
}

.input-group-box {
    width: 50%;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
}

.input-group .input-group-box.text-box:first-child {
    width: 30%;
}

.input-group .input-group-box:first-child .form-control{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group .input-group-box:first-child .select2.select2-container .form-control.form-select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group .input-group-box:last-child .form-control {
    border-radius: 0px 4px 4px 0px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-dropdown {
    /*z-index: 1050;*/
    z-index: 9996;
}

.password-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .password-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #7793ad;
        outline: none;
        box-shadow: none;
    }

.default-toastr-box {
    max-width: 430px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    z-index: 999;
}
    .default-toastr-box .default-toastr-icon {
        font-size: 22px;
        color: #36b37e;
        padding-right: 15px;
        position: relative;
        top: -2px;
    }
    .default-toastr-box .default-toastr-content .default-toastr-header {
        display: flex;
        margin-bottom: 8px;
    }
    .default-toastr-box .default-toastr-content .default-toastr-title {
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }
    .default-toastr-box .default-toastr-content .default-toastr-close {
        margin-left: auto;
        font-size: 16px;
        color: #58667e;
    }
    .default-toastr-box .default-toastr-content .default-toastr-body p {
        font-size: 16px;
        color: #58667e;
        margin-bottom: 0px;
    }


.modal-headtitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

.modal-user-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .modal-user-box .modal-user-img {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px;
        color: #032b4f;
    }

modal-user-box .modal-user-img img {
    border-radius: 50%;
}

modal-user-box .modal-user-info {
    white-space: nowrap;
}

.modal-user-box .modal-user-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-user-box .modal-user-lbl, .modal-user-box .modal-icon-info {
    font-size: 13px;
    color: #858d97;
}

.modal-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.profile-leadowner-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 10px 15px;
    background-color: #e9eef3;
    border-radius: 40px;
    width: fit-content;
}

.modal .profile-leadowner-box {
    padding: 8px 12px;
    -ms-flex-pack: end !important;
    justify-content: end !important;
    margin-left: auto;
}

.profile-leadowner-box .profile-leadowner-img {
    margin-right: 25px;
}

.avatar-list-stacked {
    display: flex;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-list .avatar {
    margin-bottom: 0.5rem;
}

.avatar-list-stacked .avatar {
    margin-right: -0.8em !important;
    box-shadow: 0 0 0 2px #fff;
    margin-bottom: 0px;
}

.avatar-list-stacked .avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.brround {
    border-radius: 50%;
}

.avatar-list-stacked .avatar.avatar-list-counter {
    background-color: #032b4f !important;
    line-height: 38px !important;
}

.profile-leadowner-box .profile-leadowner-content {
    flex: 1;
    padding-right: 10px;
    width: 100px;
}

.profile-leadowner-box .profile-leadowner-label {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #858d97;
    white-space: nowrap;
    padding-bottom: 1px;
}

.border-dashed-box {
    border: 1px dashed #194279;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
}

.border-dashed-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #032b4f;
    margin-bottom: 4px;
}

.modal-msg-box {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .modal-msg-box .modal-msg-text {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 15px;
    }

.modal-msg-action .btn {
    min-width: 100px;
}

.form-control.input-validation-error ~ .select2-container .form-control {
    background-color: #fff9fa;
    border-color: #dc3545;
}
.tb-daytitle {
    font-size: 11px;
    color: #858d97;
}


/*.shimmer {
    color: grey;
    display: inline-block;
    -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
    font-size: 50px;
    max-width: 200px;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left
    }
}*/

.invalid-pas {
    background: url('../images/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid-pas {
    background: url('../images/valid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.password-info-box {
    position: absolute;
    bottom: inherit;
    margin-top: 10px;
    left: 0px;
    width: 325px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 999;
}

.password-info-box {
    display: none;
}

    .password-info-box .password-info-title {
        font-weight: 600;
        font-size: 14px;
        padding: 0px;
        margin-bottom: 10px;
    }

.password-info-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.password-info-box::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}
.list-main-desc .list-social-link.btn {
    padding: 14px 10px;
}
.tooltip {
    z-index: 9994;
}
.spaced-button {
    margin: 10px;
}

.search-results-open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000045;
    z-index: 9990;
}
.tb-row-red {
    background-color: #f7e0de;
}