
        body{

            font-family: 'Public Sans', sans-serif;

            font-weight: 400;

        }



        .pagination .page-link,

        .page-item.disabled .page-link {

            min-width: 32px;

            min-height: 32px;

            line-height: 32px;

            text-align: center;

            padding: 0;

            border: 1px solid var(--soft-light);

            font-size: 0.875rem;

            border-radius: 0 !important;

            color: var(--dark);

        }

        .pagination .page-item {

            margin: 0 5px;

        }



        .form-control:focus {

            border-width: 2px !important;

        }

        .iti__flag-container {

            padding: 2px;

        }

        .modal-content {

            border: 0 !important;

            border-radius: 0 !important;

        }



        .tagify.tagify--focus{

            border-width: 2px;

            border-color: var(--primary);

        }



        #map{

            width: 100%;

            height: 250px;

        }

        #edit_map{

            width: 100%;

            height: 250px;

        }



        .pac-container { z-index: 100000; }


.open-user-top-menu {
    display: none;
}
.open-user-top-menu.d-block {
    display: block !important;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
    font-size: 24px;
    cursor: pointer;
}

.whatsapp-button:hover {
    background-color: #1ebe5d;
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
}

/* Ajuste para celulares */
@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 80px; /* Mantém acima do menu fixo */
    }
}

/* Área de avisos */
.aiz-custom-alert {
    position: fixed;
    z-index: 9999;
    max-width: 350px;
    margin: 20px;
}

/* Posições configuráveis */
.aiz-custom-alert.top-left {
    top: 0;
    left: 0;
}

.aiz-custom-alert.top-right {
    top: 0;
    right: 0;
}

.aiz-custom-alert.bottom-left {
    bottom: 0;
    left: 0;
}

.aiz-custom-alert.bottom-right {
    bottom: 0;
    right: 0;
}

/* Imagem ajustável */
.img-fit {
    object-fit: cover;
}


