.form-input-main {
    margin-bottom: 10px;
    width: 100%;
}

.form-input-main input,
.form-input-main select {
    border-radius: 10.995px;
    background: linear-gradient(180deg, rgba(0, 187, 255, 0.10) 0%, rgba(196, 77, 255, 0.10) 100%);
    background-color: #fff;
    box-shadow: 0px 18px 36px 0px rgba(0, 0, 0, 0.15);
    height: 42px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.form-input-main select {
    margin: 0;
    width: 100%;
}

.form-input-main input::placeholder,
.form-input-main select::placeholder {
    color: #000;
}

.form-header-text,
.form-footer-text {
    color: black;
    font-size: 20px;
    text-align: center;
}

.form-header-text {
    margin-bottom: 20px;
}

.form-footer-text {
    margin-top: 20px;
}

.form-input-main label[for="nationality"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.form-input-main label[for="policy"] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-input-main label[for="age"] {
    font-size: 14px;
    gap: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.form-input-main input[name="policy"] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
}

.submitBtn {
    max-width: 340px;
    width: 100%;
    height: 54px;
    border-radius: 12px;
    background: linear-gradient(307deg, #0070E0 0%, #003087 100%);
    box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.06);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    line-height: 101.4%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    width: 100%;
    padding-left: 104px !important;
}

.form-input-avatar.show,
.user--firstname.show,
.user--lastname.show,
.user--email.show,
.user--phone.show {
    display: block;
    margin-left: auto;
    margin: 20px 40px;
    max-width: 400px;
    margin-left: auto;
    background-color: #e5e5e5;
    padding: 20px;
    border-radius: 20px 0px 20px 20px;
    filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.2));
}

.button--user {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #003087;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    border: none;
}

.form-input-avatar {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
    margin: 14px 0;
}

.form-input-avatar p {
    margin: 10px 0px 20px;
    font-size: 18px;
}

.avatar-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 10px;
}

button.avatar-wrapper_photo {
    text-align: center;
    border-radius: 50%;
    border: none;
    background: transparent;
    width: 80px;
    height: 80px;
    padding: 0;
    position: relative;
}

.avatar-wrapper_photo img {
    width: 80px;
    height: 80px;
}

.avatar-wrapper_photo._checked::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../images/checked-1.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 1;
}

.danger--background {
    background-color: #FFE1E1 !important;
    border-color: #F8C2C2 !important;
}

.button--user.button-avatar-next {
    margin-top: 20px;
}

._hide {
    display: none;
}

._show {
    display: block;
}

.is-error._hide {
    display: none;
}

.is-error._show {
    display: block;
}

@media screen and (max-width: 600px) {
    .chat {
        margin: 15px;
    }

    .user--firstname.show,
    .user--lastname.show,
    .user--phone.show {
        max-width: 100%;
        margin: 10px auto;
    }

    .chat-content-list {
        margin: 0;
    }
}

.modal__form {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 15, 15, 0.75);
    z-index: 1;
}

.modal__form-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.modal__register-form {
    max-width: 500px;
    width: 100%;
}

.modal__form-warning {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-radius: 12px;
    background: #CCAA31;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.modal__form-warning .waring--text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.4%;
}

.modal__form-warning svg {
    width: 100px;
}

.modal__register-form .form-input-main {
    padding: 0;
}
.register-form {
    position: relative;
    z-index: 0;
}