
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
body {
    font-family: "Inter", sans-serif;
    background-color: #fff;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    a:hover,
    a {
        text-decoration: none !important;
    }

.half .contents {
    background: #fff;
}

.half .contents,
.half .bg {
    width: 50%;
}

.half .bg {
    background-size: cover;
    background-position: center;
}

/*** sigin page css start ***/
.form-title {
    color: #010101;
    font-size: 33px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.form-heading p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
}

.common-forms form label {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #666;
    background: var(--white, #fff);
    image-rendering: 35px;
    padding: 5px 10px;
    font-size: 14px;
   /* color: #666;*/
}

.form-control-text {
    border-radius: 4px;
    border: 1px solid #666;
    background: var(--white, #fff);
    height: 70px;
    padding: 11px 33px;
    font-size: 14px;
    color: #666;
    width: 100%; /*Added for textarea */
}

.sigin-main {
    padding: 0 19px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
    width: 16px;
    height: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #666;
}
.checkbig {
    width: 22px !important;
    height: 22px !important;
}

.form-check-input,
.remeberme label {
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: #1a3d70;
        border-color: #1a3d70;
    }

.forgot-pass {
    color: #1a3d70;
    font-size: 16px;
    font-weight: 500;
    line-height: 175%;
}

    .forgot-pass:hover {
        color: #666;
    }

.btn {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 24px;
    font-family: "Inter", sans-serif;
}

    .btn-primary,
    .btn-check:checked + .btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check) + .btn:active {
        color: #fff;
        background: #1a3d70;
        border-color: #1a3d70;
    }

        .btn-primary:hover,
        .btn-primary:focus {
            color: #1a3d70;
            background: transparent;
            border-color: #1a3d70;
            box-shadow: none;
        }

        .btn-primary:active,
        .btn-primary:disabled {
            color: #fff;
            background: #1a3d70;
            border-color: #1a3d70;
            box-shadow: none;
        }

.common-forms .btn {
    min-width: 188px;
    height: 44px;
}

.remeberme label {
    margin: -2px 0 0 3px;
}

    .remeberme label:hover {
        color: #1a3d70;
    }

.form-group {
    margin-bottom: 5px;
}

.other-account {
    margin: 10px 0 0 0;
    text-align: center;
}

    .other-account p {
        color: #151e2f;
        font-size: 16px;
        font-weight: 400;
        line-height: 175%;
    }

ul.socials {
    padding: 0;
    margin: 0px 0 10px 0;
}

    ul.socials li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 6px;
    }

        ul.socials li a {
            border-radius: 64px;
            background: #151e2f;
            box-shadow: 0px 4px 8px 0px rgba(0, 16, 41, 0.1);
            height: 32px;
            width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            ul.socials li a:hover,
            ul.socials li a:focus {
                background: #1a3d70;
            }

.dont-account a {
    color: #1a3d70;
}

.forms-footer {
    margin-bottom: 32px;
    margin-top: auto;
    text-align: center;
}

footer.forms-footer p {
    color: #575757;
}

footer p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/*** forgot password page css start ***/
.forgot-pass-main .form-title {
    font-weight: 500;
    color: #151e2f;
}

.half,
.half .container > .row {
    height: 100vh;
    min-height: 700px;
}

    .half.sigin-signup-main,
    .half.sigin-signup-main .container > .row {
        min-height: 800px;
    }

.form-logo a > img {
    max-width: 202px;
}

.register-success .form-title {
    color: #151e2f;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
}

.register-success .form-heading p,
.register-success .form-heading a {
    color: #151e2f;
}

    .register-success .form-heading a:hover {
        color: #1a3d70;
    }

.register-success {
    padding: 0 8px;
}

.success-arrow {
    margin: 44px 0 24px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(0.4);
}

input[type="date"] {
    cursor: pointer;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
}

.table th,
.table td {
    vertical-align: middle;
}

.app-header {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all 0.2s;
}

    .app-header .app-header__content {
        display: flex;
        align-items: center;
        align-content: center;
        flex: 1;
        padding: 0 10px;
        height: 60px;
        justify-content: space-between;
        background-color: #f0fbff;
    }

        .app-header .app-header__content .app-header-left {
            display: flex;
            align-items: center;
            margin-left: 40px;
        }

        .app-header .app-header__content .header-menu a.nav-link {
            color: #000000;
            font-size: 16px;
            font-weight: 500;
            max-width: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .app-header .app-header__content .header-menu .nav-link i {
            color: #adb5bd;
        }

        .app-header .app-header__content .header-menu .nav-link:hover {
            color: #212529;
        }

        .app-header .app-header__content .app-header-right {
            align-items: center;
            display: flex;
            gap: 25px;
        }

    .app-header .header-user-info > .widget-heading,
    .app-header .header-user-info > .widget-subheading {
        white-space: nowrap;
    }

    .app-header .header-user-info > .widget-subheading {
        font-size: 0.75rem;
    }

.app-header__logo {
    padding: 0 1.5rem;
    height: 60px;
    width: 280px;
    display: flex;
    align-items: center;
    transition: width 0.2s;
}

.app-header__menu,
.app-header__mobile-menu {
    display: none;
    padding: 0 1.5rem;
    height: 60px;
    align-items: center;
}

.fixed-header .app-header {
    position: fixed;
    width: calc(100% - 250px);
    top: 0;
    left: 250px;
}

.closed-sidebar.fixed-header .app-header {
    left: 80px;
    width: calc(100% - 80px);
}

.fixed-header .app-header .app-header__logo {
    visibility: visible;
}

.fixed-header .app-main {
    padding-top: 0;
    display: flex;
}

.fixed-header:not(.fixed-sidebar):not(.closed-sidebar)
.app-sidebar
.app-header__logo {
    visibility: hidden;
}

.app-header.header-text-light .app-header-left > .nav > li > .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

    .app-header.header-text-light
    .app-header-left > .nav > li > .nav-link
    .nav-link-icon {
        color: rgba(255, 255, 255, 0.8);
    }

    .app-header.header-text-light .app-header-left > .nav > li > .nav-link:hover {
        color: #fff;
    }

.app-header.header-text-light .app-header-right .icon-wrapper-alt .fa,
.app-header.header-text-light .app-header-right .icon-wrapper-alt .icon {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.2s;
}

.app-header.header-text-light
.app-header-right
.icon-wrapper-alt
.icon-wrapper-bg {
    background: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.2s;
    opacity: 1;
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .fa,
.app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .icon {
    color: rgba(255, 255, 255, 0.9) !important;
}

.app-header.header-text-light
.app-header-right
.icon-wrapper-alt:hover
.icon-wrapper-bg {
    background: rgba(255, 255, 255, 0.15) !important;
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt .badge-dot {
    border-color: transparent;
}

.app-header.header-text-light
.app-header-right > .header-btn-lg
.widget-content-left
.btn-group > .btn,
.app-header.header-text-light
.app-header-right > .header-btn-lg
.widget-heading,
.app-header.header-text-light
.app-header-right > .header-btn-lg
.widget-subheading {
    color: rgba(255, 255, 255, 0.8);
}

.app-header.header-text-light
.app-header-right > .header-btn-lg
.header-user-info > .btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.app-header.header-text-light .search-wrapper .input-holder .search-icon {
    background: rgba(0, 0, 0, 0.1);
}

.app-header.header-text-light
.search-wrapper
.input-holder
.search-input::placeholder,
.app-header.header-text-light
.search-wrapper
.input-holder
.search-input::-webkit-input-placeholder,
.app-header.header-text-light
.search-wrapper
.input-holder
.search-input:-ms-input-placeholder,
.app-header.header-text-light
.search-wrapper
.input-holder
.search-input:-moz-placeholder,
.app-header.header-text-light
.search-wrapper
.input-holder
.search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.app-header.header-text-light .search-wrapper.active .input-holder {
    background: rgba(255, 255, 255, 0.1);
}

    .app-header.header-text-light
    .search-wrapper.active
    .input-holder
    .search-input {
        color: rgba(255, 255, 255, 0.8);
    }

    .app-header.header-text-light
    .search-wrapper.active
    .input-holder
    .search-icon {
        background: rgba(255, 255, 255, 0.1);
    }

.app-header.header-text-light .header-btn-lg::before {
    background: rgba(255, 255, 255, 0.2);
}

.app-header.header-text-light .header-btn-lg .hamburger-inner,
.app-header.header-text-light
.header-btn-lg
.hamburger.is-active
.hamburger-inner,
.app-header.header-text-light .header-btn-lg .hamburger-inner::before,
.app-header.header-text-light .header-btn-lg .hamburger-inner::after,
.app-header.header-text-light .header__pane .hamburger-inner,
.app-header.header-text-light
.header__pane
.hamburger.is-active
.hamburger-inner,
.app-header.header-text-light .header__pane .hamburger-inner::before,
.app-header.header-text-light .header__pane .hamburger-inner::after {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.app-header.header-text-light
.search-wrapper
.input-holder
.search-icon
span::after {
    border-color: rgba(255, 255, 255, 0.8);
}

.app-header.header-text-light .search-wrapper .close::before,
.app-header.header-text-light .search-wrapper .close::after,
.app-header.header-text-light
.search-wrapper
.input-holder
.search-icon
span::before {
    background: rgba(255, 255, 255, 0.8);
}

.app-header.header-text-light .app-header__logo .logo-src {
    background: url(assets/images/logo.png);
}

.app-header.header-text-light .app-header__mobile-menu .hamburger-inner,
.app-header.header-text-light .app-header__mobile-menu .hamburger-inner::before,
.app-header.header-text-light .app-header__mobile-menu .hamburger-inner::after {
    background: rgba(255, 255, 255, 0.9);
}

.app-header.header-text-dark .app-header-left > .nav > li > .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

    .app-header.header-text-dark
    .app-header-left > .nav > li > .nav-link
    .nav-link-icon {
        color: rgba(0, 0, 0, 0.8);
    }

    .app-header.header-text-dark .app-header-left > .nav > li > .nav-link:hover {
        color: #000;
    }

.app-header.header-text-dark .app-header-right .icon-wrapper-alt .fa,
.app-header.header-text-dark .app-header-right .icon-wrapper-alt .icon {
    color: rgba(0, 0, 0, 0.7) !important;
    transition: all 0.2s;
}

.app-header.header-text-dark
.app-header-right
.icon-wrapper-alt
.icon-wrapper-bg {
    background: rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s;
    opacity: 1;
}

.app-header.header-text-dark .app-header-right .icon-wrapper-alt:hover .fa,
.app-header.header-text-dark .app-header-right .icon-wrapper-alt:hover .icon {
    color: rgba(0, 0, 0, 0.95) !important;
}

.app-header.header-text-dark
.app-header-right
.icon-wrapper-alt:hover
.icon-wrapper-bg {
    background: rgba(0, 0, 0, 0.15) !important;
}

.app-header.header-text-dark .app-header-right .icon-wrapper-alt .badge-dot {
    border-color: transparent;
}

.app-header.header-text-dark
.app-header-right > .header-btn-lg
.widget-content-left
.btn-group > .btn,
.app-header.header-text-dark .app-header-right > .header-btn-lg .widget-heading,
.app-header.header-text-dark
.app-header-right > .header-btn-lg
.widget-subheading {
    color: rgba(0, 0, 0, 0.8);
}

.app-header.header-text-dark
.app-header-right > .header-btn-lg
.header-user-info > .btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.app-header.header-text-dark .search-wrapper .input-holder .search-icon {
    background: rgba(0, 0, 0, 0.1);
}

.app-header.header-text-dark .search-wrapper.active .input-holder {
    background: rgba(0, 0, 0, 0.1);
}

    .app-header.header-text-dark
    .search-wrapper.active
    .input-holder
    .search-input {
        color: rgba(0, 0, 0, 0.8);
    }

    .app-header.header-text-dark .search-wrapper.active .input-holder .search-icon {
        background: rgba(0, 0, 0, 0.1);
    }

.app-header.header-text-dark .header-btn-lg::before {
    background: rgba(0, 0, 0, 0.2);
}

.app-header.header-text-dark .header-btn-lg .hamburger-inner,
.app-header.header-text-dark
.header-btn-lg
.hamburger.is-active
.hamburger-inner,
.app-header.header-text-dark .header-btn-lg .hamburger-inner::before,
.app-header.header-text-dark .header-btn-lg .hamburger-inner::after,
.app-header.header-text-dark .header__pane .hamburger-inner,
.app-header.header-text-dark
.header__pane
.hamburger.is-active
.hamburger-inner,
.app-header.header-text-dark .header__pane .hamburger-inner::before,
.app-header.header-text-dark .header__pane .hamburger-inner::after {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.app-header.header-text-dark
.search-wrapper
.input-holder
.search-icon
span::after {
    border-color: rgba(0, 0, 0, 0.8);
}

.app-header.header-text-dark .search-wrapper .close::before,
.app-header.header-text-dark .search-wrapper .close::after,
.app-header.header-text-dark
.search-wrapper
.input-holder
.search-icon
span::before {
    background: rgba(0, 0, 0, 0.8);
}

.app-header.header-text-dark .app-header__logo .logo-src {
    background: url(assets/images/logo-inverse.png);
}

.app-sidebar {
    width: 250px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 250px;
    position: relative;
    flex: 0 0 250px;
    transition: all 0.2s;
}

.scrollbar-sidebar.ps {
    background-image: url(../images/sidebar-bg.png);
    background-position: center;
    padding: 10px 16px 22px 16px;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-sidebar .scrollbar-sidebar {
    z-index: 15;
    width: 100%;
}

.app-sidebar .app-sidebar-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    background-size: cover;
    z-index: 10;
}

.app-sidebar .app-header__logo {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
}

.app-sidebar.sidebar-shadow {
    box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
}

.app-sidebar__heading {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0.75rem 0;
    font-weight: 700;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
}

.sidebar-mobile-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 12;
}

.vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

    .vertical-nav-menu::after {
        content: " ";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

    .vertical-nav-menu .mm-collapse:not(.mm-show) {
        display: none;
    }

    .vertical-nav-menu .mm-collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition-timing-function: ease;
        transition-duration: 0.25s;
        transition-property: height, visibility;
    }

    .vertical-nav-menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

    .vertical-nav-menu:before {
        opacity: 0;
        transition: opacity 300ms;
    }

    .vertical-nav-menu li a {
        display: flex;
        align-items: center;
        line-height: normal;
        padding: 12px;
        position: relative;
        border-radius: 10px;
        color: #000000;
        white-space: nowrap;
        transition: none;
        font-size: 13px;
        font-weight: 500;
        gap: 16px;
        text-decoration: none;
    }

        .vertical-nav-menu li a i {
            margin-left: auto;
        }

    .vertical-nav-menu li {
        margin-bottom: 0;
    }

        .vertical-nav-menu li a img {
            margin-right: 0;
            height: auto;
            height: 25px;
        }

        .vertical-nav-menu li a:hover {
            background: #e0f3ff;
            text-decoration: none;
        }

            .vertical-nav-menu li a:hover i.metismenu-icon {
                opacity: 0.6;
            }

            .vertical-nav-menu li a:hover i.metismenu-state-icon {
                opacity: 1;
            }

        .vertical-nav-menu li.mm-active > a {
            font-weight: 700;
            margin-left: 22px;
            / /* Added by Dax */
        }

            .vertical-nav-menu li.mm-active > a i.metismenu-state-icon {
                transform: rotate(-180deg);
            }

        .vertical-nav-menu li a.mm-active {
            color: #ffffff;
            background: #1a3d70;
        }

    .vertical-nav-menu i.metismenu-state-icon,
    .vertical-nav-menu i.metismenu-icon {
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -17px;
        font-size: 1.5rem;
        opacity: 0.3;
        transition: color 300ms;
    }

    .vertical-nav-menu i.metismenu-state-icon {
        transition: transform 300ms;
        left: auto;
        right: 0;
    }

    .vertical-nav-menu ul > li > a {
        color: #6c757d;
        height: 2rem;
        line-height: 2rem;
        padding: 0 1.5rem;
    }

        .vertical-nav-menu ul > li > a:hover {
            color: #3f6ad8;
        }

        .vertical-nav-menu ul > li > a .metismenu-icon {
            display: none;
        }

        .vertical-nav-menu ul > li > a.mm-active {
            color: #3f6ad8;
            background: #e0f3ff;
            font-weight: 700;
        }

.app-sidebar.sidebar-text-light {
    border-right: 0 !important;
}

    .app-sidebar.sidebar-text-light .app-sidebar__heading {
        color: rgba(255, 255, 255, 0.6);
    }

        .app-sidebar.sidebar-text-light .app-sidebar__heading::before {
            background: rgba(255, 255, 255, 0.5) !important;
        }

    .app-sidebar.sidebar-text-light .vertical-nav-menu li a {
        color: rgba(255, 255, 255, 0.7);
    }

        .app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-icon {
            opacity: 0.5;
        }

        .app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-state-icon {
            opacity: 0.5;
        }

        .app-sidebar.sidebar-text-light .vertical-nav-menu li a:hover {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
        }

            .app-sidebar.sidebar-text-light .vertical-nav-menu li a:hover i.metismenu-icon {
                opacity: 0.8;
            }

            .app-sidebar.sidebar-text-light
            .vertical-nav-menu
            li
            a:hover
            i.metismenu-state-icon {
                opacity: 1;
            }

        .app-sidebar.sidebar-text-light .vertical-nav-menu li a.mm-active {
            color: rgba(255, 255, 255, 0.7);
            background: rgba(255, 255, 255, 0.15);
        }

    .app-sidebar.sidebar-text-light .vertical-nav-menu ul:before {
        background: rgba(255, 255, 255, 0.1);
    }

    .app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a {
        color: rgba(255, 255, 255, 0.6);
    }

        .app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a:hover {
            color: #fff;
        }

        .app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a.mm-active {
            color: #fff;
            background: rgba(255, 255, 255, 0.15);
        }

    .app-sidebar.sidebar-text-light .ps__thumb-y {
        background: rgba(255, 255, 255, 0.3);
    }

    .app-sidebar.sidebar-text-light .ps__rail-y:hover .ps__thumb-y {
        background: rgba(255, 255, 255, 0.2);
    }

    .app-sidebar.sidebar-text-light .app-header__logo .logo-src {
        background: url(assets/images/logo.png);
    }

    .app-sidebar.sidebar-text-light .app-header__logo .hamburger-inner,
    .app-sidebar.sidebar-text-light .app-header__logo .hamburger-inner::before,
    .app-sidebar.sidebar-text-light .app-header__logo .hamburger-inner::after {
        background-color: rgba(255, 255, 255, 0.8);
    }

.app-sidebar.sidebar-text-dark {
    border-right: 0 !important;
}

    .app-sidebar.sidebar-text-dark .app-sidebar__heading {
        color: rgba(0, 0, 0, 0.6);
    }

        .app-sidebar.sidebar-text-dark .app-sidebar__heading::before {
            background: rgba(0, 0, 0, 0.5) !important;
        }

    .app-sidebar.sidebar-text-dark .vertical-nav-menu li a {
        color: rgba(0, 0, 0, 0.6);
    }

        .app-sidebar.sidebar-text-dark .vertical-nav-menu li a i.metismenu-icon {
            opacity: 0.5;
        }

        .app-sidebar.sidebar-text-dark .vertical-nav-menu li a i.metismenu-state-icon {
            opacity: 0.5;
        }

        .app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover {
            background: rgba(0, 0, 0, 0.15);
            color: rgba(0, 0, 0, 0.7);
        }

            .app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover i.metismenu-icon {
                opacity: 0.7;
            }

            .app-sidebar.sidebar-text-dark
            .vertical-nav-menu
            li
            a:hover
            i.metismenu-state-icon {
                opacity: 1;
            }

        .app-sidebar.sidebar-text-dark .vertical-nav-menu li a.mm-active {
            color: rgba(0, 0, 0, 0.7);
            background: rgba(0, 0, 0, 0.15);
        }

    .app-sidebar.sidebar-text-dark .vertical-nav-menu ul:before {
        background: rgba(0, 0, 0, 0.1);
    }

    .app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a {
        color: rgba(0, 0, 0, 0.4);
    }

        .app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a:hover {
            color: rgba(0, 0, 0, 0.7);
        }

        .app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a.mm-active {
            color: rgba(0, 0, 0, 0.7);
            background: rgba(0, 0, 0, 0.15);
        }

    .app-sidebar.sidebar-text-dark .ps__thumb-y {
        background: rgba(0, 0, 0, 0.3);
    }

    .app-sidebar.sidebar-text-dark .ps__rail-y:hover .ps__thumb-y {
        background: rgba(0, 0, 0, 0.2);
    }

    .app-sidebar.sidebar-text-dark .app-header__logo .hamburger-inner,
    .app-sidebar.sidebar-text-dark .app-header__logo .hamburger-inner::before,
    .app-sidebar.sidebar-text-dark .app-header__logo .hamburger-inner::after {
        background-color: rgba(0, 0, 0, 0.8);
    }

.fixed-sidebar .app-sidebar {
    position: fixed;
    height: 100vh;
}

.fixed-sidebar .app-main .app-main__outer {
    z-index: 9;
    padding-left: 250px;
}

.fixed-sidebar.fixed-header .app-sidebar .app-header__logo {
    display: none;
}

.fixed-sidebar:not(.fixed-header) .app-sidebar .app-header__logo {
    display: flex;
}

.fixed-sidebar:not(.fixed-header) .app-header {
    margin-left: 280px;
}

    .fixed-sidebar:not(.fixed-header) .app-header .app-header__logo {
        display: none;
    }

.fixed-sidebar.closed-sidebar:not(.fixed-header) .app-header {
    margin-left: 80px;
}

.fixed-sidebar.closed-sidebar:not(.fixed-header)
.app-sidebar
.app-header__logo {
    width: 80px;
    padding: 0;
}

    .fixed-sidebar.closed-sidebar:not(.fixed-header)
    .app-sidebar
    .app-header__logo
    .logo-src {
        display: none;
    }

    .fixed-sidebar.closed-sidebar:not(.fixed-header)
    .app-sidebar
    .app-header__logo
    .header__pane {
        margin-right: auto;
    }

.closed-sidebar .app-sidebar {
    transition: all 0.3s ease;
    width: 84px;
    min-width: 80px;
    flex: 0 0 80px;
    z-index: 13;
}

    .closed-sidebar .app-sidebar .app-sidebar__inner .app-sidebar__heading {
        text-indent: -999em;
    }

        .closed-sidebar .app-sidebar .app-sidebar__inner .app-sidebar__heading::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #e0f3ff;
            text-indent: 1px;
        }

    .closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
        text-indent: -99rem;
        padding: 5px;
    }

    .closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-icon {
        text-indent: 0;
        left: 50%;
        margin-left: -17px;
    }

    .closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-state-icon {
        visibility: hidden;
    }

    .closed-sidebar .app-sidebar .app-sidebar__inner ul::before {
        display: none;
    }

    .closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show {
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: none !important;
    }

        .closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show > li > a {
            height: 0;
            display: none;
        }

    .closed-sidebar .app-sidebar:hover .app-sidebar__inner .app-sidebar__heading {
        text-indent: initial;
    }

        .closed-sidebar
        .app-sidebar:hover
        .app-sidebar__inner
        .app-sidebar__heading::before {
            display: none;
        }

    .closed-sidebar .app-sidebar:hover .app-sidebar__inner ul::before {
        display: block;
    }

    .closed-sidebar .app-sidebar:hover .app-sidebar__inner .metismenu-icon {
        text-indent: initial;
        left: 5px;
        margin-left: 0;
    }

    .closed-sidebar .app-sidebar:hover .app-sidebar__inner .metismenu-state-icon {
        visibility: visible;
    }

    .closed-sidebar .app-sidebar:hover .app-sidebar__inner ul.mm-show {
        padding: 10px;
    }

        .closed-sidebar .app-sidebar:hover .app-sidebar__inner ul.mm-show > li > a {
            height: 2.3em;
        }

    .closed-sidebar .app-sidebar:hover .app-sidebar__inner ul ul li a {
        padding-left: 1em;
    }

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo {
    width: 80px;
}

    .closed-sidebar:not(.closed-sidebar-mobile)
    .app-header
    .app-header__logo
    .logo-src {
        display: none;
    }

    .closed-sidebar:not(.closed-sidebar-mobile)
    .app-header
    .app-header__logo
    .header__pane {
        margin-right: auto;
    }

.closed-sidebar.fixed-sidebar .app-main__outer {
    padding-left: 80px;
}

.closed-sidebar.fixed-header:not(.fixed-sidebar)
.app-sidebar
.app-header__logo {
    visibility: hidden;
}

.closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo,
.closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo {
    width: auto;
    display: flex;
}

    .closed-sidebar.closed-sidebar-mobile
    .app-sidebar
    .app-header__logo
    .header__pane,
    .closed-sidebar.closed-sidebar-mobile
    .app-header
    .app-header__logo
    .header__pane {
        display: none;
    }

.closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo {
    display: flex;
    width: 80px;
    padding: 0 1.5rem !important;
}

    .closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo .logo-src {
        display: block !important;
        margin: 0 auto;
        width: 21px;
    }

    .closed-sidebar.closed-sidebar-mobile
    .app-sidebar
    .app-header__logo
    .header__pane {
        display: none;
    }

.closed-sidebar.closed-sidebar-mobile .app-sidebar:hover .app-header__logo {
    width: 280px;
}

    .closed-sidebar.closed-sidebar-mobile
    .app-sidebar:hover
    .app-header__logo
    .logo-src {
        width: 97px;
        margin: 0;
    }

.closed-sidebar.closed-sidebar-mobile .app-header {
    margin-left: 0 !important;
}

.closed-sidebar.fixed-footer .app-footer__inner {
    margin-left: 0 !important;
}

.app-main {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative;
}

    .app-main .app-main__outer {
        flex: 1;
        flex-direction: column;
        display: flex;
        z-index: 12;
    }

    .app-main .app-main__inner {
        padding: 0;
        flex: 1;
        background-image: url("../images/final-dashbord-bg.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: -50px;
        /* min-height: calc(100vh - 60px); */
    }

.app-main__inner_detail {
    background-image: none !important;
    position: relative;
}

.app-theme-white.app-container {
    background: #f1f4f6;
}

.app-theme-white .app-sidebar {
    background: #fff;
}

.app-theme-white .app-page-title {
    background: rgba(255, 255, 255, 0.45);
}

.app-theme-white .app-footer .app-footer__inner,
.app-theme-white .app-header {
    background-color: #fff;
}

.app-theme-white.fixed-header .app-header__logo {
    justify-content: space-between;
    background-color: #f0fbff;
    position: relative;
}

.app-header__logo .header__pane {
    position: absolute;
    right: -20px;
}

.app-footer {
    height: 60px;
}

    .app-footer .app-footer__inner {
        padding: 0 1.5rem 0 0.75rem;
        height: 60px;
        display: flex;
        align-content: center;
        align-items: center;
        width: calc(100% - 250px);
    }

        .app-footer .app-footer__inner .app-footer-left {
            display: flex;
            align-items: center;
            width: 50%;
        }

        .app-footer .app-footer__inner .app-footer-right {
            margin-left: 0px;
            justify-content: flex-end;
            display: flex;
            width: 50%;
        }

.fixed-footer .app-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 7;
}

    .fixed-footer .app-footer .app-footer__inner {
        margin-left: 280px;
        box-shadow: 0.3rem -0.46875rem 2.1875rem rgba(4, 9, 20, 0.02), 0.3rem -0.9375rem 1.40625rem rgba(4, 9, 20, 0.02), 0.3rem -0.25rem 0.53125rem rgba(4, 9, 20, 0.04), 0.3rem -0.125rem 0.1875rem rgba(4, 9, 20, 0.02);
    }

.fixed-footer .app-main .app-main__outer {
    padding-bottom: 60px;
}

.app-page-title {
    padding: 30px;
    margin: -30px -30px 30px;
    position: relative;
}

    .app-page-title + .body-tabs-layout {
        margin-top: -30px !important;
    }

    .app-page-title .page-title-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .app-page-title .page-title-heading,
    .app-page-title .page-title-subheading {
        margin: 0;
        padding: 0;
    }

    .app-page-title .page-title-heading {
        font-size: 1.25rem;
        font-weight: 400;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .app-page-title .page-title-subheading {
        padding: 3px 0 0;
        font-size: 0.88rem;
        opacity: 0.6;
    }

        .app-page-title .page-title-subheading .breadcrumb {
            padding: 0;
            margin: 3px 0 0;
            background: 0 0;
        }

    .app-page-title .page-title-actions {
        margin-left: auto;
    }

        .app-page-title .page-title-actions .breadcrumb {
            margin: 0;
            padding: 0;
            background: 0 0;
        }

    .app-page-title .page-title-icon {
        font-size: 2rem;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        padding: 0.83333rem;
        margin: 0 30px 0 0;
        background: #fff;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        border-radius: 0.25rem;
        width: 60px;
        height: 60px;
    }

        .app-page-title .page-title-icon i {
            margin: auto;
        }

        .app-page-title .page-title-icon.rounded-circle {
            margin: 0 20px 0 0;
        }

    .app-page-title + .RRT__container {
        margin-top: -23.07692px;
    }

    .app-page-title.app-page-title-simple {
        margin: 0;
        background: 0 0 !important;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

.page-title-icon-rounded .page-title-icon {
    border-radius: 50px;
}

.search-wrapper {
    position: relative;
    margin-right: 0.66667rem;
}

    .search-wrapper .input-holder {
        height: 42px;
        width: 42px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        .search-wrapper .input-holder .search-input {
            width: 100%;
            padding: 0 70px 0 20px;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            background: 0 0;
            box-sizing: border-box;
            border: none;
            outline: none;
            transform: translate(0, 60px);
            transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
            transition-delay: 0.3s;
            font-size: 0.88rem;
        }

        .search-wrapper .input-holder .search-icon {
            width: 42px;
            height: 42px;
            border: none;
            padding: 0;
            outline: none;
            position: relative;
            z-index: 2;
            float: right;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            background: rgba(0, 0, 0, 0.06);
            border-radius: 30px;
        }

            .search-wrapper .input-holder .search-icon span {
                width: 22px;
                height: 22px;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                transform: rotate(45deg);
                transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
            }

                .search-wrapper .input-holder .search-icon span::before,
                .search-wrapper .input-holder .search-icon span::after {
                    position: absolute;
                    content: "";
                }

                .search-wrapper .input-holder .search-icon span::before {
                    width: 4px;
                    height: 11px;
                    left: 9px;
                    top: 13px;
                    border-radius: 2px;
                    background: #3f6ad8;
                }

                .search-wrapper .input-holder .search-icon span::after {
                    width: 14px;
                    height: 14px;
                    left: 4px;
                    top: 0;
                    border-radius: 16px;
                    border: 2px solid #3f6ad8;
                }

    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        cursor: pointer;
        opacity: 0 !important;
        transform: rotate(-180deg);
        transition: all 0.2s cubic-bezier(0.285, -0.45, 0.935, 0.11);
        transition-delay: 0.1s;
    }

        .search-wrapper .close::before,
        .search-wrapper .close::after {
            position: absolute;
            content: "";
            background: #3f6ad8;
            border-radius: 2px;
        }

        .search-wrapper .close::before {
            width: 2px;
            height: 20px;
            left: 9px;
            top: 0;
        }

        .search-wrapper .close::after {
            width: 20px;
            height: 2px;
            left: 0;
            top: 9px;
        }

    .search-wrapper.active {
        width: 330px;
    }

        .search-wrapper.active .input-holder {
            width: 290px;
            border-radius: 50px;
            background: rgba(0, 0, 0, 0.05);
            transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
        }

            .search-wrapper.active .input-holder .search-input {
                opacity: 1;
                transform: translate(0, 11px);
            }

            .search-wrapper.active .input-holder .search-icon {
                width: 42px;
                height: 42px;
                margin: 0;
                border-radius: 30px;
            }

                .search-wrapper.active .input-holder .search-icon span {
                    transform: rotate(-45deg);
                }

        .search-wrapper.active .close {
            left: 300px;
            opacity: 0.6 !important;
            transform: rotate(45deg);
            transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
            transition-delay: 0.5s;
        }

.form-control {
    transition: all 0.2s;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;
    opacity: 0.8;
}

.dropright .dropdown-toggle::after {
    top: 0;
}

.dropdown-toggle-split {
    border-left: rgba(255, 255, 255, 0.1) solid 1px;
}

.dropdown-menu {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    margin: 0.125rem;
}

    .dropdown-menu.dropdown-menu-right {
        right: 0 !important;
    }

    .dropdown-menu .dropdown-header {
        text-transform: uppercase;
        font-size: 0.73333rem;
        color: #3f6ad8;
        font-weight: 700;
    }

    .dropdown-menu .dropdown-item {
        font-size: 0.88rem;
        display: flex;
        align-items: center;
        transition: background-color 0.3s ease, color 0.3s ease;
        cursor: pointer;
        z-index: 6;
        position: relative;
    }

        .dropdown-menu .dropdown-item .dropdown-icon {
            font-size: 1rem;
            margin-right: 0.325rem;
            width: 30px;
            text-align: center;
            opacity: 0.3;
            margin-left: -10px;
        }

        .dropdown-menu .dropdown-item:hover .dropdown-icon {
            opacity: 0.7;
        }

    .dropdown-menu.dropdown-menu-shadow {
        box-shadow: 0 0.66875rem 2.3875rem rgba(4, 9, 20, 0.03), 0 1.1375rem 1.60625rem rgba(4, 9, 20, 0.03), 0 0.45rem 0.73125rem rgba(4, 9, 20, 0.05), 0 0.325rem 0.3875rem rgba(4, 9, 20, 0.03);
    }

.dropdown-toggle::after {
    position: relative;
    top: 2px;
    opacity: 0.8;
    margin-left: 5px;
}

.dropdown-toggle-split::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    top: 0;
}

.dropdown-toggle-split {
    border-left: rgba(255, 255, 255, 0.1) solid 2px;
}

.card-header,
.card-title {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: 700;
    font-size: 0.88rem;
}

.card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
    height: 3.5rem;
}

    .card-header.no-border {
        border: 0;
        padding: 0;
        height: auto;
    }

    .card-header .menu-header-subtitle {
        display: block;
    }

    .card-header.card-header-tab .nav {
        width: auto;
        margin-left: auto;
    }

    .card-header.card-header-tab .card-header-title {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .card-header .header-icon {
        font-size: 1.65rem;
        margin-right: 0.625rem;
    }

    .card-header > .nav {
        margin-left: -0.625rem;
        height: 100%;
        width: 100%;
    }

        .card-header > .nav .nav-item {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .card-header > .nav .nav-link {
            text-transform: none;
            width: 100%;
            display: block;
            color: #495057;
        }

            .card-header > .nav .nav-link::before {
                content: "";
                border-radius: 15px;
                background: #3f6ad8;
                transition: all 0.2s;
                height: 4px;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: -2px;
                opacity: 0;
            }

            .card-header > .nav .nav-link:hover {
                color: #3f6ad8;
            }

            .card-header > .nav .nav-link.active {
                color: #3f6ad8;
            }

                .card-header > .nav .nav-link.active::before {
                    opacity: 1;
                }

.card-border {
    box-shadow: 0 0 0 transparent;
    border-width: 1px;
}

.card-subtitle {
    margin-bottom: 0.75rem;
    font-size: 0.968rem;
    color: rgba(13, 27, 62, 0.55);
}

.tabs-animated .nav-link {
    position: relative;
    padding: 1rem;
    margin: 0 0.75rem 0 0;
    color: #495057;
}

    .tabs-animated .nav-link::before {
        transform: scale(0);
        opacity: 1;
        width: 100%;
        left: 0;
        bottom: -2px;
        content: "";
        position: absolute;
        display: block;
        border-radius: 0.25rem;
        background: #3f6ad8;
        transition: all 0.2s;
        height: 4px;
    }

    .tabs-animated .nav-link.active,
    .tabs-animated .nav-link:hover {
        color: #3f6ad8;
    }

        .tabs-animated .nav-link.active::before,
        .tabs-animated .nav-link:hover::before {
            transform: scale(1);
        }

.tabs-animated-shadow .nav-link {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
}

    .tabs-animated-shadow .nav-link span {
        position: relative;
        z-index: 5;
        display: inline-block;
        width: 100%;
    }

    .tabs-animated-shadow .nav-link::before {
        height: 100%;
        top: 0;
        z-index: 4;
        bottom: auto;
        box-shadow: 0 16px 26px -10px rgba(63, 106, 216, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 106, 216, 0.2);
        border-radius: 100%;
        opacity: 0.5;
    }

    .tabs-animated-shadow .nav-link.active,
    .tabs-animated-shadow .nav-link:hover {
        color: #fff;
    }

        .tabs-animated-shadow .nav-link.active::before,
        .tabs-animated-shadow .nav-link:hover::before {
            border-radius: 0.25rem;
            opacity: 1;
        }

.tabs-animated-shadow .nav-item:last-child .nav-link {
    margin-right: 0;
}

.tabs-animated-shadow.tabs-shadow-bordered {
    border-bottom: rgba(26, 54, 126, 0.125) solid 1px;
}

    .tabs-animated-shadow.tabs-shadow-bordered .nav-link {
        margin-bottom: 0;
    }

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #3f6ad8;
    }

.hamburger-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 24px;
        height: 2px;
        background-color: #1a3d70;
        border-radius: 10px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before,
        .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -6px;
        }

        .hamburger-inner::after {
            bottom: -6px;
        }

.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 6px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 12px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -12px, 0) rotate(-270deg);
        transition-delay: 0.075s;
    }

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-weight: 700;
    color: #fff;
    opacity: 0.8;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
    }

@media only screen and (max-width: 1320px) {
    .header-user-info {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .app-main {
        display: block;
    }

    .dropdown-menu::before,
    .dropdown-menu::after {
        display: none;
    }

    .app-sidebar {
        /*flex: 0 0 280px !important;*/
        width: 280px !important;
        transform: translateX(-280px);
        position: fixed;
    }

        .app-sidebar .app-header__logo {
            display: none;
        }

    .sidebar-mobile-open .app-sidebar {
        transform: translateX(0);
    }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner .app-sidebar__heading {
            text-indent: initial;
        }

            .sidebar-mobile-open
            .app-sidebar
            .app-sidebar__inner
            .app-sidebar__heading::before {
                display: none;
            }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner ul li a {
            text-indent: initial;
            padding: 10px;
        }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner .metismenu-icon {
            text-indent: initial;
            left: 5px;
            margin-left: 0;
        }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner .metismenu-state-icon {
            visibility: visible;
        }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner ul::before {
            display: block;
        }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner ul ul li a {
            padding-left: 1em;
        }

        .sidebar-mobile-open .app-sidebar .app-sidebar__inner ul.mm-show {
            padding: 0.5em 0 0 2rem;
        }

            .sidebar-mobile-open .app-sidebar .app-sidebar__inner ul.mm-show > li > a {
                height: 2rem;
                line-height: 2rem;
            }

        .sidebar-mobile-open .app-sidebar .app-header__logo {
            width: auto !important;
        }

            .sidebar-mobile-open .app-sidebar .app-header__logo .logo-src {
                width: 97px !important;
                margin-left: auto;
                margin-right: 0;
            }

    .sidebar-mobile-open .fixed-sidebar .app-sidebar {
        height: 100%;
    }

    .sidebar-mobile-open .sidebar-mobile-overlay {
        display: block;
    }

    .app-main .app-main__outer {
        padding-left: 0 !important;
    }

    .app-header {
        justify-content: space-between;
    }

        .app-header .app-header__logo {
            display: none;
            order: 2;
            background: 0 0 !important;
            border: 0 !important;
        }

        /*.app-header .app-header__content {
            visibility: hidden;
            opacity: 0;
            box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
            position: absolute;
            left: 5%;
            width: 90%;
            top: 0;
            transition: all 0.2s;
            background: #fff;
            border-radius: 50px;
            padding: 0 10px;
            overflow: hidden;
        }*/

            .app-header .app-header__content .header-btn-lg {
                margin-left: 0.5rem;
                padding: 0 0.5rem;
            }

            .app-header .app-header__content .app-header-left .nav {
                display: none;
            }

            .app-header .app-header__content.header-mobile-open {
                visibility: visible;
                opacity: 1;
                top: 60px;
            }

        .app-header .app-header__mobile-menu {
            display: flex;
            order: 1;
        }

        .app-header .app-header__menu {
            display: flex;
            order: 3;
        }

        .app-header.header-text-light .app-header__menu > span .btn,
        .app-header.header-text-light .app-header__menu > .btn {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .app-header.header-text-light .header-mobile-open {
            background: #343a40;
        }

    .popover,
    .dropdown-menu {
        position: fixed !important;
        z-index: 50;
        left: 5% !important;
        top: 50% !important;
        width: 90% !important;
        transform: translateY(-50%) !important;
        min-width: 10px !important;
    }

        .popover .btn-icon-vertical .btn-icon-wrapper,
        .dropdown-menu .btn-icon-vertical .btn-icon-wrapper {
            display: none;
        }

    .popover {
        max-width: initial;
    }

        .popover .arrow {
            display: none !important;
        }

    .app-page-title {
        text-align: center;
    }

        .app-page-title .page-title-heading,
        .app-page-title .page-title-wrapper {
            margin: 0 auto;
            display: block;
        }

        .app-page-title .page-title-actions {
            margin: 15px auto 0;
        }

            .app-page-title .page-title-actions .breadcrumb-item,
            .app-page-title .page-title-actions .breadcrumb,
            .app-page-title .page-title-subheading .breadcrumb-item,
            .app-page-title .page-title-subheading .breadcrumb {
                display: inline-block;
            }

    .app-footer .app-footer__inner .app-footer-right {
        display: none;
    }

    .app-footer .app-footer__inner .app-footer-left {
        width: 100%;
    }

        .app-footer .app-footer__inner .app-footer-left .footer-dots {
            margin: 0 auto;
        }

    .widget-content .widget-numbers {
        font-size: 1.6rem;
        line-height: 1;
    }

    .slick-slider-sm .slick-slider {
        max-width: 650px !important;
    }

    .bg-transparent.list-group-item {
        border-color: transparent;
    }

    .tabs-lg-alternate.card-header > .nav .nav-item .widget-number {
        font-size: 1.5rem;
    }

    .page-title-head {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .app-page-title .page-title-icon,
    .ui-theme-settings {
        display: none;
    }

    .card-header.responsive-center {
        display: block;
        text-align: center;
        height: auto;
        padding: 1.5rem;
    }

        .card-header.responsive-center .nav,
        .card-header.responsive-center .btn-actions-pane-right {
            margin: 0.75rem 0 0;
        }

            .card-header.responsive-center .nav .d-inline-block.ml-2,
            .card-header.responsive-center .btn-actions-pane-right .d-inline-block.ml-2 {
                width: 100% !important;
                text-align: left;
                margin: 0 !important;
            }

    .slick-slider-sm .slick-slider {
        max-width: 650px !important;
    }
}

@media (min-width: 992px) {
    .slick-slider-sm .slick-slider {
        max-width: 850px !important;
    }
}

@media (max-width: 1199.98px) {
    .-hide-paging .-pagination .-center {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .app-main .app-main__inner {
        padding: 15px 15px 0;
    }

    .mbg-3,
    body .card.mb-3 {
        margin-bottom: 15px !important;
    }

    .app-page-title {
        padding: 15px;
        margin: -15px -15px 15px;
    }

        .app-page-title + .body-tabs-layout {
            margin-top: -15px !important;
        }

    .body-tabs-line .body-tabs-layout {
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .body-tabs {
        padding: 0 15px;
        display: block;
    }

        .body-tabs .nav-item .nav-link {
            margin: 0;
        }

    .popover,
    .dropdownmenu- {
        width: 80%;
        left: 10%;
    }

    body .card-header {
        height: auto;
        display: block;
        padding: 0.75rem 1.5rem;
        text-align: center;
    }

        body .card-header .btn-actions-pane-right {
            padding: 0.75rem 0 0;
        }

        body .card-header .actions-icon-btn {
            padding: 0;
        }

    .card-header.card-header-tab .card-header-title {
        display: inline-flex !important;
        line-height: 1;
    }

    .card-header.card-header-tab > .nav {
        margin: 0.75rem 0 -0.75rem;
        display: table !important;
        width: 100%;
    }

        .card-header.card-header-tab > .nav .nav-item {
            display: table-cell;
        }

    .header-icon {
        display: none;
    }

    .profile-responsive-sm
    .dropdown-menu-header
    .menu-header-content.btn-pane-right,
    .profile-responsive
    .dropdown-menu-header
    .menu-header-content.btn-pane-right {
        display: block;
        text-align: center;
    }

        .profile-responsive-sm
        .dropdown-menu-header
        .menu-header-content.btn-pane-right
        .avatar-icon-wrapper,
        .profile-responsive
        .dropdown-menu-header
        .menu-header-content.btn-pane-right
        .avatar-icon-wrapper {
            margin-right: 0 !important;
        }

        .profile-responsive-sm
        .dropdown-menu-header
        .menu-header-content.btn-pane-right
        .menu-header-btn-pane,
        .profile-responsive
        .dropdown-menu-header
        .menu-header-content.btn-pane-right
        .menu-header-btn-pane {
            margin-top: 1rem;
        }

    .slick-slider-sm .slick-slider .slick-prev {
        left: 15px;
    }

    .slick-slider-sm .slick-slider .slick-next {
        right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .profile-responsive
    .dropdown-menu-header
    .menu-header-content.btn-pane-right {
        display: block;
        text-align: center;
    }

        .profile-responsive
        .dropdown-menu-header
        .menu-header-content.btn-pane-right
        .avatar-icon-wrapper {
            margin-right: 0 !important;
        }

        .profile-responsive
        .dropdown-menu-header
        .menu-header-content.btn-pane-right
        .menu-header-btn-pane {
            margin-top: 1rem;
        }
}

.ui-theme-settings {
    position: fixed;
    z-index: 155;
    right: -30px;
    top: 0;
    height: 100vh;
    transform: translate(500px);
    transition: all 0.2s;
    box-shadow: -0.46875rem 0 2.1875rem rgba(4, 9, 20, 0.03), -0.9375rem 0 1.40625rem rgba(4, 9, 20, 0.03), -0.25rem 0 0.53125rem rgba(4, 9, 20, 0.05), -0.125rem 0 0.1875rem rgba(4, 9, 20, 0.03);
}

    .ui-theme-settings .btn-open-options {
        border-radius: 50px;
        position: absolute;
        left: -114px;
        bottom: 80px;
        padding: 0;
        height: 54px;
        line-height: 54px;
        width: 54px;
        text-align: center;
        display: block;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        margin-top: -27px;
    }

        .ui-theme-settings .btn-open-options svg {
            top: 50%;
            left: 50%;
            position: absolute;
            margin: -0.5em 0 0 -0.5em;
        }

    .ui-theme-settings .theme-settings__inner {
        background: #fff;
        width: 500px;
        height: 100vh;
        padding: 0;
    }

    .ui-theme-settings.settings-open {
        transform: translate(0);
        right: 0;
    }

    .ui-theme-settings .theme-settings-swatches {
        text-align: center;
    }

        .ui-theme-settings .theme-settings-swatches .swatch-holder-img {
            width: 72px;
            height: auto;
            border-radius: 3px;
        }

            .ui-theme-settings .theme-settings-swatches .swatch-holder-img img {
                width: 100%;
            }

    .ui-theme-settings .themeoptions-heading {
        font-size: 1.1rem;
        color: #495057;
        margin: 0;
        background: #f8f9fa;
        padding: 0.75rem 1.5rem;
        border-bottom: #dee2e6 solid 1px;
        border-top: #dee2e6 solid 1px;
        display: flex;
        align-items: center;
        align-content: center;
    }

        .ui-theme-settings .themeoptions-heading:first-child {
            border-top: 0;
        }

    .ui-theme-settings .list-group-item h5 {
        color: #3f6ad8;
        font-size: 0.968rem;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
    }

.swatch-holder {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 5px 5px 0;
    transition: all 0.2s;
    opacity: 0.7;
    display: inline-block;
    border-radius: 30px;
}

    .swatch-holder.active {
        border: #fff solid 2px;
        box-shadow: 0 0 0 5px #3f6ad8;
        opacity: 1;
    }

    .swatch-holder:hover {
        opacity: 1;
    }

.swatch-holder-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.font-icon-wrapper {
    text-align: center;
    border: #e9ecef solid 1px;
    border-radius: 0.25rem;
    margin: 0 0 10px;
    padding: 5px;
}

    .font-icon-wrapper.font-icon-lg {
        float: left;
        padding: 10px;
        text-align: center;
        margin-right: 15px;
        min-width: 64px;
    }

        .font-icon-wrapper.font-icon-lg i {
            font-size: 2.5rem;
        }

    .font-icon-wrapper:hover {
        background: #f8f9fa;
        color: #3f6ad8;
    }

        .font-icon-wrapper:hover p {
            color: #6c757d;
        }

    .font-icon-wrapper i {
        font-size: 1.65rem;
    }

    .font-icon-wrapper p {
        color: #adb5bd;
        font-size: 0.80667rem;
        margin: 5px 0 0;
    }

.btn-icon-vertical {
    min-width: 100px;
}

.card.mb-3 {
    margin-bottom: 30px !important;
}

.demo-image-bg {
    height: 350px;
    margin-bottom: 30px;
    background-size: 100%;
}

.need-help-main .need-content h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1a3d70;
}

.need-help-main .need-content p {
    font-size: 14px;
    color: #1a3d70;
    font-weight: 500;
}

.need-btn button.sidebar-btn {
    border: transparent;
    background-color: #1a3d70;
    color: #fff;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    font-size: 12px;
}

.need-help-main .icon-help {
    margin-bottom: 20px;
}

.need-help-main {
    border-radius: 10px;
    border: 1px solid var(--white, #fff);
    background: radial-gradient( 107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100% );
    backdrop-filter: blur(21px);
    padding: 12px;
    min-width: 210px;
    margin-bottom: 20px;
}

ul.vertical-nav-menu.metismenu {
    height: calc(100vh - 340px);
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.search-wrapper {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.276);
    align-items: stretch;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    max-width: 216px;
    border: 0px; /*Changed for search icon*/
    height: 38px;
}

#search {
    border: none;
    width: 386px;
    font-size: 15px;
}

    #search:focus {
        outline: none;
    }

.search-icon {
    margin: 10px;
    color: rgba(0, 0, 0, 0.564);
}

#search-button {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #1dbf73;
    padding: 0px 10px;
}

.dadhboar-title {
    background-color: #1a3d70;
    border-radius: 0px 0px 16px 16px;
    padding: 20px 15px 35px 35px;
    margin-top: 50px;
}

    .dadhboar-title h1 {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
    }

    .dadhboar-title p {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }

ul.header-menu li.nav-item a.nav-link img,
ul.header-menu li.nav-item-account a.nav-link img {
    width: 22px !important;
    margin-left: 20px;
}

ul.header-menu li.nav-item a.nav-link span {
    display: inline-block;
    max-width: 0%;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s ease-in-out;
    margin-left: 6px;
}

ul.header-menu li.nav-item a.nav-link:hover,
.closed-sidebar ul.header-menu li.nav-item a.nav-link {
    max-width: 100%;
}

    ul.header-menu li.nav-item a.nav-link:hover span,
    .closed-sidebar ul.header-menu li.nav-item a.nav-link span {
        max-width: 100% !important;
    }

.app-header__content .app-header-right ul.header-menu.nav {
    display: flex;
    gap: 18px;
    align-items: center;
}

ul.vertical-nav-menu li ul.submenu li {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    padding: 7px 20px;
}

    ul.vertical-nav-menu li ul.submenu li a {
        font-size: 14px;
        line-height: normal;
        color: #000;
    }

ul.vertical-nav-menu li ul.submenu {
    background-color: #fff;
}

.header__pane button.hamburger.close-sidebar-btn.hamburger--elastic {
    width: 30px;
    height: 30px;
    background-color: #1a3d70;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.app-header-right
ul.header-menu
li.nav-item
a.nav-link.nav_link_side_bar_closed
img {
    display: none;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.app-header__content
.app-header-left
.search-wrapper {
    max-width: 130px;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.app-header
.app-header__content
.header-menu
a.nav-link {
    font-size: 12px;
    padding: 6px;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.app-header__content
.app-header-right
ul.header-menu.nav {
    gap: 0;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.need-content {
    display: none;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.need-btn {
    display: none;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.need-help-main {
    border: transparent;
    padding: 0;
    min-width: auto;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
ul.vertical-nav-menu.metismenu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.header__pane
button.hamburger.close-sidebar-btn.hamburger--elastic {
    transform: rotate(180deg);
}

ul.nav li.nav-item a.nav-link {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    /* margin-top: 90px; */
}

.header-btn-lg .widget-content .widget-content-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-content-left .widget-heading a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #151e2f;
}

.app-header .app-header__logo .logo-src img {
    width: 140px;
    height: auto;
    object-fit: scale-down;
    margin-left: 40px;
    margin-top: 20px;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.app-header__logo
.header__pane {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header
.nav-off-logo
img.nav-small-logo {
    display: none;
}

.app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
.nav-off-logo
img.nav-small-logo {
    display: block;
    margin-bottom: 30px;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background-color: #1a3d70;
    background-clip: padding-box;
    border: 1px solid transparent;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-button {
    background-color: transparent;
}

.header__pane .hamburger {
    position: fixed;
    left: 235px;
    z-index: 999999;
    top: 18px;
}

.closed-sidebar .header__pane .hamburger {
    left: 72px;
}

.closed-sidebar .logo-src {
    display: none;
}

.logo-src {
    text-align: center;
    padding: 0px 0 10px 0;
}

.mobile-logo-responsive.d-lg-none.d-sm-block > img {
    max-width: 100px;
}

li.nav-item-account {
    margin-right: 16px;
}

    li.nav-item-account:last-child {
        margin-right: 0;
    }

.header__pane .hamburger {
    display: none;
}

.closed-sidebar .scrollbar-sidebar.ps {
    padding: 10px 15px 15px 23px;
}

.closed-sidebar .vertical-nav-menu li a {
    gap: 0;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a span {
    display: none;
}

ul.vertical-nav-menu li ul.submenu li a:hover {
    background: transparent;
}

.mm-active {
    color: #ffffff;
    background: #92acd3;
}

.submenu-item-active {
    background-color: #e0f3ff;
}

.custom-form-check {
    width: 90px !important;
    height: 40px !important;
    border-radius: 30px !important;
}

.custom-vehicle-form-check {
    width: 36px !important;
    height: 20px !important;
    border-radius: 30px !important;
}

/* branch css  */
.branch-header {
    position: fixed;
    padding: 15px 20px;
    width: calc(100% - 250px);
    left: 250px;
/*    z-index: 9999;
*/    margin-top: 60px;
}

    .branch-header .branch-title {
        font-size: 25px;
        font-weight: 700;
    }

.branch-header-right .search-wrapper input {
    width: 180px !important;
    height: 36px !important;
}

.branch-header-right .search-wrapper button {
    background-color: #1a3d70;
    color: #fff;
    border-radius: 10px;
    width: 190px;
    height: 40px;
    margin-left: 15px;
    font-size: 14px;
}

.branch-create-form1 {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
}
.branch-create-form2 {
    display: flex;
    flex-direction: column;
    height: 250px;
}
.branch-create-form {
    /* margin-top: 80px !important; */
    padding: 12px 15px;
    margin: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /*height: calc(100vh - 150px);*/
    /* margin-bottom: -50px */
}

    .branch-create-form .form-heading {
        font-size: 18px;
        font-weight: 600;
        color: #5b5f7b;
        margin-bottom: 10px;
    }

    .branch-create-form .form-actions {
        margin-top: 100px;
        margin-bottom: 5px;
    }

    .branch-create-form .add_btn {
        background-color: #1a3d70;
        color: #fff;
        border-radius: 4px;
       /* font-size: 14px;*/
       /* width: 165px;*/
        height: 45px;
    }

    .branch-create-form .attach_btn {
        background-color: #1d6ada;
        color: #fff;
        border-radius: 4px;
        font-size: 15px;
        width: 165px;
        height: 45px;
    }
    .branch-create-form .add_orange {
        background-color: #ff9800;
        color: #fff;
        border-radius: 4px;
      /*  font-size: 14px;*/
       /* width: 165px;*/
        height: 45px;
    }

.loading-detail-table {
    background-color: #1a3d70;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    width: 165px;
    height: 45px;
}

.branch-create-form .cancel_btn {
    border: 1px solid #1a3d70;
    border-radius: 4px;
    color: #1a3d70;
    /*font-size: 14px;*/
   /* margin-left: 10px;*/
   /* width: 165px;*/
    height: 45px;
}

.field-data label {
    font-size: 13px;
    font-weight: 400;
    line-height: 16.94px;
    margin-bottom: 0.3rem !important;
}

.field-data input,
.field-data select {
    padding: 0px 10px !important;
    height: 30px;
}

input.form-check-input.custom-form-check {
    height: 25px !important;
    width: 50px !important;
    margin-top: 1px;
}

.field-data.error label {
    color: red;
}

.field-data.error input,
.field-data.error select {
    border: 1px solid red;
}

.branch-detail-table {
    padding: 0px;
    padding-top: 0px;
}

    .branch-detail-table .table {
        width: 100%;
    }

        .branch-detail-table .table thead tr th,
        .branch-detail-table .table tbody tr td {
            padding: 10px !important;
            font-size: 13px;
            /* text-align: center; */
        }

            .branch-detail-table .table thead tr th img,
            .branch-detail-table .table tbody tr td img {
                margin-right: 10px;
                width: 25px;
                height: 25px;
            }

    .branch-detail-table .table-pagination {
        margin-top: 20px;
    }

        .branch-detail-table .table-pagination nav ul li {
            margin: 2px 4px;
        }

            .branch-detail-table .table-pagination nav ul li .page-link {
                border-radius: 8px;
                width: 40px;
                text-align: center;
                height: 38px;
                border: 1px solid rgba(238, 238, 238, 1);
                background: rgba(238, 238, 238, 1);
                color: rgba(64, 75, 82, 1);
            }

                .branch-detail-table .table-pagination nav ul li .page-link.next {
                    width: 80px;
                }

        /* .branch-detail-table .table-pagination nav ul li .page-link.back{
  opacity: 0.6;
  width: 80px;
} */

        .branch-detail-table .table-pagination nav ul > select + li .page-link {
            opacity: 0.6;
            width: 80px;
        }

                .branch-detail-table .table-pagination nav ul li .page-link:focus,
                .branch-detail-table .table-pagination nav ul li .page-link.active {
                    box-shadow: none !important;
                    background-color: rgba(26, 61, 112, 1);
                    border: 1px solid rgba(89, 50, 234, 1);
                    color: #fff;
                }

.field-data {
    position: relative;
}

    .field-data img {
        display: none;
    }

    .field-data.error img {
        position: absolute;
        top: 40px;
        right: 10px;
        display: block;
    }

/* Custom CSS for adjusting modal overlay */
#exampleModal.modal.show {
    /*background-color: rgba(0,0,0,0.418);*/
    /* Background color with transparency */

  /*  margin-top: 80px;
    margin-left: 253px;*/
}

/* Custom CSS for adjusting modal box-shadow and transition */
#exampleModal.modal {
    transition: transparent;
    /* Adjust the transition duration as needed */
}

    #exampleModal.modal.show {
        box-shadow: transparent;
        /* Adjust the shadow size and color */

       /* margin-top: 80px;
        margin-left: 253px;*/
    }

.modal-backdrop.show {
    /*  opacity: none !important;
  background: unset;*/
}

.modal {
    z-index: 99999;
}

.modal-dialog .modal-dialog-centered {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.modal-content {
    /*margin-right: 160px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    /*width: 340px;*/
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    /*height: 389px;*/
    border-radius: 23px;
    padding: 0px 10px;
}

.modal-customer-content {
    margin-right: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 600px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 310px;
    border-radius: 23px;
    padding: 0px 10px;
}

.modal-vendor-content {
    margin-right: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 340px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 293px;
    border-radius: 23px;
    padding: 0px 10px;
}

.modal-content-drs {
    margin-right: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 340px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 275px;
    border-radius: 23px;
    padding: 0px 10px;
}

.modal-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 52.5px;
    color: #000000;
}

.modal-body {
    padding: 10px;
}

    .modal-body .text-content label {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        width: 130px;
    }

.modal-customer-body {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    justify-content: center;
}

.modal-body .text-content span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    width: 75px;
}

.modal-loading .text-content span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    width: 245px;
}

.modal-loading .text-content label {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

.text-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
    padding: 0px 30px;
}

    .text-content span {
        font-weight: normal;
    }

.dashboard-icon img {
    background-color: #fff;
    padding: 3px;
    border-radius: 9px;
}

.create-branch-btn {
    background: linear-gradient(180deg, #1a3d70 0%, rgba(26, 61, 112, 0.75) 100%);
    width: 116px;
    height: 38px;
    font-size: 13px;
    padding: 8px;
    border-radius: 10px;
    color: white;
}

a {
    color: black;
}

.create-branch-btn:hover {
    background: lightblue !important;
    color: #000 !important;
}

.create-branch-btn a:hover {
    color: #000 !important;
}

.modal.show .modal-dialog {
    display: flex;
    justify-content: center;
}
/*
.three-dots {
    margin-top: 15px !important;
}*/

h1.lead.fw-normal.mb-0.me-3 {
    /*margin-top: -90px;*/
    font-size: xx-large;
    font-weight: 900 !important;
}

.d-flex.justify-content-center.form-actions {
    margin-top: 10px;
    margin-bottom: 1px !important;
}

.widget-subheading {
    font-weight: 600;
}

.admin-header {
    position: absolute;
    padding: 15px 20px;
    width: 100%;
    left: 0px;
    z-index: 9999;
    margin-top: -80px;
}

    .admin-header .branch-title {
        font-size: 25px;
        font-weight: 700;
    }

.custom_gray_line {
    height: 20px !important;
    width: 100% !important;
    background-color: #e7e7e7;
}

.app-footer {
    height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: white;
    z-index: 999;
}

.closed-sidebar .branch-header {
    width: calc(100% - 80px);
    left: 80px;
}

.branch-header-report {
    width: 100%;
    left: 0;
    margin-top: 10px;
}
.modal-loading-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 500px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 290px;
    border-radius: 23px;
    padding: 0px 10px;
}

.container-fluid {
    background-color: white;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    text-align: center;
    width: 100%;
    /* Ensures the text takes up the full width of the container */
}

.my-custom-scrollbar {
    position: relative;
    height: 600px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.d-flex .justify-content-center .form-actions {
    margin-top: 10px;
}

.branch-detail-table .table-pagination {
    margin-top: 15px;
    margin-bottom: 26px;
    flex-shrink: 0;
}

.mt80 {
    margin-top: 140px;
}

.mt90 {
    margin-top: 80px;
}

.mt91 {
    margin-top: 91px;
}


.mb80 {
    margin-bottom: 80px;
}

.mb-4 {
    margin-bottom: 0.5rem !important;
}

/****** ADD BUTTON HOVER ******/
.branch-create-form .add_btn:hover {
    background: lightblue !important;
    color: #000 !important;
}
.branch-create-form .attach_btn:hover {
    background: lightblue !important;
    color: #000 !important;
}
/****** CANCEL BUTTON HOVER ******/

.branch-create-form .cancel_btn:hover {
    background: lightblue !important;
    color: #000 !important;
}

.branch-create-form .add_orange:hover {
    background: lightblue !important;
    color: #000 !important;
}

.align-items-center {
    align-items: center !important;
    background-color: white;
}

.plusbutton {
    width: 30px;
    margin-top: 8px;
}

.colsebutton {
    width: 30px;
    margin-top: -5px;
}

.colseredbutton {
    width: 25px;
    margin-top: -5px;
}

.header-menu.nav {
    margin-right: 20px !important;
}

textarea {
    padding-left: 10px !important;
    padding-top: 4px !important;
    padding-right: 10px !important;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.img-fluid {
    height: 100vh !important;
    object-fit: cover;
    width: 100%;
}

.logo {
    width: 200px;
    height: 134px;
}

.login-form {
    flex-direction: column;
}

.logo-sec {
    width: 100%;
    text-align: center;
    height: 205px;
    margin-bottom: 50px;
}
/* .col-md-8.col-lg-6.col-xl-4.offset-xl-1 {
    margin: auto;
    margin-top: -173px;
}

.nav-link {
    margin-top: 323px;
} */

img.printer {
    margin-right: 10px;
}

.table-responsive {
    width: 100%;
    overflow: auto;
    max-height: 516px;
    flex: 1;
    overflow-y: auto;
}

.table-index {
    width: 100%;
    overflow: auto;
    max-height: 70vh;
    flex: 1;
    overflow-y: auto;
}


.table .table-hover .table-striped {
    width: 100%;
}

thead {
    /*position: sticky !important;*/
    top: 0 !important;
}

.modal-backdrop {
    /* z-index: 0; */
}

.red_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: red;
}
select.form-select {
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #666;
/*    padding: 5px 10px;
*/    font-size: 14px;
}
.disabled {
    pointer-events: none;
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.pagedisabled {
    pointer-events: none;
    opacity: 0.7;
    background-color: var(--bs-secondary-bg);
}
.label {
    color: white;
    padding: 8px;
    border-radius: 30px;
    font-weight: bold;
}

.success {
    background-color: #04AA6D;
}
/* Green */
.info {
    background-color: #2196F3;
}
/* Blue */
.warning {
    background-color: #ff9800;
}
/* Orange */
.danger {
    background-color: #f44336;
}
/* Red */
.other {
    background-color: #e7e7e7;
    color: black;
}
/* Gray */


/* tracking*/

.tracking-detail {
    padding: 3rem 0;
}

#tracking {
    margin-bottom: 1rem;
}

[class*="tracking-status-"] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

[class*="tracking-status-"] {
    padding: 1.6rem 0;
}

.tracking-list {
    border: 1px solid #e5e5e5;
}

.tracking-item {
    border-left: 4px solid #073763;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

    .tracking-item:last-child {
        padding-bottom: 4rem;
    }

    .tracking-item .tracking-date {
        margin-bottom: 0.5rem;
    }

        .tracking-item .tracking-date span {
            color: #888;
            font-size: 85%;
            padding-left: 0.4rem;
        }

    .tracking-item .tracking-content {
        padding: 0.5rem 0.8rem;
        background-color: #f4f4f4;
        border-radius: 0.5rem;
    }

        .tracking-item .tracking-content span {
            display: inline;
            color: #767676;
            font-size: 13px;
        }

        .tracking-item .tracking-content .tracking-title {
            display: block;
            color: #767676;
            font-size: 85%;
        }

        .tracking-item .tracking-content .tracking-location {
            display: block;
            color: #767676;
            font-size: 85%;
        }

    .tracking-item .tracking-icon {
        position: absolute;
        left: -0.7rem;
        width: 1.1rem;
        height: 1.1rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        background-color: #fff;
        color: #fff;
    }

.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

    .tracking-item-pending:last-child {
        padding-bottom: 4rem;
    }

    .tracking-item-pending .tracking-date {
        margin-bottom: 0.5rem;
    }

        .tracking-item-pending .tracking-date span {
            color: #888;
            font-size: 85%;
            padding-left: 0.4rem;
        }

    .tracking-item-pending .tracking-content {
        padding: 0.5rem 0.8rem;
        background-color: #f4f4f4;
        border-radius: 0.5rem;
    }

        .tracking-item-pending .tracking-content span {
            display: block;
            color: #767676;
            font-size: 13px;
        }

    .tracking-item-pending .tracking-icon {
        line-height: 2.6rem;
        position: absolute;
        left: -0.7rem;
        width: 1.1rem;
        height: 1.1rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        color: #d6d6d6;
    }

    .tracking-item-pending .tracking-content {
        font-weight: 600;
        font-size: 17px;
    }

.tracking-item .tracking-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
    color: #073763;
    font-size: 0.6rem;
}

.tracking-item .tracking-icon.status-current {
    color: #073763;
    font-size: 0.6rem;
}

.past-status {
    fill: green;
}

.post-status {
    fill: #a8a8a8;
}

@media (min-width: 992px) {
    .tracking-item {
        margin-left: 10rem;
    }

        .tracking-item .tracking-date {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right;
        }

            .tracking-item .tracking-date span {
                display: block;
            }

        .tracking-item .tracking-content {
            padding: 0;
            background-color: transparent;
        }

    .tracking-item-pending {
        margin-left: 10rem;
    }

        .tracking-item-pending .tracking-date {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right;
        }

            .tracking-item-pending .tracking-date span {
                display: block;
            }

        .tracking-item-pending .tracking-content {
            padding: 0;
            background-color: transparent;
        }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.blinker {
    border: 7px solid #e9f8ea;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    70% {
        border-color: #fff;
    }
}

.delivery-icon {
    fill: green;
}
.modal-ku {
    width: 750px;
    margin: auto;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
         --bs-modal-width: 1000px !important; 
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        width: fit-content;
        max-width: 1000px !important;
        margin-right: auto;
        margin-left: auto;
    }
    }
}

.pageslist > :not(caption) > * > * {
    padding: .3rem 2.2rem !important;
}

.branch-detail-table1 .table thead tr th, .branch-detail-table1 .table tbody tr td {
    padding: -1px !important;
    font-size: 13px;
    /* text-align: center; */
}

.table-responsive1 {
    width: 100%;
    overflow: auto;
    max-height: 598px;
}

.custom-center {
    text-align: center !important;
}

.icon-big {
    font-size: 26px;
    padding-right: 8px;
    padding-top: 8px;
}
.icon-large {
    font-size: 32px;
    padding-right: 5px;
}
.icon-file {
    color: #3f6ad8;
}
.icon-add {
    color: #3f6ad8;
}
.icon-add-ref {
    color: #ffc107;
}
.icon-remove {
    color: #f6051c;
}
.icon-attach {
    color: #0dcaf0;
}
.icon-approve {
    color: #0acd73;
}
.icon-pending {
    color: #dc3545;
}
.icon-hold {
    color: #ffc107;
}
.icon-select-ref {
    color: #3f6ad8;
}
.row > * {
    padding-right: calc(var(--bs-gutter-x)* .3);
    padding-left: calc(var(--bs-gutter-x)* .3);
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
.tableborder {
    border: 1px solid black;
    border-collapse: collapse;
}
.btnapprove{
    padding: 6px 10px !important;
}
.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    z-index: 9999;
}

.btn-group .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #ced4da;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.multiselect-container {
    max-height: 400px !important;
}

    .multiselect-container > li > a > label {
        display: flex;
        align-items: center;
        padding: 0px 10px;
        margin: 0;
        font-size: 14px;
        color: #000;
        cursor: pointer;
        white-space: nowrap;
    }

    .multiselect-container input[type="checkbox"] {
        margin-right: 10px;
        transform: scale(1.2);
    }

    .multiselect-container > li > a:hover {
        background-color: #f8f9fa;
    }

    .multiselect-container > li.multiselect-all > a {
        font-weight: bold;
        background-color: #e9ecef;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 12px;
    }

    .multiselect-container > li.active > a > label {
        background-color: #007bff;
        color: white;
    }

.multiselect.btn {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: left;
    padding: 6px 12px;
    width: 100%;
    color: #495057;
}

    .multiselect.btn:focus {
        border-color: #80bdff;
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    height: 45px !important;
    width: 0px;    
    box-sizing: border-box;
    border: 1px solid #ced4da;
    background-color: #f8f9fa;
}

.notification-container {
    position: relative;
    display: inline-block;
}

.notification-icon {
    cursor: pointer;
    position: relative;
}

.notification-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

/*21-02-2025*/

.closed-sidebar .app-sidebar {
    position: relative;
}

.closed-sidebar.fixed-sidebar .app-main__outer {
    padding-left: 0;
}

.app-sidebar .scrollbar-sidebar {
    left: 0;
    position: absolute;
    height: 100%;
}

.btn-menu1 {
    display: none;
}

@media(max-width:992px) {
    .header__pane .hamburger {
        left: 20px !important;
        display: block;
    }

    .app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
    ul.vertical-nav-menu.metismenu {
        align-items: start;
    }

    .app-container {
        display: flex;
        height: 100vh !important;
        flex-direction: column;
        margin: 0;
    }
}

@media(max-width:991px){
    .app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
    .app-header__content
    .app-header-right
    ul.header-menu.nav {     
        left: 0;
      display:flex !important;
    }


    .closed-sidebar .app-sidebar.sidebar-shadow {    
        top: 60px;
    }


    .menuCustcanvas .offcanvas-body {
        overflow-y: clip;
        height: 100%;
        padding-bottom: 70px;
        padding-left: 0;
    }

    .app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
    .app-header__content
    .app-header-right
    ul.header-menu.nav {
        gap: 0;
        flex-direction: column !important;
        align-items: start;
        height: 100vh;
        width: auto;
        justify-content: start;
        top: 0;
        padding-top: 61px;
        position: relative;
        left: 0;
    }

    .app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
    .app-header__content
    .app-header-right
    ul.header-menu.nav {
        gap: 0;
        flex-direction: column !important;
        align-items: start;
        height: 100%;
        width: auto;
        justify-content: start;
        top: 0;
        padding-top: 61px;
        position: relative;
        left: 0;
        overflow: auto;
        padding-bottom: 70px;
    }

    .header-menu li a {
        color: black;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        flex-direction: row;
        gap: 10px;
    }

    .app-container.app-theme-white.body-tabs-shadow.fixed-sidebar.fixed-header.closed-sidebar
    .app-header__content
    .app-header-right
    ul.header-menu.nav {
        padding-top:0;
        box-shadow: none;
    }

    .header-menu li a {
     
        flex-direction: row !important;
    }

    .btn-menu1{
        display:block;
    }

    button.btn.btn-primary.ms-3.btn-menu1 {
        position: absolute;
        left: -12px;
        top: 65px;
    }

    .closed-sidebar.fixed-header .app-header {
        left: 0;
        width: 100%;
        width: 100% !important;
    }
    .header-btn-lg .widget-content .widget-content-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        padding-right: 60px;
    }

    .app-header .app-header__menu {
        gap: 20px;
        padding: 0;
    }

    .widget-content-left .widget-heading a {
        font-size: 10px;
     
    }

    .widget-content-left .widget-heading a {
        font-size: 10px;
        
    }

    .app-header .header-user-info > .widget-subheading {
        font-size: 10px;
    }
    .menuCustcanvas .offcanvas-header {
        justify-content: end;
    }

    .app-footer .app-footer__inner {
        display: block;
        height: auto;
        width: 100%;
      
    }
        .app-footer .app-footer__inner .app-footer-right {
         
            width: 100%;
        }

}   

/*21-02-2025*/

.dhchart {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 300px;
    margin: 0px 5px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px !important; 
    overflow-y: auto;
}