.th {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    font-weight: 500;
    color: #11122d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Adyen Components
******************************************************************************/
@media (min-width: 480px) {
    .adyen-pe-component__container {
        border: none !important;
        padding: 0 !important;
    }

    .adyen-pe-data-grid__head {
        background-color: #fafafc;
        font-size: 0.875rem;
        line-height: 1.7142857143;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

.adyen-pe-typography--title-m {
    font-size: 1.5rem !important;
    line-height: 1.3333333333 !important;
    font-weight: 600 !important;
}

.adyen-pe-data-grid .adyen-pe-data-grid__cell.adyen-pe-data-grid__cell--heading {
    font-weight: 500 !important;
}

.adyen-pe-data-grid .adyen-pe-data-grid__cell.adyen-pe-data-grid__cell--heading:not(:last-child):after {
    background: #d9dee3 !important;
    width: 1px !important;
}

/* Utility Classes
******************************************************************************/
/* Font Weight */
.fw-600 {
    font-weight: 600;
}

/* Max Width */
.mw-1 {
    max-width: 120px !important;
}

.mw-2 {
    max-width: 200px !important;
}

.mw-3 {
    max-width: 300px !important;
}

.mw-4 {
    max-width: 400px !important;
}

@media (min-width: 576px) {
    .mw-sm-1 {
        max-width: 120px !important;
    }

    .mw-sm-2 {
        max-width: 200px !important;
    }

    .mw-sm-3 {
        max-width: 300px !important;
    }

    .mw-sm-4 {
        max-width: 400px !important;
    }
}

@media (min-width: 768px) {
    .mw-md-1 {
        max-width: 120px !important;
    }

    .mw-md-2 {
        max-width: 200px !important;
    }

    .mw-md-3 {
        max-width: 300px !important;
    }

    .mw-md-4 {
        max-width: 400px !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-1 {
        max-width: 120px !important;
    }

    .mw-lg-2 {
        max-width: 200px !important;
    }

    .mw-lg-3 {
        max-width: 300px !important;
    }

    .mw-lg-4 {
        max-width: 400px !important;
    }
}

@media (min-width: 1200px) {
    .mw-xl-1 {
        max-width: 120px !important;
    }

    .mw-xl-2 {
        max-width: 200px !important;
    }

    .mw-xl-3 {
        max-width: 300px !important;
    }

    .mw-xl-4 {
        max-width: 400px !important;
    }
}

@media (min-width: 999px) {
    .report-summary-card {
        max-width: 350px;
    }
}

/*
Tooltips / Popovers
Tooltip styling for form labels
******************************************************************************/
.form-label {
    line-height: 1.7;
}

.popover {
    --bs-popover-max-width: 376px;
    --bs-popover-zindex: 1;
    min-width: 150px;
}

.popover-body {
    --bs-popover-body-padding-y: .75rem;
    --bs-popover-body-padding-x: 1rem;
}

label.form-label.venuesumo-tooltip {
    cursor: pointer;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
    position: relative;
}

/**
 * placeholder-loading v0.7.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    direction: ltr;
    background-color: #fff;
    border: 1px solid rgb(229.5, 229.5, 229.5);
    border-radius: 2px;
}


.ph-item.ph-no-border {
    border: none;
    padding: 0;
    margin: 0;
}

.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
    box-sizing: border-box;
}

.ph-item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    pointer-events: none;
    content: " ";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
}

.ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 16px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ph-row {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -7.5px;
}

.ph-row.ph-col-gap {
    column-gap: 16px;
}

.ph-row div {
    height: 16px;
    margin-top: 12px;
    background-color: #E5E7F2;
    border-radius: 2px;
}

.ph-row .big, .ph-row.big div {
    height: 20px;
}

.ph-row .ph-title {
    height: 30px;
    margin-bottom: 16px;
}

.ph-row .ph-input {
    height: 48px;
    margin-bottom: 16px;
}

.ph-line, .ph-row .ph-line {
    height: 16px;
    margin-top: 12px;
}

.ph-row .ph-label {
    height: 16px;
    margin-top: 8px;
}

.ph-border-top-dashed {
    border-top: 1px dashed #D8DCEF;
    height: 8px;
    margin-top: 8px;
}

.ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
}

.ph-col-1 {
    flex: 0 0 8.3333333333%
}

.ph-col-2 {
    flex: 0 0 16.6666666667%;
}

.ph-col-3 {
    flex: 0 0 25%;
}

.ph-col-4 {
    flex: 0 0 33.3333333333%;
}

.ph-col-6 {
    flex: 0 0 50%;
}

.ph-col-7 {
    flex: 0 0 58.33333333333%;
}

.ph-col-8 {
    flex: 0 0 66.6666666667%;
}

.ph-col-10 {
    flex: 0 0 83.3333333333%;
}

.ph-col-12 {
    flex: 0 0 100%;
}

[class*=ph-col] {
    direction: ltr;
}

[class*=ph-col] > * + .ph-row {
    margin-top: 0;
}

[class*=ph-col] > * + * {
    margin-top: 7.5px;
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    overflow: hidden;
    background-color: #E5E7F2;
    border-radius: 50%;
}

.ph-avatar::before {
    display: block;
    padding-top: 100%;
    content: " ";
}

.ph-picture, .ph-row .ph-picture {
    width: 100%;
    height: 80px;
    background-color: #E5E7F2;
}

@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

/*
Help Content
Page and offcanvas help content
******************************************************************************/
:root {
    --vs-help-top: 76px; /* navbar height */
    --vs-help-width: 400px;
    --vs-help-bg: #fafafc;
    --vs-help-z-index: 1074;
    --vs-help-padding-x: 0.5rem;
    --vs-help-padding-y: 1.5rem;
    --vs-help-header-padding-x: 1rem;
    --vs-help-header-padding-y: 1.5rem;
    --vs-help-header-border: 1px solid #d9dee3;
    --vs-help-header-bg: #fafafc;
    --vs-help-heading-font-size: 1.25rem;
    --vs-help-heading-font-weight: 600;
    --vs-help-box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    --vs-help-offcanvas-width: 300px;
    --vs-help-offcanvas-bg: #f8f9fa;
    --vs-help-offcanvas-border: 1px solid #dee2e6;
    --vs-help-offcanvas-z-index: 1090;
}

.vs-help,
.vs-help--offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.25s ease-in-out;
}

/* Hide help content */
.vs-help img,
.vs-help--offcanvas img,
.vs-help table,
.vs-help--offcanvas table,
.vs-help .d-none-help-sidebar,
.vs-help--offcanvas .d-none-help-sidebar {
    display: none;
}

.vs-help.show, .vs-help--offcanvas.show {
    transform: translateX(0);
}

.vs-help-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--vs-help-header-padding-y) var(--vs-help-header-padding-x);
    border-bottom: var(--vs-help-header-border);
    background-color: var(--vs-help-header-bg);
}

.vs-help-heading {
    margin: 0;
    font-size: var(--vs-help-heading-font-size);
    font-weight: var(--vs-help-heading-font-weight);
}

.vs-help-body {
    padding: var(--vs-help-padding-y) var(--vs-help-header-padding-x);
}

.vs-help {
    top: var(--vs-help-top);
    width: var(--vs-help-width);
    height: calc(100vh - var(--vs-help-top));
    background: var(--vs-help-bg);
    z-index: var(--vs-help-z-index);
    padding: 0 var(--vs-help-padding-x);
    box-shadow: var(--vs-help-box-shadow);
}

.vs-help--offcanvas {
    width: var(--vs-help-offcanvas-width);
    height: 100%;
    background: var(--vs-help-offcanvas-bg);
    border-left: var(--vs-help-offcanvas-border);
    z-index: var(--vs-help-offcanvas-z-index);
}

/* content */
#content-container {
    transition: padding-right 0.25s ease-in-out, max-width 0.25s ease-in-out;
}

#content-container.help-visible {
    padding-right: calc(var(--vs-help-width) + 25px);
    max-width: 100%;
}

/* Offcanvas */
.offcanvas {
    transition: transform 0.25s ease-in-out;
}

.offcanvas.help-visible {
    transform: translateX(-300px) !important;
}

#vs-help-article-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
    border: 1px solid rgb(217, 222, 227);
    overflow: hidden;
}

#vs-help-article-container table th,
#vs-help-article-container table td {
    border: 1px solid rgb(217, 222, 227);
    padding: 6px 8px;
    text-align: left;
    vertical-align: top;
}

    /*
Tables - Responsive
Standard table for desktop and card layout for mobile devices
******************************************************************************/
@media (max-width: 576px) {
    .vs-table-responsive {
            padding-left: 1rem;
            padding-right: 1rem;
        }

            .vs-table-responsive .vs-table-responsive-action-container {
                background-color: #1a85f8;
            }

                .vs-table-responsive .vs-table-responsive-action-container label {
                    font-weight: 500;
                }

                .vs-table-responsive .vs-table-responsive-action-container input[type="checkbox"] {
                    height: 1.4em;
                    width: 1.4em;
                    margin-top: 0;
                }

                .vs-table-responsive .vs-table-responsive-action-container input[type="radio"] {
                    height: 1.4em;
                    width: 1.6em;
                }

                .vs-table-responsive .vs-table-responsive-action-container input:checked[type="checkbox"],
                .vs-table-responsive .vs-table-responsive-action-container input:checked[type="radio"] {
                    border: 2px solid #fff
                }

            .vs-table-responsive thead {
                position: absolute;
                left: -9999px;
                top: -9999px;
                height: 0;
                width: 0;
                overflow: hidden;
            }

            .vs-table-responsive,
            .vs-table-responsive tbody,
            .vs-table-responsive tr {
                display: block;
                width: 100%;
            }

                .vs-table-responsive tr {
                    border: 1px solid var(--bs-table-border-color);
                    border-radius: .5rem;
                    margin-bottom: 1rem;
                    overflow: hidden;
                }

                .vs-table-responsive tbody {
                    display: flex;
                    flex-direction: column;
                }

                    .vs-table-responsive tbody tr {
                        display: flex;
                        flex-direction: column;
                        position: relative;
                    }

                    .vs-table-responsive tbody td {
                        display: flex;
                        flex-direction: column;
                    }

                        .vs-table-responsive tbody td:last-child {
                            border-bottom: none;
                        }

                        .vs-table-responsive tbody td:before {
                            margin-bottom: .15rem;
                            text-transform: uppercase;
                            content: attr(data-name);
                            font-size: 0.875rem;
                            font-weight: 500;
                        }

                        .vs-table-responsive tbody td.vs-table-responsive-header {
                            display: flex;
                            justify-content: center;
                            background-color: #fafafc;
                            min-height: 50px;
                        }

                            .vs-table-responsive tbody td.vs-table-responsive-header:has(div + div) {
                                flex-direction: row;
                            }

                            .vs-table-responsive tbody td.vs-table-responsive-header > div:first-child {
                                flex: 1;
                            }

                            .vs-table-responsive tbody td.vs-table-responsive-header > div:last-child {
                                display: flex;
                                justify-content: end;
                                align-items: center;
                            }

                        .vs-table-responsive tbody td.actions .actions,
                        .vs-table-responsive tbody td.actions .btn-icon,
                        .vs-table-responsive tbody td.actions .dropdown-menu {
                            width: 100%;
                        }
    }

    /* Table utility classes */
    .table-min-height {
        min-height: 260px;
    }

    /*
Forms
******************************************************************************/
    .form-control {
        font-size: 1rem;
    }

    /*
Alerts (sweet alerts)
******************************************************************************/
    @media (max-width: 576px) {
        .swal2-html-container {
            margin: 1em .8em 0.3em;
        }
    }

    /*
Pagination
******************************************************************************/
    @media (max-width: 576px) {
        .pagination .paginate_button.first,
        .pagination .paginate_button.last {
            display: none;
        }
    }

    /*
Navbar
******************************************************************************/
    .vs-navbar {
        margin-bottom: 0;
    }

    .vs-navbar-button-container {
        display: flex;
        width: 100%;
        gap: 1rem;
        margin-bottom: 1rem;
        justify-content: space-between;
    }

    .vs-navbar-button {
        /*    flex: 1 1 auto;*/
    }

    .vs-navbar .nav-pills .nav-link.active,
    .vs-navbar .nav-pills .nav-link.active:hover,
    .vs-navbar .nav-pills .nav-link.active:focus {
        background-color: transparent;
        border: 1px solid #1a85f8;
        color: #1a85f8;
        box-shadow: none;
    }

    .vs-navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    @media (min-width: 576px) {
        .vs-navbar-button {
            flex-grow: 0;
        }
    }

    @media (min-width: 992px) {
        .vs-navbar {
            margin-bottom: 1rem;
        }

        .vs-navbar-button-container {
            display: none;
        }

        .vs-navbar .navbar-nav {
            flex-wrap: wrap;
            row-gap: 1rem;
        }

            .vs-navbar .navbar-nav .nav-link {
                padding-right: 1.2rem;
                padding-left: 1.2rem;
                white-space: nowrap;
            }
    }

    /*
Badge
******************************************************************************/
    .vs-badge {
        border-radius: 50rem;
        font-weight: 700;
        font-size: 70%;
        text-transform: uppercase;
        line-height: .7;
        display: inline-block;
        padding: .52em .7em;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }

    .btn-label-info {
        color: var(--bs-btn-color)
    }

    .text-nowrap.text-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
    }

    .grayscale {
        filter: grayscale(100%);
    }

    .api-logo {
        max-width: 500px;
        opacity: 0.3;
        padding-bottom: 10%;
    }


        .api-logo img.img-responsive {
            width: 100%;
        }



    .navbar-search-wrapper .card-search {
        color: #11122d;
        background-color: transparent;
    }

    .jodit_theme_venuesumo {
        --jd-color-border: #d9dee3;
        --jd-border-radius-default: 0.375rem;
        --jd-color-panel: #fafafc;
        --jd-color-background-light-gray: #fff;
        /*--jd-color-background-default: #fafafc;;
    --jd-color-icon: #8b572a;*/
    }

        .jodit_theme_venuesumo.jodit-container:not(.jodit_inline) .jodit-wysiwyg {
            padding: 12px;
        }


    .jodit-source .ace-tm .ace_gutter {
        background: rgba(50, 71, 92, 0.02);
    }

    .jodit-source .ace_editor.ace-tm.disabled .ace_gutter {
        background: rgba(50, 71, 92, 0.05);
    }

    .jodit-source .ace_editor.ace-tm.disabled {
        background: rgba(50, 71, 92, 0.02);
        opacity: 1;
    }

    .jodit-source .ace_editor {
        line-height: 1.5em;
    }

    .vs-readonly .jodit_theme_venuesumo.jodit-container:not(.jodit_inline) .jodit-workplace {
        background: rgba(50, 71, 92, 0.04) !important;
    }

    .light-style .tox .tox-button--secondary {
        color: #1a85f8;
        border-color: #1a85f8;
        background: transparent;
    }




    .vs-readonly .tox .tox-edit-area__iframe {
        background: rgba(50, 71, 92, 0.04) !important;
    }

    .tox .tox-button.tox-button--secondary[data-mce-name='Dark/light mode'] {
        display: none;
    }

    .tox-button.tox-button--secondary.tox-button--icon.tox-button--icon-and-text[data-mce-name='Copy code'] {
        display: none;
    }

    .tox-statusbar__branding {
        display: none;
    }

    .tox .tox-button.tox-button--secondary::before {
        border-radius: 4px;
        bottom: -1px;
        box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #007bff;
        content: '';
        left: -1px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: -1px;
        top: -1px
    }

    .tox .tox-button.tox-button--secondary:focus:not(:disabled) {
        background-color: #006fe6;
        background-image: none;
        border-color: #006fe6;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        color: #fff
    }

        .tox .tox-button.tox-button--secondary:focus:not(:disabled)::before {
            opacity: 1
        }

    .tox .tox-button.tox-button--secondary:hover:not(:disabled) {
        background-color: #006fe6;
        background-image: none;
        border-color: #006fe6;
        box-shadow: none;
        color: #fff
    }

    .tox .tox-button.tox-button--secondary:active:not(:disabled) {
        background-color: #0062cc;
        background-image: none;
        border-color: #0062cc;
        box-shadow: none;
        color: #fff
    }

    .avatar-initial .fa-duotone {
        --fa-primary-color: #1671d3;
        --fa-secondary-color: #ffc300;
        --fa-secondary-opacity: 1;
    }

        .avatar-initial .fa-duotone.vs-inverse {
            --fa-primary-color: #ffc300;
            --fa-secondary-color: #1671d3;
            --fa-secondary-opacity: 1;
        }

    .venuesumo-tooltip .fa-duotone {
        --fa-primary-color: #11122d80;
        --fa-secondary-color: #32475c20;
        --fa-secondary-opacity: 1;
    }

    .modal-footer > * {
        margin: 0;
    }

    .modal-header h5 {
        margin-bottom: 1rem;
    }

    .modal .modal-header .btn-close {
        margin-top: -3.25rem;
    }

    .mh-80px {
        min-height: 80px;
    }

    .stock-transaction-summary {
        width: 400px;
    }

    .scanner-switches {
        right: 0;
        width: 326px;
    }

        .scanner-switches .use-scanner {
            width: 152px;
        }

        .scanner-switches .auto-add {
            width: 128px;
        }

    @media (max-width: 520px) {
        .scanner-switches {
            position: relative !important;
        }
    }


    @media (max-width: 991px) {
        .card-header, .card-body {
            padding: 1rem;
        }

        h4, .h4 {
            font-size: 1.6rem;
            margin-bottom: 1.2rem;
        }

        h5, .h5 {
            font-size: 1.3rem;
        }

        .table > :not(caption) > * > * {
            padding: 0.5rem 1rem;
        }
    }

    @media (max-width: 991px) {
        .stock-transaction-summary {
            width: auto;
        }
    }

    .form-select:disabled {
        background-color: rgba(50, 71, 92, 0.04);
        opacity: 1;
    }

    #bridgepay-card {
        border: solid 1px #d9dee3;
        height: 150px;
        padding: 16px 10px;
        border-radius: 0.375rem;
        margin: 0px 0px 12px 0;
    }

    #bridgepay-errorMessage {
        margin-bottom: 8px;
        color: #FF3E1D;
        font-size: 0.875rem;
        padding: 0.675rem;
        border-radius: 0.375rem;
        background-color: #ffe0db;
        display: none;
        margin-top: 16px;
    }
    /*#totalRevenueChart {
    overflow-x: auto;
}

    #totalRevenueChart> .apexcharts-canvas {
        min-width: 600px;
    }*/
    #dashboardDatesButtons > .btn.tomorrow {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }


    /*.btn-group:not(.d-none):not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group:not(.d-none):not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
*/
    /*.light-style .nn-booking-calendar.fc .fc-day-today {
    background: none !important;
}*/
    .nn-booking-calendar.fc .fc-view-harness .fc-event {
        margin-top: 4px;
        margin-bottom: 3px;
        margin-left: 2px;
    }

    .nn-booking-event {
        background-color: #e8fadf;
        border-color: #e8fadf;
        color: #11122d !important;
    }

    .nn-booking-event-warning {
        background-color: #fff2d6;
        border-color: #fff2d6;
    }

    .nn-booking-event-full {
        background-color: #ffe0db;
        border-color: #ffe0db;
    }

    .nn-booking-event-overbooked {
        background-color: #e8381a;
        border-color: #e8381a;
        color: #fff !important;
    }

    .nn-booking-event-blocked {
        background-color: #eee;
        border-color: #eee;
    }



    tfoot .fc-scroller.ps {
        padding-bottom: 0.5rem;
    }

    #calendarDatePicker {
        width: 280px !important;
    }

    .nn-booking-calendar-filter-type select {
        width: 300px !important;
    }

        .nn-booking-calendar-filter-type select#tagID {
            width: 150px !important;
        }


    .nn-booking-calendar-filter-type .select2 {
        width: 300px !important;
    }

    .fc-datagrid-cell-main > div {
        padding-left: 1.25rem;
    }

    .fc-theme-standard th {
        background: #fafafc;
    }

    .fc-timeline-lane[data-resource-id$="-group"], .fc-resource[data-resource-id$="-group"] {
        background: #1a85f806;
    }



    .table-light .btn-icon.btn-outline-primary {
        color: #1a85f8;
    }

    #cocard-number, #cocard-expiry, #cocard-cvv {
        height: 40px;
        border: 1px solid #D8DCEF;
        border-radius: 0.375rem;
    }


        #cocard-cvv.error, #cocard-number.error, #cocard-expiry.error {
            border-color: #FF3E1D;
        }

    .cocard-error {
        color: #FF3E1D;
        font-size: 0.85rem;
    }

    .highlight.pointer:hover {
        cursor: pointer;
    }

    .w-px-1000 {
        width: 1000px !important;
    }

    .bg-label-tertiary {
        background-color: #941af812 !important;
        color: #941af8 !important;
    }

    .bg-label-fourth {
        background-color: #f81ad812 !important;
        color: #f81ad8 !important;
    }

    .bg-label-fifth {
        background-color: #ff879312 !important;
        color: #ff8793 !important;
    }

.bg-label-sixth {
    background-color: #ff879312 !important;
    color: #ff8793 !important;
}

    #dashboardDateOther {
        width: 110px;
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
        color: #1a85f8;
    }

    @media (max-width: 767px) {
        #dashboardDateOther {
            width: auto;
        }
    }

    .venue-selector, .dashboard-selector {
        min-width: 180px;
    }

    @media (max-width: 1100px) {
        .venue-selector, .dashboard-selector {
            min-width: auto;
        }
    }

    @media (max-width: 991px) {
        .title-select.multiple-venues .venue-selector {
            width: 49%;
        }

        .title-select.multiple-venues .dashboard-selector {
            width: 49%;
        }
    }

    @media (max-width: 400px) {
        .title-select.multiple-venues .venue-selector {
            width: 48%;
        }

        .title-select.multiple-venues .dashboard-selector {
            width: 48%;
        }
    }

    .ace_editor {
        border: 1px solid #d9dee3;
        line-height: 36px;
        border-radius: 0.375rem;
    }

    pre.ace-tm .ace_gutter {
        background: rgba(50, 71, 92, 0.02);
    }

    pre.ace_editor.ace-tm.disabled .ace_gutter {
        background: rgba(50, 71, 92, 0.05);
    }

    pre.ace_editor.ace-tm.disabled {
        background: rgba(50, 71, 92, 0.02);
        opacity: 1;
    }

    .nn-booking-calendar.fc .fc-view-harness .fc-event {
        overflow: hidden;
    }

    .content-wrapper.mw-1300px {
        min-width: 1300px;
    }

    .content-wrapper.mw-600px {
        min-width: 600px;
    }


    .sales-summary-item {
        padding: 0.8rem;
    }

        .sales-summary-item .btn-icon {
            margin-right: 0.8rem;
            width: 62px;
            height: 62px;
        }

            .sales-summary-item .btn-icon i {
                font-size: 30px;
                color: #FFCC26;
            }

        .sales-summary-item .sales-summary-data {
            line-height: 110%;
            margin-top: 0.2rem;
        }

    .sales-summary-data h6 {
        line-height: 110%;
    }

    @media (max-width: 576px) {

        .sales-summary-item {
            position: relative;
            padding: 0.6rem;
        }

            .sales-summary-item .shadow-sm.btn.btn-icon.bg-white {
                box-shadow: none !important;
                padding: 0;
                width: 28px;
                height: 28px;
                position: absolute;
                right: -5px;
                top: 8px;
            }

            .sales-summary-item .btn-icon {
            }

                .sales-summary-item .btn-icon i {
                    font-size: 18px;
                }
    }


    .iframe-alert {
        position: relative;
    }

    .iframe-loader {
        position: absolute;
        height: calc(100% - 55px);
        width: 100%;
    }

        .iframe-loader .spinner-border {
            margin-top: 30%;
        }

    .popover {
        --bs-popover-max-width: 376px;
        min-width: 150px;
    }

    .form-label .language-info {
        color: #1a85f8;
        font-weight: 600;
    }

    .venuesumo-tooltip {
        position: absolute;
        top: 0;
        right: 0;
    }

    .form-group:has(>.venuesumo-tooltip) {
        position: relative;
    }


    .form-group:has(:enabled.val-required) .form-label:after,
    .form-group:has(:enabled.val-password) .form-label:after,
    .form-group:has(:enabled.val-dropdown) .form-label:after,
    .form-group:has(:enabled.val-dropdowntext) .form-label:after {
        content: '*';
        color: #ff3e1d !important;
        position: absolute;
        margin-left: 5px;
    }

    .layout-sub-menu {
        overflow-y: auto;
        overflow-x: hidden;
    }


    .layout-wrapper {
        min-width: 320px;
    }

    .layout-menu .layout-menu-toggle {
        position: absolute;
        color: #fff;
        left: 0;
        top: 0;
        padding: 20px;
        font-size: 1.75rem;
    }

    span.colour.rounded-pill {
        width: 16px;
        height: 16px;
        display: inline-block;
    }

    #creditCardDetails iframe {
        border: none;
        width: 100% !important;
        height: 280px;
    }




    #spreedly-cvv, #spreedly-number {
        height: 40px;
        border: 1px solid #d9dee3;
        border-radius: 0.375rem;
    }

        #spreedly-cvv.error, #spreedly-number.error {
            border-color: #C5463A;
        }


    .swal2-popup.order-search-form {
        width: 1000px;
    }

    .swal2-popup.sku-search-form {
        width: 1000px;
    }

    .swal2-popup.stock-item-details {
        width: 1000px;
    }


    .pcr-button {
        border: 1px solid #d9dee3;
    }

    #allocationSelectable .ui-selecting {
        background: rgba(50, 71, 92, 0.08);
    }

    #allocationSelectable .ui-selected {
        border: 3px solid #1a85f8 !important;
        background: rgba(50, 71, 92, 0.08);
    }

    #allocationSelectable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #allocationSelectable li {
            margin-top: 0px;
            margin-bottom: 0.75rem;
            padding: 0.75rem;
            border: 1px dashed #d9dee3;
            line-height: 20px;
            border-radius: 5px;
        }

            #allocationSelectable li.available {
                border: 1px solid #acacac;
            }

    .slim {
        height: 400px;
        width: 100%;
        border-radius: 0.5rem;
        background-color: #efefef;
        color: #999999;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .slim-popover {
        background-color: rgba(255, 255, 255, 0.6);
    }


    /*.slim-popover {
            background-color: #efefef;
        }*/

    .slim-image-editor-btn {
        color: #999;
    }

        .slim-image-editor-btn:focus,
        .slim-image-editor-btn:hover {
            color: #777;
        }

    .slim-image-editor-preview::after {
        background-color: rgba(0, 0, 0, 0.25);
    }




    .slim-image-editor .slim-editor-btn-group button, .slim-image-editor .slim-editor-utils-group button {
        box-shadow: none;
        color: #fff;
        border-color: #1a85f8;
        background-color: #1778df !important;
    }

        .slim-image-editor .slim-editor-btn-group button.slim-btn-cancel {
            background: none !important;
            color: #1778df;
        }


    #colorPick {
        width: 228px;
        background: #fff;
        font-family: inherit;
    }

        #colorPick span {
            font-size: 0.9rem;
            color: #11122d;
            font-weight: 400;
            text-transform: none;
            margin-bottom: 10px;
            margin-left: 3px;
        }

    .colorPickButton {
        height: 32px;
        width: 32px;
    }



    .dropzone {
        border-radius: 0.5rem;
        border: 2px dashed #D6D6D6;
    }

    .form-pages p {
        margin-top: 8px;
    }

    li div.actions {
        float: right;
        margin-top: -0.35rem;
    }

    li.field div.actions {
        margin-top: 0;
    }

    li.field > .row > div:not(.col-lg-1) {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }


    .form-pages, .form-pages ul {
        padding-left: 0;
    }

        /*.form-pages ul.fields {margin-top: 0.125rem;}*/

        .form-pages > li {
            display: block;
            border: 2px solid #D6D6D6;
            padding: 1rem 1rem 0.5rem 1rem;
            margin-bottom: 1rem;
            border-radius: 0.5rem;
        }

            .form-pages > li > ul > li {
                display: block;
                border: 2px solid #D6D6D6;
                padding: 1rem;
                margin-top: 0.75rem;
                border-radius: 0.4rem;
            }

        .form-pages li.highlight:hover {
            border: 2px solid #D6D6D6;
        }

        .form-pages li.highlight:hover {
            border: 2px solid #D6D6D6;
        }

            .form-pages li.highlight:hover .row div:not(.exclude-click) {
                cursor: pointer;
            }

        .form-pages ul.ui-sortable, .form-pages.ui-sortable {
            border: dashed #e3e3e3;
            padding: 1rem 0.75rem 0 0.75rem;
            border-radius: 0.6rem;
            /*margin-top: 8px;*/
        }

        .form-pages ul.ui-sortable {
            padding: 0.5rem 1rem 1rem 1rem;
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }



        .form-pages > li.ui-sortable-handle {
            padding-bottom: 1rem;
        }

    li.ui-sortable-handle {
        background: rgba(50, 71, 92, 0.08);
    }
    /*.form-pages.ui-sortable {
    padding-top: 8px;
    padding-bottom: 0;
}*/
    .ui-sortable li {
        cursor: move;
    }



    .form-pages > li > ul > li > ul > li {
        display: block;
        border: 2px solid #D6D6D6;
        background: rgba(50, 71, 92, 0.08);
        padding: 0.5rem;
        margin-top: 0.5rem;
        border-radius: 0.3rem;
    }


    .form-pages li.no-border {
        border: none;
        padding: 0;
        background: none;
    }



    .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header {
        position: relative;
        padding: 0 1rem 0 0;
    }

        .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header::before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: rgba(50, 71, 92, 0.12);
            position: absolute;
            top: 19.5%;
            right: 16px;
        }

        .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header span {
            position: relative;
            background-color: #fff;
            z-index: 10;
            padding-right: 1rem;
            color: #435971;
            font-size: 0.75rem;
            font-weight: 400;
        }

    .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-value {
        line-height: 1.2rem;
    }
    /*.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-link>div {
    position: relative;
    border-bottom: 1px solid rgba(50, 71, 92, 0.12);
    width: 100%;
}*/
    /*.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-link:before {
        content: "";
        display: block;
        width: calc(100% - 20px);
        height: 1px;
        background-color: rgba(50, 71, 92, 0.12);
        position: absolute;
        bottom: 1px;
        
    }*/
    /*.layout-sub-menu .vs-caption {
    position: relative;
    padding: 0 1rem 0 0.75rem;
}

    .layout-sub-menu .vs-caption:before {
        content: "";
        display: block;
        width: calc(100% - 32px);
        height: 1px;
        background-color: rgba(50, 71, 92, 0.12);
        position: absolute;
        top: 50%;
        right: 16px;
    }

    .layout-sub-menu .vs-caption span {
        position: relative;
        background-color: #fff;
        z-index: 10;
        padding-right: 1rem;
    }*/
    .btn-shortcut-item .bx {
        font-size: 4rem;
    }

    .layout-menu-collapsed .menu-subtitle {
        display: block !important;
        color: #fff !important;
        flex-direction: row !important;
    }



    /*.layout-navbar-fixed .layout-navbar.navbar-detached, .layout-navbar-fixed.layout-menu-collapsed .layout-navbar.navbar-detached, .layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-sub-menu + .layout-page .layout-navbar, .layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-sub-menu + .layout-page .layout-navbar {
    background: #efefef !important;
}

.navbar-search-wrapper {background: #fff !important;}
*/
    .navbar-search-wrapper {
        background: rgba(50, 71, 92, 0.08) !important;
    }


    .layout-menu > .menu-inner > .menu-item-has-children.active:after {
        display: none;
    }

    .layout-menu-collapsed .menu-inner > .menu-item > .menu-link {
        display: block;
        width: 82%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

        .layout-menu-collapsed .menu-inner > .menu-item > .menu-link > .menu-icon {
            display: block !important;
            flex-direction: row !important;
            margin: 0 auto !important;
            width: 100% !important;
        }

        .layout-menu-collapsed .menu-inner > .menu-item > .menu-link > div {
            opacity: 1 !important;
            font-size: 0.685rem !important;
            text-align: center !important;
        }

    .light-style .swal2-modal.swal2-popup {
        border-radius: 12px;
        font-family: var(--bs-body-font-family);
        /*font-size: var(--bs-body-font-size) !important;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.7142857143;
    --bs-body-color: #11122d;*/
    }

    .swal2-html-container {
        line-height: var(--bs-body-line-height);
    }

    .swal2-popup {
        width: 28em;
    }

        .swal2-popup.w-500px {
            width: 600px !important;
        }

        .swal2-popup.w-300px {
            width: 300px !important;
        }

            .swal2-popup.w-300px .swal2-html-container {
                margin: 1em 0.8em 0.0em;
            }

        .swal2-popup.mw-1000 {
            width: 100% !important;
            max-width: 1000px !important;
        }

        .swal2-popup iframe {
            width: 100%;
        }


        .swal2-popup.mw-1000 iframe {
            height: 600px;
        }



    .vs-swal-icon-container {
        width: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin-bottom: 0.5em;
    }


    .swal2-modal.swal2-popup .swal2-icon {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
        color: #fff !important;
        border-color: #fff !important;
        border: 5px solid;
        width: 3.5em;
        height: 3.5em;
    }

    .swal2-loader {
        width: 2.75em;
        height: 2.75em;
        border-width: 0.5em;
        border-color: #1a85f8 transparent #1a85f8 transparent;
        margin-bottom: .75em;
    }
    /*.swal2-icon {
    border: none;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 1.25em;
    padding-bottom: 0.75em;
    margin-bottom: 1em;
}

.swal2-modal.swal2-popup .swal2-icon {
    margin-bottom: 1em;
}

.swal2-icon.swal2-warning {
    background: #ffab00;
}

.swal2-icon.swal2-warning {
    background: #ffab00;
}

    .swal2-icon .swal2-icon-content {
        color: #fff !important;
        border: 5px solid #fff;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        justify-content: center;
        font-size: 3em !important;
    }*/
    .swal2-styled.swal2-confirm {
        background-color: #1a85f8;
    }

    .swal2-styled.swal2-cancel {
        background: transparent;
        color: #1a85f8;
        border: 1px solid;
    }

    .swal2-styled.btn {
        border-radius: 0.375rem;
        flex-grow: 1;
    }

    .swal2-actions {
        margin: 1.25em 1em 0;
    }

    .perfect-scrollbar {
        padding-bottom: 0.5rem;
    }

    .offCanvas-selector {
        background: #fafafc;
    }

    #multi-booking-resource-group {
    }

    .light-style .ps__rail-x:hover, .light-style .ps__rail-y:hover, .light-style .ps__rail-x:focus, .light-style .ps__rail-y:focus, .light-style .ps__rail-x.ps--clicking, .light-style .ps__rail-y.ps--clicking {
        background-color: rgba(253, 181, 40, 0.2) !important;
    }

    .ps__rail-x, .ps__rail-y {
        opacity: 1 !important;
        display: block !important;
    }

    .ps__rail-x {
        height: 0.5rem !important;
    }

    .ps__thumb-x {
        height: 0.5rem !important;
        background: #FDB528 !important;
    }

    .ps__rail-y {
        height: 0.5rem !important;
    }

    .ps__thumb-y {
        width: 0.5rem !important;
        background: #FDB528 !important;
    }

    .nav-pills {
        font-weight: 500;
    }

    /*        .nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
            background-color: #32475C14;
            color: #1A85F8;
            box-shadow: none;
            border-bottom: 3px #FDB528 solid;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }*/

    .bg-warning-12 {
        background-color: rgba(253, 181, 40, 0.12) !important;
    }

    .bg-info-12 {
        background-color: rgba(255, 171, 0, 0.12) !important;
    }

    .weather-day {
        line-height: 1rem;
    }

    .weather-max-temp.h6 {
        margin: 0;
        line-height: 1.25rem;
    }

    .weather-icon {
        margin-top: 0.3rem;
    }


    .form-select {
        font-size: inherit;
    }

    .swal2-html-container .form-select {
        padding: 0.295rem 0.875rem;
    }


    .light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 1.85rem;
    }




    .light-style .title-select .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2rem;
    }

    .light-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: none;
        border-width: 10px 8px 0 8px;
        border-color: rgba(50, 71, 92, 0.54) transparent transparent transparent;
    }



    .light-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        background-image: none;
        border-color: transparent transparent rgba(50, 71, 92, 0.54) transparent;
        border-width: 0 8px 10px 8px;
    }


    .light-style .select2-container--default .select2-selection {
        background: transparent;
        color: #11122d;
        font-weight: 400;
    }

    .light-style .select2-container--default .select2-selection--single {
        height: 2.5rem;
    }

        .light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #11122d;
            font-weight: 400;
            line-height: 2.5rem;
        }




    .light-style .title-select .select2-container--default .select2-selection {
        background: transparent;
        border: 1px solid #1a85f8;
        color: #1a85f8;
        font-weight: 500;
        font-size: 1rem;
        padding-right: 10px;
    }

    .light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.5rem;
    }

    .light-style .title-select .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 0.9rem;
        color: #1a85f8;
        font-weight: 500;
    }

    .light-style .title-select select {
        display: none;
    }

    .light-style .title-select .position-relative {
    }

    .light-style .title-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: none;
        color: #1a85f8;
        border-width: 10px 8px 0 8px;
        border-color: #1a85f8 transparent transparent transparent;
        /*
    border-color: transparent transparent #1a85f8 transparent;
    border-width: 0 4px 5px 4px;
        */
    }

    .title-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #1a85f8 transparent;
        border-width: 0 8px 10px 8px;
    }

    body.venuesumo-dark-bg {
        background-color: #04052E;
    }

        body.venuesumo-dark-bg.pos {
            background-color: #FFC300;
        }

    body.venuesumo-login {
        background-image: linear-gradient(#fff, #15B0F8);
    }


        body.venuesumo-login.pos {
            background-image: url('/assets/images/venuesumo-pos-login-bg.png');
            background-position: center;
            background-size: 100%;
        }




    .vs-heading {
        font-family: Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 1.2;
        font-size: 52px;
    }

    .authentication-wrapper .app-brand {
        width: 160px;
        position: absolute;
        top: 3rem;
    }




    .light-style body.venuesumo-dark-bg .authentication-wrapper .authentication-bg > .w-100 {
        max-width: 480px;
        position: relative;
    }

    .authentication-wrapper .validity-summary-container {
        position: absolute;
        width: 100%;
    }


    .login-hero {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        justify-content: flex-end;
    }

    .login-hero-wrapper img {
        width: 100%;
        height: auto;
        margin-right: 3rem;
    }

    .pos .login-hero {
        background-color: #04052E;
    }

    .pos .login-hero-wrapper img {
        margin-right: auto;
    }

    .authentication-wrapper.authentication-cover .authentication-inner {
        width: 80vw;
        max-width: 1216px;
        height: 60vh;
        min-height: 600px;
        margin: auto;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
        overflow: hidden;
    }

    @media (max-width: 1300px) {
        .authentication-wrapper .p-5 {
            padding: 2rem !important;
        }

        .authentication-wrapper .app-brand {
            top: 2.5rem;
        }

        body.venuesumo-login.pos {
            background-size: 150%;
        }
    }

    @media (max-width: 1199px) {

        .layout-menu.menu-vertical.menu.bg-menu-theme {
            overflow-y: auto;
            overflow-x: hidden;
        }


        .navbar-search-wrapper {
            width: 400px;
        }

        .app-brand-link > span {
            width: 40px;
        }


        .menu .app-brand.venuesumo {
            padding-left: 92px !important;
        }


        .app-brand-link > span.app-brand-text.fw-bolder {
            font-weight: 700 !important;
            font-size: 1.15rem !important;
        }

        .layout-menu-toggle.navbar-nav .navbar-search-wrapper {
            width: auto;
            background: none !important;
        }

        .bg-navbar-theme .layout-menu-toggle.navbar-nav > .nav-item > .nav-link {
            color: #1a85f8;
        }

        .layout-menu-collapsed .menu-inner > .menu-item > .menu-link {
            width: 90%;
        }

            .layout-menu-collapsed .menu-inner > .menu-item > .menu-link > div {
                font-size: 0.85rem !important;
            }

        .layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
            text-align: left !important;
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
            /*display:flex;
        justify-content: start;*/
        }

        .layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-sub .menu-item .menu-link {
            padding-left: 2.15rem !important;
        }

        .layout-menu .menu-sub {
            display: none;
        }

        .layout-menu .menu-item.open .menu-sub {
            display: block;
        }





        .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
            display: none;
        }

        .menu-sub > .menu-item.active {
            position: relative;
        }

            .menu-sub > .menu-item.active:after {
                position: absolute;
                display: block;
                content: " ";
                height: 8px;
                width: 8px;
                border-radius: 50%;
                color: #1a85f8;
                background: #1a85f8;
                right: 28px;
                top: 12px;
            }



        .menu-vertical .menu-item .menu-link {
            font-size: 1rem !important;
        }

        .menu-vertical .menu-sub .menu-link {
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            font-size: 0.8rem !important;
        }

        .layout-menu-collapsed .menu-inner > .menu-item > .menu-link > .menu-icon {
            display: inline-block !important;
            width: 28px !important;
            float: left;
            margin-top: 3px !important;
        }

        .layout-menu-collapsed .menu-inner > .menu-item > .menu-link > div {
            display: inline-block !important;
        }


        .bg-menu-theme .menu-item.active .menu-sub .menu-link {
            background: none;
            font-weight: 400;
        }

        .vs-caption {
            padding-left: 3.05rem !important;
        }

            .vs-caption.py-3 {
                padding-top: 0.725rem !important;
                padding-bottom: 0 !important;
            }

            .vs-caption span {
                text-transform: uppercase;
                border-bottom: 1px solid rgba(255,255,255,0.5);
                font-weight: 600;
                display: block;
                padding-bottom: 5px;
                font-size: 0.625rem;
                letter-spacing: 0.125rem;
            }
    }


    @media (max-width: 1100px) {
        .authentication-wrapper .p-5 {
            padding: 1rem !important;
        }

        .authentication-wrapper .app-brand {
            top: 2rem;
            left: 2rem !important;
        }
    }


    @media (max-width: 991px) {

        body.venuesumo-login.pos {
            background-size: 180%;
        }

        .vs-heading {
            font-size: 2.5rem;
        }

        .app-auth-wrapper {
            margin-top: 60px;
        }

        .authentication-wrapper .app-brand {
        }

        .authentication-wrapper.authentication-cover .authentication-inner {
            width: 90vw;
            height: auto;
            min-height: auto;
            border-radius: 20px;
        }


        .authentication-wrapper .validity-summary-container {
            position: relative;
            width: auto;
        }

        .light-style body.venuesumo-dark-bg .authentication-wrapper .authentication-bg {
            background-color: #04052E;
        }

        .light-style body.venuesumo-dark-bg.pos .authentication-wrapper .authentication-bg {
            background-color: #FFC300;
        }





        .light-style body.venuesumo-dark-bg .authentication-wrapper .authentication-bg > .w-100 {
            background: #fff;
            padding: 3.5rem 4rem 2rem;
            border-radius: 12px;
        }
    }


    @media (max-width: 767px) {

        .btn-shortcut-item .bx {
            font-size: 2rem;
        }

        .nn-quicklinks .dropdown-header, .nn-quicklinks h5, .nn-quicklinks .h5, .nn-quicklinks h6, .nn-quicklinks .h6 {
            font-size: 1rem;
            line-height: 1.4;
        }

        .nn-quicklinks div {
            line-height: 1.2;
        }

        .light-style .title-select .position-relative {
        }


        body.venuesumo-login.pos {
            background-size: 250%;
        }

        .navbar-search-wrapper {
            width: auto;
        }
    }



    @media (max-width: 576px) {

        #dashboardDatesButtons .btn {
            padding-left: 0;
            padding-right: 0;
        }

        .light-style body.venuesumo-dark-bg .authentication-wrapper .authentication-bg > .w-100 {
            padding: 1.85rem 1.85rem 1rem;
        }
    }


    /*.sticky-wrapper.is-sticky {
        padding: 1rem;
    }*/
    .sticky-wrapper.is-sticky .sticky-page-title {
        max-width: 1354px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-top: 1rem;
        border: 1px solid #1a85f8;
        border-radius: 0.5rem;
        z-index: 2000 !important;
        background: #eff5fd;
    }

    .sticky-wrapper .sticky-element {
        background: #fafafc;
    }

    .sticky-wrapper.is-sticky .sticky-element {
        background: #fafafc;
        box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    }

    .image-background-container {
        width: 100%;
        display: table;
    }

    .profile-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .profile-background {
        background: rgba(50, 71, 92, 0.04);
        width: 100%;
        border-radius: 0.375rem;
        display: grid;
        align-items: center;
        text-align: center;
    }

    .profile-background {
        border: 1px solid #ccc;
        padding: 10px;
        transition: background-color 0.3s ease;
        min-height: 290px;
    }

        .profile-background:hover {
            background-color: #f0f0f0;
            cursor: pointer;
        }

        .profile-background .upload-photo-button {
            text-decoration: none;
            text-align: center;
            display: grid;
        }

    .image-background {
        background-image: -moz-linear-gradient(45deg, #e0e0e0 25%, transparent 25%), -moz-linear-gradient(-45deg, #e0e0e0 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #e0e0e0 75%), -moz-linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #e0e0e0), color-stop(.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #e0e0e0), color-stop(.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #e0e0e0)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #e0e0e0));
        -moz-background-size: 6px 6px;
        background-size: 6px 6px;
        -webkit-background-size: 6px 6px; /* override value for shitty webkit */

        background-position: 0 0, 3px 0, 3px -3px, 0px 3px;
    }

        .image-background.padded {
            position: relative;
            display: table-cell;
            text-align: center;
            width: 100%;
            vertical-align: middle;
            padding: 30px;
        }





        .image-background div.buttons {
            position: absolute;
            top: 5px;
            right: 5px;
        }

        .image-background img {
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
        }


    .table th {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
        position: relative;
    }

    table th.member-check {
        width: 20px;
    }

    .table th:not(:first-child):not(.actions):not(.no-separator):after {
        content: "|";
        position: absolute;
        left: -2px;
        color: rgba(50, 71, 92, 0.12);
    }


    .table.edit-mode > :not(caption) > * > * {
        padding: 0.325rem;
    }

    .table-sort i {
        float: right;
        margin-top: 0.325rem;
    }

    .indent {
        padding-left: 0.5rem;
    }

    td.price, th.price, th.text-right {
        text-align: right;
    }

    input.form-control.poolitem {
        width: 90px;
        text-align: center;
        margin: 0 auto;
    }

    th.qty, td.qty td.label.qty {
        text-align: center;
    }

    .row.search {
        padding-top: 0rem;
    }


    .light-style .swal2-popup .swal2-title {
        /*font-size: 1.75rem !important;*/
        font-weight: 500;
        color: #04052E !important;
    }

    .swal2-modal.swal2-popup .swal2-title {
        margin: 0.25rem auto 0 auto;
        font-size: 1.5em !important;
        line-height: 1.85em !important;
    }

    /*body {
    background: #eef5f9;
    background-color: rgba(67, 89, 113, 0.04) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {*/
    /*background-color: rgba(105, 108, 255, 0.16) !important;*/
    /*background-color: rgba(67, 89, 113, 0.04) !important;
}*/


    /*.bg-menu-theme .menu-text {
    color: #04052E;
}
.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
    color: #04052E;
}*/


    .menu-inner {
        overflow-y: auto;
    }

    .menu .app-brand.venuesumo {
        height: 64px;
        margin-top: 12px;
        margin-left: -8px;
    }

    .card-header-bg {
        background: #fafafc;
    }

    .border-lighter {
        border: 1px solid #f5f5f5;
    }


    .app-brand-logo.venuesumo svg, .app-brand-logo.venuesumo img {
        width: auto;
        height: 34px;
    }


    .app-brand-logo.login.venuesumo img {
        width: 100%;
        height: auto;
        display: block;
    }


    .app-brand-text.venuesumo {
        font-size: 1.6rem;
        letter-spacing: -0.2px;
        /*text-transform: lowercase;*/
    }

    /* ! For .layout-navbar-fixed added fix padding top to .layout-page */
    /* Detached navbar */
    .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
        padding-top: 76px !important;
    }
    /* Default navbar */
    .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
        padding-top: 64px !important;
    }

    .docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
    .docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
        padding-top: 62px !important;
    }

    /* Navbar page z-index issue solution */
    .content-wrapper .navbar {
        z-index: auto;
    }

    /*
* Content
******************************************************************************/

    .demo-blocks > * {
        display: block !important;
    }

    .demo-inline-spacing > * {
        margin: 1rem 0.375rem 0 0 !important;
    }

    /* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
    .demo-vertical-spacing > * {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    .demo-vertical-spacing.demo-only-element > :first-child {
        margin-top: 0 !important;
    }

    .demo-vertical-spacing-lg > * {
        margin-top: 1.875rem !important;
        margin-bottom: 0 !important;
    }

    .demo-vertical-spacing-lg.demo-only-element > :first-child {
        margin-top: 0 !important;
    }

    .demo-vertical-spacing-xl > * {
        margin-top: 5rem !important;
        margin-bottom: 0 !important;
    }

    .demo-vertical-spacing-xl.demo-only-element > :first-child {
        margin-top: 0 !important;
    }

    .rtl-only {
        display: none !important;
        text-align: left !important;
        direction: ltr !important;
    }

    [dir='rtl'] .rtl-only {
        display: block !important;
    }

    /*
* Layout demo
******************************************************************************/

    .layout-demo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1rem;
    }

    .layout-demo-placeholder img {
        width: 900px;
    }

    .layout-demo-info {
        text-align: center;
        margin-top: 1rem;
    }


    /*
    VenueSumo Overrides

*/
    .pagination-info {
        text-align: right;
    }

    td.actions .actions, th.actions .actions {
        float: right;
    }


    .form-group {
        margin-bottom: 1rem;
    }

    .search-buttons, .form-buttons {
        padding-top: 1.62rem !important;
    }

        .search-buttons.pt-0 {
            padding-top: 0 !important;
        }

.card-header.pt-0 {
    padding-top: 0 !important;
}


    @media (min-width: 992px) {
        .search-buttons.pt-lg-4 {
            padding-top: 1.62rem !important;
        }
    }

    a.btn.btn-primary, a.btn.btn-secondary {
        color: #fff;
    }

    .btn-fourth {
        --bs-btn-color: #11122d;
        --bs-btn-bg: #fdb528;
        --bs-btn-border-color: #fdb528;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #fdc048;
        --bs-btn-hover-border-color: #fdbc3e;
        --bs-btn-focus-shadow-rgb: 218, 157, 41;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #fdc453;
        --bs-btn-active-border-color: #fdbc3e;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        --bs-btn-disabled-color: #000;
        --bs-btn-disabled-bg: #fdb528;
        --bs-btn-disabled-border-color: #fdb528
    }


    a.fc-timeline-slot-cushion {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    }
    /*a.btn:not([href]) {
    color: #fff;
}

    a.btn:not([href]):hover {
        color: #fff;
    }


a.btn {color: #fff;}
*/

    .alert-secondary {
        --bs-alert-color: var(--bs-secondary-text-emphasis);
        --bs-alert-bg: #03C3EC1F;
        border: none;
    }


    .validity-summary-container {
        display: none;
    }


        .validity-summary-container .badge-center .fa, .alert .badge-center .fa {
            font-size: 1.15rem;
        }





    div.row .validity-summary-container {
        padding-bottom: 0;
    }

    .validity-summary-container div.error {
        margin: 0 20px;
    }

    #details .validity-summary-container div.error, .white-popup .validity-summary-container div.error {
        margin: 20px 0 0 0;
    }


    .validity-summary-container .alert {
        font-size: 0.875rem;
    }

        .validity-summary-container .alert .alert-title {
            font-size: 0.95rem;
            font-weight: 600;
            padding-top: 0.325rem;
        }

    .validity-summary-container .alert {
        padding-left: 0.675rem;
        padding-top: 0.675rem;
    }
    /*.validity-summary-container div.error p, div.error.small p {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 4px;
    color: #cd0a0a;
    margin-top: 10px;
}*/
    div.error ul {
        margin-left: 46px;
        line-height: 18px;
        margin-bottom: 8px;
    }

        div.error ul li {
            list-style-type: decimal;
            list-style-position: inside;
            background: none;
            padding-left: 0px;
            line-height: 16px;
        }


    .validity-summary-container div.error ul {
        margin-left: 72px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .validity-summary-container div.error.small ul {
        margin-left: 0;
    }


    .validity-summary-container div.error ul li {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .validity-erroneous, .validity-erroneous + .input-group-text, .validity-erroneous + .select2 .select2-selection {
        border-color: #FF3E1D !important;
    }





    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 640px;
        margin: 20px auto;
    }

    div.white-popup.modal {
        max-width: 350px;
        min-width: 280px;
        position: relative;
        display: block;
    }


    .white-popup.wide-popup {
        max-width: 900px;
    }


    div.white-popup.processing {
        max-width: 350px;
    }

    div.white-popup.scroll {
        height: 400px;
        overflow-y: scroll;
    }


    .mfp-ajax-holder div.white-popup.scroll {
        margin-top: 30px;
        padding-top: 0;
    }

    .mfp-ajax-holder div.white-popup {
        margin-bottom: -20px;
    }

    .mfp-ajax-holder .mfp-close {
        top: -6px;
        right: -5px;
    }


    div.confirm {
        padding: 20px 0 0 0;
        text-align: center;
        font-weight: bold;
    }

        div.confirm p {
            text-align: center;
        }

        div.confirm div.centre {
            position: relative;
            height: 40px;
            margin: 20px 25% 0 25%;
        }

            div.confirm div.centre.wide {
                margin: 20px 15% 0 15%;
            }


            div.confirm div.centre a.button.left {
                left: 0;
                position: absolute;
            }

            div.confirm div.centre a.button.right {
                position: absolute;
                left: auto;
                right: 0;
                float: none;
            }

    div#confirmPopup div.message {
        margin-bottom: 20px;
        margin-top: 5px;
        line-height: 20px;
    }

    div.processing img.loading {
        margin: 5px 0 15px 0;
    }
