html, body {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /*font-family: "Poppins", serif;*/
    color: #1c1d1b;
    background-color: #f8f9fa !important;
    font-size: 14px;
}

color-w-bg {
    background-color: #fff;
}

.e-btn:hover, .e-css.e-btn:hover {
    background: #eee !important;
    border-color: #eee !important;
    box-shadow: none !important;
    color: #fff;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
    }

app {
    position: relative;
    display: flex;
    /*flex-direction: column;*/
}

.light-background {
    --background-color: #fffaf8;
    --surface-color: #ffffff;
    --default-color: #1c1d1b;
}

.dashboard-page .card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 0px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
}

    .dashboard-page .card h2 {
        font-size: 30px;
        color: var(--background-color);
    }

    .dashboard-page .card p {
        font-size: 16px;
        color: var(--background-color) !important;
    }

    .dashboard-page .card span {
        font-size: 20px;
        color: var(--background-color);
        margin: 10px;
    }

.text-white {
    color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

.bg-primary1 {
    background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}

.bg-info1 {
    background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

.bg-warning1 {
    background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

.bg-danger1 {
    background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

.bg-color {
    background-color: #f4faff;
    /*background-color: #fff;*/
}

td.e-rowcell .statustxt {
    position: static;
}

.statustemp {
}

.login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    background: #29166f;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

    .login-form-btn:hover {
        background: #29166f;
        color: #fff;
    }

.error-text {
    color: red;
    font-size: 13px;
    /*float: left;*/
}

.statustemp .e-inactivecolor {
    background-color: #ffd7cc !important;
    width: 120px !important;
    padding: 8px;
    text-align: center !important;
    height: 100px;
    display: contents !important;
}

.statustemp .e-activecolor {
    background-color: #ccffcc !important;
    width: 120px !important;
    padding: 8px;
    text-align: center !important;
    height: 100px;
    display: contents !important;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-weight: 400;
}

.dark-background {
    --background-color: #060606;
    --default-color: #1c1d1b;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}

.hero img {
    /**
    max-width: 400px;
    max-height: 350px;
    */
}

.top-btn a {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

    .top-btn a:hover {
        color: var(--contrast-color);
        background: var(--accent-color);
        font-family: var(--heading-font);
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 12px 28px;
        border-radius: 50px;
        transition: 0.5s;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

.drawer-profile1 .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    /*font-weight: 400;*/
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    /*padding: 10px 28px 12px 28px;*/
    /*border-radius: 50px;*/
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/** scroll bar */
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e1e1e1;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(76,76,76,1) 23%,rgba(76,76,76,1) 23%,rgba(71,71,71,1) 72%,rgba(17,17,17,1) 99%);
    /*    background-image: url("../images/hl_bg_banner.jpg");*/
}

/* material theme */
:root {
    --mdc-theme-primary: #5D2E8F;
    --mdc-theme-secondary: #fbaf41;
    /*--mdc-theme-on-primary: #495f90;
    --mdc-theme-on-secondary: #ffe172;*/
    --mdc-theme-text-primary: #ffffff;
    --mdc-theme-text-secondary: #333;
    --mdc-theme-text-on-primary: #001037;
    --mdc-theme-text-on-secondary: #c48003;
    /*--mdc-theme-surface: #263238; */
    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #7a6960;
    --accent-color: #eb5d1e;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --info-rgb: 51, 153, 255;
    --warning-rgb: 249, 177, 21;
    --danger-rgb: 229, 83, 83;
    --light-rgb: 243, 244, 247;
    --dark-rgb: 33, 38, 49;
    --bg-opacity: 1;
    --white-rgb: #fff;
    --primary-rgb: #001037;
    --heading-font: "Poppins", serif;
}

.mdc-icon-button .fa {
    font-size: 30px;
}

/* Loading page */
.triangle-container {
    left: calc(-50vw + 50%);
    position: fixed;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    /*    background-color: #5D2E8F;*/
}

.triangles {
    /*background-image: url("../images/CRM-ERP-banner.jpg");*/
    background-size: cover;
    height: 100%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: fixed;
    right: 0;
    top: 0;
    background-position: center center;
}

.loading-container {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 10% auto 0 auto;
    padding: 20px;
    width: 280px;
}

/* Login page */
.login-body {
    position: relative;
}

.logo {
    text-align: center;
}

    .logo h4 {
        margin: 20px auto;
    }

.login-container, .loading-container, .mdc-card {
    border-radius: 0 !important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}

    .login-container .mdc-card {
        padding: 40px 30px;
        width: 500px;
    }

    .login-container .mat-accordion {
        width: 500px;
    }

.container-fluid .login-container {
    display: block;
    max-width: 500px;
}

.about ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    list-style: none;
    padding-bottom: 14px;
}

.about ul {
    padding: 0px;
    margin: 0px;
}

    .about ul li {
    }

        .about ul li i {
            /*padding-right: 15px;*/
            /*color: var(--default-color);*/
            background-color: var(--background-color);
            background: color-mix(in srgb, #4154f1, transparent 92%);
            color: #4154f1;
            line-height: 0;
            padding: 4px;
            margin-right: 10px;
            font-size: 24px;
            border-radius: 3px;
            transition: 0.3s;
        }

.additional-info {
    color: #636c72;
    background-color: rgba(0,0,0,.04);
    padding: 10px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: .875rem;
}

.login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    margin: 5% auto 0;
    width: 250px;
}


.login-body {
    flex-direction: column;
    margin: 0 auto;
}

    .login-body .mat-accordion .mat-expansion-panel__header {
        flex-basis: 80%;
    }

    .login-body .mat-expansion-panel {
        background-color: #f4f4f4 !important;
    }

/*Loading*/
.bounce {
    margin: 10px auto 10px;
    width: 70px;
    text-align: center;
}

    .bounce > div {
        width: 18px;
        height: 18px;
        background-color: #0197d5;
        border-radius: 100%;
        display: inline-block;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .bounce .bounce1 {
        animation-delay: -0.32s;
    }

    .bounce .bounce2 {
        animation-delay: -0.16s;
    }

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

/* app bar */
.mdc-top-app-bar__row {
    background-color: #fff;
    color: #404040;
}

.mdc-top-app-bar__section .mdc-icon-button i {
    color: #5D2E8F;
}

.logo-img {
    height: 42px;
}

.mdc-top-app-bar {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: white;
    z-index: 7 !important;
    position: sticky !important;
    top: 0;
}

.mdc-top-app-bar__title,
.mdc-top-app-bar__title a {
    color: white;
}


.sub-menu {
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.hidden-mdc-down nav a {
    color: #E00;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}

    .hidden-mdc-down nav a:hover {
        color: #F55;
    }

.hidden-mdc-down nav ul,
.hidden-mdc-down nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hidden-mdc-down nav > ul {
    background: #EEE;
    text-align: center;
}

    .hidden-mdc-down nav > ul > li {
        display: inline-block;
        border-left: solid 1px #aaa;
    }

        .hidden-mdc-down nav > ul > li:first-child {
            border-left: none;
        }

.sub-menu {
    background: #DDD;
}


/* page */
.container-fluid {
    /*min-height: 350px;*/
    padding: 10px 20px;
}

.page-footer {
    /* display: flex;
    flex: 0 0 auto;
    background: #fff;
    color: #4d4d4d;
    padding: 9px 12px 9px 18px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.21);
    margin-top: 30px;
    font-size: 12px;
    align-content: center;*/
    /*position: relative;*/
    padding: 5px;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 9px 12px 9px 18px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.21);
    margin-top: 30px;
    font-size: 12px;
    background: #fff;
    color: #4d4d4d;
    align-content: center;
    ;
    /*  display: flex;
    flex: 0 0 auto;
    background: #fff;
    color: #4d4d4d;
    padding: 9px 12px 9px 18px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
    position: fixed;
    align-content: center;
    bottom: 0;
    width: 100%;
    text-align: center;*/
}

.flex-1 {
    flex: 1;
}

/* Drawer */
.mdc-nav-li {
    list-style: none;
}

.mini .mdc-drawer,
.mini .app-sidebar {
    width: 54px;
    transition: width .4s ease-in-out;
}

    .mini .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
        margin-left: 54px;
        transition: margin-left .4s ease-in-out;
    }

.mini .drawer-profile {
    padding: 0 4px;
}

.mini .after.mdc-sub-menu-icon,
.mini .miniHover {
    transform: translateX(200%);
    animation: slide-out 1s forwards;
    transition: .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: fixed;
}

.mini .mdc-drawer:hover .after.mdc-sub-menu-icon,
.mini .mdc-drawer:hover .miniHover {
    transform: translateX(0%);
    animation: slide-in 1s forwards;
    transition: width .4s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: relative;
}

.mini .mdc-drawer:hover .after.mdc-sub-menu-icon {
    position: absolute;
}

.mini .drawer-footer .mdc-button {
    min-width: 36px;
}

.mdc-drawer:hover,
.mdc-drawer:hover .app-sidebar,
.full .mdc-drawer,
.full .app-sidebar {
    width: 256px;
    transition: width .4s ease-in-out;
}

.closed .mdc-drawer,
.closed .app-sidebar {
    width: 0;
    transition: width .4s ease-in-out;
}

.mini .mdc-drawer:hover.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content,
.full .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
    margin-left: 256px;
    transition: margin-left .4s ease-in-out;
}

.closed .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
    margin-left: 0;
    transition: margin-left .4s ease-in-out;
}

.mdc-drawer__content {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    color: #FFF;
}

.mdc-drawer .mdc-list-item {
    margin: 8px 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.mdc-drawere .mdc-list-item:active {
    box-shadow: inset 3px 0 0 #886ab5;
}

.mdc-drawer .mdc-list-item--disabled {
    color: #775e91 !important;
}

.mdc-drawer a.mdc-list-item {
    padding: 0 14px !important;
}

.mdc-drawer .mdc-list-item--selected {
    border-left: solid 3px rgba(255, 255, 255, .5);
}

    .mdc-drawer .mdc-list-item--selected::before {
        opacity: 0.3 !important;
    }

.mdc-expansion-panel--selected .mat-expansion-panel__summary {
    border-left: solid 3px rgba(255, 255, 255, .3);
}

    .mdc-expansion-panel--selected .mat-expansion-panel__summary::before {
        opacity: 0.2 !important;
    }

.mat-accordion .mdc-nav-menu .mat-expansion-panel.mat-expansion-panel--expanded {
    margin: 0;
}

.drawer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5D2E8F;
    height: 64px;
    color: #fff;
}

    .drawer-logo a {
        color: #fff;
    }

.drawer-header {
}

.drawer-profile {
    /* padding: 16px;
    border-bottom: solid 1px #777;*/
    /*background-image: url("../images/profile-bg.jpg");*/
    /* background-size: cover;*/
    color: #343a40;
    font-size: 12px;
}




    .drawer-profile a,
    .drawer-profile .material-icons {
        color: #fff;
    }

    .drawer-profile .e-btn {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        border: none;
        outline: none;
        background-color: transparent;
        fill: currentColor;
        color: inherit;
        font-size: 24px;
        text-decoration: none;
        cursor: pointer;
        user-select: none;
        width: 48px;
        height: 48px;
        padding: 12px;
    }

        .drawer-profile .e-btn .e-icons {
            font-size: 22px;
        }

.app-sidebar .material-icons {
    margin-right: 8px;
    padding-left: 7px;
}

.app-sidebar .mat-expansion-panel__content .material-icons {
    padding-left: 2px;
    margin-left: -3px;
}

.app-sidebar .mdc-nav-li .material-icons {
    margin-right: 8px;
    padding-left: 0;
}

.mdc-drawer {
    /*margin-top: 64px;*/
    box-shadow: 2px 0 5px 0 rgba(0,0,0,0.16);
}

.mdc-drawer-app-content {
    background-color: #f5f5f5;
}

.mat-drawer-container-responsive {
    display: flex;
    flex-direction: row;
}

    .mat-drawer-container-responsive .mdc-drawer {
        width: unset !important;
        position: relative;
    }

        .mat-drawer-container-responsive .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
            margin-left: unset !important;
            position: relative;
            flex: 1;
        }

.mdc-top-app-bar--fixed-adjust {
    padding-top: 0 !important;
    overflow: hidden;
}

.drawer-footer {
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #AAA;
    font-size: 12px;
    padding: 0 12px 0 12px;
    background-color: lightgray
}

/*  forms */
fieldset {
    border: none;
}

hr {
    clear: both;
}

/* breadcrumbs */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

    /* Add a slash symbol (/) before/behind each list item */
    ul.breadcrumb li + li:before {
        padding: 8px;
        content: "›";
    }

    ul.breadcrumb li,
    ul.breadcrumb li a {
        text-transform: uppercase;
        text-shadow: none;
        font-size: 13px;
        text-decoration: none;
        display: inline;
    }

        ul.breadcrumb li a:hover {
            text-decoration: underline;
        }

.mdc-checkbox label {
    margin-bottom: 0px !important;
}


/** Simple drag and drop with Blazor CSS **/

.jobs-container {
    display: flex;
    justify-content: space-around;
}

.job-status {
    display: flex;
    flex-direction: column;
    width: 312px;
}

    .job-status ul {
        flex: 1;
    }

.dropzone {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

/* dialog */
.mdc-dialog__content {
    min-width: 300px;
}

.mdc-dialog__title + .mdc-dialog__content {
    padding: 20px 24px !important;
}

.mdc-dialog__title {
    color: #fff !important;
    background: #5D2E8F;
}

.mdc-dialog__actions {
    border-top: 1px solid #e1e1e1 !important;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }

/* misc */
.contrib-card {
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .contrib-card img {
        height: 50px;
        width: 50px;
    }

.screenshot {
    text-align: center;
    display: block;
}

    .screenshot img {
        max-width: 100%;
    }

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui::before {
    margin: auto;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui {
    z-index: 9999;
    display: none;
    background: #fff;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 596.98px) {
    .drawer-logo {
        height: 56px;
    }

    .logo-img {
        height: 38px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .mdc-drawer, .app-sidebar {
        width: 54px !important;
        transform: translateX(0%);
        transition: width .4s ease-in-out;
    }

    .drawer-profile {
        padding: 0 4px;
    }

    .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
        margin-left: 54px !important;
        transition: margin-left .2s ease-in-out;
    }

    .mat-accordion .mdc-nav-menu .mat-expansion-panel__content {
        padding-left: 6px;
    }

    .full .mdc-drawer:hover .mat-accordion .mdc-nav-menu .mat-expansion-panel__content {
        padding-left: 13px;
    }

    .mdc-sub-menu-icon,
    .drawer-profile span,
    .miniHover,
    .brand {
        visibility: hidden;
        opacity: 0;
        position: fixed;
    }

    .mdc-drawer:hover,
    .mdc-drawer:hover .app-sidebar,
    .full .mdc-drawer,
    .full .app-sidebar {
        width: 256px !important;
        z-index: 99;
    }

        .full .drawer-profile span,
        .full .miniHover,
        .full .brand,
        .mdc-drawer:hover .drawer-profile span,
        .mdc-drawer:hover .miniHover,
        .mdc-drawer:hover .brand {
            visibility: visible;
            opacity: 1;
            position: relative;
        }

    .full .mdc-top-app-bar__section--align-end {
        display: none;
        transition: .4s ease-in-out;
    }

    .full .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
        margin-left: 256px !important;
        transition: margin-left .2s ease-in-out;
    }

    .closed .mdc-drawer,
    .closed .app-sidebar {
        width: 0 !important;
        transform: translateX(0%);
        transition: width .4s ease-in-out;
    }

        .closed .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
            margin-left: 0 !important;
            transition: margin-left .2s ease-in-out;
        }

    .drawer-footer {
        padding: 0;
    }

    .closed .mdc-drawer {
        transform: translateX(-100%);
        animation: slide-out 1s forwards;
        transition: .4s ease-in-out;
    }

    .login-container .mdc-card {
        padding: 20px;
        width: 300px;
    }

    .login-container .mat-accordion {
        width: 300px;
    }

    .loading-container {
        padding: 10px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}



/* MatBlazor temp */
.mat-toast-body {
    padding: 8px 5px;
}

.mat-toast-icon {
    padding-left: 5px;
}

.mat-toast-close-button .material-icons {
    color: white;
}

.mat-paginator {
    background: none;
}



.mat-fab-animate {
    animation: mat_fab_spin 1s linear normal;
}

@keyframes mat_fab_spin {

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Refresh Timer*/
div.refresh-timer.row {
    margin-left: 0;
    margin-right: 0;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    div.refresh-timer.row div {
        -webkit-align-self: center;
        -o-align-self: center;
        align-self: center;
        margin-left: .2rem;
        margin-right: .2rem;
    }

div.refresh-timer-interval-wrapper {
    width: 100px;
}



.e-schedule-dialog .e-event-delete {
    float: left;
    display: none;
}

.e-content .e-item {
    font-size: 12px;
    padding: 10px;
    text-align: justify;
}


.planner-calendar {
    font-size: 14px;
    margin: 20px 30px;
    color: #9aa5bb;
    letter-spacing: 0.05px;
}

.search-box {
    background-color: #fff;
    width: 100%;
}

.waitlist-box {
    width: 100%;
    height: 600px;
    overflow: scroll;
    background-color: #fff;
    overflow-x: hidden;
}

.planner-calendar .e-all-day-appointment-wrapper, .planner-calendar .e-timeline-wrapper {
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
}

.planner-calendar .drag-sample-wrapper {
    display: flex;
    justify-content: space-between;
}

    .planner-calendar .drag-sample-wrapper .schedule-container {
        padding-right: 25px;
        width: 100%;
        /*box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 20%);*/
    }

        .planner-calendar .drag-sample-wrapper .schedule-container .e-schedule-toolbar-container .e-toolbar-items .e-toolbar-center .planner-dropdown {
            margin-top: 5px;
            margin-left: 20px;
        }

        .planner-calendar .drag-sample-wrapper .schedule-container .e-table-container .e-month-view .e-content-wrap .e-work-cells .e-block-indicator {
            visibility: hidden;
        }

        .planner-calendar .drag-sample-wrapper .schedule-container .e-table-container .e-month-view .e-content-wrap .e-work-cells .e-appointment .e-time, .planner-calendar .drag-sample-wrapper .schedule-container .e-table-container .e-month-view .e-content-wrap .e-work-cells .e-appointment .e-subject {
            padding: 2px;
        }

        .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .quick-info-header {
            background-color: white;
            padding: 8px 18px;
        }

            .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .quick-info-header .quick-info-header-content {
                height: 50px;
                justify-content: flex-end;
                display: flex;
                flex-direction: column;
                padding: 0 10px 5px;
            }

                .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .quick-info-header .quick-info-header-content .quick-info-title {
                    font-weight: 500;
                    font-size: 16px;
                    letter-spacing: 0.48px;
                    height: 22px;
                }

                .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .quick-info-header .quick-info-header-content .duration-text {
                    font-size: 11px;
                    letter-spacing: 0.33px;
                    height: 14px;
                }

        .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .event-content {
            height: 120px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 15px;
        }

            .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .event-content div {
                font-size: 11px;
                color: #666;
                letter-spacing: 0.33px;
                height: 24px;
                padding: 5px;
            }

                .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .event-content div label {
                    display: inline-block;
                    min-width: 70px;
                    color: #666;
                }

                .planner-calendar .drag-sample-wrapper .schedule-container .e-quick-popup-wrapper.e-popup-open .e-event-popup .event-content div span {
                    font-size: 11px;
                    color: #151515;
                    letter-spacing: 0.33px;
                    line-height: 14px;
                    padding-left: 8px;
                }

    .planner-calendar .drag-sample-wrapper .treeview-container {
        /* add event button customization */
        /*box-shadow: 1px 2px 20px 0 rgb(173 173 255 / 20%);*/
        background-color: #fff;
    }

        .planner-calendar .drag-sample-wrapper .treeview-container .add-event-container, .planner-calendar .drag-sample-wrapper .treeview-container .specialization-types {
            margin: 5px;
            width: 260px;
        }

        .planner-calendar .drag-sample-wrapper .treeview-container .title-container {
            margin-top: 15px;
            margin-left: 10px;
        }

            .planner-calendar .drag-sample-wrapper .treeview-container .title-container .title-text {
                font-weight: 400;
                font-size: 16px;
                color: #333;
                letter-spacing: 0.48px;
                font-weight: bold;
                padding: 0 5px;
            }

    .planner-calendar .drag-sample-wrapper .treeview-container {
        padding: 0 !important;
    }

        .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent {
            height: 100%;
            padding: 0 2px;
        }

            .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent.e-ul {
                overflow: hidden;
            }

            .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item {
                //height: 115px;
                border-radius: 4px;
                //margin: 5px 0;
            }

                .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item.e-hover .e-fullrow, .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item.e-active .e-fullrow, .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item.e-active.e-hover .e-fullrow {
                    background-color: transparent;
                    border-color: transparent;
                    box-shadow: none !important;
                }

                .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item.e-hover .e-text-content .e-list-text, .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item.e-active .e-text-content .e-list-text, .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item.e-active.e-hover .e-text-content .e-list-text {
                    color: #333;
                }

                .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-fullrow {
                    height: 140px;
                }

                .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-text-content {
                    padding: 0;
                    height: 140px;
                }

                    .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-text-content .e-list-text {
                        background: #f2f9ff;
                        border-radius: 4px;
                        padding: 6px 10px;
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                        grid-auto-rows: minmax(100px, auto);
                        font-size: 12px;
                    }

.e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: #d1ebff;
    border-color: #f2f9ff;
    box-shadow: none;
    color: #0e0d0d;
    border: 0px;
}

.planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #item-icon-container {
    position: relative;
    padding: 25px 0;
    text-align: center;
    margin: 0px 30px;
}

.planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text {
    background: white;
    border: 0.5px solid #e1e7ec;
    height: 140px;
    line-height: 12px;
    padding: 0 5px;
    width: 260px;
}

    .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #waiting {
        height: 100%;
        padding: 0;
        display: flex;
    }

        .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #waiting #waitdetails {
            width: 70%;
            float: left;
            height: 100%;
            padding: 0;
        }

            .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #waiting #waitdetails #waitlist {
                height: 18px;
                font-weight: 500;
                font-size: 13px;
                color: #333;
                letter-spacing: 0.39px;
            }

            .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #waiting #waitdetails #event-time {
                font-size: 10px;
                color: #333;
                letter-spacing: 0.3px;
                height: 17px;
                padding: 2px 0;
            }

            .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #waiting #waitdetails #waitcategory {
                height: 17px;
                font-size: 10px;
                color: #999;
                letter-spacing: 0.3px;
            }

    .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #item-icon-container {
        position: relative;
        padding: 10px 0;
    }

        .planner-calendar .drag-sample-wrapper .treeview-container .e-list-parent .e-list-item .e-list-text #item-icon-container .item-icon {
            position: absolute;
            font-size: 20px;
            color: #c0c0c0;
        }

.e-drag-item.treeview-external-drag {
    height: 150px;
    border-radius: 4px;
    margin: 5px 0;
    background: #fff5f5;
    box-shadow: 1px 2px 4px 0 rgba(255, 0, 0, 0.25);
}

    .e-drag-item.treeview-external-drag.e-hover .e-fullrow, .e-drag-item.treeview-external-drag.e-active .e-fullrow, .e-drag-item.treeview-external-drag.e-active.e-hover .e-fullrow {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none !important;
    }

    .e-drag-item.treeview-external-drag.e-hover .e-text-content .e-list-text, .e-drag-item.treeview-external-drag.e-active .e-text-content .e-list-text, .e-drag-item.treeview-external-drag.e-active.e-hover .e-text-content .e-list-text {
        color: #333;
    }

    .e-drag-item.treeview-external-drag .e-fullrow {
        height: 85px;
    }

    .e-drag-item.treeview-external-drag .e-text-content {
        padding: 0;
        height: 100px;
    }

        .e-drag-item.treeview-external-drag .e-text-content .e-list-text {
            background: #fff5f5;
            border-radius: 4px;
            /* height: 100%;*/
            padding: 6px 10px;
            border: none;
        }

    .e-drag-item.treeview-external-drag .e-list-text {
        background: white;
        border: 0.5px solid #e1e7ec;
        height: 150px;
        line-height: 15px;
        padding: 0 5px;
        width: 220px;
    }

        .e-drag-item.treeview-external-drag .e-list-text #waiting {
            height: 100%;
            padding: 0;
            display: flex;
        }

            .e-drag-item.treeview-external-drag .e-list-text #waiting #waitdetails {
                width: 90%;
                float: left;
                height: 100%;
                padding: 0;
            }

                .e-drag-item.treeview-external-drag .e-list-text #waiting #waitdetails #waitlist {
                    height: 16px;
                    font-weight: 500;
                    font-size: 13px;
                    color: #333;
                    letter-spacing: 0.39px;
                }

                .e-drag-item.treeview-external-drag .e-list-text #waiting #waitdetails #event-time {
                    font-size: 10px;
                    color: #333;
                    letter-spacing: 0.3px;
                    height: 13px;
                    padding: 2px 0;
                }

                .e-drag-item.treeview-external-drag .e-list-text #waiting #waitdetails #waitcategory {
                    height: 13px;
                    font-size: 10px;
                    color: #999;
                    letter-spacing: 0.3px;
                }

        .e-drag-item.treeview-external-drag .e-list-text #item-icon-container {
            position: relative;
            padding: 10px 0;
        }

            .e-drag-item.treeview-external-drag .e-list-text #item-icon-container .item-icon {
                position: absolute;
                font-size: 20px;
                color: #c0c0c0;
            }

.e-schedule-dialog .e-dlg-content .custom-field-row {
    padding-bottom: 12px;
}

    .e-schedule-dialog .e-dlg-content .custom-field-row .custom-field-container {
        display: grid;
        grid-template-columns: 12fr 1fr;
    }

        .e-schedule-dialog .e-dlg-content .custom-field-row .custom-field-container .e-btn {
            margin-top: 27px;
            margin-left: 9px;
        }

.e-schedule-dialog .e-dlg-content .e-add-icon::before {
    content: '\e95c';
}

.e-schedule-dialog.e-device .e-dlg-content .custom-field-row {
    padding-bottom: 0;
}

.add-doctor {
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

    .add-doctor .e-icon-add {
        padding: 10px 0 10px 5px;
        font-size: 10px;
        color: #7575ff;
    }

        .add-doctor .e-icon-add::before {
            content: '\e95c';
        }

    .add-doctor .add-doctor-text {
        font-weight: 500;
        font-size: 10px;
        color: #7575ff;
        letter-spacing: 0.3px;
        padding: 10px 5px;
    }

.e-dropdownbase .e-list-item {
    padding: 0 10px;
}

    .e-dropdownbase .e-list-item .specialist-item {
        height: 40px;
        width: 100%;
        display: flex;
    }

        .e-dropdownbase .e-list-item .specialist-item img {
            height: 38px;
            width: 38px;
            border-radius: 16px;
            padding: 3px;
        }

        .e-dropdownbase .e-list-item .specialist-item .doctor-details {
            height: 100%;
            width: 80%;
            text-indent: 0;
            padding-left: 10px;
        }

            .e-dropdownbase .e-list-item .specialist-item .doctor-details .name {
                font-size: 13px;
                letter-spacing: 0.39px;
                height: 16px;
            }

            .e-dropdownbase .e-list-item .specialist-item .doctor-details .designation {
                font-size: 10px;
                letter-spacing: 0.3px;
                height: 13px;
            }

@@media (max-width: 850px) {
    /* Dialog Customization */
    .planner-calendar {
        margin: 20px 10px;
    }

        .planner-calendar .drag-sample-wrapper {
            display: block;
        }

            .planner-calendar .drag-sample-wrapper .schedule-container {
                padding-right: 0;
            }

                .planner-calendar .drag-sample-wrapper .schedule-container .e-schedule .e-schedule-toolbar-container .e-schedule-toolbar .e-toolbar-items .e-toolbar-center {
                    padding: 7px 0;
                }

                    .planner-calendar .drag-sample-wrapper .schedule-container .e-schedule .e-schedule-toolbar-container .e-schedule-toolbar .e-toolbar-items .e-toolbar-center .e-tbar-btn {
                        border-radius: 16px;
                    }

                    .planner-calendar .drag-sample-wrapper .schedule-container .e-schedule .e-schedule-toolbar-container .e-schedule-toolbar .e-toolbar-items .e-toolbar-center .active-doctor {
                        height: 32px;
                        width: 32px;
                        border-radius: 16px;
                    }

                .planner-calendar .drag-sample-wrapper .schedule-container .e-schedule .e-schedule-toolbar-container .e-schedule-toolbar .e-toolbar-items .e-toolbar-right .e-add .e-btn-icon {
                    padding: 0;
                }

            .planner-calendar .drag-sample-wrapper .treeview-container.e-treeview {
                width: 225px;
            }

                .planner-calendar .drag-sample-wrapper .treeview-container.e-treeview.e-drag-item {
                    position: relative !important;
                }

    .add-doctor {
        justify-content: center;
    }

        .add-doctor .e-icon-add {
            padding: 12px 0 10px 5px;
        }

        .add-doctor .add-doctor-text {
            font-size: 13px;
        }

    .specialist-selection {
        max-height: 98% !important;
    }

        .specialist-selection .e-dlg-header-content .e-dlg-header {
            width: 100% !important;
        }

            .specialist-selection .e-dlg-header-content .e-dlg-header .specialist-header {
                display: flex !important;
                width: 100% !important;
            }

                .specialist-selection .e-dlg-header-content .e-dlg-header .specialist-header div:nth-child(1) {
                    width: 70%;
                    display: flex;
                    margin: auto;
                }

                    .specialist-selection .e-dlg-header-content .e-dlg-header .specialist-header div:nth-child(1) .back-icon {
                        width: 12%;
                        font-size: 25px;
                    }

                    .specialist-selection .e-dlg-header-content .e-dlg-header .specialist-header div:nth-child(1) .title-text {
                        font-weight: 600;
                        font-size: 16px;
                        color: #333;
                        letter-spacing: 0.48px;
                        padding: 2px;
                    }

                .specialist-selection .e-dlg-header-content .e-dlg-header .specialist-header div:nth-child(2) {
                    width: 30%;
                }

                    .specialist-selection .e-dlg-header-content .e-dlg-header .specialist-header div:nth-child(2) .e-btn {
                        width: 100%;
                    }

        .specialist-selection .e-dlg-content .specialist-item {
            height: 60px;
            width: 100%;
            display: flex;
        }

            .specialist-selection .e-dlg-content .specialist-item:hover {
                background: #ebebff;
            }

            .specialist-selection .e-dlg-content .specialist-item img {
                height: 46px;
                width: 46px;
                border-radius: 28px;
                padding: 5px;
            }

            .specialist-selection .e-dlg-content .specialist-item .doctor-details {
                padding: 5px;
                width: 80%;
                text-indent: 0;
            }

                .specialist-selection .e-dlg-content .specialist-item .doctor-details .name {
                    font-size: 15px;
                    font-weight: bold;
                    color: #333;
                    letter-spacing: 0.39px;
                    padding: 5px;
                }

                .specialist-selection .e-dlg-content .specialist-item .doctor-details .designation {
                    font-size: 12px;
                    color: #666;
                    letter-spacing: 0.3px;
                    padding: 5px;
                }

        .specialist-selection .e-footer-content {
            border-top: none;
        }

    .waiting-list-dialog {
        max-height: 98% !important;
    }

        .waiting-list-dialog .e-dlg-header {
            width: 100% !important;
        }

            .waiting-list-dialog .e-dlg-header .waitlist-header {
                display: flex;
                width: 100% !important;
            }

                .waiting-list-dialog .e-dlg-header .waitlist-header .text-container {
                    display: flex;
                    flex: 1;
                }

                    .waiting-list-dialog .e-dlg-header .waitlist-header .text-container span.back-icon {
                        padding: 5px 0;
                        font-size: 33px;
                        width: 35px;
                    }

                    .waiting-list-dialog .e-dlg-header .waitlist-header .text-container span.title-text {
                        padding: 11px 0;
                    }

                .waiting-list-dialog .e-dlg-header .waitlist-header .button-container {
                    display: flex;
                    flex: 1;
                }

                    .waiting-list-dialog .e-dlg-header .waitlist-header .button-container span:nth-child(1) {
                        padding-right: 15px;
                    }

                    .waiting-list-dialog .e-dlg-header .waitlist-header .button-container .delete-button .e-btn, .waiting-list-dialog .e-dlg-header .waitlist-header .button-container .add-button .e-btn {
                        width: 100%;
                    }

        .waiting-list-dialog .external-drag-items {
            display: flex;
            height: 60px;
            margin-bottom: 10px;
        }

            .waiting-list-dialog .external-drag-items #waiting-item-check {
                padding: 20px 10px;
                flex: initial;
            }

            .waiting-list-dialog .external-drag-items #waiting {
                flex: auto;
                height: 100%;
                background: #fff5f5;
                border: 1px solid #c0c0c0;
                border-radius: 4px;
                display: flex;
            }

                .waiting-list-dialog .external-drag-items #waiting #waitdetails {
                    width: 90%;
                    float: left;
                    height: 100%;
                }

                    .waiting-list-dialog .external-drag-items #waiting #waitdetails #waitlist {
                        height: 16px;
                        font-weight: 500;
                        font-size: 13px;
                        color: #333;
                        letter-spacing: 0.39px;
                        padding: 3px 5px;
                    }

                    .waiting-list-dialog .external-drag-items #waiting #waitdetails #event-time {
                        font-size: 10px;
                        color: #333;
                        letter-spacing: 0.3px;
                        height: 13px;
                        padding: 3px 5px;
                    }

                    .waiting-list-dialog .external-drag-items #waiting #waitdetails #waitcategory {
                        height: 13px;
                        font-size: 10px;
                        color: #999;
                        letter-spacing: 0.3px;
                        padding: 3px 5px;
                    }

                .waiting-list-dialog .external-drag-items #waiting #item-icon-container {
                    position: relative;
                    padding: 15px 0;
                }

                    .waiting-list-dialog .external-drag-items #waiting #item-icon-container .item-icon {
                        position: absolute;
                        font-size: 20px;
                        color: #c0c0c0;
                    }
}

.col-lg-3.col-md-3.col-sm-3.treeview-container-wrapper {
    padding: 0px;
    background-color: #fff;
}

.e-schedule .e-date-header-wrap table tbody td .e-custom-date-header.date-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.e-schedule .e-schedule-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
    padding: 8px 4px;
}








/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::-webkit-scrollbar:horizontal {
    width: 8px;
}




.e-tooltip-wrap.e-schedule-event-tooltip .appointment-flex-row {
    display: flex;
    padding: 0 5px;
    line-height: 20px;
}

.e-tooltip-wrap.e-schedule-event-tooltip .appointment-flex-col {
    flex: 0 0 50%;
}

.e-tooltip-wrap.e-schedule-event-tooltip .text-right {
    text-align: right;
}

.e-tooltip-wrap.e-schedule-event-tooltip .margin-right {
    margin-left: -21px;
}

.e-tooltip-wrap.e-schedule-event-tooltip .text-size {
    font-size: 14px;
}

.e-tooltip-wrap.e-schedule-event-tooltip .border-right {
    border-right: 1px solid #fff;
}

.e-tooltip-wrap.e-schedule-event-tooltip .appointment-date {
    padding-left: 8px;
}

.e-schedule .e-appointment .template-wrap {
    color: black;
    width: 100%;
}

.bootstrap5-dark .e-schedule .e-appointment .template-wrap,
.tailwind-dark .e-schedule .e-appointment .template-wrap,
.bootstrap-dark .e-schedule .e-appointment .template-wrap,
.fabric-dark .e-schedule .e-appointment .template-wrap,
.material-dark .e-schedule .e-appointment .template-wrap,
.highcontrast .e-schedule .e-appointment .template-wrap {
    color: #fff;
}

.e-schedule .best-price:not(.e-work-cells) {
    color: #1A961A;
    float: right;
    margin-left: 5px;
    width: auto;
    font-size: 12px;
}

.bootstrap5-dark .e-schedule .best-price:not(.e-work-cells),
.tailwind-dark .e-schedule .best-price:not(.e-work-cells),
.bootstrap-dark .e-schedule .best-price:not(.e-work-cells),
.fabric-dark .e-schedule .best-price:not(.e-work-cells),
.material-dark .e-schedule .best-price:not(.e-work-cells),
.highcontrast .e-schedule .best-price:not(.e-work-cells) {
    color: #33DB33;
}

.e-schedule.e-device .best-price:not(.e-work-cells) {
    display: none;
}

.schedule-demo-heading {
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500
}

.e-tooltip-wrap.e-schedule-event-tooltip .event-tooltip {
    width: 217px;
}

.e-tooltip-wrap.e-schedule-event-tooltip .airline {
    width: 40%;
}

.e-tooltip-wrap.e-schedule-event-tooltip .event-tooltip .airline-header {
    display: flex;
    padding: 8px 0px 8px 0px;
}

.e-tooltip-wrap.e-schedule-event-tooltip .event-tooltip .appointment-details {
    display: flex;
    padding: 8px 5px 8px 5px;
}

.e-tooltip-wrap.e-schedule-event-tooltip .event-tooltip .airline-timings,
.e-tooltip-wrap.e-schedule-event-tooltip .event-tooltip .airline-timings-title {
    display: flex;
    padding: 5px;
}

.e-schedule-event-tooltip .event-tooltip .airline-header {
    border-bottom: 1px solid #e0e0e0;
}


.e-schedule .fare-detail {
    color: #00837B;
    font-size: 16px;
    font-weight: 500;
    height: 25px;
    padding-left: 5px;
}

.highcontrast .e-schedule .fare-detail {
    color: #1B96BB;
}

.e-schedule.e-device .fare-detail {
    font-size: 11px;
}

.e-schedule .airway-name {
    font-size: 12px;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
}

.e-schedule.e-device .airway-name {
    display: none;
}

.e-schedule .e-month-view .e-appointment {
    height: 45px;
    background: none;
    border-width: 0;
    margin-top: 10px;
}

.e-schedule.e-device .e-month-view .e-appointment {
    height: 45px;
}

.e-bigger .e-schedule .e-month-view .e-appointment {
    height: 40px;
}

.e-schedule .e-month-view .e-appointment .e-appointment-details {
    height: inherit;
}

.e-schedule .e-month-view .e-more-indicator {
    display: none
}

.e-schedule .e-month-view .e-appointment.e-appointment-border,
.e-schedule .e-month-view .e-appointment:focus {
    border-width: 0;
}

.e-tooltip-wrap.e-popup.e-schedule-event-tooltip {
    opacity: 1;
}

.highcontrast .e-tooltip-wrap.e-popup.e-schedule-event-tooltip {
    border-color: #e0e0e0;
    background-color: #fff;
}

    .highcontrast .e-tooltip-wrap.e-popup.e-schedule-event-tooltip .e-tip-content {
        color: #000;
    }

.e-tooltip-wrap.e-popup.e-schedule-event-tooltip .event-tooltip .appointment-name {
    font-weight: 500;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 3px;
}

.e-tooltip-wrap.e-popup.e-schedule-event-tooltip .event-tooltip .appointment-title {
    font-weight: 500;
    font-size: 14px;
}



@@media (max-width: 550px) {
    .schedule-demo-heading {
        font-size: 14px;
    }
}

.tailwind-dark .e-schedule .airway-name,
.bootstrap-dark .e-schedule .airway-name,
.material-dark .property-panel-section {
    color: #fff;
}


.e-schedule .e-timeline-view .e-resource-left-td, .e-schedule .e-timeline-month-view .e-resource-left-td {
    width: 120px;
}

.e-dialog .e-lib .e-schedule-dialog .e-dlg-modal .e-popup .e-control .e-popup-open {
    width: 600px;
}

.e-dashboardlayout {
    padding: 20px;
    z-index: 0;
}

.e-panel {
    cursor: auto !important;
}

.e-panel-header {
    border: none !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 66px;
    }
}


.hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

    .hero .btn-get-started:hover {
        color: var(--contrast-color);
        background: color-mix(in srgb, var(--accent-color), transparent 15%);
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    }

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-title h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: var(--accent-color);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .section-title p {
        margin-bottom: 0;
    }

.services .service-item {
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--surface-color);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    height: 100%;
}

    .services .service-item .icon {
        margin-bottom: 10px;
    }

        .services .service-item .icon i {
            color: var(--accent-color);
            font-size: 36px;
            transition: 0.3s;
        }

    .services .service-item h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 20px;
    }

        .services .service-item h4 a {
            color: var(--heading-color);
            transition: ease-in-out 0.3s;
        }

    .services .service-item p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .service-item:hover {
        transform: translateY(-10px);
    }

        .services .service-item:hover h4 a {
            color: var(--accent-color);
        }

.statustemp.e-activecolor {
    background-color: #ccffcc;
    width: 77px;
    text-align: center;
    padding: 4px;
}

td.e-rowcell .statustxt.e-activecolor {
    color: #007d00;
    position: relative;
    top: 9px;
}

.statustemp.e-inactivecolor {
    background-color: #ffd7cc;
    width: 77px;
    text-align: center;
    padding: 4px;
}

td.e-rowcell .statustxt.e-inactivecolor {
    color: #c40000;
    position: relative;
    top: 9px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

    .services .service-item .icon {
        font-size: 36px;
        padding: 20px 20px;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block;
        line-height: 0;
        transition: 0.3s;
    }

    .services .service-item h3 {
        font-size: 24px;
        font-weight: 700;
    }

    .services .service-item .read-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        padding: 8px 20px;
    }

        .services .service-item .read-more i {
            line-height: 0;
            margin-left: 5px;
            font-size: 18px;
        }

    .services .service-item.item-cyan {
        border-bottom: 3px solid #0dcaf0;
    }

        .services .service-item.item-cyan .icon {
            color: #0dcaf0;
            background: rgba(13, 202, 240, 0.1);
        }

        .services .service-item.item-cyan .read-more {
            color: #0dcaf0;
        }

        .services .service-item.item-cyan:hover {
            background: #0dcaf0;
        }

    .services .service-item.item-orange {
        border-bottom: 3px solid #fd7e14;
    }

        .services .service-item.item-orange .icon {
            color: #fd7e14;
            background: rgba(253, 126, 20, 0.1);
        }

        .services .service-item.item-orange .read-more {
            color: #fd7e14;
        }

        .services .service-item.item-orange:hover {
            background: #fd7e14;
        }

    .services .service-item.item-teal {
        border-bottom: 3px solid #20c997;
    }

        .services .service-item.item-teal .icon {
            color: #20c997;
            background: rgba(32, 201, 151, 0.1);
        }

        .services .service-item.item-teal .read-more {
            color: #20c997;
        }

        .services .service-item.item-teal:hover {
            background: #20c997;
        }

    .services .service-item.item-red {
        border-bottom: 3px solid #df1529;
    }

        .services .service-item.item-red .icon {
            color: #df1529;
            background: rgba(223, 21, 4, 0.1);
        }

        .services .service-item.item-red .read-more {
            color: #df1529;
        }

        .services .service-item.item-red:hover {
            background: #df1529;
        }

    .services .service-item.item-indigo {
        border-bottom: 3px solid #6610f2;
    }

        .services .service-item.item-indigo .icon {
            color: #6610f2;
            background: rgba(102, 16, 242, 0.1);
        }

        .services .service-item.item-indigo .read-more {
            color: #6610f2;
        }

        .services .service-item.item-indigo:hover {
            background: #6610f2;
        }

    .services .service-item.item-pink {
        border-bottom: 3px solid #f3268c;
    }

        .services .service-item.item-pink .icon {
            color: #f3268c;
            background: rgba(243, 38, 140, 0.1);
        }

        .services .service-item.item-pink .read-more {
            color: #f3268c;
        }

        .services .service-item.item-pink:hover {
            background: #f3268c;
        }

    .services .service-item:hover h3,
    .services .service-item:hover p,
    .services .service-item:hover .read-more {
        color: #fff;
    }

    .services .service-item:hover .icon {
        background: #fff;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .breadcrumbs:before {
        content: "";
        background-color: rgb(147 147 147 / 70%);
        position: absolute;
        inset: 0;
    }

    .breadcrumbs h2 {
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #56b8e6;
    }

        .breadcrumbs ol a {
            color: rgba(255, 255, 255, 0.8);
            transition: 0.3s;
        }

            .breadcrumbs ol a:hover {
                text-decoration: underline;
            }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #fff;
                content: "/";
            }

.e-refresh-icon::before {
    content: '\e706';
}

.e-plus-icon::before {
    content: '\e805';
}

.e-circle-info-icon::before {
    content: '\e800'
}

.e-file-new::before {
    content: '\e7dc'
}




@media screen and (min-width:220px) and (max-width:768px) {
    .container-fluid {
        /*min-height: 350px;*/
        padding: 10px 10px;
    }

    h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .e-dialog .e-footer-content {
        display: flex !important;
    }
}

.mobile-box {
    display: none;
}

@media screen and (min-width:220px) and (max-width:768px) {
    /* Mobile Menu Style */
    .menu-hide {
        display: none !important;
    }

    .mobile-box {
        background-color: #efefef;
        text-align: center;
        clear: both;
        display: block;
        flex-direction: row;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: space-around;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .mobile-menu-footer {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 10px 0 0 0;
    }

        .mobile-menu-footer ul {
            display: contents;
        }

        .mobile-menu-footer li {
            list-style: none;
            text-align: center;
        }

        .mobile-menu-footer .e-btn {
            background-color: #eee;
            border-color: #eee;
        }

        .mobile-menu-footer ul li span {
            display: flex;
            font-size: 12px;
            color: #444;
            padding: 3px 3px;
        }

        .mobile-menu-footer ul i {
            font-size: 18px;
            color: #444;
        }
}
