﻿html, body {
    height: 100% !important;
    margin: 0 !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.page-wrapper {
    height: 100vh;
}

header {
    background-color: rgb(47, 28, 61);
    width: 100%;
    z-index: 1040;
    top: 0px;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-26 {
    font-size: 1.625rem;
}


.fs-48 {
    font-size: 3rem;
}

.p20 {
    padding: 20px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.p20p10 {
    padding: 20px 10px !important;
}

.pb-56 {
    padding-bottom: 56px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.full-stretch-hr {
    margin-left: -2rem;
    margin-right: -2rem;
}

.nav-background {
    background-color: rgb(47, 28, 61) !important;
}

main {
    overflow-y: auto; /* scroll only the body */
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.teal-accent {
    width: 77px;
    height: 6px;
    background-color: #3F9FB5
}

.noBids-card {
    border-radius: 12px;
    border: 1px solid var(--light-border, #D5D5D5);
    background: #F7FBFC;
}

.bidDetails-section-title {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.bidDetails-section-ttile-response {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bidDetails-section-header {
    background: #E4E4E4;
    padding: 10px 24px;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.bidDetails-memo-box {
    background: #f4f6f8;
    padding: 20px;
    border-radius: 12px;
}

.bid-card-filter {
    background: #FAFAFA;
    padding: 32px;
    border-color: #D5D5D5;
    border-radius: 12px;
    margin: 0px;
}

.bid-opp-content {
    background-color: #F2F2F2;
}

.bid-description {
    max-width: 860px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
}


.tab-card {
    border: 1px solid #e0e0e0;
    border-top: none !important;
    border-radius: 0 0 12px 12px;
    padding: 40px;
    background-color: #FAFAFA;
}
/*Status Pills*/
.status-icon {
    width: 20px;
    height: 20px;
}
.status-canceled-icon {
    width: 20px;
    height: 20px;
    margin-top:1px;
}

/*Status Pills*/
.status-open-close-icon {
    width: 16px;
    height: 16px;
}

/* Outer pill - Open Status */
.status-open-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(22, 22, 22, 0.90);
    border: 1px solid rgba(6, 122, 87, 0.20) !important;
    border-radius: 16px;
    background-color: rgba(10, 204, 146, 0.05);
    color: #161616 !important;
}

.icon-open-margin {
    margin-top: 1px;
}

/* Circle around icon - Open */
.status-open-circle {
    border-radius: 50%; /* perfect circle */
    border: 1.5px solid; /* color from border-success */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1;
}

/* Outer pill - Closed Status */
.status-closed-pill {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.60);
    border-radius: 16px;
    background-color: rgba(0, 21, 128, 0.04);
    font-weight: 400;
    font-size: 1rem;
    color: #161616 !important;
}

/* Outer pill - Upcoming Status */
.status-upcoming-pill {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid rgba(26,116,168,0.20);
    background: rgba(38,176,255,0.05);
    border-radius: 16px;
    color: #161616 !important;
}

/* Outer pill - cancelled Status */
.status-cancelled-pill {
    display: flex;
    justify-content: center;
    gap: 2px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid rgba(199, 58, 58, 0.14) !important;
    background: rgba(255, 74, 74, 0.05);
    border-radius: 16px;
    color: #161616 !important;
}

.cborder {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.04);
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* Give all nav-tabs a custom background when not active */
.nav-tabs .nav-link {
    background-color: #DED5E4;
    color: #60397C;
    border-radius: 12px 12px 0 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 18px;
}

    .nav-tabs .nav-link:hover {
        background-color: #FAFAFA;
        color: #60397C;
        cursor: pointer;
    }
    /* Keep the active tab styled differently */
    .nav-tabs .nav-link.active {
        background-color: #FAFAFA;
        font-weight: bold;
        color: #000;
        border-radius: 12px 12px 0 0 !important;
    }

.nav-item:hover {
    border: none !important;
}

.search-circle {
    width: 60px;
    height: 60px;
    background-color: #FAFAFA;
    border: 2px solid #adb5bd;
    border-radius: 50%;
}

.search-icon {
    font-size: 1.5rem;
}

.search-align {
    min-height: 8vh !important
}

option[value=""] {
    display: none;
}
/*progress tracker*/

.stepper-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding: 0 20px;
}

.stepper-line {
    position: absolute;
    top: 28px; /* aligns with center of circles */
    left: 60px;
    right: 60px;
    height: 2px;
    background-color: #d3d3d3;
    z-index: 0;
}

.stepper-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ded5e4;
    color: #5f4970;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
}
    /* Active step */
    .step-circle.active {
        background-color: #ffffff;
        border: 3px solid #000;
        color: #000;
    }

    .step-circle.completed {
        color: transparent;
        position: relative;
    }

        .step-circle.completed::before {
            content: "🗸";
            color: #09be3f;
            font-size: 1.4rem;
            font-weight: 700;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.step-label {
    margin-top: 6px;
    font-size: 0.85rem;
    text-align: center;
    color: #495057;
}
/*  MultiSelect Search*/

.multi-select {
    position: relative;
}

.selected-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
}

.selected-item {
    display: flex;
    align-items: center;
    background: #0078d7;
    color: white;
    border-radius: 12px;
    padding: 2px 6px;
    margin: 2px;
    font-size: 0.813rem;
}

.remove-btn {
    background: transparent;
    border: none;
    color: white;
    margin-left: 4px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.dropdown-list {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
}

    .dropdown-list li {
        padding: 6px 8px;
        cursor: pointer;
    }

        .dropdown-list li:hover {
            background-color: #f0f0f0;
        }

.search-placeholder {
    flex: 1;
    padding: 4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.menu-btn {
    flex-shrink: 0;
    margin-left: 6px;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #555;
    cursor: pointer;
    padding: 4px;
    position: relative;
    z-index: 10; /* ensures icon is clickable */
}

    .menu-btn:hover {
        color: #0078d7;
    }

.footer-cob {
    background-color: #D8EDF2;
    padding: 36px;
}

.white-box {
    background-color: white;
    /*border: 1px solid #D7D7D7;*/
}
/*BreadCrumb*/
.custom-breadcrumb {
    background-color: #F3EEF9;
    display: flex;
    padding: 20px 56px;
    align-items: center;
}

.breadcrumb-link {
    text-decoration: none;
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .breadcrumb-link:hover {
        text-decoration: underline;
    }

.breadcrumb-active {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb-separator {
    margin: 0 6px;
    color: black;
}
