body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    color: #070101;
    background-color: #EEEEEE;
}

.form-control {
    color: #070101;
}

h2 {
    margin: 20px auto;
    text-align: center;
}

/* Definindo o tamanho do scroll laeral da página */
::-webkit-scrollbar {
    width: 8px;
}

/* Definindo características do vão por onde corre o scroll lateral da página */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Definindo cor e arredondamento das bordas do scroll laeral da página */
::-webkit-scrollbar-thumb {
    background: #06F3AF;
    border-radius: 5px;
}

/* Definindo cor ao colocar o mouse no scroll lateral da página */
::-webkit-scrollbar-thumb:hover {
    background: #04aa7a;
}

.see-info:hover,
.see-details:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

i.see-info:hover {
    text-decoration: none !important;
}

.see-details {
    color: #00C980;
}

.button-container-fluid {
    position: relative;
    display: inline-block;
}

.btn {
    width: 100%;
    border-color: #00C980;
    color: #00C980;
}

.message {
    display: none;
    position: absolute;
    bottom: 135%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00C980;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 1000;
}

.message::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 30%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #00C980 transparent transparent transparent;
}

.booking-action-unclickable {
    background-color: rgba(0, 201, 128, 0.5);
    color: #fff;
    border: none;
}

.booking-action-unclickable:hover {
    background-color: rgba(0, 201, 128, 0.5);
    color: #fff;

}

@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 255, 0, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 255, 0, 0.7);
    }
}

.booking-action-clickable {
    background-color: #00c980;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    animation: pulsate 1s infinite;
}

.booking-action-clickable:hover {
    background-color: #009b6e;
    color: #fff;
}

.img-carousel {
    object-fit: cover;
    width: 854px;
    max-height: 520px;
    height: auto;
}

.img-preview {
    width: 300px;
    height: 180px;
    cursor: pointer;
    position: relative;
}

.img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.img-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 0;
}

.img-subtitle a {
    color: white;
    text-decoration: none;
}

.img-subtitle a:hover {
    text-decoration: underline;
}

#ages {
    z-index: 1050;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 200px;
}

.input-age {
    margin: 10px 0;
    padding: 10px;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.input-age input {
    margin-left: 10px;
    padding: 5px;
    border: none;
    border-radius: 4px;
    width: 100%;
}

#button-add-ages {
    color: #fff;
}

@media (max-width: 900px) {
    .line {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.card-custom {
    border-radius: 0.75rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.fw-bold {
    color: #00C980;
}

.default-color {
    color: #00C980 !important;
}

.modal-custom {
    max-width: 80%;
    width: 925px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.7);
    z-index: 1000;
    display: none;
    cursor: not-allowed;

}

.overlay h4 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotate-25deg {
    display: inline-block;
    transform: rotate(50deg);
    transition: transform 0.3s;
}

.input-invalid {
    display: none;
    color: red;
}

.remove-item-icon {
    cursor: pointer;
}

button#research, button#research:hover, button#research:active{
    border-radius: 4px;
    border-color: #00C980;
}

.item {
    padding-top: 5px;
    padding-bottom: 5px;
}

#ages {
    background-color: transparent;
    backdrop-filter: blur(70px); 
    -webkit-backdrop-filter: blur(70px);
}

html {
    height: 100%;
}

#btnApplay {
    padding: 1rem 0.75rem;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    border: none;
}
 
.btns-actions-reservations{
    display: none;
}

#my-reservation-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    display: none;
    width: auto;
    white-space: nowrap;
 }

@media (max-width: 768px) {
    #my-reservation-float {
        display: block;
    }
}

.btns-actions-reservations{
    display: block;
}

.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
}

.btns-actions-reservations .btn {
    border: none;
    color: #fff;
    white-space: nowrap;
}

#previewReservation{
    position: sticky;
    top: 5%;
}
