﻿body {
    font-family: 'Open Sans' !important;
}

/* SOW Create page styles */
body {
    background-color: #F7FAFF;
}

.hidden-row {
    display: none !important;
}
.gen-sow-page-content {
    display: flex;
    padding: 35px 40px 0 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 21px 6px rgba(0, 0, 0, 0.03);
    margin-top: 20px;
}

/* ============================================================
   STATUS SUMMARY CONTAINER
============================================================ */
.status-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1.5rem;
}

/* ============================================================
   STATUS CARD BASE
============================================================ */
.status-card {
    width: 150px;
    height: 56px;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s, border 0.2s, box-shadow 0.2s;
    gap: 8px;
}

.text-danger-dark {
    color: #a30000 !important; /* deep dark red */
}


/* Label text */
.status-label {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
}

/* Count text */
.status-count {
    font-size: 1.1rem;
    color: #333;
    font-weight: 700;
}

/* ============================================================
   ACTIVE CARD
============================================================ */
.status-card.active {
    border: 2px solid #007bff;
    background-color: #e6f0ff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* ============================================================
   HOVER EFFECT
============================================================ */
.status-card:hover {
    background-color: #f8f9fa;
    border-color: #007bff;
}

/* ============================================================
   DISABLED CARD (MUST BE LAST)
============================================================ */
.status-card.disabled {
    cursor: none;
    opacity: 0.45 !important;
    pointer-events: none !important;
    background-color: #f1f1f1 !important;
    border-color: #d0d0d0 !important;
    box-shadow: none !important;
}

    .status-card.disabled:hover {
        background-color: #f1f1f1 !important;
        border-color: #d0d0d0 !important;
        cursor: not-allowed !important;
    }

.pending-approval-card {
    width: 220px; /* bigger because text is long */
}

    .pending-approval-card .status-label {
        font-size: 13px;
        white-space: normal; /* allow wrapping */
        line-height: 1.2;
    }

    .pending-approval-card.active {
        border: 2px solid #2f80ed;
        background-color: #f5f9ff;
    }

.pending-approval-card {
    min-width: 200px;
    width: auto;
}

/* ============================================================
   OPTIONAL: Showing X of Y message
============================================================ */
#showingMessage {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
}


.sow-tab-container {
    padding: 24px;
}

.reviewerActivity-box {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.none-added {
    color: #6c757d; /* Bootstrap muted gray */
    font-style: italic;
    font-size: 0.95rem;
}


.summaryinfo-bar {
    display: flex;
/*    height: 64px;*/
    padding: 10px 15px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 0;
    background: white;
    /*background: #E9F1FF;*/
    margin: 0;
    border-bottom: none;
}

.info-bar {
    display: flex;
    height: 64px;
    padding: 10px 15px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #ECF2FE;
    margin: 0; 
    border-bottom: none;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1 0 0;
}

.info-group-tight .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
}

.info-icon {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    color: #071437;
    font-size: 18px;
    line-height: 1;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    color: #696A72;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.info-value {
    color: #071437;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.container-sow {
    margin: 0 auto;
    width: 1440px;
    align-items: normal;
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
}

.form-title {
    padding: 0 40px;
    font-size: 22px;
    font-weight: 700;
    color: #2C3E50;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 24px;
    border: none;
}

.form-content {
    padding: 0 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section {
    margin: 0;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 32px 28px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 18px;
    font-family: "Open Sans";
    font-style: normal;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

    .form-group.full-width {
        grid-column: 1 / -1;
    }

    .form-group label {
        font-size: 13px;
        color: #2C3E50;
        margin-bottom: 6px;
        font-weight: 600;
        font-family: "Open Sans", Arial, sans-serif;
    }

.form-control {
    padding: 10px 14px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    font-size: 14px;
    color: #2C3E50;
    background-color: white;
    font-family: "Open Sans", Arial, sans-serif;
    height: 42px;
}

    .form-control:focus {
        outline: none;
        border-color: #007CAF;
        box-shadow: 0 0 0 3px rgba(0, 124, 175, 0.1);
    }

    .form-control::placeholder {
        color: #9CA3AF;
        font-size: 13px;
    }

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%236B7280' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

textarea.form-control {
    resize: vertical;
    min-height: 140px;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.5;
    height: auto;
}

.char-count {
    font-size: 11px;
    color: #6B7280;
    margin-top: 6px;
    font-family: "Open Sans", Arial, sans-serif;
}

.search-icon {
    position: relative;
}

    .search-icon input {
        padding-right: 48px;
    }

    .search-icon::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        border-radius: 999px;
        border: 1px solid #D1D5DB;
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%236B7280' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

.calendar-icon {
    position: relative;
}

    .calendar-icon input {
        padding-right: 40px;
    }

.button-group {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    padding: 18px 23px 20px;
    border-top: 2px solid #0095D9;
    background-color: #ffffff;
}

    .button-group .btn {
        padding: 10px 26px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        transition: all 0.2s;
        text-decoration: none;
        display: inline-block;
        font-family: "Open Sans", Arial, sans-serif;
    }

.btn-cancel:hover {
    background-color: #EFF6F9;
    border-color: #006090;
    color: #006090;
}

.button-group .btn.btn-primary {
    border-top: 3px solid var(--Global-Main-Blue, #007CAF);
    background-color: var(--Global-White, #007CAF);
    background-image: none;
    color: var(--Global-Main-Blue, #FFF);
    box-shadow: none;
}

.help-text {
    font-size: 12px;
    color: #6B7280;
    margin-top: 4px;
    font-family: "Open Sans", Arial, sans-serif;
}

.inner-box {
    padding: 16px 20px;
    border-radius: 6px;
    border: 1px solid #E5E7EB;
    background-color: #FFFFFF;
}

#kt_app_root {
    overflow-x: hidden !important;
}

.HeaderLog {
    height: 80%;
    width: 80%;
    object-fit: contain;
    object-position: 25% 50%;
    padding-top: 21px;
}

.nav_bg {
    background-color: #005F85 !important;
    color: #ffffff !important;
}

.navtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 26px !important;
    line-height: 35px;
}

.navtitledelegate {
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    color: white;
    margin-left: 20px;
    margin-top: 12px;
    animation: flash 2.5s infinite;
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.subnav_title {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 34px !important;
    margin-bottom: 0px !important;
}

.subnavbar {
    padding: 15px 40px;
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.06) !important;
}

.subnavbar-tabs {
    top: 110px;
    z-index: 1000;
    background-color: #f8f9fa;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.subnav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}

/* Prevent the modal body from creating its own scrollbar */
#rolesModal .modal-body,
#projectsModal .modal-body {
    overflow: visible !important;
    position: relative; /* Keeps dropdown anchored but visible */
}


/* 1. Force the main menu container to never scroll */
#rolesModal .bootstrap-select .dropdown-menu,
#projectsModal .bootstrap-select .dropdown-menu {
    z-index: 1060; /* Higher than modal z-index */
    overflow: hidden !important;
    padding: 0 !important; /* Prevents padding from triggering an outer scrollbar */
    margin: 0 !important;
}

/* 2. Style the inner container as the ONLY scrollable area */
#rolesModal .bootstrap-select .inner,
#projectsModal .bootstrap-select .inner {
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

    /* 3. Ensure the UL doesn't have extra bottom margin causing 'overflow ghosting' */
    #rolesModal .bootstrap-select .inner ul,
    #projectsModal .bootstrap-select .inner ul {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

/* 4. Nuclear option: Hide the scrollbar track on the outer menu if it still appears */
/*#rolesModal .bootstrap-select .dropdown-menu::-webkit-scrollbar,
#projectsModal .bootstrap-select .dropdown-menu::-webkit-scrollbar {
    display: none;
    width: 0;
}*/

#sowsModal,
#sowsModal .modal-content,
#sowsModal .modal-body,
#sowsModal .sow-form-group,
#sowsModal .position-relative {
    overflow: visible !important;
}

.nav_user {
    border-left: 1px solid var(--Tabs-Text-Active, #157599);
    background: var(--Menu-Header---Menu-Color, #004E6A);
    display: flex;
    width: 365px;
    justify-content: end;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.card {
    padding: 20px !important;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03) !important;
    border-radius: 10px !important;
}

.maintitle {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 32px;
    margin-bottom: 15px;
}

.cardtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px;
}

.status-panel {
    align-self: stretch;
    flex: 1 1 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    display: flex;
}

.bg-blue {
    background-color: #F3F4FF;
}

.bg-red {
    background-color: #FFECEE;
}

.bg-green {
    background-color: #E0EFEB;
}

.bg-lightgreen {
    background-color: #E3F3FF;
}

.bg-yellow {
    background-color: #FCF2E5 !important;
}

.text-black {
    color: black !important;
}

.KPI {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .KPI .rectangle {
        position: relative;
        align-self: stretch;
        width: 100%;
        height: 3px;
        background-color: #ffebed;
        border-radius: 5px 5px 0px 0px;
    }

    .KPI .frame-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        padding: 10px 15px 10px 30px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #ffebed;
        border-radius: 0px 0px 5px 5px;
    }

    .KPI .frame {
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        align-self: stretch;
    }

    .KPI .text {
        position: relative;
        flex: 1;
        font-family: "Open Sans-SemiBold", Helvetica;
        font-weight: 600;
        color: var(--textmuted);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .KPI .number-text {
        display: inline-flex;
        align-items: flex-end;
        gap: 7px;
        position: relative;
        flex: 0 0 auto;
    }

    .KPI .number {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Open Sans-SemiBold", Helvetica;
        font-weight: 600;
        color: var(--globalblack);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    .KPI .fa-circle-wrapper {
        flex-direction: column;
        width: 14px;
        padding: 10px 0px;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        align-self: stretch;
    }

    .KPI .fa-circle {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        transform: rotate(-180deg);
        font-family: var(--icons-light-default-font-family);
        font-weight: var(--icons-light-default-font-weight);
        color: var(--textplaceholder-text);
        font-size: var(--icons-light-default-font-size);
        text-align: center;
        letter-spacing: var(--icons-light-default-letter-spacing);
        line-height: var(--icons-light-default-line-height);
        font-style: var(--icons-light-default-font-style);
    }

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.panel {
    margin-top: 35px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}

.primary {
    background-color: #4caf50 !important;
    color: white !important;
    padding: 10px;
}


.table-container {
    /* display:flex; */
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    background: #FFFFFF;
    border-radius: 10px;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    z-index: 4;
}

.filter-select {
    margin-left: 10px;
    width: auto;
}


.header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 20px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

.subheader-container {
    display: flex;
    justify-content: space-between; /* Distributes space between elements */
    align-items: center; /* Aligns items vertically */
    padding-bottom: 20px;
    width: 100%;
}

.main-container {
    /* Page Content */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 40px 65px;
    gap: 15px;
    isolation: isolate;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
}

.subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0; /* Removes default paragraph margin */
}

.thead {
    background-color: #E9ECEF !important;
}

.btn-primary-new {
    background-color: #D9F5FF !important;
    border-color: #D9F5FF !important;
    color: #005F85 !important;
    margin-left: 20px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}

button.btn-primary-new:hover,
a.btn-primary-new:hover {
    background-color: #005F85 !important;
    border-color: #005F85 !important;
    color: white !important;
    cursor: pointer;
}



.ellipsis-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    padding: 0;
}

    .ellipsis-button:hover {
        background-color: #D6F3FF;
    }


        .ellipsis-button:hover i {
            color: white;
        }


.dropdown-content a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #023345;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .dropdown-content a:hover {
        background-color: #D9F5FF;
        color: #023345;
    }

.dropdown-content {
    position: fixed;
    display: none;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.dropbtn {
    padding: 16px;
    font-size: 12px;
    border: none;
}

.dropdown {
    position: relative;
}

.ellipses-dropdown-content {
    position: absolute !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Open Sans !important;
    text-align: left !important;
    border-radius: 5px !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 1000 !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2) !important;
}


.dropdown-content-counts {
    display: none;
    position: fixed;
    top: 50px;
    left: 50px;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    padding: 8px 16px;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 200px;
    border-radius: 10px;
}

    .dropdown-content-counts div {
        padding: 4px 0;
        font-size: 14px;
    }

    .dropdown-content-counts .count {
        float: right;
        font-weight: bold;
    }
/*
.dropdown:hover .dropdown-content {
    display: block;
}*/

.status-bar {
    /* KPIs/New */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    z-index: 0;
}

.status-container {
    /* KPI */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.status-text {
    /* Text */

    width: 158px;
    height: 22px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    display: flex;
    align-items: flex-end;
    /* Text/Muted */
    color: #6C757D;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.status-count {
    /* Number + Text */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 7px;
    width: 10px;
    height: 22px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.status-label {
    /* Frame 731 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    /*    gap: 10px;
    width: 211px;*/
    height: 22px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    /*    align-self: stretch;*/
    flex-grow: 0;
}

.status-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 15px 10px 30px;
    gap: 3px;
    border-radius: 0px 0px 5px 5px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}



/*

    .dropdown:hover .dropdown-content {
        display: block;
        background-color: #FFFFFF;
    }*/



/*dashboard*/
.filter-label {
    font-size: 1.2rem;
}

.atag, .atag:active, .atag:focus, .atag:hover {
    text-decoration: none !important;
}




.filter-container {
    display: flex;
    align-items: center; /* Aligns items vertically */
    gap: 10px; /* Adds spacing between input elements */
}

.filter-select {
    margin: 0; /* Removes extra margin */
}


.dashboard-container {
    padding: 0 20px;
}

.maintitle {
    flex-grow: 1;
    margin-right: 20px;
    margin-left: 10px;
}



.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
}

.search-input {
    width: 100%;
    padding-right: 35px;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.dataTables_filter {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ellipsis-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    margin: 2px 0;
}


.view-bills {
    text-decoration: none;
    color: #007CAF !important;
    font-weight: bold;
}

/*dashboard*/

/*Subnavigation*/
.atag:active, .atag:focus, .atag:hover {
    text-decoration: none !important;
}

.nav_menu_active {
    border-radius: 50px;
    border: 1px solid var(--Menu-Active-Border, #C0EEFF);
    background: var(--Menu-Active-Background, #D9F5FF);
    display: flex;
    padding: 15px 30px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    vertical-align: middle;
}
.nav-menu:hover {
    border: 1px solid #EBEDF2;
    background: #F4F5F6;
    border-radius: 50px;
    padding: 15px 30px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    vertical-align: middle;
}
#sessionDropdown:hover {
    padding: 0px 30px !important;
}

.nav_menu_active a {
    color: var(--Global-Dark-Aqua, #005F85);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}
.nav-menu {
    cursor: pointer;
    border: 1px solid #f8f9fa;
    border-radius: 50px;
}


.nav_menu {
    display: flex;
    height: 56px;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border:1px solid #ffffff!important;
    border-radius:50px;
}

.nav-menu span {
    color: var(--Global-Ocean, #023345);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}

.nav-menu a {
    color: var(--Global-Ocean, #023345) !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none
}

.nav-menu u {
    text-decoration: none
}
/*Subnavigation*/

.page-content .KPI {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--shadows-small);
    margin-bottom: 10px;
}

.page-content .rectangle {
    background-color: #ffebed;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 3px;
    border-radius: 5px 5px 0px 0px;
}

.page-content .div-wrapper {
    padding: 20px 30px 20px 30px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
}

.page-content .box-gray {
    background-color: #F3F4FF;
}

.page-content .box-red {
    background-color: #FFECEE;
}

.page-content .box-green {
    background-color: #E0EFEB;
}

.page-content .box-blue {
    background-color: #E3F3FF;
}

.page-content .box-yellow {
    background-color: #FCF2E5;
}

.page-content .box-purple {
    background-color: #F4E3FC;
}

.page-content .box-orange {
    background-color: #FCECE3;
}

.page-content .box-text {
    color: var(--Text-Muted, #495057);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex: 1;
    text-align: left;
}

.page-content .box-number {
    color: var(--Global-Black, #000);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
}

.box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-content .text {
    position: relative;
    flex: 1;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--textmuted);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.App-Table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .App-Table thead {
        background-color: #E9ECEF !important;
    }

    .App-Table th {
        color: #495057;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        /*  padding-top: 20px;
        padding-bottom: 20px;*/
        border: solid solid;
    }

        .App-Table th:first-child {
            border-top-left-radius: 8px;
        }

        .App-Table th:last-child {
            border-top-right-radius: 8px;
        }

    .App-Table tbody tr:nth-child(odd) {
        background-color: #ffffff !important; /* Light gray for odd rows */
    }

    .App-Table tbody tr:nth-child(even) {
        background-color: #f9f9f9 !important; /* White for even rows */
    }

    .App-Table tbody tr {
        border-bottom: 1px solid #E9ECEF !important; /* Adds bottom border to each row */
    }

    .App-Table td {
        padding: 10px 15px;
        text-align: left;
    }


.text-center {
    text-align: center !important;
}


.page-content .fa-circle-wrapper {
    flex-direction: column;
    width: 14px;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    align-self: stretch;
    display: flex;
    position: relative;
}

.page-content .fa-circle {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    transform: rotate(-180deg);
    font-family: var(--icons-light-default-font-family);
    font-weight: var(--icons-light-default-font-weight);
    color: var(--textplaceholder-text);
    font-size: var(--icons-light-default-font-size);
    text-align: center;
    letter-spacing: var(--icons-light-default-letter-spacing);
    line-height: var(--icons-light-default-line-height);
    font-style: var(--icons-light-default-font-style);
}

.page-content .rectangle {
    background-color: #e0efea;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 3px;
    border-radius: 5px 5px 0px 0px;
}


.add-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    height: 36px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    background: var(--Add-New-Button-Grey, #F7F7F7);
    border: solid #F7F7F7;
    cursor: pointer !important;
}

.pill {
    display: inline-block;
    padding: 5px 12px;
    color: #023345;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
}

.pill-lightblue {
    background-color: #D9F5FF;
}

.pill-red {
    background-color: #F8D7DA;
}

.pill-violet {
    background-color: #CEE1FF;
}

.pill-green {
    background-color: #E4F1EA;
}

.pill-purple {
    background-color: #EDE5FF;
}

.pill-yellow {
    background-color: #FFF9C4;
}

.pill-gray {
    background-color: #E0E0E0;
}

.pill-lemon {
    background-color: #FCF2E5
}

.pill-light-violet {
    background-color: #E7E8F6
}

a {
    color: #007CAF !important;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.main-content {
    padding-bottom: 80px;
}

.footer-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 30px 40px 30px;
    border-top: 3px solid #007CAF;
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 60px;
}

.button-container {
    display: flex;
    gap: 10px;
}

.btn-cancel, .btn-submit, .btn-back {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel, .btn-back {
    color: #007CAF;
    border: 2px solid #007CAF;
    background-color: transparent;
}

    .btn-cancel:hover {
        background-color: #E0F4FF;
    }

    .btn-back:hover {
        background-color: #E0F4FF;
    }

.btn-submit {
    color: #fff;
    background-color: #007CAF;
    border: none;
}

    .btn-submit:hover {
        background-color: #005f85;
    }

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Modal Overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Background with transparency */
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    padding: 20px; /* Optional padding */
    padding-top: 10%;
    margin-top: 0 !important;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 50%;
    max-width: 600px; /* Optional max-width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.modal-body {
    max-height: 40vh !important;
    overflow-y: auto !important;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

.btnstyle {
    border-radius: 13px;
    height: 32px;
    line-height: 10px;
}

.btnstyleoutline {
    border: 1px solid gray !important;
}

.save-and-exit {
    /* Link */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    padding: 0px 40px;
    gap: 7px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.complete-button-container {
    /* Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 40px;
    gap: 20px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.bottom-menu-bar {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 0px;
    width: 100%;
    background: #FFFFFF;
    /* Global/Main Blue */
    border-top: 3px solid #007CAF;
    /* Bottom Menu Bar */
    box-shadow: 4px -4px 9px rgba(0, 0, 0, 0.06);
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 0;
}

.summary-title {
    align-items: center;
    padding: 0px;
}

.summary-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px 0px 20px;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.circleicon {
    border-radius: 50%;
    padding: 5px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
}

    .tabs button {
        padding: 10px 20px;
        border: none;
        background-color: #f5f5f5;
        cursor: pointer;
        margin-right: 10px;
        border-radius: 5px;
    }

        .tabs button.active {
            background-color: #005F85;
            color: white;
        }

.bill-header-policy {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 70px; */
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 10px 10px;
    gap: 10px;
    background: #ECF2FE;
    border-radius: 5px;
}

.btn-primary-light {
    margin-left: 20px;
    background-color: #D9F5FF !important;
    border-color: #D9F5FF !important;
    color: #005F85 !important;
}



.btn-olpbillanalysis {
    align-items: center;
    background-color: #F4F9FF;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-button {
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
}

    .tab-button .nav-link.active, .tab-button .nav-item.show .nav-link {
        color: #FFF!important ;
        border-color: #dee2e6 #dee2e6 #fff;
        background: var(--Global-Dark-Aqua, #005F85);
        padding: 8px 20px 8px 20px;
        gap: 7px;
        border-radius: 5px;
    }

.nav-link {
    color: #5E6B6E !important;
}

.small-disabled-text {
    color: #58666d !important;
    /* Text/Small */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.deleteAnalystBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #888;
    background-color: #ffffff;
    border: 0;
}



.caret-toggle {
    cursor: pointer;
    font-size: 16px;
    margin-left: 5px;
}

.popup-display {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 10px;
}

/*.dropdown:hover .ellipses-dropdown-content {
    display: block;
}*/

.dropdown.upwards .ellipses-dropdown-content {
    top: auto !important;
    bottom: 100% !important;
}

.main_container {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.dt-paging .pagination {
    border: 1px solid #ddd !important;
    padding: 0px !important;
    display: inline-flex !important;
    background-color: #fff !important;
    width: auto !important;
}

    .dt-paging .pagination .page-item .page-link {
        padding: 6px 12px !important;
        color: #007CAF !important;
        background-color: #fff !important;
        border-radius: 0;
        border-left: 1px solid #ddd;
        cursor: pointer !important;
    }

        /*   .dt-paging .pagination .page-item:first-child .page-link {
        border-left: none !important;
    }
*/
        .dt-paging .pagination .page-item.active .page-link,
        .dt-paging .pagination .page-item .page-link:focus,
        .dt-paging .pagination .page-item .page-link:active {
            background-color: #fff !important;
            color: #007CAF !important;
            border: 1px solid #007CAF !important;
            border-radius: 0 !important;
        }

        .dt-paging .pagination .page-item .page-link:hover {
            background-color: #e2e6ea;
            color: #007bff !important;
        }

    .dt-paging .pagination .page-item.disabled .page-link {
        color: #6c757d !important;
        background-color: #f8f9fa !important;
        border-color: #ddd !important;
        cursor: not-allowed !important;
        margin-left: 1px !important;
        border: none !important
    }





.main-counts-text {
    text-decoration: underline;
    color: #007CAF;
}

.related-bill-table-body tr {
    border-top: 1px solid #ddd;
    height: 60px;
    background-color: #ffffff;
}

.analyst-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    border-color: #F4F5F6;
    cursor: pointer !important;
}

.mr-3 {
    margin-right: 16px;
}

.clickable div:hover {
    display: block;
    background-color: #D9F5FF;
    color: #000;
}

.card-blue {
    background-color: #f5fafb;
    border-radius: 8px;
    font-size: 15px;
}

.card-darkblue {
    background-color: #b7d7dd;
    border-radius: 8px;
    font-size: 15px;
}

.icon {
    margin-right: 8px !important;
    font-size: 24px !important;
    color: #007db0 !important;
}

.disabled-link {
    pointer-events: none;
}


.fa-plus {
    color: #495057 !important;
}

.bi-eye {
    color: #006daf !important;
}

a {
    color: #006daf !important;
}

.text-muted-custom {
    color: #58666d !important;
}

.fa-trash-can {
    color: #495057 !important;
}

.current-status-row {
    background-color: #17c653;
}


.clickableTopic div:hover {
    display: block;
    background-color: #D9F5FF;
    color: #000;
}

.save-footer {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

    .save-footer button {
        padding: 10px 20px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .save-footer button:hover {
            background-color: #0056b3;
        }

.topic-link {
    color: #0000EE;
    text-decoration: underline;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.current-committee-substitute-row {
    background-color: #9bc1cf;
}

.tree ul {
    padding-top: 0px;
    position: relative;
    transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 0px 5px 0 5px;
    transition: all 0.5s;
}

    .tree li:not(:first-child)::before, .tree li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 2px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li:last-child::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        position: absolute;
        top: -20px;
        height: 20px;
        border-left: 2px solid #ccc;
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

.node {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

    .node::after {
        padding-top: 20px;
        right: auto;
        left: 50%;
        position: absolute;
        top: -20px;
        height: 20px;
        border-right: 2px solid #ccc;
        z-index: 0;
    }

.line {
    height: 20px;
    width: 50%;
    border-right: 2px solid #ccc;
    left: 50%;
}

.node button {
    background-color: #005f85;
    color: white;
    border-radius: 10px;
    z-index: 0;
}

.money {
    font-size: 15px;
    color: #023345;
    margin-right: 3px;
    width: 20px !important;
    height: 15px
}

.session {
    font-size: 15px;
    color: #023345;
    margin-right: 3px;
    width: 22px !important;
    height: 23px !important;
}

.fa-light, .fasl {
    font-weight: 300;
}

.fa-arrow-down-arrow-up, .fa-sort-alt {
    --fa: "\f883";
    --fa--fa: "\f883\f883";
}

.fa-arrow-down {
    --fa: "\f063";
    --fa--fa: "\f063\f063";
}

fa-light, .fasl {
    font-weight: 300;
}

.fa-light, .fal {
    font-weight: 300;
}

.fa-arrow-up {
    --fa: "\f062";
    --fa--fa: "\f062\f062";
}

.fa, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-duotone, .fa-solid, .fa-thin, .fab, .fad, .fadl, .fadr, .fadt, .fal, .far, .fas, .fasdl, .fasdr, .fasds, .fasdt, .fasl, .fasr, .fass, .fast, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-arrow-down {
    --fa: "\f063";
    --fa--fa: "\f063\f063";
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
    font-family: "Font Awesome 6 Pro";
}

table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc, table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc {
    position: relative;
    padding-right: 0px !important;
}

table.dataTable > thead .dt-ordering-asc:after, table.dataTable > thead .dt-ordering-asc:before, table.dataTable > thead .dt-ordering-desc:after, table.dataTable > thead .dt-ordering-desc:before {
    position: relative !important;
    opacity: 1 !important;
    display: inline-block !important;
    width: .65rem;
    height: .65rem;
    content: " " !important;
    bottom: auto;
    right: 0px !important;
    left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*.clsBillTab {
    position: absolute;
    top: 250px;
    z-index: 1050;
    background-color: #FBFCFF;
    width: 100%;
}*/

.clsBillTab {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

.sow-header-wrapper {
    background: #E9F1FF;
    border-radius: 4px;
    overflow: hidden;
}

.sow-header {
    padding: 10px 16px;
}

.summaryinfo-bar {
    padding: 8px 16px;
    gap: 20px;
    background: #FFFFFF;
    border-top: 1px solid #dee2e6;
}

.sow-header-btn {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
    font-size: 0.85rem !important;
    padding: 4px 12px !important;
    height: 32px !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
}

    .sow-header-btn.dropdown-toggle::after {
        margin-left: 6px !important;
        vertical-align: middle !important;
        border-top: 0.4em solid #333 !important;
        border-right: 0.4em solid transparent !important;
        border-left: 0.4em solid transparent !important;
        content: "" !important;
    }


.sow-header-wrapper {
    background: #E9F1FF;
    border-radius: 4px;
    overflow: hidden;
}

.sow-header {
    padding: 10px 16px;
}

.summaryinfo-bar {
    padding: 8px 16px;
    gap: 20px;
    background: #FFFFFF;
    border-top: 1px solid #dee2e6;
}

.sow-header-btn {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
    font-size: 0.85rem !important;
    padding: 4px 12px !important;
    height: 32px !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
}

    .sow-header-btn.dropdown-toggle::after {
        margin-left: 6px !important;
        vertical-align: middle !important;
        border-top: 0.4em solid #333 !important;
        border-right: 0.4em solid transparent !important;
        border-left: 0.4em solid transparent !important;
        content: "" !important;
    }

.tab-content {
    padding-top: 110px;
}
.fixed-nav {
    position: fixed !important;
    top: 90px !important;
    left: 0;
    width: 100%;
    z-index: 1050;
    background-color: #FBFCFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #ddd;
}

@media screen and (min-width: 820px) /* width >= 820 px */
{
    /*.clsBillTab {
        position: absolute !important;
        top: 200px !important;
        z-index: 1050;
        background-color: #FBFCFF;
        width: 100%;
    }*/

    .fixed-nav {
        position: fixed !important;
        top: 90px !important;
        left: 0;
        width: 100%;
        z-index: 1050;
        background-color: #FBFCFF;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid #ddd;
    }
}
.status-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 35px 0 !important;
    padding: 0 80px;
}

.status-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    text-align: center;
    color: #ccc; /* Default grey */
    font-size: 12px;
    font-weight: 400;
    height: 50px; /* Fixed height for consistent alignment */
}

    .status-step .circle {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ccc; /* Default grey */
        position: absolute;
        top: 0; /* Align with the line */
        left: 50%;
        transform: translateX(-50%); /* Center horizontally */
        z-index: 2;
    }

    .status-step .label {
        position: absolute;
        top: 20px; /* Below the circle */
        left: 50%;
        transform: translateX(-50%); /* Center horizontally */
    }

    .status-step .closed-link {
        position: absolute;
        top: 35px; /* Below the label */
        left: 50%;
        transform: translateX(-50%); /* Center horizontally */
        color: red !important;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
        white-space: nowrap;
    }
/* Default circle styles */
.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc; /* Default grey for inactive steps */
    display: inline-block;
}
/* Completed circles */
.status-step.completed .circle {
    background-color: #608FA0; /* Blue for completed steps */
}
/* Active circle */
.status-step.active .circle {
    background-color: #608FA0; /* Blue for the active step */
    transform: translateX(-50%) scale(1.3); /* Maintain centering with scaling */
    transition: transform 0.2s ease, background-color 0.2s ease; /* Smooth transition */
}

.status-step.active::before {
    color: #608FA0 !important;
}
.status-step.active .label {
    font-weight: bold;
    color: #608FA0; /* Blue for active step */
}

.status-step.completed .label {
    color: #608FA0; /* Blue for completed steps */
}
/* Base line for the entire status line (gray) */
.status-line::before {
    content: "";
    position: absolute;
    top: 6px; /* Aligns with the center of the circle */
    left: 80px;
    right: 80px;
    height: 2px;
    background-color: #ccc; /* Default grey for the line */
    z-index: 0;
}
/* Blue line for completed and active steps */
.status-line::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 80px;
    height: 2px;
    background-color: #608FA0; /* Blue for completed/active sections */
    z-index: 1;
    transition: width 0.2s ease;
}
/* Adjust blue line width to include the segment before the active step */
.status-line:has(.status-step.active[step-val="10"])::after {
    width: 0;
}

.status-line:has(.status-step.active[step-val="20"])::after {
    width: calc((100% - 160px) * 1 / 9);
}

.status-line:has(.status-step.active[step-val="30"])::after {
    width: calc((100% - 160px) * 2 / 9);
}

.status-line:has(.status-step.active[step-val="40"])::after {
    width: calc((100% - 160px) * 3 / 9);
}

.status-line:has(.status-step.active[step-val="60"])::after {
    width: calc((100% - 160px) * 4 / 9);
}

.status-line:has(.status-step.active[step-val="70"])::after {
    width: calc((100% - 160px) * 5 / 9);
}

.status-line:has(.status-step.active[step-val="90"])::after {
    width: calc((100% - 160px) * 6 / 9);
}

.status-line:has(.status-step.active[step-val="100"])::after {
    width: calc((100% - 160px) * 7 / 9);
}

.status-line:has(.status-step.active[step-val="110"])::after {
    width: calc((100% - 160px) * 8 / 9);
}

.status-line:has(.status-step.active[step-val="120"])::after {
    width: calc(100% - 160px);
}

.status-line:has(.status-step.completed)::after {
    width: calc(100% - 160px);
}


.App-Table {
    margin: 0px !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

    .App-Table th {
        padding: 15px 10px 15px 10px !important;
        gap: 5px;
        font-weight: 600;
        background-color: #fff;
        border-bottom: 1px solid #dfdfdf !important;
    }

.panel-header {
    padding: 4px 0px 10px 0px !important;
    margin: 0px
}

.table-header {
    padding: 5px 10px 20px 10px !important;
    gap: 5px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: solid solid;
}

.priority-badge {
    background-color: #ffd6d6 !important;
    color: black !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    padding: 4px 15px 4px 15px !important
}

.division-badge {
    background-color: #d6ebff !important;
    color: black !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    padding: 4px 15px 4px 15px !important
}
/* Status Badge Colors */
.badge-draft {
    background-color: #E9ECEF !important;
    color: #000 !important;
}

.badge-cm-review {
    background-color: #E3F3FF !important;
    color: #000 !important;
}

.badge-pl-review {
    background-color: #D9DBFC !important;
    color: #000 !important;
}

.badge-approved {
    background-color: #D2F3EA !important;
    color: #000 !important;
}

.badge-unassigned {
    background-color: #F8E4FD !important;
    color: #000 !important;
}

.badge-revision-needed {
    background-color: #FCF2E5 !important;
    color: #000 !important;
}

.badge-expired {
    background-color: #FFECEE !important; /* light red */
    color: #B00020 !important; /* dark red text */
}


.badge-budget-review {
    background-color: #E2FFFF !important;
    color: #000 !important;
}

.badge-inactive {
    background-color: #FFECEE !important; 
    color: #B00020 !important; 
}

.badge-active {
    background-color: #D2F3EA !important;
    color: #000 !important;
}


/* Base badge styling */
.status-badge {
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

@media (max-width: 768px) {
    .status-step {
        flex: 1 1 100%; /* Take up full width on small screens */
        margin-bottom: 15px; /* Add some space between the steps */
    }

        .status-step .circle {
            width: 24px;
            height: 24px;
        }

        .status-step .label {
            font-size: 10px;
        }

    .status-line {
        padding: 0 8px;
    }
}

.status-container {
    margin: 20px auto;
    width: 80%;
}

.status-card {
    background-color: #134e69 !important;
}

.status-card-odd {
    background-color: #0079a9 !important;
}

.status-card-complete {
    background-color: #6d6d6d !important;
}


.status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
}

    .status-header:hover {
        background-color: #0056b3;
    }

    .status-header h5 {
        margin: 0;
        flex: 2;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .status-header .info {
        display: flex;
        gap: 15px;
        flex: 3;
        justify-content: flex-end;
        align-items: center;
        font-size: 1.1rem;
    }

    .status-header .badge {
        flex: 0;
        font-size: 0.8rem;
    }

.status-content {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.sub-task {
    margin-left: 20px;
    border-left: 3px solid #007bff;
    padding-left: 15px;
    margin-top: 10px;
}

    .sub-task .status-header {
        background-color: #dce2ef;
        color: black;
    }

        .sub-task .status-header:hover {
            background-color: #5a6268;
            color: white;
        }

.status-owner {
    background-color: #d7f1fa;
    color: black;
}

.status-preparer {
    background-color: #dedede;
    color: black;
}

.status-pending {
    background-color: #f6c000;
    color: black;
}

.status-complete {
    background-color: #17c653;
    color: black;
}

.status-bypassed {
    background-color: #17c69f;
    color: black;
}
.status-current {
    background-color: #f66600;
    color: black;
}

@media (max-width: 480px) {
    .status-line {
        padding: 5px;
    }

    .status-step {
        margin: 8px;
    }

        .status-step .circle {
            width: 20px;
            height: 20px;
        }

        .status-step .label {
            font-size: 10px;
        }

    .status-line {
        padding: 0 8px;
    }
}

@media (max-width: 1120px) {
    .status-line {
        padding: 0 8px;
    }
}

.red-link {
    color: red !important;
    text-decoration: underline red !important;
}

.ltb_style {
    cursor: pointer;
}

    .ltb_style:hover {
        color: #023345 !important;
    }

.search_dropdown {
    padding: 6px 10px 6px 10px !important;
    border-radius: 4px !important;
    border: 1px solid var(--Forms-Input-border, #CED4DA) !important;
    color: #6C757D!important;
}
.dropdown-toggle:hover {
    border-radius: 4px;
    border: 1px solid #898989 !important;
}

.text-overflow {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .text-overflow:hover {
        white-space: normal;
        overflow: visible;
    }

.text-overflow-table {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
}

.text-overflow-table2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-table::first-letter {
    text-transform: uppercase;
}


.text-overflow-table:hover {
    white-space: normal;
    overflow: visible;
}


.clear-filter-icon:hover {
    border-radius: 0px 4px 4px 0px!important;
    border: 1px solid #CED4DA!important;
    background-color:  #D7D8DB!important;
}

.dropdown-container label {
    color:  #495057;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 400;
    line-height: 16px!important; /* 133.333% */
}
.form-control {
    color: #6C757D!important;
}

    .form-control::placeholder {
        color: #6C757D!important;
    }

.dropdown-content {
    margin-top: 4px !important;
}
.sticky-nav {
    position: sticky !important;
    top: 90px!important;
    z-index: 1000!important;

}
.sticky-header {
    position: fixed !important;
    z-index: 200 !important;
    width: 100vw!important;
    background-color: white;
    padding: 0px 20px !important;
    margin-top: 0px!important;
}

.full-height-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    top: 0 !important;
    left: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
    z-index: 1000; /* Ensure it’s above other elements */
    overflow: auto; /* Enable scrolling if content exceeds height */
}


.auto-grow {
    min-height: 50px;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
}

.user-list {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 2000; /* Above modal content */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.user-list-item {
    padding: 5px 10px;
    cursor: pointer;
}

    .user-list-item:hover {
        background-color: #f0f0f0;
    }

.p15 {
    padding: 15px !important;
}

.card-heading {
    background-color: #dcdcdc;
    padding: 15px 15px 15px 15px !important;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
}
.task-scroller{
    max-height: 200px!important;
    overflow:scroll;
}

.green-border {
    border-left: 5px solid green !important;
}

.task-card {
    border-bottom: 5px solid #004e6a !important;
    border-bottom-width: medium;
}

.pointer {
    cursor: pointer;
}
.hide{
    display:none !important;
}
.trDetail {
    border-top: 1px solid #DEE2E6 !important;
    background-color: #EFF0FF !important;
}
.childtb-holder {
    background: #F8F8FF !important;
    box-shadow: 0px 0px 13.8px 4px rgba(0, 0, 0, 0.03) inset !important;
    padding:20px 30px 30px 30px!important;
}

.p0{
    padding:0px !important;
}
.m0 {
    margin: 0px !important;
}
.childtable {
    border-radius: 5px;
    border: 1px solid#CED4DA;
    background: #FFF;
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}
    .childtable thead {
        color: #495057;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .childtable th {
        border-top: 1px solid #DEE2E6 !important;
        border-bottom: 1px solid #DEE2E6 !important;
    }
    .childtable td {
        height: 50px !important;
        padding: 15px 10px !important;
    }

.dropdown-container {
    position: relative;
    width: 200px;
}

.search-box {
    border-bottom: 1px solid #dee2e6;
}

.dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px !important;
}

.selected-items {
    margin-top: 10px;
}

.selected-tag {
    display: inline-block;
    background: #e9ecef;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 3px;
}

    .selected-tag .remove {
        margin-left: 5px;
        cursor: pointer;
        color: #dc3545;
    }

.option-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


.hidden {
    display: none !important;
}

.form-check {
    min-height: auto;
    padding: 3.5px 20px 3.5px 20px !important;
    margin-bottom: 3.5px !important;
}

.option-item .form-check-input {
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
}

.option-item .form-check-label {
    cursor: pointer;
    margin-left: 10px;
    flex-grow: 1;
    color: #495057 !important;
}

.btn-check:active {
    background-color: #ffffff;
    color: black;
}

.hide {
    display: none !important;
}

.underline {
    border-bottom: 1px solid #dcdcdc;
}

.dt-body-right {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.blue-soft-btn {
    height: 36px !important;
    color: #005F85 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 10px 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    border-radius: 4px !important;
    background: #D9F5FF !important;
}

.modal-body-text {
    color: #212529;
    /* Text/Large */
    font-family: "Open Sans";
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.custom_dd{
    padding:10px 0px !important;
}
    .custom_dd a {
        padding: 4px 15px !important;
    }

.form-select-like-btn {
    display: flex;
    align-items: center;
    background-color: #f5f9ff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #495057;
    text-align: left;
    transition: all 0.2s ease-in-out;
}

    .form-select-like-btn:hover {
        background-color: #e9ecef;
    }

    .form-select-like-btn i {
        margin-left: auto;
        font-size: 16px;
        color: #6c757d;
    }

.required-star {
    color: #dc3545;
    margin-left: 4px;
}

.search-dropdown {
    position: relative;
    width: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    align-self: stretch;
    /*  padding: 6px 12px;
     
        border-radius: 4px;
        border: 1px solid  #CED4DA;
        background:  #FFF; */
}

.searched {
    border-image: linear-gradient(to right, #CED4DA 80%)1;
}


.dropdown-selected {
    width: 100%;
    cursor: pointer;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #CED4DA;
    z-index: 999;
    background-color: #fff;
    border-top: none;
}

    .dropdown-options input {
        width: 100%;
        box-sizing: border-box;
    }

.search-dropdown .dropdown-option p {
    color: #495057;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.search-dropdown .dropdown-option span {
    color: #6C757D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.search-dropdown-option {
    margin: 0px 10px !important;
    cursor: pointer;
    padding: 7px 10px;
}

/*   .search-dropdown-options:first-child{
        border-top: 1px solid #CED4DA!important;
    } */
.searchInput {
    border: none;
    width: 100%;
    position: relative;
    display: flex;
    padding: 6px 12px;
    justify-content: start;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
}

    .searchInput:focus {
        /*  border: none; */
        outline: none;
    }

.noborderobttom {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    color: gray !important;
}

.green-badge {
    display: flex;
    padding: 4px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: var(--Background-Colors-Turquoise, #D2F3EA) !important;
    color: var(--Text-Body, #212529) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 15px !important; /* 125% */
    width:fit-content;
}
.purple-badge {
    display: flex;
    padding: 4px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: var(--Qlik-Reporting-Dashboards-Lilac-1, #EDE5FF) !important;
    color: var(--Text-Body, #212529) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 15px !important; /* 125% */
    width: fit-content;
}

.customNav {
}

    .customNav li .active {
        display: flex !important;
        /*   padding: 7px 30px !important; */
        align-items: flex-start !important;
        gap: 10px !important;
        align-self: stretch !important;
        border-radius: 15px !important;
        border-right: 1px solid #EBEDF2 !important;
        background: var(--Global-White, #FFF) !important;
        color: #585EBD !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
    }

    .customNav .nav-link.active {
        color: #585EBD !important;
    }

    .customNav li {
        display: flex !important;
        /*  padding: 7px 30px !important; */
        align-items: center !important;
        gap: 10px !important;
        align-self: stretch !important;
        border-radius: 15px !important;
        color: var(--Qlik-Reporting-Dashboards-Lavender-8, #383A5F) !important;
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
    }

    .customNav button {
        padding: 7px 30px !important;
    }


.tabHolder {
    border-radius: 20px;
    background: #F4F7FD;
    width: fit-content;
    padding: 5px!important;
}

.tableHolder {
    display: flex !important;
    padding: 20px !important;
    flex-direction: column !important;
    gap: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #EBEDF2 !important;
    background: var(--Global-White, #FFF) !important;
}
.peopleCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Forms-Disabled-fill, #E9ECEF);
    padding: 15px 15px 15px 20px;
    align-items: flex-start;
    align-self: stretch;
}
    .peopleCard h4 {
        color: var(--Text-Body, #212529) !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
        margin: 0px !important;
    }

    .peopleCard i {
        color: var(--Text-Body, #212529) !important;
        font-size: 14px !important;
        font-style: italic !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }

    .peopleCard .action {
        display: flex;
        width: 30px;
        padding: 5px 7px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        background: none;
        border: none;
    }









/*margin and padding*/
.mgt20 {
    margin-top: 20px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

}

.rule-label {
    color: var(--Text-Input-Text, #495057);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic !important;
    font-weight: 600;
    line-height: 20px;
}

.main-title {
    color: #000 !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 32px !important; /* 145.455% */
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}

.role {
    color: #4A5F89 !important;
    font-size: 22px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 145.455% */
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}

.taskCounterPanel {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 0px 0px 5px 5px;
    background: #FFF;
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    min-width: 322px;
}

    .taskCounterPanel .numbergray {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background: var(--Progress-Purple-Light, #EFF0FF);
    }

    .taskCounterPanel .numbergreen {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background: var(--KPI-Turquoise, #D4F2F2);
    }

    .taskCounterPanel .text {
        color: var(--Text-Body, #212529);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 100% */
    }

    .taskCounterPanel .taskName {
        color: var(--Global-Main-Blue, #007CAF);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 144.444% */
    }



.priorityTaskHolder {
    width: 100%;
    padding: 20px !important;
    border-radius: 5px !important;
    background: var(--Program-Bar-Background, #ECF2FE);
    margin-left: 20px;
}

    .priorityTaskHolder .title {
        color: #000 !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 26px !important; /* 144.444% */
    }

    .priorityTaskHolder a {
        color: var(--Global-Dark-Aqua, #005F85);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px; /* 135.714% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

.priorityPanel {
    padding: 15px 10px 20px 20px;
    align-items: flex-start;
    border-radius: 5px;
    border-left: 3px solid #C4C0FF;
    background: var(--Global-White, #FFF);
    margin-right: 15px !important;
    min-width: 316px;
}

    .priorityPanel h4 {
        overflow: hidden !important;
        color: var(--Qlik-Reporting-Dashboards-Grey-7, #3C3C3C) !important;
        text-overflow: ellipsis !important;
        /* Heading/H4 */
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
    }

    .priorityPanel span {
        color: var(--Text-Muted, #6C757D) !important;
        font-size: 14px !important;
        font-style: normal !important;
        /*  font-weight: 700 !important; */
        line-height: normal !important;
    }

.btn-secondary-small {
    display: flex !important;
    height: 26px !important;
    padding: 6px 15px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    border: 1px solid var(--Global-Main-Blue, #007CAF) !important;
    background: var(--Global-White, #FFF) !important;
    color: var(--Global-Main-Blue, #007CAF) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.btn-primary-small {
    display: flex !important;
    height: 26px !important;
    padding: 6px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: var(--Global-Main-Blue, #007CAF) !important;
    color: var(--Global-White, #FFF) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}



.customTable {
}

    .customTable thead {
        background-color: #fff !important;
    }

        .customTable thead tr th {
            color: var(--Text-Input-Text, #495057) !important;
            font-size: 12px !important;
            font-style: normal !important;
            font-weight: 700 !important;
            line-height: 19.2px !important; /* 160% */
            text-transform: uppercase !important;
            padding: 10px !important;
        }

    .customTable tbody tr td {
        align-self: stretch !important;
        overflow: hidden !important;
        color: var(--Text-Input-Text, #495057) !important;
        text-overflow: ellipsis !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }

        .customTable tbody tr td a {
            color: var(--Global-Main-Blue, #007CAF) !important;
            text-overflow: ellipsis !important;
            text-decoration-line: underline !important;
        }

.ui-autocomplete {
    z-index: 9999 !important;
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.golden-badge {
    background-color: #ffc107; /* Bootstrap warning yellow */
    color: #333; /* Ensure text contrast */
    padding: 6px 12px; /* Increase padding for button */
    border-radius: 4px;
    display: inline-flex; /* Align text and button horizontally */
    align-items: center; /* Vertically center contents */
    overflow: visible; /* Prevent clipping */
    min-width: 100px; /* Ensure enough width for content */
    white-space: nowrap; /* Prevent text wrapping */
}

.remove-collaborator {
    font-size: 18px !important; /* Smaller but visible × */
    color: #333; /* Contrast against yellow */
    opacity: 0.8; /* Bootstrap-like opacity */
    margin-left: 2px !important; /* Slightly reduce margin */
    padding: 0 4px; /* Clickable area */
    line-height: 1; /* Align with text */
    background: none; /* Remove any background */
    border: none; /* Remove border */
    cursor: pointer !important;
    font-weight: 700;
}

    .remove-collaborator:hover {
        opacity: 1 !important; /* Hover effect */
    }
/* Ensure the parent <ul> doesn’t clip */
#collaboratorList {
    overflow: visible;
    padding: 0;
    margin: 10px 0;
}

.reply-comment {
    margin-left: 10px;
}

.plan-header {
    margin: 30px 40px;
    display: flex;
    flex-direction: row;
}

.plan-header-title {
    color: var(--Global-Black, #000);
    /* Heading/H2 */
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
}

.underline {
    color: #007bff;
    text-decoration: underline;
    white-space: nowrap;
}

.plan-header-label {
    color: var(--Global-Black, #000);
    /* Text/Paragraph Italic */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.plan-header-value {
    color: var(--Global-Black, #000);
    /* Heading/Text/Paragraph */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.directive-card {
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    margin: 0px 40px 0px 40px;
    border-radius: 5px;
    background: var(--Global-White, #FFF);
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
}

.directive-header {
    color: var(--Global-Black, #000);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    gap: 10px;
}

.directive-action {
    display: flex;
    height: 36px;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
}

.directive-record {
    display: flex;
    flex-direction: row;
    padding-right: 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Card-Border);
    background: var(--Global-White);
}

    .directive-record > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .directive-record .directive-detail {
        color: var(--Text-Body, #212529);
        /* Label/Semibold */
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }

    .directive-record .directive-info {
        color: var(--Text-Input-Text, #495057);
        /* Text/Paragraph Italic */
        font-family: "Open Sans";
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }

    .directive-record .progress-bar {
        display: flex;
        width: 10px;
        padding: 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        background: var(--Progress-Purple-Light, #EFF0FF);
    }

.filter-select {
    padding: 12px 6px appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

.progress-chart-container {
    position: relative;
    width: 70.157px;
    height: 70.157px;
    margin: 10px auto 0px auto;
}

.progress-chart {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#dcdcdc 0deg calc((100 - var(--percentage)) * 3.6deg), #767DF5 calc((100 - var(--percentage)) * 3.6deg) 360deg);
    position: relative;
    /* Create the donut hole */
    mask: radial-gradient(circle at center, transparent 60%, black 60%);
    -webkit-mask: radial-gradient(circle at center, transparent 60%, black 60%);
}


.progress-chart-text {
    color: #585EBD;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.completed-text {
    color: var(--Text-Body, #212529);
    /* Heading/Text/Small */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.filter-container {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
}

    .filter-container .form-group,
    .filter-container .input-group {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .filter-container .form-control,
    .filter-container .dropdown-toggle,
    .filter-container .search-input {
        height: 38px;
        padding: 6px 12px;
        box-sizing: border-box;
        line-height: 1.5;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400; /* Consistent default font weight */
        width: 100%;
    }

        .filter-container .form-control:focus,
        .filter-container .dropdown-toggle:focus,
        .filter-container .search-input:focus {
            font-weight: 500; /* Heavier on focus */
            outline: none;
            border-color: #007CAF; /* Optional: match blue color */
        }

    .filter-container .form-select {
        padding: 6px 30px 6px 40px; /* Extra padding for icons */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
    }

    .filter-container .dropdown-container {
        width: 300px;
        height: 38px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        background-color: #ffffff;
        margin: 0;
        padding: 0;
    }

    .filter-container .dropdown-toggle {
        height: 38px;
        padding: 6px 12px;
        line-height: 1.5;
        box-sizing: border-box;
        border: none;
        background: none;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .filter-container .dropdown-toggle::after {
            content: '';
            /*  background: url('~/icons/fa-caret.svg') no-repeat center; */
            width: 16px;
            height: 16px;
            border: none;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

    .filter-container .dropdown-menu {
        width: 400px; /* Match .dropdown-container */
    }

    .filter-container .input-group {
        width: 250px; /* Keep specified width */
    }

    .filter-container .select-wrapper {
        position: relative;
        width: 100%;
    }

    .filter-container .form-group:has(#sort) {
        width: 100px; /* Match sort select */
    }

    .filter-container .filter-icon,
    .filter-container .caret-icon,
    .filter-container .fa-search,
    .filter-container .clear-filter-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #495057;
        pointer-events: none;
    }

    .filter-container .filter-icon {
        left: 10px;
    }

    .filter-container .caret-icon,
    .filter-container .fa-search {
        right: 10px;
    }

    .filter-container .clear-filter-icon {
        padding: 0 12px;
        line-height: 38px;
        right: 0;
        border-left: 1px solid #dcdcdc;
        background-color: #f5f5f5;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .filter-container .dropdownButton_text,
    .filter-container .dropdownButton_inndertext {
        font-weight: 400; /* Match default */
    }

.directive-table, .dataTable {
    width: 100% !important;
    min-width: 100%;
}

.add-action-step {
    color: var(--Global-Dark-Aqua, #005F85);
    /* Icons/Light Default */
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    margin: 20px auto 20px auto;
}

.nav-btn {
    display: flex;
    height: 35.35px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--Card-Border-Light, #EBEDF2);
    background: #FFF;
    /* Shadows/Small */
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.03);
    color: var(--Global-Dark-Aqua, #005F85);
    white-space: nowrap;
}

.nav-btn-label {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.status-count {
    white-space: nowrap;
}

.tracker-panel {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Card-Border-Light, #EBEDF2);
    background: #fff;
}

.cursor-pointer {
    cursor: pointer !important;
}

.closed-link {
    color: red !important;
    font-weight: bold;
}

/* ---------- PAGE SPACING ---------- */
.dashboard-wrapper {
    padding: 40px 40px 60px 40px;
}

.text-heading-primary {
    font-size: 22px;
    font-weight: 400;
    color: #4A5F89;
    margin: 0;
}

.text-heading-secondary {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

/* ---------- HEADER BUTTONS ---------- */
.btn-colored-header {
    background: #F4F8FF;
    border: 1.2px solid #C6D2EA;
    border-radius: 5px;
    box-shadow: 0 2px 21px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    gap: 10px;
    height: 45px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #0078D4;
    cursor: pointer;
    min-width: 180px;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

    .btn-colored-header:hover {
        background: #e6f0ff;
        box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.05);
    }


.btn-arrow .arrow {
    font-weight: bold;
    font-size: 16px;
    margin-left: 4px;
}


/* ---------- TABS ---------- */
#dashboardTabs {
    display: flex;
    padding: 6px;
    flex-wrap: nowrap;
    background: #F4F7FD;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    gap: 8px;
    width: fit-content; /* ✅ dynamic width */
}

    #dashboardTabs .nav-link {
        border: none;
        background: transparent;
        padding: 0;
        margin: 0;
    }

.tab-name {
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 700;
    color: #383A5F;
}

.tab-name-active {
    background: white;
    border-radius: 15px;
    color: #585EBD;
    padding: 8px 28px;
    border-right: 1px solid #EBEDF2;
    font-weight: 700;
}

/* ---------- CARD CONTAINER ---------- */
.card {
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 2px 21px 6px #00000008;
}

/* ---------- TABLE STYLING ---------- */
.table-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    table-layout: fixed; /* consistent column width */
}

table thead th {
    background-color: #F4F7FD;
    color: gray; /* keep your text color */
}

.table-list thead th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #495057;
    padding-bottom: 8px;
    white-space: nowrap;
}

.table-list tbody tr td {
    background: white;
    padding: 22px !important;
    border-top: 1px solid #EBEDF2;
    border-bottom: 1px solid #EBEDF2;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

    .table-list tbody tr td:first-child {
        border-left: 1px solid #EBEDF2;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .table-list tbody tr td:last-child {
        border-right: 1px solid #EBEDF2;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.badge {
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 12px;
}

.bg-qlik {
    background: #E3F3FF;
}

.bg-pink {
    background: #F8E4FD;
}

/* ---------- FILTER CONTROLS (SORT / STATUS / SEARCH) ---------- */
/* Container for all filter controls */

.filter-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Wrapper for grouped filters */
.filters {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
}

/* Shared filter item styling */
.filter-item {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid var(--Forms-Input-border, #CED4DA);
    min-width: 120px;
    gap: 6px;
    position: relative;
    color: gray;
}

/* Sort button styling */
.sort-button .btn-sort {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: bold; /* Bold text */
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

/* Sort icon */
.sort-button .sort-icon {
    font-size: 14px;
    color: #6B6B6B;
    pointer-events: none;
}

/* Select and input styling */
.filter-item select.form-select,
.filter-item input.form-control {
    border: none;
    box-shadow: none;
    height: 100%;
    padding: 0 8px;
    background: transparent;
    outline: none;
    font-size: 14px;
    font-weight: bold; /* Bold dropdown text */
    color: #333;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Hide native select arrow but leave room for custom arrow */
.filter-item select.form-select {
    padding-right: 28px;
}

/* Custom dropdown arrow */
.filter-item .select-arrow {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #6B6B6B;
    pointer-events: none;
}

/* Search icon styling */
.filter-item .search-icon {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #6B6B6B;
    pointer-events: none;
}

/* Hover and focus styles */
.filter-item:hover,
.filter-item:focus-within {
    border-color: #999;
}


/* Optional: responsive tweaks */
@media (max-width: 600px) {
    .filters {
        flex-direction: column;
        align-items: stretch;
    }
}



/* SEARCH BOX specifics: place icon inside */
.search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 320px; /* match screenshot proportion */
    min-width: 160px;
}

    .search-box input.form-control {
        width: 100%;
        padding-left: 12px;
        padding-right: 36px; /* room for icon */
    }

    .search-box .search-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #6B6B6B;
        pointer-events: none;
    }

/* responsive tweaks */
@@media (max-width: 900px) {
    .search-box {
        width: 180px;
    }

    .filter-item select.form-select {
        width: 120px;
    }
}

/* ---------- FOOTER ROW / PAGINATION ---------- */
.pagination-row {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
}

.pagination {
    margin: 0;
}

    .pagination .page-link {
        border-radius: 4px !important;
    }

/* User Details Page */
.user-details-page-content {
    display: flex;
    padding: 35px 40px 0 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 21px 6px rgba(0, 0, 0, 0.03);
    margin-top: 20px;
}

/* User Details Container */
.user-details-container {
    width: 100%;
    background-color: #f5f5f5;
    min-height: 100vh;
}

/* User Details Main Container Layout */
.user-main-container {
    display: flex;
    min-height: calc(100vh - 150px);
    background-color: #f5f5f5;
}
/* User tab section */
.usertabsection-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

/* SOW Editor Styles */

/* Main Container */
.sow-editor-container {
    width: 100%;
    background-color: #f5f5f5;
    min-height: 100vh;
}

.purpose-text {
    white-space: normal; /* allows natural wrapping */
    max-height: 120px; /* adjust height as needed */
    overflow-y: auto; /* scrolls only when needed */
    padding-right: 4px; /* avoids text hiding under scrollbar */
}

.sow-summary-container {
    /*    display: flex;
    padding: 35px 40px 0 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 21px 6px rgba(0, 0, 0, 0.03);
    margin-top: 20px;*/
    width: 100%;
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    padding: 25px 20px 0 20px;
    flex-direction: column;
}

/* Header Section */
.sow-header {
    background: linear-gradient(135deg, #006b8f 0%, #00859f 100%);
    color: white;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sow-header-icon {
    margin-top: 20px;
    font-size: 28px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.sow-header-text {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Breadcrumb */
.sow-breadcrumb {
    background-color: #2c3e50;
    color: white;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.breadcrumb-item {
    color: #ecf0f1;
}

.breadcrumb-separator {
    margin: 0 15px;
    color: #7f8c8d;
}

.breadcrumb-actions {
    display: flex;
    gap: 15px;
}

.action-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .action-btn:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .action-btn i {
        font-size: 16px;
    }

.download-btn {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .download-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

/* Main Container Layout */
.sow-main-container {
    display: flex;
    min-height: calc(100vh - 150px);
    background-color: #f5f5f5;
}

/* Sidebar Navigation */
.sow-sidebar {
    width: 320px;
    background-color: white;
    border-right: 1px solid #dee2e6;
    padding: 0;
    position: sticky;
    top: 0;
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    padding: 20px 20px 15px;
    margin: 0;
    border-bottom: 1px solid #e9ecef;
}

.sow-nav {
    padding: 10px 0;
}

.nav-item {
    display: block;
    padding: 12px 20px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

    .nav-item:hover {
        background-color: #f8f9fa;
        color: #006b8f;
    }

    .nav-item.active {
        background-color: #e3f2fd;
        color: #006b8f;
        border-left-color: #006b8f;
        font-weight: 500;
    }

.nav-number {
    display: inline-block;
    min-width: 20px;
    margin-right: 5px;
    color: #6c757d;
}

.nav-item.active .nav-number {
    color: #006b8f;
}

/* Scrollbar Styling for Sidebar */
.sow-sidebar::-webkit-scrollbar {
    width: 6px;
}

.sow-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sow-sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .sow-sidebar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Content Area */
.sow-page-content {
    flex: 1;
    padding: 30px;
    background-color: #f5f5f5;
    min-height: calc(100vh - 150px);
}

/* Alert Message */
.sow-alert {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #856404;
    line-height: 1.5;
}

.alert-link {
    color: #006b8f;
    text-decoration: underline;
    font-weight: 500;
}

    .alert-link:hover {
        text-decoration: underline;
    }

/* Content Sections */
.content-section {
    background-color: white;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.sow-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Warning message styles */
.warning-message {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background-color: #FFF3CD;
    border: 1px solid #FFECB5;
    border-radius: 4px;
    margin-bottom: 16px;
}

.warning-icon {
    color: #FF9800;
    font-size: 20px;
    flex-shrink: 0;
}

.warning-text {
    color: #856404;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* Header Content Specific */
.header-content {
    text-align: center;
    padding: 20px 0;
}

.organization-title {
    font-size: 22px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
    font-family: 'Open Sans'
}

.division-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    font-family: 'Open Sans'
}

.header-details {
    margin-top: 4px;
}

.detail-item {
    font-size: 15px;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.6;
    font-weight: 600;
    font-family: 'Open Sans'
}

/* Button Group */
.button-group {
   /* position: fixed;*/
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    padding: 15px 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    z-index: 1000;
}

.sow-btn-next, 
.sow-btn-exit,
.sow-btn-cancel {
    border-radius: 50px;
    border: 1px solid var(--Global-Main-Blue, #007CAF);
    background: var(--Global-White, #FFF);
    color: #007CAF;
    height: 46px;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .sow-btn-next:hover,
    .sow-btn-exit:hover,
    .sow-btn-cancel:hover {
        background-color: #f8f9fa;
        border-color: #adb5bd;
    }

.sow-btn-submit,
.btn.btn-primary.sow-btn-submit,
button.sow-btn-submit {
    padding: 10px 30px !important;
    background-color: #006b8f !important;
    color: white !important;
    border: none !important;
    border-radius: 21px !important;
    font-size: 14px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.sow-btn-submit:hover,
.btn.btn-primary.sow-btn-submit:hover,
button.sow-btn-submit:hover {
    background-color: #005a7a !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}

/* Modal Save Button - Same styling as sow-btn-submit but for modal save actions */
.sow-btn-modal-save,
.btn.btn-primary.sow-btn-modal-save,
button.sow-btn-modal-save {
    padding: 10px 30px !important;
    background-color: #006b8f !important;
    color: white !important;
    border: none !important;
    border-radius: 21px !important;
    font-size: 14px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.sow-btn-modal-save:hover,
.btn.btn-primary.sow-btn-modal-save:hover,
button.sow-btn-modal-save:hover {
    background-color: #005a7a !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .sow-sidebar {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .sow-main-container {
        flex-direction: column;
    }

    .sow-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .sow-page-content {
        padding: 20px;
    }

    .button-group {
        padding: 15px 20px;
    }
}

/* Form Elements (for future sections) */
.sow-form-group {
    margin-bottom: 20px;
}

.sow-form-label {
    display: block;
    margin-bottom: 5px;
    color: #495057;
    font-weight: 500;
    font-size: 14px;
}

.sow-form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out;
}

    .sow-form-control:focus {
        outline: none;
        border-color: #006b8f;
        box-shadow: 0 0 0 0.2rem rgba(0, 107, 143, 0.25);
    }

/* Loading State */
.sow-loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 107, 143, 0.3);
    border-radius: 50%;
    border-top-color: #006b8f;
    animation: sowSpin 1s ease-in-out infinite;
}

@keyframes sowSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Utility Classes */
.sow-text-muted {
    color: #6c757d;
}

.sow-text-primary {
    color: #006b8f;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

.p-3 {
    padding: 1rem;
}

/* Animation for section transitions */
.content-section {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* Flexbox for centering */
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #ffffff;
    padding: 30px;
    border: none;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    /* Remove margin since flexbox centers it */
    margin: 0;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

    .modal-header h3 {
        margin: 0;
        color: #2c3e50;
        font-size: 20px;
    }

.modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
}

    .modal-close:hover,
    .modal-close:focus {
        color: #000;
        text-decoration: none;
    }

.modal-body {
    margin-bottom: 20px;
}

.modal-body-text {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Modal Button Styles */
.sow-btn-modal-cancel {
    padding: 10px 25px;
    border: 1px solid #dee2e6;
    background-color: white;
    color: #495057;
    border-radius: 21px !important;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    margin-right: 10px;
}

    .sow-btn-modal-cancel:hover {
        background-color: #f8f9fa;
        border-color: #adb5bd;
    }

.sow-btn-modal-proceed {
    padding: 10px 25px;
    background-color: #006b8f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .sow-btn-modal-proceed:hover {
        background-color: #005a7a;
    }

/* When modal is shown */
.modal[style*="flex"] {
    display: flex !important;
}

/* Budget Section Styles */
.budget-content {
    padding: 15px 0;
}

.budget-info {
    margin-bottom: 20px;
}

.budget-label {
    font-size: 15px;
    color: #2c3e50;
    font-weight: 500;
    margin: 0;
}

.budget-type {
    color: #6c757d;
    font-weight: 400;
    font-style: italic;
}

.budget-placeholder {
    color: #007CAF;
    font-weight: 400;
    font-style: normal;
}

.budget-amount-value {
    color: #2c3e50;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.budget-action {
    margin-bottom: 25px;
}

.btn-add-budget {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #006b8f;
    color: #006b8f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-add-budget:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
    }

    .btn-add-budget i {
        font-size: 16px;
    }

.budget-items-list {
    margin-top: 20px;
}

/* Budget Modal Specific */
.input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 4px 0 0 4px;
    color: #495057;
    font-size: 14px;
}

.budget-input {
    flex: 1;
    border-radius: 0 4px 4px 0 !important;
    border-left: none !important;
}

    .budget-input:focus {
        border-left: 1px solid #006b8f !important;
    }

.sow-btn-modal-save {
    padding: 10px 25px;
    background-color: #006b8f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .sow-btn-modal-save:hover {
        background-color: #005a7a;
    }

.required-star {
    color: #dc3545;
    margin-left: 4px;
}

/* Section Edit Button */
.btn-edit-section {
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #006b8f;
    color: #006b8f;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-edit-section:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
    }

    .btn-edit-section i {
        font-size: 14px;
    }

/* Purpose Section Styles */
.purpose-content {
    padding: 15px 0;
}

.section-text-display {
    color: #495057;
    font-size: 15px;
    line-height: 1.8;
    padding: 10px 0;
}

.section-edit-area {
    padding: 10px 0;
}

.section-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

    .section-textarea:focus {
        outline: none;
        border-color: #006b8f;
        box-shadow: 0 0 0 0.2rem rgba(0, 107, 143, 0.25);
    }

.edit-actions {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Term Section Styles */
.term-content {
    padding: 15px 0;
}

.term-text {
    margin-bottom: 20px;
}

.term-date-link {
    color: #007CAF;
    text-decoration: underline;
    cursor: pointer;
}

.term-date-updated {
    color: #2c3e50;
    font-weight: 600;
}

.term-action {
    margin-top: 20px;
}

.btn-change-dates {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #006b8f;
    color: #006b8f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-change-dates:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
    }

/* Date Input Styles */
.date-input-wrapper {
    position: relative;
    width: 100%;
}

.date-input {
    width: 100%;
    /*padding-right: 40px;*/
}

.date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 16px;
}

/* Term Modal Cancel Button - Outline Style */
.sow-btn-modal-cancel-outline {
    padding: 10px 25px;
    border: 1px solid #006b8f;
    background-color: white;
    color: #006b8f;
    border-radius: 21px !important;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .sow-btn-modal-cancel-outline:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
    }

/* Qualification Section Styles */
.Qualification-content {
    padding-bottom: 50px;
}

/* Payment Method Section Styles */
.payment-content {
    padding: 15px 0;
}

.payment-intro {
    margin-bottom: 20px;
    line-height: 1.8;
}

.payment-highlight {
    color: #007CAF;
    text-decoration: underline;
    font-style: normal;
}

.payment-updated {
    color: #2c3e50;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

.payment-action {
    margin: 25px 0;
}

.btn-add-payment {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #006b8f;
    color: #006b8f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-add-payment:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
    }

.payment-items-list {
    margin-top: 20px;
}

.payment-method-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 20px;
}

.payment-card-row {
    margin-bottom: 10px;
    font-size: 14px;
}

    .payment-card-row:last-child {
        margin-bottom: 0;
    }

.payment-label {
    color: #6c757d;
    font-weight: 500;
}

.payment-value {
    color: #2c3e50;
    font-weight: 600;
    margin-left: 5px;
}

/* Controlling Terms & Conditions Section Styles */
.controlling-content {
    padding: 15px 0;
}

.controlling-intro {
    margin-bottom: 20px;
    line-height: 1.8;
}

.controlling-highlight {
    color: #007CAF;
    text-decoration: underline;
    font-style: normal;
}

.controlling-updated {
    color: #2c3e50;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

.controlling-action {
    margin: 25px 0;
}

.btn-add-procurement {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #006b8f;
    color: #006b8f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-add-procurement:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
}

.procurement-items-list {
    margin-top: 20px;
}

.procurement-method-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.procurement-card-section {
    font-size: 14px;
}

.procurement-icon-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.procurement-check {
    color: #28a745;
    font-size: 18px;
    margin-right: 10px;
}

.procurement-label {
    color: #6c757d;
    font-weight: 500;
}

.procurement-value {
    color: #2c3e50;
    font-weight: 600;
    margin-left: 5px;
}

/* -----------------------------------------
   ATTACHMENT ACTION BUTTONS
----------------------------------------- */
.attachment-action-btn {
    background: none;
    border: none;
    font-size: 12px;
    color: #007CAF;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
}

.attachment-action-btn i {
    color: #007CAF;
    font-size: 0.9rem;
    vertical-align: middle;
}

/* Neutral hover */
.attachment-action-btn:hover {
    background-color: #e5e7eb;
    color: #1e293b;
}

/* Destructive hover */
.attachment-action-btn.delete:hover {
    background-color: #fee2e2;
    color: #dc2626;
}

.attachment-action-btn.delete:hover i {
    color: #dc2626;
}


/*#contractManagerTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

#contractManagerTable tr {
    display: table-row;
}

#contractManagerTable td {
    display: table-cell;
    vertical-align: top;
}

.contact-card {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: normal;
}

.contact-location {
    width: 60%;
    display: flex;
    flex-direction: column;
    white-space: normal;
}
*/
.text-quill-area {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

    .text-quill-area p {
        margin: 0;
    }

.cc-dept {
    font-weight: 500;
    margin-bottom: 6px;
    overflow-wrap: anywhere;
}

/* Column 1: Contact card */
/*.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    white-space: normal;
}

.contact-card div {
        line-height: 1.3;
}*/

/* Column 2: Department + Address */
/*.contact-location {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    white-space: normal;
}*/

/* Optional styling */
/*.cc-name {
    font-weight: 600;
    font-size: 14px;
}

.cc-title {
    color: #555;
}

.cc-email, .cc-phone {
    color: #333;
    font-size: 13px;
}

.cc-dept {
    overflow-wrap: anywhere;
    word-break: break-word;
}*/



/* File Upload Styles */
.file-upload-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.btn-choose-file {
    padding: 8px 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-choose-file:hover {
        background-color: #e9ecef;
        border-color: #adb5bd;
    }

.file-status-text {
    color: #6c757d;
    font-size: 14px;
    font-style: italic;
}

.uploaded-files-list {
    margin-top: 10px;
    max-height: 150px;
    overflow-y: auto;
}

.selected-file-item {
    color: #495057;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 13px;
}

    .selected-file-item i {
        color: #6c757d;
        margin-right: 5px;
    }

.sow-btn-modal-upload {
    padding: 10px 25px;
    background-color: #006b8f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .sow-btn-modal-upload:hover {
        background-color: #005a7a;
    }

/* Contractor Travel Reimbursement Section Styles */
.reimbursement-content {
    padding: 15px 0;
}

.reimbursement-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reimbursement-option {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .reimbursement-option:hover {
        background-color: #f8f9fa;
        border-color: #adb5bd;
    }

    .reimbursement-option.selected-option {
        background-color: #e3f2fd;
        border-color: #006b8f;
    }

    .reimbursement-option input[type="radio"] {
        margin-top: 3px;
        margin-right: 15px;
        cursor: pointer;
    }

.option-label {
    flex: 1;
    cursor: pointer;
    color: #2c3e50;
    font-size: 15px;
}

    .option-label strong {
        color: #2c3e50;
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-bottom: 8px;
    }

.option-description {
    color: #495057;
    font-size: 14px;
    line-height: 1.6;
    display: block;
}

/* Shared scroll container for both sections */
.summary-location-table-container, .department-contract-manager-table-container {
    max-height: 260px; /* Adjust based on row height (~52px × 5 rows) */
    overflow-y: auto;
    height: 260px;
    border: 1px solid #ddd;
    border-radius: 6px;
    position: relative;
    overflow-y: auto;

    /*overflow: visible;*/
}

/* Location of Work Section Styles */
.location-content {
    padding: 15px 0;
}

.location-table-container {
    margin: 20px 0;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: visible;
}

.location-table {
    margin-top: 0;
    width: 100%;
    border-collapse: separate;
}

    .location-table thead {
        background-color: #f8f9fa;
    }

    .location-table th {
        padding: 12px 15px;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #495057;
        text-transform: uppercase;
        border-bottom: 2px solid #dee2e6;
    }

    .location-table tbody tr {
        border-bottom: 1px solid #e9ecef;
    }

        .location-table tbody tr:hover {
            background-color: #f8f9fa;
        }

    .location-table td {
        padding: 15px;
        color: #495057;
        font-size: 14px;
    }

.location-department {
    font-weight: 500;
    color: #2c3e50;
}

.location-address {
    line-height: 1.5;
}

.location-actions {
    text-align: center;
    position: relative;
}

.btn-action-menu {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .btn-action-menu:hover {
        background-color: #e9ecef;
    }

    .btn-action-menu i {
        font-size: 18px;
    }

.action-menu {
    position: absolute;
    right: 28px;
    top: calc(100% + -11px);
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 100;
    min-width: 100px;
}

    .action-menu a {
        display: block;
        padding: 8px 15px;
        color: #495057;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .action-menu a:hover {
            background-color: #f8f9fa;
            color: #006b8f;
        }

        .action-menu a:first-child {
            border-bottom: 1px solid #e9ecef;
        }

.location-action {
    margin-top: 20px;
}

.btn-add-location {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #006b8f;
    color: #006b8f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-add-location:hover {
        background-color: #f0f8ff;
        border-color: #005a7a;
    }

.location-textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
    line-height: 1.5;
}

.help-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
}

/* Container to relative position the dropdown */
.action-cell {
    position: relative;
    text-align: right;
    padding-right: 20px;
    overflow: visible !important;
    
}

/* The light blue circular button */
.ellipsis-btn {
    background-color: #e1f5fe;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

    .ellipsis-btn:hover {
        background-color: #b3e5fc;
    }

.manage-dropdown {
    position: relative;
    display: inline-block;
}

.manage.dropdown-menu {
    position: absolute;
    top: 100%; /* Pushes dropdown below the button */
    left: auto;
    right: 0; /* Aligns to right edge of button */
    min-width: 240px;
    white-space: nowrap;
    overflow: visible;
    padding: 6px 0;
    z-index: 1050;
    display: none; /* Hidden by default */
}

.manage.dropdown-menu.show {
    display: block; /* Show when toggled */
}

.manage.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: trims long text gracefully */
}

.sow-dropdown-container button:focus {
    outline: none;
    box-shadow: none;
    /* Ensure dropdown menus appear above scroll container */
    position: relative;
    z-index: 10;
}

/* The Dropdown Menu */
.sow-dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    right: 20px;
    top: 45px;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-radius: 15px; /* Matches the rounded look in your image */
    z-index: 9999;
    padding: 10px 0;
    border: 1px solid #f0f0f0;
}


/* Menu Items */
.sow-dropdown-item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #002d3d;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s;
    cursor: pointer;
    z-index:9999;
}

    .sow-dropdown-item:hover {
        background-color: #f5f7f9;
    }

    /* Icons inside the menu */
    .sow-dropdown-item img,
    .sow-dropdown-item i {
        width: 20px;
        text-align: center;
    }

/* Class to toggle visibility */
.show-sow-menu {
    display: block !important;
}

/* MODAL OVERLAY */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

/* MODAL BOX */
.modal-dialog {
    background: #ffffff;
    border-radius: 14px;
    width: 420px;
    /*padding: 24px;*/
    padding: 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18), 0 4px 10px rgba(0,0,0,0.12);
}

/* MODAL CONTENT */
.modal-title {
    margin: 0 0 12px;
    font-size: 18px;
    color: #0b5d7a;
}

.modal-message {
    font-size: 15px;
    color: #333;
    margin-bottom: 24px;
}

/* ACTIONS */
.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* BUTTONS */
.btn-secondary {
    background: #f1f3f5;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #e2e6ea;
}

.btn-danger {
    background: #c0392b;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-danger:hover {
    background: #a93226;
}

/* UTILITY */
.hidden {
    display: none !important;
}

/* Overlay */
.confirm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

/* Modal */
.confirm-modal {
    background: #ffffff;
    width: 520px;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

/* Header */
.confirm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirm-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}

/* Message */
.confirm-message {
    margin: 18px 0 28px;
    font-size: 15px;
    color: #333;
}

/* Actions */
.confirm-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* Buttons */
.btn-outline {
    background: #fff;
    border: 1px solid #0b5d7a;
    color: #0b5d7a;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
}

.btn-outline:hover {
    background: #f2f9fd;
}

.btn-primary {
    background: #0078a8;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
}

.btn-primary:hover {
    background: #00648d;
}

/* Utility */
.hidden {
    display: none !important;
}

.is-invalid {
    border-color: #B30000 !important;
}

.error-message {
    display: block;
    color: #B30000;
    font-size: 12px;
    margin-top: 4px;
}

.manager-actions {
    position: relative;
    text-align: center;
}

.manager-actions .action-menu {
    position: absolute;
    right: 0;
    top: 62%;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 100px;
    border-radius: 4px;
    display: none;
}

.manager-actions .action-menu a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.manager-actions .action-menu a:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

/*Comments section*/
.comment-panel-overlay {
    position: fixed;
    top: 167px;
    right: 0;
    bottom: 78px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
}

    .comment-panel-overlay.hidden {
        display: none;
    }

.comment-panel {
    width: 400px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.comment-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f8fafc;
}

    .comment-panel-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #1e293b;
    }

    .comment-panel-header .close-btn {
        background: none;
        border: none;
        font-size: 24px;
        color: #64748b;
        cursor: pointer;
        padding: 0;
        line-height: 1;
    }

        .comment-panel-header .close-btn:hover {
            color: #1e293b;
        }

.comment-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.add-comment-section {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

    .add-comment-section textarea {
        width: 100%;
        resize: none;
        margin-bottom: 12px;
    }

.comment-actions {
    display: flex;
    justify-content: flex-end;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment-item {
    background-color: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.comment-author {
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
}

.comment-date {
    font-size: 12px;
    color: #64748b;
}

.comment-text {
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.comment-item-actions {
    display: flex;
    gap: 8px;
}

    .comment-item-actions button {
        background: none;
        border: none;
        font-size: 12px;
        color: #007CAF;
        cursor: pointer;
        padding: 4px 8px;
        border-radius: 4px;
    }

        .comment-item-actions button:hover {
            background-color: #e5e7eb;
            color: #1e293b;
        }

    .comment-item-actions .delete-btn:hover {
        background-color: #fee2e2;
        color: #dc2626;
    }

.no-comments {
    text-align: center;
    color: #64748b;
    padding: 40px 20px;
}

/* Comment action icons styling */
.comment-item-actions .bi-pencil,
.comment-item-actions .bi-trash {
    color: #007CAF;
}

/* ========================================
   CONTRACTOR RESPONSIBILITIES SECTION
   ======================================== */

.responsibilities-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.responsibilities-accordion {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: visible;
    background: #fff;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
}

.accordion-title {
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
}

    .accordion-title .section-number {
        color: #64748b;
        margin-right: 8px;
    }

.accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #64748b;
    transition: transform 0.2s ease;
}

    .accordion-toggle:hover {
        color: #1e293b;
    }

.accordion-content {
    padding: 20px;
}

.subsection-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.subsection-title strong {
    display: block;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 4px;
}

.subsection-intro {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.btn-add-new {
    background: #e0f2fe;
    color: #0284c7;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

    .btn-add-new:hover {
        background: #bae6fd;
    }

.items-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.empty-list-message {
    text-align: center;
    padding: 32px 20px;
    color: #94a3b8;
    font-size: 14px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px dashed #e2e8f0;
}

.responsibility-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: box-shadow 0.2s ease;
}

    .responsibility-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .responsibility-item.subsection-item {
        margin-left: 32px;
        background: #f8fafc;
    }

.item-drag {
    width: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.drag-handle {
    cursor: grab;
    font-size: 12px;
}

    .drag-handle:active {
        cursor: grabbing;
    }

.item-section-number {
    flex-shrink: 0;
    min-width: 48px;
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
}

    .item-section-number.subsection-number {
        color: #64748b;
    }

.item-description {
    flex: 1;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.item-actions {
    flex-shrink: 0;
    position: relative;
}

    .item-actions .btn-action-menu {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 8px;
        color: #64748b;
        border-radius: 4px;
    }

        .item-actions .btn-action-menu:hover {
            background: #f1f5f9;
            color: #1e293b;
        }

    .item-actions {
        position: relative; /* anchor for absolute menu */
    }

    .item-actions .action-menu {
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        z-index: 9999;
        min-width: 180px;
        overflow: visible;
    }

        .item-actions .action-menu a {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            color: #475569;
            text-decoration: none;
            font-size: 13px;
            transition: background 0.15s ease;
        }

            .item-actions .action-menu a:hover {
                background: #f1f5f9;
                color: #1e293b;
            }

            .item-actions .action-menu a i {
                font-size: 14px;
                width: 16px;
            }

/* Section Badge in Modal */
.section-badge {
    background: #e2e8f0;
    color: #475569;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
}

/* Custom Teal Button Styles */
.btn-cancel {
    color: #007CAF !important;
    background-color: transparent !important;
    border: 2px solid #007CAF !important;
    border-radius: 50px !important;  Forces the pill shape 
    padding: 12px 32px !important;  Adjusts width to match image 
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-cancel:hover {
        background-color: #f0f9ff !important;
        color: #005a80 !important;
    }

.btn-save {
    color: #ffffff !important;
    background-color: #007CAF !important;
    border: 2px solid #007CAF !important;
    border-radius: 50px !important;  Forces the pill shape 
    padding: 12px 32px !important;  Makes 'Save' slightly wider 
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-save:hover {
        background-color: #006691 !important;
        border-color: #006691 !important;
    }
}
}

/*----------------------------------*/

/* Modal container */
.procurement-modal {
    max-width: 640px;
    border-radius: 8px;
    padding: 0;
}

/* Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.modal-close {
    font-size: 22px;
    cursor: pointer;
    color: #6c757d;
}

/* Body */
.modal-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 18px;
}

label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}

.required {
    color: red;
}

/* Inputs */
.form-control {
    width: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

/* File upload */
.file-upload-wrapper {
    display: flex;
    gap: 8px;
}

.file-display {
    flex: 1;
    background-color: #fff;
}

.choose-file-btn {
    border: 1px solid #ced4da;
    background: #f8f9fa;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}

.file-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6c757d;
}

/* Footer */
.modal-footer {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e5e5e5;
}

/* Buttons */
.btn {
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
}

.btn-outline {
    background: #fff;
    border: 1px solid #007bff;
    color: #007bff;
}

.btn-primary {
    background: #007bff;
    border: 1px solid #007bff;
    color: #fff;
}
.read.force-hide {
    display: none !important;
}

/* Auto complete dropdown */
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #f1f1f1;
}

.autocomplete-search-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #888;
}
