body {
    font-family: "Quicksand", sans-serif;
    margin: 0;
    padding: 0;
}

.iti {
    width: 100%;
}

.input-form-contact {
    font-family: "Lexend Deca", sans-serif !important;
    padding: 10px !important;
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

textarea.input-form-contact {
    height: auto;
    min-height: 112px;
    line-height: 1.4;
}

.input-form-contact--phone {
    font-family: "Lexend Deca", sans-serif !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

.auth-section__input-group {
    position: relative;
}

.auth-section__input-group .auth-section__input-icon {
    position: absolute;
    top: 16px;
    left: 24px;
}

textarea {
    resize: none;
}

.auth-section__referrer-others {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 0;
}

.auth-section__referrer-others.active {
    max-height: 150px;
    margin-top: 24px;
}

.msg {
    color: #DE403D;
    font-weight: bold;
}

.placeholder-option:invalid {
    color: gray;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #666;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.description--white {
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
    color: white;
    line-height: 28px;
}

.quicksand-16--black {
    font-size: 16px;
    font-weight: bold;
    color: #454545;
    font-family: Quicksand, sans-serif;
}

.quicksand-22 {
    font-size: 22px;
    font-weight: bold;
    color: #3D3D3D;
    font-family: Quicksand, sans-serif;
}

.quicksand-40--white {
    font-size: 40px;
    color: white;
    font-weight: bold;
    font-family: Quicksand, sans-serif;
}

.button-primary-color-small {
    border-radius: 16px;
    background-color: #0D719A;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
    font-weight: bold;
}

.text-success {
    color: #28a745;
    font-weight: bolder;
}

.contact-us-page {
    background-color: #F15D22;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

@media only screen and (min-width: 1024px) {
    .contact-us-page .img-1 {
        position: absolute;
        top: 0;
        right: 20%;
        z-index: 0;
    }

    .contact-us-page .img-2 {
        position: absolute;
        left: 0;
        bottom: 30%;
        z-index: 0;
    }

    .contact-us-page .img-3 {
        position: absolute;
        left: 210px;
        bottom: 21px;
        z-index: 0;
    }

    .contact-us-page .img-4 {
        z-index: 0;
        position: absolute;
        right: 50%;
        top: 50%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 537px) {
    .contact-us-page .img-1 {
        z-index: 0;
        position: absolute;
        top: 0;
        right: 50px;
    }

    .contact-us-page .img-2 {
        z-index: 0;
        position: absolute;
        left: 0;
        bottom: 30%;
    }

    .contact-us-page .img-3 {
        z-index: 0;
        position: absolute;
        left: 210px;
        bottom: 21px;
    }

    .contact-us-page .img-4 {
        z-index: 0;
        position: absolute;
        right: 50%;
        top: 50%;
    }
}

@media only screen and (max-width: 537px) {
    .contact-us-page .img-1 {
        z-index: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .contact-us-page .img-2 {
        z-index: 0;
        display: none;
    }

    .contact-us-page .img-3 {
        z-index: 0;
        position: absolute;
        left: 210px;
        bottom: 21px;
    }

    .contact-us-page .img-4 {
        display: none;
    }
}