@import url('../themes/themes.css');
@import url('../themes/theme-switcher.css');

:root {
    --mud-palette-primary: #397EB9!important;
}

.dxbl-tabs {
    --dxbl-tabs-tab-selected-color: #3185c8;
}

.dxbl-grid-selected-row {
    --dxbl-grid-selection-bg: var(--bs-primary);
    --dxbl-grid-selection-color: white;
}

.fa-16px {
    font-size: 16px;
}

.max-fit-width {
    max-width: fit-content !important;
}

.dxbl-text-edit.invalid .dxbl-edit-validation-status {
    padding: 7px;
    padding-left: 0;
}

.button-size {
    width: 28px;
    height: 28px;
}

.button-icon-color {
    color: var(--dxbl-text-edit-btn-hover-image-color, var(--dxbl-image-color, currentcolor));
    opacity: var(--dxbl-text-edit-btn-hover-image-color, var(--dxbl-image-color, 70%));
}

.invisible-button {
    position: absolute !important;
}

.invisible-button,
.invisible-button-2 {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    z-index: 0; /* Ensure it appears above other elements */
    all: unset; /* Reset all default styles */
    display: block; /* Makes the button block-level for proper alignment */
    white-space: nowrap; /* Prevents text from breaking into multiple lines */
    overflow-wrap: normal; /* Prevents breaking mid-word */
    padding-left: 5px; /* Add padding-left of 5px */
    text-align: left !important; /* Center the text */
}

.about-card-icon {
    position: relative;
    left: 50%;
    font-size: 40px;
}

.dxbl-toolbar-item {
    outline: none !important;
}

.login-button {
    width: 150px;
    height: 150px;
    font-size: 60px !important;
    border-radius: 12px !important;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.4) !important;
    border: none;
}

.centered-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* or any height you need */
    width: 100%; /* or any width you need */
    margin-top: -50px;
}

.dxbl-menu-item-tmpl {
    width: 100%;
}

.max-fit-width-height {
    width: max-content !important;
    height: fit-content !important;
    border: none !important;
}

.dxbl-modal > .dxbl-modal-root {
    overflow: hidden;
}

.circle-button {
    border-radius: 50% !important;
    width: 22px;
}

.no-text-decoration {
    text-decoration: none;
}

.dxbl-toast-portal.dxbl-toast-align-top {
    top: 60px;
}

.dxbl-btn:not(.dxbl-disabled):not(:disabled):focus-visible, .dxbl-btn:not(.dxbl-disabled):not(:disabled).dxbl-focused {
    box-shadow: none !important;
    outline: 0;
}

.absolute-left {
    left: 0;
    position: absolute;
}

.mt-minus-1 {
    margin-top: -1px;
}

.search-button {
    right: 0px;
    top: 0px;
    pointer-events: auto;
    z-index: 3;
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
}

.lamp-odata-result-grid thead {
    display: none;
}

.lamp-odata-result-grid tbody tr {
    border: none;
    cursor: pointer;
}

.lamp-odata-result-grid .dxbl-grid-table tbody tr td {
    border-width: 0px !important;
}

.lamp-odata-result-grid tbody tr:hover:not(dxbl-grid-selected-row) {
    position: relative;
    background-color: var(--bs-gray-200, unset);
}

.lamp-odata-result-grid .dxbl-grid-selected-row {
    position: relative;
    background-color: var(--bs-primary, unset) !important;
    color: var(--bs-white);
}

.width-29 {
    width: 29px;
}

.icon-size {
    height: 16px;
    width: 16px;
}

.event-pricing-accordion {
    overflow-y: auto;
    height: calc((var(--vh, 1vh) * 100) - 336px);
}

.flex-grow-1 {
    flex-grow: 1;
}

.default-dx-grid-style {
    height: calc((var(--vh, 1vh) * 100) - 205px) !important;
}

.percent-100-height {
    max-height: 100% !important;
}

.dxbl-modal-body {
    max-height: calc((var(--vh, 1vh) * 100) - 100px);
    overflow-y: auto;
}

.dxbl-xs-s-modal-width {
    width: calc((var(--vw, 1vw) * 100) - 72px) !important;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden !important;
    scroll-padding-bottom: 325px !important;
}

.toolbar-button-icon-template {
    margin: 3px -7px 3px -7px;
}

.toolbar-badge-button-position {
    position: absolute;
    top: -25%;
    right: -25%;
}

body {
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100));
    width: 100vw; /* Fallback for browsers that do not support Custom Properties */
    width: calc((var(--vw, 1vw) * 100))
}

.rounded-border > .dxbl-group-header.dxbl-accordion-group-header {
    /*border-radius: 50px !important;*/
    height: 30px;
}

.dxbl-text-edit.valid.modified {
    --dxbl-text-edit-border-width: 2px;
    box-shadow: 0 0 4pt -0.5pt #397eb9;
}

.dxbl-text-edit.invalid {
    --dxbl-text-edit-border-width: 2px;
    box-shadow: 0 0 4pt -0.5pt red;
}

.dxbl-tabs-item.dxbl-active {
    background-color: #f9f9f9 !important;
    color: white !important;
    border: none !important;
}

.dxbl-toolbar-dropdown {
    --dxbl-toolbar-dropdown-modal-max-width: 90vw !important;
}

.dxbl-toolbar-dropdown-item-list {
    height: 90%;
}

.height-calc-100 {
    height: calc(50vh - 80px);
}

.dxbs-uc .dxuc-button-container {
    height: 2rem !important;
}

.dxuc-file-view {
    display: none !important;
}

.validation-message {
    color: red;
}

.dxbl-grid .dxbl-grid-table > thead > tr:last-child > th, .dxbl-grid .dxbl-grid-table > thead > tr:last-child > td {
    text-align: center;
}

.hover-search > .dxbl-row > .dxbl-col > .expanded {
    box-shadow: 5px 5px 30px rgb(0 0 0 / 80%);
}

.dxbl-modal-content {
    border-radius: inherit;
}

loading-popup-body > .dxbl-modal-content {
    background-color: #00000000 !important;
    border: none !important;
    box-shadow: none !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-35 {
    margin-left: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.light-purple-bg {
    background-color: #e5e1f1;
}

.hover-search {
    max-width: 78vw;
    margin: 8px;
    z-index: 1000;
    position: absolute;
}

.wh-32px {
    width: 32px;
    height: 32px;
}

.mr-5 {
    margin-right: 5px;
}

.container-relative {
    width: 150px;
    height: 150px;
    /* PRESENTATIONAL PURPOSES */
    position: relative;
    margin-top: calc(50vh - 150px);
    margin-left: calc(50% - 75px);
    /**/
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    box-shadow: 0 0 8px #eee;
}

.display-unset {
    display: unset !important;
    padding-left: 45px !important;
}

.pr-40 {
    padding-right: 37px;
}

.pl-0 {
    padding-left: 0;
}

.blazored-toast-container {
    z-index: 15000 !important;
}

.vh-570 {
    height: calc(100vh - 570px);
    margin-top: 20px;
}

.vh-430 {
    height: calc(100vh - 430px);
    margin-top: 20px;
}

.vh-220 {
    height: calc(100vh - 220px);
}

.vh-600 {
    height: calc(100vh - 600px);
}

.vh-550 {
    height: calc(50vh - 60px);
}

.vh-310 {
    height: calc((var(--vh, 1vh) * 100) - 251px);
}

.vh-80 {
    height: calc(100vh - 200px);
}

.ch-520 {
    height: calc(100vh - 537px);
}

.plr-4 {
    padding: 0 1.5em !important;
}

.pr-10px {
    padding-right: 10px;
}

.dx-footer-build-menu-shadow {
    box-shadow: 20px -15px 50px rgb(0 0 0 / 15%);
}

.dx-header-menu-shadow {
    box-shadow: none;
}

.nav-menu-highlight {
    background-color: var(--bs-primary);
    color: white !important;
}

.dxbl-tabs {
    border-bottom: hidden !important;
}

.vh-30 {
    height: 34vh;
}

.user-profile-image-small {
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.user-profile-image-large {
    width: 125px;
    border-radius: 50%;
}

.nav-sub-menu-highlight {
    background-color: var(--bs-light);
}

.icon-logo {
    display: flex;
    height: 35px;
    width: 150px;
    background-color: currentColor;
    background: url("../../images/logo.png") no-repeat;
}

.line-height-0-7 {
    line-height: 0.7;
}

.dashboard-row-height {
    height: 36px;
}

.dxbl-toolbar.dxbl-toolbar-adaptive {
    border-top: solid #ccc 1px;
}

.new-palered-small-oblique > td {
    background-color: lightcoral;
    font-style: oblique;
    font-size: small;
}

.new-palegreen-small-oblique > td {
    background-color: palegreen;
    font-style: oblique;
    font-size: small;
}

.inactive-grey-small-oblique > td {
    background-color: lightgray;
    font-style: oblique;
    font-size: small;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
    color: black;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* RED */
.w3-border-red {
    border-color: #FF8A8A !important;
}

.w3-pale-red {
    color: #000 !important;
    background-color: #FF8A8A2F !important;
}

.w3-leftbar-red {
    border-left: 6px solid #FF8A8A !important;
    padding: 1em
}

/* BLUE */
.w3-border-blue {
    border-color: #2196F3 !important;
}

.w3-pale-blue {
    color: #000 !important;
    background-color: #ddffff !important;
}

.w3-leftbar-blue {
    border-left: 6px solid #2196F3 !important;
    padding: 1em
}

/* GREEN */
.w3-border-green {
    border-color: #01902c !important;
}

.w3-pale-green {
    color: #000 !important;
    background-color: #00A3002A !important;
}

.w3-leftbar-green {
    border-left: 6px solid #01902c !important;
    padding: 1em
}

.tb-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.tab-valid {
    color: #26b050 !important;
}

.dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).tab-valid:after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #26b050;
    height: 3px;
    margin-bottom: -1px;
    bottom: 0;
    left: -1px;
    right: -1px;
}

.tab-invalid {
    color: red !important;
}

.dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).tab-invalid:after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: red;
    height: 3px;
    margin-bottom: -1px;
    bottom: 0;
    left: -1px;
    right: -1px;
}

.valid[type=radio] {
    margin: 7px;
}

.invalid[type=radio] {
    margin: 7px;
}

/*.dxbl-fl-ctrl {
    margin-left: 2px;
    padding-right: 4px;
}*/
.dxbl-fl-ctrl:has(.modified.valid[type=radio]) {
    outline: 2px solid #26b050;
    box-shadow: 0 0 4pt -0.5pt #26b050;
}

.dxbl-fl-ctrl:has(.modified.invalid[type=radio]) {
    outline: 2px solid red;
    box-shadow: 0 0 4pt -0.5pt red;
}

.event-details-tab {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc((var(--vh, 1vh) * 100) - 221px);
}

.invalid-group {
    border-color: red;
    box-shadow: 0 0 4pt -0.5pt red;
}

/*.theme-border-button {
    border-right: lightgray;
    border-right-style: solid;
    border-right-width: 1px!important;
}*/
.toolbar-btn-height {
    height: 27.97px;
}

/*.dxbl-fl-ctrl:has(.modified.invalid) {
    outline: 2px solid red;
    box-shadow: 0 0 3pt 1pt red;
    --dxbl-text-edit-border-width: 0px;
}

.dxbl-fl-ctrl:has(.modified.valid) {
    outline: 1px solid #26b050;
    box-shadow: 0 0 3pt 1pt #26b050;
    --dxbl-text-edit-border-width: 0px;
}*/
.inline-block-cc-width {
    display: inline-flex !important;
    width: calc(100% - 50px);
}

.inline-block {
    display: inline-block !important;
}

.v-100 {
    height: calc((var(--vh, 1vh) * 100) - 100px);
    width: calc((var(--vw, 1vw) * 100) - 100px);
}

.fit-to-content {
    width: fit-content;
    height: fit-content;
}

.dxbl-checkbox.dxbl-checkbox-switch.dxbl-checkbox-checked .dxbl-checkbox-check-element {
    background-color: #4ad660 !important;
}

.generate-quote-layout {
    position: absolute;
    margin-top: -5px !important;
}

.generate-quote-button {
    position: relative;
    z-index: 5000;
}

.dxbl-checkbox.valid.modified:not([type=checkbox]).dxbl-checkbox-switch.dxbl-checkbox-unchecked .dxbl-checkbox-check-element {
    background-color: var(--dxbl-checkbox-switch-unchecked-bg, #000);
    opacity: var(--dxbl-checkbox-switch-unchecked-bg, 50%);
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item {
    padding: 1rem 0.5rem !important;
}


.dxbl-menu.dxbl-menu-horizontal {
    width: 100% !important;
}

.header-item {
    max-height: 85px;
}

.footer {
    padding: 5px !important;
    height: -webkit-fill-available;
}

.dxbl-menu > .dxbl-menu-bar > .dxbl-menu-item-list > .Active > .dxbl-menu-item > .dxbl-btn ::after {
    content: "";
    opacity: 0;
    transition: var(--transition);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 6px solid var(--dark);
    position: absolute;
    top: 90%;
    left: calc(40%);
    opacity: 1
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn > svg.dxbl-image {
    display: none !important;
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item.dxbl-menu-item-pos-end .dxbl-btn {
    border: 0px !important;
}

.dxbl-text-edit .dxbl-text-edit-input {
    background-color: #f9f9f9;
    width: 100%;
}

.dxbl-menu-item-tmpl > a {
    color: var(--dark);
    text-decoration: none;
    display: block;
    padding: 1rem;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: .85rem;
    opacity: .75;
}

.card-text a {
    cursor: pointer;
    color: var(--secondary)!important;
}

.mobile-menu-hover:hover {
    background-color: rgba(0, 0, 0, 0.07);
    margin-right: 0 !important;
}

.dxbl-menu > .dxbl-menu-bar > .dxbl-menu-item-list > .Active > .dxbl-menu-item > .dxbl-menu-item-tmpl > a,
.dxbl-menu-item-tmpl :hover {
    color: #111 !important;
    opacity: 1 !important;
}

.dxbl-menu > .dxbl-menu-bar > .dxbl-menu-item-list > .Active > .dxbl-menu-item > .dxbl-menu-item-tmpl > a::after,
.dxbl-menu > .dxbl-menu-bar > .dxbl-menu-item-list > .Inactive > .dxbl-menu-item > .dxbl-menu-item-tmpl :hover::after {
    content: "\25BC";
    opacity: 0;
    transition: var(--transition);
    position: absolute;
    top: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 8pt;
    text-align: center;
    opacity: 1;
    cursor: pointer;
}

.disabled {
    pointer-events: none; /* Prevent interaction */
    opacity: 0.5; /* Visual cue */
    cursor: not-allowed; /* Cursor feedback */
    background-color: #f0f0f0; /* Optional: gray background */
    color: #aaa; /* Optional: gray text */
}

.contacts .dxbl-fl-ctrl.dxbl-fl-ctrl-nc {
    display: inline-table!important;
}

.dxbl-fl .dxbl-fl-item > .dxbl-fl-ctrl:not(img) {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.edit-profile-form .dxbl-fl .dxbl-fl-item > .dxbl-fl-ctrl:not(img) {
    flex-direction: column;
}

.dxbl-grid-expand-button-cell {
    color: white !important;
}

.form-group {
    margin: 5px 0 5px 0;
}

.ll-form-inline label {
    flex: 0 !important;
}

.dxbl-image.dxbl-menu-hamburger {
    height: 25px;
}

.dxbl-sm .dxbl-text-edit, .dxbl-text-edit-input, dxbl-btn-group-right {
    background: #f9f9f9 !important;
}

.dxbl-grid-header {
    background: #000 !important;
    color: #fff !important;
    text-align: left !important;
}

.dxbl-grid-header-row, .dxbl-grid-table > tbody {
    border: none !important;
}

.dxbl-context-menu-item-text {
    transition: var(--transition);
}

.dxbl-text-edit .dxbl-text-edit-input:focus {
    border-color: var(--dark) !important;
}

.dx-tab-selected {
    background-color: #ffffff !important;
    border-bottom: none !important;
}

.dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist {
    border-bottom: none !important;
    background-color: #f9f9f9;
}

.dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > .dxbl-scroll-viewer, .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist > ul {
    width: fit-content;
    margin: auto;
}

@media (min-width: 992px) {
    .ll-form .dxbl-col-lg-6 {
        width: 49%;
    }

    .map-item {
        width: 32%;
        margin-left: 10px;
    }

    /*.ll-form .form-group {
        margin-left: 0px;
        margin-right: 10px;
    }*/
    /*.search-box .dxbl-text-edit .dxbl-text-edit-input {
        width: 100%;
        margin: 8px 8px 8px 0;
        padding: 0 7px;
    }*/
    .book-confirm .checkbox-group {
        margin-left: 120px;
    }
}

.book-steps {
    margin: 0px !important;
    padding: 0px !important;
    background: #f9f9f9
}

.book-steps ol {
    margin: 10px auto;
    padding: 0;
    list-style: none
}

.book-steps ol li {
    min-width: calc((50vw / 4) + 110px);
}

.book {
}

.book-confirm .dxbl-fl-item .form-group > .dxbl-fl-ctrl:not(img), .book .dxbl-fl-item > .dxbl-fl-ctrl:not(img) {
    display: contents !important;
}

.dxbl-fl-item .toggle-header > .dxbl-fl-ctrl:not(img) {
    display: flex !important;
    justify-content: space-between;
}

.dxbl-fl-item .form-actions > .dxbl-fl-ctrl:not(img) {
    display: flex !important;
}

.cursor-pointer {
    cursor: pointer;
}

/*.www-header-flex {
    flex: 120px 0 0 !important;
}*/

.book-steps ol {
    margin: .5rem;
}

a:not([href]):not([class]) {
    color: var(--bs-primary);
}

a:not([href]):not([class]):hover {
    color: var(--dark) !important;
}

ol li a:not([href]):not([class]) {
    color: unset;
}

.dxbl-fl-item .form-group > .dxbl-fl-ctrl:not(img) {
    display: contents !important;
}

.location-list .tablinks {
    color: var(--form-text);
    font-weight: 600;
    font-size: .75rem;
    letter-spacing: -0.2px;
    text-decoration: none;
    padding: 3px 8px !important;
    border-right: 1px solid var(--light-gray) !important;
    display: inline-block;
}

.location-list .tablinks.notes-button {
    border-right: none !important;
    border-right-width: 0px !important;
    border-right-style: none !important
}

.location-list .tablinks.active {
    background: var(--dark) !important;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .15);
}

.location-list .dxbl-text-edit .dxbl-text-edit-input {
    padding: 7px 10px 7px 35px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    min-height: 40px;
}

.location-item .flex {
    flex-wrap: wrap;
}

.dxbl-edit-btn-dropdown {
    background-color: #f9f9f9 !important;
}

.location-input .dxbl-edit-btn-dropdown {
    background-color: white !important;
}

.dxbl-text-edit > .dxbl-btn-group.dxbl-btn-group-right > .dxbl-btn {
    border-left: 0px;
}

.dxbl-modal-body .dxbl-row {
    margin-left: 0px !important;
    --dxbl-row-item-spacing-x: 0px;
    --dxbl-row-item-spacing-y: 0px;
}

.dxbl-spin-btn-dec, .dxbl-spin-btn-inc {
    background: #f9f9f9 !important;
    border-left: none !important;
}

.btn-toggle-group .dxbl-checkbox-radio {
    background: var(--light);
    border: 1px solid rgba(0, 0, 0, .1);
    color: var(--form-text);
    margin: 0 0 auto;
    width: 80px;
    display: block;
}

.btn-toggle-group .dxbl-checkbox-checked {
    background: var(--dark);
    color: #fff !important;
    border-color: var(--dark);
}

.btn-toggle-group .dxbl-checkbox-checked .dxbl-text {
    color: #fff !important;
    display: block;
    text-align: center;
    padding-left: 0;
}

.btn-toggle-group .dxbl-checkbox-unchecked .dxbl-text {
    color: #000 !important;
    display: block;
    text-align: center;
    padding-left: 0;
    cursor: pointer;
}

button.btn-theme.www-book-btn.bottom-bar-button:disabled {
    background-color: darkgrey !important;
    color: white !important;
    cursor: default;
}

.btn-toggle-group .dxbl-checkbox-unchecked .dxbl-text:hover {
    background-color: lightgrey;
}

.btn-toggle-group .dxbl-checkbox-check-element {
    display: none;
}

.dxbl-checkbox-radio:first-of-type {
    border-radius: 4px 0 0 4px;
}

.dxTextbox.dxbl-disabled > input[type=text] {
    background-color: var(--bkg) !important;
}

.form-inline-center {
    display: inline-flex;
    align-items: center;
    width: -webkit-fill-available
}

.dxTextbox {
    margin: 8px 8px 8px 8px !important;
    padding: 0 7px !important;
    height: 35px !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.dxTextbox > input[type=text] {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    height: auto !important;
    background-color: #fff !important;
}

.dxbl-text-edit {
    flex: 1;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.dxbl-text-edit > input[type=text] {
    background-color: #fff !important;
}

/* 
    dxbl-text-edit-padding classes duplicate the dxbl-text-edit classes due to ComboBox DropDown not resizing workaround
    See WhoWhereWhen.razor Passenger combobox for more details
*/
.dxbl-text-edit-padding {
    --dxbl-text-edit-padding-x: 0.375rem;
    --dxbl-text-edit-padding-y: 0.25003125rem;
    --dxbl-text-edit-border-radius: 0.1875rem;
    --dxbl-text-edit-font-size: 0.875rem;
    --dxbl-text-edit-line-height: 1.4285;
    --dxbl-text-edit-bg: #fff;
    --dxbl-text-edit-color: #212529;
    --dxbl-text-edit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    --dxbl-text-edit-focus-shadow-spread: 0.125rem;
    --dxbl-text-edit-focus-shadow-blur: 0rem;
    --dxbl-text-edit-focus-border-color: #98c2e4;
    --dxbl-text-edit-focus-shadow-color: rgb(118, 118, 118);
    flex: 1;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    box-shadow: var(--dxbl-text-edit-box-shadow);
    color: var(--dxbl-text-edit-color);
    font-size: var(--dxbl-text-edit-font-size);
    line-height: var(--dxbl-text-edit-line-height);
    border-radius: var(--dxbl-text-edit-border-radius);
    display: flex;
    align-items: stretch;
    padding: 0;
    position: relative;
    z-index: 0;
}

.dxbl-text-edit-padding > input[type=text] {
    color: inherit;
    -webkit-box-flex: 1;
    font-size: inherit;
    line-height: inherit;
    box-shadow: none;
    border-image: initial;
    border-radius: var(--dxbl-text-edit-border-radius);
    padding: var(--dxbl-text-edit-padding-y) var(--dxbl-text-edit-padding-x);
    outline: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    background: #fff !important;
}

.dxbl-text-edit-padding:focus-within, .dxbl-text-edit.dxbl-focused {
    border-color: var(--dxbl-text-edit-focus-border-color);
    box-shadow: var(--dxbl-text-edit-box-shadow), 0 0 var(--dxbl-text-edit-focus-shadow-blur) var(--dxbl-text-edit-focus-shadow-spread) var(--dxbl-text-edit-focus-shadow-color);
    outline: 0;
}

.dxbl-list-box-group-item {
    margin-bottom: -10px;
}

.dxbl-list-box-group-item::before {
    --dxbl-border-width-with-scaling: 1px;
    --dxbl-list-box-item-border-width: 2px;
    --dxbl-list-box-border-color: #397eb9;
}

/* this has to be setup in this manner or the dropdown width will break */
.dxbl-text-edit-padding > .dxbl-btn-group.dxbl-btn-group-right > .dxbl-btn {
    border-left: 0;

    /*margin-top: -1px;
    border-top: 0.5px solid rgba(0, 0, 0, .2);
    margin-bottom: -1px;
    border-bottom: 0.5px solid rgba(0, 0, 0, .2);
    margin-right: -1px!important;
    border-right: 0.5px solid rgba(0, 0, 0, .2);*/
}

.dxbl-text-edit-padding > [class*=dxbl-btn-group-right]:last-of-type {
    border-top-right-radius: var(--dxbl-text-edit-border-radius);
    border-bottom-right-radius: var(--dxbl-text-edit-border-radius);
}

.popup-form > .dxbl-row > .dxbl-fl-item > .dxbl-fl-ctrl:not(img) {
    display: block !important;
}

.validation-message-wrap, .validation-message {
    text-align: right;
    margin-top: 0;
    margin-left: auto;
    padding-right: 15px;
}

.dxbl-grid .dxbl-grid-table {
    border: 1px solid var(--light-gray) !important;
}

.dxbl-grid {
    font-size: .8rem !important;
    font-family: var(--font);
    border: 1px solid var(--light-gray) !important;
}

.dxbl-grid .dxbl-grid-table > thead > tr > th {
    font-size: .8rem !important;
    font-family: var(--font);
}

.ll-table tbody td {
    border-bottom: 1px solid var(--light-gray) !important;
}

.dxbl-menu.dxbl-menu-horizontal .dxbl-menu-title {
    padding-right: var(--dxbl-menu-title-padding-y) !important;
    /*padding-left: 0px !important;*/
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover:not(.dxbl-selected):not(.dxbl-active):hover {
    color: #555
}

.small-user-menu.dxbl-menu.dxbl-menu-horizontal > .dxbl-menu-bar > .dxbl-menu-item-list > .dxbl-menu-spacing {
    flex: 0;
}

.small-user-menu.dxbl-menu.dxbl-menu-horizontal > .dxbl-menu-bar > .dxbl-menu-item-list {
    padding-left: 0 !important
}

.dxbl-menu.dxbl-menu-horizontal > .dxbl-menu-bar > .dxbl-menu-item-list {
    padding-left: var(--dxbl-menu-title-padding-x) !important
}

.res-search .dxbl-row {
    margin-left: 0px;
}

@media (min-width: 992px) {
    .pr-5 {
        padding-left: 0 !important;
        padding-right: 5px !important;
    }

    .pl-5 {
        padding-right: 0 !important;
        padding-left: 5px !important;
    }
}

@media (max-width: 991px) {
    .pr-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pl-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.pr-0 {
    padding-right: 0 !important;
}

.location-list .dxbl-tabs-tablist .dxbl-scroll-viewer {
    margin-left: 0 !important;
}

/*@media (min-width: 992px) {
    .add-additional {
        width: 100%
    }

    .col-sp-lg-24 {
        width: 25% !important;
    }

        .col-sp-lg-24 .formgroup {
            width: 100% !important;
        }

        .col-sp-lg-24 .flex {
            width: 100% !important;
        }

    .input-row.filter-btns {
        width: 25% !important;
        padding-left: 0px !important;
    }

    .locations {
        padding-right: 0px !important;
    }

    .location-item > .form-group {
        margin-right: 0px !important;
    }
}*/

.right-align {
    margin-left: auto !important;
    margin-right: 0px !important;
}

.left-align {
    margin-left: 0px !important;
    margin-right: auto !important;
}

.box {
    margin-bottom: unset;
}

.dxbl-calendar-days-of-week > td:first-of-type, dxbl-calendar-week-row > td:first-of-type {
    display: none;
}

@media (max-width: 991px) {
    .dxbl-date-edit {
        border: #aaaaaa solid 1px !important;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.danger-hover.btn-theme.btn-secondary:hover, .danger-hover.btn-theme-no-bg.btn-secondary:hover {
    background: var(--bs-danger) !important;
    color: white !important;
}

.danger-hover.btn-theme:hover, .danger-hover.btn-theme-no-bg:hover {
    background: var(--bs-danger) !important;
    color: white !important;
}

.success-hover.btn-theme.btn-secondary:hover, .success-hover.btn-theme-no-bg.btn-secondary:hover {
    background: var(--bs-success) !important;
    color: white !important;
}

.success-hover.btn-theme:hover, .success-hover.btn-theme-no-bg:hover {
    background: var(--bs-success) !important;
    color: white !important;
}

.dxbl-text-edit {
    --dxbl-text-edit-focus-shadow-color: rgb(118, 118, 118);
    background-color: #f9f9f9;
}

.add-action:hover {
    background: none !important;
    color: gray !important;
}

.icon-action:hover {
    background: none !important;
    color: gray !important;
}

.mr-0 {
    margin-right: 0;
}

.ml-auto {
    margin-left: auto;
}

.add-passenger .form-group label {
    flex: 145px 0 0;
}

.add-passenger a:not([href]):not([class]), .add-passenger a:not([href]):not([class]):hover {
    color: var(--secondary) !important;
}

.add-passenger .form-group.add-passenger-checkbox {
    margin-left: 15px !important;
    width: -webkit-calc(95% - 15px) !important;
    width: -moz-calc(95% - 15px) !important;
    width: calc(95% - 15px) !important;
}

.add-passenger-checkbox {
    margin-left: 15px !important;
}

.form-group dxbl-checkbox-check-element input[type=checkbox] {
    background: #397EB9;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 1rem;
    color: var(--form-text);
    accent-color: var(--dark)
}

.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-checked .dxbl-checkbox-check-element,
.dxbl-checkbox:not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio):not(.dxbl-disabled):not(:disabled):not(.dxbl-readonly).dxbl-checkbox-indeterminate .dxbl-checkbox-check-element {
    background-color: #397EB9 !important;
    color: white;
}

.form-group-search-label {
    border-right: 1px solid #d0d0d0 !important;
    margin: 10px 0 !important;
    flex: 126px 0 0 !important;
    align-self: center !important;
}

.dxbl-calendar .dxbl-calendar-content .dxbl-calendar-week-number {
    display: none;
}

.btn-theme.btn-primary, .btn-theme.btn-secondary {
    flex: auto 0 1;
    color: white;
}

.btn-theme.btn-primary:hover {
    color: white !important;
}

.dxbl-grid-header-content {
    padding: .5rem .5rem .5rem 0rem !important;
}

.dxbl-grid-command-cell a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: var(--secondary);
}

.empty-data-area-template {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 2rem 0;
}

.www-book-btn {
    /*flex: 160px 0 1 !important;*/
}

.disabled {
    cursor: not-allowed !important;
}

.content {
    padding: 0 !important;
}

.dxbl-menu-item-tmpl {
    box-shadow: none;
    border: none;
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item {
    padding: 0 !important;
}

.dxbl-menu > .dxbl-menu-bar > .dxbl-menu-item-list > .Active > .dxbl-menu-item > .dxbl-menu-item-tmpl > a, .dxbl-menu-item-tmpl > a {
    padding: 20px 0.9rem !important;
    margin-right: 5px;
}

.user-name-container {
    font-size: 17pt;
    display: inline-flex;
    width: 100%;
}

.user {
    font-size: 1.25rem;
    border-left: 1px solid #ddd;
    padding: .25rem 1.25rem
}

.mobile-menu-bg-color {
    background-color: rgba(0, 0, 0, 0.07) !important;
}

.dxbl-pager > .dxbl-btn.dxbl-btn-outline-secondary.dxbl-pager-active-page-btn {
    background-color: var(--secondary) !important;
    color: white !important;
}

.dxbl-pager > .dxbl-btn.dxbl-btn-outline-secondary.dxbl-pager-page-btn:not(.dxbl-pager-active-page-btn):not(.dxbl-disabled):not(:disabled):hover {
    background-color: #555 !important;
    color: white !important;
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover:not(.dxbl-selected):not(.dxbl-active) {
    color: white;
}

.dxbl-calendar .dxbl-calendar-content .dxbl-calendar-selected-item {
    background-color: var(--secondary) !important;
    color: white !important;
}

.dxbl-calendar:not(.dxbl-disabled):not(:disabled) .dxbl-calendar-content > table > tbody > tr td:not(.dxbl-calendar-disabled-item):not(.dxbl-calendar-week-number).dxbl-calendar-selected-item:not(.dxbl-disabled):not(:disabled):hover,
.dxbl-calendar:not(.dxbl-disabled):not(:disabled) .dxbl-calendar-content > table > tbody > tr td:not(.dxbl-calendar-disabled-item):not(.dxbl-calendar-week-number):not(.dxbl-calendar-selected-range):not(.dxbl-disabled):not(:disabled):hover {
    background-color: #555 !important;
    color: white !important;
}

.dxbl-calendar-content > table > tbody > tr td a:not([href]):not([class]), .dxbl-calendar-content > table > tbody > tr tda:not([href]):not([class]):hover {
    color: var(--dxbl-btn-color) !important;
}

.dxbl-row {
    margin: 0px;
}

.mr-25px {
    margin-right: 25px !important;
}

.grid .dxbl-row {
    --dxbl-row-item-spacing-x: 0px !important;
}

.dxbl-toolbar.dxbl-toolbar-adaptive {
    outline: none;
}

.filter-btns > .dxbl-fl-ctrl:not(img) {
    margin: auto !important;
}

.dxbl-calendar-footer .dxbl-btn-secondary {
    background-color: var(--secondary) !important;
    color: white !important;
}

.dxbl-calendar-footer .dxbl-btn-secondary:hover {
    background-color: #555 !important;
    color: white !important;
}

.map-position {
    padding: 5px 0 0 20px !important;
    margin-top: -50px !important;
}

.stops .ico-actions {
    opacity: 1 !important;
    transition-delay: .2s;
}

.stops .ico-actions .fa-circle-xmark {
    color: #c63030;
}

.dxbl-text-edit.dxbl-memo-edit > textarea {
    border: 1px solid rgba(0, 0, 0, .2);
}

.box-message {
    --dxbl-row-item-spacing-x: 0px !important;
}

.dxbl-checkbox.valid.modified:not([type=checkbox]):not(.dxbl-checkbox-switch):not(.dxbl-checkbox-radio).dxbl-checkbox-unchecked .dxbl-checkbox-check-element::before {
    border: var(--dxbl-checkbox-check-element-unchecked-border-width) solid var(--dxbl-checkbox-check-element-unchecked-border-color, currentcolor) !important;
    opacity: var(--dxbl-checkbox-check-element-unchecked-border-color, 50%);
}

.dxbl-calendar .dxbl-calendar-content .dxbl-calendar-weekend {
    color: var(--dxbl-calendar-color);
}

.icon-action.disabled a {
    color: rgb(184 185 186);
}

.dxbl-grid .dxbl-grid-table > tbody > tr > td, .dxbl-grid .dxbl-grid-table > tbody > tr > th, .dxbl-grid .dxbl-grid-table > tfoot > tr > td, .dxbl-grid .dxbl-grid-table > tfoot > tr > th, .dxbl-grid .dxbl-grid-table > thead > tr > td, .dxbl-grid .dxbl-grid-table > thead > tr > th {
    font-family: var(--font);
    font-size: var(--dxbl-grid-font-size);
    line-height: var(--dxbl-grid-line-height);
    border-color: inherit;
    border-style: inherit;
    border-width: 0;
    border-top-width: var(--dxbl-grid-border-width);
    border-left-width: var(--dxbl-grid-border-width);
    vertical-align: middle;
    font-weight: 400;
    color: var(--text-color);
    font-size: .8rem;
}

.text-underline {
    text-decoration: underline;
}

.button-link {
    background: none;
    border: none;
    color: var(--secondary);
    text-decoration: underline; /* Underline text to mimic link */
    cursor: pointer; /* Change cursor to pointer on hover */
    padding: 0;
}

.button-link:hover {
    text-decoration: none; /* Remove underline on hover if desired */
}

.toggle-header > .dxbl-fl-ctrl:not(img) {
    margin-top: 0px !important;
}

.dxbl-grid {
    --dxbl-grid-highlighted-text-color: white !important;
    --dxbl-grid-highlighted-text-bg: #3185c8 !important;
}

.payment-type {
    width: 90%
}

.no-border {
    border: 0px !important;
}

.dxbl-modal-header {
    border-bottom: solid #ddd 1px !important;
    background-color: white !important;
    padding: 1rem !important;
    font-family: var(--font);
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    color: var(--text-color) !important;
}

.dxbl-modal-footer {
    border-top: solid #ddd 1px !important;
    background-color: white !important;
    padding: 1rem 0 !important;
}

.btn-theme .mx-2 {
    margin-right: 0rem !important;
}

/*.dxbl-modal-header.toggle-header {*/
/*background-color: var(--dxbl-popup-footer-bg, unset) !important;*/
/*padding: var(--dxbl-popup-header-padding-y) var(--dxbl-popup-header-padding-x) !important;*/
/*border-bottom: 1px solid var(--light-gray);
    font-family: var(--font);
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    color: var(--text-color) !important;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}*/

/*.dxbl-popup-header-button {
    color: var(--secondary) !important;
    padding: 7px 12px !important;
    background-color: var(--light);
    border-radius: 3px !important;
}

    .dxbl-popup-header-button:hover {
        background: none !important;
        background-color: none !important;
        color: var(--dark) !important;
    }*/

/*.dxbl-modal-footer {
    padding: var(--dxbl-popup-header-padding-y) var(--dxbl-popup-header-padding-x) !important;
}*/

.dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-body {
    padding: var(--dxbl-popup-header-padding-y) var(--dxbl-popup-header-padding-x);
}

.dxbl-modal-title.dxbl-text {
    color: var(--text-color) !important;
}

.checkbox-title.popup {
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7rem
}

.optional {
    font-weight: 400;
    text-transform: capitalize;
    font-size: .55rem;
}

.click-message {
    font-size: .8rem;
}

.dxbl-menu-separator {
    border-left: 0px !important;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content {
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.loc-desc {
    padding: 7px 10px 7px 35px;
    text-align: left;
    border: 1px solid #d2d2d2;
    width: 100%;
    margin-bottom: 10px;
}

.mr-form-ctrls {
    margin-right: 10px;
}

.time-edit {
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 0.1875rem;
    margin-right: 10px;
    min-height: 31px;
}

.time-edit input {
    border: 0px !important;
}

.time-edit:focus {
    border: var(--dark) !important;
    border-radius: 0.1875rem;
}

.time-edit .dxbl-text-edit .dxbl-text-edit-input:focus, .time-edit .dxbl-text-edit .dxbl-text-edit-input {
    border-color: #fff !important;
}

input[type=checkbox][disabled] {
    cursor: not-allowed;
}

.credit-card {
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.credit-card input[type=text], .credit-card input[type=email] {
    background: #fff !important;
    font-size: 1rem !important;
    color: var(--form-text) !important;
    margin: 0px !important;
}

.credit-card input[type=text]:focus, .credit-card input[type=email]:focus {
    background: #fff !important;
    border: var(--dark) !important;
    font-size: 1rem !important;
    color: var(--form-text) !important;
}

.mobile-cc-modal-label {
    border-right: none !important;
    border-bottom: 1px solid #d0d0d0;
    padding: 2px 0px 8px 8px !important;
    flex-basis: calc(90%) !important;
}

.mobile-cc-modal-input {
    border: 1px solid rgba(0, 0, 0, .2) !important;
    margin: 2px 8px 8px 8px !important;
}

.mobile-cc-modal-input input[type=text], .mobile-cc-modal-input input[type=email] {
    background: #fff !important;
    font-size: 1rem !important;
    color: var(--form-text) !important;
    margin: 0px !important;
}

.mobile-cc-layout-item {
    margin-left: 10px;
}

.flex.input-row label {
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7rem;
    flex-basis: 150px
}

.flex.input-row .credit-card {
    margin: 8px 15px 8px 15px !important;
}

.credit-card-check {
    margin: 8px 15px 8px 15px !important;
}

.combobox-item-template {
    display: flex;
    align-items: center;
}

.combobox-item-template > img {
    height: 20px;
}

img + .combobox-item-template-text {
    margin-left: 10px;
}

.combobox-item-template-text {
    display: flex;
    flex-flow: column;
}

.combobox-item-template-employee-phone {
    opacity: 0.65;
}

.dxbl-fl-ctrl:has(.modified.valid[type=radio]) {
    outline: 0px solid #26b050 !important;
    box-shadow: 0 0 0pt -0.5pt #26b050 !important;
}

.chauffeur-info-mobile h2 {
    font-weight: 500;
    margin: 1rem 0;
}

.chauffeur-info h2 {
    margin: 0px;
}

.chauffeur-info-mobile h1 {
    margin: auto;
}

.chauffeur-info-mobile label, .chauffeur-info label {
    width: 100% !important;
    border: 0px !important;
    flex: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
}

.modal-item .form-group label span {
    font-weight: 400;
    font-size: .6rem;
}

.text-transform-none {
    text-transform: none;
}

.summary-cost .summary-text {
    display: block;
}

.summary p .notes {
    margin-left: 100px;
    width: 100%;
}

.creditcard {
    display: flex;
    flex-flow: row;
}

.creditcard span {
    padding-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.charge-description {
    padding-left: 50px;
}

.button-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: relative;
    padding-left: 7px !important;
    padding-right: 7px !important;
    background-color: transparent;
    width: 100%;
}

.location-item .location .location-input {
    width: unset;
    flex-grow: 1;
}


.stops .location .ico-actions {
    column-gap: 5px;
}

.stops .location .location-input {
    width: 100%;
}

.credit-card .helper {
    display: contents;
}

.pricing {
    border-top: 1px solid var(--light-gray);
}

.back-button {
    margin: auto;
    margin-right: 10px !important;
    cursor: pointer;
}

.notifications-grid {
    min-height: 210px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    background-color: white;
    border: none !important;
}

.notification-empty-bottom {
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    background-color: white;
}

.notifications-grid .dxbl-grid-header-row {
    display: none;
}

.chauffeur-info-mobile {
    width: 100%;
    padding: 0 15px 0 15px;
}

.chauffeur-info-mobile label, .chauffeur-info-mobile p, .chauffeur-info .name {
    font-weight: bold;
}

.chauffeur-info-mobile .name, .chauffeur-info .name {
    font-size: 1.15rem;
}

.contacts {
    flex-flow: column !important;
}

.contacts > .dxbl-fl-ctrl:not(img) {
    display: inline-table !important;
}

.contact {
    display: inline-table;
    width: 100%;
    background-color: var(--secondary);
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
}

.contact-passenger {
    display: inline-table;
    width: 25%;
    color: white;
    background-color: var(--secondary);
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
}

.contact-driver {
    display: inline-table;
    width: 25%;
    color: white;
    background-color: var(--secondary);
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
}

.contact-ios {
    display: inline-table;
    width: 35% !important;
    color: white;
    background-color: var(--secondary);
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
}

.contact label {
    color: white !important;
    width: 80% !important;
    padding-left: 5px !important;
    cursor: pointer;
}
.contact-passenger > label.icon i, .contact-passenger > label{
    color:white !important;
}
.contact-ios > label.icon i, .contact-ios > label {
    color: white !important;
}
.contact > label.icon {
    background-color: black !important;
    color: white !important;
    width: 25px !important;
    padding: 5px 5px 6px 5px !important;
    cursor: pointer;
}

.btn-theme.forward {
    padding: 3px 5px 3px 10px !important;
    font-weight: 400;
    font-size: .7rem;
}

.btn-theme.forward.disable {
    background-color: #555 !important;
    color: white !important;
    pointer-events: none;
    cursor: default;
}

.m-auto {
    margin: auto;
}

.m-l-auto {
    margin-left: auto;
}

.notification-link {
    cursor: pointer;
    color: #000 !important;
    text-decoration: none;
    display: block;
}

.notification-message, .notification-pickup {
    margin-top: 0px;
}

.back-button {
    cursor: pointer !important;
}

.contact.disable {
    pointer-events: none;
    cursor: default;
    background-color: var(--bs-gray-200, unset);
    color: black;
}

.contact.disable label {
    color: black !important;
}

.contact.disable > label.icon {
    color: white !important;
}

.m-r-auto {
    margin-right: auto;
}

.time-edit-location {
    padding: 0 0 0 35px !important;
    -webkit-appearance: none;
    height: 50px;
    background-color: #FFF;
    color: #666;
    font-weight: bold;
    border: solid #666 1px;
    font-size: 14px;
    min-width: calc((var(--vw, 1vw) * 100) - 100px) !important;
    height: 28px !important
}

.m-l-0 {
    margin-left: 0px !important;
}

.dxbl-tabs-item.dxbl-disabled .complete > a:after {
    background: #fff;
    color: black;
}

.passenger-info-mobile {
    background-color: var(--secondary);
    color: #fff;
}

.passenger-info {
    background-color: var(--secondary);
    padding: 10px;
    color: #fff;
}

.w-auto {
    width: auto !important;
}

.chauffeur-message {
    font-style: italic;
    text-align: center;
    font-size: 0.8rem;
    border-bottom: lightgrey 1px solid;
}

.m-t-b-1 {
    margin: 1rem 0px 1rem 0px;
}


.message-buttons {
    border-radius: 10px;
    background-color: #423c3c !important;
    color: white;
    text-align: center;
}

.message-buttons-popup {
    width: 100% !important;
    margin: 0px !important;
}

.message-buttons-popup .dxbl-modal-content {
    background-color: unset !important
}

.message-buttons-popup label {
    margin: 10px auto;
    font-size: 1.25rem;
    font-weight: 400;
}

.message-buttons-popup .button {
    border-top: 1px solid #fff;
    margin: 0px;
}

.message-button {
    margin: 10px auto !important;
    background-color: unset !important;
    border: none !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}

.message-button .dxbl-btn-caption {
    font-size: 1.25rem;
    font-weight: bold;
}

.m-t-1 {
    margin-top: 1em;
}

.alt-item {
    background-color: #f4f4f4;
}

.alt-item > td {
    --dxbl-grid-bg: #f4f4f4;
}

.black-bar {
    background-color: black;
}

.blue-bar {
    background-color: var(--secondary);
    height: calc(100vh - 2rem);
}

.notifications-grid .dxbl-grid-table > tbody > tr > td {
    padding: 10px 10px 10px 10px !important;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color);
}

.chauffeur-info .form-group {
    border: none;
}

.passenger-info h5 {
    font-weight: 400;
    font-size: 1.15rem;
}

.passenger-info h1 {
    font-weight: 400;
}

.chauffeur-info-header .toggle-header {
    border-bottom: 0px;
}

.c-i-h1 {
    font-size: 1.25rem;
    margin: auto !important;
    border: 0px;
}

.btn-grid-align {
    align-self: center;
}


.trip-details-header {
    background-color: var(--secondary) !important;
    color: #fff !important;
    padding: 0px !important;
    width: 100%;
    height: 40px;
    border: 0px !important
}

.trip-details ol li {
    list-style: none;
    min-width: 100% !important;
}

.trip-details .dxbl-tabs-item.dxbl-active {
    border-bottom: 3px solid #1b3148 !important;
    color: var(--text-color) !important;
}

.stack-center i {
    font-size: 2rem;
    text-align: center;
    background-color: var(--secondary);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 10px;
}

.trip-details .dxbl-tabs-item {
    padding: 15px 15px 5px 15px !important;
}

.trip-details ol {
    padding: 0px;
    margin: 0px !important;
}

.stack-center a {
    text-align: center;
    margin: auto;
    padding: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    color: #999;
    display: block;
}

.trip-details h3 {
    text-align: center !important;
    padding: 4px 0px 4px 0px;
    background-color: #1b3148 !important;
    color: white !important;
    width: 100% !important;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    font-size: .8rem;
    line-height: 1.4;
}

.trip-details .active > a:before, .trip-details .complete > a:before, .trip-details .active > a:after, .trip-details .complete > a:after, .trip-details ol a:after, .trip-details ol a:before {
    border: none !important;
    content: none !important;
    box-shadow: 0px;
    width: 0px;
}

.trip-details .blue-bar {
    background-color: #1b3148 !important;
    height: auto;
}

.trip-details ul {
    width: 100% !important;
}

.trip-details .map {
    min-height: 200px;
}

.on-location-drag {
    border: #005A9E dotted 2px;
}

.bullet-span-pickup:after {
    content: "";
    position: absolute;
    left: 19px;
    top: 40px;
    bottom: -14px;
    border-left: 1.5px dashed var(--light-gray);
}

.stops .grid-bullet:after {
    content: "";
    position: absolute;
    left: 19px;
    top: 0;
    bottom: calc(100% - 18px);
    border-left: 1.5px dashed var(--light-gray);
}


.bullet-span-stop:after {
    content: "";
    position: absolute;
    left: 19px;
    top: 40px;
    bottom: -14px;
    border-left: 1.5px dashed var(--light-gray);
}

.bullet-span-dropoff:after {
    content: "";
    position: absolute;
    left: 19px;
    top: 0;
    bottom: calc(100% - 18px);
    border-left: 1.5px dashed var(--light-gray);
}

.wait-icon-large-size {
    width: 40px !important;
    height: 40px !important;
}

.tab-contents {
    height: calc((var(--vh, 1vh) * 100) - 250px) !important;
}

.book-tab-page-animator .tab-contents.web {
    height: 100% !important;
    overflow-y: hidden;
}

.tab-contents.booking.keyboard {
     height: max-content !important;
 }

.tab-page-animator .tab-contents.booking {
    height: calc((var(--vh, 1vh) * 100) - 175px) !important;
}

.trip-details .tab-contents.details {
    height: calc((var(--vh, 1vh) * 100) - 280px) !important;
}

.trip-details .tab-contents.details.employee {
    height: calc((var(--vh, 1vh) * 100) - 100px) !important;
    overflow-y: scroll;
}

.notifications-grid td {
    text-overflow: clip !important;
}

.notification-button-bar {
    background-color: #1b3148 !important;
    height: 60px;
}

.notification-button-bar .button-bar-container {
    align-self: center;
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 96% !important;
    background: white;
}

.trip-details .tab-contents.notifications {
    height: calc((var(--vh, 1vh) * 100) - 250px) !important;
    width: 100%;
    background-color: #1b3148;
}

.trip-details .tab-contents.notifications.empty {
    background-color: white !important;
}

.trip-details .tab-contents.map {
    height: calc((var(--vh, 1vh) * 100) - 250px) !important;
    width: 100%;
    background-color: #1b3148 !important;
    overflow: hidden;
    margin-top: -5px;
}

.notification-empty-bottom {
    height: calc((var(--vh, 1vh) * 100) - 493px) !important;
    margin-top: 10px;
}

.trip-details .summary p:nth-of-type(2n) {
    background: none !important;
}

.trip-details .summary p {
    padding: .2rem 15px .2rem 15px;
}

.trip-details .book-steps ol a {
    font-style: normal;
}

.trip-details-header h1 {
    text-transform: uppercase;
    margin: auto;
    font-size: 1rem;
}

.passenger-info-mobile h1 {
    font-size: 1.5rem;
}

passenger-info-mobile h5 {
    font-size: .9rem;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.blue-background {
    background-color: #3185c8;
}

.p-t-1 {
    padding-top: 1rem;
}

.hide-nav > .dxbl-tabs-tablist {
    height: 0px;
}

.pick-up-time {
    margin: .5rem 0rem 1rem 0rem !important;
}

.trip-details-header .back-button {
    margin: auto 10px !important;
    padding: 5px !important;
    width: 25px !important;
    height: 25px !important;
}

.trip-details-header .back-button .fa-chevron-left::before {
    color: white !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.notification {
    padding: 16px 10px 17px 15px !important;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    background-color: none;
    background: none;
    border-left: solid #ddd 1px !important;
    margin-top: 3px;
    width: 100%;
}

.notification i {
    width: 15px;
    font-size: 16px;
}

.notification .badge {
    position: absolute;
    font-size: 8px;
    top: 4px;
    right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.notification .badge:hover {
    color: white;
}

.trip-details-header h1 {
    margin: auto !important;
}

.employee-button-bar-container {
    align-self: center;
    height: 350px;
}

.employee-button-bar-container .bottom-bar-button {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px
}

.charges {
    height: auto;
}

.color-red {
    color: red;
}

.color-black {
    color: black;
}

.edit-charge {
    width: fit-content;
}

.notification-grid {
    max-height: 80rem;
}

.notifications-grid .dxbs-grid-header-row {
    display: none;
}


/* 
    Center the container
    These are for the Limolink app initializing screen
 */
.bkg {
    height: calc(var(--vh, 1vh) * 100);
    width: calc(var(--vw, 1vw) * 100);
    overflow: hidden;
    background-color: var(--bkg) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container {
    width: 100%;
    max-width: 200px; /* Static max width */
    text-align: center;
    margin: 20px 0;
    display: flex;
    flex-direction: column; /* Stack image and progress bar */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
}

.progress-bar {
    position: relative;
    width: 200px; /* Static width for the progress bar */
    height: 20px;
    background-color: var(--bkg) !important;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 7px;
}

/* Black fill area based on percentage */
.progress-bar::before {
    content: '';
    display: block;
    width: var(--blazor-load-percentage); /* Dynamic width */
    height: 100%;
    background-color: #8AB6AB;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Layer it below the text */
    transition: width 0.3s ease; /* Smooth progress fill */
}

/* Percentage text */
.progress-bar::after {
    content: var(--blazor-load-percentage-text); /* Display percentage dynamically */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: black; /* Default text color (inverted on fill) */
    z-index: 2; /* Ensure it stays above the fill */
}

.small-icon-autocomplete > .mud-input-control-input-container > .mud-input.mud-input-outlined > input:focus ~ .mud-input-outlined-border {
    border-color: var(--dark) !important;
}

.mud-primary-hover {
    background-color: rgba(0,0,0,0) !important;
}