/******************************************************************************************************/
/******************************************************************************************************/

.model-search-widget input[type="search"]::-ms-clear,
.model-search-widget input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.model-search-widget input[type="search"]::-webkit-search-cancel-button,
.model-search-widget input[type="search"]::-webkit-search-decoration,
.model-search-widget input[type="search"]::-webkit-search-results-button,
.model-search-widget input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.model-search-widget {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.model-search-widget>.search-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}


.model-search-widget>.search-control:focus {
    z-index: 3;
}

.model-search-widget>.search-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.model-search-widget-append {
    display: -ms-flexbox;
    display: flex;
}

.model-search-widget-append .btn {
    position: relative;
    z-index: 2;
}

.model-search-widget-append .btn:focus {
    z-index: 3;
}

.model-search-widget-append .btn+.btn,
.model-search-widget-append .btn+.input-group-text,
.model-search-widget-append .input-group-text+.input-group-text,
.model-search-widget-append .input-group-text+.btn {
    margin-left: -1px;
}

.model-search-widget-append {
    margin-left: -1px;
}

/******************************************************************************************************/
/******************************************************************************************************/
.holder_list_group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.holder_list_group_item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.holder_list_group_item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.holder_list_group_item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.holder_search_results {
    position: relative;
    display: none;
    width: 100%;
}

.holder-search-open .holder_search_results {
    display: inline-block;
}

.holder_search_results .search-title {
    margin-bottom: -.1rem;
}

.holder_search_results .holder_list_group {
    position: absolute;
    width: 100%;
    z-index: 1039;
}

.holder_search_results .holder_list_group>.holder_list_group_item {
    padding: 0.375rem 0.75rem;
}

.holder_search_results .holder_list_group>.holder_list_group_item:-moz-focusring {
    margin-top: 0;
    border-left: 1px solid transparent;
    border-top: 0;
    border-bottom: 1px solid transparent;
}

.holder_search_results .holder_list_group>.holder_list_group_item:first-child {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.holder_search_results .search-path {
    font-size: 80%;
}

.holder-search-open .btn,
.holder-search-open .search-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.backgroun-image-wrapper {
    background-image: url('../../images/background-1.webp');
    background-position: center;
    background-size: cover;
}

.dropdown-menu-center {
    right: 0;
    left: 0;
}

.ui-group {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0px;
}

.ui-group-lable {
    position: relative;
    top: -25px;
    padding: 0px 5px;
    font-weight: 600;
    background-color: #fff;
}

.model_side_holder {
    height: 350px !important;
    padding-right: 10px;
}

.model_side_holder .model_item_holder {
    position: relative;
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
}

.model_side_holder .model_item_holder>li {
    border-radius: 5px;
    text-align: center;
    margin-bottom: 3px;
}

.model_side_holder .model_item_holder>li>a {
    display: block;
    padding: 5px;
    color: #fff;
}

.holder_item_1 {
    background-color: #007bff;
    border-color: #007bff;
}

.holder_item_0 {
    background-color: #c6c8ca;
    border-color: #c6c8ca;
}

.search-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.search-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.search-control::-webkit-input-placeholder {
    color: #939ba2;
    opacity: 1;
}

.search-control::-moz-placeholder {
    color: #939ba2;
    opacity: 1;
}

.search-control:-ms-input-placeholder {
    color: #939ba2;
    opacity: 1;
}

.search-control::-ms-input-placeholder {
    color: #939ba2;
    opacity: 1;
}

.search-control::placeholder {
    color: #939ba2;
    opacity: 1;
}

.search-control:disabled,
.search-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

@media (max-width: 576px) {
    .model_side_holder {
        height: 200px !important;
        margin-inline: 2px;
        margin-bottom: 5px;
        border-radius: 5px;
    }
}

@media (max-width: 767.98px) {
    .model_side_holder {
        height: 200px !important;
        margin-inline: 2px;
        margin-bottom: 5px;
        border-radius: 5px;
    }
}

@media (max-width: 991.98px) {
    .model_side_holder {
        height: 200px !important;
        margin-inline: 2px;
        margin-bottom: 5px;
        border-radius: 5px;
    }
}

.prevent-select {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.sidecard {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 3.4em;
    display: none;
    width: 63%;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -webkit-animation: widthX 100ms linear;
    animation: widthX 100ms linear;
    padding: 10px;
    overflow: hidden;
}

@keyframes widthX {
    0% {
        width: 0%;
    }

    50% {
        width: 31.5%;
    }

    100% {
        width: 63%;
    }
}

@media (max-width: 992px) {

    .sidecard {
        width: 100%;
    }

    @keyframes widthX {
        0% {
            width: 0%;
        }

        50% {
            width: 50%;
        }

        100% {
            width: 100%;
        }
    }
}


/*-------------------------*/

#loader_wrapper {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loaderText {
    display: block;
    position: relative;
    top: 65%;
    width: 100%;
    height: 150px;
    margin: -75px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.scrollble_panel {
    height: 78vh;
    margin: 5px;
    padding-right: 10px;
}

.custom-class>.os-scrollbar>.os-scrollbar-track,
.custom-class>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 0;
    background-color: #a5878c;
}

.img-box {
    background-color: #E9ECEF;
    border: 1px #939ba2 dashed;
    height: 250px;
}

.dataTables_filter {
    display: none;
}


.html404 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 36, 0.7);
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 910px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
}

.notfound .notfound-404 h1 {
    font-family: montserrat, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 220px;
    font-weight: 900;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.notfound h2 {
    font-family: montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.notfound .home-btn,
.notfound .contact-btn {
    font-family: montserrat, sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 13px 25px;
    font-size: 18px;
    border-radius: 40px;
    margin: 7px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound .home-btn:hover,
.notfound .contact-btn:hover {
    opacity: 0.9;
}

.notfound .home-btn {
    color: rgba(255, 0, 36, 0.7);
    background: #fff;
}

.notfound .contact-btn {
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

.notfound-social {
    margin-top: 25px;
}

.notfound-social>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 6px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound-social>a:hover {
    color: rgba(255, 0, 36, 0.7);
    background-color: #fff;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 182px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 146px;
    }

    .notfound .notfound-404 h1 {
        font-size: 146px;
    }

    .notfound h2 {
        font-size: 16px;
    }

    .notfound .home-btn,
    .notfound .contact-btn {
        font-size: 14px;
    }
}

.bg-dcf-logo {
    background-color: #f5f6fa !important;
}

.layout-top-nav .wrapper .main-header .bg-dcf-logo .dcf-logo{
    width: 100px;
    margin-bottom: -.90rem;
    margin-left: .95rem;
    margin-top: -.90rem;
}

.bg-dcf-sidebar {
    background-color: #192a56 !important;
}

.bg-dcf-navbar {
    background-color: #273c75 !important;
}
.dcf-payment-nav{
    background-color: #273c75 !important;
    margin-bottom: 1rem !important;
}

.form-control-sidebar,
.btn-sidebar {
    background-color: #ffffff !important;
    border: 1px solid #fbfdff !important;
    color: rgb(46, 45, 45) !important;
}
