[v-cloak] {
    display: none;
}

#questionnaire-ei,
#coverage-options-ei,
#ami-certificate-ei {
    color: #727d71;
}

#coverage-options-ei {
    justify-content: flex-start;
}

#questionnaire-ei ::placeholder {
    font-weight: 500;
}

#questionnaire-ei label {
    margin-bottom: 10px;
}

.qre-dist-ei {
    padding: 30px 50px;
    margin: 60px 0 30px 0;
}

.row-ei,
.p13n-ei {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.row-ei-mso {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.footer-b2c-mso {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    
}

.footer-b2c-mso h4 {
    font-family: "Nunito Sans", sans-serif;
}

.next-btn-mso {
    font-size: 16px;
    border-radius: 18px;
    color: white;
    width: 270px;
    height: 41px;
    font-weight: bold;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.row-ei-mso.colomn {
    flex-direction: column;
}

.mso-submission {
    font-size: 20px; 
    border-radius: 18px;
    background-color: #fff;
    padding: 20px 40px;
    font-weight: 600;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  
}

.mso-file-input {
    border-radius: 18px;
    padding: 10px;
}

.row-ei-mso.w-80{
    justify-content: center;
    margin-top: 20px;
}

.pd-ei-el-mso {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: 45%;
    margin-bottom: 10px;
}

.title-mso {
    padding: 30px 0 5px 0;
    font-weight: 800;
    color:#002563
}

.title-main--mso {
    margin: 40px 0;
    align-self: flex-start;
    font-weight: 800;
    text-align: center;
    color:#002563;
}

.pd-ei-el-mso.w-100 {
    width: 100%;
}


/* File Upload Button Styling */
.file-input-mso {
    display: inline-block;
    position: absolute;
    z-index: -1;
    opacity: 0; /* Completely hide the native input field */
}

.file-upload-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between button and filename */
}

.file-upload-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #007bff;
    color: white;
    text-align: center;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover effect for file upload button */
.file-upload-button:hover {
    background-color: #0056b3;
}

/* Optional: Styling for file name displayed after selection */
.file-name-display {
    font-size: 14px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px; /* Prevent long file names from breaking layout */
}

/* Container for upload fields */
.row-ei-mso {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}
H

.p13n-ei {
    align-items: flex-start;
}

.p13n-item-ei {
    width: 50%;
}

.p13n-ei p {
    font-size: 1.8rem;
    font-weight: 500;
    color: inherit;
}

.pd-ei-el {
    padding: 15px 50px;
    justify-content: space-between;
}

.question-ei {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.question-ei .def-btn:last-child {
    margin-right: 0;
}

.question-ei .question-btns-wrapper {
    min-width: 231px;
}

.question-ei label {
    width: 100%;
    text-align: left;
}

.question-ei input {
    width: 60%;
}

.input-pair:first-child {
    margin: 0 15px 25px 0;
}

.input-pair:last-child {
    margin: 0 0 25px 15px;
}

.input-group-ei {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
    margin: 15px 0;
}

.input-group-item-ei {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.date-group {
    display: flex;
    justify-content: space-between;
}

.flex-basis-20 {
    flex-basis: 20%;
}

.flex-basis-role {
    flex-basis: 35%;
}

.par-ei {
    font-size: 1.8rem;
    text-align: left;
    color: inherit;
    font-weight: 500;
    margin: 5px 0;
}

.par-ei-sm {
    font-size: 1.5rem;
    text-align: left;
    color: inherit;
    font-weight: 500;
    margin: 5px 0;
}

.par-ei-md {
    font-size: 2.2rem;
    color: inherit;
    font-weight: 500;
    margin: 10px 0;
}

.ws-nowrap {
    white-space: nowrap;
}

.list-ei {
    margin: 0 20px;
}

.list-ei li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
}

.table-ei > tbody > tr:hover {
    background-color: #f2f2f2;
    color: #727d71;
}

.table-ei > tbody > tr > td {
    padding: 12px 8px 12px 8px;
}

.icon-edit-ei,
.icon-trash-ei {
    color: var(--clr-primary-btn);
}

.icon-edit-ei:hover,
.icon-trash-ei:hover {
    color: var(--clr-secondary-btn);
}

.border-red {
    border: 2px solid #d72828;
}

.br-rd-10 {
    border-radius: 10px;
}

.checkbox-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.checkbox-group label {
    text-align: left;
    margin-left: 10px;
}

#questionnaire-ei button.qre-ei-btn {
    border-radius: 18px;
}

#questionnaire-ei .def-btn {
    border: 1px solid #d2d2d2;
}

.cnf-upd-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cnl-btn {
    margin-right: 30px;
}

.invalid-date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.invalid-date-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.invalid-date-item label {
    text-align: center;
}

/* Coverage Options */
.co-sw-ei {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 30px;
}

.co-sw-ei-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.par-sw {
    margin: 0 30px;
    max-width: 70%;
}

.co-tb-ei {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 40px 90px;
}

.co-tb-tl-ei,
.co-tb-item-ei {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 30px;
}

/* Ami Certificate */

.ami-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    background-color: transparent;
}

.ami-grid-item {
    background-color: #fff;
    border-radius: 18px;
    padding: 20px 30px;
}

.gc-ami {
    grid-column: 1 / span 2;
}

.table-ami-kp {
    padding: 10px 30px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

#ami-certificate-ei .par-ei {
    font-size: 1.6rem;
    font-weight: 400;
}

.proceed-btns-ei {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.proceed-btns-ei-sm {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#questionnaire-ei .alert-question-message {
    border: solid 2px #d72828;
    border-radius: 10px;
}

#ami-certificate-ei input[type=checkbox].gc-accept-checkbox {
    width: 25px;
    height: 25px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    text-align: center;
    border: 1px solid var(--clr-primary-bg);

}

.collapse-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapse-element {
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    color: #7e7e7e;
}

.cursor-pointer {
    cursor: pointer;
}

.collapsible-table tr {
    border-bottom: 1px solid #f1f1f1;
}

.collapsible-table td {
    font-size: 1.6rem;
    padding: 5px 15px 5px 0;
    vertical-align: top;
}

.disabled-icon {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.main-info {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.subtitle-mso {
    align-content: flex-end; 
}

.subtitle-mso.left {
    text-align: start;
}

.warning_icon_container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.warning_icon_shape {
    position: relative;
    width: 60px;
    height: 50px; /* Adjusted height for a more equilateral triangle feel */
    background-color: #ffc107; /* Yellow background */
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.exclamation_mark {
    color: black;
    font-size: 30px;
    font-weight: 900;
    font-family: Arial, sans-serif;
    padding-top: 15px; /* Nudge the exclamation mark down a bit for better centering in the triangle */
}
@media screen and (max-width: 1000px) {
    .ami-grid {
        grid-template-columns: 1fr;
    }

    .gc-ami {
        grid-column: 1;
    }

    .proceed-btns-ei-sm button:last-child {
        margin-top: 41px;
    }
}

@media screen and (max-width: 768px) {
    #ami-certificate-ei {
        background-color: var(--clr-primary-bg);
    }

    .progress-section-holder {
        background-color: #fff;
    }

    .row-ei,
    .p13n-ei {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pd-ei-el {
        width: 100%;
        padding: 15px 30px;
    }

    .question-ei {
        flex-direction: column;
        justify-content: center;
    }

    .question-ei label {
        text-align: left;
    }

    .question-ei .holder-info-inputs {
        width: 100%;
    }

    .question-ei {
        padding-bottom: 30px;
        border-bottom: 1px solid #d2d2d2;
    }

    .input-group-ei {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .input-group-item-ei {
        width: 100%;
    }

    .input-group-item-ei:not(:first-child) {
        margin-top: 20px;
    }

    .cnf-upd-btn {
        justify-content: space-between;
    }

    .invalid-date {
        justify-content: center;
    }

    .invalid-date-item {
        width: 100%;
    }

    .co-tb-ei {
        padding: 0 0 40px 25px;
    }

    .br-bm-sc {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .co-sw-ei-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .par-sw {
        margin: 0 0 25px 0;
    }

    .co-sw-ei-item :nth-child(1) { order: 2; }
    .co-sw-ei-item :nth-child(2) { order: 1; }
}

@media screen and (max-width: 576px) {
    .qre-dist-ei {
        padding: 0;
    }

    .pd-ei-el {
        padding: 15px 0;
    }

    .date-group {
        flex-direction: column;
        justify-content: center;
    }

    .input-pair:first-child {
        margin: 0 0 25px 0;
    }

    .input-pair:last-child {
        margin: 0 0 15px 0;
    }

    .cnf-upd-btn {
        flex-direction: column;
    }

    .cnl-btn {
        margin-right: 0;
    }

    div.cnf-upd-btn :nth-child(1) { order: 2; }
    div.cnf-upd-btn :nth-child(2) { order: 1; }

    div.cnf-upd-btn .qre-ei-btn:last-child {
        margin-bottom: 30px;
    }

    .proceed-btns-ei-sm button:last-child {
        margin-top: 0;
    }

    .proceed-btns-ei-sm button:first-child {
        margin-top: 41px;
    }
}

@media screen and (max-width: 480px) {
    #questionnaire-ei button.title-btn-width {
        width: 46%;
    }
}