﻿html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1f1f20;
}

.session-wrapper {
    /*width: 840px;*/
    padding: 24px 9px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
}

#session-datepicker .datepicker-inline {
    width: 100%;
    height: 100%;
    min-height: 402px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
}

#session-datepicker .datepicker table {
    margin: 24px auto;
    border-collapse: separate;
}

.datepicker table tr td, .datepicker table tr th {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
}

.datepicker .next .material-icons, .datepicker .prev .material-icons {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #017c38;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
    border-radius: 50%;
}

.datepicker .next:hover,
.datepicker .prev:hover {
    background-color: transparent;
}

.datepicker-switch:hover {
    background-color: transparent !important;
}

.datepicker .datepicker-switch {
    font-weight: 400;
}

.datepicker .dow {
    font-size: 1rem;
    font-weight: 400;
    color: #606062;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: rgba(96,96,98,0.08);
}

.datepicker table tr td.new.day,
.datepicker table tr td.old.day,
.datepicker table tr td.disabled.day {
    cursor: default;
    color: #9E9E9E;
    font-size: 1rem;
    font-weight: 400;
}

    .datepicker table tr td.new.day:hover,
    .datepicker table tr td.old.day:hover,
    .datepicker table tr td.disabled.day:hover {
        background: none;
    }

.datepicker table tr td.day, .datepicker table tr td.day {
    color: #1f1f20;
    font-size: 1rem;
    font-weight: 600;
}

.datepicker table tr td.soldout.day {
    color: #606062;
    font-weight: 400;
    background-color: rgba(96,96,98,0.08);
}

    .datepicker table tr td.soldout.day:hover {
        background-color: rgba(96,96,98,0.2);
    }

.datepicker table tr td.active.soldout.day {
    color: #606062;
    font-weight: 400;
    border: 1px dashed #606062;
    background: transparent;
}

    .datepicker table tr td.active.soldout.day:hover {
        background: none;
    }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #017c38;
    border-color: #017c38;
}

    .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
        background-color: #017c38;
        border-color: #017c38;
    }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #017c38;
    border-color: #017c38;
}

    .datepicker table tr td span.active:hover.active:hover {
        background-color: #017c38;
        border-color: #017c38;
    }

.datepicker table tr td span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
}

.form-control:focus {
    color: #1f1f20;
    border-color: #017c38;
    box-shadow: 0 0 0 1px #017c38;
}

.bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

select.numeric {
    min-width: 64px;
}

.datepicker .datepicker-months table tr td,
.datepicker .datepicker-months table tr th,
.datepicker .datepicker-years table tr td,
.datepicker .datepicker-years table tr th {
    width: 100%;
    padding: 0 16px;
}

.datepicker table tr td span.month,
.datepicker table tr td span.year {
    width: 78px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.datepicker-months .prev,
.datepicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
    width: 44px !important;
}

.datepicker .datepicker-months .datepicker-switch,
.datepicker .datepicker-years .datepicker-switch {
    width: 64px;
}

.datepicker .datepicker-days .datepicker-switch:after {
    content: '\f107';
    font-family: "Font Awesome";
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 6px;
    text-decoration: none;
}

.datepicker .datepicker-months .datepicker-switch:after,
.datepicker .datepicker-years .datepicker-switch:after {
    content: '\f106';
    font-family: "Font Awesome";
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 6px;
    text-decoration: none;
}

.datepicker .datepicker-months table tr th,
.datepicker .datepicker-years table tr th {
    height: auto;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    text-shadow: none;
}

.btn .material-icons {
    vertical-align: top;
}

.wizard-nav {
    height: 72px;
    margin-right: 0;
    margin-left: 0;
}

    .wizard-nav .wizard-steps {
        display: flex;
        align-items: center;
        font-size: 1.125rem;
        color: #9E9E9E;
    }

        .wizard-nav .wizard-steps.active {
            color: #017c38;
            border-bottom: 4px solid #017c38;
        }

            .wizard-nav .wizard-steps.active .step-number {
                background-color: #017c38;
                border-color: #017c38;
            }

        .wizard-nav .wizard-steps.done {
            color: #1f1f20;
        }

            .wizard-nav .wizard-steps.done .step-number {
                background-color: #017c38;
                border-color: #017c38;
            }

                .wizard-nav .wizard-steps.done .step-number .material-icons {
                    line-height: 32px;
                }

        .wizard-nav .wizard-steps .step-number {
            color: #fff;
            background-color: #9E9E9E;
            width: 32px;
            height: 32px;
            line-height: 32px;
            border-color: #9E9E9E;
            border-radius: 50%;
            text-align: center;
            margin-right: 8px;
        }

.step-text-sm {
    margin-top: 16px;
    margin-bottom: 20px;
}

.card-header {
    padding: .75rem 1rem;
    background-color: #EEEEEE;
}

.wizard-container .card-header .form-row {
    align-items: center;
}

.wizard-container .card-header .col-product {
    max-width: 224px;
}

.wizard-container .card-header .col-session {
    max-width: fit-content;
}

    .wizard-container .card-header .col-session .form-control.session-date {
        max-width: 100px;
    }

    .wizard-container .card-header .col-session .form-control.session-time {
        max-width: 150px;
    }

.wizard-container .card-header .col-price {
    max-width: fit-content;
}

    .wizard-container .card-header .col-price .form-control {
        max-width: 120px;
        text-align: center;
    }

.wizard-container .card-header .col-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wizard-container th {
    min-width: 100px;
}

.btn.icon {
    padding: 0;
}

    .btn.icon:focus {
        box-shadow: none;
    }

.panel-heading.active .up-arrow,
.panel-heading .down-arrow,
.child-panel-heading.active .up-arrow,
.child-panel-heading .down-arrow {
    display: inline-block;
}

.panel-heading .up-arrow,
.panel-heading.active .down-arrow,
.child-panel-heading .up-arrow,
.child-panel-heading.active .down-arrow {
    display: none;
}

.card-body .accordion {
    margin-bottom: 16px;
}

    .card-body .accordion:last-of-type {
        margin-bottom: 0px;
    }

.accordion {
    margin-bottom: 24px;
}

    .accordion:last-of-type {
        margin-bottom: 4px;
    }

    .accordion .table {
        margin: 0;
    }

@media (max-width: 1080px) {
    .step-text {
        display: none;
    }

    .action-bar {
        padding: 16px 0px !important;
    }

    .wizard-nav .wizard-steps.active {
        border-bottom: none;
    }

    .wizard-nav {
        height: 56px;
        position: sticky;
        top: 0;
        z-index: 1021;
        background-color: #ffffff;
    }

        .wizard-nav .wizard-steps {
            justify-content: center;
        }
}

@media (min-width: 1080px) {
    .wizard-container {
        padding: 28px;
    }

    .container.booking-container {
        width: 1080px;
        padding: 0;
    }

    .step-text-sm {
        display: none;
    }
}

@media (max-width: 990px) {
    .action-bar .action-buttons {
        display: grid;
        text-align: center !important;
    }
}

@media (max-width: 444px) {
    .action-bar .payment-action-buttons {
        display: grid;
        text-align: center !important;
        row-gap: 12px;
    }
}

.font-size-normal {
    font-size: 1rem !important;
}

.cart .card-body {
    padding: 16px;
}

    .cart .card-body .card-text .product-name .title {
        font-weight: 600;
    }

    .cart .card-body .card-text .product-name .material-icons,
    .cart .card-body .card-text .service-name .material-icons {
        color: #606062;
        font-size: 18px;
        line-height: 24px;
        float: right;
    }

    .cart .card-body .card-text .service-name .title {
        margin-right: 16px;
    }

    .cart .card-body .card-text .service-action select {
        width: 65px;
        height: auto;
        padding: 4px 8px;
    }

    .cart .card-body .card-text .service-action button {
        font-weight: 600;
        padding: 4px 8px;
    }

    .cart .card-body .card-text .product-price,
    .cart .card-body .card-text .service-price,
    .cart .card-body .card-text .service-action {
        display: flex;
        justify-content: space-between;
    }

        .cart .card-body .card-text .product-price .price-label .price,
        .cart .card-body .card-text .service-price .price-label .price {
            color: #606062;
        }

        .cart .card-body .card-text .product-price .total,
        .cart .card-body .card-text .service-price .total {
            color: #1f1f20;
            /*font-weight: 600;*/
        }

    .cart .card-body .card-text .service {
        padding-top: 8px;
        margin: 12px 0;
        border-top: 1px dashed #9e9e9e;
    }

.cart .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 8px;
}

    .cart .card-title > a {
        font-size: 0.875rem;
        font-weight: 400;
        text-decoration: underline;
        float: right;
        margin-top: 4px;
    }

.cart .card-footer {
    border-top: none;
    background: none;
    padding-top: 4px;
}

    .cart .card-footer.subtotal {
        padding-top: 8px;
        background-color: #F5F5F5;
    }

    .cart .card-footer .booking-total-price {
        /*font-size: 1.125rem;
        font-weight: 600;
        color: #017c38;
        background-color: #CCE5D7;
        padding: 8px 12px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .cart .card-footer .booking-total-price .detail-label,
        .cart .card-footer .booking-total-price .detail-price {
            color: #1f1f20;
            font-size: 1rem;
            font-weight: 400;
        }

        .cart .card-footer .booking-total-price .detail-price {
            float: right;
        }

.accordion .child-panel-heading {
    color: #1f1f20;
    font-weight: 600;
    padding: 3px 12px;
    background-color: #ebebeb;
}
/*.accordion .child-panel-heading .up-arrow,
    .accordion .child-panel-heading .down-arrow {
        color: #ffffff;
    }*/
.product-total-price {
    font-size: 1.125rem;
    font-weight: 600;
    color: #017c38;
    background-color: #CCE5D7;
    padding: 8px 12px;
    display: flex;
    justify-content: flex-end;
}

.form-control.input-validation-error:focus,
.form-control.error:focus {
    border-color: #d93024;
    box-shadow: 0 0 0 1px #d93024;
}

.field-validation-error,
label.error {
    color: #d93024;
}

.iti {
    display: block;
}

.payment-option {
    border-radius: 3px;
    max-width: 468px;
}

    .payment-option .payment-type {
        border: 1px solid #D3D3D9;
        margin-right: 12px;
        padding: 12px;
        width: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .payment-option .currency-select {
        display: none;
        border: 1px solid #D3D3D9;
        padding: 12px;
        margin: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .payment-option .form-check-input {
        margin-right: 12px;
    }

    .payment-option.active {
        box-shadow: 0 0 0 2px #017c38;
    }

        .payment-option.active .currency-select {
            display: flex;
        }

.bank-transfer-detail {
    max-width: 468px;
    padding: 16px;
    border: 1px dashed #017c38;
    background: #EBF5EF;
}

.term-privacy-section {
    max-height: 380px;
    padding: 24px 24px 0;
    overflow: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.term-privacy-agreement {
    padding: 24px;
    border-top: none !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.action-bar {
    position: sticky;
    bottom: 0;
    z-index: 1030;
    background-color: #fff;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 28px;
    margin-left: 0;
    margin-right: 0;
}

    .action-bar .btn {
        font-weight: 600;
        text-transform: uppercase;
        padding: 12px 48px;
    }

        .action-bar .btn.btn-outline-primary .button-desc {
            color: #1f1f20;
            font-size: 0.8125rem;
            font-weight: 400;
            text-transform: none;
        }

        .action-bar .btn.btn-outline-primary:not(:disabled):hover .button-desc {
            color: #fff;
        }

        .action-bar .btn.btn-primary .button-desc {
            font-size: 0.8125rem;
            font-weight: 400;
            text-transform: none;
        }

.badge-bookingstatus {
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 600;
}

.badge-draft {
    color: #fff;
    background-color: #007BFF;
}

.badge-new {
    color: #fff;
    background-color: #FF5E00;
}

.badge-payment {
    color: #fff;
    background-color: #004CE0;
}

.badge-hold {
    color: #fff;
    background-color: #9C00FF;
}

.badge-confirmed {
    color: #fff;
    background-color: #017C38;
}

.badge-cancelled {
    color: #fff;
    background-color: #404040;
}

.badge-paidstatus {
    border: 1px solid #017c38;
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 600;
}

.badge-paid {
    color: #017c38;
    background-color: #ffffff;
    border-color: #017c38;
}

.badge-unpaid {
    color: #d93024;
    background-color: #ffffff;
    border-color: #d93024;
}

.badge-partialpaid {
    color: #ca5e00;
    background-color: #ffffff;
    border-color: #ca5e00;
}

.bg-primary-light {
    background-color: #EBF5EF !important;
}

.bg-secondary-light {
    background-color: #FFEDD2 !important;
}

.ty-panel {
    height: 100%;
    padding: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgb(31 31 31 / 8%), 0px 1px 4px 1px rgb(31 31 31 / 16%);
    border-radius: 4px;
}

.modal-title {
    font-size: 1.125rem;
    font-weight: 600;
}

.btn-share {
    color: #017c38;
    background-color: #ebf5ef;
}

    .btn-share:hover {
        color: #017c38;
    }

.table-service {
    padding: 16px 24px 24px;
}

    .table-service .table-service-header {
        font-weight: 600;
        padding: 0 8px 8px;
        margin: 0 -24px 8px;
    }

        .table-service .table-service-header .col-service-price,
        .table-service .table-service-header .col-service-quantity,
        .table-service .table-service-row .col-service-price,
        .table-service .table-service-row .col-service-quantity {
            text-align: right;
        }

    .table-service .table-service-row {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

        .table-service .table-service-row:last-of-type {
            border: none !important;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .table-service .table-service-row .col-service-name .notes {
            font-size: 0.8125rem;
        }

        .table-service .table-service-row .col-service-price {
            font-weight: 600;
        }

        .table-service .table-service-row .col-service-price-quantity {
            font-size: 1.125rem;
            font-weight: 600;
        }

.feedback-screenshot {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

    .feedback-screenshot img {
        width: 100%;
    }

input::-webkit-calendar-picker-indicator {
    display: none;
}

.form-check .form-check-input[type=checkbox] {
    border-radius: .25em;
    height: 16px;
    width: 16px;
    margin-left: -1.5rem;
}

#loadingOverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

    #loadingOverlay .loading-text {
        color: #1f1f20;
        font-size: 1rem;
        font-weight: 600;
    }

.soldout-error {
    border-top: 2px solid #D32F2F;
    color: #D32F2F;
    font-size: 12px;
}

    .soldout-error .error-text {
        vertical-align: top;
    }

    .soldout-error .material-icons-outlined {
        font-size: 18px;
    }

    .soldout-error a {
        font-weight: 600;
        cursor: pointer;
        color: #D32F2F;
        text-decoration: none;
    }

a.text-primary:hover, a.text-primary:focus {
    color: #017c38 !important;
}

.info-col-right .material-icons {
    padding: 0 1rem 0 0;
}

@media (max-width: 386px) {
    .info-col-right .material-icons {
        padding: 0 0.5rem 0 0;
    }

    .action-bar .btn {
        padding: 12px 42px;
    }
}

.cart-divider {
    border: 1px solid #dee2e6;
    margin: 8px 0;
}

.cart-divider--dashed {
    border: 1px dashed #dee2e6;
    margin: 8px 0;
}

.result-label {
    font-size: 20px;
    font-weight: 600;
}

.result-price {
    font-size: 20px;
    font-weight: 600;
    float: right;
}

.certificate-img img {
    background: #FFFFFF;
    border: 1px solid #D3D3D9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.download-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px;
    position: static;
    width: 40px;
    height: 40px;
    left: 114px;
    top: 0px;
    border: 1px solid #D3D3D9;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: url("../images/download.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    margin-left: 8px;
}


    .download-buttons:hover {
        border: 1px solid #017c38;
    }

.blue-button {
    color: #fff;
    background-color: #017c38;
    border-color: #017c38;
}


@media (max-width: 390px) {
    .full-width-button {
        width: 100%;
    }
}

.rc-anchor-light {
    background: #fff !important;
    color: #fff !important;
}

.share-button {
    margin: 3px;
    float: left;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 600px;
    text-align: left;
    padding: 16px;
    font-size: 14px;
    color: #1F1F1F;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgba(60, 64, 67, 0.14), 0px 1px 18px rgba(60, 64, 67, 0.12), 0px 3px 5px rgba(60, 64, 67, 0.2);
    border-radius: 4px;
}

    .tooltip-inner .product, .popover-body .product {
        font-weight: 600;
    }

    .tooltip-inner .taxfee, .popover-body .taxfee {
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }

.popover {
    max-width: 600px;
}

.session-availability {
    font-size: 12px;
    color: #616161;
    margin: 0;
}

    .session-availability:before {
        content: '\f2c0';
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        margin: 0px 4px 0px 0px;
        text-decoration: none;
    }

.legends {
    position: absolute;
    bottom: 0px;
    margin: 0 0 0 36px;
}

.fa-user:before {
    content: '\f007';
    font-family: "Font Awesome";
    font-weight: normal;
    font-style: normal;
    margin: 0px 4px 0px 0px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
* html .ui-autocomplete {
    height: 100px;
}

.payment-type-select {
    border: 1px solid #D3D3D9;
    border-radius: 4px;
}

.service-note {
    white-space: pre-line;
}

.wizard-container.loading .price, .wizard-container.loading .total,
.wizard-container.loading .detail-price, .wizard-container.loading .result-price {
    min-width: 90px;
    color: #d6d6d6 !important;
    background-color: #d6d6d6;
    animation: hintloading 2s ease-in-out 0s infinite reverse;
    -webkit-animation: hintloading 2s ease-in-out 0s infinite reverse;
}

@keyframes hintloading {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes hintloading {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.form-group span.form-control {
    height: fit-content;
    min-height: 34px;
}

.paynow-note {
    max-width: 500px;
    line-height: 1.2;
    font-size: 13px;
}

.paynow-back {
    bottom: 16px;
    position: absolute;
    left: 0;
}

@media (min-width: 768px) {
    .session-wrapper {
        max-width: 840px;
    }

    .table-service .table-service-row .col-service-price-quantity {
        display: none;
    }

    .tax-popover {
        display: none;
    }

    .paynow-note {
        margin-right: 16px;
        margin-left: 160px;
    }
}

@media (max-width: 767px) {
    #session-datepicker {
        padding-bottom: 24px;
    }

    .table-service.no-service {
        border: none !important;
        padding-top: 0;
        padding-bottom: 8px;
    }

    .table-service-header {
        display: none;
    }

    .table-service .table-service-row .col-service-price {
        text-align: left !important;
    }

        .table-service .table-service-row .col-service-price.readonly,
        .table-service .table-service-row .col-service-quantity.readonly {
            display: none;
        }

    .tax-tooltip {
        display: none;
    }

    .bookingCodeLabel, .bookingCode {
        display: none;
    }

    .bottom-center {
        position: inherit !important;
        padding-top: 1rem;
    }

    .paynow-note {
        margin: 12px 0;
    }

    .action-bar .btn {
        padding: 12px 24px;
    }
}
