:root {
    --gp-font-color: #000000;
}

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
* {
    box-sizing: border-box;
    /* outline: 1px dashed #f00; */
}

.narrow {
    max-width: 900px;
    margin: 0 auto;
}

.page-padding {
    padding: 4rem;
}

.welcome.page > .narrow > img {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.welcome.page > .narrow > ul {
    width: 75%;
    justify-content: space-between;
    margin: 4rem auto;
}

    .welcome.page > .narrow > ul > li {
        background-color: inherit;
        margin: auto;
    }

        .welcome.page > .narrow > ul > li > a {
            font-size: 16px;
            height: 32px;
            border-bottom-color: rgb(98, 100, 167);
        }

.center {
    text-align: center;
}

pre {
    overflow-x: scroll;
}

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
}

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.error {
    color: red;
}

.profile {
    display: flex;
    margin: 1em 0;
    background-color: white;
    width: fit-content;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

    .profile > .avatar {
        margin: 2em 1em;
        height: 72px;
        width: 72px;
    }

    .profile > .info {
        margin: 2em 2em 0 0;
    }

        .profile > .info > h3 {
            margin: 0;
        }

        .profile > .info > p {
            margin: 0;
        }

.page-padding {
    padding: 0.5rem !important;
}

html, body {
    margin: 0;
    width: 100vw;
    /*height: 100vh;*/
}
html {
    width: 100% !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eeeeee;
    overflow: overlay;
}


.filter_99CAAD {
    filter: invert(77%) sepia(13%) saturate(565%) hue-rotate(92deg) brightness(96%) contrast(92%);
}
.filter_A3C7D1 {
    filter: invert(81%) sepia(18%) saturate(346%) hue-rotate(146deg) brightness(91%) contrast(92%);
}

.div_listing_loading_spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.loading_spinner {

}

canvas {
    width: 100%;
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
    max-height: 250px;
}

    pre.fixed,
    div.error.fixed {
        height: 200px;
    }

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}


div::-webkit-scrollbar {
    width: 13px;
    background: transparent!important;
}

div::-webkit-scrollbar-track {
    background: transparent;
}

div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 3px solid;
}

.td_aligntop {
    vertical-align: baseline;
}

.center {
    text-align: center;
}

.sections > * {
    margin: 4rem auto;
}

.error {
    color: red;
}

.divider {
    background-color: #99CAAD;
    height: 2px;
    margin-bottom: 2rem;
}
.divider_title {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
}
.divider_label {
    margin: 0 20px 10px 11px !important;
    color: #229752;
    cursor: pointer
}
.divider_plusIcon {
    margin: 0 0 10px 0 !important;
    stroke: #00722f;
    cursor: pointer;
}

.divider_selected_opt_text {
    font-weight: 400;
    margin: 0px 20px 10px 0;
}

.divider_div {
    display: flex;
    margin-top: 1rem
}
.divider_n_reserva {
    font-weight: 600;
}
.table_td {
    margin: auto 0;
    font-weight: 600;
}

#tooltip_anchor {
    width: 25px;
    margin: 5px;
}

.nav_bar {
    display: flex;
    width: 100%;
    margin: 8px 0 2rem;
    height: 3rem;
    justify-content: flex-end;
}
.nav_bar_mobile {
    display: none;
    text-align: end;
}
.nav_bar_mobile_text {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.nav_cultureSelector {
    margin: auto 0;
    cursor: default;
    background: none;
    font-size: 14px;
    width: fit-content;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}
.navbutton_mobile {
    margin: auto 2px;
}
.navbutton_mobile_selected {
    background-color: #eeeeee;
    text-underline-offset: 2px;
}
.navbutton {
    margin: auto 2px;
    font-size: 14px;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
    .navbutton:hover {
        background-color: #eeeeee;
    }
.navbutton_selected {
    background-color: #eeeeee;
    text-underline-offset: 2px;
    border-bottom: 2px solid #b6d7c3;
}
    .navbutton_selected:hover {
        background-color: #eeeeee;
    }
.navbutton_logout {
    margin: auto 0;
    font-size: 14px;
    width: fit-content;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.FormLogin {
    width: 300px;
    margin: auto;
}

.login_title {
    margin-bottom: 2rem;
}

.locs_p {
    font-size: 12px;
    margin: 0;
}

.loc_tooltip {

}

.service_card_inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
    .service_card_inner img {
        filter: invert(58%) sepia(15%) saturate(0%) hue-rotate(200deg) brightness(40%) contrast(100%)
    }
.div_AllServices {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.fluentoptions {
    padding: 0 10px;
}

@media only screen and (max-width: 767.98px) {
    .nav_bar {
        display:none;
    }
    .nav_bar_mobile {
        display: block;
        text-align: end;
        width: 100%;
    }
    .nav_bar_hamb {
        width: 1.6rem;
    }
    #nav_bar_menu {
        background-color: #ffffffcc;
        display: block;
        width: 13rem;
        border-radius: 13px;
        margin-top: 0.5rem;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1111;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 32px;
    }
        .sidenav a {
            padding: 8px 32px 8px 8px;
            text-decoration: none;
            font-size: 18px;
            color: #000000;
            display: block;
            transition: 0.3s;
        }
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }
    #menu_items {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .page-padding {
        padding: 1rem !important;
    }
    .FormLogin {
        width: 90%;
    }
    .login_title {
        font-size: 1.3rem;
    }
}

/* --------------------------------- All Services Comp Styles - START ---------------------------------*/
.service_card {
    background-color: #b6d7c3;
    width: 30%;
    height: 170px;
    border: 0;
    margin: 0 0 25px 0;
    cursor: pointer;
}
    .service_card:hover {
        background-color: #99CAAD;
    }
.service_card_name {
    color: var(--gp-font-color);
    width: 100%;
    margin: 0;
}
.service_card_popup {
    background-color: #b6d7c3;
    border: 0;
    margin: 0 0 25px 0;
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
    .divider_title {
        font-size: 1.05rem;
    }
    .service_card_name {
        font-size: 13px;
        color: var(--gp-font-color);
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 766px) {
    .service_card {
        flex: 0 0 30%;
        max-width: 30%!important;
    }
}
/* --------------------------------- All Services Comp Styles - END ---------------------------------*/
/* --------------------------------- List Booking Comp Styles - START ---------------------------------*/
.state_lbl_ball {
    margin: auto;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .state_lbl_ball p {
        margin: 0;
        font-size: 12px;
        color: white;
        line-height: 23px;
        font-weight: 700;
        cursor: default;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }
.stateBall_ToIssue {
    background-color: #d7ab70;
}
.stateBall_OnRequest {
    background-color: #f3ce38;
}
.stateBall_Issued {
    background-color: #99CAAD;
}
.stateBall_InCheckin {
    background-color: #43a4bf;
}
.stateBall_InCheckout {
    background-color: black;
}
.stateBall_Canceled {
    background-color: #cd6c6c;
}
.stateBall_Other {
    background-color: gray;
}
.ticket_bookingNumb {
    margin-bottom: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}
.ticket_bookingNumb:hover {
    color: #99CAAD;
}
.state_tooltip {
    display: flex;
    justify-content: center;
    position: relative;
}
    .state_tooltip .state_tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 
            0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(163 163 163 / 2%), 
            0 41.8px 33.4px rgb(0 0 0 / 2%), 0 90px 70px rgb(0 0 0 / 3%);
    }
        .state_tooltip .state_tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #ffffff transparent transparent transparent;
        }


@media only screen and (max-width: 767.98px) {
    .state_filters {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 576px) {
    .filters_div {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .filter_date {
        display: inline-block;
        width: 100% !important;
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .filter_inputs {
        margin-bottom: 5px;
    }
}


@media only screen and (max-width: 455px){
    .bookmanage_buttons {
        width: 100% !important;
        font-size: 12px;
    }
    .hide_columns {
        display: none;
    }
    .table_td {
        margin: auto 0;
        font-weight: 600;
        font-size: 12px;
    }
    .table_rw {
        font-size: 12px!important;
    }
    #tooltip_anchor {
        width: 12px;
        height: 12px;
        margin: auto 4px auto 7px;
    }
    .state_lbl_ball {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        display: inline-block;
    }
}

/* --------------------------------- List Booking Comp Styles - END ---------------------------------*/

/* --------------------------------- List Tickets Comp Styles - START ---------------------------------*/

.checkin_filters_div {
    margin-left: 20px;
}
.listTicks_filter_buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem!important;
}
.checkin_buttons {
    display: flex;
    width: 60%;
    justify-content: space-evenly;
}
.filters_div {
    display: flex;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.filter_date_label {
    margin-right: 20px;
    align-items: center;
    margin-bottom: 5px;
}
.filter_date_div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    max-width: 200px !important;
}
.filter_inputs {
    width: 100%;
    max-width: 200px!important;
}
.filter_date {
    width: 100%;
    max-width: 200px !important;
}
.filter_checkboxes {
    min-width: 100px;
}
.filters_indiv1 {
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-end;
    justify-content: space-between;
}
.filters_indiv2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media only screen and (max-width: 700px) {
    .checkin_filters_div {
        margin-top: 20px;
        margin-left: 0;
    }
    .filters_div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 455px) {
    .filters_indiv1 {
        display: flex;
        margin-bottom: 0;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .filters_indiv2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .listTicks_filter_buttons {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
    .checkin_buttons {
        display: flex;
        width: 100%;
        margin-top: 5px;
        justify-content: space-between;
    }

    .ticketmanage_buttons {
        font-size: 12px;
        width: 100% !important;
    }

    .ticketmanage_check_buttons {
        font-size: 12px;
        width: 49% !important;
    }

    .filter_date_div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        max-width: 250px !important;
    }
    .filter_datePicker {
        width:100%;
    }
    .filter_date_label {
        width: auto;
    }
    .filter_inputs {
        width: 100%;
        max-width: 250px !important;
        margin-bottom: 10px;
    }
    .filter_date {
        width: 100%;
        max-width: 250px !important;
        margin-bottom: 10px;
    }
    .filters_div {
        display: flex;
        width: 100%;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
}

/* --------------------------------- List Tickets Comp Styles - END ---------------------------------*/

/* --------------------------------- Booking Comp Styles - START ---------------------------------*/

.product_card {
    width: 22%;
    height: 80px;
    border: 0;
    background-color: #b6d7c3;
    margin: 1% 1% 0 0;
    cursor: pointer;
}
    .product_card:hover {
        background-color: #99CAAD;
    }
    .product_card_selected {
        width: 22%;
        height: 80px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #43a4bf !important;
    }
    .product_card_div {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        cursor: pointer;
    }

.product_card_name {
    width: 100%;
    color: var(--gp-font-color);
    margin: 0;
    font-size: 16px;
}

.product_card_schedule {
    width: 100%;
    color: var(--gp-font-color);
    margin: 0;
}
.schedule_card {
    width: 22%;
    height: 50px;
    border: 0;
    background-color: #b6d7c3;
    margin: 1% 1% 0 0;
    cursor: pointer;
}

#productsDrawer {
    display: flex;
    width: 95%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

#tariffsDrawer, #productDrawer {
    display: flex;
    width: 95%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.tariff_card {
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #b6d7c3;
    margin: 1% 1% 0 0
}
    .tariff_card:hover {
        background-color: #99CAAD;
    }
.tariff_qnt {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--gp-font-color);
    margin: auto 11px auto 12px;
}
.div_addedProduct {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.addedProduct_card {
    width: 100%;
    height: 90px;
    border: 0;
    background-color: #A3C7D1;
    margin: 1% 1% 0 0
}
.div_checkboxMemorize {
    margin-left: auto;
}
.div_preBookingButtons {
    margin: 1rem 1% 0 0;
    display: flex;
    align-items: normal;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.div_finalBookingButtons {
    margin: 3rem 1% 0 0 !important;
    justify-content: space-between !important;
}
.button_reservar {
    background-color: #73ADBD;
}
.button_reservar {
    margin-top: 3rem;
    margin-left: 10px;
    width: 20%;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: var(--gp-font-color);
}
    .button_reservar:hover {
        background-color: #43a4bf;
    }


    .book_confirm_h3 {
        margin-bottom: 2rem;
        font-weight: 500;
    }
.addedProducts_text {
    font-size: 14px;
    font-weight: 300;
}
.mod_pag_container {
    width: 100%;
    border: solid 1px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.mod_pag_title {
    position: absolute;
    top: -13px;
    padding: 0 10px;
    left: auto;
    background-color: white;
    margin: 0;
}
.mod_pag_title p {
    margin: 0;
}
.div_mod_pag {
    width: 100%;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.button_mod_pag {
    width: 23%;
    height: 5rem;
    background-color: #ffffff;
    transition: .2s;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    color: var(--gp-font-color);
}
    .button_mod_pag:hover {
        margin: 0 10px;
        transform: scale(1.06);
    }
.button_mod_pag_selected {
    width: 23%;
    height: 5rem;
    margin: 0 10px;
    transform: scale(1.06);
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #43a4bf;
    color: white;
}
.p_date_day {
    width: 100%;
    color: var(--gp-font-color);
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.tr_tickets {
    cursor: pointer;
}

.p_date_date {
    width: 100%;
    color: var(--gp-font-color);
    margin: 0;
}
.cart_icon {
    margin: auto 20px auto 13px;
    width: 20px;
    cursor: pointer;
}
.addedProducts_date {
    display: block;
}
.addedProducts_date_mobile {
    display: none;
}

.prod_price_div {
    width: 30%;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}
.prod_name {
    color: var(--gp-font-color);
    font-size: 16px;
    margin: auto 0;
}

@media only screen and (max-width: 576px) {
    .weekday_card {
        width: 31%;
        height: 75px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #b6d7c3;
    }
    .weekend_card_selected {
        width: 31%;
        height: 75px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #43a4bf !important;
    }
    .today_card {
        width: 63%;
        height: 75px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #A3C7D1;
    }
    .today_card_selected {
        width: 63%;
        height: 75px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #43a4bf !important;
    }
    .weekend_card {
        width: 31%;
        height: 75px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #A3C7D1;
    }
    .weekday_card_selected {
        width: 31%;
        height: 75px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #43a4bf !important;
    }
    .divider_title {
        font-size: 14px;
    }
    .divider_label {
        margin: 0 0px 10px 11px !important;
        color: #229752;
        cursor: pointer;
        font-size: 11px;
    }
    .p_date_day {
        width: 100%;
        color: var(--gp-font-color);
        margin: 0;
        font-weight: 700;
        font-size: 14px;
    }
    .p_date_date {
        width: 100%;
        color: var(--gp-font-color);
        margin: 0;
        font-size: 12px;
    }
    .divider_selected_opt_text {
        font-size: 13px;
    }
    .product_card_name {
        width: 100%;
        color: var(--gp-font-color);
        margin: 0;
        font-size: 14px;
    }
    .product_card {
        width: 62%;
        height: 80px;
        border: 0;
        background-color: #b6d7c3;
        margin: 1% 1% 0 0;
        cursor: pointer;
    }
    .product_card_selected {
        width: 62%;
        height: 80px;
        border: 0;
        margin: 1% 1% 0 0;
        cursor: pointer;
        background-color: #43a4bf !important;
    }
    .prod_price_div {
        width: 30%;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }
    .prod_name {
        color: var(--gp-font-color);
        font-size: 14px;
        margin: auto 0;
    }
    .schedule_card {
        width: 49%;
        height: 50px;
        border: 0;
        background-color: #b6d7c3;
        margin: 1% 1% 0 0;
        cursor: pointer;
    }
    .cart_icon {
        width: 18px;
        cursor: pointer;
    }
    .addedProducts_date {
        display:none;
    }
    .addedProducts_date_mobile {
        display: block;
        color: white;
        margin: 0;
    }
}

/* --------------------------------- Booking Comp Styles - END ---------------------------------*/


/* --------------------------------- Reservation Confirmation Comp Styles - START ---------------------------------*/

.status_emitido {
    height: 25px;
    width: 25px;
    background-color: #99CAAD;
    border-radius: 50%;
    display: inline-block;
}
.status_poremitir {
    height: 25px;
    width: 25px;
    background-color: #d7ab70;
    border-radius: 50%;
    display: inline-block;
}
.status_checkedin {
    height: 25px;
    width: 25px;
    background-color: #43a4bf;
    border-radius: 50%;
    display: inline-block;
}
.print_card {
    background-color: #A3C7D1;
    width: 20%;
    height: 85px;
    border: 0;
    margin: 0 0 25px 0;
    cursor: pointer;
}
    .print_card:hover {
        background-color: #73ADBD;
    }
.printer_div {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.printer_img {
    margin: 10px auto 5px auto;
    width: 20px;
}
.printer_text {
    color: white;
    width: 100%;
    font-weight: 600;
    margin:auto;
}

.confirm_button_disable {
    cursor: default !important;
    background-color: #d6d8d7 !important;
}
.confirmpage_buttons, .bookmanage_buttons, .ticketmanage_buttons, ticketmanage_check_buttons {
    background-color: #b6d7c3;
    width: 45%;
    cursor: pointer;
    height: 45px;
    border-radius: 10px;
    border: none;
    color: var(--gp-font-color);
}
    .confirmpage_buttons:hover, .bookmanage_buttons:hover, .ticketmanage_buttons:hover, ticketmanage_check_buttons:hover {
        background-color: #99CAAD;
    }

.background_white {
    background-color: white !important;
    pointer-events: none;
}
.noPointerEvnts {
    pointer-events: none;
}
.div_MBWAYTotal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.PaymentNoteText_Label {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.PaymentNoteText_Value {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}

.div_PaymentNoteBorder {
    border-radius: 10px;
    border: solid 2px #b6d7c3;
    padding: 15px 25px 25px 25px;
}

.frames {
    height: 0px;
    width: 0px;
    border: 0;
}
fluent-anchored-region.left .tooltip::after, fluent-anchored-region.bottom .tooltip::after {
    display: none !important;
}
.tooltip_div {
    width: fit-content;
    height: 15rem;
    display: grid;
}
.tooltip_elements {
    width: 100%;
    display: flex;
    align-items: center;
}
.tooltip_spans {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.tooltip_text {
    margin: auto 8px;
}

.div_print_cards {
    width: 100%;
    display: flex;
    margin-top: 2rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ticket_number {
    margin-bottom: 5px;
}
.confirmedBookingNumber {
    color: #99CAAD;
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
    .book_confirm_h3 {
        font-size: 1rem;
    }
    .button_mod_pag {
        width: 46%;
        height: 5rem;
        /*background-color: #A3C7D1;*/
        cursor: pointer;
        border-radius: 10px;
        border: none;
        color: var(--gp-font-color);
        margin-top: 8px;
    }
    .button_mod_pag_selected {
        width: 46%;
        height: 5rem;
        /*background-color: #43a4bf;*/
        cursor: pointer;
        border-radius: 10px;
        border: none;
        color: white;
        margin-top: 8px;
    }
    .print_card {
        background-color: #A3C7D1;
        width: 20%;
        height: 85px;
        border: 0;
        margin: 0 0 25px 0;
        cursor: pointer;
    }
}
@media only screen and (max-width: 576px) {
    .print_card {
        background-color: #A3C7D1;
        width: 65%;
        height: 60px;
        border: 0;
        margin: 0 0 5px 0;
        cursor: pointer;
    }

        .print_card p {
            font-size: 12px !important;
        }

    .printer_img {
        margin: 5px auto 5px auto !important;
    }

    .div_print_cards {
        margin-top: 1rem;
    }
}

/* --------------------------------- Reservation Confirmation Comp Styles - END ---------------------------------*/

/* --------------------------------- Occupation Comp Styles - START ---------------------------------*/
.occupation_table_card {
    margin-top: 2rem;
    text-align: center;
}
.occupation_table {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.occupation_table_prod {
    text-align: left;
    font-weight: 500;
    margin: 1.5rem 1.2rem 0.8rem;
}
.occupation_table_head {
    font-weight: 500;
    font-size: 13px;
}
.occupation_table_divider {
    background-color: #99CAAD;
    height: 2px;
    width: 95%;
    margin: 0 auto;
}
.print_relatorio {
    cursor: pointer;
    display: flex;
    margin: 1.5rem 1.2rem 0;
}
.print_relatorio:hover {
    text-decoration: underline;
}
.occ_filters_div {
    width: 100%;
    max-width: 550px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px 0;
}
@media only screen and (max-width: 770px) {
    .occ_filters_div {
        max-width: 250px;
    }
    #occ_filter_date {
        max-width: 250px;
    }
}
/* --------------------------------- Occupation Comp Styles - END ---------------------------------*/
/* --------------------------------- QR Code Comp Styles - START ---------------------------------*/
@media (max-width: 600px) {
    #QRCode_modal {
        --dialog-width: 80% !important;
        --dialog-height: 75% !important;
    }
}
#QRCode_modal {
    --dialog-width: 400px !important;
    --dialog-height: 400px !important;
    z-index: 10000;
    position: absolute;
}
/* --------------------------------- QR Code Comp Styles - END ---------------------------------*/
#print_frame {
    display: none;
}
.criar_labels {
    color: white;
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}
.divider_voltar_text {
    font-weight: 400;
    margin: 0 20px auto 0;
    cursor: pointer;
}
.rz-dropdown-label {
    margin: inherit;
}
.button_submeter {
    box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 15%);
    background-color: #73ADBD;
    width: 20%;
    margin: 1rem 1% 0 0;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: var(--gp-font-color);
    margin: 0;
}
    .button_submeter:hover {
        background-color: #43a4bf;
    }
.button_submeter_disabled {
    box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 15%);
    background-color: #bad3da;
    width: 20%;
    margin: 1rem 1% 0 0;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: white;
    margin: 0;
}

.back_green {
    margin: -1px 20px 0 11px !important;
    color: #229752;
    cursor: pointer
}

.lonlat_input {
    margin: 1% 0 1% 0;
    width: 45%;
    font-size: 14px;
}

.cancel_button {
    width: 30%;
    max-width: 20% !important;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #C05C5C !important;
    margin: 0 0 0 15px;
}
.cancel_button_text {
    color: white;
    text-align: center;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
.telephone::-webkit-outer-spin-button,
.telephone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.telephone {
    -moz-appearance: textfield;
}
#div-MBWAY-logo {
    margin-bottom: 10px;
}
#div-MBWAY-insertnumber {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#label-MBWAY-insertnumber {
    margin-bottom: 15px;
}
.telephone {
    border: solid #99CAAD;
    border-radius: 15px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
#div-telephone {
    display:flex;
}
#phonecode {
    width: 150px;
    margin-right: 10px;
}

.button_quickPaymentMethod {
    width: 23%;
    min-width: 150px;
    height: 5rem;
    background-color: #ffffff;
    transition: .2s;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    color: var(--gp-font-color);
}
    .button_quickPaymentMethod:hover {
        transform: scale(1.06);
    }
.quickPayment-method-icon-inner {
    display: contents;
}
.quickPayment-method-icon {
    height: 80px;
    overflow: hidden;
    /*margin-bottom: 5px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
    .quickPayment-method-icon .payment-method-icon-inner {
        height: 80px;
    }
    .quickPayment-method-icon img {
        object-fit: contain;
        object-position: center center;
        max-height: 100%;
    }
.payment-method-icon {
    height: 80px;
    overflow: hidden;
    /*margin-bottom: 5px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
    .payment-method-icon .payment-method-icon-inner {
        height: 75px;
    }
    .payment-method-icon img {
        object-fit: contain;
        object-position: center center;
        max-height: 100%;
    }
.loading_validate {
    width: 18px;
    height: 18px;
    min-width: 18px;
}
.loading_payments {
    width: 30px;
    height: 30px;
    min-width: 30px;
}
.loading_payments_label {
    margin: 0 0 0 20px;
}
.div_loading_payments {
    display: flex;
    align-items: center;
    margin: auto;
    width: fit-content;
}
.div_validatePayment {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    justify-content: center;
}
.div_payment-notice {
    width: 100%;
    margin: auto;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #b6d7c3;
    padding: 25px;
}
.form_multibanco {

}