/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,17): run-time error CSS1039: Token not allowed after unary operator: '-light-teal'
(27,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-header-copy'
(31,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-body-copy'
(43,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-caption'
(78,33): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(90,21): run-time error CSS1039: Token not allowed after unary operator: '-medium-teal'
(96,32): run-time error CSS1039: Token not allowed after unary operator: '-red-fill'
(97,32): run-time error CSS1039: Token not allowed after unary operator: '-red-border'
(138,33): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(150,21): run-time error CSS1039: Token not allowed after unary operator: '-medium-teal'
(158,32): run-time error CSS1039: Token not allowed after unary operator: '-red-fill'
(159,32): run-time error CSS1039: Token not allowed after unary operator: '-red-border'
(188,33): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(200,21): run-time error CSS1039: Token not allowed after unary operator: '-medium-teal'
(206,32): run-time error CSS1039: Token not allowed after unary operator: '-red-fill'
(207,32): run-time error CSS1039: Token not allowed after unary operator: '-red-border'
(260,28): run-time error CSS1039: Token not allowed after unary operator: '-light-teal'
(261,24): run-time error CSS1039: Token not allowed after unary operator: '-light-teal'
(621,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(623,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-border'
(628,28): run-time error CSS1039: Token not allowed after unary operator: '-dark-teal'
(629,17): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(630,5): run-time error CSS1035: Expected colon, found 'border'
(637,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(656,22): run-time error CSS1039: Token not allowed after unary operator: '-light-gray-highlight'
(668,17): run-time error CSS1039: Token not allowed after unary operator: '-red-border'
(675,29): run-time error CSS1039: Token not allowed after unary operator: '-red-border'
(676,47): run-time error CSS1039: Token not allowed after unary operator: '-red-border'
 */
:root {
    --light-teal: #61C8AF;
    --medium-teal: #277c78;
    --dark-teal: #142d3e;
    --light-gray: #f7f7f7;
    --light-gray-highlight: #eaf1f4;
    --gray-caption: #707070;
    --red-border: #b30518;
    --red-fill: #ffe8e3;
    --gray-header-copy: #161618;
    --gray-border: #D0D0D0;
    --gray-body-copy: #353535;

}

@media only screen and (max-width: 767px) {
    .right-arrow-img {
        height: 75px;
    }
}

.text--light-teal {
    color: var(--light-teal);
}

.text--gray-header-copy {
    color: var(--gray-header-copy);
}

.text--gray-body-copy {
    color: var(--gray-body-copy);
}

.text-subtitle-2--bold {
    font-size: 1rem;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}

.text--gray-caption {
    color: var(--gray-caption);
}

.text--black {
    color: #000000;
}

.button--teal-primary {
    background-color: #277C78;
}

.text-5--500 {
    font-size: 1rem;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}

.button-text--large {
    font-size: 1.25rem;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1270px) {
    #left .text-type-1-bold {
        font-size: 3vw;
    }

    .custom-file {
        height: 50px;
        width: 100%;
        border: 1px dashed var(--gray-border);
        border-radius: 0.5rem;
        text-align: center;
    }


    .custom-file-input, .custom-file-label, .custom-file-name {
        height: 50px;
        width: 100%;
        padding: 0.738rem 0.1rem;
        font-size: 1rem;
        line-height: 1.5rem;
        color: var(--medium-teal);
        display: inline-block;
        margin: 0;
    }

    .error-box {
        background-color: var(--red-fill);
        border: 2px solid var(--red-border);
        padding: 1.5rem 1.5rem 1.5rem 5rem;
        position: relative;
    }

    .mideal-welcome-title {
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        letter-spacing: 0.3px
    }
}

@media (max-width: 767px) {
    .fill-content {
        height: auto;
        min-height: auto;
    }

    #right {
        padding-top: 100px;
        padding-bottom: 2rem;
        min-height: 500px;
    }

    .right-arrow {
        display: none !important;
    }

    .mideal-welcome-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        letter-spacing: 0.3px
    }

    .custom-file {
        height: 60px;
        width: 100%;
        border: 1px dashed var(--gray-border);
        border-radius: 0.5rem;
        text-align: center;
    }


    .custom-file-input, .custom-file-label, .custom-file-name {
        height: 60px;
        width: 100%;
        padding: 0.738rem 0.25rem;
        font-size: 0.80rem;
        line-height: 1.5rem;
        color: var(--medium-teal);
        display: inline-block;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .error-box {
        background-color: var(--red-fill);
        border: 2px solid var(--red-border);
        padding: 4rem 1rem 2rem 2rem;
        position: relative;
    }
}

@media (min-width: 768px) {
    #left {
        padding: 0;
    }
    .fill-content {
        height: calc(100vh - 125px);
        min-height: calc(100vh - 125px);
    }
    #right {
        overflow-y: scroll;
    }

    .mideal-welcome-title {
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        letter-spacing: 0.3px
    }

    .custom-file {
        height: 50px;
        width: 100%;
        border: 1px dashed var(--gray-border);
        border-radius: 0.5rem;
        text-align: center;
    }


    .custom-file-input, .custom-file-label, .custom-file-name {
        height: 50px;
        width: 100%;
        padding: 0.738rem 0.1rem;
        font-size: 1rem;
        line-height: 1.5rem;
        color: var(--medium-teal);
        display: inline-block;
        margin: 0;
    }

    .error-box {
        background-color: var(--red-fill);
        border: 2px solid var(--red-border);
        padding: 1.5rem 1.5rem 1.5rem 5rem;
        position: relative;
    }
}

.welcome__mideal {
    color: #142D3E;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 3.5rem;
    padding-top: 0px;
}

.flex-0 {
    flex: 0;
}

.flex-1 {
    flex: 1 1 auto;
}

.gap-0_5 {
    gap: 0.5rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.button--transparent {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

ul.steps li {
    list-style: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

ul.steps li.active {
    background-color: var(--light-teal);
    border-color: var(--light-teal);
}

.left--background-image {
    background: linear-gradient(rgba(20, 45, 62, 0.85), rgba(20, 45, 62, 0.85)), no-repeat url('CoA_Black_Large@2x.png');
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 90%;
}

.size {
    font-weight: 500;
    font-size: 17px;
}

.btn {
    cursor: pointer;
    padding: 0.5rem;
    border: 0;
    border-radius: 2px;
}

.btn-color {
    color: #ffffff;
    background-color: #277c78;
    border-color: #277c78;
}

    .btn-color:hover {
        color: #ffffff !important;
        background-color: #175f5c;
        border-color: #175f5c;
    }

.btn-cancel-color {
    color: black;
    background-color: #e7e7e7;
    border-color: #277c78;
}

    .btn-cancel-color:hover {
        color: black !important;
        background-color: #e4e4e4;
        border-color: #175f5c;
    }

.btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.div-width {
    min-width: 80% !important;
}

.welcome-left {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px)  {
    .welcome-left {
        width: 85%;
    }
}

.edit-icon, .delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.edit-icon::before {
    content: "\270E"; /* ✎ Edit symbol */
}

.delete-icon::before {
    content: "\2716"; /* ✖ Delete symbol */
}

.label-msg{
    font-size:large;
}

.info-box {
    border: 1px solid #ccc;
    background-color: #FFF;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.primary-info-contact {
    border-left: 5px solid #277c78;
}

.info-box-TextMessge {
   border: 2px solid #54B4D3;
    background-color: #e1f5fe;
}

.info-box h2 {
    margin: 0;
    padding: 3px 0px 3px 0px;
}
.info-box h5 {
    line-height: 0;
    padding-top: 10px;
}

.info-box p {
    font-size: 16px;
    margin: 0;
}

.info-box span {
    font-size: 16px;
}

.image-button {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-button img {
    width: auto;
    height: auto;
}

.text-type-11-bold {
    font-size: 2rem;
    line-height: 2.0;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

.text-type-12-bold {
    font-size: 2.5rem;
    line-height: 2.0;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

.text-type-4-bold-mideal {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.mideal-link {
    color: #277c78;
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.mideal-right-align {
    text-align: right;
    float: right;
    margin-top: 0;
}

.mideal-terms-and-conditions {
    font-size: medium;
    height: auto;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .mideal-terms-and-conditions {
        font-size: medium;
        height: 380px;
        overflow-y: scroll
    }
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.text-type-1-bold {
    font-size: 3rem;
    line-height: 3.1;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

.mideal-text-type-3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px
}

.mideal-text-type-4 {
    font-size: 1.25rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.mideal-text-type-2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px
}

.mideal-text-type-2-bold {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px;
}

.mideal-text-type-2-medium {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    letter-spacing: 0.3px 
}

.mideal-text-type-3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px
}

.mideal-text-type-3-bold {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

.mideal-text-type-3-medium {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    letter-spacing: 0.3px
}

.mideal-text-type-4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.mideal-text-type-4-bold {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.mideal-text-type-4-medium {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.mideal-text-type-5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.mideal-text-type-5-bold {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.mideal-text-type-5-medium {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.mideal-text-type-6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.mideal-text-type-6-bold {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.mideal-text-type-6-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.mideal-text-type-7 {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.mideal-text-type-7-bold {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.mideal-text-type-7-medium {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.mideal-checkbox {
    height: 20px;
    width: 20px;
    vertical-align: central;
}

.radio-buttons {
    display: flex;
}

.radio-button {
    display: inline-block;
    position: relative;
    padding: .5rem 1.25rem;
    background-color: var(--light-gray);
    text-align: center;
    border: 1px solid var(--gray-border);
    cursor: pointer;
}

.radio-button.selected {
    background-color: var(--dark-teal);
    color: var(--light-gray);add
    border: none;
}

.custom-file.has-file {
    display: flex;
    align-items: center;
    text-align: left;
    background-color: var(--light-gray);
    border: none;   
}

.custom-file-name {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}

.custom-file-delete {
    border: none;
    background: transparent;
    border-radius: 100%;
    height: 45px;
    width: 45px;
}

.custom-file-delete:hover {
    background: var(--light-gray-highlight);
}

.text-font-bold {
    font-weight: bold;
}



.error-box:after {
    content: url('error-circle.svg');
    display: inline-block;
    color: var(--red-border);
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.error-log {
    border: 1px dotted var(--red-border);
    background-color: color-mix(in srgb, var(--red-border), transparent 95%);
}

.error-log.overflow {
    height: 3lh;
    overflow: auto;
}

.error-log.resizable {
    resize: both;
    max-height: 20lh;
    max-width: 100%;
}

#LeftContent {
    display: none !important;
}

    #LeftContent.ready {
        display: block !important;
    }
