@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* Monument Grotesk Font Faces */
@font-face {
    font-family: 'Monument Grotesk';
    src: url('../fonts/Monument/MonumentGrotesk-Regular.woff2') format('woff2'), url('../fonts/Monument/MonumentGrotesk-Regular.woff') format('woff'), url('../fonts/Monument/MonumentGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: url('../fonts/Monument/MonumentGrotesk-Medium.woff2') format('woff2'), url('../fonts/Monument/MonumentGrotesk-Medium.woff') format('woff'), url('../fonts/Monument/MonumentGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: url('../fonts/Monument/MonumentGrotesk-Bold.woff2') format('woff2'), url('../fonts/Monument/MonumentGrotesk-Bold.woff') format('woff'), url('../fonts/Monument/MonumentGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: url('../fonts/Monument/MonumentGrotesk-Italic.woff2') format('woff2'), url('../fonts/Monument/MonumentGrotesk-Italic.woff') format('woff'), url('../fonts/Monument/MonumentGrotesk-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: url('../fonts/Monument/MonumentGrotesk-BoldItalic.woff2') format('woff2'), url('../fonts/Monument/MonumentGrotesk-BoldItalic.woff') format('woff'), url('../fonts/Monument/MonumentGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Apply Monument Grotesk to your project */
body {
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
@supports (-webkit-touch-callout: none) {
    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
        font-weight: 600;
        line-height: 1.2;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Monument Grotesk', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

span:not(.e-icons):not(.fa):not(.fas):not(.far):not(.material-icons):not(.e-profile),
div:not(.e-icons):not(.fa):not(.fas):not(.far):not(.material-icons):not(.e-profile),
main, section, p, a, li, label {
    font-family: inherit !important;
    font-style: normal;
    font-weight: 600!important;
}

/* Bold elements */
strong, h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
    font-weight: 500!important;
    font-style: normal;
}

/* Inputs, buttons, and form controls */
input, button, textarea, select, label{
    font-family: inherit !important;
    font-weight:normal!important;
}
.e-rowcell{
    font-weight:normal!important
}

.e-appbar.e-primary {
    background: #003077 !important;
    color: #fff;
    border-color: #003077 !important;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #3c4ac3;
}

.LanguageDesign {
    max-width: 140px;
}

.header {
    padding-top: 0px !important;
}
.etable {
    width: 100% !important;
}

.WeekDays {
    display: flex !important;
    margin: 2px 0px;
}

.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 40px !important;
    background: #ffffff;
    border: 1px solid #2f5287;
    min-height: 40px !important;
    margin-right: 2px !important;
    border-radius: 8px 8px 0px 0px;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-radius: 4px;
    color: #2f5287;
}

.HeadAdjust h5 {
    color: #3c586d;
}

.CardBoxeText {
    min-height: 325px;
}

.expertMode {
    text-align: center;
    font-weight: 500;
    font-family: inherit !important;
    display: flex;
    margin-top: 50px;
    color: #ffffff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.dot-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-left: 6px; /* optional, adds space from text */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); /* optional for better visibility */
    /*animation: blink 1s infinite;*/
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

path[id*="_tooltip_header_path"] {
    display: none !important;
}
.WidgetCenter {
    overflow: auto;
    height: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.e-appbar {
    position: absolute !important;
    padding-top: 22px !important;
    top: 0 !important;
}

.ReportSubHeading {
    background: #3c586d;
    padding: 10px 11px;
    border-right: 5px solid #9cb0cf;
    border-left: 5px solid #9cb0cf;
    color: #fff;
    border-bottom-left-radius: 17px;
    border-top-right-radius: 17px;
}

}

.e-grid .e-rowcell {
    padding: 4px 8px !important;
}
/*button img:nth-child(n+2) {
    display: none!important;
}
*/
.e-data-form .e-form-layout {
    display: none !important;
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
    min-height: fit-content !important;
    color: #201f1e;
}
    .sidebar-nav .nav-link.collapsed i {
        color: #899bbd;
    }

.expertMode span {
    color: #fff;
}

.sidebar-nav .nav-link:hover {
    color: #3d4cc3;
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: #3d4cc3;
}

.SubheaderRight {
    display: flex;
    justify-content: space-between;
    width: 98%;
}

.AdminNameDiv {
    margin-left: 10px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
/*/////////////////*/
.HeaderLEftBox {
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SubHeadingTable {
    margin-bottom: 15px;
}

.NoteText {
    display: flex;
}

.ExpertModeBtn {
    display: flex;
    font-weight: 400;
    align-items: center;
    background-color: #f0f0f0;
    color: #000000;
    height: 32px;
    border-radius: 2px;
    margin-right: 4px;
    padding: 2px 6px;
}

.DektopAdjust:first-of-type {
    margin-top: 0px;
}

.HeaderRightBox {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}

.LanguageDesign {
    max-width: 140px;
    margin-right: 8px;
}

.MobileHeader {
    display: none;
}

.ExpertControl {
    display: none;
}
/*/////////////////*/
.btn-cancel[b-r8q481zxml] {
    background-color: #E4E2E2;
    color: white !important;
}

.SidebarFooter {
    text-align: center;
    position: absolute;
    bottom: 25px;
    justify-self: center;
}

.powerdByText {
    font-size: 12px;
    color: #c4bebe;
    text-align: center;
    margin-top: 8px;
}

.sidebar-nav .nav-link .fa-chevron-right {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .fa-chevron-right {
    transform: rotate(90deg) !important;
}

.navbar-brand {
    width: 120px !important;
    text-align: left !important;
}

.iconsMobile {
    display: none;
}

.powerdByText a {
    color: white;
}

.BlazorTab {
    height: auto !important;
}

.e-tab {
    height: auto !important;
}

.btn-cancel {
    color: white !important;
}

.e-appbar {
    height: 72px !important;
    box-shadow: 0px 2px 4px #e7e7e7 !important;
    margin-top: -12px !important;
}

.e-dlg-container {
    z-index: 10005 !important;
}

.HeadAdjust {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.AlaramHeader {
    margin-top: 0px !important;
    display: flex;
    justify-content: space-between;
    padding: 10px 4px;
}

.chart-host {
    width: 100%;
    height: 100%;
}

.WeekDays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(60 88 109) !important;
}

.ActiveBox {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 500 !important;
    min-width: 120px;
    justify-content: center;
    font-size: 14px;
}

    .ActiveBox span {
        color: #05447a;
        font-weight: 500 !important;
    }

.daysBox {
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 10px;
    border: 1px solid #ebebeb;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .daysBox:hover {
        background: #eef4ff;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    }

/* syncfusion checkbox text */
.e-checkbox-wrapper {
    font-weight: 600;
    font-size: 14px;
    color: #374151;
}

    /* checked state color */
    .e-checkbox-wrapper .e-frame.e-check {
        background-color: #2563eb;
        border-color: #2563eb;
    }

.schedule-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.fahrplan-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.schedule-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

    .schedule-box:hover {
        background: #f9fafb;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    }

    .schedule-box label {
        font-weight: 600;
        font-size: 14px;
        color: #374151;
        margin-bottom: 6px;
        display: block;
    }

.task-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

    .task-form label {
        font-weight: 600;
        font-size: 14px;
        color: #374151;
        margin-bottom: 6px;
        display: block;
    }

    .task-form .row {
        margin-bottom: 18px;
    }

    .task-form .text-danger {
        font-size: 13px;
        font-weight: 500 !important;
    }

.custom-checkbox {
    width: 18px;
    height: 18px;
    cursor: not-allowed; /* read-only look */
    accent-color: #4CAF50; /* modern green */
    border-radius: 4px;
    border: 2px solid #4CAF50;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.btn-dell {
    position: absolute;
    right: 0;
}

.form-section {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.e-pager div.e-parentmsgbar {
    float: right;
    padding: 8px 0 0 0; /* top right bottom left */

    font-weight: 600;
    font-family: inherit !important;
}

/* Responsive */
@media (max-width: 992px) {
    .schedule-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .fahrplan-container {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 400px) {
    .schedule-container {
        grid-template-columns: 1fr;
    }
}
/* responsive for mobile */
@media (max-width: 768px) {
    .WeekDays {
        grid-template-columns: repeat(2, 1fr);
    }

    .fahrplan-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-text {
        display: none;
    }

    .btn-text {
        display: none;
    }

    .icon-label::after {
        content: attr(data-label);
        display: block;
        font-size: 10px;
        text-align: center;
        margin-top: 2px;
        color: #555;
    }

    .btn-dell {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 480px) {
    .WeekDays {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .e-btn, .e-css.e-btn {
        margin-block: auto !important;
    }

    .fahrplan-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .HeadAdjust {
        margin-top: 0px !important;
    }
    /*.e-btn.e-primary, .e-css.e-btn.e-primary {
            margin-top: 5px !important;
        }*/
    .MobileLabelDes {
        margin: 12px 0px 0px 16px !important;
    }

    .e-data-form .e-form-label {
        text-align: left !important;
        color: var(--content-text-color-alt-1, #343a40);
        float: left !important;
    }

    .e-dashboardlayout.e-control.e-responsive {
        height: auto !important;
        margin-top: 2px;
    }

    .e-card .e-card-actions button, .e-card .e-card-actions a {
        width: 98%;
    }

    .header {
        height: 200px;
    }

    .e-appbar {
        height: auto !important;
        margin-top: -9px !important;
    }

    .RemoveIcone {
        text-align: right !important;
        margin-top: 4px;
    }

    .e-dashboardlayout.e-control .e-panel {
        width: 98% !important;
        height: fit-content !important;
    }

    .toggle-sidebar-btn {
        margin-top: 5px !important;
    }

    .RemoveIcone span {
        border: 1px solid;
        padding: 5px;
        color: white;
        background: #3c586d;
        border-radius: 5px;
    }

    .e-popup.e-popup-open.e-dialog {
        height: fit-content;
    }

    .iconMobile {
        display: none;
    }

    .MobileLogin {
        max-width: 260px;
    }

    .info-box {
        padding: 4px;
        text-align: center;
    }

    .MobileBtn {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
    }

    .e-data-form .e-form-label {
        text-align: left !important;
        color: var(--content-text-color-alt-1, #343a40);
        float: left !important;
    }

    .iconMobile {
        margin-left: -31px !important;
    }

    .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 10px;
        font-weight: bold;
    }

    .navbar-brand {
        max-width: 100px !important;
        margin-left: -8px;
        text-align: left !important;
    }

    .nav-brand img {
        width: 100% !important;
    }

    .e-grid .e-pager {
        text-align: center;
    }

    .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
        font-weight: 600 !important;
        font-size: 10px;
    }

    .e-data-form .e-form-label {
        font-size: 12px;
        margin-bottom: 4px;
        text-align: start !important;
        float: left;
        font-weight: 400;
    }

    .e-dashboardlayout.e-control .e-panel {
        max-height: -webkit-fill-available !important;
    }

    .image-panel img {
        max-height: 140px;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        border: 1px solid #ddd;
    }

    .boxDiv {
        border: 1px solid #f1f1f1;
        background: #fcfcfc;
        box-shadow: 0px 0px 4px #ccc;
        padding: 5px 0px;
    }

    .e-dashboardlayout.e-control .e-panel .e-panel-container {
        margin-bottom: 8px;
    }

    .e-hscroll .e-hscroll-content {
        display: grid;
        height: inherit;
        width: 80%;
        position: relative;
        padding: 5px;
        margin: 0 auto;
        text-align: center;
    }

    .e-data-form .e-form-label {
        font-size: 12px;
        margin-bottom: 4px;
        text-align: start !important;
        font-weight: 400;
    }

    .e-panel {
        background-color: red;
        width: 92% !important;
    }
    /*.e-btn.e-primary, .e-css.e-btn.e-primary {
        margin-top: 50px;
        margin: 13px auto;
    }*/

    .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
        font-weight: 600;
        font-size: 12px;
    }
}


.btn-design-save[b-m69vnp0jrk] {
    background-color: #2e5186 !important;
    color: white !important;
}

.MapBox {
    display: flex;
    background: white;
    padding: 8px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

.listStyle {
    height: fit-content !important;
    line-height: 28px !important;
    font-size: 12px !important;
    width: 360px;
    border-radius: 0px;
    height: 40px;
    text-overflow: ellipsis;
    background: ghostwhite;
    margin-top: 2px;
    padding: 2px 10px;
}

.e-grid.e-default:not(.e-rtl) tr td:first-child:not(.e-xlsel-left-border,.e-fixedfreeze.e-freezeleftborder), .e-grid.e-default:not(.e-rtl) tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default:not(.e-rtl) tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
    vertical-align: middle !important;
}

.MainForm {
    border: 1px solid #f3f3f3;
    padding: 14px;
    margin-top: 14px;
}

.e-appbar.e-light {
    background: #ffffff !important;
}

.ExpertControl {
    color: #c7c7c7;
    justify-content: center;
    margin-top: 25vh;
    bottom: 70px;
    font-size: 14px;
    font-family: inherit !important;
    font-weight: 400;
}




.e-dashboardlayout.e-control .e-dashboard-gridline-table {
    background: #ffffff !important;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
    border-bottom: 1px solid #fff !important;
    margin-bottom: 0 !important;
    color: white !important;
    border-radius: 8px 8px 0px 0px !important;
    height: 40px !important;
    background: #3c586d !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
    color: #ffffff !important;
}

.MenuClass {
    position: relative;
    width: 250px;
    height: 40px;
    margin-bottom: 5px;
    background: white;
}

.e-card {
    background: #fff;
    border: none !important;
    box-shadow: none;
    color: #212529;
    outline: none;
}

.bg-primary {
    background-color: #3c586d !important;
}

.btn-primary {
    background-color: #3c586d !important;
}

.e-btn.e-primary, .e-css.e-btn.e-primary {
    background: #3c586d !important;
    border-color: #3c586d !important;
    color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    vertical-align: middle !important;
}

.e-dropdown-btn .e-caret, .e-dropdown-btn.e-btn .e-caret {
    font-size: 16px !important;
    margin-top: 5px !important;
    float: right !important;
}



@media (max-width: 1199px) {
    .combo-items {
        width: 100% !important;
    }
    .DektopAdjust{
        margin-top:0px;
    }
    .ExpertControl {
        color: #c7c7c7;
        justify-content: center;
        margin-top: 8px;
        display: flex;
        bottom: 70px;
        font-size: 14px;
        font-family: inherit !important;
        font-weight: 400;
    }
    .expertMode span {
        /* font-weight: 600; */
        color: #3c586d;
        font-size: 14px;
    }
    .MobileViewSupport {
        text-align: center;
    }
    .SubHeadingTable {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .expertMode {
        text-align: center;
        font-weight: 500;
        font-family: inherit !important;
        display: flex;
        margin-top: 50px;
        color: #3c586d;
        font-size: 14px;
        justify-content: center;
        align-items: center;
    }
    path[id*="_tooltip_header_path"] {
        display: none !important;
    }
    .e-month {
        display: flex !important;
    }

    .e-popup.e-popup-open.e-dialog {
        display: -ms-inline-flexbox;
        overflow: scroll !important;
        max-height: 550px !important;
    }

    .HeadAdjust {
        margin-top: 0px !important;
        margin-bottom: 8px;
        text-align: center;
        /* background: linear-gradient(36deg, rgb(47 82 135) 18%, rgb(166 171 179) 18%, rgb(47 82 135) 85%);*/
        height: 31px;
    }

        .HeadAdjust span {
            color: #fff;
            font-weight: bold;
        }

        .HeadAdjust h5 {
            color: #2f5286;
            padding: 2px;
            font-weight: 500;
        }

    label {
        font-size: 12px;
    }

    .e-canvas-wrapper {
        position: relative !important;
        overflow: hidden !important;
        height: 200px !important;
        margin: 0px auto !important;
        width: 220px !important;
    }
}

h1:focus {
    outline: none;
}


a, .btn-link {
    color: #0071c1;
}

.grid-border {
    border-style: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.gm-control-active > img {
    display: block !important;
}

.main {
    flex: 1;
    font-family: inherit !important;
}

    .main .top-row {
        background-color: #E4E2E2;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.profileWidth {
    width: 160px !important;
}





.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: block !important;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .value {
        background: #fafdff;
        font-size: 1.8vh;
    }
}

.dropdown-toggle::after {
    display: none;
}

.DashboardTitle h4 {
    float: left;
    width: -webkit-fill-available;
    margin-bottom: 18px;
    color: #3c586d;
}

.dropdown-menu i {
    margin-right: 15px;
}

@media(max-width:767px) {
    .dropdown-menu {
        position: unset !important;
    }

    .image-panel img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important; /* ya cover if cropping chahiye */
    }

    .sticky {
        padding-top: 20px !important;
        position: sticky !important;
        width: -webkit-fill-available; /* Safari/old WebKit */
        width: -moz-available; /* Firefox */
        width: fill-available; /* Standard (experimental) */

        position: fixed;
        height: auto !important;
        top: 61px !important;
        background-color: white !important;
        z-index: 9999 !important;
    }

    .pagetitle {
        margin-bottom: 6px !important;
        text-align: center;
        margin-top: -8px;
        padding: 3px 0px;
        text-align: left;
    }

    .DashboardTitle h4 {
        background-color: rgb(249 249 249);
        font-weight: 600;
        min-height: 35px;
        font-size: 18px;
        color: #3c586d;
        padding: 4px 6px;
        width: 100%;
        text-align: center;
        border: 1px solid #ddd;
        margin-bottom: 14px;
        text-align: center;
        user-select: none;
        cursor: not-allowed;
        border-left: 11px solid #3c586d;
    }

    .ButtonBoxDashboard {
        padding: 2px;
        border-left: 8px solid #3c586d;
        border-right: 8px solid #3c586d;
    }

    #main {
        margin-top: 50px;
        padding: 20px 30px;
        transition: all 0.3s;
    }

    .sidebar-nav .nav-link i {
        font-size: 13px;
        margin-right: 10px;
        color: #3c4ac3;
    }
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #3c4ac3;
}

.btn-add-new {
    background-color: #0968f6;
    color: white !important;
}

path[id*="_tooltip_header_path"] {
    display: none !important;
}

path[id*="_tooltip_header_path"] {
    display: none !important;
}

.PagerTemplate {
    width: 1000px;
    height: 64px;
    left: 183px;
    top: 615px;
    border-radius: 0px;
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.button-margin {
    margin-right: 10px;
}






.menu-icon {
    /* Style for your 3-line icon */
    cursor: pointer;
}

.content-expand {
    transition: margin-left .5s;
    margin-left: 0;
}

.content-collapse {
    transition: margin-left .5s;
    margin-left: 220px; /* Adjust this value based on the sidebar width */
}

.sf-sidebar {
    position: fixed;
    top: 56px;
    height: calc(100% - 56px);
    z-index: 100;
}

.sf-appbar {
    z-index: 1000;
}

:root {
    scroll-behavior: smooth;
}

body {
 
    background: #f6f9ff;
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }



#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 10px;
    }
}


.pagetitle {
    margin-bottom: 20px;
}

    .pagetitle h1 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 600;
        color: #3c586d;
    }
.e-grid .e-gridheader {
    color: #555555;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (max-width: 768px) {
    .HideTextMS {
        display: none;
    }

    .WeekDays {
        display: block !important;
        margin: 2px 0px;
    }

    .WidthBtnSub {
        max-width: 33px;
    }
}

@media (min-width: 576px) and (max-width:768) {
    .BtnMenue {
        width: 99%;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}


.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}


.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #012970;
    font-family: inherit !important;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 8px 12px 15px 12px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

.alert-heading {
    font-weight: 500;
    font-family: 'Monument Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px;
}

.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }


.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

.breadcrumb {
    font-size: 14px;
    font-family: 'Monument Grotesk';
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #4154f1;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #4154f1;
            border-bottom: 2px solid #4154f1;
        }


.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .schedule-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .fahrplan-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        opacity: 0;
    }

        .powerdByText a {
          color: white!important;
        }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }

    .MobileFaq {
        margin-top: -200px;
    }

        .powerdByText {
            color: #c4bebe!important;
        }
        /*.DesktopMobile {
            display: none;
        }*/
    }

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

    .header .search-form input {
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus,
        .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }


.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .badge-number {
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.UserBtnDesign[b-jl2y4qgnts] {
    background-color: #3c586d !important;
    color: white !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .notifications .notification-item i {
        margin: 0 20px 0 10px;
        font-size: 24px;
    }

    .header-nav .notifications .notification-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .header-nav .notifications .notification-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .notifications .notification-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }


.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #3c586d;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-radius: 4px;
    color: #2f5287 !important;
    border: 1px solid rgba(0, 0, 0, 0);
}

@media (min-width: 600px) and (max-width: 1199px) {
    .sidebar {
        position: fixed;
        top: 60px;
        left: -300px;
        bottom: 0;
        width: 250px;
        z-index: 996;
        transition: all 0.3s;
        padding: 0px 5px;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #3c586d;
    }

    .AdminNameDiv {
        width: 100%;
        margin-left: 10px;
        justify-content: end;
        display: inline-flex;
    }

    .MobileHeader {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: #3c586d !important;
        background: #3c586d;
        margin-bottom: 2px;
    }

        .MobileHeader h6 label {
            color: #fff;
        }
}

@media (max-width: 1800) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 300px;
    }

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

        .toggle-sidebar .sidebar {
            left: -300px;
        }
    }
.nav-link span {
    font-weight: bold!important;
}
    @media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }



    .margin-class {
        margin-right: 72px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #3c4ac3;
        background: #f6f9ff;
        padding: 10px 15px;
        border-radius: 4px;
    }

    .sidebar-nav .nav-content {
        padding: 2px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 12px;
            font-weight: 600;
            color: #012970;
            color: #3c586d;
            background: #f4f8ff;
            transition: all 0.3s ease;
            padding: 10px 20px 10px 40px;
            transition: all 0.3s ease;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover,
            .sidebar-nav .nav-content a.active {
                color: #4154f1;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #4154f1;
                }

.e-grid .e-gridheader tr:first-child th:not(.e-freezeleftborder,.e-freezerightborder) {
    border-right: 1px solid #ddd !important;
}

.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }


    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }


.dashboard .info-card {
    padding-bottom: 10px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}
    .dashboard .card-icon {
        font-size: 32px;
        line-height: 0;
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .nav-link span{
       font-weight:bold;
     }
.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }


.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }


.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/* Custom color Switch */
.e-switch-wrapper.bar-color .e-switch-inner.e-switch-active,
.e-switch-wrapper.bar-color:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #4d841d;
    border-color: #4d841d;
}

.e-switch-wrapper.bar-color .e-switch-inner,
.e-switch-wrapper.bar-color .e-switch-off {
    background-color: #e3165b;
    border-color: #e3165b;
}

.e-switch-wrapper.bar-color .e-switch-handle {
    background-color: #fff;
}


.e-switch-wrapper.handle-color .e-switch-handle {
    background-color: #e3165b;
}

    .e-switch-wrapper.handle-color .e-switch-handle.e-switch-active {
        background-color: #4d841d
    }

.e-switch-wrapper.handle-color .e-switch-inner.e-switch-active,
.e-switch-wrapper.handle-color:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #fff;
    border-color: #ccc;
}

.e-switch-wrapper.handle-color .e-switch-inner,
.e-switch-wrapper.handle-color .e-switch-off {
    background-color: #fff;
    border-color: #ccc;
}

.e-switch-wrapper.custom-iOS .e-switch-inner.e-switch-active,
.e-switch-wrapper.custom-iOS:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #3df865;
    border-color: #3df665;
}

.e-switch-wrapper.custom-iOS {
    width: 42px;
    height: 24px;
}

    .e-switch-wrapper.custom-iOS .e-switch-handle {
        width: 20px;
        height: 20px;
    }

        .e-switch-wrapper.custom-iOS .e-switch-handle.e-switch-active {
            margin-left: -22px;
        }

.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: 'Monument Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

.info-box {
    padding: 20px;
    text-align: center;
}

.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

.VersionControl {
    color: #c7c7c7;
    margin-top: -15px;
    text-align: center;
    font-size: 14px;
    font-family: 'Monument Grotesk', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 400;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #4154f1;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #4154f1;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

@media (max-width: 1199px) {
    .DesktopMobile {
        display: none;
    }
    .VersionControl span {
        font-weight: 600;
        color: #c7c7c7 !important;
        opacity: 1 !important;
    }
    .ExpertModeBtn {
        display: none;
    }

}

.BorderBox {
    border: 2px solid #dedede !important;
    border-radius: 14px !important;
    padding: 10px 10px !important;
}

    /*///////////////////////Responsive form small mobiles//////////////////////////*/
    /* Small mobile devices (portrait phones, less than 480px) */
    @media only screen and (max-width: 600px) {
        .toggle-sidebar .sidebar {
            left: 0px !important;
            border-top-right-radius: 24px;
        }

        .sidebar {
            position: fixed;
            top: 62px;
            left: -260px;
            bottom: 0;
            width: 260px;
            z-index: 996;
            transition: all 0.3s;
            padding: 6px 6px;
            scrollbar-width: thin;
            scrollbar-color: #aab7cf transparent;
            box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
            background-color: #3c586d;
        }
        .sidebar-nav .nav-item {
            margin-bottom: 2px;
        }
        .e-card .e-card-actions button, .e-card .e-card-actions a {
            min-height: 75px;
        }

    .e-grid.e-responsive .e-rowcell, .e-grid.e-responsive .e-headercelldiv {
        text-overflow: clip;
        white-space: nowrap;
    }

    .SubHeadingTable h5 {
        font-weight: 600;
        font-size: 18px;
        background: #f5f5f5;
        color: #3c586d;
        margin-top: 14px;
        padding: 2px 4px;
        line-height: 1.7em;
        box-shadow: 2px 0px 2px 0 #cac9c9;
        text-align: center;
        user-select: none;
        cursor: pointer;
        border-left: 15px solid #2e5186;
        border-right: 15px solid #2e5285;
        border-radius: 8px 8px 8px 8px;
    }

    .btn-add-new {
        padding: 4px 8px !important;
        margin-top: 4px !important;
    }

    .e-card .e-card-header {
        padding: 6px 8px;
    }

    .pagetitle h1 {
        font-size: 16px;
    }

    .e-appbar.e-light {
        padding: 12px 12px;
        height: 70px !important;
    }

    .pagetitle h1 span {
    }

    .AdminNameDiv {
        width: 100%;
        margin-left: 10px;
        display: inline-flex;
        justify-content: end;
    }

    .MobileHeader {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        max-height: 42px !important;
    }

        .MobileHeader h6 label {
            color: #fff !important;
        }

    .sticky {
        padding-top: 10px !important;
        position: sticky !important;
        width: -webkit-fill-available !important;
        position: fixed;
        height: auto !important;
        top: 61px !important;
        background-color: white !important;
        z-index: 9999 !important;
    }

    .UserDisplay {
        position: absolute;
        left: 18px;
        width: 28%;
    }

        .VersionControl {
            color: #c7c7c7;
            margin-top: 11px;
            text-align: center;
            font-size: 14px;
            font-family: 'Monument Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
            font-weight: 400;
        }

        .VersionControl span {
            font-weight: 600;
            color: #c7c7c7 !important;
            opacity: 1 !important;
        }

    .UserDisplay {
        position: absolute;
        left: 18px !important;
        width: 28% !important;
    }

    .sidebar-nav .nav-link:hover i {
        color: #ffffff;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #25689f;
        transition: all 0.3s ease;
        background: #e1ecf7;
        padding: 8px 12px;
        border-radius: 4px;
    }

    .BorderBox {
        border: 1px solid #dedede !important;
        border-radius: 6px !important;
        padding: 6px 8px !important;
        /* margin-top: 6px; */
        margin-top: 6px;
    }

    .sidebar-nav .nav-content a {
        font-size: 12px;
        padding: 8px 30px 8px 30px;
        transition: 0.3s;
    }

    .sidebar-nav .nav-link i {
        font-size: 14px;
        margin-right: 10px;
        color: #3c586d !important;
    }

    .e-dashboardlayout {
        padding: 0px;
        margin-top: 0px;
        z-index: 0;
    }

    .pagetitle h1 {
        display: inline-table;
        font-size: 16px;
        padding-top: 4px;
    }

    ss

    .sticky + .e-dashboardlayout {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 1455px) {
    .e-dashboardlayout.e-control .e-panel {
        /*margin: 4px 4px !important;*/
        /*        min-width: 174px !important;
        min-height: 185px !important;
        position: initial !important;*/
        display: inline-block;
        max-width: 100% !important;
    }

    .sticky {
        padding: 4px 2px;
        position: sticky;
        width: -webkit-fill-available;
        height: auto;
        /* top: 75px; */
        background-color: #f6f9ff;
        z-index: 9999;
    }

    .btnMobileScreen {
        margin-top: 0px;
        padding-top: 3px;
        max-height: 34px;
    }


    .blank {
        display: none !important;
    }

    .HeaderLEftBox {
        width: 350px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .HeaderRightBox {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .LanguageDesign {
        max-width: 120px;
        margin-right: 5px;
    }
}
/* Responsive */
/*Media queries*/
/* Medium mobile devices (portrait phones, 480px and above) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Styles for medium devices */
}

@media only screen (min-width: 1024px) {
    .ExpertControl {
        display: none;
    }
}
/* Large mobile devices (tablets in portrait mode, small landscape phones) */

/* iPhone 5, SE (320px width) */
@media only screen and (max-width: 320px) {
    /* Styles for iPhone 5, SE */
}

/* iPhone 6/7/8 (375px width) */
@media only screen and (max-width: 375px) {
    /* Styles for iPhone 6/7/8 */
}
/* Extra large mobile devices (large tablets and large phones like iPhone Plus or Samsung Note series) */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .AdminNameDiv {
        width: 100%;
        margin-left: 10px;
        display: inline-flex;
        /*justify-content: space-between;*/
    }
}



/* iPhone X, XS, 11 Pro (375px width but different aspect ratio) */
@media only screen and (max-width: 375px) and (max-height: 812px) {
    /* Styles for iPhone X, XS, 11 Pro */
}

/* iPhone Plus models (414px width) */
@media only screen and (max-width: 414px) {
    /* Styles for iPhone 6/7/8 Plus, Xr */
}

/* iPhone 12/13 (390px width) */
@media only screen and (max-width: 390px) {
    /* Styles for iPhone 12/13 */
}

/* Samsung Galaxy S4 (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for Galaxy S4 */
}

/* Samsung Galaxy S5/S6/S7 (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for Galaxy S5/S6/S7 */
}

/* Samsung Galaxy Note 4 (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for Samsung Galaxy Note 4 */
}

/* Samsung Galaxy S8 (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for Galaxy S8 */
}

/* Samsung Galaxy S9/S10/S20 (375px width) */
@media only screen and (max-width: 375px) {
    /* Styles for Galaxy S9/S10/S20 */
}

/* Google Pixel (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for Google Pixel */
}

/* Huawei P30/P40 Pro (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for Huawei P30/P40 */
}

/* LG G6 (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for LG G6 */
}

/* OnePlus devices (360px width) */
@media only screen and (max-width: 360px) {
    /* Styles for OnePlus devices */
}

/* Portrait mode (for all mobile devices) */
@media only screen and (orientation: portrait) {
    /* Styles for portrait mode */
}

/* Landscape mode (for all mobile devices) */
@media only screen and (orientation: landscape) {
    /* Styles for landscape mode */
}
