html {
    overflow-x: hidden;
}

body {
    padding-top: 0px;
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

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

.flex-col {
    flex-direction: column;
}

.html-template {
    display: none;
}


.main-card {
    padding: 0.5rem;
    margin-top: 16px;
}

.ul-inside {
    list-style-position: inside;
}

.alert {
    margin-bottom: 16px;
}

.alert.alert-success {
    background-color: forestgreen;
}

.alert.alert-info {
    background-color: var(--scss-primary-color);
    color: #3d3d3d;
}

.content-body {
    padding-top: 158.4px;
    padding-bottom: 5rem;
    padding-right: 3.4375em;
}

.packages-nav__item {
    padding: 0;
}

.page-header .prev-page i {
    color: #363636;
}

.aandc.aandc-popup-modal .primary-secondary-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.aandc.aandc-popup-modal .primary-secondary-buttons>*:not(:last-child) {
    margin-bottom: 22px;
}

.select-wrapper.active span.caret,
.select-wrapper.active label.mdb-main-label {
    color: var(--scss-primary-color);
}

.btn--primary.btn--outline {
    border: 1px solid var(--scss-primary-color);
    color: var(--scss-primary-color);
    background-color: transparent;
}

.btn--primary.btn--outline-black-inner {
    border: 1px solid var(--scss-primary-color);
    color: black;
    background-color: transparent;
}

.btn--primary.btn--outline-black-inner>* {
    color: black;
    fill: black;
}


@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .content-body {
        padding-top: 133.188px;
        padding-bottom: 5rem;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .content-body {
        padding-top: 60.188px;
        padding-bottom: 5rem;
        padding-right: 0;
    }

    .aandc.page-header {
        padding: 26px 0 36px;
    }

    .packages-nav {
        margin-bottom: 20px;
    }
}


.packages-nav__title {
    white-space: nowrap;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.aandc h1 {
    font-weight: 500;
    font-size: 38px;
}

.aandc h2 {
    font-weight: 300;
    font-size: 30px;
}

.aandc h3 {
    font-weight: 500;
    font-size: 28px;
}

.aandc h4 {
    font-weight: 500;
    font-size: 20px;
}

.aandc p {
    font-weight: 300;
    font-size: 17px
}

.aandc .card__heading {
    font-weight: 500;
    font-size: 28px;
}

.aandc .btn--primary {
    font-weight: 500;
    font-size: 17px;
}

.aandc.modal .modal-content {
    padding: 1.5rem 2.5rem;
}

.aandc.modal .modal-header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.aandc.modal .modal-header .modal-title {
    font-weight: 500;
}

.aandc.modal .modal-body {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}

.aandc.modal .modal-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aandc.modal .modal-footer button {
    text-transform: uppercase;
}

.aandc.modal .modal-footer button.btn--secondary {
    text-decoration: underline;
}

.other-payment-gateway .payment-method .wrap {
    justify-content: center;
}


.timeslotItem {
    cursor: pointer;
}

.inventory-balance-item {
    display: flex;
    color: #646464;
    align-items: center;
    margin-bottom: 1rem;
}

.inventory-balance-item>.balance-remaining {
    margin-right: 1rem;
    padding: 8px;
    background-color: #F0F0F0;
    color: #646464;
    min-width: 50px;
    text-align: center;
}

.account-utilisation-item>hr {
    display: block;
}

.account-utilisation-item:last-of-type>hr {
    display: none;
}

.print-only {
    display: none;
}

@media print {
    .content-body {
        padding: 0px;
        padding-top: 0px !important;
    }

    .print-only {
        display: block;
    }

    .no-print {
        display: none !important;
    }

    .print-outline {
        border: grey solid 1px !important;
    }

    .print-readable * {
        color: black !important;
        background-color: white !important;
    }

    .box-module {
        border: grey solid 1px !important;
        box-shadow: none;
    }

    .box-module * {
        color: black !important;
        background-color: white !important;
    }

    .box-image-module {
        border: grey solid 1px !important;
        box-shadow: none;
    }

    .box-image-module * {
        color: black !important;
        background-color: white !important;
    }

    .box-image-module button {
        border: black solid 1px !important;
    }

    .box-image-module img {
        display: none;
    }

    .packages-nav ul li>* {
        border: black solid 1px !important;
    }

    .packages-nav ul li.packages-nav__active * {
        color: black !important;
        fill: black !important;
    }

    .packages-nav ul li:not(.packages-nav__active) * {
        color: grey !important;
        fill: grey !important;
    }
}


.calendarTabItem.date-selected {
    /*background: var(--scss-primary-color);*/
}

.calendarTabItem.date-selected>* {
    color: #fff;
}

.date-picker li {
    padding: 5px;
}

.summary-block.summary-active {
    z-index: 102;
}

.switch-selector {
    border: #D7D6D6 1px solid;
    border-radius: 100px;
    width: fit-content;
    padding: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: context-menu;
}


.switch-selector>.switch-selector-item {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    padding: 5px 20px;
    border-radius: 100px;
    text-align: center;
    white-space: wrap;
    width: 100%;
    height: 100%; /* Ensure the item has a height for vertical centering */
}

.switch-selector>.switch-selector-item.switch-selector-item-active {
    background-color: var(--scss-primary-color);
}

.select-wrapper .search-wrap .md-form input:focus {
    -webkit-box-shadow: 0 1px 0 0 var(--scss-primary-color) !important;
    box-shadow: 0 1px 0 0 var(--scss-primary-color) !important;
}

.time-picker ul li {
    width: 18%;
}

.dropdown .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--scss-primary-color);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aandc.nav.nav-tabs {
    border: none;
    font-size: 24px;
}

.aandc.nav.nav-tabs .nav-item {
    border: none;
    margin-right: 8px;
}

.aandc.nav.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border: none;
    background-color: #E6E6E6;
    padding: 20px 50px;
    font-weight: 500;
    color: #646464;

}

.aandc.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    color: #363636;
}

.aandc.nav.nav-tabs.orange-tabs {
    overflow: visible;
}

.aandc.nav.nav-tabs.orange-tabs .nav-item {
    border-radius: 60px;
    overflow: visible;
}

.aandc.nav.nav-tabs.orange-tabs .nav-item:not(:last-child) {
    margin-right: 8px;
}

.aandc.nav.nav-tabs.orange-tabs .nav-item .nav-link {
    border-radius: 60px;
    position: relative;
}

.aandc.nav.nav-tabs.orange-tabs .nav-item .nav-link.active {
    background: var(--scss-primary-color);
    color: #363636;
}

.aandc.nav.nav-tabs.orange-tabs .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--scss-primary-color);
}

/*.aandc.nav.nav-tabs.orange-tabs .nav-item .nav-link.active::after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f9a825;
}*/

.aandc.tab-content {
    background: #fff;
    padding: 35px 50px 40px;
    margin-bottom: 50px;
}

.header-menu {
    margin-top: 36px;
    align-content: center;
    justify-content: center;
}

.header-menu.aandc.nav.nav-tabs .nav-item {
    margin-right: 0px;
}

.header-menu.aandc.nav.nav-tabs .nav-item .nav-link.active {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .time-picker ul li {
        width: 23%;
    }
}

@media (max-width: 767px) {
    .time-picker ul li {
        width: 45%;
    }
}

.report-filter {}

.report-filter .report-col {
    display: flex;
    flex-direction: column;
}

.report-filter .report-col.filter-date .form-group {}

.switch-selector.md-form {
    max-width: none;
}

.anchor {
    position: absolute;
    transform: translateY(-50vh);
}

.grey-text {
    color: #646464;
}

.qty-item {
    display: flex;
    align-items: center;
}


.qty-item .qty-num-box {
    margin-right: 1rem;
    padding: 8px;
    background-color: #D7D7D7;
    color: #646464;
    min-width: 50px;
    text-align: center;
}

.qty-item .qty-des {
    color: #646464;
}

.select-wrapper span.caret.disabled {
    color: #fff;
}

.md-form input:disabled {
    color: rgb(170, 170, 170);
}

.ignore-md-form-margin .md-form {
    margin-top: auto;
    margin-bottom: auto;
}

.select-wrapper input.select-dropdown {
    height: 41px;
}


.md-form .form-control {
    margin-bottom: .94rem;
}

/*disabled input that is not type number*/
input:disabled:not([type="number"]) {
    color: #757575 !important;
}

.inventory-balance {
    display: flex;
    flex-direction: column;
}

.inventory-balance>.inventory-balance-msg {
    color: #AEAEAE;
}

.select-wrapper.md-form>ul li label {
    color: #646464;
}

ul.dropdown-content li:not(.select-toggle-all) .form-check-input[type="checkbox"]:checked+label:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}

ul.dropdown-content li.select-toggle-all .form-check-input[type="checkbox"]:checked+label:before {
    border-bottom-color: #646464;
    border-right-color: #646464;
}

ul.dropdown-content li.select-toggle-all label {
    transition: none;
}

ul.dropdown-content li.select-toggle-all:hover label {
    color: #ffffff;
}

ul.dropdown-content li.select-toggle-all:hover .form-check-input[type="checkbox"]:checked+label:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}

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

.collapsible-panel-header-arrow {
    cursor: pointer;
    transition: transform .3s;
}

.collapsible-panel-content {
    display: none;
}

small.form-text {
    color: #aeaeae;
    font-weight: 500;
    font-size: 14px;
}

.btn--outline.btn--danger {
    color: #E6002D;
    border-color: #E6002D;
}

.btn--small {
    padding: 9px 31px;
    font-size: 12px;
}

.legend-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.desktop-calendar-legend .legend-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.legend-item.legend-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.legend-item img {
    /*margin-right: 8.58px;*/
    margin-right: 1rem;
}

.legend-item .label-legend-item {
    font-weight: 500;
    font-size: 20px;
}

.legend-item .label-legend-item-list {
    display: flex;
    flex-direction: column;
}

.legend-item.legend-normal-timeslot img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.legend-item.legend-normal-timeslot .label-legend-item {
    color: #646464;
    font-weight: 400;
    font-size: 15px;
}

.time-picker-legend {
    font-weight: 400;
    font-size: 15px;
}

@media only screen and (min-width: 1200px) {
    .aandc.container {
        max-width: 1196px;
    }

    .mobile-view {
        display: none !important;
    }

    .tablet-view {
        display: none !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .packages-nav__item .icon {
        margin-left: 0px !important;
        margin-right: 15px !important;
    }

    .packages-nav .packages-nav__item {
        padding-left: 10px;
        padding-right: 10px;
    }


    .packages-nav ul li .packages-nav__item .packages-nav__title {
        margin-top: 26px;
        margin-bottom: 26px;
        font-size: 18px;
        font-weight: 500;
    }

    .packages-nav ul li .packages-nav__item svg {
        margin-right: 10px;
    }

    .packages-nav ul li .packages-nav__item img {
        margin-right: 10px;
    }

    .next-page {
        padding-top: 16px;
    }

    .next-page .next-btn {
        width: 100%;
    }

    .legend-item.legend-normal-timeslot .label-legend-item {
        font-weight: 500;
        font-size: 15px;
    }

    .time-picker-legend {
        font-weight: 500;
        font-size: 15px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .aandc.container {
        max-width: 708px;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: none !important;
    }

    .hide-tablet {
        display: none !important;
    }

    .packages-nav ul {
        display: flex;
        align-items: stretch;
        /* Default */
        justify-content: space-between;
        width: 100%;
    }

    .packages-nav li {
        display: block;
        list-style-type: none;
        flex-grow: 1;
    }

    .packages-nav li:not(.packages-nav__active) .packages-nav__item {
        padding: 0;
        width: 100%;
    }

    .packages-nav ul {
        overflow-x: visible !important;
        margin-bottom: 20px;
    }


    .packages-nav ul li .packages-nav__item {
        padding: 0px;
        height: auto;
    }

    .packages-nav ul li.packages-nav__active--last .packages-nav__item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .packages-nav ul li:first-of-type .packages-nav__item {
        padding-left: 16px;
    }

    .packages-nav ul li:last-of-type .packages-nav__item {
        padding-right: 16px;
    }

    .packages-nav ul li.packages-nav__active--last .packages-nav__item svg {
        margin-right: 10px;
    }

    .packages-nav ul li .packages-nav__item .packages-nav__title {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .packages-nav li:not(.packages-nav__current) .packages-nav__title {
        display: block;
        width: 0;
        visibility: hidden;
    }

    .packages-nav__active .packages-nav__active--last:not {
        width: 0;
        visibility: hidden;
    }

    .packages-nav li:last-child {
        padding-right: 0;
    }

    .legend-item.legend-normal-timeslot .label-legend-item {
        font-weight: 400;
        font-size: 14px;
    }

    .time-picker-legend {
        font-weight: 400;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-calendar {
        display: none;
    }

    .aandc.container {
        /*The width of the container is the 100% with 20px of space on the left and right side.*/
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .desktop-view {
        display: none !important;
    }

    .tablet-view {
        display: none !important;
    }

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

    .packages-nav ul {
        display: flex;
        align-items: stretch;
        /* Default */
        justify-content: space-between;
        width: 100%;
    }

    .packages-nav li {
        display: block;
        list-style-type: none;
        flex-grow: 1;
    }

    .packages-nav li:not(.packages-nav__active) .packages-nav__item {
        padding: 0;
        width: 100%;
    }

    .packages-nav ul {
        overflow-x: visible !important;
        margin-bottom: 20px;
    }


    .packages-nav ul li .packages-nav__item {
        padding: 0px;
        min-height: 40px;
        height: auto;
    }

    .packages-nav ul li.packages-nav__active--last .packages-nav__item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .packages-nav ul li:first-of-type .packages-nav__item {
        padding-left: 16px;
    }

    .packages-nav ul li:last-of-type .packages-nav__item {
        padding-right: 16px;
    }

    .packages-nav ul li.packages-nav__active--last .packages-nav__item svg {
        margin-right: 10px;
    }

    .packages-nav ul li .packages-nav__item .packages-nav__title {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .packages-nav li:not(.packages-nav__current) .packages-nav__title {
        display: block;
        width: 0;
        visibility: hidden;
    }

    .packages-nav__active .packages-nav__active--last:not {
        width: 0;
        visibility: hidden;
    }

    .packages-nav li:last-child {
        padding-right: 0;
    }

    .summary-block .summary__heading-mobile {
        padding: 16px;
    }

    .summary-block .summary__heading-mobile button {
        padding: 16px 26px;
    }


    .aandc.aandc-popup-modal .modal-content .modal-body {
        padding: 26px 20px;
    }

    .aandc.modal .modal-content {
        padding: 0;
    }

    .aandc.aandc-popup-modal .modal-content h1 {
        margin-bottom: 36px;
    }


    .aandc.aandc-popup-modal .modal-content ul li {
        margin-left: 2em;
        margin-bottom: 16px;
    }

    .aandc.aandc-popup-modal .modal-content .btn {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .aandc.aandc-popup-modal .btn--cancel {
        margin-top: 20px;
        margin-right: 0;
    }

    .legend-item.legend-normal-timeslot .label-legend-item {
        font-weight: 500;
        font-size: 14px;
    }

    .time-picker-legend {
        font-weight: 500;
        font-size: 14px;
    }
}

.header-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}

.header-print .logo svg .fillGroup path,
.header-print .logo svg .fillGroup polygon {
    fill: #1F1F1F !important;
}

.header-print .logo {
    width: 300px;
}

.btn--blackwhite {
    border: 1px solid black;
    color: black;
    background-color: white;
}

.btn--blackwhite:hover {
    color: white;
    background-color: black;
}

input::placeholder {
    color: #757575 !important;
}

.timeslotItem--red-triangle {
    position: relative;
}

.timeslotItem--red-triangle:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0.5em solid #E6002D;
    border-left: .5em solid transparent;
}

.modal .modal-btn-vertical {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 46px;
}

.modal .modal-btn-vertical>*:not(:last-child) {
    margin-bottom: 26px;
}

.modal .modal-btn-vertical .btn-modal-secondary {
    color: #646464;
    text-decoration: underline;
}

.modal .modal-btn-vertical .btn-modal-secondary:hover {
    text-decoration: underline;
}

.aandc.aandc-popup-modal .btn--cancel {
    margin-top: 10px;
    text-decoration: underline;
}

.profile-pic-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.page-title-circular-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.team-title-item {
    display: flex;
    align-items: center;
}

.team-title-item .team-title-item-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.team-title-item .team-title-item-details {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.team-title-item .team-title-item-details .team-title-item-details-title {
    font-weight: 500;
    font-size: 20px;
}

.white-bg-box {
    background: #fff;
    padding: 30px 50px 40px 50px;
    margin-bottom: 50px;
}

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

.profile-info-item .profile-info-item-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-info-item .profile-info-item-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #C4C4C4;
}

.profile-info-item .profile-info-item-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    margin-left: 15px;
}

.profile-info-item .profile-info-item-details>.profile-info-item-title {
    color: #363636;
    font-weight: 500;
    font-size: 20px;
}

.profile-info-item .profile-info-item-details>* {
    color: #AEAEAE;
    font-weight: 500;
    font-size: 15px;
}

.owner-title {
    width: fit-content;
    color: #363636;
    background-color: var(--scss-primary-color);
    font-weight: 500;
    font-size: 14px;
    padding: 4px 8px;
}

.right-border-line {
    border-right: #F0F0F0 solid 1px;
}

.grey-box {
    font-weight: 400;
    font-size: 17px;
    color: #646464;
    background-color: #F0F0F0;
    padding: 21px 19px;
}

.primary-box {
    display: inline;
    background-color: var(--scss-primary-color);
    color: #363636;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.qty-selector {
    display: flex;
    align-items: center;
}

.qty-selector * {
    color: #646464;
}

.qty-selector .number-input {
    border-bottom: 1px solid #6C6C6C;
}

.qty-selector .number-input input[type="number"] {
    background: none;
    font-size: inherit;
}

.summary-block .summary__heading-mobile .icon-up {
    transform: rotate(180deg);
}

.summary-block.summary-active .summary__heading-mobile .icon-up {
    /*Remove transform rotate*/
    transform: rotate(0deg);
}

.summary-block .summary__heading-mobile .btn--primary {
    padding: 13px 25px;
    font-weight: 500;
    font-size: 14px;
}

.time-picker ul li span {
    display: inline;
}

.time-picker ul li {
    justify-content: flex-start;
}

.time-picker ul li .time {
    font-weight: 500;
    font-size: 16px;
}

.time-picker ul li .dives-available-block {
    font-weight: 500;
    font-size: 14px;
}

.btn--outline-bw {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

.btn--outline-bw:focus {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

.btn--outline-bw:hover {
    background-color: #000;
    color: #fff;
}

/* No padding */
.no-padding {
    padding: 0 !important;
}

.calendarTabItem.calendarTabItem-empty:not(.date-selected) span {
    color: #AEAEAE;
}

/*triangle bullet point for ul that looks like this svg <svg width="13" height="17" viewBox="0 0 13 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.002 8.75L0.00195313 17L0.00195312 0.5L12.002 8.75Z" fill="#FFB400"/>
</svg> */
ul.triangle-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.triangle-bullet li {
    position: relative;
    padding-left: 20px;
}

ul.triangle-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 13px solid var(--scss-primary-color);
}

/* Hide a li bullet */
ul.triangle-bullet li.hide-bullet::before {
    display: none;
}

.text-strikethrough {
    text-decoration: line-through;
}

.selected-item .selected-item__price {
    text-align: end;
    white-space: nowrap;
}


#contactFormWrap.emailNav input.emailInput::-webkit-input-placeholder {
    color: white !important;
}

/* WebKit, Blink, Edge */
#contactFormWrap.emailNav input.emailInput:-moz-placeholder {
    color: white !important;
}

/* Mozilla Firefox 4 to 18 */
#contactFormWrap.emailNav input.emailInput::-moz-placeholder {
    color: white !important;
}

/* Mozilla Firefox 19+ */
#contactFormWrap.emailNav input.emailInput:-ms-input-placeholder {
    color: white !important;
}

/* Internet Explorer 10-11 */
#contactFormWrap.emailNav input.emailInput::-ms-input-placeholder {
    color: white !important;
}

/* Microsoft Edge */


.grey-voucher-box {
    background-color: #646464;
    color: #fff;
    font-size: 38px;
    padding: 14px;
    width: fit-content;
}


ul.pagination li.page-item.active .page-link {
    background-color: var(--scss-primary-color);
}

ul.pagination li.page-item.active .page-link:hover {
    background-color: var(--scss-primary-color);
}

.md-number-input.number-input.underline-number-input input[type=number] {
    background-color: transparent;
}

.number-input.md-number-input.underline-number-input {
    border-bottom: #6C6C6C 1px solid;
}

.fullscreen-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: white;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #EBEAE7;
}

.banner-text {
    font-size: 20px;
}

.close-button {
    font-size: 20px;
    cursor: pointer;
}

.popup-content {
    /* Add styles for your popup content here */
}

.btn--underline {
    background: none;
    border: none;
    color: #646464;
    text-decoration: underline;
    cursor: pointer;
}


.btn--reduce-padding {
    padding: 14px 29px;
    display: inline-flex; /* Allows the use of flexbox properties */
    align-items: center; /* Vertically centers the text */
    justify-content: center; /* Horizontally centers the text */
}
.stacked-members-list {
    display: flex;
    align-items: center;
    justify-content: left;
}

.member-item {
    display: flex;
    align-items: center;
}

.stacked-members-list .stacked-members-item:not(:first-child) {
    margin-left: -20px;
}

.member-item .member-item-name {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
}

.member-item-img {
    width: 38px;
    height: 38px;
    background-color: #D7D7D7;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    object-fit: cover;
}

.btn--danger {
    background: #ff3547;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    padding: 18px 45px;
}

.btn--danger:hover {
    background: #ff4f5e;
    color: #fff;
}

.scrollable-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    flex-wrap: nowrap;

    align-content: stretch;
    justify-content: flex-start;
}

.scrollable-tabs .nav-item {
    min-width: fit-content;
}


.orange-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    text-align: center;
}

.modal-body ul {
    list-style-position: inside;
}

.modal .modal-body a.btn-cancel {
    margin-top: 1rem;
    color: black;
    text-decoration: underline;
}

.summary-block .summary__heading-mobile button:not(:last-child) {
    margin-right: 10px; /* Adds space between buttons, except the last one */
}