html, body {
    font-family: Inter;
    line-height: 150%;
}

.inter {
    font-family: Inter;
}

.plus-jakarta-sans {
    font-family: "Plus Jakarta Sans";
}

.dropArea {
    border: 2px dashed #D1D5DB;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    min-height: 150px;
    text-align: center;
}

    .dropArea:hover {
        background-color: #D9E4FF;
        border: 2px dashed #1869B4;
    }

    .dropArea input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug {
    background-color: #D9E4FF;
    border: 2px dashed #1869B4;
}

.drag-and-drop-header {
    color: #1869B4;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.drag-and-drop-paragraph {
    color: #5A607F;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.section-header-text {
    color: #030229;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.7;
}

.ea-go-back-text {
    color: var(--Primary-Green-Green-600, #063134);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
}

.ea-modal-subtitle {
    color: #063134;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.ea-modal-paragraph {
    color: #063134;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.rz-dropdown {
    display: flex !important;
    justify-content: center;
    min-height: 42px !important;
    padding-left: 15px !important;
    color: #101828 !important;
    border: 1px solid #D1D5DC !important;
    border-radius: 8px;
}

.rz-dropdown:hover {
    background-color: #F3F4F6 !important;
    border: 1px solid #D1D5DC !important;
}

.rz-dropdown:focus {
    border: 1px solid #063134 !important;
    box-shadow: 0 0 0 0 !important;
    outline: none !important;
}

.rz-dropdown-label {
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 125% !important;
}

.rz-dropdown-item {
    color: #101828 !important;
    display: flex !important;
    align-items: center;
    height: 42px !important;
    background-color: white !important;
    
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 125% !important;
}

.rz-dropdown-item.rz-state-highlight {
    color: #063134 !important;
}

.rz-dropdown-item:hover {
    background-color: #F3F4F6 !important;
}

.rz-multiselect-item {
    color: #99A1AF !important;
    display: flex !important;
    align-items: center;
    height: 42px !important;
    background-color: white !important;

    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 125% !important;
}

.rz-multiselect-item:hover {
    background-color: #F3F4F6 !important;
    color: #042224 !important;
}

.rz-multiselect-item.rz-state-highlight {
    color: #063134 !important;
}

.rz-chkbox-icon {
    background-color: #063134 !important;
}

.rz-dropdown-chips {
    padding-left: 15px;
}

.rz-chip {
    gap: 0px !important;
    background-color: #EEF3F8 !important;
}

.rz-chip-text {
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 125% !important;
}

.rz-chip > button {
    min-width: 0px;
    min-height: 0px;
    margin-left: 4px !important;
    margin-right: 4px !important;
    padding: 0px !important;
    background-color: #EEF3F8 !important;
}