html {
    font-size: 14px; 
}
@media (max-width: 769px) {
    .select-container {
        flex-direction: column;
    }

        .select-container .select-border {
            flex: 1 1 100%;
            min-width: 100%;
        }

    .btn-container {
        flex-direction: column;
        width: 100%;
    }

        .btn-container .btn {
            width: 100%;
            text-align: center;
        }

    .property-price-slider {
        width: 100%;
    }

}
@media (max-width: 993px){
    .map-control {
        flex-direction: column;
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 10px;
        padding: 5px;
        border-radius: 10px;
        /*box-shadow: 0 2px 6px rgba(0,0,0,0.3);*/
    }

        .map-control button {
            background-color: transparent;
            border: none;
            border-radius: 20px;
            cursor: pointer;
            margin: 5px 0;
            padding: 5px;
            font-size: 14px;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            transition: background-color 0.3s, box-shadow 0.3s;
        }

            .map-control button:hover {
                background-color: rgba(240, 240, 240, 0.8);
                box-shadow: 0 4px 8px rgba(0,0,0,0.4);
            }

            .map-control button:focus {
                outline: none;
                background-color: rgba(221, 221, 221, 0.8);
            }

            .map-control button img {
                margin-left: 10px;
                margin-right: 10px;
                width: 24px;
                height: 24px;
            }

            .map-control button span {
                display: none;
            }
}
.info-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.info-content {
    max-width: 250px;
}
@media (min-width: 993px) {
    .select-container {
        flex-wrap: nowrap !important;
    }

    .btn-container {
        margin-left: auto;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 540px) {
    .button-container {
        flex: 0 1 30%;
        display: flex !important;
        overflow-x: auto;
        white-space: normal;
        -webkit-overflow-scrolling: touch;
        padding: 0 10px;
        justify-content: center;
    }
    .steps-container {
        display: flex !important; 
        text-align: center;  
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
        max-width: 60%;
    }
}

html {
    position: relative;
    min-height: 100%;
}


.loadingoverlay {
    justify-content: center !important;
}

.loadingoverlay_text {
    font-size: 30px !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

.user__description {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    color: #001935;
    margin-right: 10px;
}

    .user__description small:first-child {
        font-size: 18px;
    }

    .user__description small:nth-of-type(2) {
        font-size: 12px;
    }

.logoff__description {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

    .logoff__description a {
        color: #001935 !important;
    }

        .logoff__description a:hover {
            text-decoration: underline;
        }

.original__value {
    padding: 0 15px;
    text-decoration: line-through;
    opacity: 0.7;
}

.discount__value {
    padding: 15px;
    background-color: #00ED7B;
    border-radius: 15px;
}

.info__users {
    color: #090909;
    font-size: 16px;
}
.menu-sou-funcionario {
    margin-right: 5px !important;
    padding: 11px 26px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out !important;
    background-color: #00ED7B !important;
    text-align: center !important;
}

    .menu-sou-funcionario:hover {
        background-color: #0e00c4 !important;
        box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.4) !important;
    }

        .menu-sou-funcionario:hover a {
            color: #FFF !important;
        }
.logo__img {
    width: 100%;
}
