@font-face {
    font-family: 'Futura';
    src: url('./../fonts/Futura-Medium.woff2') format('woff2'),
        url('./../fonts/Futura-Medium.woff') format('woff'),
        url('./../fonts/Futura-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 600;
    src: local('Futura Demi'), url('./../fonts/FuturaCyrillicDemi.woff') format('woff');
}


@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    src: local('Futura Heavy'), url('./../fonts/FuturaCyrillicHeavy.woff') format('woff');
}

body {
    font-family: 'Futura';
    font-weight: 500;
    background-color: #fffefe;
    font-weight: normal;
    font-style: normal;
}

.progress-bar {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    overflow: hidden;
    flex-direction: row;
}

.stage {
    flex-grow: 1;
    width: 20%;
    position: relative;
    text-align: center;
    margin: 0 5px;
}

.stage-number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #ddd;
    color: black;
    display: inline-block;
    font-size: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}



.stage-text {
    font-size: 16.8px;
    font-weight: bold;
    font-variant: small-caps;
    /* Setting the text to small caps */
}

.stage::before,
.stage::after {
    content: '';
    position: absolute;
    top: 22.5px;
    height: 4px;
    background-color: #ddd;
    z-index: -1;
    transform: translateY(-50%);
}

.stage::before {
    left: -50%;
    width: 50%;
}

.stage::after {
    right: -50%;
    width: 50%;
}

.stage:first-child::before {
    display: none;
}

.stage:last-child::after {
    display: none;
}

.stage.completed .stage-number {
    background-color: #4CAF50;
    color: white;
}

.stage.completed::before,
.stage.completed::after {
    background-color: #4CAF50;
}

.stage.active .stage-number {
    background-color: orange;
    color: white;
}

.stage.active::before {
    background-color: #4CAF50;
}

.stage.rejected .stage-number {
    background-color: red;
    color: white;
}

.stage.rejected::before {
    background-color: #4CAF50;
}


.cards-container {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.collapsible-card {
    width: 100%;
    /* Adjusted to fit three cards */
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.card-header {
    background-color: #f2f2f2;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-content {
    display: none;
    /* This ensures content is hidden initially */
    padding: 10px;
}

.carrot {
    font-size: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.rotated {
    transform: rotate(180deg);
}

.fa-phone {
    color: black;
    /* Change the icon color */

}

#vendorGoodsDatatable .profile-circle.wh-60 {
    padding: 6px 8px;
}

#vendorGoodsDatatable .hide_column {
    display: none;
}

.uv-invoice .modal-header {
    background: #0BA609;
    /* color:#ffffff; */
}

.uv-invoice .modal-body,
.uv-invoice .modal-body .list-group .list-group-item {
    background-color: #426E75;
    color: #ffffff;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-smoky-black {
    background: #070600;
}

.bg-card-body {
    background: #426E75;
}

.bg-orange {
    background-color: #D08A49;
    --bs-bg-opacity: 1;
}

.bg-card-Active-header {
    background: #012241 !important;
}

.bg-card-Draft-header {
    background: #989696;
}

.bg-card-Paid-header {
    background: #017132;
}

.bg-card-Pending_FMS_Payment-header {
    background: #0BA609;
}

.bg-card-Pending_RCC_Approval-header {
    background: #D08A49;
}

.bg-card-Pending_FMS_Approval-header,
.bg-card-FMS_Approved-header {
    background: #0B9ABE;
}

.bg-card-RCC_Rejected-header,
.bg-card-FMS_Rejected-header {
    background: #F7202E;
}

.bg-card-Split_Purchase_Request-header {
    background: #4843ec;
}

.btn-view {
    background: #385796 !important;
    color: #fff;
    border-color: #385796;
}

.btn-clock {
    background: #01A274 !important;
    color: #fff;
    border-color: #01A274;
}

.btn-red {
    background: #F7202E !important;
    color: #fff;
    border-color: #F7202E;
}

.custom-progress-header .progress-bar {
    margin: 0;
}

.bg-light-green {
    background: #cdf1b9;
}

.bg-light-blue {
    background: #aeccf6;
}

.bg-light-orange {
    background: #f8c471;
}

.border-light-green {
    border: 8px solid #cdf1b9;
}

.border-light-blue {
    border: 8px solid #aeccf6;
}

.border-light-orange {
    border: 8px solid #f8c471;
}

.btn-Split_Purchase_Request {
    min-width: 196px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #4843ec;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4843ec;
    --bs-btn-hover-border-color: #4843ec;
}

/**/
.ft-14 {
    font-size: 14px
}

.ft-16,
.form-group label.form-label.ft-16 {
    font-size: 16px;
}

.ft-22 {
    font-size: 22px;
}

.ft-24 {
    font-size: 24px;
}

.ft-18 {
    font-size: 18px;
}

.ox-color {
    background-color: #012241 !important;
}

.ox-bg-blue {
    background-color: #385796 !important;
}

.ox-color-blue {
    background-color: #385796 !important;
}

.select-arrow-color {
    color: #012241 !important;
}

.grey-border {
    background-color: #7A999E !important;
}

.grey-border-color {
    border-color: #7A999E !important;
}

.custom-toggle {
    right: 15px !important;
    cursor: pointer;
    z-index: 10;
}

.custom-toggle:hover {
    color: #495057;
}

.border-ox-blue {
    border-color: #012241 !important;
}

.btn-lg-blue,
button.swal2-confirm.swal2-styled {
    background-color: #385796;
}

.py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.icon-circle-white {
    width: 13.3px;
    height: 13.3px;
    color: inherit;
    line-height: 24px;
    font-size: 11px;
}

.custom-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
    padding-right: 2.5rem;
}

.service-form-group {
    background: #F9F1E6;
    padding: 10px;
    border-radius: 15px;
}

.list-group-item.list-item-gp {
    border: none;
    border-bottom: 1px solid #01224180;
}

.bg-color-batik {
    background-color: #385796;
}

.text-color-batik {
    color: #385796;
}

#service_rate_form .service-form {
    margin-top: 10px;
}

.addEmployeeForm .form-check-input:checked {
    background-color: #385796;
    border-color: #385796;
}

.custom-select-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

input.form-control::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7A999E;
    font-weight: 500;
}

input.form-control {
    color: #070600;
    font-weight: 500;
}

.hover-btn-lg-blue:hover {
    background-color: #385796 !important;
}

.modal-header button.btn-close.btn-close-whites {
    background-image: url('/assets/img/close-cross.png');
    opacity: 1;
    background-size: 24px 23.72px;
}

.form-control-lg {
    padding: .75rem !important;
    border-radius: 12px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-group label.form-label {
    font-size: 14px;
}

.form-group .form-control,
.form-group span.select2-selection {
    font-size: 16px;
}

.form-group input.form-control {
    background-color: #f7f9f9;
}

button.btn.correction-needed {
    background-color: #DFA32B !important;
}

/** select 2 custom **/
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 24px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 12px;
    height: auto;
    padding: .75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7A999E transparent transparent transparent;
}

.btn-form-action {
    padding: 5px 20px;
    line-height: 22px;
    height: 32px;
}

.btn-form-action img {
    margin-top: -4px;
}

/** Css **/
.bg-card-Active-header-padding {
    padding: 10px 25px;
}

.card.shadow-3-border-0 {
    border: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

.min-h-260 {
    min-height: 260px;
}

@media screen and (max-width: 991px) {
    .profile-circle.wh-50 {
        font-size: 15px;
        padding: 6px 10px;
    }
}

@media (max-width: 820px) {

    #listDatatable.table thead tr th,
    #listDatatable.table tbody tr td,
    #listDatatable.table.dataTable.no-footer {
        border: none;
    }

    #listDatatable.table>:not(caption)>*>* {
        box-shadow: none;
    }

    #vendorGoodsDatatable.table thead tr th,
    #vendorGoodsDatatable.table tbody tr td,
    #vendorGoodsDatatable.table.dataTable.no-footer {
        border: none;
    }

    #vendorGoodsDatatable.table>:not(caption)>*>* {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    #listDatatable_length {
        display: none;
    }

    #vendorGoodsDatatable_length {
        display: none;
    }

    .mobile-mt-10 {
        margin-top: 10px !important;
    }

    .mbl-50 {
        width: 50%;
    }

    .inviteBtn {
        margin-top: 10px;
    }

    .empsearch {
        width: 70%;
    }

    .empinvite-btn {
        width: 30%;
        display: block !important;
    }
}

.bg-custom-footer {
    background-color: #404E5C;
}

.footer-brand {
    font-family: 'Futura', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    line-height: 125%;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14pt;
    line-height: 125%;
}

.footer-link:hover {
    color: #f9f1e6;
}

.footer-logo {
    height: 40px;
}

@media (max-width: 575.98px) {

    .footer-brand,
    .footer-link {
        font-size: 12pt;
    }

    .footer-logo {
        height: 32px;
    }

}