.iti {
    --iti-path-flags-1x: url('../img/flags.png');
    --iti-path-flags-2x: url('../img/flags@2x.png');
    --iti-path-globe-1x: url('../img/globe.png');
    --iti-path-globe-2x: url('../img/globe@2x.png');
}

.form-container {
    max-width: 450px;
    border: 0;
    background-color: #f0e4dc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 129px;
    right: 44px;
    display: none;
    z-index: 1000;
}

.form-container h2 {
    margin-top: 0;
    color: #fff;
    background-color: #285c54;
    padding: 10px 30px 10px 30px;
    position: relative;
    font-size: 20px;
}

.form-container form {
    padding: 20px;
    padding-top: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.form-container form {
    display: flex;
    flex-direction: column;
}

.form-container form input,
.form-container form select {
    margin-bottom: 10px;
    padding: 0px 10px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container form button {
    padding: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #53A451;
    font-size: 16px;
}

.form-container form button:hover {
    background-color: #34b832;
}

.iti {
    margin-bottom: 10px;
    width: 100%;
}

.iti__selected-country {
    background-color: initial !important;
}

.iti__tel-input {
    padding-left: 3.5rem !important;
    width: 100%;
}

.open-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: none;
    color: none;
    padding: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

.wa-btn {
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: 54px;
    height: 60px;
    z-index: 1001;
}

.block {
    display: block;
}

.dark {
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.none {
    display: none;
}

@media (max-width: 600px) {
    .form-container {
        width: 85%;
        top: 29px;
        right: 29px;
        border-radius: 0;
        font-size: small;
        height: fit-content;
    }

    .open-btn {
        bottom: 10px;
        right: 10px;
        padding: 8px 16px;
    }
}

.wa-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    cursor: pointer;
}

#call-msg-container, #phone-input-container {
    position: fixed;
    right: 20px;
    bottom: 90px; /* Posiciona o modal acima do botão do WhatsApp */
    z-index: 10000;
    background: #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    width: 169px;
    height: 167px;
    font-family: "Open Sans", Ubuntu;
}