@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* _content/AcquisWebPortalV2/Components/Common/AgreementSummarySidebar.razor.rz.scp.css */
.summary-container[b-o4bagrn5bn] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: white;
    padding: 28px;
    align-items: flex-start;
    border: 1px solid var(--PrimaryBlue);
    border-bottom: none;
    border-left: none;
    height: 100%;
}

.button-container[b-o4bagrn5bn] {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px;
}

.value-summary[b-o4bagrn5bn] {
    display: flex;
    align-items: center;
    width: 100%;
}
 
    .value-summary .text-box[b-o4bagrn5bn] {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        width: 12vw;
    }

    .value-summary .text-box .primary-label[b-o4bagrn5bn] {
        overflow-wrap: break-word;
    }

    .value-summary[b-o4bagrn5bn]  .icon-wrapper {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .value-summary[b-o4bagrn5bn]  .icon-wrapper img {
        width: 26px;
        height: 26px;
    }

.title-box .primary-label[b-o4bagrn5bn] {
    font-size: 20px !important;
}

.multi-asset-info[b-o4bagrn5bn] {
    background-color: #EDF2FA;
    border-radius: 16px;
    padding: 16px 40px 16px 24px;
}

    .multi-asset-info .multi-asset-info-title[b-o4bagrn5bn] {
        display: flex;
        width: 100%;
        gap: 10px;
        vertical-align: middle;
        justify-content: center;
    }

    .multi-asset-info p[b-o4bagrn5bn] {
        padding-left: 20px;
        margin-top: 8px;
    }
/* _content/AcquisWebPortalV2/Components/Common/ContactUsLabel.razor.rz.scp.css */
.link-label:hover[b-lo7kqg2dgx] {
    cursor: pointer;
}

.link-label[b-lo7kqg2dgx] {
    font-weight: 600;
}
/* _content/AcquisWebPortalV2/Components/Common/ContactUsModal.razor.rz.scp.css */
.contact-modal-content[b-tzqyi18wru] {
    display: flex;
    flex-direction: column;
    padding-top: 0px !important;
    max-width: 20vw;
    min-width: 15vw;
    gap: 1vh;
}

.content-title[b-tzqyi18wru] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-container[b-tzqyi18wru] {
    border-radius: 16px;
    border: 1px solid var(--PrimaryBlue);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 15px;
    margin-bottom: 12px;
}

.info-row[b-tzqyi18wru] {
    display: flex;
    gap: 10px;
}

.info-container[b-tzqyi18wru] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

a[b-tzqyi18wru] {
    text-decoration: none;
}

.button-row[b-tzqyi18wru] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 16px;
}

.button-row button[b-tzqyi18wru] {
    min-width: 100px;
}

.title-label[b-tzqyi18wru] {
    color: var(--AcquisNavy);
}
/* _content/AcquisWebPortalV2/Components/Common/DataTable.razor.rz.scp.css */
table[b-g3n4igbboq] {
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 98%;
    margin: 1rem;
}

thead th[b-g3n4igbboq] {
    width: 10%;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    position: sticky;
    top: 0;
    background-color: #F0F8FA;
}

    thead th:not(:first-child) .sort-icons[b-g3n4igbboq] {
        border-left: 1px solid var(--LightGrey);
        align-items: center;
    }

    thead th:not(:first-child).edit-icon-column .sort-icons[b-g3n4igbboq] {
        border-left: none !important;
        align-items: center;
    }

thead[b-g3n4igbboq] {
    height: 50px;
    background-color: #F0F8FA;
}

.table-header[b-g3n4igbboq] {
    font-weight: 700;
    padding-left: 10px;
    display: inline;
    color: var(--AcquisNavy);
}

tr[b-g3n4igbboq] {
    height: 55px;
    border-radius: 22px;
}

[b-g3n4igbboq] tr td {
    width: 10%;
    color: var(--Tangaroa);
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    font-size: 14px;
}

[b-g3n4igbboq] tr td label {
    color: var(--AcquisNavy);
    display: flex;
    gap: 5px;
    align-items: center;
}

tbody[b-g3n4igbboq]  tr:not(:hover):not(.selected-row) td {
    border-bottom: 1px solid lightgray;
}


.UpDownArrow[b-g3n4igbboq] {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 10px;
    position: relative !important;
}

    .UpDownArrow .Icon15:last-child[b-g3n4igbboq] {
        margin-top: -5px;
    }


/* ----- Column Sizings ----- */
.column[b-g3n4igbboq] {
    cursor: pointer;
}

    .column img[b-g3n4igbboq] {
        margin-right: 10px;
    }

.large-column[b-g3n4igbboq] {
    min-width: 175px;
    width: fit-content;
}

.small-column[b-g3n4igbboq] {
    max-width: 125px;
}

.icon-column[b-g3n4igbboq] { 
    width: 3%;
}

.sort-icons[b-g3n4igbboq] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    padding-top:15px;
    padding-bottom:15px;
}

.data-table-row[b-g3n4igbboq] {
    border-bottom: 1px solid var(--LightGrey);
    padding: 5px;
}

    .data-table-row[b-g3n4igbboq]  td label {
        font-weight: 400;
    }

/*Red Row - when presented without hovering or selected....*/
[b-g3n4igbboq] .red-row td {
    background-color: rgba(255, 0, 13, 0.15);
}

[b-g3n4igbboq] .selected-row.red-row td, .red-row:hover td[b-g3n4igbboq] {
    background-color: rgb(255, 191, 194);
}

[b-g3n4igbboq] .red-row:hover td {
    cursor: pointer;
}

[b-g3n4igbboq] .selected-row td, tbody[b-g3n4igbboq]  tr:hover:not(.red-row) td {
    background-color: #DCF0F6;
    cursor: pointer;
}

[b-g3n4igbboq] .selected-row td {
    border: 1px solid var(--Tangaroa);
}

    [b-g3n4igbboq] .selected-row td:first-child {
        border-top-left-radius: 10px;
        border-right: none;
        border-bottom-left-radius: 10px;
    }

    [b-g3n4igbboq] .selected-row td:not(:first-child):not(:last-child) {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    [b-g3n4igbboq] .selected-row td:last-child {
        border-top-right-radius: 10px;
        border-left: none;
        border-bottom-right-radius: 10px;
    }

[b-g3n4igbboq] .NoBorderRight .sort-icons, .NoBorderRight .sort-icons[b-g3n4igbboq] {
    border-right: none !important;
}

.Icon15[b-g3n4igbboq] {
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
}
/* _content/AcquisWebPortalV2/Components/Common/FaqsModal.razor.rz.scp.css */
.faq-modal-content[b-37rp4mrqaf] {
    display: flex;
    flex-direction: column;
    padding-top: 0px !important;
    width: 20vw;
    gap: 1vh;
}

    .faq-modal-content .content-title[b-37rp4mrqaf] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .faq-modal-content .questions-container[b-37rp4mrqaf] {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-height: 40vh;
        overflow-y: auto;
    }

 .question-accordion[b-37rp4mrqaf] {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid var(--PrimaryBlue);
        border-radius: 8px;
    }

    .question-accordion.expanded[b-37rp4mrqaf] {
        background-color: #F0F8FA !important;
    }

.question-accordion .question-accordion-header[b-37rp4mrqaf] {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

    .question-accordion-header .toggle-question-icon[b-37rp4mrqaf] {
        width: 16px;
        height: 16px;
    }

        .question-accordion-header .toggle-question-icon:hover[b-37rp4mrqaf] {
            cursor: pointer;
        }

.question-accordion .question-accordion-answer[b-37rp4mrqaf] {
    padding: 0px 16px 16px 16px;
}

.question-accordion .question-accordion-answer p[b-37rp4mrqaf] {
    margin-top: 0px;
    line-height: 21px;
}

.contact-us-container[b-37rp4mrqaf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0px 8px 0px;
}
/* _content/AcquisWebPortalV2/Components/Common/FeedbackModule.razor.rz.scp.css */
.feedback-container[b-jenzaysoq5] {
    background-color: #fff;
    border-radius: 24px;
}

    .feedback-container .feedback-content[b-jenzaysoq5] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 30px;
    }

    .feedback-container .feedback-content[b-jenzaysoq5]  .form-group { 
        width: 100%;
    }

        .feedback-container .feedback-content[b-jenzaysoq5]  .form-group textarea {
            border-color: #386A8C;
            border-radius: 16px;
        }

    .feedback-container .feedback-content .button-row[b-jenzaysoq5] {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 0px !important;
    }

    .feedback-container h3[b-jenzaysoq5] {
        font-family: 'Lato';
        font-weight: 500;
        font-size: 16px;
        margin-top: 0px;
        line-height: 150%;
        text-align: center;
        color: var(--AcquisNavy) !important;
    }

.submitted-message[b-jenzaysoq5] {
    width: 400px;
    background-color: #E1EAFA;
    border: 1px solid var(--PrimaryBlue);
    border-radius: 24px;
    padding: 24px 16px 24px 16px;
}

    .submitted-message p[b-jenzaysoq5] {
        font-family: 'Lato';
        font-weight: 500;
        font-size: 16px;
        margin-top: 0px;
        line-height: 150%;
        text-align: center;
        color:  var(--AcquisNavy);
    }

.star-rating[b-jenzaysoq5] {
    display: flex;
    cursor: pointer;
    gap: 8px;
}

.star[b-jenzaysoq5] {
    font-size: 40px;
    color: lightgray;
    transition: color 0.2s;
}

    .star.filled[b-jenzaysoq5] {
        color: gold;
    }
/* _content/AcquisWebPortalV2/Components/Common/Pagination.razor.rz.scp.css */
.pagination-container[b-nnb2x0gqtk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #F0F8FA;
    border-top: 1px solid var(--LightGrey);
}

.pagination-info[b-nnb2x0gqtk] {
    display: flex;
    gap: 40px;
}

.pagination-info label[b-nnb2x0gqtk] {
    font-weight: 400;
    margin-top: auto;
}

.pagination-info .form-group[b-nnb2x0gqtk] {
    padding-bottom: 0px;
}

.pagination-text[b-nnb2x0gqtk] {
    color: var(--LightGray);
    font-size: 14px;
}

.pagination-controls[b-nnb2x0gqtk] {
    display: flex;
    gap: 0.25rem;
    align-items: center;

    height: 100%;
    margin-top: auto;
}

.pagination-btn[b-nnb2x0gqtk] {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(170, 177, 178, 1);
    background-color: white;
    color: var(--AcquisNavy);
    cursor: pointer;
    border-radius: 16px;
    font-size: 14px;
    transition: all 0.2s ease;

    height: 40px;
    min-width: 40px;
}

.pagination-btn.img-button[b-nnb2x0gqtk] {
    border: none !important;
    background-color: transparent !important;
}

.pagination-btn:hover:not(:disabled)[b-nnb2x0gqtk] {
    background-color: var(--LightBlue);
    border-color: var(--PrimaryBlue);
}

.pagination-btn.active[b-nnb2x0gqtk] {
    background-color: var(--PrimaryBlue);
    color: white;
    border-color: var(--PrimaryBlue);
}

.pagination-btn:disabled[b-nnb2x0gqtk] {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
    border-color: #dee2e6;
}

    .pagination-btn.img-button:disabled[b-nnb2x0gqtk] {
        border: none !important;
        background-color: transparent !important;
    }

.pagination-size[b-nnb2x0gqtk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-label[b-nnb2x0gqtk] {
    color: var(--LightGray);
    font-size: 14px;
}

.pagination-select[b-nnb2x0gqtk] {
    width: 85px;
    height: 45px;
}

@media (max-width: 768px) {
    .pagination-container[b-nnb2x0gqtk] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .pagination-controls[b-nnb2x0gqtk] {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .pagination-size[b-nnb2x0gqtk] {
        justify-content: center;
    }
}
/* _content/AcquisWebPortalV2/Components/Common/ProgressTimeline.razor.rz.scp.css */

.progress-container[b-isdrmzp44o] {
    display: flex;
    gap: 40px;
}

.step[b-isdrmzp44o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle[b-isdrmzp44o] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DAE3E5;

    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--DarkGray);
    font-weight: bold;
    z-index: 1;
}

    .circle.active[b-isdrmzp44o] {
        border: 2px solid var(--PrimaryBlue);
        background-color: white;
        color: var(--PrimaryBlue);
    }

    .circle.completed[b-isdrmzp44o] {
        border: none;
        background-color: var(--PrimaryBlue);
        color: white;
    }

.line[b-isdrmzp44o] {
    position: absolute;
    top: 15px;
    left: 75%;
    width: 115px;
    height: 2px;
    background-color: #d3d3d3;
    z-index: 0;
}

    .line.completed[b-isdrmzp44o] {
        background-color: var(--PrimaryBlue);
    }

.step:last-child .line[b-isdrmzp44o] {
    display: none;
}

.step-text[b-isdrmzp44o] {
    font-weight: 400;
    font-size: 16px;
    color: var(--LightGray);
    margin-top: 10px;
    text-align: center;
    width: 150px;
}

    .step-text.active[b-isdrmzp44o] {
        font-weight: 500;
        color: var(--AcquisNavy);
    }

    .step-text.active[b-isdrmzp44o] {
        font-weight: 500;
        color: var(--AcquisNavy);
    }

    .step-text.completed[b-isdrmzp44o] {
        font-weight: 500;
        color: var(--AcquisNavy);
    }
/* _content/AcquisWebPortalV2/Components/Input/CheckboxDropdownV2.razor.rz.scp.css */
.displayText[b-fohskohli1] {
    font-size: 16px;
    font-family: 'Lato';
    padding: 5px 5px 5px 15px !important;

    border: 1px solid #AAB1B2;
    border-radius: 24px;
    height: 50px;
    padding: 12px 16px; /* Add proper padding to center content */
    box-sizing: border-box; /* Ensure padding is included in height calculation */
    font-size: 16px;

    width: 250px;
}

input[type=checkbox][b-fohskohli1] {
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--Tangaroa);
    margin-right: 15px;
}

.dropdown-item[b-fohskohli1], .section-head[b-fohskohli1] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    min-height: 40px;
    padding-right: 10px;
}

    .dropdown-item:hover:not(.section-head):not(:disabled)[b-fohskohli1] {
        background-color: var(--PattensBlue) !important;
    }

    .dropdown-item label[b-fohskohli1] {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dropdown-item:not(:disabled) label[b-fohskohli1] {
        cursor: pointer;
    }

.section-head[b-fohskohli1] {
    position: sticky;
    top: 0;
    background: white !important;
    z-index: 1;
    cursor: default !important;
}

    .section-head label[b-fohskohli1] {
        font-weight: 700 !important;
    }

.scroll-content[b-fohskohli1] {
    overflow-y: auto;
    padding-right: 10px;
}

.dropdown-item *[b-fohskohli1] {
    pointer-events: auto !important;
}

.FilterCount[b-fohskohli1] {
    font-weight: 400;
    margin-right: 0px;
    margin-left: auto;
}

.TabbedDiv[b-fohskohli1] {
    margin-left: 20px;
}

.OptionLabel[b-fohskohli1] {
    margin-right: 10px;
}
/* _content/AcquisWebPortalV2/Components/Input/ComponentTemplate.razor.rz.scp.css */
.tooltip-trigger[b-ze2imtaeif] {
    width: auto;
    height: auto;
    padding-bottom: 4px;
}

.tooltip-trigger img[b-ze2imtaeif] {
    width: 20px;
    height: 20px;
}

.tooltip-trigger:hover .tooltip-content[b-ze2imtaeif] {
    visibility: visible !important;
}

.tooltip-content[b-ze2imtaeif] {
    visibility: hidden;
    width: 220px;
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 10px;
    position: absolute;
    z-index: 10000;
    color: var(--AcquisNavy);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* _content/AcquisWebPortalV2/Components/Input/DocumentInputComponent.razor.rz.scp.css */
.file-upload-container[b-zvw7gph2xm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 32px 0px 32px 0px;
    border: 1px dashed var(--AcquisNavy);
    border-radius: 12px;
}

    .file-upload-container[b-zvw7gph2xm]  .icon-wrapper {
        width: 40px;
        height: 40px;
    }

        .file-upload-container[b-zvw7gph2xm]  .icon-wrapper img {
            width: 26px;
            height: 26px;
        }

    .file-upload-container .primary-label[b-zvw7gph2xm] {
        font-weight: 500;
        line-height: 50%;
    }

    .file-upload-container .secondary-label[b-zvw7gph2xm] {
        line-height: 21px;
    }

button:has(img) img[b-zvw7gph2xm] {
    margin-right: 10px;
}

.file-upload-button[b-zvw7gph2xm] {
    display: flex;
    gap: 8px;
    border-radius: 24px !important;
    border: 1px solid !important;
    padding: 8px 16px 8px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: fit-content;
}

    .file-upload-button:hover[b-zvw7gph2xm] {
        cursor: pointer;
    }

.upload-summary-container[b-zvw7gph2xm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .upload-summary-container .pill[b-zvw7gph2xm] {
        margin-left: 10px;
        background-color: #D4E2FA;
        border-radius: 24px;
        padding: 2px 8px 2px 8px;
        color: var(--PrimaryBlue);
        font-weight: 400;
    }

    .upload-summary-container .upload-row[b-zvw7gph2xm] {
        display: flex;
        width: 100%;
    }

        .upload-summary-container .upload-row img:first-child[b-zvw7gph2xm] {
            margin-right: 10px;
        }

        .upload-summary-container .upload-row span[b-zvw7gph2xm] {
            color: var(--AcquisNavy);
        }

        .upload-summary-container .upload-row a[b-zvw7gph2xm] {
            margin-left: auto;
        }

.loading-container[b-zvw7gph2xm] {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.loading-container .primary-label[b-zvw7gph2xm] {
    font-weight: 400 !important;
}

.upload-guide-labels[b-zvw7gph2xm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
/* _content/AcquisWebPortalV2/Components/Input/InputCheckboxComponent.razor.rz.scp.css */
.checkbox-field[b-ggeu7exz5t], .input-header-row[b-ggeu7exz5t] {
    display: flex;
    align-items: center;
    gap: 16px !important;
}

.checkbox-field label[b-ggeu7exz5t] {
    margin-left: 0 !important;
}

.input-header-row[b-ggeu7exz5t] {
    gap: 8px;
}

label[b-ggeu7exz5t] {
    margin-left: 15px;
}

[b-ggeu7exz5t] input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

[b-ggeu7exz5t] input[type=checkbox] {
    accent-color: var(--AcquisNavy);
}

.label-container[b-ggeu7exz5t] {
    display: flex;
    flex-direction: column;
}




/* _content/AcquisWebPortalV2/Components/Input/InputDateComponent.razor.rz.scp.css */
.date-input-group[b-bkrqd6djes] {
    display: flex;
    width: fit-content;
    gap: 5px;
    align-items: center;
    border: 1px solid #AAB1B2;
    border-radius: 24px;
    height: 50px;
    font-size: 16px;
    background-color: white;
    transition: border-color 0.2s ease;
    padding-left: 15px !important;
}

    /* Focus state for the entire group */
    .date-input-group:focus-within[b-bkrqd6djes] {
        border-color: #258cfb;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    .date-input-group[b-bkrqd6djes]  input {
        border: none !important;
        padding: 0 !important;
        width: 75px;
        height: auto;
        background: transparent !important;
        outline: none !important;
        text-align: center;
        font-size: 16px;
        color: #333;
        transition: all 0.2s ease;
    }

        /* Individual input focus styling */
        .date-input-group[b-bkrqd6djes]  input:focus {
            border: none !important;
            outline: none !important;
            background-color: #f8f9fa !important;
            border-radius: 8px !important;
        }

        /* Last input (YYYY) gets more width */
        .date-input-group[b-bkrqd6djes]  input:last-of-type {
            width: 100px;
        }
/* _content/AcquisWebPortalV2/Components/Input/InputDateRange.razor.rz.scp.css */
.form-group[b-btixcelqun] {
    width: 12vw;
}
/* _content/AcquisWebPortalV2/Components/Input/InputPasswordComponent.razor.rz.scp.css */

.password-input-wrapper[b-vdutjgpxam] {
    position: relative;
    width: 100%;
}

.password-input-field[b-vdutjgpxam] {
    width: 100%;
    padding-right: 50px;
}

.toggle-button[b-vdutjgpxam] {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none !important;
    cursor: pointer;
    font-size: 16px !important;
    color: var(--PrimaryBlue);
    font-weight: 700 !important;
}
/* _content/AcquisWebPortalV2/Components/Input/InputRadioComponent.razor.rz.scp.css */

.radio-button-group[b-x2elorz52n] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.radio-button-option[b-x2elorz52n] {
    position: relative;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: 1px solid var(--PrimaryBlue);
    border-radius: 24px;
    background-color: white;
    color: var(--PrimaryBlue);
    user-select: none;
    min-width: fit-content;

    display: flex;
    gap: 0.5rem;
}

    .radio-button-option:hover[b-x2elorz52n] {
        border-color: #94a3b8;
        background-color: #f8fafc;
    }

    .radio-button-option.selected[b-x2elorz52n] {
        background-color: var(--LightBlue);
    }

    .radio-button-option.not-selected[b-x2elorz52n] {
        border-color: var(--LightBlue);
        color: var(--LightBlue);
    }

    .radio-button-option input[type="radio"][b-x2elorz52n] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.radio-button-text[b-x2elorz52n] {
    font-weight: 500;
    white-space: nowrap;
}

/* Responsive design for smaller screens */
@media (max-width: 640px) {
    .radio-button-group[b-x2elorz52n] {
        flex-direction: column;
        align-items: stretch;
    }

    .radio-button-option[b-x2elorz52n] {
        text-align: center;
    }
}
/* _content/AcquisWebPortalV2/Components/Layout/Footer.razor.rz.scp.css */

.footer-container[b-cbyrdvfbft] {
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-row[b-cbyrdvfbft] {
    display: flex;
    align-items: stretch;
    gap: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-column[b-cbyrdvfbft] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

    .footer-column p[b-cbyrdvfbft] {
        margin-top: 0px !important;
        color: #FFFFFF;
        font-size: 16px;
        font-family: 'Lato' !important;
    }

    .footer-column h6[b-cbyrdvfbft] {
        margin-bottom: 8px;
    }

    .footer-column a[b-cbyrdvfbft] {
        margin-top: auto;
    }

.bottom-row[b-cbyrdvfbft] {
    display: flex;
    gap: 24px;
}

    .bottom-row a[b-cbyrdvfbft] {
        color: #FFFFFF;
        font-family: 'Lato' !important;
    }

    .bottom-row span[b-cbyrdvfbft] {
        color: #FFFFFF;
    }

    .bottom-row p[b-cbyrdvfbft] {
        margin-top: 0px !important;
        color: #FFFFFF;
        font-size: 14px;
        font-family: 'Lato' !important;

        margin-left: auto;
    }
/* _content/AcquisWebPortalV2/Components/Layout/Header.razor.rz.scp.css */
.header-row[b-zyaca93ls6] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 5vw;
    margin-right: 5vw;
    align-items: center;
}

.acquis-logo img[b-zyaca93ls6] {
    width: 10vw;
    height: 8vh;
}

.right-content[b-zyaca93ls6] {
    display: flex;
    gap: 2vw;
}

.nav-bar-item[b-zyaca93ls6] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 4px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    vertical-align: middle;
}

    .nav-bar-item:hover[b-zyaca93ls6] {
        background-color: rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }

    .nav-bar-item h2[b-zyaca93ls6] {
        white-space: nowrap;
    }


h2[b-zyaca93ls6], [b-zyaca93ls6] h2 {
    font-family: 'Lato' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    margin-top: 0px !important;
}
/* _content/AcquisWebPortalV2/Components/Layout/LanguageSelector.razor.rz.scp.css */
.language-selector[b-dhdza1pz1a] {
    position: relative;
    display: inline-block;
}

.current-option[b-dhdza1pz1a] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    user-select: none;
}

    .current-option:hover[b-dhdza1pz1a] {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .current-option img[b-dhdza1pz1a] {
        width: 26px;
        height: 26px;
        border-radius: 4px;
        object-fit: cover;
    }

.dropdown-arrow[b-dhdza1pz1a] {
    font-size: 12px;
    color: #666;
    transition: transform 0.2s ease;
}

    .dropdown-arrow.open[b-dhdza1pz1a] {
        transform: rotate(180deg);
    }

.custom-dropdown[b-dhdza1pz1a] {
    position: relative;
}

.dropdown-menu[b-dhdza1pz1a] {
    position: absolute;
    top: 100%;
    left: -150px; /* Keep this as right: 0 */
    transform-origin: top right; /* Add this to set the transform origin */
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    margin-top: 4px;
}

    .dropdown-menu.show[b-dhdza1pz1a] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.language-option[b-dhdza1pz1a] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin: 4px;
}

    .language-option:hover[b-dhdza1pz1a] {
        background-color: var(--LightBlue, #e3f2fd);
    }

    .language-option.selected[b-dhdza1pz1a] {
        background-color: var(--LightBlue, #e3f2fd);
        font-weight: 500;
    }

    .language-option img[b-dhdza1pz1a] {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        object-fit: cover;
    }

.language-name[b-dhdza1pz1a] {
    font-size: 14px;
    color: #333;
}

.dropdown-backdrop[b-dhdza1pz1a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

/* Scrollbar styling */
.dropdown-menu[b-dhdza1pz1a]::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu[b-dhdza1pz1a]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.dropdown-menu[b-dhdza1pz1a]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

    .dropdown-menu[b-dhdza1pz1a]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
/* _content/AcquisWebPortalV2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h0rzri49w3] {

}

.page-footer[b-h0rzri49w3] {
    background-color: #012944;
    text-align: center;
    padding: 10px;
    min-height: 12vh;
}

.page-header[b-h0rzri49w3] {
    height: auto;
}

.body[b-h0rzri49w3] {
    display: flex;
    min-height: 80vh;
}

.sidebar[b-h0rzri49w3] {
    width: 340px;
}

#blazor-error-ui[b-h0rzri49w3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-h0rzri49w3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AcquisWebPortalV2/Components/Layout/UserDropdown.razor.rz.scp.css */
.current-option[b-uaeldozft0] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    user-select: none;
}

    .current-option:hover[b-uaeldozft0] {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .current-option img[b-uaeldozft0] {
        width: 26px;
        height: 26px;
        border-radius: 4px;
        object-fit: cover;
    }

.dropdown-arrow[b-uaeldozft0] {
    font-size: 12px;
    color: #666;
    transition: transform 0.2s ease;
}

    .dropdown-arrow.open[b-uaeldozft0] {
        transform: rotate(180deg);
    }

.custom-dropdown[b-uaeldozft0] {
    position: relative;
}

.dropdown-menu[b-uaeldozft0] {
    position: absolute;
    top: 100%;
    left: -25px; /* Keep this as right: 0 */
    transform-origin: top right; /* Add this to set the transform origin */
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    margin-top: 4px;
}

    .dropdown-menu.show[b-uaeldozft0] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.option[b-uaeldozft0] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin: 4px;
}

    .option:hover[b-uaeldozft0] {
        background-color: var(--LightBlue, #e3f2fd);
    }

    .option.selected[b-uaeldozft0] {
        background-color: var(--LightBlue, #e3f2fd);
        font-weight: 500;
    }

    .option img[b-uaeldozft0] {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        object-fit: cover;
    }

.name[b-uaeldozft0] {
    font-size: 14px;
    color: #333;
}

.dropdown-backdrop[b-uaeldozft0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

/* Scrollbar styling */
.dropdown-menu[b-uaeldozft0]::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu[b-uaeldozft0]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.dropdown-menu[b-uaeldozft0]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

    .dropdown-menu[b-uaeldozft0]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
/* _content/AcquisWebPortalV2/Components/Modules/AgreementSearch.razor.rz.scp.css */
.button-row button[b-tf35j0yd2v] {
    width: 100% !important;
}

.button-row.back-button-row[b-tf35j0yd2v] {
    justify-content: flex-start;
    align-items: flex-start;
}

    .button-row.back-button-row button[b-tf35j0yd2v] {
        width: auto !important;
    }
/* _content/AcquisWebPortalV2/Components/Modules/ClaimsDocumentUploadModule.razor.rz.scp.css */
.guidelines-container[b-fqf1dl76lr] {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px 32px 24px 32px;
    margin-top: 16px;
}

.guidelines-container .primary-label[b-fqf1dl76lr] {
    font-weight: 700 !important;
    padding-bottom: 14px;
}

.guidelines-list[b-fqf1dl76lr] {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.guidelines-list li[b-fqf1dl76lr] {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
}

.guidelines-list li[b-fqf1dl76lr]::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--PrimaryBlue);
    font-weight: bold;
    font-size: 14px;
}

.note-wrapper[b-fqf1dl76lr] {
    background-color: var(--LightBlue);
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 8px;
}

.note-wrapper p[b-fqf1dl76lr] {
    margin: 0;
    color: var(--DarkGray);
    font-size: 14px;
}

.note-wrapper strong[b-fqf1dl76lr] {
    color: #374151;
}
/* _content/AcquisWebPortalV2/Components/Modules/DocumentUploadModule.razor.rz.scp.css */
.file-upload-container[b-s27yk4ijfy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 32px 0px 32px 0px;
    border: 1px dashed var(--AcquisNavy);
    border-radius: 12px;
}

    .file-upload-container[b-s27yk4ijfy]  .icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .file-upload-container[b-s27yk4ijfy]  .icon-wrapper img {
        width: 26px;
        height: 26px;
    }

    .file-upload-container .primary-label[b-s27yk4ijfy] {
        font-weight: 500;
        line-height: 50%;
    }

    .file-upload-container .secondary-label[b-s27yk4ijfy] {
        line-height: 21px;
    }

button:has(img) img[b-s27yk4ijfy] {
    margin-right: 10px;
}

.button-row[b-s27yk4ijfy] {
    justify-content: space-between !important;
}

.file-upload-button[b-s27yk4ijfy] {
    border-radius: 24px !important;
    border: 1px solid !important;
    padding: 8px 16px 8px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: fit-content;
}

    .file-upload-button:hover[b-s27yk4ijfy] {
        cursor: pointer;
    }

.upload-summary-container[b-s27yk4ijfy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .upload-summary-container .pill[b-s27yk4ijfy] {
        margin-left: 10px;
        background-color: #D4E2FA;
        border-radius: 24px;
        padding: 2px 8px 2px 8px;
        color: var(--PrimaryBlue);
        font-weight: 400;
    }

    .upload-summary-container .upload-row[b-s27yk4ijfy] {
        display: flex;
        width: 100%;
    }

    .upload-summary-container .upload-row img:first-child[b-s27yk4ijfy] {
        margin-right: 10px;
    }

    .upload-summary-container .upload-row span[b-s27yk4ijfy] {
        color: var(--AcquisNavy);
    }

    .upload-summary-container .upload-row a[b-s27yk4ijfy] {
        margin-left: auto;
    }
/* _content/AcquisWebPortalV2/Components/Modules/EmailVerification.razor.rz.scp.css */
.module-container[b-uhu4klo7a8] {
    width: 350px;
}

.button-row[b-uhu4klo7a8] {
    justify-content: space-between;
    gap: 3vw;
}

.btn-secondary[b-uhu4klo7a8] {
    display: flex;
    gap: 10px;
}

bold[b-uhu4klo7a8] {
    font-weight: 700;
    color: var(--AcquisNavy);
}

.countdown-label[b-uhu4klo7a8] {
    font-weight: 400 !important;
}

.code-input[b-uhu4klo7a8] {
    display: flex;
    align-items: center;    
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .code-input input[b-uhu4klo7a8] {
        width: 40px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 8px;
        border: 1px solid var(--PrimaryBlue);
        padding: 8px 14px 8px 14px;
    }

        .code-input input.invalid[b-uhu4klo7a8] {
            border: 1px solid #FF000D;
        }

    .code-input .hyphen-span[b-uhu4klo7a8] {
        font-weight: 700;
        font-size: 20px;
    }

.resent-span[b-uhu4klo7a8] {
    vertical-align: middle;
    margin-left: 5px;
}

.resend-span[b-uhu4klo7a8] {
    margin-left: 5px;
    cursor: pointer;
}

.login-container[b-uhu4klo7a8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    gap: 8px;
    padding: 12px 20px 12px 20px;
    background-color: var(--LightBlue);
    margin-top: 15px;
}

    .login-container p[b-uhu4klo7a8] {
        margin-top: 0px;
        font-size: 14px;
    }

    .login-container button[b-uhu4klo7a8]  {
        font-weight: 700 !important;
        padding: 0px !important
    }

    .login-container[b-uhu4klo7a8]  .login-input-form {
        padding-top: 0px !important;
    }

    .login-container[b-uhu4klo7a8]  .login-input-form .button-row {
        padding-top: 0px !important;
        gap: 24px;
    }

        .login-container[b-uhu4klo7a8]  .login-input-form .button-row button {
            flex: 1;
            min-width: 0;
        }

.title-row[b-uhu4klo7a8] {
    display: flex;
    gap: 8px;
}
    .title-row[b-uhu4klo7a8]  .icon-wrapper {
        background-color: transparent !important;
    }

    .title-row h3[b-uhu4klo7a8] {
        color: var(--AcquisNavy) !important;
        margin-top: 0;
        font-weight: 700;
        font-family: 'Lato' !important;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
    }
/* _content/AcquisWebPortalV2/Components/Modules/IncidentDetailsModule.razor.rz.scp.css */
.module-container[b-xs9lnbe38u] {
    width: 440px !important;
}

.incident-address-container[b-xs9lnbe38u] {
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid rgb(170, 177, 178) !important;
}

.incident-address-container .address-wrapper[b-xs9lnbe38u] {
    padding: 12px 24px 12px 24px; 
}

[b-xs9lnbe38u] .address-field {
    width: 70%;
}

[b-xs9lnbe38u] .postcode-field {
    width: 40%;
}

[b-xs9lnbe38u] .incident-details-field textarea {
    height: 150px;
}

[b-xs9lnbe38u] .incident-details-field textarea::placeholder {
    margin-right: 50px;
}

[b-xs9lnbe38u] .incident-address-component .input-header-row label:first-child {
    margin-left: 20px;
    margin-right: 20px;
}
/* _content/AcquisWebPortalV2/Components/Modules/InvokeDocusignModule.razor.rz.scp.css */
.wide-button[b-6sxtcrmqbe] {
    width: 100%;
}
/* _content/AcquisWebPortalV2/Components/Modules/LesseeDocumentUploadModule.razor.rz.scp.css */
.file-upload-container[b-0phl7ixdse] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 32px 0px 32px 0px;
    border: 1px dashed var(--AcquisNavy);
    border-radius: 12px;
}

    .file-upload-container[b-0phl7ixdse]  .icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .file-upload-container[b-0phl7ixdse]  .icon-wrapper img {
        width: 26px;
        height: 26px;
    }

    .file-upload-container .primary-label[b-0phl7ixdse] {
        font-weight: 500;
        line-height: 50%;
    }

    .file-upload-container .secondary-label[b-0phl7ixdse] {
        line-height: 21px;
    }

button:has(img) img[b-0phl7ixdse] {
    margin-right: 10px;
}

.button-row[b-0phl7ixdse] {
    justify-content: space-between !important;
}

.file-upload-button[b-0phl7ixdse] {
    border-radius: 24px !important;
    border: 1px solid !important;
    padding: 8px 16px 8px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: fit-content;
}

    .file-upload-button:hover[b-0phl7ixdse] {
        cursor: pointer;
    }

.upload-summary-container[b-0phl7ixdse] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .upload-summary-container .pill[b-0phl7ixdse] {
        margin-left: 10px;
        background-color: #D4E2FA;
        border-radius: 24px;
        padding: 2px 8px 2px 8px;
        color: var(--PrimaryBlue);
        font-weight: 400;
    }

    .upload-summary-container .upload-row[b-0phl7ixdse] {
        display: flex;
        width: 100%;
    }

    .upload-summary-container .upload-row img:first-child[b-0phl7ixdse] {
        margin-right: 10px;
    }

    .upload-summary-container .upload-row span[b-0phl7ixdse] {
        color: var(--AcquisNavy);
    }

    .upload-summary-container .upload-row a[b-0phl7ixdse] {
        margin-left: auto;
    }
/* _content/AcquisWebPortalV2/Components/Modules/LesseeOtherCoverCancellation.razor.rz.scp.css */
.name-row[b-n3mm7ktysb] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
/* _content/AcquisWebPortalV2/Components/Modules/LoginModule.razor.rz.scp.css */
.login-input-form[b-skrywykqcy] {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding-top: 30px;
    gap: 16px;
}

.register-label[b-skrywykqcy] {
    font-weight: 400 !important;
}

.link-label[b-skrywykqcy] {
    font-weight: 600;
}

.reset-password-container[b-skrywykqcy] {
    width: 400px;
}

.modal-title[b-skrywykqcy] {
    display: flex;
}

.modal-title[b-skrywykqcy]  clr-icon {
    margin-left: auto;
}

.reset-password-content[b-skrywykqcy] {
    display: flex;
    flex-direction: column;
    padding-top: 0px !important;
    padding: 24px;
}

.reset-password-content[b-skrywykqcy]  form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

[b-skrywykqcy] clr-icon {
    cursor: pointer !important;
}

.reset-password-inputs[b-skrywykqcy] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* _content/AcquisWebPortalV2/Components/Modules/OtherCoverDetailsModule.razor.rz.scp.css */
.module-container .button-row[b-gyqa5svwnz] {
    justify-content: space-between;
}

.tpl-question-container[b-gyqa5svwnz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    padding: 16px;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.tpl-question-container label[b-gyqa5svwnz] {
    font-size: 16px;
    line-height: 140%;
    color: var(--AcquisNavy);
    padding-bottom: 4px;
}

.tpl-question-container .button-row[b-gyqa5svwnz] {
    padding-top: 0px;
    justify-content: center;
    gap: 32px;
}

    .tpl-question-container .button-row button[b-gyqa5svwnz] {
        width: 100px !important;
    }

.selected[b-gyqa5svwnz] {
    background-color: #D4E2FA !important;
}
/* _content/AcquisWebPortalV2/Components/Modules/ProcessCompletedModule.razor.rz.scp.css */
.primary-label[b-muq48f9m0m] {
    font-size: 24px !important;
}

.module-container[b-muq48f9m0m] {
    align-items: center;
    width: 600px;
    gap: 24px;
    margin-bottom: 3vh !important;
}

.module-container label[b-muq48f9m0m] {
    text-align: center;
}

[b-muq48f9m0m] .feedback-container {
    width: 420px;
}

.claim-ref-container[b-muq48f9m0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 16px;
    gap: 4px;
    background-color: #E1EAFA;
}

.claim-ref-container p[b-muq48f9m0m] {
    margin: 0 !important;
}
/* _content/AcquisWebPortalV2/Components/Modules/ReviewClaimSubmission.razor.rz.scp.css */
.module-container[b-orweun70ca]  {
    width: 500px !important;
}

.claim-summary-container[b-orweun70ca] {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid var(--PrimaryBlue);
    padding: 24px;
}

.claim-summary-container .secondary-label[b-orweun70ca] {
    padding-top: 8px;
}

.claim-summary-title[b-orweun70ca] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.claim-summary-title p[b-orweun70ca] {
    margin: 0;
}

    .claim-summary-title[b-orweun70ca]  .icon-wrapper {
        width: 32px !important;
        height: 32px !important;
    }

.claim-summary-title[b-orweun70ca]  img:first-of-type {
    width: 26px !important;
    height: 26px !important;
}

    .claim-summary-title[b-orweun70ca]  img:last-of-type {
        width: 20px !important;
        height: 20px !important;
    }

.claim-summary-title button[b-orweun70ca] {
    margin-left: auto;
    height: 32px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.information-grid[b-orweun70ca] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    margin-top: 1rem;
}

.grid-item[b-orweun70ca] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.grid-item .primary-label[b-orweun70ca] {
    font-size: 16px !important;
}

.incident-details-item[b-orweun70ca] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.upload-content-container[b-orweun70ca] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
}

 .upload-row[b-orweun70ca] {
    display: flex;
    width: 100%;
}

    .upload-row img:first-child[b-orweun70ca] {
        margin-right: 10px;
    }

    .upload-row span[b-orweun70ca] {
        color: var(--AcquisNavy);
    }

    .upload-row a[b-orweun70ca] {
        margin-left: auto;
    }

.statements-container[b-orweun70ca] {
    margin-top: 16px;
}
/* _content/AcquisWebPortalV2/Components/Modules/VerifyCodeModule.razor.rz.scp.css */
.button-row[b-4rsa3ozkd0] {
    justify-content: flex-start;
    gap: 3vw;
}

    .button-row button[b-4rsa3ozkd0] {
        flex: 1;
        max-width: 50%;
    }

.btn-secondary[b-4rsa3ozkd0] {
    display: flex;
    gap: 10px;
}

bold[b-4rsa3ozkd0] {
    font-weight: 700;
    color: var(--AcquisNavy);
}

.countdown-label[b-4rsa3ozkd0] {
    font-weight: 400 !important;
}

.code-input[b-4rsa3ozkd0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .code-input input[b-4rsa3ozkd0] {
        width: 40px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 8px;
        border: 1px solid var(--PrimaryBlue);
        padding: 8px 14px 8px 14px;
    }

        .code-input input.invalid[b-4rsa3ozkd0] {
            border: 1px solid #FF000D;
        }

    .code-input .hyphen-span[b-4rsa3ozkd0] {
        font-weight: 700;
        font-size: 20px;
    }

.resent-span[b-4rsa3ozkd0] {
    vertical-align: middle;
    margin-left: 5px;
}

.resend-span[b-4rsa3ozkd0] {
    margin-left: 5px;
    cursor: pointer;
}
/* _content/AcquisWebPortalV2/Components/Pages/Account.razor.rz.scp.css */
.Account[b-1mjy36jufj] {
    display: flex;
    flex-direction: column;
}

    .Account .flex-col[b-1mjy36jufj] {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .Account .flex-row[b-1mjy36jufj] {
        display: flex;
        flex-direction: row;
    }

.primary-label[b-1mjy36jufj] {
    font-size: 24px !important;
}

.name-row[b-1mjy36jufj] :first-child {
    margin-right: 50px;
}

.button-row[b-1mjy36jufj] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .button-row button[b-1mjy36jufj] {
        min-width: 100px;
    }

/* Enhanced Telephone Input Row - Unified Input Styling */
.telephone-input-row[b-1mjy36jufj] {
    display: flex;
    border: 1px solid #AAB1B2;
    border-radius: 24px;
    background: white;
    overflow: visible; /* Changed from hidden to visible */
    transition: border-color 0.2s ease;
    height: 50px;
    align-items: center;
    position: relative;
}

    .telephone-input-row:focus-within[b-1mjy36jufj] {
        border-color: #258cfb;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    .telephone-input-row:has(.validation-message)[b-1mjy36jufj] {
        border: 1px solid #FF000D;
    }

.country-code-field[b-1mjy36jufj] {
    flex: 0 0 auto;
    min-width: 120px;
    border-right: 1px solid #AAB1B2;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    position: relative;
    overflow: visible; /* Add this to ensure dropdown isn't clipped */
}

.custom-dropdown[b-1mjy36jufj] {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* Increase z-index */
}

.current-option[b-1mjy36jufj] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    width: 100%;
    height: 100%;
}

    .current-option img[b-1mjy36jufj] {
        width: 20px;
        height: 20px;
        border-radius: 2px;
        object-fit: cover;
        flex-shrink: 0;
    }

.country-code-text[b-1mjy36jufj] {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    flex: 1;
}

.dropdown-arrow[b-1mjy36jufj] {
    font-size: 10px;
    color: #666;
    transition: transform 0.2s ease;
    margin-left: auto;
    flex-shrink: 0;
}

    .dropdown-arrow.open[b-1mjy36jufj] {
        transform: rotate(180deg);
    }

.telephone-dropdown-menu[b-1mjy36jufj] {
    position: absolute;
    top: calc(100% + 4px); /* Use calc to ensure it's outside the container */
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    z-index: 1050; /* Higher z-index */
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    width: 120px;
}

    .telephone-dropdown-menu.show[b-1mjy36jufj] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.country-option[b-1mjy36jufj] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin: 4px;
}

    .country-option:hover[b-1mjy36jufj] {
        background-color: #e3f2fd;
    }

    .country-option.selected[b-1mjy36jufj] {
        background-color: #e3f2fd;
        font-weight: 500;
    }

    .country-option img[b-1mjy36jufj] {
        width: 20px;
        height: 20px;
        border-radius: 2px;
        object-fit: cover;
        flex-shrink: 0;
    }

.tel-number-field[b-1mjy36jufj] {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
}

    .tel-number-field[b-1mjy36jufj]  input {
        border: none !important;
        background: none !important;
        outline: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        height: auto;
        width: 100%;
    }


.dropdown-backdrop[b-1mjy36jufj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; /* Lower than dropdown but higher than other content */
}

.submitted-message[b-1mjy36jufj] {
    width: 400px;
    background-color: #E1EAFA;
    border: 1px solid var(--PrimaryBlue);
    border-radius: 24px;
    padding: 24px 16px 24px 16px;
}

    .submitted-message p[b-1mjy36jufj] {
        font-family: 'Lato';
        font-weight: 500;
        font-size: 16px;
        margin-top: 0px;
        line-height: 150%;
        text-align: center;
        color: var(--AcquisNavy);
    }
/* _content/AcquisWebPortalV2/Components/Pages/Audits/AuditPage.razor.rz.scp.css */
h3[b-5tjugaj5h8] {
    color: var(--AcquisNavy) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.title-content[b-5tjugaj5h8] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-title-row[b-5tjugaj5h8] {
    display: flex;
    gap: 25px;
    padding-bottom: 15px;
    height: auto;
}

.page-title-row.filters-row[b-5tjugaj5h8] {
    align-content: space-between;
}

.page-title-row .form-group.dropdown-field[b-5tjugaj5h8], .page-title-row[b-5tjugaj5h8]  .form-group.dropdown-field {
    margin-top: auto;
    padding-bottom: 0px !important;
}

.date-range-field[b-5tjugaj5h8] {
    width: 11vw;
}

.search-bar[b-5tjugaj5h8] {
    display: inline-flex;
    vertical-align: middle;
    width: 30vw;
    height: 50px;
    margin-top: auto;
}

    .search-bar .searchInput[b-5tjugaj5h8] {
        padding-left: 10px;
        padding-right: 10px;
        outline-width: 0px;
        border-radius: 24px 0px 0px 24px;
    }

    .search-bar .searchInput:focus[b-5tjugaj5h8] {
        box-shadow: none !important;
    }

    .search-bar #search[b-5tjugaj5h8] {
        background-color: #5386E4;
        border-radius: 0px 24px 24px 0px !important;
        border: var(--bs-border-width) solid var(--bs-border-color);
    }

.info-label[b-5tjugaj5h8] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.count-span[b-5tjugaj5h8] {
    font-weight: 700;
    color: var(--AcquisNavy);
    padding-left: 5px;
}

.circle-16px[b-5tjugaj5h8] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.red[b-5tjugaj5h8] {
    background-color: #D12A00;
}

.blue[b-5tjugaj5h8] {
    background-color: #5386E4;
}

.green[b-5tjugaj5h8] {
    background-color: #66CC84;
}

.audit-table[b-5tjugaj5h8] {
    max-height: 55vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* _content/AcquisWebPortalV2/Components/Pages/Home.razor.rz.scp.css */
.start-box-row[b-ftmeyro4wc] {
    display: flex;
    gap: 40px;
}

    .start-box-row .start-box[b-ftmeyro4wc] {
        height: fit-content;
    }

.start-box .primary-label[b-ftmeyro4wc] {
    font-size: 20px;
}

.start-box[b-ftmeyro4wc] {
    width: 350px;
}

.secondary-label[b-ftmeyro4wc] {
    min-height: 60px;
}
/* _content/AcquisWebPortalV2/Components/Pages/InsuranceCancellations.razor.rz.scp.css */
.broker-required-message[b-56x1hhzs37] {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    gap: 16px;
    padding: 28px;
    width: 30vw;
    background-color: var(--LightBlue);
    margin-top: 15px;
}

.broker-required-message p[b-56x1hhzs37] {
    margin-top: 0px;
}

.broker-required-message button[b-56x1hhzs37] {
    padding: 0 !important;
    height: 25px;
}

.broker-required-message[b-56x1hhzs37]  .icon-wrapper {
    background-color: transparent !important;
}

.broker-required-message[b-56x1hhzs37]  .icon-wrapper img {
    width: 28px;
    height: 28px;
}

.title-row[b-56x1hhzs37] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.title-row h3[b-56x1hhzs37] {
    color: var(--AcquisNavy) !important;
    margin-top: 0;
    font-weight: 700;
    font-family: 'Lato' !important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
/* _content/AcquisWebPortalV2/Components/Pages/ResetPasswordPage.razor.rz.scp.css */
.reset-password-container[b-a9cm79kuln] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 300px
}
/* _content/AcquisWebPortalV2/Components/Pages/Users/RegisterNewUser.razor.rz.scp.css */
.register-form-container[b-2yct6b0zks] {
    display: flex;
    flex-direction: column;
    width: 25vw;
    gap: 16px;
}

.register-form-container h5[b-2yct6b0zks] {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--AcquisNavy) !important;
}

.register-form-container label:first-of-type[b-2yct6b0zks] {
    padding-top: 10px !important;
}

.register-form-container .btn-primary[b-2yct6b0zks] {
    margin-top: 8px !important;
    margin-bottom: 12px !important;
}

.register-form-container .name-row[b-2yct6b0zks] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.register-form-container .name-row[b-2yct6b0zks]  .form-group {
    flex: 1;
    max-width: 50%;
}

.module-container[b-2yct6b0zks] {
    width: 300px !important;
}

.module-container h5[b-2yct6b0zks] {
    font-weight: 700 !important;
    font-size: 24px !important;
    color: var(--AcquisNavy) !important;
}

.input-checkbox-container[b-2yct6b0zks] {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 16px;
}

.input-checkbox-container input[b-2yct6b0zks] {
    width: 20px;
    height: 20px;
}

.input-checkbox-container input[type=checkbox].invalid[b-2yct6b0zks] {
    outline: none !important;
}

.label-container[b-2yct6b0zks] {
    padding-top: 32px;
    padding-bottom: 64px;
}

/* Enhanced Telephone Input Row - Unified Input Styling */
.telephone-input-row[b-2yct6b0zks] {
    display: flex;
    border: 1px solid #AAB1B2;
    border-radius: 24px;
    background: white;
    overflow: visible; /* Changed from hidden to visible */
    transition: border-color 0.2s ease;
    height: 50px;
    align-items: center;
    position: relative;
}

    .telephone-input-row:focus-within[b-2yct6b0zks] {
        border-color: #258cfb;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    .telephone-input-row:has(.validation-message)[b-2yct6b0zks] {
        border: 1px solid #FF000D;
    }

.country-code-field[b-2yct6b0zks] {
    flex: 0 0 auto;
    min-width: 120px;
    border-right: 1px solid #AAB1B2;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    position: relative;
    overflow: visible; /* Add this to ensure dropdown isn't clipped */
}

.custom-dropdown[b-2yct6b0zks] {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* Increase z-index */
}

.current-option[b-2yct6b0zks] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    width: 100%;
    height: 100%;
}

    .current-option img[b-2yct6b0zks] {
        width: 20px;
        height: 20px;
        border-radius: 2px;
        object-fit: cover;
        flex-shrink: 0;
    }

.country-code-text[b-2yct6b0zks] {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    flex: 1;
}

.dropdown-arrow[b-2yct6b0zks] {
    font-size: 10px;
    color: #666;
    transition: transform 0.2s ease;
    margin-left: auto;
    flex-shrink: 0;
}

    .dropdown-arrow.open[b-2yct6b0zks] {
        transform: rotate(180deg);
    }

.telephone-dropdown-menu[b-2yct6b0zks] {
    position: absolute;
    top: calc(100% + 4px); /* Use calc to ensure it's outside the container */
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    z-index: 1050; /* Higher z-index */
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    width: 120px;
}

    .telephone-dropdown-menu.show[b-2yct6b0zks] {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.country-option[b-2yct6b0zks] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin: 4px;
}

    .country-option:hover[b-2yct6b0zks] {
        background-color: #e3f2fd;
    }

    .country-option.selected[b-2yct6b0zks] {
        background-color: #e3f2fd;
        font-weight: 500;
    }

    .country-option img[b-2yct6b0zks] {
        width: 20px;
        height: 20px;
        border-radius: 2px;
        object-fit: cover;
        flex-shrink: 0;
    }

.tel-number-field[b-2yct6b0zks] {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
}

    .tel-number-field[b-2yct6b0zks]  input {
        border: none !important;
        background: none !important;
        outline: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        height: auto;
        width: 100%;
    }


.dropdown-backdrop[b-2yct6b0zks] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; /* Lower than dropdown but higher than other content */
}
/* _content/AcquisWebPortalV2/Components/Pages/Users/RegistrationCompleted.razor.rz.scp.css */
.completed-message[b-zr2pcowwle] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    margin-top: 8vh;
}

.title-row[b-zr2pcowwle] {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .title-row h3[b-zr2pcowwle] {
        color: var(--AcquisNavy) !important;
        margin-top: 0;
        font-weight: 700;
        font-family: 'Lato' !important;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    .title-row[b-zr2pcowwle]  img {
        width: 32px;
        height: 32px;
    }
