﻿
:root {
    --primary-green: #1a5f3a;
    --primary-green-light: #2d7a52;
    --accent-orange: #ff6b35;
    --accent-gold: #f59e0b;
}

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
}

.btnNext {
    border-width: 0px;
    margin-top: 0px;
    float: right;
    margin-left: 8px;
}

.SumoSelect {
    width: 80%;
}

.form-group label {
    font-weight: 600;
    font-size: 12px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input, .form-group select {
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.p-2 {
    padding: 7px 25px;
}

.mb-2 {
    margin-bottom: 20px;
}

.SumoSelect > .CaptionCont {
    width: 100%;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 7px;
}

.btn {
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.page-header {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(26, 95, 58, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: slideDown 0.4s ease;
    margin-top: 0px;
    border: 1px solid #e9e9e9;
}

.results-section {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(26, 95, 58, 0.12);
    align-items: center;
    animation: slideDown 0.4s ease;
    margin-top: 0px;
    border: 1px solid #e9e9e9;
}

.step-indicator {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.step.active {
    background: var(--primary-green);
    color: white;
    border-color: var(--primary-green);
    box-shadow: var(--shadow-md);
}

.step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 3px 16px 3px 3px;
    background: #fdfdfdfa;
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

    .step.active .step-number {
        background: #ff6b35;
        color: white;
    }

    .step:hover {
        transition: all 0.3s ease;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    }

        .step:hover a {
            text-decoration: none;
        }

            .step:hover a .step-number {
                background: #ff6b35;
                color: white;
                text-decoration: none;
            }

    .step a {
        display: flex;
        align-content: center;
        align-items: center;
    }

        .step a .step-number {
            margin-right: 8px;
            background: #dddddd;
        }

.step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    color: #1a5f3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.page-title-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a5f3a;
    margin: auto;
}

.filter-section {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(26, 95, 58, 0.12);
    animation: fadeIn 0.5s ease 0.1s backwards;
    border: 1px solid #e9e9e9;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
    animation: fadeIn 0.5s ease 0.2s backwards;
}

.info-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 1rem 1.5rem;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
    border-left: 4px solid var(--primary-green);
    display: flex;
    align-items: center;
    border: 1px solid white;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

    .info-card.error {
        background: linear-gradient(135deg, #ff9191 0%, #ff5a73 100%);
        border-left-color: #0000001c;
    }

.info-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.info-text {
    font-size: 15px;
    color: #1a1a1afa;
    font-weight: 500;
    font-family: inherit;
}

.info-card.warning {
    background: linear-gradient(135deg, #f3f3f3 0%, #b5b5b5 100%);
    border-left-color: #10101012;
}

.info-card.middle {
    background: linear-gradient(135deg, #bee6ff 0%, #4f9dcd 100%);
    border-left-color: #10101012;
}

.info-card.success {
    background: linear-gradient(135deg, #d1fae5 0%, #2cdb2c 100%);
    border-left-color: #10101012;
}

.hdr {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.hdr-badge {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #27724b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgb(39 114 75 / 26%);
}

    .hdr-badge svg {
        width: 18px;
        height: 18px;
    }
.live {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .68rem;
    font-weight: 600;
    color: #27724b;
    text-transform: uppercase;
    letter-spacing: .8px;
    background: #eaf5effa;
    border: 1px solid #c8e6d6fc;
    border-radius: 16px;
    padding: 4px 10px 4px 7px;
}
.hdr-text h1 {
    font-size: 15px;
    font-weight: 400;
    color: #1a2e24fa;
    letter-spacing: -.2px;
    margin: 0;
}
.hdr-text span {
    font-size: 12px;
    color: #7a9088;
    font-weight: 500;
}

.search {
    background: #fffffffa;
    border: 1px solid #dde8e1;
    border-radius: 6px;
    padding: 18px 20px 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 4px 16px rgba(39, 114, 75, .06);
}

.search-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
}

    .search-head .bar {
        width: 3px;
        height: 16px;
        border-radius: 2px;
        background: #27724bfc;
    }

    .search-head h2 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #4a6658;
        margin:0px;
    }
    .mt-2{
        margin-top:20px;
    }
.fld {
    flex: 1;
    min-width: 130px;
}

.btnSearch {
    height: 38px;
    padding: 0 22px;
    background: #27724b;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 2px 6px rgba(39, 114, 75, .25), 0 6px 20px rgba(39, 114, 75, .18);
    transition: transform .15s, box-shadow .2s, background .2s;
}
.btnSearch:hover {
    background: #3a9a6b;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(39, 114, 75, .3), 0 8px 28px rgba(39, 114, 75, .22);
    color:white;
}

.btnSaveasDraft {
    height: 38px;
    padding: 0 22px;
    background: #7b7b7b;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 2px 6px rgba(39, 114, 75, .25), 0 6px 20px rgba(39, 114, 75, .18);
    transition: transform .15s, box-shadow .2s, background .2s;
    margin: 0px 7px;
}

    .btnSaveasDraft:hover {
        background: #4c4c4c;
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(39, 114, 75, .3), 0 8px 28px rgba(39, 114, 75, .22);
        color: white;
    }

.btnProcess {
    height: 38px;
    padding: 0 22px;
    background: #fe7f2d;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 2px 6px rgba(39, 114, 75, .25), 0 6px 20px rgba(39, 114, 75, .18);
    transition: transform .15s, box-shadow .2s, background .2s;
}

    .btnProcess:hover {
        background: #eb7327;
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(39, 114, 75, .3), 0 8px 28px rgba(39, 114, 75, .22);
        color: white;
    }

.gridTextbox {
    display: block;
    width: 100%;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.fileUpload {
    background-color: white;
    padding: 7px;
    border-radius: 5px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.bg-white
{
    background-color:white;
}

.headerTable tr th {
    background-color: #267049;
    color: white;
    border: 1px solid #1a5536 !important;
}

/* ================= PRINT STYLE ================= */
@media print {

    /* Page setup */
    @page {
        size: A4 portrait;
        margin: 12mm;
    }

    body {
        background: #fff !important;
        font-size: 11px;
        color: #000;
    }

   

    /* Show labels like text (important) */
    label {
        font-weight: 600;
    }

    /* Panels clean */
    .panel {
        border: none !important;
        box-shadow: none !important;
    }

    .panel-body {
        padding: 4px !important;
    }

    /* Grid fix */
    table {
        border-collapse: collapse !important;
        width: 100% !important;
    }

    th, td {
        border: 1px solid #000 !important;
        padding: 4px !important;
        font-size: 10px;
        white-space: nowrap;
    }

    th {
        background: #f2f2f2 !important;
        text-align: center;
        font-weight: bold;
    }

    /* Remove scrollbars */
    .table-responsive,
    .panel,
    .panel-body {
        overflow: visible !important;
    }

    /* Hide checkbox column if needed */
    .rowCheck {
        display: none !important;
    }

    /* Labels look like text */
    .form-control {
        border: none !important;
        padding: 0 !important;
        background: transparent !important;
    }

    /* Headings spacing */
    h1, h2, h3, h4, h5 {
        margin: 4px 0;
    }
}
