/* LikiditeVarsa.org — welcome + join forms */

.welcome__form .form .apx-lead,
.join__form .form .apx-lead,
#form_block.leadform .apx-lead,
#form_block .apx-lead {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: inherit;
}

.welcome__form .form {
    padding: 20px !important;
}

.welcome__form .apx-lead-form,
.join__form .apx-lead-form,
#form_block .apx-lead-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
}

.welcome__form .apx-lead-row,
.join__form .apx-lead-row,
#form_block .apx-lead-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.welcome__form .apx-lead-row > *,
.join__form .apx-lead-row > *,
#form_block .apx-lead-row > * {
    width: 100%;
    flex: none;
    min-width: 0;
}

.welcome__form .apx-lead-row > input,
.welcome__form .apx-lead-form > input[type="email"],
.join__form .apx-lead-row > input,
.join__form .apx-lead-form > input[type="email"],
#form_block .apx-lead-row > input,
#form_block .apx-lead-form > input[type="email"] {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 15px;
    font-size: 15px;
    line-height: 1.2;
    color: #0f172a;
    background: #ffffff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.welcome__form .apx-lead-row > input::placeholder,
.welcome__form .apx-lead-form > input[type="email"]::placeholder,
.welcome__form .apx-lead .iti input::placeholder,
.join__form .apx-lead-row > input::placeholder,
.join__form .apx-lead-form > input[type="email"]::placeholder,
.join__form .apx-lead .iti input::placeholder,
#form_block .apx-lead-row > input::placeholder,
#form_block .apx-lead-form > input[type="email"]::placeholder,
#form_block .apx-lead .iti input::placeholder {
    color: #6b7280;
    opacity: 1;
}

.welcome__form .apx-lead-row > input:focus,
.welcome__form .apx-lead-form > input[type="email"]:focus,
.join__form .apx-lead-row > input:focus,
.join__form .apx-lead-form > input[type="email"]:focus,
#form_block .apx-lead-row > input:focus,
#form_block .apx-lead-form > input[type="email"]:focus {
    border-color: #12393b;
    box-shadow: 0 0 0 2px rgba(18, 57, 59, 0.2);
}

.welcome__form .apx-lead-form > .iti,
.join__form .apx-lead-form > .iti,
#form_block .apx-lead-form > .iti {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #ffffff;
    overflow: hidden;
}

.welcome__form .apx-lead .iti,
.join__form .apx-lead .iti,
#form_block .apx-lead .iti {
    width: 100%;
}

.welcome__form .apx-lead .iti input,
.join__form .apx-lead .iti input,
#form_block .apx-lead .iti input {
    margin: 0;
    padding: 15px 15px 15px 0;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    min-width: 0;
}

.welcome__form .apx-lead .iti input:focus,
.join__form .apx-lead .iti input:focus,
#form_block .apx-lead .iti input:focus {
    outline: none;
    box-shadow: none;
}

.welcome__form .apx-lead-form > .iti:focus-within,
.join__form .apx-lead-form > .iti:focus-within,
#form_block .apx-lead-form > .iti:focus-within {
    border-color: #12393b;
    box-shadow: 0 0 0 2px rgba(18, 57, 59, 0.2);
}

.welcome__form .apx-lead .iti__country-container,
.join__form .apx-lead .iti__country-container,
#form_block .apx-lead .iti__country-container {
    position: static;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 15px 8px 15px 15px;
    pointer-events: none;
    background: transparent;
}

.welcome__form .apx-lead .iti__arrow,
.join__form .apx-lead .iti__arrow,
#form_block .apx-lead .iti__arrow {
    display: none;
}

.welcome__form .apx-lead .iti__selected-dial-code,
.join__form .apx-lead .iti__selected-dial-code,
#form_block .apx-lead .iti__selected-dial-code {
    color: #000000;
}

.welcome__form .apx-iti-dropdown-panel,
.join__form .apx-iti-dropdown-panel,
#form_block .apx-iti-dropdown-panel {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-size: 15px;
}

.welcome__form .apx-lead .submit,
.join__form .apx-lead .submit,
#form_block .apx-lead .submit {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e3ff34;
    background: #12393b;
    border: 1px solid #12393b;
    border-radius: 50px;
    cursor: pointer;
    animation: apx-pulse-org 2s ease 0s infinite normal none running;
    box-shadow: #12393b 0 0 0 0;
    transition: 50ms ease-out;
    outline: 0;
    box-sizing: border-box;
}

.welcome__form .apx-lead .submit:hover,
.join__form .apx-lead .submit:hover,
#form_block .apx-lead .submit:hover {
    filter: brightness(1.08);
}

.welcome__form .apx-lead .submit:disabled,
.join__form .apx-lead .submit:disabled,
#form_block .apx-lead .submit:disabled {
    opacity: 0.6;
    cursor: default;
    animation: none;
}

@keyframes apx-pulse-org {
    100% {
        box-shadow: transparent 0 0 0 10px;
    }
}

@media (max-width: 768px) {
    .welcome__form .form {
        margin-inline: auto;
    }

    .welcome__form .apx-lead,
    .join__form .apx-lead,
    #form_block .apx-lead {
        max-width: 100%;
    }

    .welcome__form .apx-lead-row > input,
    .welcome__form .apx-lead-form > input[type="email"],
    .join__form .apx-lead-row > input,
    .join__form .apx-lead-form > input[type="email"],
    #form_block .apx-lead-row > input,
    #form_block .apx-lead-form > input[type="email"] {
        margin: 14px 0;
        padding: 12px;
        font-size: 14px;
    }

    .welcome__form .apx-lead-form > .iti,
    .join__form .apx-lead-form > .iti,
    #form_block .apx-lead-form > .iti {
        margin: 14px 0;
    }

    .welcome__form .apx-lead .iti__country-container,
    .join__form .apx-lead .iti__country-container,
    #form_block .apx-lead .iti__country-container {
        padding: 12px 8px 12px 12px;
    }

    .welcome__form .apx-lead .iti input,
    .join__form .apx-lead .iti input,
    #form_block .apx-lead .iti input {
        padding: 12px 12px 12px 0;
        font-size: 14px;
    }

    .welcome__form .apx-lead .submit,
    .join__form .apx-lead .submit,
    #form_block .apx-lead .submit {
        height: 54px;
        font-size: 14px;
    }
}

.iti__tel-input{
padding-left: 10px !important
}
