﻿: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;
}

.table_cancel_button {
    width: 35px;
    height: 25px;
    margin: auto;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cd6c6c;
}

    .table_cancel_button img {
        height: 50%;
    }

.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;
}


.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 */
    }


.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 (min-width: 700px) {
    .filter_datePicker .filter_date:first-child {
        margin-left: -2px;
    }

    .filter_datePicker .filter_date:nth-child(2) {
        margin-left: 20.3px !important;
    }
}

@media only screen and (max-width: 700px) {
    .filters_indiv1 {
        max-width: 425px !important;
    }

    .filter_datePicker .filter_date:nth-child(2) {
        margin-left: 21px !important;
    }
}

.filter_datePicker {
    max-width: 425px !important;
}

@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;
    }

    .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: column;
    width: 100%;
    max-width: 200px !important;
}

.filter_inputs {
    width: 100%;
    max-width: 200px !important;
}

.filter_inputs_fullWidth {
    width: 100%;
    max-width: unset !important;
}

.filter_date {
    width: 100%;
    max-width: 200px !important;
}

.filter_checkboxes {
    min-width: 100px;
}

.div_filters_row {
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-end;
    justify-content: space-between;
}

.filters_indiv3 {
    margin-bottom: 0;
}

.filters_indiv1 {
    width: 100%;
    max-width: 640px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .filters_indiv1 .filter_date_div {
        width: 45%;
        max-width: unset !important;
    }

    .filters_indiv1 .filter_datePicker, .filters_indiv1 .filter_date {
        width: 100%;
        max-width: unset !important;
    }

@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 ---------------------------------*/
/* --------------------------------- Booking listing Comp Styles - START ---------------------------------*/
/* ── Page Header ── */
.lb_page_header {
    padding: 1.8rem 1.5rem 0.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.lb_header_text {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    border-bottom: 2px solid #99CAAD;
    padding-bottom: 1rem;
    margin-bottom: 0.25rem;
}

.lb_header_icon {
    font-size: 1.9rem;
    line-height: 1;
}

.lb_title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a2e1e;
    letter-spacing: -0.01em;
}

.lb_subtitle {
    margin: 2px 0 0;
    font-size: 0.8rem;
    color: #6b887a;
}

/* ── Filter Panel ── */
.lb_filter_panel {
    max-width: 960px;
    margin: 1.2rem auto 0;
    background: #ffffff;
    border: 1px solid #e0ede5;
    border-radius: 12px;
    padding: 1.4rem 1.6rem 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.lb_filter_section {
    margin-bottom: 1.1rem;
}

.lb_filter_section_label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b887a;
    margin: 0 0 0.55rem;
}

/* Date row */
.lb_date_row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.lb_date_arrow {
    color: #99CAAD;
    font-size: 1.1rem;
    font-weight: 700;
}

.lb_datepicker {
    border-radius: 8px !important;
}

/* Search row */
.lb_search_row {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.lb_search_input {
    flex: 1 1 160px;
    min-width: 140px;
}

.lb_search_input_wide {
    flex: 2 1 260px;
}

/* Status pills */
.lb_status_pills_row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.lb_status_pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1.5px solid #d0ddd5;
    background: #f6faf7;
    font-size: 0.82rem;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
    color: #3a5245;
}
    .lb_status_pill:hover {
        border-color: #99CAAD;
        background: #edf7f0;
    }

.lb_pill_active {
    border-color: transparent !important;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.lb_pill_issued {
    background: #99CAAD;
    color: white;
}
.lb_pill_checkin {
    background: #43a4bf;
    color: white;
}
.lb_pill_checkout {
    background: black;
    color: white;
}
.lb_pill_others {
    background: gray;
    color: white;
}

.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;
}

/* Apply button */
.lb_filter_apply_row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 0.4rem;
    border-top: 1px solid #edf3ef;
    margin-top: 0.6rem;
}

.lb_apply_btn {
    background: #5aab7a;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.55rem 1.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: background 0.18s, transform 0.12s;
}

    .lb_apply_btn:hover {
        background: #48966a;
        transform: translateY(-1px);
    }

    .lb_apply_btn:active {
        transform: translateY(0);
    }

.lb_checkinout_btn {
    background: #fff;
    color: #2c2c2c;
    border: 1.5px solid #d0eada;
    border-radius: 8px;
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.15s, border-color 0.15s, transform 0.12s;
}

    .lb_checkinout_btn:hover {
        background: #edf7f0;
        border-color: #99CAAD;
        transform: translateY(-1px);
    }

    .lb_checkinout_btn:active {
        transform: translateY(0);
    }

.lb_checkinout_btn_disabled {
    opacity: 0.45;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* ── Loading state ── */
.lb_loading_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 2.5rem 0;
}

.lb_loading_text {
    font-size: 0.85rem;
    color: #6b887a;
    margin: 0;
}

/* ── Results bar ── */
.lb_results_bar {
    max-width: 960px;
    margin: 1.4rem auto 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lb_results_count {
    font-size: 0.82rem;
    color: #6b887a;
    font-weight: 500;
}

.lb_legend_btn {
    font-size: 0.8rem;
    color: #5aab7a;
    cursor: pointer;
    text-decoration: underline dotted;
}

/* ── Grid styling ── */
.lb_grid {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0ede5 !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

/* ── Grid cells ── */
.lb_cell_ref {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.lb_order_link {
    font-weight: 700;
    color: #3a8c5c;
    cursor: pointer;
    font-size: 0.95rem;
    margin: 0;
    text-decoration: underline dotted;
    transition: color 0.15s;
}

    .lb_order_link:hover {
        color: #237044;
    }

.lb_order_date {
    font-size: 0.75rem;
    color: #7a9488;
    margin: 0;
    white-space: pre-wrap;
    text-align: center;
}

.lb_cell_product {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.lb_product_icon {
    font-size: 1rem;
}

.lb_product_text {
    margin: 0;
    font-size: 0.9rem;
}

.lb_cell_client {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.lb_client_name {
    font-weight: 600;
    margin: 0;
    font-size: 0.9rem;
}

.lb_client_venue {
    font-size: 0.75rem;
    color: #7a9488;
    margin: 0;
}

.lb_cell_action {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ── Status badges ── */
.lb_status_badge {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}


.lb_badge_issued {
    background: #99CAAD;
    color: white;
}
.lb_badge_toissue {
    background: #d7ab70;
    color: white;
}
.lb_badge_checkin {
    background: #43a4bf;
    color: white;
}
.lb_badge_checkout {
    background: black;
    color: white;
}
.lb_badge_onrequest {
    background: #f3ce38;
    color: white;
}
.lb_badge_canceled {
    background: #cd6c6c;
    color: white;
}
.lb_badge_other {
    background: gray;
    color: white;
}

/* ── Cancel button ── */
.lb_cancel_btn {
    width: 32px;
    height: 28px;
    border-radius: 6px;
    border: none;
    background: #e87070;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

    .lb_cancel_btn:hover {
        background: #c95050;
    }

/* ── Legend tooltip ── */
.lb_legend_tooltip {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.3rem 0.2rem;
}

.lb_legend_row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.82rem;
}

/* ── Empty state ── */
.lb_empty_state {
    max-width: 960px;
    margin: 2.5rem auto;
    text-align: center;
    background: white;
    border: 1px solid #e0ede5;
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
}

.lb_empty_icon {
    font-size: 2.5rem;
}

.lb_empty_title {
    font-weight: 600;
    font-size: 1rem;
    color: #1a2e1e;
    margin: 0.5rem 0 0.2rem;
}

.lb_empty_sub {
    color: #6b887a;
    font-size: 0.85rem;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .lb_filter_panel {
        padding: 1rem;
        border-radius: 8px;
    }

    .lb_search_row {
        flex-direction: column;
    }

    .lb_date_row {
        flex-wrap: wrap;
    }

    .lb_apply_btn {
        width: 100%;
        text-align: center;
    }

    .lb_filter_apply_row {
        justify-content: center;
    }

    .lb_results_bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }
}

/* --------------------------------- QR Code 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 ---------------------------------*/
/* --------------------------------- Nav Comp Styles - Start ---------------------------------*/
/* ── Shared brand token ── */
.gp_nav_logo {
    font-size: 1.25rem;
    line-height: 1;
}

.gp_nav_brand_name {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.01em;
    color: #1a2e1e;
}

/* ================================================================
   DESKTOP NAV
   ================================================================ */
.gp_nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #ffffff;
    border-bottom: 1px solid #e0ede5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    padding: 0 1.5rem;
    gap: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
}

/* Brand / logo area */
.gp_nav_brand {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 130px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    text-decoration: none;
}

/* Centre link group */
.gp_nav_links {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    flex: 1;
}

.gp_navbtn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.38rem 0.75rem;
    border-radius: 6px;
    font-size: 0.84rem;
    font-weight: 500;
    color: #3a5245;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    user-select: none;
    border-bottom: 2px solid transparent;
}

    .gp_navbtn:hover {
        background: #f0f7f2;
        color: #1a3626;
    }

.gp_navbtn_active {
    color: #1a6638;
    font-weight: 600;
    background: #eaf5ee;
    border-bottom: 2px solid #5aab7a;
}

    .gp_navbtn_active:hover {
        background: #dff0e6;
    }

.gp_navbtn_icon {
    font-size: 0.9rem;
    line-height: 1;
    opacity: 0.8;
}

/* Right side: culture + logout */
.gp_nav_right {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-left: auto;
    flex-shrink: 0;
}

.gp_nav_culture {
    font-size: 0.83rem;
    color: #5a7a66;
}

.gp_nav_logout {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #7a4040;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    user-select: none;
    border: 1px solid #f0d8d8;
    background: #fdf5f5;
}

    .gp_nav_logout:hover {
        background: #fbe8e8;
        color: #5c2020;
        border-color: #e8c0c0;
    }

/* ================================================================
   MOBILE NAV BAR (top strip)
   ================================================================ */
.gp_nav_mobile_bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 1rem;
    background: #ffffff;
    border-bottom: 1px solid #e0ede5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Hamburger button */
.gp_hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

    .gp_hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 2px;
        background: #3a5245;
        transition: transform 0.25s, opacity 0.2s;
    }

/* ================================================================
   SIDE DRAWER
   ================================================================ */
.gp_sidenav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    max-width: 280px;
    background: #ffffff;
    z-index: 1200;
    overflow: hidden;
    transition: width 0.3s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 20px rgba(0,0,0,0.08);
}

.gp_sidenav_header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1rem 1rem 1.2rem;
    border-bottom: 1px solid #e8f2ec;
    flex-shrink: 0;
}

.gp_sidenav_close {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 1.1rem;
    color: #6b887a;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

    .gp_sidenav_close:hover {
        background: #f0f7f2;
        color: #1a3626;
    }

.gp_sidenav_links {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
}

.gp_sidenav_link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1.4rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2e4a38;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    border-left: 3px solid transparent;
    user-select: none;
}

    .gp_sidenav_link:hover {
        background: #f0f7f2;
    }

.gp_sidenav_link_active {
    background: #eaf5ee;
    color: #1a6638;
    border-left-color: #5aab7a;
    font-weight: 600;
}

.gp_sidenav_footer {
    border-top: 1px solid #e8f2ec;
    padding: 0.85rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex-shrink: 0;
}

.gp_sidenav_culture {
    font-size: 0.85rem;
    color: #5a7a66;
}

.gp_sidenav_logout {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.87rem;
    font-weight: 500;
    color: #8a3030;
    cursor: pointer;
    text-decoration: none;
    padding: 0.4rem 0;
    user-select: none;
    transition: color 0.15s;
}

    .gp_sidenav_logout:hover {
        color: #5c1a1a;
    }

/* Backdrop overlay */
.gp_sidenav_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1100;
    opacity: 0;
    pointer-events: none; /* invisible = not clickable */
    transition: opacity 0.3s;
}

.gp_sidenav_overlay_visible {
    opacity: 1;
    pointer-events: all; /* visible = catches taps */
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 767.98px) {
    /* Hide desktop nav, show mobile bar */
    .gp_nav {
        display: none !important;
    }

    .gp_nav_mobile_bar {
        display: flex !important;
    }
}

@media (min-width: 900px) {
    /* Only hide the mobile top bar — sidenav stays in DOM, hidden by width:0 */
    .gp_nav_mobile_bar {
        display: none !important;
    }
}

/* Compact nav on medium screens — hide icons, shrink padding */
@media (max-width: 1050px) and (min-width: 900px) {
    .gp_navbtn_icon {
        display: none;
    }

    .gp_navbtn {
        padding: 0.38rem 0.55rem;
        font-size: 0.8rem;
    }

    .gp_nav_brand {
        margin-right: 0.75rem;
        min-width: 100px;
    }

    .gp_nav_brand_name {
        font-size: 0.88rem;
    }
}


/* --------------------------------- Nav 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 {
}





