@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
/* Variables */
:root {
    --body-color: rgb(247, 250, 252);
    --button-color: rgb(30, 166, 114);
    --accent-color: #3498db;
    --link-color: #ffffff;
    --font-color: rgb(105, 115, 134);
    --body-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    --radius: 6px;
    --form-width: 400px;
}

#basket_icon {
    width: 30px;

}

.list-unstyled.cart p {
    padding-right: 0 !important;
}

.custom-grid-item {
    width: 50%;
}


.quantity_btn {
    margin-top: -3px;
    color: #fd5c02;
    font-size: 28px;
    cursor: pointer;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;

    outline: none;
}


.quantity_input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    text-align: center;
}

.menu_item_image {
    height: 100px;
    width: 150px;
    object-fit: cover;
    display: inline;
}

fieldset {
    margin: auto !important;
    width: 90% !important;
}

.modal-dialog-custom {
    overflow-y: initial !important
}

.modal-body-custom {
    max-height: 750px;
    /*overflow-y: auto;*/
    overflow-x: hidden;
}

.modal-content {
    width: 100%;
}

.menu_item_children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.child_quantity_container {
    display: flex;
    width: 300px;
    flex-direction: row;

}

.child_item_title {
    font-size: 16px;
    max-width: 55%;
}

.actions_container {
    width: 45%;
}

/*input[name="discount_code"]{*/
/*    width: 25% ;*/
/*}*/
.checkout_prices {
    display: flex;
    justify-content: space-between;
    /*width: 250px;*/
}

.checkout_prices strong {
    max-width: 85%;
}

.min_quantity_alert {
    float: left;
}

.mobile-line {
    display: none;
}


.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 4px 0 32px;
}

.new-payment-button {
    background-color: #3498db;

}

.configure-payments {
    background-color: #fd5c02;
    color: #fff !important;

    transition: box-shadow .4s;
}

.configure-payments:hover {
    box-shadow: 2px 4px 4px #fd5c02;
    color: #fd5c02 !important;
    background-color: #fff;
}

.one-time-payment {
    background-color: #454545;
    color: #fff !important;

    transition: box-shadow .4s;
}

.one-time-payment:hover {
    color: #454545 !important;
    background-color: #fff;
    box-shadow: 2px 4px 4px #454545;
    transition: box-shadow .4s;


}


.payment-btn {
    color: #fff !important;

    transition: box-shadow .4s;
}

.payment-btn:hover {
    color: #fff !important;
    box-shadow: 2px 4px 4px #fd5c02;

}

.no-payments-text {
    color: #fd5c02;
    text-align: center;
    font-style: italic;
}

.go-arrow {
    margin-top: 0;
    margin-right: -4px;
    color: #3184bc;
    font-size: 18px;

}


/*.custom-card{*/
/*    cursor: pointer;*/
/*    background-color: rgba(49,132,188,1);*/
/*    color: #fff;*/
/*    transition: box-shadow .4s;*/
/*}*/


/*.custom-card:hover{*/

/*    box-shadow: 2px 4px 4px #fd5c02;*/

/*}*/

.card-holder {
    font-size: 22px;
}

.card-detail {
    font-size: 18px;
    font-weight: bold;
    color: #2ecc71;
}

.card-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.second-request-text {
    font-size: 16px;
    text-align: left;
    float: left;
    /*margin-left: 10%;*/
    color: #2c3e50;
}

.main-request-text {
    /*color: #c0392b;*/
    font-size: 18px;
}

.menu_description {
    color: #7f8c8d;
    font-size: 13px;
    font-style: italic;
    transition: 0.4s ease-in-out;
}

.menu_group span.menu_description {

    margin-top: -20px;
    color: #fff !important;

}

.menu-item-modal-body {

    padding-bottom: 10px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;

}

.cooking-instructions-title {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: normal;
}

.main-item-list {

    list-style-type: none;
    padding-inline-start: 0;
    width: 100%;
    margin: auto;
}

.menu_item_info {
    font-family: 'Roboto Slab', serif;
    /*align-self: flex-end;*/
    margin-right: 1%;
    font-size: 15px;
}

.bubble {

    transition: all 500ms;
}

.noPointerEvent {
    pointer-events: none !important;
}

.bubble.animate {
    transform: scale(1, 3);
}

#fixed-sub-items-list, #selected-items {
    max-height: 400px;
    overflow-y: auto;
    padding-inline-start: 0 !important;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}

#fixed-sub-items-list li, #selected-items li {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    background-color: #3498db;

    box-shadow: 2px 2px 2px #7f8c8d;
}

.selectedItem {
    color: #3498db !important;
    font-size: 1.8rem !important;
}

.min-group-alert {
    text-decoration: underline;
    font-size: 12px;
}

.advertisement_image {
    display: block;
    border-radius: 5px;
    margin: auto;
    height: 170px;
    width: auto;
}

.takeaway-logo {
    max-height: 70px !important;
    max-width: 70px !important;
}

.discount {
    position: absolute;
    right: 16px;
    font-weight: bold;
    background-color: #ff97af;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    border-radius: 0 2px 0 2px;
    padding: 4px 6px;
    font-size: 14px;
}

.restaurant_info {
    background-color: #3498db;
}

.restaurant_info p {
    font-size: 15px;
    color: #fff;
}

.offline-card {
    background-color: #fd5c02 !important;
}

.book_in_advance {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: #27ae60;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    border-radius: 0 2px 0 2px;
    padding: 4px 6px;
    font-size: 13px;
    cursor: pointer;
}

.edit_just_booking {
    padding: 4px 8px 4px 8px;
    background-color: #27ae60;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.edit_just_booking:hover {
    color: #fff;

}

.reorder {
    float: right;
    padding: 4px 8px 4px 8px;
    background-color: #3c8bbf;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.cancel-order-btn {
    position: absolute;
    right: 28px;
    top: 45px;
    padding: 2px 6px 2px 6px;
    background-color: #c0392b;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.cancel-order-btn:hover {
    color: #fff !important;
}

.cancel-order-btn:focus {
    color: #fff !important;
}

.reorder-action-btns {
    display: flex;
    flex-direction: column;
    width: 25%;
    float: right;
}

.cancel-btn {
    position: absolute;
    bottom: 25px;
    left: 120px;
    padding: 4px 8px 4px 8px;
    background-color: #c0392b;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*left: 10px;*/
    /*float: right;*/
}

.cancel-btn:hover {
    /*background-color: #fff;*/
    color: #fff;
    /*border: 1px solid  #c0392b;*/
}

.advertisement_content {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    text-align: center !important;
}

.custom-modal-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.advertisement-content {
    /*background-color: #bdc3c7;*/
}

.remove-item {
    color: #fd5c02;
    cursor: pointer;
}

.remove-item:hover {
    transition: transform .2s; /* Animation */
    transform: scale(1.3);
}

.main-item-list li {
    padding: 10px;

}

.total-menu-items {
    float: left;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
}

.cooking-icon {
    cursor: pointer;
}

.menu_group {
    padding: 10px;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    background-color: rgba(253, 92, 2, 0.8);
    color: #fff;
    display: flex;
    flex-direction: column;

    /*justify-content: space-between;*/
}

.history-arrow {
    cursor: pointer;
    padding: 5px;

    color: #fd5c02;
    font-size: 24px;
}

.disabled-li {
    opacity: 0.5;
    pointer-events: none;
    color: grey;
}

.custom_chevron {
    float: right;
    padding-top: 5px;
    color: #fff;
}

.menu_item {
    padding-left: 10px;
    cursor: pointer;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: all .3s ease-in-out;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto Slab', serif;
}


.menu_item_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.restaurant-menu-pdf {
    width: 700px;
    margin: 0 auto;
    height: 800px;
    border: 1px solid #4687a6;
    border-radius: 5px;
}

.restaurant-info-data {
    width: 40%;
}

@media (orientation: landscape) {
    /*.quantity_input{*/
    /*width: 20% !important;*/
    /*}*/
    #mobileTimeDateEatAtHomeModal {
        width: 200%;
    }


}

.deselect_custom:hover {
    color: #fff;
    transition: .4s ease-in-out;
}

.resposive-list {
    width: 40%;
}

.borderedLi {
    border-bottom: 1px solid #95a5a6 !important;
}

.menu-item-modal-body ul {
    /*padding-inline-start: 0 !important;*/
}

.double-text {
    margin-right: 15px;
}

@media only screen
and (min-device-width: 600px)
and (max-device-width: 840px) {
    .pos-quantity-container .quantity-btn {
        font-size: 45px !important;
        padding: 0 4px !important;
    }

    .pos-quantity-container input {
        font-size: 24px !important;
    }

    .pos-name-price {
        flex-direction: column !important;
    }

    .gift-card-checkmark-container {
        margin-top: 0 !important;
    }

    .pos-quantity-and-add {
        margin-top: 20px;
        gap: 20px !important;
    }

    .pos-quantity-and-add .pos-quantity-container {
        width: 150px !important;
    }

    .checkbox-form-group label:first-child {
        width: 50% !important;
    }

    .pos-quantity-container .quantity-btn {
        font-size: 45px !important;
        padding: 0 4px !important;
    }

    .pos-list {
        padding-inline-start: 0 !important
    }

    .form-group-btn-submit > .custom-form-submit-btn {
        fon-size: 20px !important;
        width: 50% !important;
    }

    .form-group-btn-submit > .btn-register-previous {
        fon-size: 20px !important;
        width: 50%;
    }

    .checkbox-form-group {

        width: 100% !important;
    }

    .restaurant-flex-container {
        gap: 25px;
        width: 100% !important;
    }

    .restaurant-images-container {
        width: 100% !important;
    }

    .custom-form-group {
        width: 100% !important;
    }

    .restaurant-tab-wrapper {
        flex-direction: column;
    }

    .gift-card-name-actions-range {
        flex-direction: column;
        margin-top: 0 !important;
        margin-left: 15px !important;
    }

    .gift-card-name-actions-range {
        flex-direction: column;
    }

    .interval-gift-card-config {
        margin-left: 25px !Important;
    }

    .confirm-payment-action-btns {
        width: 100% !important;
        justify-content: space-around !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .enter-restaurant-event-info {
        width: 100% !important;
    }

    .error-page-container {
        flex-direction: column;
        text-align: center;
    }

    .checkout {
        flex-direction: column !important;
    }

    .checkout .checkout-button-custom {
        width: 90%;
        margin: 0 auto;
    }

    #captchaModal .modal-content {
        width: 100%;
    }

    #ticket-type-info {
        font-size: 22px !important;

    }

    .modal-content-mobile {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 97% !important;
        margin: auto;
    }


    .customer-qr-codes-container {
        width: 100% !important;
    }

    .restaurant-event-header {
        width: 90% !important;
        height: 80px !important;

    }

    .guests-number-event-container h4 {
        width: 100% !important;
    }

    .free-gift-card-info {
        padding-left: 20px !important;
    }

    .terms-gift-cards {
        font-size: 14px;
        overflow-y: auto;

    }

    .voucher-details-container {
        width: 60% !important;
        height: 200px;

    }

    .gift-card-details-container {
        max-height: 350px !important;
    }

    .voucher-title {
        font-size: 22px;
    }

    .featured-gift-cards-title {
        text-align: center;
    }

    .gift-card-details-container {

        margin-bottom: 20px !important;
    }


    .gift-cards-info {
        margin-left: 15px;
    }

    .gift-cards-info {
        margin-left: 10px;
    }

    .gift-cards-customer-options {
        margin-left: 0;
        margin-right: 0;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .gift-cards-main-text-color {
        font-size: 22px;
    }

    .gift-cards-second-text-color {
        font-size: 18px;
    }

    #guest_container.event-form-group {
        flex-direction: column !important;
        width: 100%;
    }

    #guest_container .event-form-group input {
        width: 100% !important;
    }

    .margin-top-container {
        margin-top: 10px !important;
    }

    .scan-qr-action-btns {
        flex-direction: column;
    }

    .restaurant-event-title {
        font-size: 24px !important;
        width: 80%
    }

    .restaurant-event-ticket-info p span {
        width: 40% !important;
    }

    .restaurant-event-ticket-info p b {
        width: 60% !important;
    }

    .restaurant-event-qr-container {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 20px;
    }

    .restaurant-form-event {
        width: 100% !important;
    }

    .restaurant-event-ticket-qr-container {
        width: 100% !important;
    }

    .viva-wallet-modal-header {
        padding-bottom: 0 !important;
    }

    .viva-wallet-modal-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .flip-container {
        padding-top: 10px !important;
    }

    .modal-payment-icon svg {
        height: 50px !important;
    }

    .form-container {
        grid-template-rows: 50px 50px 50px !important;
    }

    .desktop-flex-end {
        display: inherit !important;
    }

    .gift-card-payment-list li {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .gift-card-payment-list {
        padding-left: 0;
    }

    .margin-top-mobile-10 {
        margin-top: 10px !important;
    }


    .checkout {
        display: flex;
        flex-direction: column !important;
        gap: 5px;
    }

    .margin_left_negative_20_mobile {
        margin-left: -20px;
    }

    .mobile_nav {
        display: block !important;
        z-index: 10;
    }

    .gift-card-interval-price {
        width: 100% !important;
    }

    .gift-card-interval {

        width: 105% !important;
    }

    #cardInterval {
        margin-left: 0 !important;
    }

    .mobile-padding-left-0 {
        padding-left: 0;
    }

    .delivery_postcode_input {
        width: 100% !important;
    }

    .gift-cards-items-costs, .gift-cards-items-checkout {
        padding-left: 15px !important;
        padding-right: 15px !important;

    }

    .responsive-gift-card-input {
        width: 100% !important;
    }


    .mobile-btn {
        display: block !important;
    }

    #navigation-container-gift-cards {
        display: none;
    }

    .gift-cards-items li {
        height: auto !important;
        color: #3498db;
    }

    .gift-cards-checkout-content {
        width: 100% !important;
    }


    .mobile-flex {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }

    .gift-card-quantity-label {
        text-align: left !important;
        margin-left: 15px;
    }

    .gift-card-interval-price {
        margin-top: 0 !important;
        flex-direction: column;
    }

    .interval-gift-card-config {
        margin-top: 25px;
    }

    .responive-gift-card-img {
        width: 80% !important;
        margin: 0 auto;
        display: block;
    }

    .desktop-margin-left-20 {
        margin-left: 0;
    }

    .gift-cards-side-container {
        width: 100% !important;
    }

    .gift-cards-restaurant-logo {
        width: 50vw !important;
    }

    .gift-cards-restaurant-logo {
        width: 50vw;
    }

    .btn-payment, .btn-pay-ticket-sms {
        width: 60% !important;
        font-size: 16px !important;
    }

    .btn-payment span {
        font-size: 16px !important;
    }

    .ticket-items-container {
        width: 100%;
    }

    .ticket-details {
        width: 100%;
    }

    .flex-container {
        display: inherit !important;
    }

    .mobile-cart-items {
        width: 100% !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .mobile-container-iframe {
        width: 95%;
    }

    .mobile-container-iframe {
        width: 95%;
    }

    .restaurant-info-logo {
        align-self: center;
        margin-right: 0 !important;
        width: 120px;
    }

    .offline-img {
        float: none;
        display: flex;
        justify-content: center;
    }

    .restaurant-info-data {
        width: 100%;
    }

    #mobile-dynamic-title {
        display: block;
    }


    .double-text {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90px;
        font-size: 20px;
    }

    .mobile-title {
        font-size: 20px;
    }

    .edit-booking-text {
        display: none;
    }

    .cancel-btn {
        bottom: 10px;
        left: 45px;
    }

    .pages-btn-container {
        position: initial !important;
        top: initial !important;
        right: initial !important;
    }

    .datetimepicker .datepicker {
        min-height: 98% !important;
        height: 98% !important;

    }

    .restaurant-menu-pdf {
        width: 300px;
        margin: 0 auto;
        height: 600px;
    }

    .no-mobile-img {
        display: none !important;
    }

    .mobile-display-checkout {
        display: flex;
        flex-direction: column;
    }

    .mobile-display-checkout a {
        margin-top: 10px;
    }

    .payment-methods-indicator {
        display: block !important;

    }


    .distance_to_restaurants_slider {
        width: 75% !important;

    }


    /*.mobile-btn-flex{*/
    /*    margin-left: -150px;*/
    /*}*/
    .mobile-flex-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-flex-container .btn {
        margin-top: 10px;
    }

    .restaurant-info {
        bottom: 5px !important;
    }

    #fixed-sub-items-list, #selected-items {
        max-height: 200px;
        overflow-y: auto;
    }

    .borderedLiMobile {
        border-bottom: 1px solid #95a5a6
    }

    .modal-body-menu-item {
        max-height: 600px;
        overflow-y: auto;
    }


    .main-item-list ul {

        padding-inline-start: 0 !important;

    }

    .main-request-text {
        font-size: 17px;
    }

    .quantity_input {
        width: 20% !important;
    }

    .container_radio_item {
        margin-left: 95% !important;
    }
}

#logo-mobile {
    padding-top: 15px;
    margin: auto;
    width: 30px;
    display: none;
}

.responsive-padding {
    padding-right: 15px;
}

.payment-buttons {
    margin: auto;

    display: flex;
    justify-content: space-around;
}

.confirm-payment-mobile-btn {
    font-size: 20px;
}

.custom-btn-lg {
    width: 80px;
    height: 40px;
}

.confirm-payment-title {
    font-weight: bold;
    font-size: 28px;
}

.mobile-margin-left {
    margin-left: 10px;
}

#mobile-dynamic-title {
    display: inline;
}

.restaurant-info-header {
    display: flex;
    justify-content: space-between;
}

.offline-img {
    float: right;
    margin-top: -10px;
}

.ticket-uuid {

    color: #95a5a6;
    font-style: italic;
}

.margin-top-container {
    margin-top: 30px;
}

#pay-with-stripe {
    margin-bottom: 10px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: none
}

@media only screen
and (max-device-width: 1136px) {
    .select-restaurant-card {
        width: 98% !important;
        /*height: 280px!important;*/

    }

    /*.select-restaurant-wrapper{*/
    /*    max-height: 500px;*/
    /*    overflow-y: auto;*/
    /*}*/
    .modal-xlg {
        width: 80% !important;
    }

    .table-scroll-indicators {
        display: flex !important;
    }

    .basket-action-container {
        flex-direction: column !important;
        gap: 12px;
    }

    .basket-action-container a {
        width: 100% !important;
    }

    .oauth-register {
        justify-content: center !important;
        gap: 20px !important;
    }

    .oauth-register .btn {
        width: 100% !important;
    }

    .gift-cards-email-wrapper {
        flex-direction: column !important;
        gap: 8px;
    }

    .gift-cards-email-wrapper .btn {
        width: 100% !important;
    }

    .gift-cards-items li {
        flex-direction: column !important;
        gap: 0 !important;
        justify-content: center !important;
    }

    .gift-cards-customer-options {
        max-height: inherit !important;
        overflow-y: hidden !important;
    }

    .mobile_nav {
        position: fixed !important;
        top: 0 !important;
        box-shadow: none !important;
    }

    .gift-cards-container {
        padding-top: 75px !important;
    }

    .terms-gift-cards {
        overflow-y: hidden !important;
    }

    .gift_cards_header {
        display: none !important;
    }

    .guest-checkout-container {
        width: auto !important;
    }

    .remove-item-mobile {
        display: block;
    }

    #just_booking_modal_footer {
        flex-direction: column !important;
        gap: 10px;
    }

    #just_booking_modal_footer button {
        width: 100% !important;
    }

    .order-info-mobile {
        width: 80% !important;
    }

    #voucher_uuid_input {
        flex-direction: column !important;
    }

    #select_vouchers_btn {
        width: 100% !important;
    }

    #voucher_uuid_input {
        width: 100%;
    }

    .cooking-class-voucher {
        width: 100% !important;
    }

    .cooking-class-voucher-title {
        font-size: 22px !important;
    }

    .voucher-wrapper {
        flex-direction: column;
        gap: 0 !important;
    }

    .payment-cooking-class-info {

        font-size: 17px !important;
    }

    .cooking-classes-container {
        width: 100% !important;
    }

    .cooking-class-card > .class-header h1 {
        font-size: 24px !important;
    }

    .cooking-class-info {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .payment-completed-cooking-class-list {
        width: 100% !important;
    }

    .confirm-order-ticket-items {
        width: 100% !important;
    }

    .flex-action-btns {
        width: 100% !important;
    }

    .datetimepicker:not(.inline) {
        margin: 0 !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

    .datetimepicker:not(.inline) .datepicker {
        border-radius: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: inherit !important;
        min-width: inherit !important;
        position: fixed !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .datepicker-container {
        width: 100% !important;
    }

    .datepicker-container {
        width: 100% !important;
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
        -moz-flex-direction: column !important;
    }

    .time-picker-column {
        height: 307px !important;
    }

    .time-picker:not(.inline) {
        border: 0 !important;
        border-top: 1px solid #eaeaea !important;
        width: 100% !important;
        max-width: 100% !important;
        height: unset !important;
        overflow: hidden !important;
    }

    .datepicker-container {
        width: 100% !important;
    }

    .date-time-picker .flex-1 {
        -webkit-box-flex: 1 !important;
        -moz-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
    }

    .date-time-picker .flex-fixed {
        -moz-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 auto !important;
    }

    .pickers-container .before {
        height: 0 !important;
    }

    .datetimepicker:not(.inline) .pickers-container {
        height: calc(100% - 99px) !important;
        flex-direction: column !important;
    }

    .datetimepicker:not(.inline) .datepicker {
        border-radius: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: inherit !important;
        min-width: inherit !important;
        position: fixed;
        height: 100%;
        margin: 0 !important;
    }

    .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .custom-card {
        margin-left: 35px !important;
    }

    .pos-quantity-container input {
        font-size: 24px !important;
    }


    .my-last-booking-container {
        flex-direction: column;
        gap: 10px !important;
    }

    .my-last-booking-prices-list {
        width: 100% !important;
    }

    .my-last-booking-transactions {
        width: 100% !important;
    }

    .card-responsive-margin {
        margin-left: 9%;
    }

    .pos-name-price {
        flex-direction: column !important;
    }

    .gift-card-checkmark-container {
        margin-top: 0 !important;
    }

    .pos-quantity-and-add {
        margin-top: 20px;
        gap: 20px !important;
    }

    .pos-quantity-and-add .pos-quantity-container {
        width: 150px !important;
    }

    .pos-list {
        padding-inline-start: 0 !important
    }

    .pos-list li {
        flex-direction: column;
        padding-right: 0 !important;
        padding-top: 10px !important;
        margin-top: 10px !important;

    }

    .form-group-btn-submit > .custom-form-submit-btn {
        font-size: 20px !important;
        width: 50% !important;
    }

    .form-group-btn-submit > .btn-register-previous {
        font-size: 20px !important;
        width: 50% !important;
    }

    .checkbox-form-group {
        width: 100% !important;
    }

    .checkbox-form-group label:first-child {
        width: 50% !important;
    }

    .restaurant-flex-container {
        gap: 25px;
        width: 100% !important;
    }

    .restaurant-images-container {
        width: 100% !important;
    }

    .custom-form-group {
        width: 100% !important;
    }

    .restaurant-tab-wrapper {
        flex-direction: column;
    }

    .gift-card-name-actions-range {
        flex-direction: column;
        margin-top: 0 !important;
        margin-left: 15px;
    }

    .interval-gift-card-config {
        margin-left: 25px !Important;
    }

    .gift-card-name-actions {
        flex-direction: column;
        /*margin-bottom: 20px;*/
    }

    .gift-card-message-container {
        flex-direction: column;
    }

    .margin-zero-mobile {
        margin-bottom: 0 !important;
    }

    .gift-card-checkmark-container {
        width: 100% !important;
        color: #fff !important;
    }

    .confirm-payment-action-btns {
        width: 100% !important;
        justify-content: space-around !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .enter-restaurant-event-info {
        width: 100% !important;
    }

    .error-page-container {
        flex-direction: column;
        text-align: center;
    }

    .checkout .checkout-button-custom {
        width: 90%;
        margin: 0 auto;
    }

    #captchaModal .modal-content {
        width: 100%;
    }

    #ticket-type-info {
        font-size: 22px !important;

    }

    .customer-qr-codes-container {
        width: 100% !important;
    }

    .restaurant-event-header {
        width: 90% !important;
        height: 80px !important;

    }

    .guests-number-event-container h4 {
        width: 100% !important;
    }

    .free-gift-card-info {
        padding-left: 20px !important;
    }

    .voucher-details-container {
        width: 60% !important;
        height: 200px !important;
    }

    .gift-card-details-container {
        max-height: 350px !important;
    }

    .featured-gift-cards-title {
        text-align: center;
    }

    .voucher-title {
        font-size: 22px;
    }

    .gift-card-details-container {

        margin-bottom: 20px !important;
    }

    .gift-cards-info {
        margin-left: 10px !important;
    }

    .terms-gift-cards {
        font-size: 14px;
        overflow-y: auto;

    }

    .gift-cards-info {
        margin-left: 15px;
    }

    .gift-cards-main-text-color {
        font-size: 22px;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .gift-cards-second-text-color {
        font-size: 18px;
    }

    .gift-cards-customer-options {
        margin-left: 0;
        margin-right: 0;
    }

    #guest_container .event-form-group {
        flex-direction: column !important;

    }

    #guest_container .event-form-group input {
        width: 100% !important;
    }

    .margin-top-container {
        margin-top: 10px !important;
    }

    .scan-qr-action-btns {
        flex-direction: column;
        gap: 10px;
    }

    .restaurant-event-title {
        font-size: 21px !important;
        width: 75%
    }

    .restaurant-event-ticket-info p span {
        width: 40% !important;
    }

    .restaurant-event-ticket-info p b {
        width: 60% !important;
    }


    .restaurant-event-ticket-qr-container {
        width: 100% !important;
    }

    .restaurant-event-qr-container {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 20px;
    }

    .restaurant-form-event {
        width: 100% !important;
    }

    .flip-container {
        padding-top: 10px !important;
    }

    .viva-wallet-modal-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .viva-wallet-modal-header {
        padding-bottom: 0 !important;
    }

    .modal-payment-icon svg {
        height: 50px !important;
    }

    .modal-title {
        font-size: 20px !important;
    }

    .form-container {
        grid-template-rows: 50px 50px 50px !important;
    }

    .desktop-flex-end {
        display: inherit !important;
    }

    .margin-top-mobile-10 {
        margin-top: 10px !important;
    }

    .gift-card-payment-list li {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .gift-card-payment-list {
        padding-left: 0;
    }

    .checkout {
        display: flex;
        gap: 5px;

    }

    .margin_left_negative_20_mobile {
        margin-left: -20px;
    }

    .mobile_nav {
        display: block !important;
        z-index: 10;
    }

    .gift-card-interval-price {
        width: 100% !important;
    }

    .gift-card-interval {

        width: 105% !important;
    }

    #cardInterval {
        margin-left: 0 !important;
    }

    .mobile-padding-left-0 {
        padding-left: 0;
    }

    .delivery_postcode_input {
        width: 100% !important;
    }

    .customer-info-container {
        padding: 10px !important;
    }

    .customer-info-container p {
        font-size: 16px !important;
        text-indent: 15px !important;
    }

    .menu-restaurant-logo-sms-ticket {
        margin: 0 auto !important;
    }

    .gift-cards-items-costs, .gift-cards-items-checkout {
        padding-left: 15px !important;
        padding-right: 15px !important;

    }

    .responsive-gift-card-input {
        width: 100% !important;
    }

    .mobile-btn {
        display: block !important;
        font-size: 32px !important;
    }

    .mobile-btn i {
        font-size: 32px !important;
    }

    #navigation-container-gift-cards {
        display: none;
    }

    .basket-action-btn {
        width: 45% !important;
    }

    .basket-items-info {
        flex-direction: column;
        margin-right: 20px !important;
    }

    .basket-image-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .gift-cards-items li {
        height: auto !important;
    }

    .basket-gift-card-img {
        max-width: 110px !important;
        height: auto !important;
        object-fit: cover;
    }

    .gift-cards-checkout-content {
        width: 100% !important;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .mobile-flex {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        flex-direction: column;
        gap: 10px;
    }

    .gift-card-quantity-label {
        text-align: left !important;
        margin-left: 15px;
    }

    .gift-card-interval-price {
        margin-top: 0 !important;
        flex-direction: column;
    }

    .interval-gift-card-config {
        margin-top: 25px;
    }

    .responive-gift-card-img {
        width: 80% !important;
        margin: 0 auto;
        display: block;
    }

    .gift-card-container {
        width: 95% !important;
    }

    .desktop-margin-left-20 {
        margin-left: 0 !important;

    }

    .gift-cards-side-container {
        width: 100% !important;
    }

    .gift-cards-restaurant-logo {
        width: 50vw !important;
    }

    .ticket-info-restaurant {
        text-align: center;
    }

    .btn-payment, .btn-pay-ticket-sms {
        width: 60% !important;
        font-size: 16px !important;
    }

    .btn-payment span {
        font-size: 16px !important;
    }

    .ticket-items-container {
        width: 100% !important;
    }

    .ticket-container {
        flex-direction: column;
    }

    .ticket-details-container {
        width: 100% !important;
    }

    .ticket-uuid {
        font-size: 16px;
        text-align: center;
        margin-top: 0;

    }

    .ticket-payment-info-header {
        flex-direction: column;
    }

    .ticket-uuid {
        font-size: 16px;
        text-align: center;
        margin-top: 0;

    }

    .flex-container {
        display: inherit !important;
    }

    .mobile-cart-items {
        width: 100% !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .mobile-container-iframe {
        width: 95%;
    }

    .restaurant-info-logo {
        margin-right: 0 !important;

        width: 120px;
        align-self: center;
    }

    .offline-img {
        float: none;
        display: flex;
        justify-content: center;
    }

    .restaurant-info-header {
        display: flex;
        flex-direction: column;
    }

    .restaurant-info-header {
        display: flex;
        flex-direction: column;
    }

    .restaurant-info-data {
        width: 100%;
    }

    #mobile-dynamic-title {
        display: block !important;
    }


    .mobile-title {
        font-size: 20px;
    }

    .double-text {
        position: absolute;
        top: 20px;
        right: 20px;
        margin-right: 0;
        width: 90px;
        font-size: 20px;
    }

    .cancel-btn {
        bottom: 10px;
        left: 45px;
    }

    .edit-booking-text {
        display: none;
    }

    .edit_just_booking {
        bottom: 10px;
        left: 20px;
    }

    .action-btn-order-modal {
        display: flex;
        flex-direction: column;
        width: 40%;
        float: right;
        justify-content: space-between;
    }

    .action-btn-order-modal #_save_btn {
        margin-top: 10px;
    }

    /*.cancel-btn{*/
    /*    position: absolute;*/
    /*    bottom: 5px;*/
    /*    left: 10px;*/
    /*}*/
    .pages-btn-container {
        position: initial !important;
        top: initial !important;
        right: initial !important;
    }

    .mobile-margin-left {
        margin-left: 0;
    }

    .datetimepicker .datepicker {
        min-height: 98% !important;
        height: 98% !important;

    }

    .restaurant-menu-pdf {
        width: 300px;
        margin: 0 auto;
        height: 600px;
    }

    .no-mobile-img {
        display: none !important;
    }

    .mobile-display-checkout {
        display: flex;
        flex-direction: column;
    }

    .mobile-display-checkout a {
        margin-top: 10px;
    }

    .payment-methods-indicator {
        display: block !important;
    }

    #card-container {
        max-height: 400px;
        overflow-y: auto;
    }

    .distance_to_restaurants_slider {
        width: 75% !important;


    }

    .tooltip-restaurant-text {
        width: 220px;
        bottom: 125%;
        left: 0 !important;
        margin-left: 0 !important;


    }

    .tooltip-restaurant-text::after {
        content: "" !important;
        border-style: none !important;

    }

    /*.mobile-btn-flex{*/
    /*    margin-left: -150px;*/
    /*}*/
    .mobile-flex-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-flex-container .btn {
        margin-top: 10px;
    }

    .restaurant-info {
        bottom: 12px !important;
    }

    #fixed-sub-items-list, #selected-items {
        max-height: 200px;
        overflow-y: auto;
    }

    .borderedLiMobile {
        border-bottom: 1px solid #95a5a6
    }

    .main-item-list {
        padding-bottom: 60px;
        overflow-y: auto;
        max-height: 400px !important;
    }

    .deselect-container {
        margin-right: -30px;
    }

    .deselect_custom {
        font-size: 12px;
    }

    .modal-dialog-mobile {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }


    .modal-content-mobile {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 97% !important;
        margin: auto;
    }

    .mobile-modal-footer {
        width: 100% !important;
        margin: 0 !important;
        background: #fff !important;
        position: absolute !important;
        bottom: 0 !important;
    }

    .card-mobile-container {
        margin-left: 12% !important;
    }

    .confirm-payment-title {
        font-size: 20px;
    }

    .no-btn {
        margin-left: -20px;
        margin-right: 10px;
    }

    . confirm-payment-mobile-btn {
        font-size: 16px;
    }


    .modal-body-menu-item {
        max-height: 600px;
        overflow-y: auto;
    }


    .main-item-list ul {
        padding-inline-start: 0 !important;

    }

    .payment-buttons {
        width: 90%;
        flex-direction: column;
    }

    .card__part {
        left: -20px !important;
    }

    .payment-buttons > .btn {
        margin-top: 10px;
    }

    .main-request-text {
        font-size: 17px;
    }

    .second-request-text {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .responsive_header {
        width: 100% !important;
    }

    .modal_ul_responsive {
        padding-inline-start: 0;
    }

    #your-search {
        display: none;
    }

    #logo-mobile {
        display: block;
    }

    .header-logo {
        display: none;
    }

    .responsive-padding {
        padding-right: 0;
        padding-left: 15px;
    }

    .menu-restaurant-details {
        display: flex;
        justify-content: space-between !important;
    }

    .custom_group {
        display: block;
    }

    .custom_btn_responsive {
        margin-top: 10px;
        width: 100%;
    }

    .resposive-list {
        width: 100%;
    }

    .main-nav-tabs {
        display: flex !important;
    }

    .main-nav-tabs li {
        flex: 3 !important;
        text-align: center;
    }

    .cooking-instructions-legend-desktop {
        display: none;
    }

    .mobile-line {
        display: block;
    }

    .min_quantity_alert {


        margin-bottom: 10px;
    }

    .container_radio_item {
        margin-left: 90%;
    }

    #main-wrapper .side-panel, .my-check-right {
        width: inherit !important;
    }

    .actions_container {
        display: flex;
        width: 100%;

        flex-direction: column;

        justify-content: center;
    }

    .child_item_title {
        max-width: 100%;
        font-size: 16px;
    }

    .item-price {
        float: right;
    }

    .child_quantity_container {
        justify-content: center;
    }

    .menu_item_children {
        flex-direction: column;

        justify-content: center;

    }

    .add_custom_cooking_instructions_btn {
        /*width: 170px;*/
        margin: auto;
    }

    .order-details-panel {
        display: block !important;
    }

    .checkout_prices {
        width: 100% !important;
    }
}

.add_custom_cooking_instructions_btn {
    /*float:right;*/
    /*margin-right: 20px;*/
}


.cursor {
    cursor: pointer;
}

.optional_cooking {
    cursor: pointer;
}

.optional_cooking:hover {
    background: rgba(52, 152, 219, 1);
    color: #fff;
}

.option_selected {
    background: rgba(52, 152, 219, 1);
    color: #fff;
}

.hover_main:hover {
    color: #fd5c02;
    transition: 0.2s;
}


.remove_cooking_instruction {
    float: left;
    color: #fd5c02;
    cursor: pointer;
    font-size: 11px;
}

.cooking_instructions_txt {
    text-decoration: underline;
    font-style: italic;
    font-size: 12px;
}

.fnone {
    width: 30% !important;
}

.container_radio_item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio_item:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio_item input:checked ~ .checkmark {
    background-color: #fd5c02;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio_item input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio_item .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.custom_checkbox input[type=checkbox] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: red !important;
}

.custom_checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px !important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.custom_checkbox :active, .custom_checkbox :checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.custom_checkbox :checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.custom_checkbox:checked:after {
    content: '\2714';
    font-size: 20px !important;
    font-weight: bold;
    position: absolute;
    top: -7px;
    left: 0;
    color: #FD5C02 !important;
}

.menu-items-list {
    max-height: 350px;
    overflow-y: auto;
    padding-inline-start: 0;
    list-style-type: none;
}

.loyalty_customer {
    position: absolute;
    right: 10px;
}

.loyalty_points_table_container {
    padding-top: 20px !important;
}

.loyalty_points_table th {
    text-align: center;
    font-size: 17px;
}

.loyalty_points_table td {
    text-align: center;
    font-size: 14px;
}

.transaction-date {
    width: 40%;
    display: inline-block;
}

.search-transaction {
    display: inline-block;
    margin-left: 20px;
}

.search-btn-transaction {
    background: #fd5c01 !important;
}

.loyalty-points-transactions-table th {
    text-align: center;
    color: #2c3e50;
    font-size: 17px;
}


.loyalty-points-transactions-table td {
    text-align: center;

    font-size: 14px;
}

.restaurant-info {
    color: #3498db;
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 18px;
    cursor: pointer;
}

.tooltip-restaurant-text {
    visibility: hidden;
    width: 220px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -110px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-restaurant-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.restaurant-info:hover .tooltip-restaurant-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-restaurant-info-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

.restaurant-details {
    padding: 8px;
    text-align: left;
}

.restaurant-details p {
    margin-bottom: 5px;
}

.datetimepicker .datepicker {
    min-height: 420px !important;
}

.order-datetime-input {
    color: #2c3e50;
    padding-left: 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    font-size: 18px;
}

.distance_to_restaurants_slider {
    width: 82%;
    display: inline !important;
}

.slider_distance_main_page::-webkit-slider-thumb {
    background: gray !important;
}

.distance_to_restaurants_value {
    font-family: 'Roboto Slab', serif;
    color: #7f8c8d;
    font-size: 16px;
    margin-left: 5px;

    display: inline-block;
}

.range-label {
    font-weight: bold;
    font-size: 16px;
}

/*.vdatetime-overlay{*/
/*    background: none !important;*/
/*}*/

.mobile-category-link {
    color: #fff !important;
    font-size: 22px;
    text-align: center;
}

.menu-category-background-img {
grayscale(100 %);
    position: fixed;
    margin: 0 auto;
    z-index: 1;
    display: block;
    width: 90%;
    height: 150px;
}

.menu-category-content {
    position: fixed;
    text-align: center;

    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
}


.container-category-link {
    position: relative;
}


/* Bottom right text */
.text-block-link {
    position: absolute;

    background-color: rgba(44, 62, 80, 0.8);
    padding: 10px 5px;
    width: 80%;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
}

.mobile-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    width: 100%;
    margin-bottom: 5px;

    object-fit: cover;
}


.menu-group-category-mobile {
    padding-inline-start: 0;
    max-height: 90px;
    overflow-y: auto;
}

.menu-group-category-mobile li {
    color: #fff;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}

.menu-group-category-mobile li:hover {
    background-color: rgba(44, 62, 80, 1);
}

.reorder-ticket-items-container {
    margin-top: 15px;

}

.reorder-ticket-items-container ul {
    padding-inline-start: 0;

    list-style-type: none;
}

.reorder-ticket-items-container ul li {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #7f8c8d;

    margin-top: 15px;
}

.reorder-ticket-items-container ul li:not(:last-child) {

    border-bottom: 1px solid #3498db;
}

.reorder-item-info {
    display: flex;
    justify-content: space-between;
}

.reorder_btn {
    background-color: #38ada9;
    color: #fff;
    transition: 0.3ms;
    margin-right: 15px;
}

.reorder_btn:hover {
    background-color: #079992;
    color: #fff;
}

.review-title {
    color: #564c48;
    font-weight: 200;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

/* Style the header: fixed position (always stay at the top) */
.payment-methods-indicator {
    display: none;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 6px;
    background: #fd5c02 !important;
    width: 0%;
}

.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.payment-providers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payment-providers-container button {
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
}

.payment-providers-container div {
    margin-top: 15px !important;
}

.pages-btn {
    font-family: 'Roboto Slab', serif;
    border: 1px solid #fd5c02;
    color: #fd5c02;
    background-color: #fff;
    transition: .3s ease-in-out;
}

.btn-border-top-left {
    border-top-left-radius: 20px;
}

.btn-border-bottom-right {
    border-bottom-right-radius: 20px;
}

.pages-btn-container {
    position: absolute;
    top: 300px;
    right: 200px;
}

.pdf-menu-restaurant-image {
    width: 200px;
    position: absolute;
    right: 200px;
}

.pages-btn:hover {

    color: #fff;
    background-color: #fd5c02;
}

#new_price_items_ul {
    padding-inline-start: 0;

}


#new_price_items_ul li {
    display: flex;
    justify-content: space-between;

}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #fd5c02;
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.value-text {
    font-family: 'Roboto Slab', serif;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-links-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.preorder_btn {
    background-color: #fe6477;
    color: #fff;
}

#android_url > img {
    max-height: 60px;
}

#ios_url > img {
    max-height: 60px;
}

.preorder_btn:hover {
    color: #fff;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}


/* Switch starts here */
.rocker {
    display: inline-block;
    position: relative;
    /*
    SIZE OF SWITCH
    ==============
    All sizes are in em - therefore
    changing the font-size here
    will change the size of the switch.
    See .rocker-small below as example.
    */
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
}

.rocker-small {
    font-size: 0.75em; /* Sizes the switch */
    margin: 1em;
}

.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}

.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-left,
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
}

.switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #bd5757;
    color: #fff;
}

.switch-left::before,
.switch-right::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
}

.switch-left::before {
    left: -0.4em;
}

.switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

input:checked + .switch-left {
    background-color: #0084d0;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
}

input:checked + .switch-left::before {
    background-color: transparent;
    width: 3.0833em;
}

input:checked + .switch-left + .switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
}

input:checked + .switch-left + .switch-right::before {
    background-color: #ccc;
}

/* Keyboard Users */
input:focus + .switch-left {
    color: #333;
}

input:checked:focus + .switch-left {
    color: #fff;
}

input:focus + .switch-left + .switch-right {
    color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
    color: #333;
}

.asa-btn {
    /*width: 20%;*/
    font-size: 18px;
    cursor: pointer;
    outline: none !important;
    box-shadow: 0 9px #999;

}

.asa-btn:focus {
    outline: none !important;
}

.asap-btn:active {
    background-color: #3e8e41 !important;
    box-shadow: 0 5px #666 !important;
    transform: translateY(4px) !important;
}

.asap-off {
    color: #95a5a6;

    border: 1.5px solid #fc5702;
}


.double-text {

    color: #fc5702;
    font-family: 'Roboto Slab', serif;
    display: flex;
    align-items: center;
    font-size: 30px;
}


.asap-off:hover {
    color: #7f8c8d !important;
    border-color: #fc5702 !important;


}

.asap-on {
    background: #fc5702;
    color: #fff !important;
    box-shadow: 0 0 #fff !important;
}

.asap-on:hover {
    background: #fc5702;
    color: #fff !important;
}

.restaurant-info-logo {
    /*margin-right: 10px ;*/
    border: 1px solid #7f8c8d;
    border-radius: 5px;
    width: 100px;
}

.queue-btn {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-container-iframe {
    width: 45%;
    display: inline-block;
}

.iframe-container-queue {
    width: 80%;
    margin: 0 auto;

}

.flex-container-queue {
    display: flex;
    justify-content: space-between;
}

#see_waiter_alert {
    margin-bottom: 20px;

}

.wait-turn-container {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.badge-double {
    font-size: 10px !important;
}

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

.order-details {
    padding-left: 10px;
}

.badge-double {
    font-size: 10px !important;
}

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

.order-details {
    padding-left: 10px;
}

.mobile-cart-items {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

.flex-container {
    display: flex;
}

.disabledMinute {
    color: #ccc !important;
    pointer-events: none !important;
    background-color: #fff !important;
}

.pizza-preloader {
    align-items: center;
    background: #ecf0f1;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    z-index: 9999;
    filter: grayscale(40%);
}

.break-line {
    width: 100%;
    border-top: 0.5px solid #bdc3c7;
}


.custom_table_row td:not(:first-child) {
    vertical-align: middle !important;
}

.checkout-btn-gift-cards {
    font-size: 1.8rem;
    float: right;
    margin-right: 25px;
}

.card-details-list {
    padding: 15px !important;

    border-bottom: 1px solid #bdc3c7;
}

.highlight {
    color: #fc5702;
}

.gift-card-interval {
    display: flex;
    flex: 1;
    justify-content: space-between;
    /*padding-top:10px;*/
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    width: 115%;
}


.margin-left-container {
    margin-left: 30px;
}

.gift-card-payment-info-responsive {
    width: 25%;
}

.pay-btn-gift-cards-responsive {
    border-top: 1px solid #fc5702;
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    align-items: center;
}

.delivery_postcode_input {
    width: 30%;
}

.iframe_delivery_specifics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.asap_container_iframe {
    float: right;
}

@media only screen and (max-width: 768px) {
    .checkout {
        flex-direction: column !important;
    }

    .basket-image-content {
        width: 100%;
        align-items: center !important;
    }

    .modal-content-mobile {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        width: 97% !important;
        margin: auto;
    }


    .customer-qr-codes-container {
        width: 100% !important;
    }

    .restaurant-event-header {
        width: 90% !important;
        height: 80px !important;
    }

    .guests-number-event-container h4 {
        width: 100% !important;
    }

    .free-gift-card-info {
        padding-left: 20px;
    }

    .gift-cards-items-costs, .gift-cards-items-checkout {
        padding-left: 15px !important;
        padding-right: 15px !important;

    }

    .gift-cards-info {
        margin-left: 15px;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
    }

    .gift-cards-customer-options {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-btn {
        display: block !important;
    }

    .gift-cards-responsive-container {
        width: 100% !important;
        float: left !important;
    }

    .gift-card-interval-price {
        margin-top: 0;
        flex-direction: column;
    }

    .desktop-margin-left-20 {
        margin-left: 0;
    }

    .gift-cards-side-container {
        width: 100%;
    }

    .gift-cards-restaurant-logo {
        width: 50vw !important;
    }

    .btn-payment, .btn-pay-ticket-sms {
        width: 60% !important;
        font-size: 16px !important;
    }

    .btn-payment span {
        font-size: 16px !important;
    }

    .iframe_delivery_specifics {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .ticket-details-container {
        width: 100%;
    }

    .ticket-uuid {
        font-size: 16px;
        text-align: center;
        margin-top: 0;
    }

    .ticket-details-container {
        width: 100%;
    }

    .delivery_postcode_input {
        width: 100%;
    }

    /* For mobile phones: */
    #checkout-button {
        /*margin-top: 10px;*/
        float: none !important;
    }

    #checkout-button-txt {
        color: #fff;
    }

    #check_out_btn_container {
        text-align: center !important;
    }

    .gift-card-interval {
        padding-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    #mobile-margin-top {
        padding-right: 0 !important;
        width: 90%;
        margin: 20px auto;
    }


    .margin-left-container {
        margin-left: 10px;
    }

    .mobile-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #add-gift-card {
        margin: 0 !important;
    }

    .basket-container {
        margin-left: 10px;
    }

    .mobile-text-header {
        text-align: left;
        padding-left: 15px;
    }

    .gift-card-basket-table {
        width: 700px;
    }

    .mobile-margin-top {
        margin-top: 15px;
    }

    .mobile-margin-left-10 {
        margin-left: 10px;
    }

    .mobile-font-size-16 {
        font-size: 16px;
    }

    .mobile-header-git-cards-font-size {
        font-size: 20px;
    }

    .gift-card-payment-info-responsive {
        width: 100%;
    }


}

.free_card_highlight {
    font-size: 15px;
    font-weight: bold;
    color: #c0392b;
}

.gift_cards_description {
    color: #484848;
    font-size: 16px;
}

.payment-card {
    padding: 0 15px 15px;
    box-shadow: 1px 1px 2px 2px #95a5a6;
}

.ticket-details {
    display: flex;
    justify-content: space-between;
}

.ticket-details-container {

    width: 30%;
}

.ticket-payment-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-container {
    display: flex;
    justify-content: space-between;
}

.ticket-items-info-list {
    list-style-type: none;
    padding-left: 0;
    max-height: 400px;
    overflow-y: auto;
}


.ticket-items-container {
    width: 60%;

}

.ticket-items-info-label {
    font-size: 18px;
    font-weight: bold;
}

.underline-list-item {
    border-bottom: 0.5px solid #95a5a6;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.main-list-item {
    font-weight: bold;
}

.btn-payment {
    background-color: #FD5C02;
    padding: 10px;
    border-radius: 30px 10px 30px 10px;
    color: #fff;
    margin: 15px auto 0;
    display: block;
    width: 30%;
    box-shadow: 2px 2px 2px 2px #95a5a6;
}

.btn-pay-ticket-sms {
    border: 2px solid #FD5C02;
    background-color: #fff;
    padding: 10px;
    font-size: 20px;
    border-radius: 30px 10px 30px 10px;
    color: #FD5C02;
    margin: 15px auto 0 !important;
    display: block !important;
    width: 30%;
    box-shadow: 2px 2px 2px 2px #95a5a6 !important;
    outline: none;
}

.btn-pay-ticket-sms:focus {
    outline: none;
    box-shadow: none;
}

.btn-pay-ticket-sms:hover {
    color: #FD5C02;
}

.btn-hover-effect span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 20px;
}

.btn-hover-effect span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
}

.btn-hover-effect:hover span {
    padding-right: 25px;
    color: #fff;
}

.btn-hover-effect {
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

.btn-hover-effect:hover span:after {
    opacity: 1;
    right: 0;
    color: #fff;
}

.sms-ticket-item-price {
    color: #FD5C02;
    font-weight: initial;
    position: absolute;
    right: 0;
}


.ticket-item-name {
    position: relative;
    font-size: 16px;
}

.subitems-list {
    padding-left: 10px;
}

.bill_icon {
    display: block;
    margin: 0 auto;
}

.gift_cards_header {
    padding: 15px 0 25px;
    display: flex;
    align-items: center;
    height: 10%;
    justify-content: center;
    border-bottom: 1.5px solid #fff;
}

.gift-cards-restaurant-logo {
    width: 18vw;
    height: auto;
}

.gift-cards-footer {
    border-top: 1.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.footer-logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-logo h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
}

.footer-logo h3:after {
    content: attr(data-text);
    -webkit-text-stroke: 2px #000;
    color: #000;
    position: absolute;
    left: 0;
    z-index: -1
}

.powered-by-t2d-link {
    width: 120px;
    height: auto;
    /*filter:invert(100%);*/

}

.gift-cards-side-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    float: left;
}

.gift-cards-checkout {
    border: 1px solid #f9ca24;
    color: #fff;
    background-color: transparent;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

.gift-cards-main-text-color {
    color: #f9ca24;
}

.gift-cards-checkout:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #FD5C02;
}

.gift-cards-main-text {
    color: #f9ca24;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.gift-cards-links-list {
    padding-left: 0;
    list-style-type: none;
}

.gift-cards-links-list li {

    margin-top: 5px;
}

.gift_card_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Centered text */
.gift-card-centered-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.gift-card-container {
    position: relative;
    text-align: center;
    color: white;
    /*height: 250px;*/
    cursor: pointer;
}

.voucher-details-container {
    position: relative;
    text-align: center;
    color: white;
    height: 250px;
    cursor: pointer;
}

.voucher-title {
    color: #FD5C02;
    text-shadow: 2px 3px 3px #2f3640 !important;
    z-index: 2;
}


.gift-cards-responsive-container {
    width: 75%;
    /*float: right;*/
    margin: 0 auto;
}


.interval-gift-card-config {
    /*padding-top: 25px;*/
    color: #fff;
}

.gift-cards-text-color {
    color: #fff;
}

.desktop-margin-left-20 {
    margin-left: 20px;
}

.gift-card-interval-price {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.gift-card-quantity-label {
    text-align: center;
}

.gift-cards-second-text-color {
    color: #fff;
}

.gift-cards-items {
    padding-left: 0;
    list-style-type: none;
    max-height: 60vh;
    overflow-y: auto;
    border-top: 1px solid #E5E5E5;

}

.gift-cards-items li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    font-size: 14px;
    /*height: 140px;*/
    line-height: 15px;
    padding: 20px 0;
    justify-content: space-between;
}

.basket-gift-card-img {
    height: 180px;
    width: auto;
    margin-right: 20px;
    border-radius: 10px;
    filter: brightness(90%);
}

.gift-card-ticket-item-name {
    display: inline;
    font-size: 18px;
}

.basket-items-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    /*margin-right: 15px ;*/
}

.remove-gift-card-btn {
    font-size: 25px;
    padding-right: 10px;
    padding-left: 30px;
}

.basket-action-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-action-btn {
    width: 40%;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    transition: .4s ease-in-out;
}

.continue-shopping-btn {
    color: #fff;

    border: 1.5px solid #FD5C02;

}

.continue-shopping-btn:hover {
    background: #FD5C02;
    color: #fff !important;
}

.basket-checkout-btn {
    background: #FD5C02;
    color: #fff;
}

.remove-gift-card-btn {
    cursor: pointer;
}

.basket-checkout-btn:hover {
    color: #ffffff;
    filter: brightness(85%);
}

.total-basket {
    text-align: right;
    font-weight: normal;
    font-size: 32px;
}

.gift-cards-checkout-content {
    border-color: transparent;
    border-style: solid;
    border-radius: 0;
    border-width: 1px;
    width: 575px;
    overflow: hidden;
    padding: 15px 0;

    margin: 0 auto;
}

.section-header {
    text-align: center;
    font-weight: normal;
}

.gift-cards-checkout-content .gift-cards-cart {
    margin-bottom: 0;
    padding: 38px 48px 24px;
}

.gift-cards-checkout-content .section-header {

    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
}

.gift-cards-items-checkout {
    list-style-type: none;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 400px;
    overflow-y: auto;

}

.gift-cards-items-checkout li {
    padding: 24px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.gift-cards-items-costs {
    list-style-type: none;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 400px;
    overflow-y: auto;
}

.flex-text {
    display: flex;
    justify-content: space-between;
}

.total-listitem {
    padding: 24px 0;

}

.gift-cards-items-costs li {
    padding: 24px 0;
    border-bottom: 1px solid #fff;
}

.list-item-no-border {
    border-bottom: 0 !important;
}

.gift-cards-input {
    height: 55px;
}

.gift-cards-guest {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 15px;
}

.flex-container-gift-cards-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;

}

.gift-cards-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-gift-cards-back {
    border: 1px solid #FD5C02;
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .4s ease-in-out;
}

.gift-cards-payment-btn {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #FD5C02;
    color: #fff;
    border: none;
    transition: 0.3s;

}

.gift-cards-payment-btn:hover {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
}

.btn-gift-cards-back:hover {
    background-color: #FD5C02;
    color: #fff;
}

#gift-cards-notes::placeholder {
    color: #fff;

}

#gift-cards-notes {
    background: transparent;
    color: #fff;
}

.remove-item-mobile {
    position: absolute;
    cursor: pointer;
    font-size: 25px;
    top: 5px;
    right: 5px;
    display: none;
}

.remove-item-mobile:hover {
    color: #FD5C02;
}

.free-gift-card-text {
    color: yellow;
    margin: 0;
}

.responsive-gift-card-input {
    width: 48%;
    float: left;
    display: block;
    margin: 0 auto;
}

.mobile-btn-gift-cards-menu {
    border-radius: 50%;
    background-color: #FD5C02;
    color: #fff;
    font-size: 20px;
    margin-top: -30px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
    display: none;
}

.login-link:hover {
    color: #fff !important;
}

.mobile-btn-gift-cards-menu:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}


.gift-card-container {
    transition: all .2s ease-in-out;
    filter: brightness(90%);

}

.gift-card-container:hover {
    filter: brightness(80%);
}

.voucher-details-container {
    transition: all .2s ease-in-out;
    filter: brightness(90%);

}

.voucher-details-container:hover {
    filter: brightness(80%);
}

.active-link {
    text-decoration: underline;
}

.gift-cards-links-list h5 {
    font-size: 16px;
    font-weight: 500;
}

.container-hover-grow {
    transition: 0.5s ease-in-out;

}

.menu-restaurant-logo-sms-ticket {
    width: auto;
    height: 60px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #95a5a6;
}

.container-hover-grow:hover {
    transform: scale(1.05);
    box-shadow: 5px 2px 5px #2c3e50;
}


.customer-info-container {
    background-color: #ee7400;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #2c3e50;
}

.customer-info-container p {
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    text-indent: 20px;
    font-weight: 500;

}

.mobile_nav {
    box-shadow: 0px 1px 3px #E5E5E5;
    background-color: #3498db;
    border-bottom: 1px solid #E5E5E5;
    display: none;
    font-size: 21px;
    height: 60px;
    padding: 0 20px;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    z-index: 10;
}

.mobile_nav .open_menu {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: left;
    height: 14px;
    width: 22px;
}

#gift-cards-mobile-categories {
    display: none;
    width: 100%;
    background-color: #fd5c02;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    top: 45px;
}

.loyalty-points-tab {
    color: #fd5c02 !important;
}

#gift-cards-mobile-categories .gift-cards-main-text {
    color: #fff;
}

.gift-cards-mobile-shopping-cart {
    float: right;
    position: relative;
    top: 20%;
    color: #fff;
    font-size: 18px;
}

.loyalty-points-header-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.shadow-container {
    box-shadow: 2px 2px 2px 2px #95a5a6;
}

.main-text-color {
    color: #FD5C02;
}

.center-element {
    margin: 0 auto;
    display: block;
}

.custom-disabled-item {
    pointer-events: none !important;
}

.discount-codes-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gift-card-payment-list {
    list-style-type: none;
}

.gift-card-payment-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    gap: 20px;
    width: 110%;
}

.gift-card-payment-list p {
    margin-bottom: 0;
}

.list-border-top {
    border-top: 1px solid #e7e7e7;
}

.desktop-flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-confirm-cancel-booking-container {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.flex-cancel-booking-action {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.btn-outline-custom {
    border: 1px solid #fd5c02;
    background-color: #fff;
    color: #fd5c02;
}

.ask-seatin-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.question-options span {
    font-weight: bold;
}

.restaurant-event-title {
    display: block;
    margin: 0 auto !important;
}

.restaurant-event-guest-actions {
    display: flex;
    justify-content: space-around;
}

.guests-number-event-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.are-you-student-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-student-option-container {
    width: 50%;
    margin: 0 auto;

}

.are-you-student-container div {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guests-number-event-container h4 {
    width: 30%;
}

.event-form-group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    grid-gap: 15px !important;
}

.restaurant-form-event {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 70%;
    background: #ecf0f1;
    box-shadow: 2px 2px 2px #95a5a6;
    padding: 30px 20px;
    border-radius: 8px;
}

.input-error {
    border: 1px solid #c0392b;
}

.guest-data-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-gap: 20px !important;
}

.submit-event-btn {
    width: 200px;
    font-size: 22px;

}

.restaurant-event-qr-container {
    display: flex;
    justify-content: space-between;
}

.ticket-uuid-border-top {
    border-top: 0.5px solid #bdc3c7;
    padding-top: 15px;
}

.restaurant-event-ticket-info p {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.restaurant-event-ticket-info p span {
    width: 35%;
}

.restaurant-event-ticket-qr-container {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.scan-qr-btn-text {
    font-size: 22px;
    color: #3498db;
}

.scan-qr-alert {
    padding: 20px;
    border-radius: 4px;
    color: white;
    box-shadow: 2px 2px 2px 2px #2c3e50;
    font-size: 20px;
    display: none;
    margin-bottom: 20px;
    position: relative;
}

#ticket-type-info {
    text-align: center !important;
    color: white !important;;

}

#qr-alert-close-btn {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 18px;
}

.qr-alert-container {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
}

.scan-qr-alert #qr-alert-icon {
    font-size: 32px;
}

.qr-alert-danger {
    background-color: #c0392b;
}

.input-danger {
    color: #c0392b !important;
    border: 1px solid #c0392b !important;
}

.qr-alert-success {
    background-color: #27ae60;
}

.scan-qr-action-btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.scan-qr-action-btns button {
    font-size: 18px;
}

#qr-alert-icon {
    display: block;
    text-align: center;
}

#qr-alert-message {
    text-align: center;
}

.guests-emails-container {
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
}


#guests_emails_container {
    max-height: 500px;
    overflow-y: auto;
}

.change-guests-number-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start;

    color: #FD5C02;
}

.change-guests-number-btn i {
    margin-right: 10px;
}

.qr-scan-ticket-uuid-input {
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
}

.text-bold {
    font-weight: bold;
}

.featured-gift-cards-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 30px;
    color: #f9ca24;
}

.gift-cards-container {
    width: 100%;
}

.gift-cards-customer-options {
    max-height: 600px;
    width: 100%;
    overflow-y: auto
}

.gift_cards_quantity_input {
    width: 70px;
    display: inline;
    text-align: center;
    background: transparent !important;
    color: #fff;
}

.gift-card-details-img {
    height: 500px;
    width: 100%;
}

.gift-card-details-container {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: 500px;
    margin-bottom: 80px;
}

.gift-card-details-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #f9ca24;
}

.gift-card-details-subtitle {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    color: #fff;
}

.gift-cards-info {
    width: 100%;
    height: 100%;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
}

.terms-gift-cards {
    white-space: pre-wrap;
}

.terms-gift-cards span:before {
    content: "–";
    padding-right: 2px;

}

.gift-card-max-chars {
    color: #fff;
    margin-bottom: 25px;
    float: right;
}

.gift-card-details-submit {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    outline: none;
    padding: 0;
    width: 100%;
    text-align: center;
    transition: all .2s ease-in-out;
    background: #f9ca24;
    color: #181a1a;
}

.gift-card-details-submit:hover {
    filter: brightness(80%);
    color: #181a1a;
}


#add-gift-card {
    transition: all .2s ease-in-out;
}

#add-gift-card:hover {
    filter: brightness(60%);
}

.free-gift-card-quantity {
    width: 70px;
    text-align: center;
    color: #fff;
}

.gift-card-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#restaurant_event_poster {
    display: block;
    margin: 15px auto 0;
    border-radius: 8px;
    max-height: 200px;
    width: auto;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
    max-height: 100px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */
.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
#close_img_modal {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}

#close_img_modal:hover,
#close_img_modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* Style the Image Used to Trigger the Modal */
#myModal {
    z-index: 9999;
}

.margin-top-15 {
    margin-top: 15px;
}

.restaurant-event-header {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
}

.restaurant-event-logo {
    height: 60px;
    width: auto;
    left: 0;
}

.guests-qr-select-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 5px;
    width: 98%;

}

.qr-code-select {
    width: 30%;
}

/*.guests-qr-select-group select{*/
/*    width: 30%;*/
/*    margin-right: -2px;*/
/*    border-right: none !important;*/
/*}*/

.qr_option_container {
    width: 100%;
}

.student_option input {
    float: right;
}

.guests-info {
    display: flex;
    justify-content: space-between;

}

.student-label {
    font-size: 18px !important;
    font-style: italic;
}

.iframe-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guests-qr-codes {
    margin-top: 15px;
    width: 100%;
}

.main-alert-container {
    width: 90%;
    margin: 0 auto;
}

.error-page-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.enter-restaurant-event-info {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    width: 40%
}

.enter-event-submit {
    width: 70%;
    margin: 30px auto 0;
    font-size: 21px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
}

.font-26 {
    font-size: 26px;
}

.terms-gift-cards {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* 1 */
.link-stand-out {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.confirm-payment-action-btns {
    width: 30%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between
}

.swal2-popup {
    font-size: 18px !important;
}

/* The container */
.gift-card-checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*margin-top: -10px;*/
    width: 70%;
}

/* Hide the browser's default checkbox */
.gift-card-checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.gift-card-checkmark-container {
    color: #fff;
}

/* On mouse-over, add a grey background color */
.gift-card-checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.gift-card-checkmark-container input:checked ~ .checkmark {
    background-color: #f9ca24;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gift-card-checkmark-container:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.gift-card-checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.gift-card-checkmark-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gift-card-name-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 30px;*/
}

.gift-card-name-actions-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}


/*.gift-card-name-actions-range .gift-card-checkmark-container {*/
/*    width: 100% !important;*/
/*}*/

.register-restaurant-form {
    padding-top: 30px;
    margin-bottom: 50px;
}

.restaurant-tab-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-form-group {
    position: relative;
    margin-bottom: 45px;
    width: 45%
}

.custom-form-input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

.custom-form-input:focus {
    outline: none;
}

/* LABEL ======================================= */
.custom-form-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
/*.custom-form-input:valid~ .custom-form-label   */
.custom-form-input:focus ~ .custom-form-label {
    top: -20px;
    font-size: 14px;
    color: #fc5702;
}

.valid-label {
    top: -20px;
    font-size: 14px;
    color: #fc5702;
}

.highlighted-border-bottom {
    border-bottom: 2px solid #fc5702;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fc5702;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
.custom-form-input:focus ~ .bar:before, .custom-form-input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.custom-form-input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fc5702;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fc5702;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fc5702;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.file-upload-label {
    background-color: #fc5702;
    color: white;
    padding: 0.5rem;
    width: 70px;
    text-align: center;
    box-shadow: 2px 2px 2px grey;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.file-upload-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.restaurant-images-container {
    display: flex;
    width: 45%;
    justify-content: space-between;
}

.restaurant-flex-container {
    display: flex;
    width: 45%;
    justify-content: space-between;
    border-top: 0.5px solid #bdc3c7;
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-input:checked + .custom-slider {
    background-color: #2196F3;
}

.switch-input:focus + .custom-slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-input:checked + .custom-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.custom-slider.round {
    border-radius: 34px;
}

.custom-slider.round:before {
    border-radius: 50%;
}

.checkbox-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%
}

.checkbox-form-group label {
    max-width: 70%
}

.restaurant-container-padding-top {
    padding-top: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.form-group-btn-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.custom-form-submit-btn .fa {
    font-size: 24px;
}

.custom-form-submit-btn {
    outline: none !important;

    width: 20%;
    padding: 10px 0;
    box-shadow: 2px 2px 2px #757575 !important;
}


/* Make circles that indicate the steps of the form: */
.form-step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fc5702;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.form-step.step-active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.form-step.finish {
    background-color: #fc5702 !important;
}

.btn-register-previous {
    background-color: #95a5a6;
    color: #fff;
    outline: none !important;
}

.btn-register-previous:hover {
    color: #fff !important;
}

.pos-list {
    list-style-type: none;
    font-size: 22px;
}

.pos-products-list-container {
    background-color: rgba(245, 246, 250, 0.4);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25), -2px -2px 5px 2px rgba(0, 0, 0, 0.22);
}

.register-restaurant-tab {
    margin-bottom: 30px;
}

.pos-quantity-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.pos-quantity-container .quantity-btn {
    color: #fc5702;
    font-size: 34px !important;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 10px;
}

.pos-quantity-container input {
    width: 70%;
}

.pos-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(189, 195, 199, 1.0);
    padding-right: 20px;
}

.pos-product-characteristics {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.pos-list li .add-pos-btn {
    font-size: 22px;
}

.pos-product-characteristics img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #95a5a6;

}

.pos-price {
    color: #fc5702;
    font-weight: bolder;
}

.product-characteristics-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-characteristics-container .pos-description {
    font-size: 14px;
    font-weight: normal;
}

.pos-name-price {
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.pos-quantity-and-add {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.pos-checkmark-container {
    margin-top: -10px !important;
}


.pos-checkmark-container input:checked ~ .checkmark {
    background-color: #fc5702;
}

.restaurant-files-container {
    display: flex;
    flex-direction: column;
    width: 45%
}

.restaurant-files-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-register-restaurant-file {
    height: 100px;
    width: 100px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #95a5a6;
    display: none;
    margin-top: 10px;
    object-fit: cover;
    cursor: pointer;
}

.display-block {
    display: block;
}

#card-container {
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 500px;
    align-items: center;
    margin-bottom: 50px;
}


.my-last-booking-container {
    display: flex;
    justify-content: flex-start;
    gap: 30px;

}

.my-last-booking-prices-list {
    width: 40%;
}

.my-last-booking-transactions {
    width: 60%;
}

.my-last-booking-transactions ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.animation-ctn {
    text-align: center;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px

    }

    100% {
        stroke-dashoffset: 960px;

    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle {
    0% {
        opacity: 0
    }

    100% {
        opacity: 100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

.modal {
    overflow-y: auto !important;
}

.ticket-item-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.confirm-order-ticket-items {
    width: 50%;
    max-height: 400px;
    overflow-y: auto;
}

.flex-action-btns {
    border-top: 1px solid #e7e7e7;
    width: 50%;
    margin-top: 10px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-items-wrapper {
    display: block;
}

.sub-item-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 10px;
}

.subitem-price-and-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cooking-classes-container {
    width: 70%;
    margin: 0 auto;
    max-height: 700px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow-y: auto;
}

.cooking-classes-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.cooking-class-card {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 3px;
    border: 1px solid #fc5702;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cooking-card-body {
    padding: 12px 22px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cooking-class-card > div {
    width: 100%;
}

.cooking-class-date-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.shadow-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.shadow-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.class-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ecf0f1;
    padding: 12px 22px;
}

.cooking-class-poster {
    max-width: 200px;
}

.main-color {
    color: #fc5702;
    font-weight: bold;
}

.cooking-class-info {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.cooking-class-info p {
    font-size: 18px;
}

.justify-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-center .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-completed-cooking-class-list {
    list-style-type: none;
    width: 70%;
    margin: 0 auto;
    padding-inline-start: 0;
}

.payment-completed-cooking-class-list li {

    border-bottom: 1px solid #bdc3c7;
    padding: 10px;
}

.payment-cooking-class-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 22px;
}

.flex-end-payment-cooking-info {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-size: 25px;
}

.header-completed-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-completed-flex img {
    width: 60px;
}

.margin-top-card {
    margin-top: 30px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.guest-checkout-container {
    width: 560px;
    margin: 0 auto;
}

.guest-checkout-header {
    margin-top: 30px;
}

.guest-checkout-header h3 {
    color: #fc5702;
    font-weight: bold;
}


.guest-checkout-header h6 {
    color: #fc5702;
}


.main-checkout-btn {
    height: 50.15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff !important;
    background-color: #fc5702;
}

.guest-checkout-line {
    margin-top: 32.2px;
    margin-bottom: 22.4px;
    width: 100%;
    border: 1px solid #fc5702;
}


.password-forgot-label {
    color: #fc5702;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.input-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input-wrapper > .input-prepend, .input-append {
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
    height: 36px;
    padding: 6px 10px;
    font-size: 16px;
}

.input-wrapper > input {
    border-left: none;
    border-right: none;
}

.input-wrapper > .input-prepend {
    border: 1px solid #ccc;
    border-right: none;
    margin-right: -1.5px;
    border-radius: 3px;
}

.input-wrapper > .input-append {
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 3px;
    margin-left: -1.5px;
}

.input-wrapper > .input-prepend {
    margin-right: -5px;
}

.input-prepend > .fa, .input-append > .fa {
    color: #fc5702;
}

.input-wrapper > input, select {
    padding: 0.7rem !important;
}


.flex-phone-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}


.register-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 10px;
    align-items: center;
    width: 100%;
}

.register-wrapper span {
    color: #fc5702;
    font-size: 14px;
    font-weight: bold
}


.user-options-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    padding-left: 10px;
}


.phone-wrapper-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.phone-wrapper-info select {
    width: 25%
}


.user-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    align-items: flex-start;
}

.main-checkbox {
    accent-color: #fc5702 !important;
    transform: scale(1.5);
}


.custom-main-text {
    font-weight: bold;
    color: #fc5702;
    padding-left: 10px;
}


.user-options > span {
    margin-top: -2px;
    margin-left: 5px;
}

.cooking-classes-vouchers-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*max-height: 500px;*/
    /*overflow-y: auto;*/
    padding: 12px 0;
}

.cooking-class-voucher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 12px 0;
    height: 150px;
    padding: 8px 20px;
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);;
    border-radius: 12px;
}

.cooking-class-price-voucher {
    margin-bottom: 0;
}

.cooking-class-voucher .cooking-class-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /*flex-end;*/
    height: 80px;
}

.cooking-class-voucher-title {
    margin: 0;
    font-size: 28px;
}

.voucher-line {
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.cooking-class-voucher .cooking-class-info h5 {
    margin: 10px 0 0;


}

.select-a-voucher-label {
    margin-bottom: 0;
}

.remove-voucher-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    color: #c0392b;
    font-weight: bold;
}

.remove-voucher-btn .fa {
    font-size: 28px;
    color: #c0392b;
}

.voucher-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    width: 100%;
    cursor: pointer;

}

.cooking-class-date-time-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 17px;

}

.cooking-class-date-time-info ul {
    padding-inline-start: 0;
    list-style-type: none;
}


.cooking-class-date-time-info ul li {
    font-weight: bold;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #7f8c8d;
}

.gift-cards-email-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    padding-left: 40px;
    margin-top: 15px;
    padding-right: 40px;
}

.gift-card-otp-info {
    color: #fff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin-left: 40px;
}

.gift-cards-email-wrapper input {
    width: 100%;
}

.gift-cards-email-wrapper .btn {
    height: 55px;
}

#gift_card_otp_token_wrapper {
    padding-left: 40px;
    margin-top: 15px;
    padding-right: 40px;
}

#gift_card_otp_token_wrapper label {
    color: #fff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}

#gift_card_otp_token_wrapper input {
    height: 55px;

}


.vanilla-calendar-week__day_weekend {
    color: #FD5C02 !important;
}

.vanilla-calendar {
    width: 100% !important;
}


.vanilla-calendar-day_selected {
    background-color: #2980b9 !important;
    color: #fff !important;
}

.vanilla-calendar-day_today {
    color: #2980b9;
}

.vanilla-calendar-week__day {
    color: #2980b9 !important;

}

.vanilla-calendar-content span {
    font-size: 16px !important;
}

.date-time-intervals-list {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    list-style-type: none;
    padding-inline-start: 0;
}

.date-time-intervals-list li {
    font-size: 22px;
    border-bottom: 1px solid #95a5a6;
    padding-bottom: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;

}

#time_interval_wrapper h3 {
    margin: 10px 0 0;
}

.select-voucher-btn {
    font-size: 22px;
    font-weight: bold;
    background: #FD5C02;
    color: #fff !important;
    border: 2px solid #FD5C02;
    transition: .4s all;
}

.select-voucher-btn:hover {
    color: #fff;
    background: transparent;
}

#voucher_uuid_input {
    margin-top: 20px;
    display: none;
    justify-content: center;
    align-items: flex-start;
}

.cooking-class-voucher-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

#select_vouchers_btn {
    font-size: 20px;
    width: 250px;
}

.voucher-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.basket-image-content {
    display: flex;
    align-items: flex-start;
}

.flex-profile-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-outline {
    outline: none !important;
}

#just_booking_modal_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-items-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 3px;
}

.display-block-imp {
    display: block !important;
}

#confirm-queue-icon {
    color: #fd5c02;
    font-size: 65px;
}

.open-time-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.open-time-info p {
    margin-bottom: 0;
    width: 50px;
}

.pac-container {
    z-index: 999999 !important;
}

.btn-outline-primary {
    border-color: #FD5C02 !important;
    color: #FD5C02 !important;
}

.offer-items-modal-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin: 0;
}

#offer_items_btn {
    margin: 10px auto;
    display: block;
}

.oauth-register {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

.oauth-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

.oauth-btn {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #484848 !important;
    transition: .2s all;
}

.oauth-btn:hover {
    color: #484848;
    background-color: #f5f6fa;
}

.oauth-btn img {
    width: 30px;
}

.oauth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.oauth-option {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.oauth-option span {
    border: .5px solid #ccc;
    width: 100%;
}

.oauth-option h5 {
    margin: 0;
    padding-bottom: 3px;
}

.gift-cards-basket-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.gift-cards-table thead {
    color: #fff;
}

.gift-cards-table thead th {
    color: #fff;
    font-size: 22px;
}


.gift-cards-table td {
    color: #fff;
}

.gift-card-table {
    max-width: 200px;
    border-radius: 8px;
}

.gift-cards-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.table-scroll-indicators {
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 50px;
    margin-bottom: -30px;
    display: none;
}

.table-scroll-indicators i {
    color: #fff;
}

.td-gift-card-payment-completed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.gift-card-order-btn {
    position: absolute;
    top: 5px;
    right: 25px;
}

.gift-card-order-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.gift-card-order-details p {
    margin: 0;
}

.select-restaurant-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    flex-wrap: wrap;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    /*scroll-behavior: smooth; !* Enables smooth scrolling *!*/
}

.select-restaurant-wrapper::-webkit-scrollbar {
    display: none;
}

.select-restaurant-card {
    width: 30%;
    height: 150px;
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 8px;
    background-color: #ecf0f1;
    padding: 20px 12px;
}

.select-restaurant-card img {
    width: 100%;
    background-color: #fff;
}

.select-restaurant-card h4, .select-restaurant-card h3 {
    margin: 0;
    text-align: center;
    word-wrap: break-word;
}

.select-restaurant-card-body {
    padding: 20px 12px;
}

.select-restaurant-modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.card-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.select-restaurant-logo {
    display: block;
    margin: 0 auto 20px;
    width: 250px;
}

.gift-card-message-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.discount-prices {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.discount-prices > :first-child {
    text-decoration: line-through;
    opacity: 0.6;
}

.discount-prices-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.ticket-item-discount {
    background-color: #fc5702;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 16px;
    color: #fff;
}

.ticket-item-discount-name {
    display: inline-block !important;
    max-width: 100px !important;
    text-align: left !important;
}


.buy-deposit-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 15px;
    gap: 20px;
}

.input-group-custom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input-group-custom > .input-group-custom-prepend {
    background-color: #ecf0f1;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 6px 16px 6px 13px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 3px;
    margin-right: -3px;
}

.input-group-custom > input {
    border-left: none !important;
}
