@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 0.8em;
}


.btnCategory {
    min-width: 150px;
}


.btnAdd {
    float: right;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #6c7f66;
    border-color: #6c7f66;
}

.dxbs-scheduler .dx-cyan-color {
    background-color: #6c7f66 !important;
}

.dxbs-scheduler .dx-blue-color {
    background-color: #6c7f66 !important;
}

.bg-primary {
    background-color: #6c7f66 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #6c7f66;
    border-color: #6c7f66;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6c7f66;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 127, 102,.25);
}


.btn-secondary:hover {
    color: #fff;
    background-color: #6c7f66;
    border-color: #6c7f66;
}

.btn-secondary:active {
    color: #fff;
    background-color: #6c7f66;
    border-color: #6c7f66;
}


app {
    position: relative;
    display: flex;
    flex-direction: column !important;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

#CenteredContent {
    /*  width: 40vw;
    margin: auto;*/
    background-color: #efefef;
    border: solid gray 1px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(122,122,122,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(122,122,122,1);
    box-shadow: 0px 0px 30px 5px rgba(122,122,122,1);
}

.main {
    flex: 1;
    background-image: url('../Images/Sample-B.png');
    background-repeat: repeat;
    height: 100%;
    flex-basis: calc(100vh - 60px);
}

    .main .top-row {
        /*background-color: #f7f7f7;*/
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        text-align: center;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.header {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}


.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.footer-pane {
    flex-basis: 60px;
    text-align: center;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    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: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.undo {
    width: 16px;
    height: 16px;
    background-image: url("../images/undo.svg");
    margin: 0 8px 0 0;
}

.redo {
    width: 16px;
    height: 16px;
    background-image: url("../images/redo.svg");
    margin: 0 0 0 8px;
}

.like {
    height: 16px;
    width: 16px;
    background-image: url("../images/like.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 8px;
}

.tb-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.tb-icon-bold {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Bold.svg");
    mask-image: url("../images/Bold.svg");
}

.tb-icon-italic {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Italic.svg");
    mask-image: url("../images/Italic.svg");
}

.tb-icon-underline {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/Underline.svg");
    mask-image: url("../images/Underline.svg");
}

.tb-icon-align-left {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignLeft.svg");
    mask-image: url("../images/AlignLeft.svg");
}

.tb-icon-align-center {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignCenter.svg");
    mask-image: url("../images/AlignCenter.svg");
}

.tb-icon-align-right {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("../images/AlignRight.svg");
    mask-image: url("../images/AlignRight.svg");
}

.tb-icon-undo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/undo.svg");
    mask-image: url("../images/undo.svg");
}

.tb-icon-redo {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/redo.svg");
    mask-image: url("../images/redo.svg");
}

.tb-icon-info {
    width: 18px;
    height: 18px;
    mask-image: url("../images/Info-16x16.svg");
    -webkit-mask-image: url("../images/Info-16x16.svg");
}

.tb-icon-settings {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Settings.svg");
    -webkit-mask-image: url("../images/Settings.svg");
}

.tb-icon-refresh {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Refresh.svg");
    -webkit-mask-image: url("../images/Refresh.svg");
}

.tb-icon-search {
    width: 24px;
    height: 24px;
    mask-image: url("../images/search.svg");
    -webkit-mask-image: url("../images/search.svg");
}

.tb-icon-alert {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Alert.svg");
    -webkit-mask-image: url("../images/Alert.svg");
}

.tb-icon-doc {
    width: 16px;
    height: 16px;
    mask-image: url("../images/Document.svg");
    -webkit-mask-image: url("../images/Document.svg");
}

.mobile-view, .mobile-view-horizontal,
.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .grid-toolbar-refresh,
.grid-toolbar-filter-row, .grid-toolbar-document {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.mobile-view, .mobile-view-horizontal {
    height: 32px;
    width: 32px;
}

.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .grid-toolbar-refresh,
.grid-toolbar-filter-row, .grid-toolbar-document {
    height: 16px;
    width: 16px;
}

.mobile-view {
    -webkit-mask-image: url("../images/mobile_view.svg");
    mask-image: url("../images/mobile_view.svg");
}

.mobile-view-horizontal {
    -webkit-mask-image: url("../images/mobile_view_horizontal.svg");
    mask-image: url("../images/mobile_view_horizontal.svg");
}

.grid-toolbar-new {
    -webkit-mask-image: url("../images/GridToolbarNew.svg");
    mask-image: url("../images/GridToolbarNew.svg");
}

.grid-toolbar-edit {
    -webkit-mask-image: url("../images/GridToolbarEdit.svg");
    mask-image: url("../images/GridToolbarEdit.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("../images/GridToolbarDelete.svg");
    mask-image: url("../images/GridToolbarDelete.svg");
}

.grid-toolbar-refresh {
    -webkit-mask-image: url("../images/GridToolbarRefresh.svg");
    mask-image: url("../images/GridToolbarRefresh.svg");
}

.grid-toolbar-filter-row {
    -webkit-mask-image: url("../images/GridToolbarFilterRow.svg");
    mask-image: url("../images/GridToolbarFilterRow.svg");
}

.grid-toolbar-document {
    -webkit-mask-image: url("../images/GridToolbarDocument.svg");
    mask-image: url("../images/GridToolbarDocument.svg");
}

/*Ticket T945317 Scheduler for Blazor - How to hide date from calendar when scheduler is grouped by resources*/
/*td.dxbs-sc-date-hr.dxbs-sc-date-hr-today {
    display: none;
}*/

td.dxbs-sc-date-hr {
    visibility: hidden;
}

.myScheduler .dxbs-sc-toolbar .btn-secondary {
    visibility: hidden;
}

.dxbs-scheduler .dxbs-sc-toolbar {
    visibility: hidden !important;
}

#scheduler div:first-child {
    padding: 0 !important;
}


/***START OF SERVICES GRID***/
.serviceDate {
    min-width: 10.3rem !important;
}

.categoriesRow {
}

.categoryRowButton button {
    min-height: 4em;
    margin-right: 10px;
}

.subCategoryColumn {
    padding: 0 25px 0 15px;
}

.subCategory {
    padding: 0px 5px;
    width: 100%;
}

    .subCategory button {
        width: 100%;
        height: 3em;
    }

.noServicesText {
    padding-top: 21px;
    position: page;
}

#categoryPrompt {
    padding-bottom: 15px;
    text-align: center;
}

.btn.disabled {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #6c7f66;
}

    .btn.disabled:active {
        border-color: #6c7f66;
    }

.btn span {
    text-transform: capitalize;
}

.btn.btn-primary:hover {
    background-color: #dbd4c1 !important;
    border-color: #dbd4c1 !important;
    color: #000000;
}

.card-header {
    text-align: center;
}
/***END OF SERVICES GRID***/

/*Time-Slot*/

.btn-TimeSlot {
    width: 100% !important;
    height: 35px;
}

.btn-TimeSlot-pressed {
    width: 100% !important;
    height: 35px;
    background-color: dimgray !important;
}

.btn-TimeSlot:focus {
    background-color: slategray;
}

.TimeSlotRow {
    padding-left: 7px;
    padding-right: 7px;
}

.TimeSlotLoading {
    min-height: 50%;
    position: page;
}


.cmb-LayoutItem {
    margin-top: -25px;
}

.btn-LayoutItem {
    margin-top: -15px;
    margin-bottom: 5px;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #6c7f66;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1200ms linear infinite;
    bottom: 20%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.appointment-section {
    padding: 0px 15px;
    font-family: "Josefin Sans", sans-serif;
    width: calc(100% - 30px);
}

    .appointment-section .form-group {
        margin-bottom: 25px;
        width: 100%;
    }

.form-group-outer {
    position: relative;
}

.appointment-section .form-group label {
    margin-bottom: 10px;
}

.appointment-section .form-group .form-control {
    border-color: #6C7F66;
    border-radius: 0px;
    height: 50px;
    font-family: "Josefin Sans", sans-serif;
    padding-left: 20px;
}

    .appointment-section .form-group .form-control input {
        padding: 0px;
    }

    .appointment-section .form-group .form-control .dxbl-btn-group-right button {
        border-left: 0px;
        padding-right: 20px;
        color: #000;
    }

        .appointment-section .form-group .form-control .dxbl-btn-group-right button:hover {
            background-color: transparent !important;
        }

        .appointment-section .form-group .form-control .dxbl-btn-group-right button::before {
            display: none;
        }

    .appointment-section .form-group .form-control input::placeholder {
        color: #1C1C1C;
    }

.field-icon {
    position: absolute;
    right: 16px;
    top: calc(50% - 14px);
}

.label-title {
    color: #1C1C1C;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 30px;
}

.sub-category-section .box {
    border: 1px solid #6C7F66;
    height: 60px;
    width: 25%;
    cursor: pointer;
    position: relative;
}

    .sub-category-section .box img {
        width: 60px;
        height: 100%;
        padding: 6px;
    }

    .sub-category-section .box p {
        margin: 0px;
        color: #1C1C1C;
    }

    .sub-category-section .box .check-icon {
        opacity: 0;
        position: absolute;
        top: -15px;
        right: -15px;
        width: 40px;
        height: 40px;
    }

    .sub-category-section .box.selected-box {
        background-color: #6C7F66;
    }

        .sub-category-section .box.selected-box p {
            color: #fff;
        }

        .sub-category-section .box.selected-box img {
            filter: brightness(15);
        }

        .sub-category-section .box.selected-box .check-icon {
            opacity: 1;
        }

.sub-category-section.ver2 {
    padding: 10px 0px;
    overflow-x: auto;
}

    .sub-category-section.ver2::-webkit-scrollbar {
        height: 10px;
    }

    /* Track */
    .sub-category-section.ver2::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .sub-category-section.ver2::-webkit-scrollbar-thumb {
        background: #6C7F66;
        border-radius: 10px;
    }

    .sub-category-section.ver2 .box {
        min-width: 100px;
        width: 100%;
    }

.service-left p span {
    color: #6A6A6A;
}

.service-left p.title {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #1C1C1C;
    font-family: "Josefin Sans", sans-serif;
}

.service-left p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.service-right button {
    background-color: #6C7F66;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
}

    .service-right button:hover {
        background-color: #4e6148;
    }


.no-service-section {
    background-color: #F8F7F2;
    border: 1px solid #6C7F66;
    min-height: 400px;
}

    .no-service-section p {
        font-size: 20px;
        line-height: normal;
        font-weight: 700;
        color: #6C7F66;
        font-family: "Josefin Sans", sans-serif;
    }

.appointment-section.ver2 {
    padding: 0px;
}

    .appointment-section.ver2 .form-group {
        width: 50%;
        margin-bottom: 10px;
    }

        .appointment-section.ver2 .form-group .dxbl-col-md-6 {
            width: 100%;
        }

        .appointment-section.ver2 .form-group .form-control {
            padding: 0px;
        }

            .appointment-section.ver2 .form-group .form-control input,
            .appointment-section.ver2 .form-group .form-control textarea {
                border: 0px;
                width: 100%;
                height: 100%;
                padding: 10px;
            }

                .appointment-section.ver2 .form-group .form-control input::placeholder {
                    color: #cccccc !important;
                }

.appointment-booking-popup {
    background-color: #F8F7F2;
    border: 1px solid #6C7F66;
    padding: 0px 20px !important;
    max-width: 1200px !important;
    width: 100% !important;
}

    .appointment-booking-popup .dxbl-modal-content {
        border-radius: 0px !important;
        background: #F8F7F2 !important;
        border: 0px !important;
        box-shadow: none !important;
    }

        .appointment-booking-popup .dxbl-modal-content .dxbl-modal-body {
            padding: 8px !important;
        }

        .appointment-booking-popup .dxbl-modal-content .dxbl-modal-header {
            border-radius: 0px !important;
            background: #F8F7F2 !important;
            color: #6C7F66 !important;
            border-bottom: 0px !important;
        }

            .appointment-booking-popup .dxbl-modal-content .dxbl-modal-header .dxbl-popup-header-button {
                position: absolute !important;
                top: -15px;
                right: -30px;
                background-color: #6C7F66 !important;
                color: #fff !important;
                box-shadow: 0px 0px 2px 1px rgb(255 255 255 / 30%);
            }

                .appointment-booking-popup .dxbl-modal-content .dxbl-modal-header .dxbl-popup-header-button svg {
                    opacity: 1;
                }

    .appointment-booking-popup .appointment-details-section .dxbl-group {
        border: 1px solid #6C7F66 !important;
        border-radius: 0px !important;
    }

        .appointment-booking-popup .appointment-details-section .dxbl-group .dxbl-group-header {
            color: #6C7F66 !important;
            background: #F8F7F2 !important;
        }

.dxbl-btn-standalone.dxbl-btn-primary.dxbl-sm.btn-TimeSlot {
    border: none;
    border-radius: 0px;
    background: #ffffff;
    color: #1c1c1c;
}

.TimeSlotRow .dxbl-fl-ctrl {
    border: 1px solid #6C7F66;
}

.appointment-detail-outer {
    width: 50%;
}

    .appointment-detail-outer h3 {
        font-size: 20px;
        line-height: normal;
        font-weight: 700;
        color: #1C1C1C;
        font-family: "Josefin Sans", sans-serif;
    }

    .appointment-detail-outer .appointment-top p,
    .appointment-detail-outer .appointment-bottom p {
        font-size: 18px;
        line-height: normal;
        font-weight: 700;
        color: #6C7F66;
        font-family: "Josefin Sans", sans-serif;
        margin: 0px;
    }

    .appointment-detail-outer .appointment-top,
    .appointment-detail-outer .appointment-bottom {
        background: #F8F7F2;
        padding: 15px 20px;
        border: 1px solid #6C7F66;
    }

    .appointment-detail-outer .apppointment-middle {
        background: #ffffff;
        padding: 15px 20px;
        border: 1px solid #6C7F66;
        border-top: none;
    }

        .appointment-detail-outer .apppointment-middle p {
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 26px;
            color: #1C1C1C;
        }

    .appointment-detail-outer .appointment-bottom ul {
        padding: 0px;
        margin: 0px;
    }

        .appointment-detail-outer .appointment-bottom ul li {
            list-style-type: none;
        }

            .appointment-detail-outer .appointment-bottom ul li p {
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 26px;
                color: #1C1C1C;
                font-weight: normal;
            }

                .appointment-detail-outer .appointment-bottom ul li p button {
                    background: none;
                    border: none;
                    padding: 0px;
                }

                .appointment-detail-outer .appointment-bottom ul li p span {
                    color: #6A6A6A;
                }

.as-label .xbl-fl-item-horizontal {
    align-items: center;
    gap: 10px;
}


.as-label, .as-label label {
    margin-bottom: 0px !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1C1C1C !important;
}

    .as-label label {
        height: 50px;
    }

.submit-button {
    background-color: #6C7F66 !important;
    border-radius: 30px !important;
    color: #fff !important;
    padding: 10px !important;
    border: none !important;
}

.service-section table {
    width: 100%;
}

    .service-section table thead {
        background-color: #F8F7F2;
        border: 1px solid #6C7F66;
    }

        .service-section table thead tr th {
            padding: 10px;
            color: #1c1c1c;
            font-size: 20px;
            font-weight: 500;
            font-family: "Josefin Sans", sans-serif;
        }

    .service-section table tbody {
        background-color: #fff;
        border: 1px solid #6C7F66;
    }

        .service-section table tbody td {
            padding: 10px;
            vertical-align: top;
        }

            .service-section table tbody td p {
                margin: 0px 0px 10px;
                color: #1c1c1c;
                font-size: 16px;
                font-family: "Poppins", sans-serif;
            }

                .service-section table tbody td p:last-child {
                    margin: 0px;
                }

                .service-section table tbody td p span {
                    color: #6A6A6A;
                }

                .service-section table tbody td p.big-title {
                    font-size: 20px;
                    font-family: "Josefin Sans", sans-serif;
                    font-weight: 600;
                }

            .service-section table tbody td button {
                border: 0px;
                background: none;
                padding: 0px;
            }

.checkout-section {
    background-color: #F8F7F2;
    border: 1px solid #6C7F66;
    border-top: 0px;
}

    .checkout-section p {
        padding: 10px;
        color: #6C7F66;
        font-size: 20px;
        font-weight: 500;
        font-family: "Josefin Sans", sans-serif;
        margin: 0px;
    }

        .checkout-section p b {
            font-size: 32px;
            line-height: 32px;
            padding-left: 10px;
        }

.popup-outer {
    width: calc(100% - 15px);
}

.service-outer {
    height: 572px;
    overflow-y: auto;
    padding-right: 10px;
}
    /* width */
    .service-outer::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .service-outer::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .service-outer::-webkit-scrollbar-thumb {
        background: #6C7F66;
        border-radius: 10px;
    }

.mobile-custom-text {
    padding: 0px 10px;
    margin-top: 10px;
}

    .mobile-custom-text .input-group-text {
        padding: 0px !important;
        width: 110px;
        border: 0px;
    }

        .mobile-custom-text .input-group-text .dxbl-text-edit {
            background-color: #D9D9D9;
            border-radius: 0px;
            height: 50px;
            border: 1px solid #6C7F66;
            width: 100%;
            line-height: 50px;
        }

            .mobile-custom-text .input-group-text .dxbl-text-edit input {
                height: 50px;
                border-radius: 0px;
                border-right: none;
                width: 100%;
            }

            .mobile-custom-text .input-group-text .dxbl-text-edit .dxbl-btn {
                padding: 0px;
                position: absolute;
                right: 0px;
                border: 0px;
                background: transparent;
                height: 100%;
            }

/*.color-icon {
    filter: invert(28%) sepia(98%) saturate(6362%) hue-rotate(177deg) brightness(100%) contrast(105%);
}*/
.delete-button {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

    .delete-button img {
        width: 24px;
        position: relative;
        top: -5px;
    }

.grey-check {
    width: 22px;
    margin-left: 3px;
    display: none;
}

.color-check {
    filter: brightness(0.5);
    width: 22px;
    margin-left: 3px;
}

.submit-form-caption {
    font-weight: bold;
}

.svg-container {
    width: 16px;
    height: 16px;
    overflow: hidden;
}

    .svg-container svg {
        width: 100%;
        height: 100%;
    }
/***DEVEXPRESS CHANGES**/
.dxbl-text-edit {
    background-color: #ffffff !important;
}

.dxbl-edit-validation-status {
    display: none;
}
/***END OF DEVEXPRESS***/
/*------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .sub-category-section {
        flex-wrap: wrap;
    }

        .sub-category-section .box {
            width: calc(50% - 10px);
        }
}

@media (min-width: 768px) {
    app {
        /* flex-direction: row; */
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0px !important;
    }

    .categoriesRow {
        overflow-x: scroll;
        overflow-y: hidden;
        min-height: 5em;
    }

        .categoriesRow::-webkit-scrollbar {
        }

    #btnAllCategories {
        min-width: 25px !important;
    }

    .categoryRowButton button {
        min-height: 4em;
        margin-right: 5px;
    }

    .subcategoryPrompt {
        padding-top: 15px;
        text-align: center;
    }

    .subCategoryColumn {
        margin-top: 25px;
        z-index: 999;
        overflow-y: scroll;
        max-height: 500px;
        padding: 0 0px 0 15px;
        height: fit-content;
    }

    .itemName {
        float: left;
    }

    .estimatedCost {
        float: none !important;
        padding: 5px 0;
        margin-top: 0px !important;
    }

    .estimatedDuration {
        float: left;
    }

    .btnAdd {
        margin-left: 65px;
        min-width: 55px;
    }

    .emptySpace {
        display: none;
    }

    .hideOnMobile {
        display: none;
    }

    .hideOnDesktop {
        display: block;
    }

    .availableServices {
        margin-top: 80px;
        max-height: 300px;
        overflow-y: scroll;
    }

    .btn-TimeSlot {
        padding: 0.25rem 1.125rem;
    }

    .btn-TimeSlot-pressed {
        padding: 0.25rem 1.125rem;
    }

    #btnFilterBySubCategory {
        width: 100%;
    }
}

@media(min-width:1025px) {
    .nonEmptySpace {
        display: none !important;
    }

    .btnAdd {
        margin-top: -20px;
    }

    .subcategoryPrompt {
        display: none;
    }

    .hideOnDesktop {
        display: none;
    }

    .hideOnMobile {
        display: block;
    }
}

@media(max-width:1200px) {
    .appointment-booking-popup {
        max-width: calc(100% - 30px) !important;
        margin: 15px !important;
    }
}

@media(max-width:991px) {
    .popup-outer, .appointment-section {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media(max-width:360px) {
    .appointment-booking-popup {
        max-width: 285px !important;
        padding: 20px 10px !important;
    }
}
