.booking-step {
    display: none;
}

/* Hide all steps by default */
.booking-step.active {
    display: block;
}

/* Show the active step */
.navigation {
    margin-top: 20px;
}

.dx-datagrid,
.dx-widget {
    font-family: "Montserrat", Arial, sans-serif;
}

.dx-calendar {
    height: 420px;
    width: 420px;
}

.dx-calendar-cell {
    font-size: 16px;
    height: 42px;
}

.dx-calendar-other-month {
    pointer-events: none;
    /* Prevent interaction */
    opacity: 0.3;
    /* Make them look faded */
    background-color: #ffffff;
    /* Optional: Custom background */
    color: #ffffff !important;
}

.dx-calendar-navigator .dx-button .dx-button-text {
    text-transform: uppercase !important;
    font-size: 130%;
    font-weight: 600;
}
.dx-calendar-cell span {
    /* width: 2.9em;
    height: 2.9em; */
}
#calDataVisita .dx-calendar-cell.dx-calendar-selected-date > .availableDay{
    /* border: 5px double black !important; */
    background-color: var(--selected-day-background-color);
    color: var(--selected-day-text-color);;
    /* border-radius: 8px; */
}
.dx-calendar-cell.dx-calendar-selected-date .dx-calendar-cell-content {
    background-color: var(--selected-day-color);
    color: #fff;
    border-radius: 8px;
}
.week-selected {
    background-color: rgb(168, 207, 71,0.5); /* cor de destaque */
    border-radius: 20%;
}
.availableDay{
    border-radius: 20%;
    margin: 0 2px;
    border: 3px solid;
    height: 52px;
    font-weight: 700;
    padding-top: 5px;
}
small.price {
    display: block;
    font-size: 60%;
    line-height: 24px;
    font-weight: 500;
    color:#242424;
}
.dx-popup-content {
    padding: 16px;
  }
.tour_container{
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.tour_container .tour_title h3 {
    margin: 0 0 3px 0;
    font-size: 14px;
    text-transform: none;
}
/* .tour_container .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding: 5px 15px;
} */
.tour_container .short_info .title {
    float: right;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}
.tour_container .online-price{
    vertical-align: middle;
    display: table-cell;
    height: 30px;
}
h3.left-title {
    margin-top: 0px;
}

.horario-title {
    font-size: 13pt;
    font-weight: 600;
}

.horario-item {
    padding: 5px 10px;
    border-radius: 4pt;
    font-weight: 500;
    font-size: 9pt;
}

#gridHorario .dx-menu-horizontal {
    text-align: center;
    width: 100%;
}

#gridHorario .dx-item-content.dx-menu-item-content {
    padding: 6px 5px;
}

#gridHorario .dx-datagrid .dx-row>td,
#gridLinhas .dx-datagrid .dx-row>td,
.gridUpsales .dx-datagrid .dx-row>td {
    padding: 3px;
}

.dx-datagrid .dx-row>td {
    padding: 14px 5px;
}

.dx-datagrid>.dx-datagrid-rowsview {
    background-color: transparent;
}

.title {
    word-wrap: break-word;
    /* Break long words if necessary */
    white-space: normal;
    margin: 0;
}

.old-price {
    margin-top: -15px;
    text-decoration: line-through;
    color: #A9A9A9 !important;
    font-weight: 500;
}

.booking-total-parque {
    text-decoration: line-through;
    color: #A9A9A9 !important;
    font-weight: 500;
    font-size: 80%;
}

.online-price {
    font-weight: 700;
    font-size: 140%;
    color: var(--secondary-color);
}

.qtd.dx-texteditor-input {
    text-align: center;
}

.txtMBWay{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: var(--black-color);
}
.promo_description{
    padding-bottom: 10px;
}
#validationSummary {
    padding: 5px 20px 20px;
    font-size: 90%;
    font-weight: 500;
}
#divDonativos .step{
    padding-top: 0px;
    font-size: 13px;
}
#divDonativos .step p{
    padding-bottom: 10px;
}
.booking_time_remaining_wrapper {
    min-height: 50px;
    margin: 16px -30px -30px;
    background-color: #e6f7fe;
    padding: 10px 20px 10px 18px;
    color: #01aef0;
    font-weight: 500;
    /* border: 1px solid #fff; */
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tour_list_desc {
    padding: 10px;
    border-right: 1px solid #ededed;
    height: 180px;
    line-height: 17px;
}
.tour_list_desc small{
    text-wrap: auto;
}
.tour_list_desc h3{
    text-align: center;
}

.aluguer-zona{
    margin-top: 15px;
    border-top: red 1px solid;
}
#divModosPagamento .dx-item.dx-radiobutton {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 20px;
}
#divModosPagamento .dx-item.dx-radiobutton.dx-item-selected.dx-radiobutton-checked {
    border: 1px solid var(--secondary-color);
}
.radio-img{
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.img_list {
    min-height: 180px;
}
.img_list img {
    width: auto;
    height: 100%;
}
.price_list_upsales{
    display: table-cell;
    height: 180px;
    width: 100%;
    margin-left: -15px;
    vertical-align: middle;
    text-align: center;
}
.list_upsales {
    /* margin: 5px 0px; */
    /* background-color: #fff; */
    display: block;
    /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    /* -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* .dx-texteditor.dx-state-disabled .dx-dropdowneditor-icon, .dx-texteditor.dx-state-disabled .dx-lookup-arrow, .dx-texteditor.dx-state-disabled .dx-lookup-field, .dx-texteditor.dx-state-disabled .dx-placeholder::before, .dx-texteditor.dx-state-disabled .dx-texteditor-input, .dx-texteditor.dx-state-disabled .dx-texteditor-label {
    color: var(--secondary-color);
} */

.atl-logo{
    width: 100%;
    padding: 0 15px;
    max-width: 230px;
}
.atl .dx-field {
    margin: 0 15px;
}
.atl .dx-radiogroup .dx-radiobutton {
    margin: 0;
}
.atl .dx-field-value-static, 
.atl .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button){
    text-align: right;
}
.atl .dx-radiogroup-horizontal .dx-collection {
    float: right;
}
.atl .title{
    font-weight: 600;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 10px;
}
.atl .description{
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 15px;
}
.atl .yes_no_label{
    width: 70%;
    font-size: 13px;
}
.atl .yes_no_value{
    width: 30%;
}
.atl .info-group-2 .dx-field-label{
    width: auto !important;
    font-size: 12px;
    font-weight: 600;
}
.atl .info-group-2 .dx-field-value{
    /* width: 130px !important; */
    min-width: 130px;
    max-width: 130px;
}
.atl .dx-field-label {
    color: #242424;
    font-family: "Montserrat", Arial, sans-serif;
    text-wrap: auto;
}

.style__CardTicketHeader{
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(247, 247, 247);
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    width: 100%;
    min-height: 68px;
    aspect-ratio: 16 / 9;
}
.styleCardTicketContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 8px 16px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(9, 17, 41, 0.16) 0px 4px 20px 0px;
    border-radius: 16px;
    max-width: 343px;
    min-width: 293px;

}
ul.list_ok {
    margin: 0;
    height: 144px;
}
ul.list_ok li,
ul li {
    font-size: 12px;
    line-height: 1.5;
    font-family: "Montserrat", Arial, sans-serif;
    color: #2a2a2a;
    margin-bottom: 5px;
}
.style__CardSeparator{
    position: relative;
    border-top: 1px dashed rgb(192, 197, 198);
    background: rgb(255, 255, 255);
    margin: 0px 0px 8px;
    align-self: stretch;
}
.style__CardSeparator::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 10.35px;
    border-radius: 150px 150px 0px 0px;
    background-color: rgb(235, 236, 238);
    position: absolute;
    left: -3px;
    transform: rotate(90deg);
    top: -3px;
    margin-left: -8px;
}
.style__CardSeparator::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 10.35px;
    border-radius: 150px 150px 0px 0px;
    background-color: rgb(235, 236, 238);
    position: absolute;
    transform: rotate(270deg);
    right: -3px;
    top: -3px;
    margin-right: -8px;
}
.styleCardTicketContainer h5{
    font-weight: 600;
    text-align: left;
}
.styleCardTicketContainer p{
    height: 100px;
}
.ticket-banner {
    display: flex;
    align-items: center;
    background-color: #ff4f4f; /* vermelho da imagem */
    padding: 20px 28px;
    border-radius: 6px;
    color: #ffffff;
    width: 100%
}

/* Ícone */
.ticket-icon i {
    font-size: 5rem;
}
.ticket-icon img {
    width: 48px;
    height: 48px;
}

/* Separador vertical */
.ticket-separator {
    width: 1px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 10px 0px -10px;
}

/* Texto */
.ticket-text .title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
}

.ticket-text .subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.9;
}

 .dolphin-emotions .cards-wrapper .card-container {
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    width: 349px;
    max-width: 100%;
    height: 218px;
    padding: 0 21px;
  }
  .dolphin-emotions .cards-wrapper .card-container .card-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .dolphin-emotions .cards-wrapper .card-container .card-header .card-bg-image {
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    }
    .dem_info{
        width: 100%;
        padding: 0 5px;
        display: flex;
        justify-content: space-between;
        font-weight: 600;
    }
@media (max-width: 768px) {
    .title {
        font-size: 12px;
    }
    .step {
        padding: 20px 5px 20px 0px;
    }
    .atl .yes_no_label {
        width: auto;
    }
    .atl .yes_no_value {
        width: 80px;
    }
    .dx-calendar {
        height: 380px;
        width: 100%;
    }
    .availableDay {
        height: 42px;
        font-size: 13px;
        border: 2px solid;
    }
    small.price {
        line-height: 12px;
    }
    /* .atl .table.cart-list td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 0;
    }
    .atl .table.cart-list td:nth-of-type(1)::before,
    .atl .table.cart-list td:nth-of-type(2)::before {
        content: "";
    }
    .atl .table.cart-list td{
        height: 30px;
        float: center;
    }
    .atl .table.cart-list td::before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 0;
        padding-right: 10px;
        white-space: nowrap;
      } */
}