#plannerSiderBar .info {
    margin-top: 60px;
    padding-bottom: 10px;
}

    #plannerSiderBar .info .image {
        border: 2px solid #FFFFFF;
        box-shadow: 0 3px 7px 0 rgba(117, 117, 255, 0.3);
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: auto;
    }

        #plannerSiderBar .info .image img {
            height: 80px;
            width: 80px;
            border-radius: 50%;
        }

    #plannerSiderBar .info .name,
    #plannerSiderBar .info .user-type {
        text-align: center;
    }

    #plannerSiderBar .info .name {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0.48px;
        margin-bottom: 0;
    }

    #plannerSiderBar .info .user-type {
        font-size: 11px;
        color: #808080;
        letter-spacing: 0.33px;
        margin-top: 5px;
    }

    #plannerSiderBar .info::after {
        content: '';
        background-image: linear-gradient(-90deg, #FFFFFF 3%, #B8CBCC 51%, #FFFFFF 95%);
        height: 1px;
        width: 100%;
        position: absolute;
    }

#plannerSiderBar div.sidebar-item {
    width: 210px;
    height: 50px;
    border-radius: 3px;
    margin: 0 16px;
    display: flex;
    align-items: center;
    color: #666666;
    cursor: pointer;
}

    #plannerSiderBar div.sidebar-item .text {
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0.39px;
        margin: 0 15px;
        text-align: left;
    }

    #plannerSiderBar div.sidebar-item:first {
        padding-top: 10px;
    }

    #plannerSiderBar div.sidebar-item:hover {
        background-color: #f5f5f5;
    }

    #plannerSiderBar div.sidebar-item.active-item {
        background-color: #7575FF !important;
        color: #FFFFFF;
    }

        #plannerSiderBar div.sidebar-item.active-item:hover {
            color: #FFFFFF !important;
        }

    #plannerSiderBar div.sidebar-item .dashboard-image,
    #plannerSiderBar div.sidebar-item .scheduler-image,
    #plannerSiderBar div.sidebar-item .doctors-image,
    #plannerSiderBar div.sidebar-item .patients-image,
    #plannerSiderBar div.sidebar-item .preference-image,
    #plannerSiderBar div.sidebar-item .about-image {
        width: 30%;
        text-align: right;
    }

.planner-header {
    background: #7575FF !important;
    height: 50px;
    display: flex;
}

    .planner-header .name-cantainer {
        flex: auto;
        display: inline-flex;
    }

        .planner-header .name-cantainer .clinic-image {
            font-size: 50px;
            color: #FFFFFF;
        }

    .planner-header .clinic-name,
    .planner-header .logout-name {
        margin: auto 0;
        color: white;
        cursor: default;
        font-size: 16px;
        font-weight: 400;
    }

    .planner-header div.side-bar-opener {
        display: block;
        flex: auto;
        position: relative;
        padding-right: 50px;
    }

        .planner-header div.side-bar-opener .open-icon {
            margin: 15px;
            position: absolute;
            font-size: 20px;
            color: #FFFFFF;
            height: 24px;
            width: 24px;
        }

            .planner-header div.side-bar-opener .open-icon::before {
                content: '\e941';
            }

    .planner-header .logout-container {
        padding: 5px;
        flex: initial;
        display: flex;
    }

        .planner-header .logout-container .logout-icon-container {
            opacity: 1;
            flex: auto;
            padding: 0 7px;
            align-self: center;
        }

        .planner-header .logout-container .logout-name {
            display: none;
        }

        .planner-header .logout-container .logout-image {
            color: #FFFFFF;
            font-size: 25px;
        }

    .planner-header .sb-table-cell {
        padding-right: 6px;
        vertical-align: middle;
    }

        .planner-header .sb-table-cell .sb-github-btn {
            width: 40px;
            opacity: 100;
            padding: 11px 8px;
            border-radius: 0px;
            border-width: 0px;
            font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
            font-weight: 500;
            line-height: 18px;
            border-color: transparent;
            background: transparent;
        }

            .planner-header .sb-table-cell .sb-github-btn .github-image img {
                filter: brightness(0) invert(100%);
            }

    .planner-header.device-header .clinic-name {
        line-height: 1.2;
    }

    .planner-header:not(.device-header) {
        display: flex;
    }

        .planner-header:not(.device-header) div.side-bar-opener {
            display: none;
        }

        .planner-header:not(.device-header) .logout-container {
            padding: 7px 10px;
        }

            .planner-header:not(.device-header) .logout-container .logout-name {
                flex: initial;
                display: block;
            }

            .planner-header:not(.device-header) .logout-container .logout-icon-container {
                opacity: 0.5;
            }

            .planner-header:not(.device-header) .logout-container::before {
                content: '';
                height: 33px;
                border: 1px solid #FFFFFF;
                opacity: 0.5;
            }

.planner-wrapper .e-content-animation {
    margin-left: 0 !important;
    padding-left: 243px;
}

.planner-wrapper.device-wrapper .e-content-animation {
    margin-left: 243;
    padding-left: 0;
}

@media (max-width: 700px) {
    .planner-dashboard .list-display {
        padding: 20px 0px 0px 0px;
    }

    .planner-dashboard .text-display {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    .col-lg-12.col-md-12.col-sm-12.dashboard-control {
        padding-right: 0px;
    }

    .col-lg-3.col-md-3.col-sm-3.treeview-container-wrapper .title-container {
        margin-top: 20px;
    }
}

@font-face {
    font-family: 'icons';
    src: url(../fonts/icomoon.ttf?gcjn6a) format('truetype'), url(../fonts/icomoon.woff?gcjn6a) format('woff'), url(../fonts/icomoon.svg?gcjn6a#sbicons) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sb-icons';
    src: url(../fonts/icons.ttf?gcjn6a) format('truetype'), url(../fonts/icons.woff?gcjn6a) format('woff'), url(../fonts/icons.svg?gcjn6a#sbicons) format('svg');
    font-weight: normal;
    font-style: normal;
}

.field-error {
    margin-top: 2px;
}

    .field-error .error-content .e-error {
        font-size: 11px;
        color: #ff2f2f;
        letter-spacing: 0.33px;
        padding-left: 10px;
    }

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ejimage-"],
[class*=" ejimage-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sb-icons' !important;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
    content: "\e900";
}

.icon-dashboard:before {
    content: "\e901";
}

.icon-doctors:before {
    content: "\e903";
}

.icon-logo:before {
    content: "\e905";
}

.icon-logout:before {
    content: "\e906";
}

.icon-patients:before {
    content: "\e908";
}

.icon-preference:before {
    content: "\e909";
}

.icon-schedule:before {
    content: "\e90c";
}

.icon-upload_photo:before {
    content: "\e91a";
}

.icon-previous:before {
    content: "\e90a";
}

.icon-reorder:before {
    content: "\e90b";
}

header .module-title .title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.54px;
    padding-bottom: 10px;
}

header .module-title .underline {
    background: #7575ff;
    border-radius: 5px;
    width: 52px;
    height: 4px;
}

@media (max-width: 850px) {
    header .module-title .title {
        padding-bottom: 10px;
    }
}

.sb-content-overlay {
    z-index: 10000022;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    pointer-events: none;
    left: 0px;
}

    .sb-content-overlay.sb-hide {
        display: none;
    }

.sb-loading {
    width: 56px;
    height: 56px;
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background: white;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #5851e1;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
