@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular.woff2') format('woff2'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root,
[data-bs-theme=light] {
    --fw-500: 500;
    --fw-600: 600;
    --body-color: #333;
    --heading-color: #333;
    --text-white: #fff;
    --text-black: #000;
    --text-primary: #00b0f0 !important;
    --text-secondary: #353746 !important;
    --text-dark: #001c41 !important;
    --text-darkblue: #1b3c92 !important;
    --text-pink: #96194e !important;
    --text-green: #429d69 !important;
    --text-grey: #9798a5 !important;
    --text-danger: #e6533c !important;
    --text-danger-hover: #f22f2f !important;
    --bg-white: #fff !important;
    --bg-white-hover: #e0e0e0 !important;
    --border-light: #ebeced !important;
    --bg-primary: #012A7C !important;
    --bg-primary-hover: #0163a0 !important;
    --border-primary: #054064 !important;
    --border-primary-hover: #0163a0 !important;
    --bg-secondary: #898989 !important;
    --bg-secondary-hover: #191a23 !important;
    --border-secondary: #898989  !important;
    --border-secondary-hover: #535353 !important;
    --bg-pink: #96194e !important;
    --bg-pink-hover: #6d012f !important;
    --border-pink: #96194e !important;
    --border-pink-hover: #6d012f !important;
    --bg-green: #429d69 !important;
    --bg-green-hover: #1c7040 !important;
    --border-green: #429d69 !important;
    --border-green-hover: #1c7040 !important;
    --bg-darkblue: #1b3c92 !important;
    --bg-darkblue-hover: #041e64 !important;
    --border-darkblue: #1b3c92 !important;
    --border-darkblue-hover: #041e64 !important;
    --bg-danger: #f22f2f !important;
    --bg-danger-hover: #ce0f0f !important;
    --border-danger: #f22f2f !important;
    --border-danger-hover: #ce0f0f !important;
    --bg-grey: #9798a5 !important;
    --bg-grey-hover: #9798a5 !important;
    --border-grey: #9798a5 !important;
    --border-grey-hover: #9798a5 !important;
    --bg-light: #f2f2f2;
    --bg-light-blue: #e0ecff;
    --border-radius-sm: 5px;
    --border-radius-lg: 10px;
    --border-light: #f3f3f3 !important;
    --menu-bg: #111c43;
    --card-bg: #fff;
    --card-color: #555;
    --card-border-color: #e4e6e8;
    --profile-bg: #f3f3f9;
    --body-bg: #DADDE3;
    --header-bg: #fff;
    --dropdown-link-active-color: #fff !important;
    --side-nav-color: #91a0d1;
    --side-nav-active-color: #fff;
    --side-nav-active-bg: #1d284d;
    --side-sub-nav-color: #bcc6e7;
    --side-nav-toggle-button: #555;
    --side-bar-header-border: #384267;
    --side-bar-submenu-bg: #15214c;
    --btn-color: #fff;
    --bg-input-disabled: #eff2f7;
    --cs-dropdown-item-hover-bg: #e5e5e5;
    --cs-dropdown-item-hover-color: #000;
    --cs-dropdown-item-active-bg: #0088dd;
    --cs-dropdown-item-active-color: #fff;
    --today-date-color: #0088dd;
    --selected-date-color: #fff;
    --selected-date-bgcolor: #0088dd;
    --sr-num-bg: #ccecff;
    --sr-num-color: #254248;
    --action-btn-bg: #dff0fa;
    --action-btn-bg-hover: #cce6f5;
    --action-btn-color: #00b0f0;
    --action-btn-color-hover: #1b3c92;
    --action-btn-bg-danger: #fcedeb;
    --btn-danger-color: #fff;
    --btn-close-bg: url(../images/btn-close.png) 7px center no-repeat;
    --menu-toggle-color: #9093a1;
    --bs-action-btn-bg: #e7e7e7;
    --bs-action-btn-bg-hover: #cbcbcb;
    --bs-action-btn-border: solid 1px #cbcbcb;
    --placeholder-color: #9d9d9d;
    --datepicker-bg: url(../images/calendar-icon.png) 98% 6px no-repeat #fff;
    --form-control-border: #d1d1d1;
    --export-btn-bg: #0088dd;
    --export-btn-border: #0088dd;
    --export-btn-color: #fff;
    --dropdown-menu-bg: #fff;
    --dropdown-item-bg: #fff;
    --dropdown-item-bg-hover: #eaf7ff;
    --dropdown-item-bg-active: #0088dd;
    --dropdown-item-color: #555;
    --dropdown-item-color-hover: #333;
    --dropdown-item-color-active: #fff;
    --dash-card-bg: #fff;
    --lightblue-card-color: #24d3ff;
    --lightblue-card-bg: #24d3ff;
    --blue-card-color: #3c73ff;
    --blue-card-bg: #3c73ff;
    --green-card-color: #228816;
    --green-card-bg: #228816;
    --red-card-color: #f22f2f;
    --red-card-bg: #f22f2f;
    --orange-card-color: #ff8b0d;
    --orange-card-bg: #ff8b0d;
    --purple-card-color: #7d15a9;
    --purple-card-bg: #7d15a9;
    --status-initiated-bg: #ffc107;
    --status-wip-bg: #ffd6d6;
    --status-clarification-bg: #f8daff;
    --status-signed-bg: #429d69;
    --status-waiting-bg: #fff8da;
    --status-aging-bg: #f0f0f0;
    --footer-color: #464646;
}

[data-bs-theme=dark] {
    --bg-white: #1a1d21 !important;
    --bg-light: #2c2c32;
    --bg-light-blue: #000;
    --profile-bg: #3b3b40;
    --body-bg: #212529;
    --header-bg: #1a1d21;
    --body-color: #dee2e6;
    --heading-color: #dee2e6;
    --text-white: #dee2e6 !important;
    --text-primary: #dee2e6 !important;
    --text-secondary: #dee2e6 !important;
    --text-dark: #dee2e6 !important;
    --text-darkblue: #dee2e6 !important;
    --text-pink: #dee2e6 !important;
    --text-green: #dee2e6 !important;
    --text-grey: #dee2e6 !important;
    --text-danger: #dee2e6 !important;
    --text-danger-hover: #f22f2f !important;
    --card-bg: #2c2c32;
    --card-border-color: #495057;
    --border-light: #495057 !important;
    --card-color: #dee2e6;
    --menu-bg: #16171a;
    --dropdown-link-active-color: #dee2e6 !important;
    --side-nav-color: #dee2e6;
    --side-nav-active-color: #fff;
    --side-nav-active-bg: #1d284d;
    --side-sub-nav-color: #b7bdd1;
    --side-nav-toggle-button: #b7bdd1;
    --side-bar-header-border: #313538;
    --side-bar-submenu-bg: #24242a;
    --bg-input-disabled: #1a1d21;
    --today-date-color: #0088dd;
    --other-date-color: #a5a5a5;
    --sr-num-bg: #4c4c4c;
    --sr-num-color: #dee2e6;
    --action-btn-bg: #000;
    --action-btn-bg-hover: #000;
    --action-btn-color: #dee2e6;
    --action-btn-color-hover: #00b0f0;
    --action-btn-bg-danger: #000;
    --btn-danger-color: #dee2e6;
    --menu-toggle-color: #dee2e6;
    --bs-action-btn-bg: #121212;
    --bs-action-btn-bg-hover: #000;
    --placeholder-color: #9d9d9d;
    --datepicker-bg: url(../images/calendar-icon-white.png) 98% 6px no-repeat #1a1d21;
    --form-control-border: #d1d1d1;
    --export-btn-bg: #000;
    --export-btn-border: #000;
    --export-btn-color: #fff;
    --dropdown-menu-bg: #212529;
    --dropdown-item-bg: #212529;
    --dropdown-item-bg-hover: #000;
    --dropdown-item-bg-active: #1d284d;
    --dropdown-item-color: #dee2e6;
    --dropdown-item-color-hover: #dee2e6;
    --dropdown-item-color-active: #fff;
    --dash-card-bg: #2c2c32;
    --lightblue-card-color: #dee2e6;
    --lightblue-card-bg: #121212;
    --blue-card-color: #dee2e6;
    --blue-card-bg: #121212;
    --green-card-color: #dee2e6;
    --green-card-bg: #121212;
    --red-card-color: #dee2e6;
    --red-card-bg: #121212;
    --orange-card-color: #dee2e6;
    --orange-card-bg: #121212;
    --purple-card-color: #dee2e6;
    --purple-card-bg: #121212;
    --status-initiated-bg: #4c4c4c;
    --status-wip-bg: #4c4c4c;
    --status-clarification-bg: #4c4c4c;
    --status-signed-bg: #4c4c4c;
    --status-waiting-bg: #4c4c4c;
    --status-aging-bg: #4c4c4c;
    --footer-color: #dee2e6;
}

[data-bs-theme=Hi-Contrast] {
    --bg-white: #1a1d21 !important;
    --bg-light: #2c2c32;
    --bg-light-blue: #000;
    --profile-bg: #000;
    --body-bg: #484848;
    --header-bg: #000;
    --body-color: #fff000 !important;
    --heading-color: #fff000 !important;
    --text-white: #fff000 !important;
    --text-primary: #fff000 !important;
    --text-secondary: #fff000 !important;
    --text-dark: #fff000 !important;
    --text-darkblue: #fff000 !important;
    --text-pink: #fff000 !important;
    --text-green: #fff000 !important;
    --text-grey: #fff000 !important;
    --text-danger: #fff000 !important;
    --text-danger-hover: #f22f2f !important;
    --card-bg: #2c2c32;
    --border-light: #fff !important;
    --card-color: #fff000;
    --menu-bg: #16171a;
    --bs-body-color: #fff000;
    --bs-border-color: #495057;
    --bs-body-bg: #212529;
    --bs-tertiary-bg: #2b3035;
    --dropdown-link-active-color: #fff000 !important;
    --side-nav-color: #fff000;
    --side-nav-active-color: #fff000;
    --side-nav-active-bg: #000;
    --side-sub-nav-color: #d8cc1e;
    --side-nav-toggle-button: #d8cc1e;
    --side-bar-header-border: #313538;
    --side-bar-submenu-bg: #24242a;
    --bg-primary: #fff000 !important;
    --border-primary: #fff000 !important;
    --bg-secondary: #fff000 !important;
    --bg-pink: #fff000 !important;
    --bg-green: #fff000 !important;
    --bg-darkblue: #fff000 !important;
    --bg-danger: #fff000 !important;
    --bg-grey: #fff000 !important;
    --btn-color: #000;
    --bg-input-disabled: #1a1d21;
    --cs-dropdown-item-hover-bg: #fff;
    --cs-dropdown-item-active-bg: #fff000;
    --cs-dropdown-item-active-color: #000;
    --today-date-color: #fff;
    --selected-date-color: #000;
    --selected-date-bgcolor: #fff000;
    --other-date-color: #c7bf24;
    --sr-num-bg: #000;
    --sr-num-color: #fff000;
    --action-btn-bg: #fff000;
    --action-btn-bg-hover: #fff000;
    --action-btn-color: #000;
    --action-btn-color-hover: #00b0f0;
    --action-btn-bg-danger: #fff000;
    --btn-danger-color: #000;
    --btn-close-bg: url(../images/btn-close-yellow.png) 7px center no-repeat;
    --menu-toggle-color: #ff0;
    --bs-action-btn-bg: #000;
    --bs-action-btn-bg-hover: #121212;
    --placeholder-color: #fff;
    --datepicker-bg: url(../images/calendar-icon-yellow.png) 98% 6px no-repeat #1a1d21;
    --form-control-border: #ffecb8;
    --export-btn-bg: #fff000;
    --export-btn-border: #fff000;
    --export-btn-color: #000;
    --dropdown-menu-bg: #000;
    --dropdown-item-bg: #000;
    --dropdown-item-bg-hover: #fff882;
    --dropdown-item-bg-active: #fff000;
    --dropdown-item-color: #fff;
    --dropdown-item-color-hover: #000;
    --dropdown-item-color-active: #000;
    --dash-card-bg: #000;
    --lightblue-card-color: #ff0;
    --lightblue-card-bg: #2e2e2e;
    --blue-card-color: #ff0;
    --blue-card-bg: #2e2e2e;
    --green-card-color: #ff0;
    --green-card-bg: #2e2e2e;
    --red-card-color: #ff0;
    --red-card-bg: #2e2e2e;
    --orange-card-color: #ff0;
    --orange-card-bg: #2e2e2e;
    --purple-card-color: #ff0;
    --purple-card-bg: #2e2e2e;
    --status-initiated-bg: #000;
    --status-wip-bg: #000;
    --status-clarification-bg: #000;
    --status-signed-bg: #000;
    --status-waiting-bg: #000;
    --status-aging-bg: #000;
    --footer-color: #ff0;
}

body {
    font-family: 'Lato', sans-serif;
    background: var(--body-bg);
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: var(--body-color);
}

html, body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'Lato';
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.gutter-10 {
    margin-right: -5px;
    margin-left: -5px;
}

    .gutter-10 > .col, .gutter-10 > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .gutter-20 > .col, .gutter-20 > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

.no-data-text {
    font-weight: 700;
    color: red;
}

.text-blue {
    color: #018ad0;
}

.text-grey {
    color: #333;
}

.text-lightgrey {
    color: #666;
}

.report-text-parameter {
    color: #aaa;
    font-size: 18px;
}

    .report-text-parameter span {
        color: #333;
        margin-right: 5px;
    }

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.capsule-btn {
    padding: 9px 20px;
    font-size: 16px;
    border-radius: 40px;
    display: block;
}

    .capsule-btn.black {
        cursor: pointer;
        background: #333;
        color: #fff;
    }

        .capsule-btn.black:hover {
            background: #202020;
            color: #fff;
        }

    .capsule-btn.small {
        padding: 3px 10px;
    }

.capsule-btn-single {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 40px;
    display: block;
    cursor: pointer;
}

    .capsule-btn-single.black {
        background: #1c3e93;
        color: #fff;
    }

        .capsule-btn-single.black:hover {
            background: #142d6f;
        }

.capsule-wrapper {
    margin: 0;
    padding: 0;
}

    .capsule-wrapper li {
        padding: 0;
        display: inline-block;
    }

    .capsule-wrapper.black {
        background: #ececec;
        overflow: hidden;
        border-radius: 45px;
        display: inline-block;
    }

        .capsule-wrapper.black .capsule-btn {
            color: #333;
        }

        .capsule-wrapper.black li.active .capsule-btn {
            background: #1c3d91;
            color: #fff;
        }

            .capsule-wrapper.black li.active .capsule-btn:hover {
                background: #142d6f;
                color: #fff;
            }

a:hover {
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

.rectangle-tab-btn-list-wrap a.nav-link {
    background: #ccc;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
    min-width: 70px;
}

    .rectangle-tab-btn-list-wrap a.nav-link.active {
        background: #1c3d91;
        color: #fff;
        font-weight: 700;
    }

.rectangle-tab-btn-list-wrap.small-nav-tab-wrap a.nav-link {
    padding: 5px;
    max-width: 95px;
    min-width: 95px;
    font-size: 12px;
    vertical-align: center;
}

.open-top-filter {
    position: relative;
}

    .open-top-filter:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-left: 5px;
    }

    .open-top-filter.open:after {
        content: "";
    }

.top-filter-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

    .top-filter-wrapper.open {
        max-height: 1200px;
        opacity: 1;
        transition: all 0.5s ease;
    }

.default-table-date th {
    padding: 6px;
    font-size: 14px;
}

.default-table-date td {
    padding: 6px;
    font-size: 12px;
}

    .default-table-date td.bold {
        font-weight: bold;
    }

.default-table-date tbody tr {
    background: #fff;
}

    .default-table-date tbody tr:nth-of-type(odd) {
        background: #fff;
    }

    .default-table-date tbody tr.past {
        background: #f2f2f2;
    }

    .default-table-date tbody tr.taken {
        background: #1e3c93;
        color: #fff;
    }


.simplebar-content .blue-table {
    width: 99%;
}

.blue-table thead th {
    padding: 8px;
    font-size: 13px;
    line-height: 1.2;
    background: #0088dd;
    color: #fff;
}

.blue-table td {
    padding: 8px;
    font-size: 13px;
    line-height: 1.2;
}

.blue-table .custom-scroll-td td {
    padding-bottom: 20px;
}

.gray-table thead th {
    padding: 8px;
    font-size: 13px;
    line-height: 1.2;
    background: #F9FBFC;
    color: #333;
}

.gray-table td {
    padding: 8px;
    font-size: 13px;
    line-height: 1.2;
}

.gray-table .custom-scroll-td td {
    padding-bottom: 20px;
}



.black-table {
    margin-bottom: 10px;
}

    .black-table th {
        padding: 6px;
        font-size: 13px;
        background: #26282d;
        color: #fff;
    }

    .black-table td {
        padding: 6px;
        font-size: 12px;
        background: #fff;
    }

    .black-table .custom-scroll-td td {
        padding-bottom: 20px;
    }

.bg-variance {
    background: #ffb3b3 !important;
}

.bg-variance-green {
    background: #abecb0 !important;
}

.variance i.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.variance.less i.fas:before {
    content: "";
    color: #ff443b;
}

.variance.more i.fas:before {
    content: "";
    color: #78d97f;
}

.custom-scroll .simplebar-track.simplebar-horizontal {
    background: #ccc;
    visibility: visible;
}

.custom-scroll.theme-blue .simplebar-track.simplebar-vertical {
    background: #fff;
}

.custom-scroll.theme-blue .simplebar-scrollbar:before {
    background: #1c3e93;
    opacity: 1;
}

.white-table {
    margin-bottom: 10px;
}

    .white-table th {
        padding: 6px;
        font-size: 13px;
        background: #fff;
        color: #484848;
    }

    .white-table td {
        padding: 6px;
        font-size: 12px;
        vertical-align: middle;
        background: transparent;
    }

    .white-table tbody tr {
        background: #e7f0ef !important;
    }

        .white-table tbody tr.pending {
            background: #e2c6c5 !important;
        }

    .white-table .custom-scroll-td td {
        padding-bottom: 20px;
    }

    .white-table td.changed {
        background: #ff5b1e;
    }

    .white-table.table-bordered td, .white-table.table-bordered th {
        border: 1px solid #bcbcbc;
    }

.text-underline {
    text-decoration: underline;
}

.fixed-table {
    overflow-y: auto;
    height: 240px;
    margin-bottom: 20px;
}

    .fixed-table thead th {
        position: sticky;
        top: -1px;
        z-index: 1;
    }

    .fixed-table .fixed-tr td {
        position: sticky;
        top: 100px;
        z-index: 1;
    }

.table-style-row {
    margin: 0;
}

    .table-style-row [class*=col] {
        padding-top: 6px;
        padding-bottom: 6px;
        background: #e9ecef;
        border: 1px solid #cfcfcf;
    }

        .table-style-row [class*=col] .form-group {
            margin-bottom: 5px;
        }

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.header-top-wrapper {
    position: relative;
    z-index: 102;
    background: #0e0f1a;
}

.hamburger-menu {
    display: none;
}

header.home-header {
    background: var(--header-bg);
    color: var(--body-color);
    font-weight: normal;
    border-bottom: solid 1px var(--bs-border-color);
}

    header.home-header h2 {
        font-weight: normal;
    }

    header.home-header h1 {
        font-weight: 700;
        font-size: 22px;
        margin: 0;
    }

    header.home-header .second-header-logo {
        max-width: 110px;
    }

    header.home-header .header-info-wrap {
        color: #333;
    }

        header.home-header .header-info-wrap p {
            margin-bottom: 0px;
            font-size: 12px;
        }

        header.home-header .header-info-wrap .flag-img {
            max-width: 30px
        }

.btn-icon {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.second-header-logo {
    max-width: 115px;
}

.home-header .header-right-content {
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 100%;
}

    .home-header .header-right-content .fontsize-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .home-header .header-right-content .fontsize-list li {
            display: inline-block;
        }

            .home-header .header-right-content .fontsize-list li a {
                text-decoration: none;
                color: var(--bs-body-color);
            }

            .home-header .header-right-content .fontsize-list li img {
                height: 15px;
            }

    .home-header .header-right-content .btn-topbar {
        color: var(--bs-body-color);
    }

    .home-header .header-right-content .profile-section {
        background: var(--profile-bg);
        min-height: 58px;
        display: flex;
        padding: 10px 15px;
        position: relative;
    }

        .home-header .header-right-content .profile-section .profile-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: var(--bs-body-color);
        }

            .home-header .header-right-content .profile-section .profile-link .profile-img {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                margin-right: 10px;
            }

            .home-header .header-right-content .profile-section .profile-link .profile-details p {
                font-size: 12px;
                margin: 0;
            }

        .home-header .header-right-content .profile-section .dropdown-menu {
            margin-right: 15px !important;
            margin-top: -8px !important;
        }

    .home-header .header-right-content .btn-topbar,
    .fontsize-list a {
        background-color: #adc3ec1a;
        border-radius: 500px;
        margin-right: 10px;
        display: flex;
        text-align: center;
        align-items: center !important;
        justify-content: center !important;
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 28px;
    }

        .home-header .header-right-content .btn-topbar:hover,
        .fontsize-list a:hover {
            background-color: rgba(53, 119, 241, 0.12);
        }


.dropdown-menu-animated {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin: 0;
    z-index: 1000;
}

    .dropdown-menu-animated.show {
        top: 100% !important;
    }

@-webkit-keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.home-header .dropdown-menu {
    min-width: 110px;
}

.dropdown-menu-content {
    padding: .25rem;
    margin: 0px;
}

    .dropdown-menu-content a {
        font-size: 13px;
        font-weight: 500;
        padding: 5px 10px;
        border-radius: 5px;
    }

        .dropdown-menu-content a.active,
        .dropdown-item:active {
            color: var(--dropdown-link-active-color);
        }


.navbar-custom {
    padding: 0px 0px;
}

    .navbar-custom .nav-link {
        color: #1c3e93;
    }

.notification-color-badge {
    padding: 5px;
    border-radius: 10px;
    background: #ff0000;
    color: #fff;
    position: relative;
    font-size: 10px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: -4px;
    position: absolute;
    left: 2px;
    top: 8px;
}

.bell-counter {
    position: relative;
    font-size: 20px;
}

.top-secondary-menu {
    float: left;
    display: block;
    font-size: 20px;
}

    .top-secondary-menu li {
        display: inline-block;
        padding: 0px 10px;
    }

.hamburger-main-menu {
    color: var(--body-color);
    font-size: 30px;
    padding: 10px 8px 0 5px;
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
}

.hamburger-main-menu span {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        margin-top: -10px;
} 

.header-top-wrapper .app-logo{height:75px ; width:75px;margin-left:10px;margin-top:10px}

.hamburger-main-menu i {
    cursor: pointer;
    height: 2px;
    width: 12px;
    background: transparent;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.05s ease-in-out;
    background: var(--side-nav-toggle-button);
}

.hamburger-main-menu i:before, .hamburger-main-menu i:after{transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: var(--side-nav-toggle-button);
    position: absolute;
    display: block;
    content: "";}

.hamburger-main-menu i:before{  top: -0.375rem; transform: rotate(0deg);}
.hamburger-main-menu i:after{  bottom: -0.375rem; transform: rotate(0deg);}

.bell-counter .dropdown-list .dropdown-header {
    background-color: #2c6dae;
    border: 1px solid #2c6dae;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.bell-counter .dropdown-menu {
    margin: 0px;
    padding: 0px;
}

.bell-counter .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    font-size: 12px;
    line-height: 1.3;
}

.bell-counter .dropdown-list {
    width: 20rem !important;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notification-list-wrap {
    max-height: 300px;
    overflow-y: auto;
}

    .notification-list-wrap .notif-date {
        font-size: 14px;
        color: #666
    }

footer.sticky-footer {
    width: 100%;
    margin: 0;
    position: absolute;
    color: var(--footer-color);
    right: 0;
    bottom: 0;
    z-index: 101;
}

    footer.sticky-footer .copyright {
        font-size: 12px;
        padding: 0 15px 15px;
        text-align: left;
        margin: 0px;
    }

@media (max-width: 767px) {
    footer.sticky-footer {
        padding-left: 15px;
    }
}

.custom-control.middle-align {
    line-height: 24px;
}

.custom-radio-grp-wrap .custom-control {
    padding-left: 20px;
}

    .custom-radio-grp-wrap .custom-control .custom-control-label {
        vertical-align: middle;
        font-size: 12px;
        line-height: 24px;
    }

        .custom-radio-grp-wrap .custom-control .custom-control-label:before {
            left: -20px;
        }

        .custom-radio-grp-wrap .custom-control .custom-control-label:after {
            left: -20px;
        }

.default-blue-card {
    background: #e4ebef;
}

    .default-blue-card .card-header {
        padding: 10px;
        border-radius: 5px 5px 0 0;
        background: #1c3e93;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .default-blue-card .card-header.hb {
            padding: 12px 10px;
        }

    .default-blue-card .card-body {
        padding: 10px;
    }

.loginBg {
    background: url("../assets/images/login-bg.jpg") #62a3f8 no-repeat;
    background-size: cover;
}

.login-section {
    background: #fff;
    -webkit-box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

    .login-section .login-head {
        background: #fff;
        color: #1c3e93;
        text-align: center;
        padding: 20px 15px;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #1c3e93;
        box-shadow: 0px 1px 5px rgba(28, 62, 147, 0.1);
    }

        .login-section .login-head h3 {
            margin-bottom: 0px;
            font-weight: 500;
        }

    .login-section .login-body {
        padding: 50px 125px;
    }

    .login-section .form-control {
        height: 36px;
        font-weight: 400;
        border-radius: 10px;
        border: none;
        border-bottom: 1px solid #d6dae5;
        font-size: 12px;
        color: #000;
    }

        .login-section .form-control::placeholder {
            color: #000;
        }

    .login-section .form-group.with-icon {
        position: relative;
        /* show the placeholder when input has no content (no content = invalid) */
        /* hide the placeholder when input has some text typed in */
    }

        .login-section .form-group.with-icon input {
            padding-left: 30px;
        }

        .login-section .form-group.with-icon .icon {
            position: absolute;
            left: 5px;
            top: 10px;
            color: #1c3e93;
        }

        .login-section .form-group.with-icon label {
            font-weight: 400;
            top: 8px;
            left: 30px;
            position: absolute;
        }

        .login-section .form-group.with-icon input[required]:invalid + label {
            display: inline-block;
        }

        .login-section .form-group.with-icon input[required]:valid + label {
            display: none;
        }

    .login-section .form-group label {
        color: #1e1e1e;
        font-weight: 400;
    }

    .login-section .login-footer p, .login-section .login-footer a {
        color: #1e1e1e;
        font-weight: 400;
    }

        .login-section .login-footer p.blue-link, .login-section .login-footer a.blue-link {
            color: #0e3e7c;
            text-decoration: underline;
        }

        .login-section .login-footer p.forgot-password, .login-section .login-footer a.forgot-password {
            text-decoration: underline;
        }

    .login-section .login-footer a {
        display: inline-block;
        margin: 10px 0 0 0;
    }

    .login-section .login-button {
        margin: 20px 0 0 0;
    }

    .login-section .logo {
        text-align: center;
    }

    .login-section .error {
        padding: 5px;
        display: inline-block;
    }

    .login-section .login-body .capsule-btn-single {
        padding: 8px 40px;
    }

.side-nav-wrapper {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .side-nav-wrapper .custom-scroll {
        max-height: 500px;
        display: flex;
    }

    .side-nav-wrapper .nav-bg {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
    }

    .side-nav-wrapper .close-nav {
        padding: 0px 10px;
        font-size: 16px;
        color: var(--text-white);
        border: none;
        float: right;
        z-index: 2;
        position: relative;
        background: #000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 10px;
        top: 14px;
        right: 8px;
    }

    .side-nav-wrapper .side-nav-menu-holder {
        padding: 0;
        margin: 0;
        background: var(--menu-bg);
        position: fixed;
        top: 0;
        left: -300px;
        width: 240px;
        z-index: 2;
        height: 100%;
        padding-bottom: 20px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .side-nav-wrapper .side-nav-menu-holder ul {
            margin: 0;
            padding: 0;
        }

            .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list {
                margin: 0;
                padding: 0;
                margin-top: 0px;
            }

                .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li {
                    display: block;
                    margin-bottom: 2px;
                }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li a {
                        padding: 10px 15px;
                        display: block;
                        color: #fff;
                        width: auto;
                        height: auto;
                        margin: auto;
                        background: transparent;
                        font-size: 16px;
                        border-radius: 0px;
                        text-decoration: none;
                    }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li a:focus {
                            border: none;
                            outline: 0;
                        }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li a i {
                            margin: 2px 8px 0 0;
                        }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li a span {
                            line-height: 1.25;
                        }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.master-label {
                        display: block;
                        padding: 5px 10px;
                    }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.master-label > a {
                            display: flex;
                            padding: 5px 10px;
                            color: var(--side-nav-color);
                            font-size: 13px;
                        }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-level-01 {
                        margin-top: 3px;
                        padding-left: 38px;
                    }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-level-01 > a {
                            display: block;
                            padding: 5px 5px 5px 10px;
                            color: #fff;
                            text-transform: capitalize;
                            font-size: 13px;
                            position: relative;
                        }



                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-menu-master > a {
                        padding-right: 20px;
                        position: relative;
                    }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-menu-master > a:after {
                            content: "\f138";
                            font-family: "Font Awesome 6 Free";
                            font-size: 14px;
                            font-weight: 900;
                            display: block;
                            color: #fff;
                            position: absolute;
                            top: 6px;
                            right: 5px;
                        }

                        .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-menu-master > a:hover:after {
                            content: "";
                            font-family: "Font Awesome 6 Free";
                            font-size: 14px;
                            font-weight: 900;
                            display: block;
                            color: #333;
                            position: absolute;
                            top: 6px;
                            right: 5px;
                        }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li a:hover {
                        border-radius: 5px;
                        color: var(--side-nav-active-color);
                        background: var(--side-nav-active-bg);
                    }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.active a {
                        color: var(--side-nav-active-color);
                        background: var(--side-nav-active-bg);
                        border-radius: 5px;
                        -webkit-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                    }




                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-menu-master ul {
                        max-height: 0px;
                        overflow: hidden;
                        transition: all 0.5s ease;
                    }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-menu-master.open > a:after {
                        content: "";
                    }

                    .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.sub-menu-master.open ul {
                        max-height: 600px;
                        transition: all 0.5s ease;
                    }

        .side-nav-wrapper .side-nav-menu-holder .simplebar-vertical {
            background: #7188a0;
            width: 8px !important;
            border-radius: 8px;
        }

            .side-nav-wrapper .side-nav-menu-holder .simplebar-vertical .simplebar-scrollbar {
                background: #23394e;
                width: 8px;
                right: 0;
                border-radius: 8px;
            }

    .side-nav-wrapper.open {
        z-index: 999;
    }

        .side-nav-wrapper.open .nav-bg {
            opacity: 1;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .side-nav-wrapper.open .side-nav-menu-holder {
            left: 0;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.input-box label {
    margin: 5px 0 0;
    font-weight: 500;
}

    .input-box label span {
        font-size: 18px;
        line-height: 14px;
    }

.input-box .form-control {
    height: 33px;
    border-radius: 0;
    padding: 3px 10px;
    font-size: 12px;
    color: #000;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.input-box textarea.form-control {
    height: 100px;
    resize: none;
}

.input-box .date-wrap {
    position: relative;
}

    .input-box .date-wrap i {
        position: absolute;
        right: 5px;
        top: 8px;
        color: #8a8e8f;
    }

    .input-box .date-wrap input {
        padding-right: 30px;
    }

.input-box .search-box {
    position: relative;
}

    .input-box .search-box i {
        position: absolute;
        right: 8px;
        top: 8px;
        color: #8a8e8f;
    }

    .input-box .search-box input {
        padding-right: 30px;
    }

.input-box .mandatory {
    color: #ff0000;
}

.input-box .bootstrap-select .btn-light {
    border-radius: 5px !important;
}

.input-box .form-control.customSelect {
    padding: 0
}

.input-box .custom-file {
    height: 30px
}

    .input-box .custom-file .custom-file-label {
        font-weight: normal;
        height: 36px;
        padding: 7px 10px;
        line-height: 1.5;
        border: 1px solid #8a8e8f;
        border-radius: 5px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
    }

        .input-box .custom-file .custom-file-label:after {
            height: 38px;
            font-size: 13px;
            line-height: 1.6;
            background-color: #686868;
            color: #fff
        }

    .input-box .custom-file .custom-file-input {
        height: 36px;
        padding: 7px 10px
    }

input.error {
    border: 1px solid red !important;
    border-left: 3px solid red !important;
}

input.valid {
    border: 1px solid #78d97f !important;
    border-left: 3px solid #78d97f !important;
}

.customSelect .btn-light.error {
    border: 1px solid red !important;
    border-left: 3px solid red !important;
}

.customSelect .btn-light.valid {
    border: 1px solid #78d97f !important;
    border-left: 3px solid #78d97f !important;
}

.small-select .dropdown-toggle.btn-light.bs-placeholder {
    height: 20px;
    font-size: 11px;
    padding: 0 10px;
}

    .small-select .dropdown-toggle.btn-light.bs-placeholder .filter-option-inner-inner {
        font-size: 12px;
    }

.fix-size-90 {
    width: 90px;
}

.team-list-box {
    min-width: 140px;
    max-width: 140px;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
}

.bootstrap-select .bs-searchbox {
    padding: 2px;
}

    .bootstrap-select .bs-searchbox .form-control {
        border-radius: 0px;
        height: 28px;
        font-size: 12px;
    }

    .bootstrap-select .bs-searchbox + .bs-actionsbox {
        padding: 0 2px;
    }

.bootstrap-select .form-control:focus {
    box-shadow: none;
    border: 1px solid #aaa;
}

.bootstrap-select .dropdown-menu {
    border: 1px solid #aaa;
    margin-top: -1px;
    padding-top: 0;
}

    .bootstrap-select .dropdown-menu li a {
        font-size: 13px;
    }

        .bootstrap-select .dropdown-menu li a:hover {
            background: #ccc;
        }

.bootstrap-select .dropdown-item {
    padding: 0.25rem 0.6rem;
}

    .bootstrap-select .dropdown-item:active {
        background: #ccc;
    }

.bootstrap-select .bs-actionsbox .actions-btn {
    font-size: 11px;
    padding: 0px;
    font-weight: 500;
}

.bootstrap-select .dropdown-item.active {
    background: #ccc;
    color: #000;
}

.bootstrap-select.form-control {
    height: auto;
}

@media all and (-ms-high-contrast: none) {
    .bootstrap-select .dropdown-menu div.inner {
        max-height: 160px !important;
        height: 160px;
        overflow-y: hidden !important;
    }

    .bootstrap-select ul.dropdown-menu.inner {
        height: 160px;
        overflow: auto !important;
        padding-bottom: 20px;
    }
}

.behave-tab-content {
    display: none;
}

    .behave-tab-content.active {
        display: block;
    }

.rectangle-tab-content-wrap {
    background: #e4ebef;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

.tab-btn-list-wrap a.nav-link {
    background: #e4ebef;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    border-radius: 0px;
}

    .tab-btn-list-wrap a.nav-link.active {
        background: #1c3d91;
        color: #fff;
        font-weight: 700;
    }

    .tab-btn-list-wrap a.nav-link:last-child {
        border-radius: 0 5px 0 0;
    }

.white-tab-wrap a.nav-link {
    background: #efefef;
}

    .white-tab-wrap a.nav-link.active {
        background: #fffcfc;
        color: #000;
        font-weight: 700;
    }

.white-tab-wrap .tab-content {
    background: #fffcfc;
}

.custom-modal .modal-header {
    font-size: 24px;
    padding: 10px 15px;
}

.custom-modal .modal-body h5 {
    font-size: 18px;
}

.default-modal .modal-header {
    font-size: 18px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 900;
}

    .default-modal .modal-header .modal-title {
        font-size: 16px;
        font-weight: 500;
    }

    .default-modal .modal-header .close {
        color: #fff;
        opacity: 1;
    }

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: rgba(28, 62, 147, 0.95);
    /* Safari */
}

    .loader-wrapper .loader {
        border: 3px solid #fff;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        -webkit-animation: spin 2s linear infinite;
        /* Safari */
        animation: spin 2s linear infinite;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        background: #fff url(images/loader-img.png) no-repeat center center;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



#main-Content-Wrapper {
    position: relative;
    padding: 0;
    min-height: calc(100vh - 62px);
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    /*  #main-Content-Wrapper {
    padding-left: 15px;
  } */
}

.custom-scroll-style .simplebar-vertical {
    background: #7188a0;
    width: 8px !important;
    border-radius: 8px;
}

    .custom-scroll-style .simplebar-vertical .simplebar-scrollbar {
        background: #23394e;
        width: 8px;
        right: 0;
        border-radius: 8px;
    }

.min-area-wrap {
    min-height: 295px;
    margin-top: 25px;
}

.hr-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-head-detail {
    padding: 10px 0px;
}

.border-right-custom {
    border-right: 1px solid #ddd;
}

.border-right-logo {
    position: relative;
}

    .border-right-logo:after {
        position: absolute;
        content: "";
        display: block;
        height: 22px;
        width: 1px;
        background: #012a7c;
        right: -4px;
        top: 20px;
    }

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.no-line-height {
    line-height: 0;
}

.pt-10 {
    padding-top: 10px;
}

.p-10 {
    padding: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.w-120 {
    min-width: 120px;
    display: block;
    float: left;
}

.w-70 {
    min-width: 70px;
    display: block;
    float: left;
}

.w-95 {
    min-width: 95px;
    display: block;
    float: left;
}

.w-110 {
    min-width: 110px;
    display: block;
    float: left;
}

.w-155 {
    min-width: 155px;
    display: block;
    float: left;
}

.max-250-scroll {
    max-height: 250px;
    overflow-y: auto;
}

.max-350-scroll {
    max-height: 350px;
    overflow-y: auto;
}

.secondary-logo-list-wrap {
    position: relative;
}

    .secondary-logo-list-wrap .secondary-logo-title {
        font-size: 30px;
        color: #999999;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
        opacity: 1;
        padding-right: 20px;
        line-height: 30px;
    }

        .secondary-logo-list-wrap .secondary-logo-title i {
            position: absolute;
            top: 7px;
            right: 0;
            font-size: 20px;
        }

    .secondary-logo-list-wrap .company-list-wrap {
        position: absolute;
        right: 0;
        top: 8px;
        margin-bottom: 0;
        width: 220px;
        display: none;
    }

    .secondary-logo-list-wrap.open .company-list-wrap {
        display: block;
    }

    .secondary-logo-list-wrap.open .secondary-logo-title {
        opacity: 0;
    }

/***  Accessibility CSS Start ***/

.color-white-to-black * {
    background: #000 !important;
    color: white !important;
}

.color-white-to-black {
    background: #000 !important;
    color: white !important;
}

    .color-white-to-black .section-top-wrapper {
        border-bottom: 1px solid #000;
    }

    .color-white-to-black, .color-white-to-black h1, .color-white-to-black h2, .color-white-to-black h3, .color-white-to-black h4, .color-white-to-black h5, .color-white-to-black p, .color-white-to-black a {
        color: #fff !important;
    }

.color-white-to-black-yellow {
    background: #000;
}

    .color-white-to-black-yellow .section-top-wrapper {
        border-bottom: 1px solid #fff;
        background: #000;
    }

    .color-white-to-black-yellow * {
        color: #fff000 !important;
        background: #000 !important;
    }

    .color-white-to-black-yellow a,
    .color-white-to-black-yellow h1,
    .color-white-to-black-yellow h2,
    .color-white-to-black-yellow h3,
    .color-white-to-black-yellow h4,
    .color-white-to-black-yellow h5,
    .color-white-to-black-yellow h6 {
        color: #fff000 !important;
    }

.accessibility {
    padding: 5px 0;
}

    .accessibility ul {
        margin: 0;
        padding: 0;
    }

        .accessibility ul li {
            display: inline;
            font-size: 12px;
        }

    .accessibility .nav-item {
        color: #fff;
    }

        .accessibility .nav-item a {
            color: #000;
            text-decoration: none;
            font-size: 11px;
            border: 1px solid #000;
            margin-right: 3px;
            font-weight: bold;
            background: #fff;
            vertical-align: middle;
            display: inline-block;
        }

        .accessibility .nav-item .imageItem img {
            float: left;
            width: 16px;
        }

        .accessibility .nav-item a:focus {
            border: 1px dashed #121fd4;
        }

        .accessibility .nav-item a:last-child {
            margin-right: 0px;
        }

    .accessibility .textsize {
        padding: 0px 5px;
        font-size: 11px;
        text-align: center;
    }

    .accessibility .skipItem a {
        background: none;
        border: 1px solid transparent;
        color: #fff;
        font-size: 12px;
    }

.color-white-to-black .accessibility .nav-item a {
    border: 1px solid #fff;
}

.color-white-to-black .accessibility .skipItem a {
    border: 1px solid transparent;
}

.color-white-to-black-yellow .accessibility .nav-item a {
    border: 1px solid #fff;
}

.color-white-to-black-yellow .accessibility .skipItem a {
    border: 1px solid transparent;
}

@media (max-width: 375px) {
    .accessibility {
        text-align: center;
    }

        .accessibility .skipItem {
            display: block;
        }
}


/***  Accessibility CSS  End ***/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
}

.ieHackSvg {
    position: relative;
    width: 100%;
}

.info-holder {
    width: 200px;
    position: relative;
}

    .info-holder .circle-block {
        width: 80px;
        height: 80px;
        background: #31a447;
        border-radius: 50px;
        margin: auto;
        margin-bottom: 10px;
    }

        .info-holder .circle-block.chnaged {
            background: #ff5b1e;
        }

    .info-holder:before {
        content: "";
        width: 100%;
        height: 1px;
        z-index: -1;
        background: #333;
        display: block;
        position: absolute;
        left: 50%;
        top: 40px;
    }

    .info-holder:last-child:before {
        display: none;
    }

.custom-control-label:before, .custom-control-label:after {
    top: 0.15rem
}

.form-control:disabled, .form-control[readonly] {
    background-color: #dfdfdf;
    color: #333
}

.bootstrap-select .btn-light.disabled {
    background: #dfdfdf !important;
    opacity: 1
}

    .bootstrap-select .btn-light.disabled .filter-option-inner-inner {
        color: #333;
    }


.dash-link {
    display: block;
    text-decoration: none;
    position: relative;
}

.role-widget {
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

    .role-widget.active {
        background: rgb(0,174,237);
        background: linear-gradient(90deg, rgba(0,174,237,1) 0%, rgba(1,137,207,1) 72%);
    }

    .role-widget .card-body {
        padding: 20px;
    }

        .role-widget .card-body h3 {
            font-size: 12px;
            color: #222;
            margin: 5px 0;
            text-transform: uppercase;
        }

    .role-widget.active .card-body h3 {
        color: #fff
    }

.dash-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.module-icon {
    background: url(./../images/module-icon/module-icon-1.png) no-repeat;
}

.role-widget.active .module-icon {
    background: url(./../images/module-icon/module-icon-1-white.png) no-repeat;
}

.joining-icon {
    background: url(./../images/module-icon/module-icon-2.png) no-repeat;
}

.role-widget.active .joining-icon {
    background: url(./../images/module-icon/module-icon-2-white.png) no-repeat;
}

.yearly-icon {
    background: url(./../images/module-icon/module-icon-3.png) no-repeat;
}

.role-widget.active .yearly-icon {
    background: url(./../images/module-icon/module-icon-3-white.png) no-repeat;
}

.status-icon {
    background: url(./../images/module-icon/module-icon-4.png) no-repeat;
}

.role-widget.active .status-icon {
    background: url(./../images/module-icon/module-icon-4-white.png) no-repeat;
}

.role-widget .dash-widget-icon {
    display: block;
    font-size: 26px;
    line-height: 50px;
    margin: 0 auto 10px;
    text-align: center;
}

.role-widget .cart-txt {
    font-weight: 500;
    margin: 0 auto;
    padding: 5px 15px 10px 15px;
    z-index: 99;
    position: relative;
}

    .role-widget .cart-txt h5 {
        margin: 0px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }

.role-widget h6 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0px;
    border-bottom: 0px solid #ddd;
    padding: 10px 15px 5px 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

    .role-widget h6 img {
        height: 26px;
    }

.role-widget a {
    color: #333;
    text-decoration: none;
}
/* .dash-link.active:after{content: "\f0d7"; font-family: 'Font Awesome 6 Free';
  font-weight: 900; position: absolute; bottom:-28px; left:50%; margin:0 0 0 -5px; font-size: 34px; color:#fff}
.dash-link:hover:after{content: "\f0d7"; font-family: 'Font Awesome 6 Free';
    font-weight: 900; position: absolute; bottom:-28px; left:50%; margin:0 0 0 -5px; font-size: 34px; color:#fff} */
.dash-link.active .role-widget h5 {
    color: #444;
}




.home-nav-tab {
    margin: 0px 0 10px 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

    .home-nav-tab .tab-content {
        margin-top: 20px;
    }

.breadcrumb {
    background: linear-gradient(to right, #e9ecef, #fff);
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
}

    .breadcrumb li a {
        text-decoration: none;
    }

.blue-nav {
    border-bottom: 0px solid #ddd;
}

    .blue-nav .nav-link {
        background-color: #fff;
        margin-right: 10px;
        color: #000;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 20px;
        min-width: 230px;
        text-align: center;
        font-size: 12px;
    }

        .blue-nav .nav-link:hover {
            background: #1b3c92;
            color: #fff;
            border-color: #286df9 #286df9 #286df9
        }

        .blue-nav .nav-item.show .nav-link, .blue-nav .nav-link.active {
            background: #1b3c92;
            color: #fff;
            border-color: #286df9 #286df9 #286df9
        }

.blue-nav-tab-content {
    padding: 10px;
    background: #fff;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.30rem 0.5rem 0.20rem 0.5rem;
    font-size: .875rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    height: 1.2rem;
    width: 1.2rem;
    font-size: .60rem;
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.form-control-sm-ex {
    height: calc(1.4em + 0.4rem + 2px);
    padding: 0.20rem 0.4rem;
    font-size: .700rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.tableTotal td {
    padding: 6px;
    font-size: 13px;
    background: #385fc1;
    color: #fff;
}

    .tableTotal td a {
        color: #fff;
    }

.table td.light-blue-bg {
    background: #527add;
    color: #fff;
}

.hideTable {
    display: none;
}

.top-bar-nav {
    color: #fff;
    list-style: none;
    margin: 0px
}

    .top-bar-nav .profile-nav {
        padding: 2px 0 0 0;
    }

        .top-bar-nav .profile-nav .dropdown-toggle {
            color: #fff
        }

        .top-bar-nav .profile-nav .img-profile {
            width: 25px;
            height: 25px;
            border-color: #fff
        }

.faInfo {
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
}

.contacLink {
    padding: 5px 0;
    margin: 0 20px;
}

    .contacLink a {
        color: #fff;
        text-decoration: none;
    }

.profile-nav {
    padding: 0px 0 0px 0;
}

    .profile-nav .dropdown-toggle {
        color: #333
    }

    .profile-nav .img-profile {
        width: 25px;
        height: 25px;
        border-color: #fff
    }

    .profile-nav .dropdown-menu {
        margin: 0px;
        padding: 0px;
    }

        .profile-nav .dropdown-menu a {
            font-size: 12px;
            border-bottom: 1px dotted #ddd;
        }

.countryDropdown.bootstrap-select {
    max-width: 100px;
    margin: 0px 0 0 10px;
}

    .countryDropdown.bootstrap-select .btn-light {
        background: none !important;
        color: #fff;
        border: none;
        padding: 5px;
        height: auto;
    }

        .countryDropdown.bootstrap-select .btn-light img {
            width: 20px;
        }

    .countryDropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        color: #fff;
        font-size: 12px;
    }

    .countryDropdown.bootstrap-select > .dropdown-toggle:after {
        color: #fff
    }

    .countryDropdown.bootstrap-select .dropdown-menu li a span.text {
        font-size: 12px;
    }

    .countryDropdown.bootstrap-select .dropdown-menu li a img {
        width: 18px;
    }



.title-1 {
    color: var(--heading-color);
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 600;
}

.title-2 {
    color: var(--heading-color);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.title-3 {
    color: var(--heading-color);
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    padding: 10px 0px 10px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    left: -1px
}

.title-border-bottom {
    border-bottom: 1px solid #ddd;
}

.fa-clipboard-icon {
    background: url(./../images/clipboard-icon.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 15px;
    float: left;
    position: relative;
    top: 0px;
}


.internal-page {
    padding: 5px 10px;
}

.table th {
    color: #000;
    vertical-align: middle;
}

.table td {
    vertical-align: middle;
}

    .table td .form-control {
        height: 30px;
        border-radius: 5px;
    }

    .table td .bootstrap-select .btn-light {
        font-size: 13px;
        padding: 5px 10px;
    }

.table tr.accordion td, .rowContent {
    background: #ececec;
}

.calender-icon {
    position: relative;
    display: block;
}

    .calender-icon:after {
        position: absolute;
        width: 25px;
        height: 25px;
        content: "";
        display: block;
        background: url(./../images/calender-icon.png) center no-repeat;
        z-index: 99;
        top: 2px;
        right: 2px;
    }

.input-box .bootstrap-select .btn-light {
    border: none;
    height: 32px;
    padding: 7px 15px;
    line-height: 16px;
}

.hideDiv {
    display: none;
}

.pageHeading {
    font-size: 16px;
    margin: 10px 0px;
}

.manageLeftTop {
    padding-top: 10px;
    position: relative;
}

    .manageLeftTop a {
        text-decoration: none;
        padding: 10px;
        position: relative;
        z-index: 9999;
    }

    .manageLeftTop .label-control {
        padding: 7px 0 0 0;
        color: #888
    }

.navbar-brand {
    position: relative;
    padding: 0 10px;
}

.logo-brand {
    padding: 4px 10px 0px 15px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    color: var(--heading-color);
    font-weight: 600;
}

.blue-card {
    background: #f5f6f7;
    border: 1px solid #ddd
}

.white-card {
    background: #fff;
    border: 1px solid #ddd
}

.goBack {
    text-decoration: none;
}

.form-theme .form-control {
    padding: 0.3rem 0.75rem;
    font-size: 12px;
    height: 32px;
}

.form-theme .bootstrap-select .btn-light {
    height: 32px;
}

.total-cost {
    color: #012a7c;
    font-weight: 800;
    font-size: 20px;
}

.table-blue thead th {
    background: #012a7c;
    color: #fff;
}

    .table-blue thead th:first-child {
        border-radius: 5px 0 0 0;
    }

    .table-blue thead th:last-child {
        border-radius: 0px 5px 0 0;
    }


.requisition-summary label {
    font-weight: bold;
    color: #012a7c;
}

.latest-pr label {
    color: #012a7c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hr-light {
    border-color: #909195;
}

.hiddenTR {
    display: none;
}

.searchTableBtn {
    margin-top: 28px;
}

.dotted-border {
    border-top: 1px dashed #979494
}

.final-approval {
    background: #e1e1e1;
    padding: 10px 20px;
    border-radius: 15px;
    color: #333;
}

.banner-holder {
    background: #efeaea;
    background-size: cover;
}

.editProduct {
    margin-bottom: 5px;
}

    .editProduct a {
        font-size: 11px;
        margin-right: 10px;
    }

.search-select-cat {
    margin: 0 0 0 5px;
    position: relative;
    padding: 0px 10px;
    width: 400px;
}

.header-top-wrapper .location-wrapper {
    width: 180px;
    background: #12385b;
    padding: 15px 15px 5px 15px;
    position: absolute;
    right: 15px;
    top: 38px;
    display: none;
    z-index: 2;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 10px;
    z-index: 999;
}

.location-list-wrpapper {
    padding: 10px 15px 0 15px;
    color: #fff
}

    .location-list-wrpapper .form-radio {
        padding: 0px;
    }

        .location-list-wrpapper .form-radio input {
            margin-right: 10px;
        }

        .location-list-wrpapper .form-radio label {
            position: relative;
            top: -2px;
        }

.country-wrapper {
    margin-top: 2px;
    position: relative;
    z-index: 999;
}

    .country-wrapper a span:after {
        content: "\f0d7";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
    }

    .country-wrapper a.open span:after {
        content: "\f0d8";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
    }

.location-wrapper .fa-angle-location {
    position: relative;
    float: right;
    font-size: 22px;
    color: #12385b;
    z-index: 11;
    height: 10px;
    margin-top: -26px;
}

.recent-view ul li.load-more a {
    color: #cd2020
}

.mt-30 {
    margin-top: 30px;
}

.table-rowspan th {
    border: 1px solid rgb(134, 131, 131);
    border-radius: none;
}

.table-rowspan thead th:first-child {
    border-radius: 0px;
}

.table-rowspan thead th:last-child {
    border-radius: 0px;
}

.user-list {
    list-style: none;
    border: 1px solid #ddd;
    height: 312px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

    .user-list li {
        padding: 8px 15px;
        border-bottom: 1px solid #ddd;
        background: #f8f3f3;
        height: 36px;
        cursor: pointer;
    }

.mt-135 {
    margin-top: 135px;
}

.user-list li.active {
    background: #f4c7c7;
}

.btn-xm {
    padding: 0.15rem 0.5rem;
    line-height: 1.4;
    font-size: 11px;
}

.top-border-white {
    border-top: 1px solid #fff
}

.hambergur-text {
    color: var(--text-white);
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px;
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 15px;
}

.alertMessage {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    right: 0px;
}

.rounded-start-0 {
    border-top-left-radius: 0px;
}

.pr-card-panel {
    margin-top: 20px;
}


.table-custome th {
    color: #286df9;
    font-size: 12px;
}

.table-custome td {
    padding: 8px 10px
}

.table-custome > tbody > tr:nth-of-type(2n+1) > * {
    background: #f9f9f9;
    --bs-table-accent-bg: none;
}

.download-report {
    font-size: 11px;
}

.table-search {
    width: 200px;
}

    .table-search .form-control {
        height: 26px;
        border-radius: 3px;
    }

    .table-search .btn {
        height: 26px;
        font-size: 11px;
        line-height: 20px;
        padding: 2px 10px;
        border: 1px solid #b8babd;
    }

.pagination-content {
    padding: 5px 0;
    font-size: 11px;
    color: #7f7e7e;
}

.pagination .page-link {
    font-size: 11px;
}

.pagination .page-angle {
    font-size: 11px;
}


.tableFixHead {
    overflow: auto;
    height: 230px;
    padding-right: 10px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/* Just common table stuff. Really. */
.table {
    border-collapse: collapse;
    width: 100%;
}

.smaller-header .navbar-brand {
    padding: 5px !important;
}

    .smaller-header .navbar-brand img {
        height: 30px;
    }

.smaller-header .logo-brand {
    font-size: 14px;
    padding-top: 0px;
}

.smaller-header .hamburger-main-menu {
    font-size: 16px;
    margin-top: 5px;
}

.smaller-header .topbar-icons {
    margin-top: 8px !important;
}

.language-bar {
    display: inline-block;
    font-size: 14px;
    margin: 3px 20px 0 0px;
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

    .language-bar a {
        color: #fff;
        text-decoration: none;
    }

    .language-bar .active {
        border-bottom: 2px solid #44f9a1;
    }

.isapTitle {
    font-size: 16px;
    margin-top: 10px;
}

.smaller-header .isapTitle {
    margin-top: 0px;
    font-size: 14px;
}

.list-tr {
    background: #fff;
}

.rowContent {
    display: none;
}

.card-table {
    border: 1px solid #e9e8e8
}

    .card-table .card-header {
        background-color: #fff;
        border-bottom-color: #f4f4f4;
    }

.yearPagignation {
    list-style: none;
    margin-bottom: 15px;
    padding: 0px;
    display: flex;
}

    .yearPagignation li {
        padding: 10px;
        flex: 1 0 0%;
    }

        .yearPagignation li .yearCard {
            border: 1px solid #018ad0;
            border-radius: 3px;
            text-align: center;
            color: #018ad0;
            height: 40px;
            padding: 10px;
            cursor: pointer;
        }

            .yearPagignation li .yearCard.active {
                background: rgb(0,174,237);
                background: linear-gradient(90deg, rgba(0,174,237,1) 0%, rgba(1,137,207,1) 72%);
                color: #fff;
            }

.pagignationCountryWise .countryIcon {
    border: 1px solid #d9d9da;
    text-align: center;
    min-height: 90px;
    margin-bottom: 15px;
}

    .pagignationCountryWise .countryIcon.active {
        border: 1px solid #018ad0;
        text-align: center;
        min-height: 90px;
        -webkit-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.3);
    }

.pagignationCountryWise .targetCompletion {
    min-height: 90px;
    background: rgb(0,174,237);
    background: linear-gradient(90deg, rgba(0,174,237,1) 0%, rgba(1,137,207,1) 72%);
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
}

    .pagignationCountryWise .targetCompletion .targetIcon {
        background: url(./../images/target-icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .pagignationCountryWise .targetCompletion .completionIcon {
        background: url(./../images/completion-icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .pagignationCountryWise .targetCompletion .notcompletedIcon {
        background: url(./../images/not-completion.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

.yearCarosule {
    font-size: 14px;
}

.countryIcon p {
    text-align: center;
    margin: 0px;
    color: #018ad0;
    font-weight: 600;
}

.viewSummary a {
    color: #fff;
    font-size: 11px;
}

.yearDiv {
    padding: 10px 10px 0px 10px;
    background: #f0efef;
    border-radius: 3px;
    display: none;
}

    .yearDiv .yearPagignation li .yearCard {
        background: #fff;
    }

        .yearDiv .yearPagignation li .yearCard.active {
            background: rgb(0,174,237);
            background: linear-gradient(90deg, rgba(0,174,237,1) 0%, rgba(1,137,207,1) 72%);
            color: #fff;
        }

.changeYear {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 30px;
    text-decoration: none;
}

.titleImg {
    position: relative;
    top: -2px
}

.form-label {
    font-weight: 500;
}

.dashboard-card-row {
    margin-bottom: 10px;
}

.achieve-card {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.41);
    box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.41);
}

    .achieve-card.active {
        border-color: #9d9d9d;
    }

        .achieve-card.active:after {
            content: '\f0d7';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            bottom: -21px;
            left: 50%;
            font-size: 24px;
            color: #9d9d9d;
            margin-left: -7px;
        }

.achieve-card-details {
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    line-height: 20px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

    .achieve-card-details .details-inner {
        text-align: left;
        padding: 0 15px;
        line-height: 1.1;
    }

        .achieve-card-details .details-inner + .details-inner {
            text-align: right;
        }

.achieve-card .card-1 {
    background: #e5f6ff;
    color: #2c71ff;
}

.achieve-card .card-2 {
    background: #dcffd3;
    color: #2b9e0e;
}

.achieve-card .card-3 {
    background: #f8daff;
    color: #950cb2;
}

.achieve-card .card-4 {
    background: #fff0e9;
    color: #ff562d;
}

.achieve-card .card-5 {
    background: #fff8da;
    color: #f08818;
}

.achieve-card .card-6 {
    background: #f0f0f0;
    color: #ff562d;
}

.achieve-card .card-7 {
    background: #f0f0f0;
    color: #2b9e0e;
}

.achieve-card .todo-card {
    background: #0084ca;
    color: #cbdcff;
}

.achieve-card .card-title {
    padding: 10px;
    margin: 0;
    background: var(--bg-white);
    border: 0;
    border-radius: 0px 0px 10px 10px;
}

    .achieve-card .card-title h5 {
        font-size: 14px;
        color: var(--body-color);
        margin: 0;
    }

.modal .achieve-card {
    background: var(--status-aging-bg);
    color: var(--body-color);
}

    .modal .achieve-card.selected {
        background: #e5f6ff;
        color: #2c71ff;
    }

        .modal .achieve-card.selected h5 {
            color: #2c71ff;
        }

    .modal .achieve-card .achieve-card-details {
        justify-content: normal;
        padding: 0;
        align-items: center;
    }

        .modal .achieve-card .achieve-card-details .details-inner {
            padding: 10px;
        }

            .modal .achieve-card .achieve-card-details .details-inner + .details-inner {
                font-size: 15px;
                text-align: center;
                padding-left: 0;
                flex: 1;
            }

    .modal .achieve-card .card-title .assign-icon {
        cursor: pointer;
        display: block;
        padding-top: 5px;
        color: var(--text-darkblue);
        font-size: 16px;
    }

.new-request-form .label-col {
    display: flex;
    align-items: center;
}

.new-request-form label {

    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

    .new-request-form label .label-details {
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        display: block;
    }

    .new-request-form label .mandatory, .mandatory-text {
        color: var(--text-danger);
        font-size: 18px;
        line-height: 12px;
    }

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.05)
}

.btn-primary {
    background-color: var(--bg-primary);
    border-color: var(--border-primary);
}

    .btn-primary:hover {
        background-color: var(--bg-primary-hover);
        border-color: var(--border-primary-hover);
    }

.btn-secondary {
    background-color: var(--bg-secondary);
    border-color: var(--border-secondary);
}

    .btn-secondary:hover {
        background-color: var(--bg-secondary-hover);
        border-color: var(--border-secondary-hover);
    }

.btn-pink {
    background-color: var(--bg-pink);
    border-color: var(--border-pink);
    color: var(--text-white);
}

    .btn-pink:hover {
        background-color: var(--bg-pink-hover);
        border-color: var(--border-pink-hover);
        color: var(--text-white);
    }

.btn-green {
    background-color: var(--bg-green);
    border-color: var(--border-green);
    color: var(--text-white);
}

    .btn-green:hover {
        background-color: var(--bg-green-hover);
        border-color: var(--border-green-hover);
        color: var(--text-white);
    }

.btn-white {
    background-color: var(--bg-white);
    border-color: var(--border-light);
    color: var(--body-color);
}

    .btn-white:hover {
        background-color: var(--bg-white-hover);
        color: var(--body-color);
    }

.btn-danger {
    background-color: var(--bg-danger);
    border-color: var(--border-danger);
    color: var(--btn-danger-color);
}

    .btn-danger:hover {
        background-color: var(--bg-danger-hover);
        border-color: var(--border-danger-hover);
        color: var(--btn-danger-color);
    }

.btn {
    transition: all 0.25s ease-in-out;
}

.btn-default {
    padding: 4px 10px 5px;
    font-size: 14px;
    line-height: 1;
    border-radius: var(--border-radius-sm);
    color: var(--btn-color);
}

.btn-sm {
    padding: 3px 10px;
}

table td .btn.btn-sm {
  font-size: 11px;
  padding: 0.25rem 0.5rem;
}

.text-success {
    color: #2b9e0e !important;
}

.topbar-icons {
    margin-top: 20px;
}

    .topbar-icons a {
        margin-right: 10px;
    }

.chooseRole h3 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 300;
}

.chooseRole .role-widget {
    background: #fbf2fd;
    cursor: pointer;
    padding: 15px 5px;
}

    .chooseRole .role-widget .card-body {
        padding: 15px 0;
    }

.chooseRole .role-1 i {
    color: #f3a8f1;
}

.chooseRole .role-1:hover i {
    color: #eb74e8;
}

.chooseRole .role-2 i {
    color: #edcb7e;
}

.chooseRole .role-2:hover i {
    color: #e5b13b;
}

.chooseRole .role-3 i {
    color: #9abef5;
}

.chooseRole .role-3:hover i {
    color: #6196e7;
}

.chooseRole .role-4 i {
    color: #9eed7e;
}

.chooseRole .role-4:hover i {
    color: #65e92f;
}

.chooseRole .role-5 i {
    color: #ed907e;
}

.chooseRole .role-5:hover i {
    color: #e95d2f;
}

.table td.initiated-col {
    background-color: #e5f6ff;
}

.table td.wip-col {
    background-color: #fff0e9;
}

.table td.draft-col {
    background-color: #f8daff;
}

.table td.signed-col {
    background-color: #dcffd3;
}

.table td.waiting-col {
    background-color: #fff8da;
}

.table td.aging-col {
    background-color: #f0f0f0;
}

.table td.pending-col {
    background-color: #fff8da;
}

#successModal .success-icon i {
    font-size: 60px;
}

#ErrorModal .success-icon i {
    font-size: 60px;
}

.logo-white, .color-white-to-black .logo-normal, .color-white-to-black-yellow .logo-normal {
    display: none;
}

.color-white-to-black .logo-white, .color-white-to-black-yellow .logo-white {
    display: block;
}

.new-request-form .outcome-col {
    border-left: solid 1px #ccc;
    min-height: 360px;
}

.new-request-form .form-check-input[type=checkbox] {
    border-color: #ccc;
}

.table .simple-check {
    padding-left: 0;
    text-align: center;
}

    .table .simple-check .form-check-input {
        margin-left: 0;
        float: none;
        width: 16px;
        height: 16px;
    }

.todo-list-cntr .todo-row {
    background-color: var(--bg-white);
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px var(--border-light);
    display: flex;
    justify-content: space-between;
}

    .todo-list-cntr .todo-row .form-check {
        margin: 0 10px 0 0;
    }

        .todo-list-cntr .todo-row .form-check .form-check-input {
            height: 16px;
            width: 16px;
            border-color: #333;
        }

    .todo-list-cntr .todo-row h5 {
        margin: 0;
        font-size: 16px;
        color: var(--text-darkblue);
    }

    .todo-list-cntr .todo-row p {
        margin: 0;
        font-size: 12px;
        color: var(--body-color);
    }

.dataTables_wrapper div.dt-buttons {
  float: left;
  margin: 0px 0px 10px;
}

    .dataTables_wrapper div.dt-buttons .btn {
        padding: 3px 15px 4px;
        font-size: 13px;
        border-radius: 4px;
    }

    /* .dataTables_wrapper div.dt-buttons .buttons-excel {
        background-color: var(--bg-grey);
        border-color: var(--border-success);
        color: var(--btn-color);
    } */

        /* .dataTables_wrapper div.dt-buttons .buttons-excel:hover {
            background-color: var(--bg-green-hover);
            border-color: var(--border-green-hover);
        } */

.dataTables_wrapper div.dataTables_info {
    float: left;
    padding-top: 10px;
}

.dataTables_wrapper div.dataTables_paginate {
    float: right;
    padding-top: 10px;
}

div.dt-button-collection .dt-button {
  border: 1px solid rgba(0, 0, 0, 0.3);
 
}
div.dt-button-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.side-nav-open #main-Content-Wrapper {
    padding-left: 240px;
}

.side-nav-open .side-nav-wrapper {
    z-index: 1;
    width: 240px;
}

.side-nav-open .side-nav-wrapper .side-nav-menu-holder {
    left: 0;
    padding-top: 40px;
}

.side-nav-open .side-nav-wrapper .side-nav-menu-holder ul.side-menu-list li.master-label > a {
    font-size: 12px;
}

.badge {
    font-weight: normal;
}

.bootstrap-select .no-results {
    font-size: 12px;
}

.predefined-dropdown {
    padding: 0;
    border-radius: 0;
}

    .predefined-dropdown li + li {
        border-top: solid 1px #dbdbdb;
    }

    .predefined-dropdown .dropdown-item {
        font-size: 13px;
        background: #f8f9fa;
    }

        .predefined-dropdown .dropdown-item:hover {
            background-color: #84b0dd;
            color: #fff;
        }

table td .btn.dropdown-toggle {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
}

table td .btn-action.dropdown-toggle {
    border: solid 1px var(--border-primary);
    color: var(--text-primary);
    border-radius: 2px;
    font-size: 16px;
}

    table td .btn-action.dropdown-toggle:after {
        display: none;
    }

    table td .btn-action.dropdown-toggle:hover {
        background-color: var(--bg-primary);
        color: var(--text-black);
    }

table td .icon-btn {
    font-size: 16px;
    line-height: 1;
}

table td ul.action-dd-menu {
    padding: 0;
    min-width: 100px;
    border-radius: 0;
}

.view-log {
    padding: 0 0 20px;
}

    .view-log ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        position: relative
    }

        .view-log ul:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 5%;
            transform: translateY(-50%);
            border-top: 1px solid #d8d8d8;
            width: 90%;
            padding-bottom: 5px;
            margin-top: -25px
        }

        .view-log ul li {
            position: relative;
            padding: 40px 0 0;
            text-align: center;
            flex: 1 1 0;
        }

            .view-log ul li:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                padding: 5px;
                border-radius: 100%;
                margin-top: -28px;
                z-index: 2;
                background: #fff;
                border: solid 6px #d8d8d8;
            }

            .view-log ul li.finished:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateY(-50%);
                margin-top: -28px;
                background: #8bc34a;
                z-index: 1;
                width: 105%;
                height: 4px;
            }

            .view-log ul li:last-child.finished:after {
                display: none;
            }

            .view-log ul li.finished:before {
                border-color: #8bc34a;
            }

            .view-log ul li.currentStage:before {
                border-color: #24b0f0
            }

            .view-log ul li span.statusTitle {
                min-height: 32px;
                display: block;
                font-size: 13px;
                line-height: 16px;
                color: #d8d8d8;
            }

            .view-log ul li.finished span.statusTitle, .view-log ul li.currentStage span.statusTitle {
                color: #555;
            }

            .view-log ul li span.statusDate {
                font-size: 11px;
                font-style: italic;
                margin-top: 2px;
                display: block;
                color: #e57816;
            }

/*Default Card*/
.default-card {
    border-radius: var(--border-radius-sm);
    border-color: var(--border-light);
    background-color: var(--card-bg);
    color: var(--card-color);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .default-card .card-header {
        background-color: var(--card-bg);
        border-bottom-color: var(--border-light);
        padding: 15px 15px 15px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

        .default-card .card-header:before {
            content: "";
            width: 6px;
            height: 70%;
            position: absolute;
            left: 10px;
            top: 15%;
            border-radius: 3px;
            background-color: var(--bg-darkblue);
        }

        .default-card .card-header .card-title {
            font-size: 16px;
            margin: 0;
            color: var(--heading-color);
        }

        .default-card .card-header .bootstrap-select > .dropdown-toggle {
            height: 30px;
            padding: 4px 10px;
        }

    .default-card .card-body {
        padding-left: 15px;
    }

/*Dashboard Card*/
.dashboard-card {
    transition: all 0.3s ease-in-out;
    border: solid 1px var(--border-light);
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    color: var(--card-color);
    background-color: var(--dash-card-bg);
}

    .dashboard-card:hover {
        transform: translateY(calc(-1.5rem / 5));
    }

    .dashboard-card .card-body {
        padding: 12px;
        border-radius: 4px;
        background-color: var(--dash-card-bg);
    }

    .dashboard-card .card-body-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .dashboard-card .card-body .card-title {
        font-size: 13px;
        margin-bottom: 0;
        font-family: 'Lato';
        font-weight: normal;
    }

    .dashboard-card .card-body .card-number {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .dashboard-card .card-info {
        padding-right: 10px;
    }

    .dashboard-card .icon-bg {
        background-color: #333;
        display: block;
        border-radius: 4px;
        color: var(--text-white);
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .dashboard-card.active {
        border-color: #0088dd;
    }

        .dashboard-card.active:after {
            content: '\f0d7';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            bottom: -21px;
            left: 50%;
            font-size: 24px;
            margin-left: -7px;
            color: #0088dd;
        }

    .dashboard-card.card-lightblue .card-number {
        color: var(--lightblue-card-color);
    }

    .dashboard-card.card-lightblue .icon-bg {
        background-color: var(--lightblue-card-bg);
    }

    .dashboard-card.card-blue .card-number {
        color: var(--blue-card-color);
    }

    .dashboard-card.card-blue .icon-bg {
        background-color: var(--blue-card-bg);
    }

    .dashboard-card.card-green .card-number {
        color: var(--green-card-color);
    }

    .dashboard-card.card-green .icon-bg {
        background-color: var(--green-card-bg);
    }

    .dashboard-card.card-red .card-number {
        color: var(--red-card-color);
    }

    .dashboard-card.card-red .icon-bg {
        background-color: var(--red-card-bg);
    }

    .dashboard-card.card-orange .card-number {
        color: var(--orange-card-color);
    }

    .dashboard-card.card-orange .icon-bg {
        background-color: var(--orange-card-bg);
    }

    .dashboard-card.card-purple .card-number {
        color: var(--purple-card-color);
    }

    .dashboard-card.card-purple .icon-bg {
        background-color: var(--purple-card-bg);
    }

/*Table Style 1*/
.table-default {
    border: solid 1px #e4e6e8;
    border-radius: 5px;
    border-collapse: separate !important;
    border-spacing: 0;
}

    .table-default thead tr:first-child {
        border-radius: 5px 5px 0 0;
    }

        .table-default thead tr:first-child th:first-child {
            border-radius: 5px 0 0 0;
        }

        .table-default thead tr:first-child th:last-child {
            border-radius: 0 5px 0 0;
        }

    .table-default tbody tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    .table-default tbody tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    .table-default tbody tr td,
    .table-default thead tr th {
        border-right-width: 1px;
        border-left-width:0px;
        border-bottom: solid 1px #e4e6e8;
        padding: 10px 5px;
        vertical-align: middle;
        line-height: 1.25;
        color: #000;
    }

    table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td{    border-top-width: 0px;}
    table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
        border-left-width: 0px;
    }

    .table-default tbody tr:last-child td {
        border-bottom: 0;
    }

    .table-default thead tr th {
        font-weight: 600;
        color: var(--heading-color);
        padding: 12px 5px;
    }

    .table-default .sr-num {
        width: 30px;
        height: 30px;
        line-height: 28px;
        display: block;
        margin: auto;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        background-color: var(--bg-primary);
        color: var(--text-white);
    }

    .table-default .action-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        background-color: var(--action-btn-bg);
        color: var(--action-btn-color);
        text-decoration: none;
    }

        .table-default .action-btn:hover {
            background-color: var(--action-btn-bg-hover);
            color: var(--action-btn-color-hover);
        }

        .table-default .action-btn.delete-btn {
            background-color: var(--action-btn-bg-danger);
            color: var(--text-danger);
        }

            .table-default .action-btn.delete-btn:hover {
                color: var(--text-danger-hover);
            }

        .table-default .action-btn + .action-btn {
            margin-left: 5px;
        }

.table td .status-tag {
    display: inline-block;
    padding:0.35em 0.65em ;
    text-align: center;
    border-radius: 0.375rem;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 11px;
    position: relative;
}

    .table td .status-tag.initiated {
        background-color: var(--status-initiated-bg);
    }
    .table td .status-tag.initiated:before{content: "";}

    .table td .status-tag.wip {
        background-color: var(--status-wip-bg);
    }

    .table td .status-tag.need-clarification {
        background-color: var(--status-clarification-bg);
    }

    .table td .status-tag.signed {
        background-color: var(--status-signed-bg);
        color: var(--text-white)
    }

    .table td .status-tag.waiting {
        background-color: var(--status-waiting-bg);
    }

    .table td .status-tag.aging {
        background-color: var(--status-aging-bg);
    }

/*Modal*/
.confirm-modal .modal-dialog {
    max-width: 500px;
}

.confirm-modal .modal-dialog .modal-content {
    border: 0;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
}

.confirm-modal .modal-body {
    text-align: center;
    padding: 30px;
}

.confirm-modal .modal-body .confirm-icon {
    font-size: 100px;
    line-height: 1;
    color: var(--text-primary);
}

.confirm-modal .modal-body .heading-text {
    font-size: 26px;
    color: var(--body-color);
    margin: 15px 0;
}

.confirm-modal .modal-body p {
    font-size: 16px;
    color: var(--body-color);
}

.modal .modal-header {
    padding: 10px 15px;
    background-color: var(--bg-light);
}

.modal .modal-header .modal-title {
    color: var(--heading-color);
    font-size: 14px;
}

.modal .modal-content {
    color: var(--body-color);
}

.modal .modal-header .btn-close {
    opacity: 1;
    background: var(--btn-close-bg);
    background-size: 50% 50%;
}
/*Form*/
.form-group {
    margin-bottom: 10px;
}

.form-control,
.form-select {
    height: 30px;
    line-height: 1;
    font-size: 13px;
    background-color: var(--bg-white);
    border-color: var(--form-control-border);
    border-radius: 4px;
}

textarea.form-control {
    height: 200px;
    line-height: 1.4;
    resize: none;
}

textarea.form-control-lg {
    height: 100px;
}

.form-control[type=file] {
    line-height: 1.6;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--border-primary);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--placeholder-color);
}

.form-control[readonly],
.form-control[disabled],
.bootstrap-select > .dropdown-toggle.disabled {
    background-color: var(--bg-input-disabled);
    opacity: 0.9;
}

.bootstrap-select .bs-actionsbox .btn-group button {
    font-size: 13px;
    background: var(--bs-action-btn-bg);
    border: var(--bs-action-btn-border);
    color: var(--body-color);
}

    .bootstrap-select .bs-actionsbox .btn-group button:hover {
        background: var(--bs-action-btn-bg-hover);
    }

.form-label {
    font-weight: 600;
    font-size: 13px;
    color: var(--heading-color);
    margin-bottom: 2px;
}

.daterange-single, .activateCalender {
    padding-right: 30px;
    background-image: url(../images/calender-icon.png);
    background-repeat: no-repeat;
    background-position: 97% 5px;
}

.dropdown-menu {
    background: var(--dropdown-menu-bg);
}

    .dropdown-menu .dropdown-item {
        color: var(--dropdown-item-color);
        background: var(--dropdown-item-bg);
        font-size: 13px;
    }

        .dropdown-menu .dropdown-item + .dropdown-item, .dropdown-menu li + li {
            margin-top: 2px;
        }

        .dropdown-menu .dropdown-item:hover {
            color: var(--dropdown-item-color-hover);
            background: var(--dropdown-item-bg-hover);
        }

        .dropdown-menu .dropdown-item.active {
            color: var(--dropdown-item-color-active);
            background: var(--dropdown-item-bg-active);
        }

.bootstrap-select > .dropdown-toggle {
    background-color: var(--bg-white);
    color: var(--body-color);
    border-color: var(--form-control-border);
    font-size: 14px;
    border-radius: 4px;
    padding: .275rem .75rem;
}

.bs-searchbox .form-control {
    height: 30px;
    font-size: 13px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 13px;
}

.bootstrap-select .dropdown-item:hover {
    background-color: var(--cs-dropdown-item-hover-bg);
    color: var(--cs-dropdown-item-hover-color);
}

.bootstrap-select .dropdown-item.active {
    background-color: var(--cs-dropdown-item-active-bg);
    color: var(--cs-dropdown-item-active-color);
}

.wickedpicker {
    width: 150px;
    height: 105px;
}

.wickedpicker__title {
    padding: 6px 10px 5px;
    background-color: var(--bg-white);
    color: var(--body-color);
}

.wickedpicker__controls {
    padding: 0;
    background-color: var(--bg-white);
    color: var(--body-color);
}

.wickedpicker__close {
    font-weight: bold;
    font-size: 18px;
    color: #071bea;
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
    color: #9ca0a4;
}

.daterangepicker, .daterangepicker .calendar-table, .daterangepicker td.off, .daterangepicker td.off.in-range,
.daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background: var(--bg-white);
}

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        border-color: var(--border-primary);
    }

.fh-file-picker .fh-file-select {
    display: block;
    width: 100%;
    background: var(--bg-white);
    border: 1px dashed var(--border-primary);
    color: var(--text-primary);
    font-weight: 600;
    padding: 30px 15px;
    margin-bottom: 15px;
}

    .fh-file-picker .fh-file-select:hover {
        background-color: var(--bg-primary);
        color: #fff;
    }

    .fh-file-picker .fh-file-select:disabled {
        background-color: #f2f2f2;
        cursor: not-allowed;
    }

.fh-file-picker .fh-file-accept, .fh-file-picker .fh-file-limit {
    display: block;
    padding: 0 0 5px;
}

.fh-file-picker .fh-file-list {
    padding-top: 10px;
}

.fh-file-picker .fh-file-msg {
    clear: both;
    font-weight: 600;
}

.fh-file-picker .fh-file-box {
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    background-color: var(--bg-light-blue);
    color: var(--body-color);
    float: left;
    width: 22%;
    margin: 0 1.5% 2%;
}

.fh-file-picker .fh-file-invalid {
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 3px;
    color: #e6533c;
    background: #fcedeb;
}

.fh-file-box > span.fh-file-info {
    display: flex;
    align-items: center;
    word-break: break-word;
    min-height: 40px;
    font-family: 'Calibri', sans-serif;
    line-height: 1.25;
}

    .fh-file-box > span.fh-file-info > i {
        margin-left: 0;
        font-size: 30px;
        color: var(--text-primary);
    }

.fh-file-box > div.fh-file-toolbar {
    position: absolute;
    top: -9px;
    right: -9px;
}

.fh-file-picker .fh-file-box .fh-file-remove {
    font-size: 14px;
    padding: 3px 2.25px;
    background: #ff4d07;
    border-radius: 50%;
}

.fh-file-box > div.fh-file-toolbar > span.fh-file-remove > i {
    color: #fff;
}

.fh-file-block > .fh-file-accept > .fh-tag, div.fh-file-block > .fh-file-limit > .fh-tag {
    color: var(--body-color);
    padding: 0;
    background: none;
}



.btn-sr {
  font-size: 11px;
  padding: 0.25rem 0.5rem;
}

/*Deactivate Request*/
.default-card .card-body .card-midheader {
    background-color: var(--card-bg);
    border-bottom: solid 1px;
    border-bottom-color: var(--border-light);
    padding: 15px 15px 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 -15px 15px;
}

    .default-card .card-body .card-midheader:before {
        content: "";
        width: 6px;
        height: 70%;
        position: absolute;
        left: 10px;
        top: 15%;
        border-radius: 3px;
        background-color: var(--bg-darkblue);
    }

    .default-card .card-body .card-midheader .card-title {
        font-size: 16px;
        margin: 0;
        color: var(--heading-color);
    }

.candidate-timeline {
    padding: 0;
}

    .candidate-timeline .timeline-step {
        position: relative;
        padding: 0 0 25px;
        display: flex;
        overflow: hidden;
    }

        .candidate-timeline .timeline-step:after {
            content: '';
            width: 2px;
            height: 100%;
            position: absolute;
            left: 19px;
            top: 38px;
            background-color: #0d82fd;
        }

        .candidate-timeline .timeline-step .step-num {
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 34px;
            text-align: center;
            margin-right: 35px;
            background-color: #fff;
            border: solid 2px #0d82fd;
            border-radius: 50%;
        }

        .candidate-timeline .timeline-step .step-details {
            background: #f9fbfc;
            border-radius: 5px;
            padding: 15px 20px;
            position: relative;
            box-shadow: 2px 2px 4px 0px rgba(135,135,135,0.5);
            min-width: 300px;
        }

            .candidate-timeline .timeline-step .step-details:before {
                content: '\f0d9';
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                font-size: 26px;
                line-height: 1;
                position: absolute;
                left: -10px;
                top: 9px;
                color: #0d82fd;
            }

        .candidate-timeline .timeline-step.pending-step {
            opacity: 0.7;
        }

            .candidate-timeline .timeline-step.pending-step .step-details:before {
                color: #989ea4;
            }

        .candidate-timeline .timeline-step .timeline-date {
            font-weight: 500;
            font-size: 13px;
            margin-bottom: 0;
        }

        .candidate-timeline .timeline-step .step-icon {
            position: absolute;
            top: 50%;
            margin-top: -18px;
            right: 15px;
            margin-bottom: 0;
            width: 32px;
            height: 32px;
        }


.experience {
    border-left: 3px solid #0d82fd;
    padding: 0 30px;
    margin-left: 120px;
}

@media (max-width: 767px) {
    .experience {
        margin-left: 0;
        padding-right: 0;
    }
}

.experience .item {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    background: #f9fbfc;
    padding: 15px;
    box-shadow: 2px 2px 4px 0px rgba(135,135,135,0.5);
}

    .experience .item::before {
        content: "";
        position: absolute;
        left: -43px;
        top: 0;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #0d82fd;
    }

    .experience .item::after {
        content: "";
        position: absolute;
        left: -37px;
        top: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #009688;
    }

.experience .company-name {
    color: #333;
}

.experience .location {
    position: absolute;
    right: 15px;
    top: 18px;
}

    .experience .location .fa {
        margin-right: 8px;
    }

.experience .job-info {
    position: absolute;
    left: -140px;
    top: 2px;
    text-align: right;
    width: 80px;
    font-style: italic;
}

    .experience .job-info .title {
        color: #333;
    }

@media (max-width: 767px) {
    .experience .job-info {
        position: static;
        margin-bottom: 1rem;
    }
}

.experience .item.completed:after {
    background: #3ce11e;
}

.experience .item.in-progress:after {
    background: #edbc08;
}

.experience .item.pending:after {
    background: #08ede2;
}


/******************************/
/*******   Media Query  *******/

@media (max-width:1024px) {
    .logo-brand {
        font-size: 14px;
    }

    .accessibility {
        display: none;
    }
}

@media (max-width: 767px) {
    .progressIMG-Card h6 {
        margin-top: 15px;
    }

    .side-nav-wrapper .side-nav-menu-holder {
        display: none;
        position: absolute;
        width: 100%;
        top: 110px;
        height: calc(80vh - 130px);
    }

    .header-top-wrapper .location-wrapper {
        width: 315px;
    }

    .location-list-wrpapper .form-check-label {
        float: left
    }

    .location-list-wrpapper .form-check {
        width: 50%;
        margin-bottom: 10px;
    }

    .search-select-cat {
        width: auto;
        border: 0px
    }

    .search-catelogue {
        display: block !important;
        text-align: center;
    }

    .search-catelogue-btn {
        margin: 10px 0 0px 0
    }

    .search-catelogue .fa-search {
        display: none;
    }

    .side-nav-wrapper .side-nav-menu-holder .brand-wrapper {
        display: none;
    }

    .side-nav-wrapper .side-nav-menu-holder .sidebar-nav {
        height: calc(80vh - 150px);
    }

    .side-nav-wrapper .side-nav-menu-holder hr {
        display: none;
    }

    .side-nav-wrapper.open .side-nav-menu-holder {
        display: block;
    }

    .form-group.input-box {
        margin-bottom: 6px;
    }

    .home-nav-tab {
        margin-top: 0;
        top: 0px
    }
}

@media (max-width:582px) {
    .manageLeftTop {
        margin-bottom: 20px;
    }

    .blue-nav {
        display: block;
        margin-bottom: 10px;
    }

        .blue-nav .nav-link {
            margin-bottom: 10px;
            margin-right: 10px;
            min-width: 100%;
            width: 100%;
        }
}

@media (max-width: 415px) {

    .accessibility {
        display: none;
    }

    .top-search {
        position: relative;
        width: 250px;
        margin: 10px 0;
    }

    .search-purchase {
        position: relative;
    }

        .search-purchase input {
            background: #f3f3f3;
            font-size: 12px;
            width: 250px;
        }

    .search-catelogue .form-control {
        width: 100%;
    }

    .side-nav-wrapper .side-nav-menu-holder {
        top: 125px;
        height: calc(70vh - 130px);
    }

        .side-nav-wrapper .side-nav-menu-holder .sidebar-nav {
            height: calc(70vh - 150px);
        }

    .top-bar-nav {
        display: block !important;
        margin: 0px;
        padding: 0px
    }

    .search-row {
        display: block;
    }

        .search-row .form-group {
            display: block !important;
            margin-bottom: 10px !important;
        }

    .internal-page {
        padding: 0px;
    }

    .recruiterTab.nav-tabs .nav-item {
        width: 100%
    }

    .product-image {
        text-align: center;
    }

    .search-catelogue {
        top: 0px;
        margin-bottom: 20px;
    }

        .search-catelogue .form-control {
            margin-bottom: 10px;
            margin-right: 0px;
        }

    .top-bar-nav .profile-nav {
        text-align: center;
    }

    .latest-pr .d-flex {
        display: block !important;
    }

    .accessibility {
        display: none !important;
    }

    .latest-pr .form-control, .latest-pr .customSelect {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .pr-button-position {
        margin-top: 0px;
    }

    .logo-brand {
        font-size: 14px;
    }

    .hamburger-main-menu {
        margin-right: 5px !important;
    }

    .selected-geo {
        margin-bottom: 15px;
        text-align: center;
    }
}
