.input-group {
    width: 100%;
    height: 50px;
    background-color: #00acee33;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    outline: rgba(0, 0, 0, 0);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
}

.resident-btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}

input#sendForm {
    width: 100%;
    background-color: #045270e2;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0);
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.14;
    letter-spacing: .06em;
    color: var(--color-white);
    margin-bottom: 20px;
    transition: background-color var(--anim-trans);

}

.iti.iti--allow-dropdown {
    width: 100%;
}

.formHorizontal .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



div.formHorizontal>* {
    display: flex;
    /* margin: 10px; */

}

div.formHorizontal#sendForm {
    width: 10%;

}

.form-group {
    margin: 10px;
}



@media screen and (max-width: 425px) {
    div.formHorizontal {
        display: contents !important;
    }
}

@media screen and (max-width: 375px) {
    div.formHorizontal {
        display: contents !important;
    }
}

@media screen and (max-width: 320px) {
    div.formHorizontal {
        display: contents !important;
    }
}



.loadon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.loadon hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite
}

.loadon :first-child {
    background: #F5F5DC;
    animation-delay: -1.5s
}

.loadon :nth-child(2) {
    background: #F5F5DC;
    animation-delay: -1s
}

.loadon :nth-child(3) {
    background: #F5F5DC;
    animation-delay: -0.5s
}

.loadon :last-child {
    background: #F5F5DC
}

@keyframes spin {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}


 .registration-section {
     text-align: center;
     margin-top: 30px;
 }

.registration-blocks {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.registration-form {
    background: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.registration-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 10px 10px 0 0;
}

.form-wrapper {
    margin-bottom: 25px;
}

.inputs-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8f8f8;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #3ca146;
    background: white;
    box-shadow: 0 2px 8px rgba(6, 213, 34, 0.4);
}

.phone-input {
    padding-left: 102px !important;
}

.submit-button-wrapper {
    margin-top: 25px;
}

.submit-button {
    background: #3ca146;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 15px rgba(6, 213, 34, 0.4);
}

.submit-button:hover {
    background: #22732a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 213, 34, 0.4);
}

.form-input::placeholder {
    color: #999;
}

.form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset;
    -webkit-text-fill-color: #333;
}

.iti__country-name,
.iti__selected-dial-code {
    color: #000000 !important;
}

.iti {
    width: 100%;
}



 .registration-blocks{
     background: white;
     padding: 30px;
     border-radius: 10px;
     position: relative;
 }
#formRender {
    .input-group {
        margin-bottom: 0;
    }

    input#sendForm {
        background: #3ca146;
        color: white;
        border: none;
        padding: 15px 40px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        max-width: 300px;
        box-shadow: 0 4px 15px rgba(6, 213, 34, 0.4);
        margin-top: 20px;
    }
}
