html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.scrollarea {
    overflow-y: auto;
}

.smallImgContainer {
    overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex: none;
}

    .smallImgContainer img {
        width: 48px;
    }

.flatpickr-calendar .numInputWrapper {
    display: none;
}

.star {
    font-size: 22px;
    color: black; /* Cor inicial das estrelas */
    cursor: pointer;
}

.star:hover, .star:hover ~ .star {
    color: gold; /* Cor ao passar o mouse */
}

.rating .star.selected {
    color: gold; /* Cor quando selecionada */
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}