::placeholder {
    opacity: 0.4 !important;
}

/* Overriding Bootstrap classes */
.container {
    max-width: unset;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff4612;
    --bs-btn-border-color: #ff4612;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e84416;
    --bs-btn-hover-border-color: #d24219;
    --bs-btn-focus-shadow-rgb: 255, 104, 61;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d24219;
    --bs-btn-active-border-color: #bb401d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff4612;
    --bs-btn-disabled-border-color: #ff4612;
}

.btn-outline-primary {
    --bs-btn-color: #ff4612;
    --bs-btn-border-color: #ff4612;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff4612;
    --bs-btn-hover-border-color: #ff4612;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff4612;
    --bs-btn-active-border-color: #ff4612;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff4612;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff4612;
    --bs-gradient: none;
}

.btn-light-o {
    --bs-btn-color: #ff4612;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #ff4612;
    --bs-btn-hover-color: #ff4612;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #d24219;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #ff4612;
    --bs-btn-active-bg: #d3d4d5;
    --bs-btn-active-border-color: #bb401d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff4612;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #ff4612;
}

.btn.btn-light.dropdown-toggle {
    text-align: left;
    background-color: #ffffff !important;
    border-color: #dee2e6 !important;
}

.nav-link {
    cursor: pointer;
}

    .nav-link.active {
        cursor: unset;
    }

.form-check-input:checked {
    background-color: #ff4612;
    border-color: #ff4612;
}

.progress-bar {
    background-color: #ff4612;
}

/* Overriding Flatpickr classes */
.flatpickr-day.selected {
    background: #ff4612;
    border-color: #ff4612;
}

    .flatpickr-day.selected:focus, .flatpickr-day.selected:hover {
        background: #e84416;
        border-color: #e84416;
    }

/* Common Styles */
.body-container {
    background-color: #f4f6f5;
    overflow-y: scroll;
}

.role-title {
    display: block;
    color: #3b4542;
    font-family: 'Arial black', sans-serif;
    font-size: 28px;
    white-space: nowrap;
    margin-left: 12px;
    margin-bottom: 16px;
}

.page-title {
    display: block;
    color: #3b4542;
    font-family: 'Arial black', sans-serif;
    font-size: 26px;
}

.section-title {
    display: block;
    color: #3b4542;
    font-family: 'Arial black', sans-serif;
    font-size: 24px;
    margin-bottom: 6px;
}

.page-link {
    color: #ff4612;
}

    .page-link:hover {
        color: #3b4542;
    }

    .active > .page-link, .page-link.active {
        color: #fff;
        background-color: #ff4612;
        border-color: #ff4612;
    }

.btn-bold {
    font-weight: 600 !important;
}

.btn-link-o {
    color: #ff4612 !important;
    font-weight: 600 !important;
    text-decoration: none;
    padding: 0px;
}

.icon-btn {
    color: #3b4542;
}

    .icon-btn:hover {
        color: #1f1f1f;
    }

.table-container {
    position: relative;
    min-height: 500px;
    border-width: 1px;
    border-color: #adb5bd;
    border-style: solid;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.table {
    margin-bottom: 0rem !important;
}

    .table > tbody > tr:last-child {
        border-bottom: none;
    }

    .table > tbody > tr > td:first-child {
        border-left: none;
    }

    .table > tbody > tr > td:last-child {
        border-right: none;
    }

.search-box {
    min-width: 176px;
}

.datepicker {
    cursor: pointer;
    margin-left: unset !important;
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.drag-and-drop-area-focused {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.attachment {
    width: 200px;
    cursor: default;
}

    .attachment > .card-header {
        font-size: 14px;
        font-weight: 600;
    }

/* Spinners & Loading */
.app-spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    z-index: 2000;
}

.app-spinner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.app-spinner-message {
    font-size: 22px;
}

.card-loading {
    position: absolute;
    inset: 0;
    background-color: #60646832;
    border-radius: 0.375rem;
    text-align: center;
}

    .card-loading > i {
        position: relative;
        top: 50%;
        color: #ff4612;
        font-size: 64px;
        margin-top: -32px;
    }

.table-loading {
    position: relative;
    text-align: center;
}

    .table-loading > i {
        position: absolute;
        top: 88px;
        color: #ff4612;
        font-size: 64px;
        margin-left: -32px;
    }

/* Audit History */
.history {
    position: relative;
}

    .history::after {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #ff5d2f;
        top: 1px;
        left: 2px;
        bottom: 17px;
    }

.history-item {
    padding: 0px 24px;
    position: relative;
}

    .history-item::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #ff5d2f;
        border: 4px solid white;
        top: 1px;
        left: -8px;
        border-radius: 50%;
        z-index: 1;
    }

/* Audit Score Details */
.score-details {
    position: relative;
}

    .score-details::after {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #a7aeac;
        top: 1px;
        left: 2px;
        bottom: 17px;
    }

.score-details-item {
    padding: 0px 24px;
    position: relative;
}

    .score-details-item::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #a7aeac;
        border: 4px solid white;
        top: 1px;
        left: -8px;
        border-radius: 50%;
        z-index: 1;
    }
