/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em !important;
    font-family: Montserrat, Arial;
}
.container-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    gap: 26px;
}


.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); /* Inclinação de 45 graus */
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2); /* Cor da marca d'água transparente */
  pointer-events: none; /* Impede que a marca d'água seja clicada */
  opacity: 0.8; /* Ajuste a opacidade conforme necessário */
}



.unavailable-text {
    position: absolute;
    bottom: 86px;
    left: 80px;
    /* transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%) rotate(-45deg);
    color: black;
    font-size: 29px;
    display: none;
}

.appear {
    opacity: 0.5; /* Configura a opacidade para esmaecer o conteúdo */
    pointer-events: none; /* Impede eventos de clique na seção */
    position: relative; /* Permite posicionar elementos filhos relativos a este elemento */
}
.appear > .unavailable-text  {
    display: block;
}





#datepicker {
    width: 320px;

}

#pswIcon {
    position: absolute;
    top: 52%;
    left: 90%;
}



.datepicker-list {

    margin: 5px; /* Espaçamento entre as divs */
    padding: 10px; /* Espaçamento interno dentro das divs */
    display: block; /* Torna as divs em uma única linha */
    transition: all .3s ease;
}

.event-list {
    display: block;
    width: 100%;
    font-family: Montserrat, Arial;
}

.event-list > a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.event-list .event-title {
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.event-list span.event-title {
    /*position: relative;*/
    /*font-size: 22px;*/
    font-weight: 600;
    font-size: 1.2rem;
}

.event-list .event-title.btn {
    border-radius: 5px;
}


.event-list::after {
    content: "";
    clear: both;
    display: table;
}
.event-list > .event-empty {
    padding: 15px 10px;
    background-color: rgba(135,115,193,.15);
    border: 1px solid #8773c1;
}
.event-list > .event-empty > p {
    margin: 0;
    color: #755eb5;
}
.event-container {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 4px; 
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    /* float: left; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.event-container.disable-div {
    pointer-events: none!important; /* Bloqueia todos os eventos do mouse na div */
    background-color: #f2f2f2!important;
    color: #c8c8c8!important;
    border-color: #ddd!important;
    cursor: default!important;
    box-shadow: none!important;
}

    
.event-container.disable-div div:nth-child(3) > button {
    pointer-events: none!important; /* Bloqueia todos os eventos do mouse na div */
    background-color: transparent !important;
    color: #c8c8c8!important;
    border-color: #ddd!important;
    cursor: default!important;
    box-shadow: none!important;
}

.ui-datepicker-inline {
    min-width: 100%;
}

.modal-dialog h1,
.modal-dialog h2,
.modal-dialog h3,
.modal-dialog h4
{
    font-family: Montserrat, Arial !important;
}

/*.event-container::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 2px;*/
/*    height: 100%;*/
/*    transform: translate(29px, 30px);*/
/*    background-color: #eaeaea;*/
/*    z-index: -1;*/
/*}*/
.event-container:last-child.event-container::before {
    height: 30px;
    transform: translate(29px, 0);
}
.event-container:only-child.event-container::before {
    height: 0;
    opacity: 0;
}
.event-container:hover {
    background-color: rgba(236, 230, 230, 0.986) ;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.65);
            box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.65);
}
.event-container > .event-icon {
    position: relative;
    padding: 20px;
    width: 60px;
    height: 60px;
    float: left;
    /* z-index: 0; */
}
/* .event-container > .event-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 29px;
    width: 2px;
    height: calc(100% + 10px);
    background-color: #eaeaea;
    z-index: -1;
} */
/* .event-container:last-child > .event-icon::before {
    height: calc(50% + 10px);
}
.event-container:first-child > .event-icon::before {
    top: 50%;
    height: calc(50% + 10px);
}
.event-container:only-child > .event-icon::before {
    opacity: 0;
} */
.event-container > .event-icon > img {
    width: 30px;
}

.event-container > .event-info {
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
    /*font-size: 12px !important;*/
    /*align-self: center;*/
    /*width: 100%; */
    /*display: inline-block;*/
    /*padding: 0px 10px 5px 10px;*/
    /*border-bottom: 1px solid;*/
}



.event-container .event-info-hours {
    width: 100%;
    display: flex;
}

.event-container .event-info-details {
    width: 100%;
    display: flex;
}


.event-container > .event-info .event-info-hours {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 50%;
}

.event-container > .event-info .event-info-details {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    width: 50%;
}

.event-info-details .blue {
    color: var(--bs-blue);
}

.disable-div .event-info-details .blue {
    color: #c8c8c8!important;
}


.event-container > .event-info .details {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.event-container > .event-info > p {
    margin: 0;
    color: #5a5a5a;
}

.event-container > .event-info > p.event-title > span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    font-weight: normal;
    color: #755eb5;
    border: 1px solid #755eb5;
    border-radius: 3px;
    background-color: rgb(237 234 246);
    padding: 3px 6px;
    transform: translateY(-50%);
}
.event-container > .event-info > p.event-desc {
    font-size: 14px;
    margin-top: 5px;
}



@media screen and (max-width: 440px) {
    .main-container {
    font-size: 1.3em !important;
    }

    .event-container > .event-info .event-info-hours,
    .event-container > .event-info .event-info-details{
        width: 100%;
        gap: 2px;
    }
    .event-info {
    flex-direction: column;
    gap: 2px;
    }
    .event-info-hours {
    width: 100%;
    display: flex;
    flex-direction: column;
    }
}

@media screen and (max-width: 375px) {
    .main-container {
    font-size: 1.1em !important;
    }

    .event-container > .event-info .event-info-hours,
    .event-container > .event-info .event-info-details{
        width: 100%;
        gap: 2px;
    }
    .event-info {
        flex-direction: column;
        gap: 2px;
    }
        .event-info-hours {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.slide-top {
	-webkit-animation: slide-top 1s linear both;
	        animation: slide-top 1s linear both;
}
@-webkit-keyframes slide-top {
    0% {
      -webkit-opacity:0;
              opacity:0;
    }
    100% {
      -webkit-opacity: 1;
      opacity: 1;
    }
  }
  @keyframes slide-top {
    0% {
        -webkit-opacity:0;
                opacity:0;
      }
      100% {
        -webkit-opacity: 1;
        opacity: 1;
      }
  }
  
/* Estilo geral */
body {
    font-family: Montserrat, Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Modal */
.modal-content {
    max-height: 600px;
    overflow: hidden;
}

/* Barra de título */
#title-bar {
    margin: 10px auto;
    width: calc(100% - 20px);
    border-radius: 4px;
    padding: 10px; /* Alinhado com os outros elementos */
    background-color: #4CAF50;
    color: white;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex; /* Flex para alinhamento perfeito */
    justify-content: center;
    align-items: center;
}

/* Título */
#title-bar h5 {
    margin: 0;
    font-size: 1.2rem;
}

/* Botões */
button {
    white-space: nowrap;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin: 0 5px;
}


#abertas-tab {
    background-color: #4CAF50;
    color: white;
}

#fechadas-tab {
    background-color: #FF0000; /* Vermelho */
    color: white;
}
/*#fechadas-tab {
    background-color: #FF5722;
    color: white;
}*/

#canceladas-tab {
    background-color: #9E9E9E;
    color: white;
}

#abertas-tab:hover {
    background-color: #43A047;
}

#fechadas-tab:hover {
    background-color: #CC0000; /* Vermelho mais escuro no hover */
}
/*#fechadas-tab:hover {
    background-color: #E64A19;
}*/

#canceladas-tab:hover {
    background-color: #757575;
}

/* Controle de abas */
.tab-pane {
    display: none;
    margin: 0px auto;
}

.tab-pane.active {
    display: block;
}

/* Estilo das listas */
#form-minha-reserva-abertas,
#form-minha-reserva-fechadas,
#form-minha-reserva-canceladas {
    max-height: 400px;
    overflow-y: auto;
    margin: 10px auto;
    width: calc(100% - 20px);
    padding: 10px;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 4px !important;
    padding-left: 4px !important;
    margin-top: var(--bs-gutter-y);
}

/* Cabeçalho das colunas */
.row.font-weight-bold {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    width: calc(100% - 20px);
    padding: 10px; /* Igual ao título */
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
}

/* Linhas de detalhes */
#form-minha-reserva-abertas > div,
#form-minha-reserva-fechadas > div,
#form-minha-reserva-canceladas > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    padding: 10px; /* Igual ao título e cabeçalho */
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: calc(100% - 20px);
    background-color: white;
}

/* Cabeçalho e detalhes com larguras iguais */
.head,
#form-minha-reserva-abertas > div > .head,
#form-minha-reserva-fechadas > div > .head,
#form-minha-reserva-canceladas > div > .head {
    text-align: center;
    flex: 1;
    margin: 0;
}

/* Primeira e última coluna alinhadas */
.head:first-child,
#form-minha-reserva-abertas > div > .head:first-child,
#form-minha-reserva-fechadas > div > .head:first-child,
#form-minha-reserva-canceladas > div > .head:first-child {
    text-align: left;
}

.head:last-child,
#form-minha-reserva-abertas > div > .head:last-child,
#form-minha-reserva-fechadas > div > .head:last-child,
#form-minha-reserva-canceladas > div > .head:last-child {
    text-align: right;
}

/* Botão Fechar */
.modal-header button {
    background-color: #d3d3d3;
    color: black;
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
}

.modal-header button:hover {
    background-color: #bcbcbc;
}

/* Botões de alternância */
.d-flex button {
    padding: 10px;
    font-size: 0.9rem;
}

/*.modal-text {
    flex: 1; /* Faz com que as colunas ocupem o mesmo espaço */
/*}*/


.modal-text {
    width: 100%; /* Garante que todas as colunas tenham a mesma largura */
    min-height: 50px; /* Define uma altura mínima consistente */
    display: flex; /* Alinha os itens de forma mais consistente */
    align-items: center; /* Centraliza verticalmente */
}


/* Ajuste do campo CEP para manter a altura igual aos demais */
#cep_cliente_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden;
    height: 31.45px; /* Igual ao campo endereco_cliente */
}

#cep_cliente_wrapper input {
    flex: 1;
    border: none;
    outline: none;
    padding: 4px 8px;
    height: 100%;
    font-size: 14px;
}

#cep_cliente_wrapper button {
    border: none;
    background: #e9ecef;
    cursor: pointer;
    font-size: 14px;
    color: #007bff;
    padding: 4px 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.iziToast.izi-center-force {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 90% !important;
    z-index: 9999 !important;
    position: fixed !important;
}

/* ERRO */
.iziToast.error-style {
    background-color: #f44336 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}

.iziToast.error-style .iziToast-title,
.iziToast.error-style .iziToast-message,
.iziToast.error-style .iziToast-icon,
.iziToast.error-style .iziToast-close {
    color: white !important;
    font-weight: bold !important;
}

.iziToast.error-style .iziToast-close:hover {
    color: #ffb3b3 !important;
}

/* SUCESSO */
.iziToast.success-style {
    background-color: #4CAF50 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}

.iziToast.success-style .iziToast-title,
.iziToast.success-style .iziToast-message,
.iziToast.success-style .iziToast-icon,
.iziToast.success-style .iziToast-close {
    color: white !important;
    font-weight: bold !important;
}

.iziToast.success-style .iziToast-close:hover {
    color: #b9f6ca !important;
}

/* AVISO */
.iziToast.warning-style {
    background-color: #ff9800 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}

.iziToast.warning-style .iziToast-title,
.iziToast.warning-style .iziToast-message,
.iziToast.warning-style .iziToast-icon,
.iziToast.warning-style .iziToast-close {
    color: white !important;
    font-weight: bold !important;
}

.iziToast.warning-style .iziToast-close:hover {
    color: #ffd699 !important;
}

/* INFORMATIVO */
.iziToast.info-style {
    background-color: #2196F3 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}

.iziToast.info-style .iziToast-title,
.iziToast.info-style .iziToast-message,
.iziToast.info-style .iziToast-icon,
.iziToast.info-style .iziToast-close {
    color: white !important;
    font-weight: bold !important;
}

.iziToast.info-style .iziToast-close:hover {
    color: #a1caff !important;
}

#modalConsultaPontos .modal-body {
    max-height: 500px; /* ajuste a altura conforme sua preferência */
    overflow-y: auto;
}

/*
.col-pontos {
    text-align: right !important;
}
**/

#modalConsultaPontos .modal-dialog {
    max-width: 400px;  /* Reduza o valor para a largura desejada */
    width: 95%;        /* Ou um valor fixo, ex: 500px */
}
