﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button {
    height: 0;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-track-piece {
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    height: 100px;
    background: #000;
    border-radius: 8px
}

::-webkit-scrollbar-corner {
    background-color: #F5F5F5;
}

::-webkit-resizer {
    background-color: #F5F5F5;
}

:root {
    --whiteColor: #fff;
    --blackColor: #2C2C2C;
    --primary: 255, 109, 36;
    --font: 'Poppins', Helvetica, Arial, sans-serif;
}

.theme1 {
    --primary: 255,0,0;
}

.theme2 {
    --primary: 136, 106, 181;
}

html, body {
    font-family: var(--font);
    background-color: #383838;
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.e-control, .e-css, .e-grid {
    font-family: var(--font);
}

/*.page-title {
    font-size: 16px;
    font-weight: 700;
}*/
.page-title {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}

a, .btn-link, a:focus, .btn-link:focus {
    /*color: rgb(var(--primary));
    outline: 0;*/
}

    a.black-link, a.black-link:hover, a.black-link:focus {
        /* color: #000;
        text-decoration: none;
        outline: none;*/
    }

button:focus {
    outline: 0;
    box-shadow: none !important;
}

.dropdown-toggle {
    font-size: 13px;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    font-size: 13px;
}

.badge {
    background: #EDF2F4;
    border-radius: 4px;
    color: #2c2c2c;
}

.badge-notification {
    background: rgb(var(--primary));
    border-radius: 50%;
    color: white;
    position: absolute;
    top: -10px;
    right: 0px;
    padding: 0px;
    font-size: 10px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-notifaction {
    position: relative;
    font-size: 16px;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: rgba(var(--primary), .20);
    color: #000;
}

.user-drop-text {
    color: rgb(var(--primary));
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.navbar-toggler {
    background-color: rgb(var(--primary));
}

.navbar-collapse {
}

@media(min-width:991.98px) {
    .navbar-collapse > ul {
        min-height: calc(100vh - 100px);
        position: relative;
        width: 100%;
    }

    .navbar-collapse ul .menu-tour {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 !important;
        width: 100% !important;
    }
}


.navbar-collapse ul .menu-tour a, .navbar-collapse ul .menu-tour a span {
    padding: 5px;
    justify-content: space-between;
    background: rgb(var(--primary)) !important;
    color: #fff !important;
    border-radius: 0;
}

    .navbar-collapse ul .menu-tour a svg {
        width: 22px;
        height: 22px;
    }

.navbar-brand {
    font-size: 1.1rem;
}

.main {
    flex: 1;
    min-width: 1px;
}

.sidebar {
    background: #FFFFFF;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 1.3rem;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: var(--blackColor);
        border-radius: 4px;
        display: flex;
        font-size: 12px;
        font-weight: 700;
        align-items: center;
        background: transparent;
        padding: 0;
        white-space: nowrap;
    }

    .nav-item i {
        width: 32px;
        font-size: 1.34rem;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .nav-item a.active, .nav-item a:hover {
        color: rgb(var(--primary));
    }

li.sub-menu ul {
    list-style: none;
    padding: 18px 10px 0 34px;
    display: none;
}

    li.sub-menu ul li + li {
        padding-top: 1rem;
    }

    li.sub-menu ul li a {
        position: relative;
    }

        li.sub-menu ul li a:after {
            content: "";
            border-left: 1px solid #2C2C2C;
            position: absolute;
            bottom: 13px;
            left: -19.5px;
            height: calc(100% + 8px);
        }

        li.sub-menu ul li a:before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            color: #2C2C2C;
            border: 1px solid #2c2c2c;
            background: #fff;
            z-index: 1;
            position: absolute;
            bottom: 7px;
            left: -23px;
        }

        li.sub-menu ul li:hover a:before, li.sub-menu ul li a.active:before {
            border-color: rgb(var(--primary));
        }

li.sub-menu.active ul {
    display: block;
}

.small-logo {
    display: none;
}



@media(min-width:991.98px) {
    .small-nav {
    }

        .small-nav .sidebar {
            width: 72px;
        }

        .small-nav .logo {
            display: none;
        }

        .small-nav .small-logo {
            display: block;
        }

        .small-nav .menu-text {
            display: none;
        }

        .small-nav li {
            width: 72px;
        }

            .small-nav li:hover {
                width: auto;
            }

                .small-nav li:hover .menu-text, .small-nav li.active .menu-text {
                    display: block;
                    background: #fff;
                    padding: 3px 15px;
                    white-space: nowrap;
                }

        .small-nav .bi-chevron-double-left:before {
            content: "\f280";
        }

        .small-nav li:hover.sub-menu, .small-nav li.sub-menu.active {
            background: #fff;
            min-width: 190px;
        }

            .small-nav li:hover.sub-menu ul, .small-nav li.sub-menu.active ul {
                display: block;
                position: absolute;
                left: 15px;
                top: 35px;
                background: #fff;
                z-index: 9;
                width: calc(100% - 15px);
                padding-top: 8px;
            }

                .small-nav li:hover.sub-menu ul li a, .small-nav li.active ul li a {
                    padding-left: 15px;
                }

        .small-nav li.sub-menu.active {
            background: #fff;
        }

        .small-nav .navbar-collapse ul .menu-tour a span {
            display: none !important;
        }

        .small-nav .navbar-collapse ul .menu-tour a {
            justify-content: center;
        }

        .small-nav li.sub-menu ul {
            box-shadow: 9px 5px 8px rgba(0, 0, 0, .20);
            padding-bottom: 10px;
        }
}

.top-row {
    /*    background-color: var(--whiteColor);
    border-bottom: 1px solid rgba(var(--primary), 0.5);
    justify-content: space-between;
    height: 4rem;*/
    display: flex;
    align-items: center;
}

.content {
    padding-top: 0;
    background-color: #FAFAFA;
    border-radius: 8px;
    height: calc(100vh - 90px);
    /*width: calc(100% - 20px);*/
    margin-bottom: 0px;
    overflow: auto;
}

.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;
    }

.fa-1-25x {
    font-size: 1.25em;
}

.e-toolbar .e-toolbar-items, .e-hscroll-content {
    width: 100%;
    background: transparent;
}

.filter-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .filter-list span {
        margin: 0 10px 0px 0;
        color: #383838;
        font-size: 14px;
    }

    .filter-list ul {
        margin: 0;
        list-style: none;
        padding: 0;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        cursor: pointer;
    }

        .filter-list ul li {
            font-size: 14px;
            display: inline-block;
            padding: 5px 8px;
            border: 1px solid transparent;
            border-radius: 5px;
        }

            .filter-list ul li.active,
            .filter-list ul li:hover {
                border-color: #FF6D24;
                color: #FF6D24;
                background-color: #FFF0E9;
            }

.section-title {
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 700;
}

.e-grid .e-rowcell {
    border-width: 0;
    font-size: 13px;
}

.e-grid .e-toolbar, .e-grid {
    border-color: transparent;
    background-color: transparent;
}

    .e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
        border-width: 0;
    }

    .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
        margin: -34px -3px;
        /*color: rgba(var(--primary), .60) !important;*/
    }

.e-altrow td {
    background: #FAFAFA;
}

.e-row:hover td {
    background-color: rgba(var(--primary), .10) !important;
}

.image_status {
    width: 15px;
    height: 15px;
    background-size: 100%;
}

    .image_status.good {
        background-image: url("../img/good.svg");
    }

    .image_status.bad {
        background-image: url("../img/bad.svg");
    }

    .image_status.average {
        background-image: url("../img/average.svg");
    }

.badge-wrap {
    width: 60px;
    height: 47px;
    background-size: 100%;
}

    .badge-wrap.good {
        background-image: url("../img/good-badge.svg");
    }

    .badge-wrap.bad {
        background-image: url("../img/bad-badge.svg");
    }

    .badge-wrap.average {
        background-image: url("../img/average-badge.svg");
    }


.lbl-overall {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
}

    .lbl-overall:after {
        content: "";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .lbl-overall.good:after {
        /*        background: #06A555;*/
        background-image: url("../img/good.svg");
    }

    .lbl-overall.average:after {
        /*        background: #EED00C;*/
        background-image: url("../img/bad.svg");
    }

    .lbl-overall.poor:after {
        /*        background: #C80505;*/
        background-image: url("../img/average.svg");
    }

.flex-fill {
    min-width: 5px;
}

.filter-block {
    width: 0;
    overflow: hidden;
}

    .filter-block.active {
        width: 300px;
        min-width: 300px;
        margin-left: 15px;
        padding: 20px;
    }

    .filter-block h2 {
        color: #333;
        font-weight: 700;
        font-size: 15px;
    }

@media(max-width:991px) {
    .filter-block {
        position: absolute;
        right: 0;
        height: calc(100% - 105px);
        z-index: 9;
    }
}

.notifaction-block {
    position: fixed;
    right: -350px;
    width: 350px;
    top: 45px;
    height: calc(100vh - 45px);
    overflow: auto;
    background: #fff;
    transition: margin 700ms;
}

    .notifaction-block h2 {
        font-size: 16px;
        font-weight: 700;
    }

.notifacion-listing ul {
    padding: 12px;
    list-style: none;
}

    .notifacion-listing ul li {
        padding: 12px;
        margin-bottom: 12px;
        background: #FAFAFA;
    }

        .notifacion-listing ul li b {
            font-size: 12px;
        }

        .notifacion-listing ul li p {
            margin: 0;
            font-size: 12px;
        }

        .notifacion-listing ul li:hover {
            background: rgba(var(--primary), .05);
            cursor: pointer;
        }

            .notifacion-listing ul li:hover b {
                color: rgb(var(--primary));
            }

.notifaction-block.active {
    right: 0;
    box-shadow: 0 0 16px rgba(0,0,0, 0.2);
}

.white-box {
    background: #fff;
    border: 1px solid #FFEEDD;
    padding: 20px;
    border-radius: 8px;
}

.form-label {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
}

.data-label, .e-pager, .e-grid .e-headercelldiv {
    font-size: 12px;
}

.page-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 0px;
    top: 0px;
}

    .page-loader img {
        max-width: 100px;
    }

.content-loader {
    background: rgba(0,0,0,0.3);
    z-index: 99;
}

.e-btn {
    border-radius: 30px;
}

@font-face {
    font-family: 'Toast_icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.toast-icons {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-toast-icon.e-icons {
    height: auto !important;
    font-size: 30px !important;
}

.bootstrap5 #toast_type .e-toast-icon.e-icons,
.bootstrap5-dark #toast_type .e-toast-icon.e-icons {
    height: 25px;
}

.toast-icons.e-success::before {
    content: "\e701";
}

.toast-icons.e-error::before {
    content: "\e700";
}

.toast-icons.e-info::before {
    content: "\e704";
}

.toast-icons.e-warning::before {
    content: "\e703";
}

.introjs-helperLayer {
    border-radius: 3px !important;
    box-shadow: rgba(33, 33, 33, 0.0) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
}

.introjs-tooltip {
    border-radius: 3px !important;
    width: 300px !important;
}

.introjs-tooltip-header {
    padding: 5px 10px !important;
    border-bottom: 1px solid #e0e0e0;
}


.introjs-skipbutton {
    color: #537E90 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 7px 5px !important;
}

.introjs-tooltiptext {
    padding: 10px !important;
    padding-bottom: 25px !important;
}

.introjs-helperNumberLayer {
    color: #2C2C2C !important;
    font-weight: 700;
    font-size: 11px !important;
    padding: 0px !important;
    padding-top: 5px !important;
}

.introjs-button {
    background-color: #fff !important;
    padding: 3px 10px !important;
    border: 0px solid #000 !important;
    font-size: 13px !important;
    color: rgb(var(--primary)) !important;
}

.introjs-tooltipbuttons:after {
    display: none !important;
}

.tenantGroupList .e-list-parent.e-ul {
    max-height: calc(100vh - 360px);
}

.select-database-block, .select-job-block, .select-user-block {
    position: fixed;
    right: -700px;
    width: 100%;
    max-width: 700px;
    top: 0;
    height: calc(100vh - 13px); /*45px*/
    overflow: auto;
    background: #fff;
    transition: margin 700ms;
}

    .select-database-block, .select-job-block.view-database {
        right: -800px;
        max-width: 800px;
    }

        .select-database-block h2, .select-job-block h2, .select-user-block h2 {
            font-size: 16px;
            font-weight: 700;
        }

        .select-database-block.active, .select-job-block.active, .select-user-block.active {
            right: 0;
            box-shadow: 0 0 16px rgba(0,0,0, 0.2);
        }

.e-grid .e-gridcontent tr td {
    font-size: 12px;
    background-color: #fff;
    border-bottom: 1px solid #B7B7B7;
}
/* Grid Scroll */
.e-sortfilterdiv {
    float: unset !important;
    display: inherit !important;
    padding: 0px !important;
    vertical-align: middle !important;
}

.e-headercelldiv {
    display: inherit !important;
    padding: 0px !important;
}

.e-grid .e-rowcell, .e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
    border-right: 0;
}

.e-gridheader .e-headercontent {
    padding-right: 4px;
    background-color: rgba(var(--primary), 0.03);
}

.database-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 155px);
}

.tenants-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 330px);
}

.tenantusers-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 330px);
}

.tenantgroups-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 330px);
}

.databasepicklist-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 330px);
}

.database-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 330px);
}

.jobpicklist-grid-scroll .e-gridcontent .e-content {
    max-height: calc(100vh - 330px);
}
/* END Grid Scroll */
.tabbing-button {
    overflow: hidden;
    border-bottom: 1px solid rgb(var(--primary));
}

    .tabbing-button.bigfontsize a {
        font-size: 16px;
    }

    .tabbing-button a {
        display: inline-block;
        padding: 5px 20px;
        background: #FFFFFF;
        color: rgb(var(--primary));
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        border: 1px solid rgb(var(--primary));
        border-bottom: 0px;
        border-radius: 4px 4px 0px 0px;
    }

        .tabbing-button a.active {
            color: #fff;
            background: rgb(var(--primary));
        }

.tabbing-content {
    display: none;
}

    .tabbing-content .inner {
        box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
        border-radius: 6px;
        background: #fff;
        padding-bottom: 20px;
        position: relative;
    }

    .tabbing-content.active {
        display: block;
    }

.tabbing-content-inner {
    min-height: 5px;
}

.priority-status {
    padding-left: 24px;
    position: relative;
}

    .priority-status::after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        top: 3px;
    }

    .priority-status.low::after {
        background: #a0d76a;
    }

    .priority-status.medium::after {
        background: #4da1ff;
    }

    .priority-status.high::after {
        background: #ffd012;
    }

    .priority-status.urgent::after {
        background: #ff5959;
    }

.ticke-support-left {
    width: 40px;
    display: flex;
    justify-content: center;
}

    .ticke-support-left .user-name {
        width: 40px;
        height: 40px;
        background: #f5cbb7;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
    }

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-dark {
    color: #505050 !important;
}

.light-orange {
    background: #FFF9F1;
}

.blue-link {
    color: #007FFF !important;
}

    .blue-link:hover {
        color: #007FFF !important;
        text-decoration: underline !important;
    }

.font-size-11 {
    font-size: 11px;
}







/*NavMenu CSS Starts*/
.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background: #383838;
}

.top-row {
    /*    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;*/
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        /*        position: sticky;
        top: 0;*/
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#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;
    }


.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row {
    color: #fff;
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item ::deep a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item ::deep .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .nav-item .count-badge {
        height: 24px;
        width: 24px;
        border-radius: 8px;
        background-color: #FF6D24;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 400;
        margin-left: 8px;
    }

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/*NavMenu CSS End*/

/*Login Display CSS Starts*/
/*Login Display CSS End*/


.top-row.navbar {
    padding: 20px 0px 20px 0px !important;
}

.top-row.auth {
    padding: 20px;
}

.dropdown .account-btn {
    color: #fff;
    border-radius: 8px;
    border: 2px solid #505050;
    padding: 5px 30px 5px 5px !important;
    box-sizing: border-box;
}

    .dropdown .account-btn:hover {
        color: #fff;
    }

    .dropdown .account-btn .half-name {
        width: fit-content;
        height: 24px;
        display: inline-block;
        background-color: #000;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        font-weight: 400;
        margin-right: 5px;
        border-radius: 4px;
        padding: 0px 5px;
    }

    .dropdown .account-btn .full-name {
        font-weight: 400;
        font-size: 14px;
    }

.account-btn::before {
    content: ">";
    position: absolute;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    right: 9px;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    line-height: 10px;
    transform: rotate(90deg);
    display: flex;
    align-content: center;
    justify-content: center;
}

.account-btn::after {
    content: ">";
    position: absolute;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    right: 8px;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    line-height: 10px;
    transform: rotate(-90deg);
    border: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

li hr {
    border-top: 1px solid #FFF;
}

table thead tr th {
    background-color: #F2F2F2;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.btn {
    padding: 0.50rem 1rem;
}

.with-icon img {
    height: 20px;
}

.search-wrap {
    position: relative;
}

    .search-wrap .btn-filter {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: auto;
        height: 20px;
        width: 20px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

        .search-wrap .btn-filter i {
            top: 0;
            right: 0;
            margin: auto;
            bottom: 0;
            left: 0;
            width: auto;
            height: auto;
            color: #000;
        }

    .search-wrap input {
        min-width: 264px !important;
        height: 48px !important;
        padding-right: 30px !important;
    }

/* Style Sheet Start Here */

/* Global Style Sheet Start Here */

.hideOffcanvas {
    display: none;
}

.offCanvas {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 9;
}

.showOffcanvas {
    display: block;
    border-radius: 32px 0 0 0;
    width: 750px;
    height: calc(100% - 40px);
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 9;
    overflow: auto;
}

    .showOffcanvas::after {
        content: "";
        position: fixed;
        background-color: rgba(0, 0, 0, .20);
        width: calc(100% - 0px);
        top: 0;
        left: 0;
        height: 100%;
    }

/* .showOffcanvas::before {
        content: "";
        position: fixed;
        background-color: rgba(0, 0, 0, .20);
        width: calc(100% - 750px);
        top: 0;
        height: 78px;
    }*/

/* Global Style Sheet End Here */

.create-database-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 8px;
    height: 48px;
    color: #fff !important;
    cursor: pointer;
}

.add-database-offcanvas, add-user-offcanvas {
    display: flex;
    flex-direction: column;
    padding: 20px;
    z-index: 1;
    position: relative;
    background-color: #ffff;
    overflow: auto;
    height: calc(100vh - 10px);
}

.dynamicClass {
    overflow: hidden;
}

.filter-with-section {
    height: calc(100vh - 170px);
}

/* Style Sheet End Here */

.action-btn .e-dropdown-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
}

    .action-btn .e-dropdown-btn:active {
        outline: none;
        box-shadow: none;
    }

    .action-btn .e-dropdown-btn .e-caret::before {
        content: "";
        background-image: url("../img/dots.svg");
        background-repeat: no-repeat;
        height: 20px;
        display: flex;
    }

    .action-btn .e-dropdown-btn:hover .e-caret::before {
        background-image: url("../img/dot-active.svg");
    }

.action-menu .e-dropdown-menu {
    min-width: 180px;
    padding-bottom: 0px;
    border-radius: 8px;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


    .action-menu .e-dropdown-menu li {
        position: relative;
        height: 30px;
        border: 1px solid transparent;
        background-repeat: no-repeat;
        background-position: center left 10px;
        padding: 0px 10px 0px 40px;
        margin: 0 4px;
        margin-bottom: 4px;
    }

        .action-menu .e-dropdown-menu li:hover {
            background-color: #FFF9F6CC;
            border: 1px solid #F8D9CA;
            border-radius: 8px;
        }

li[cssclass="view-detial-icon"] {
    background-image: url("../img/edit-detail-icon.svg");
}

li[cssclass="edit-detial-icon"] {
    background-image: url("../img/edit.svg");
}

li[cssclass="add-alert"] {
    background-image: url("../img/bell.svg");
}

li[cssclass="enabled-detial-icon"] {
    background-image: url("../img/enabled.svg");
    background-size: 14px;
}

li[cssclass="desabled-detial-icon"] {
    background-image: url("../img/disabled.svg");
    background-size: 14px;
}

li[cssclass="remove-detail"] {
    background-image: url("../img/bin.svg");
    background-position: center left 14px !important;
    border: 1px solid #B90102 !important;
    background-color: #FFF5F7 !important;
    color: #CE0101 !important;
    border-radius: 0 0 8px 8px;
    margin: 0px !important;
    padding-left: 44px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center;
}

    li[cssclass="remove-detail"]:hover {
        border-radius: 0 0 8px 8px !important;
    }

li[CssClass="share-detail"] {
    background-image: url("../img/share.svg");
    background-size: 20px;
}

li[cssclass="pause-icon"] {
    background-image: url("../img/paused.svg");
}

li[cssclass="unpause-icon"] {
    background-image: url("../img/unpaused.svg");
}

.custom-table .e-gridheader {
    border: 0px !important;
    border-radius: 8px;
}

.custom-table .e-table {
    height: 48px;
    background-color: #F2F2F2;
    border-radius: 8px;
}

.custom-table .e-headercell {
    padding: 8px;
    color: #777777;
}

.custom-table .e-headercelldiv {
    font-weight: 400;
}

.custom-table tbody .e-rowcell {
    padding: 8px;
}

.custom-table .e-pagerdropdown .e-control-wrapper {
    height: 38px;
    display: flex;
    align-items: center;
    margin-top: -6px;
    border-color: #ddd !important;
    border-radius: 4px;
}

.database-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #383838;
}

.database-subtext {
    font-size: 14px;
    color: #383838;
}

.back-btn .supported-text {
    color: #005CB9;
    font-size: 14px;
}

.database-detial-wrapper .col {
    padding: 0 8px !important;
}

.performance-card {
    border: 1px solid #C8C8C8;
    background-color: #F4F4F4;
    border-radius: 8px;
    margin-bottom: 24px;
}

    .performance-card .card-body {
        padding: 8px 12px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .performance-card .card-body .title {
            font-size: 18px;
            font-weight: 500;
            color: #383838;
        }

        .performance-card .card-body .status {
            font-size: 16px;
            font-weight: 400;
            color: #383838;
        }

.edit-database-card {
    background-color: #F4F4F4 !important;
    border: 1px solid #C8C8C8 !important;
    border-radius: 8px;
}

    .edit-database-card .card-body {
        padding: 24px !important;
    }

    .edit-database-card .title,
    .metrics-overview .title {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: #383838;
    }

    .edit-database-card .edit-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        border: 1px solid #C1C1C1;
        border-radius: 4px;
        height: 29px;
    }

.edit-btn.job-edit {
    height: 48px;
    /*width: 180px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ff6d24;
    border-radius: 4px;
    color: #383838;
}

.edit-database-card .detial-title {
    font-size: 14px;
    line-height: 21px;
    color: #777777;
}

.edit-database-card .detail-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}

.daterange-selector,
.timer {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 10px;
}

    .daterange-selector .label,
    .timer .label {
        font-size: 14px;
        line-height: 21px;
        color: #383838;
        text-wrap: nowrap;
    }

    .daterange-selector .e-date-wrapper,
    .timer .e-ddl {
        border: 0px !important;
    }

        .daterange-selector .e-date-wrapper:active {
            box-shadow: none !important;
        }

    .daterange-selector input,
    .timer input {
        font-size: 14px !important;
        padding: 0px !important;
        height: 30px !important;
        border: 1px solid #777777 !important;
        background-color: #F2F2F2 !important;
        border-radius: 4px !important;
        text-align: center;
    }

    .daterange-selector .e-input-group-icon {
        border: 0px !important;
        margin-right: 4px;
    }

        .daterange-selector .e-input-group-icon:hover {
            background-color: transparent !important;
            color: #000000 !important;
        }

    .timer .e-input-group-icon::before {
        content: "" !important;
        background-image: url("../img/chevron-down.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height: 10px;
        width: 10px;
    }

.metrics-overview .filter-list ul li {
    font-size: 14px;
}

.save-btn {
    background-color: #F36E29 !important;
    color: #fff !important;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px !important;
}

.test-connection-btn {
    background-color: transparent;
    color: #000 !important;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px !important;
}

    .test-connection-btn:hover {
        background-color: #F36E29;
        color: #fff !important;
    }

.tenant-card {
    border: 1px solid #777777;
    border-radius: 8px;
    height: 100%;
}

    .tenant-card .card-body {
        padding: 16px 24px;
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .tenant-card .tenant-img {
        height: 58px;
        width: 58px;
        border-radius: 50%;
        overflow: hidden;
    }

    .tenant-card .branded-tenants {
        font-size: 14px;
        color: #e5560e;
    }

    .tenant-card .subtitle-tenants {
        font-size: 18px;
        font-weight: 500;
        color: #383838;
    }

    .tenant-card .tenants-database {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2px;
        color: #383838;
        font-size: 16px;
        height: 48px;
        border-radius: 8px;
        padding: 0 12px;
    }

    .tenant-card .badge {
        height: 21px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background-color: #383838;
        color: #FAFAFA;
        font-size: 14px;
        font-weight: 400;
    }

    .tenant-card .view-btn .btn {
        height: 48px;
        min-width: 70px;
        background-color: #F36E29;
        border-radius: 8px;
        color: #FFFFFF !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.enabled-job-btn {
    border-radius: 8px;
    height: 48px;
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

    .enabled-job-btn .text {
        font-size: 16px;
        color: #000;
        z-index: 9;
    }

    .enabled-job-btn .e-switch-wrapper {
        width: 50px;
        height: 28px;
        z-index: 9;
    }

    .enabled-job-btn .e-switch-inner {
        border-radius: 4px;
        border: 0px;
    }

    .enabled-job-btn .e-switch-wrapper:hover .e-switch-inner.e-switch-active {
        background-color: transparent !important;
    }

    .enabled-job-btn .e-switch-inner.e-switch-active {
        border: 0;
        border-radius: 4px;
        background-color: #E1FFE7;
    }

        .enabled-job-btn .e-switch-inner.e-switch-active .e-switch-on {
            background-color: #E1FFE7;
        }

    .enabled-job-btn .e-switch-wrapper:hover .e-switch-on {
        background-color: #E1FFE7 !important;
    }

    .enabled-job-btn .e-switch-handle.e-switch-active {
        height: 20px;
        width: 20px;
        background-color: #2B9B00 !important;
        border-radius: 2px;
        margin-left: -28px !important;
        margin-top: 2px;
    }

    .enabled-job-btn .e-switch-handle {
        height: 20px;
        width: 20px;
        background-color: #383838 !important;
        border-radius: 4px;
        margin-left: 2px !important;
        margin-top: 2px;
    }

    .enabled-job-btn:has(.e-switch-inner.e-switch-active)::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #2B9B00;
        border-radius: 4px;
        z-index: 8;
    }

    .enabled-job-btn .e-switch-off {
        background-color: #FFF;
    }

    .enabled-job-btn:has(.e-switch-inner)::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #F2F2F2;
        border-radius: 4px;
        z-index: 8;
    }

.remove-btn .e-control {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #B90102;
    background-color: #FFF5F7;
    color: #CE0101;
    min-width: 100px;
}

    .remove-btn .e-control:hover {
        background-color: #ffcbd4;
        border-color: #ffcbd4;
    }

    .remove-btn .e-control .e-btn-sb-icons {
        position: relative;
    }

        .remove-btn .e-control .e-btn-sb-icons::before {
            position: absolute;
            content: "";
            background-image: url("../img/bin.svg");
            background-size: contain;
            background-repeat: no-repeat;
            height: 16px;
            width: 16px;
            top: -7px;
            left: 8px;
        }

.badge {
    height: 26px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
}

    .badge.not-connected {
        background-color: #FFD6D6;
        color: #B90102;
    }

    .badge.production {
        background-color: #FFE7C2;
        color: #B96F00;
    }

    .badge.non-production {
        background-color: #F2F2F2;
        color: #777777;
    }

    .badge.healthy {
        background-color: #E1FFE7;
        color: #2B9B00;
    }

.custom-table thead th {
    background-color: transparent;
    border: 0;
    font-weight: 400;
}

.button-text .primary-text {
    color: #005CB9;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.custom-accordion {
    cursor: pointer;
}

.accordion-content {
    position: relative;
}

    .accordion-content::after {
        content: "";
        position: absolute;
        background-image: url("../img/chevron-down-accordion.svg");
        background-size: contain;
        top: 6px;
        right: 6px;
        height: 20px;
        width: 20px;
    }

    .accordion-content:has(.show).accordion-content::after {
        transform: rotate(-180deg);
    }

.custom-accordion .dummy-text {
    display: none;
}

.custom-accordion.collapsed .dummy-text {
    display: inline-flex;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 60%;
}

.nested-table {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #dee2e6;
}

    .nested-table .first td {
        border-top: 0px;
    }

.play-paused-modal .modal-dialog {
    width: 328px;
    border-radius: 8px;
}

.play-paused-modal .modal-content {
    border: 0;
}

.play-paused-modal .modal-body {
    padding: 32px 48px;
}

.Pause-Database {
    height: 42px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 500;
    color: #ff6d24;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 8px;
}

.play-paused-modal .database-name {
    height: 21px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    margin-bottom: 16px;
}

.continue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .continue-btn .icon-button {
        height: 48px;
        min-width: 200px;
        align-self: stretch;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 12px 16px;
        padding-left: 46px;
        border-radius: 8px;
        background-color: #f36e29;
        border: 0px;
        position: relative;
    }

.Removal-Database {
    height: 42px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    color: #b90102;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 8px;
}

.continue-btn .removal-icon-button {
    height: 48px;
    min-width: 200px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #b90102;
    border: 0px;
    position: relative;
}

.continue-btn .mute-icon-button {
    height: 39px;
    min-width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #b90102;
    border: 0px;
    position: relative;
}

.icon-button::after {
    content: "";
    position: absolute;
    background-image: url("../img/database-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    left: 18px;
    top: 14px;
}

.cancel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .cancel-btn .e-control {
        background-color: transparent;
        border: 0;
        color: #777777;
    }

.job-tenant-card {
    border-radius: 8px;
    border: solid 1px #777;
}

    .job-tenant-card .card-body {
        padding: 24px;
    }

    .job-tenant-card .section-title {
        font-size: 18px;
        font-weight: 500;
        color: #383838;
        margin-bottom: 8px;
    }

    .job-tenant-card .description {
        font-size: 14px;
        color: #383838;
    }

.tenant-card.tenant-card .tenants-database,
.tenant-card.tenant-card .view-btn {
    border-radius: 4px;
}

.metric-sub-tabbing-content {
    display: none;
}

    .metric-sub-tabbing-content.active {
        display: block;
    }

/* hide the Grid spinner  */
.e-grid .e-spinner-pane {
    display: none;
}

.removal {
    display: block;
    margin: 0 auto;
    background-color: #b90102
}

.fs-13 {
    font-size: 13px;
}

.status-badge {
    min-width: 100px;
    display: inline-flex;
    justify-content: center;
    border-radius: 12px;
}

.status-active {
    background: #e1ffe7;
    border: solid 1px #2b9b00;
}

.status-pending {
    background: #ffe7c2;
    border: solid 1px #bea400;
}

.status-inactive {
    background: #ffd6d6;
    border: solid 1px #b90102;
}

.home-card {
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    padding: 24px;
    min-height: 325px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .home-card .home-card-content {
        display: flex;
    }

    .home-card .title {
        font-size: 23px;
        font-weight: 500;
        line-height: 27px;
        color: #383838;
        margin-bottom: 19px;
    }

    .home-card .supported-text {
        font-size: 72px;
        font-weight: 600;
        color: #383838;
        margin-bottom: 97px;
    }

    .home-card .image-wrap {
        display: grid;
    }

    .home-card .subtitle {
        font-size: 15px;
        font-weight: 500;
        color: #777777;
    }

    .home-card .counter {
        font-size: 15px;
        font-weight: 500;
        color: #383838;
    }

    .home-card .perfomance-description {
        color: #383838;
        font-size: 13px;
        text-align: left;
        margin-bottom: 32px;
    }

    .home-card .database-btn {
        background-color: transparent !important;
        padding: 0px !important;
        border: 0px !important;
        color: #005CB9 !important;
        font-size: 23px;
        font-weight: 500;
    }

        .home-card .database-btn:hover {
            color: #005CB9 !important;
            opacity: 0.8;
        }

    .home-card .home-charts {
        display: flex;
        flex-direction: column;
        gap: 8px;
        height: 100%;
        text-align: center;
    }

.home-charts .label {
    font-size: 15px;
    font-weight: 500;
    color: #383838;
}

.home-charts .chart {
    flex: 1;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    min-height: 105px;
}

.home-card .progress {
    transform: rotate(-90deg);
    position: absolute;
    height: calc(100% - 30px) !important;
    width: 100%;
    background-color: transparent;
    bottom: 18px;
    left: 0px;
}

.home-charts .progress-bar {
    border-radius: 4px;
}

.btn-cancel {
    flex-grow: 0;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--neutral-dark);
}

.performance-table thead tr td,
.performance-table tbody tr td {
    padding: 8px;
}

.performance-table thead tr span {
    font-size: 15px;
    font-weight: 500;
    color: #383838;
}

.performance-table tbody td .table-label {
    font-size: 18px;
    font-weight: 500;
    color: #777777;
}

.performance-table tbody td .table-label-dark {
    font-size: 18px;
    font-weight: 500;
    color: #383838;
}

.performance-table .table-label-green {
    font-size: 18px;
    font-weight: 500;
    color: #2b9b00;
}

.performance-table .table-label-average {
    font-size: 18px;
    font-weight: 500;
    color: #b96f00;
}

.performance-table .table-label-smaller {
    font-size: 13px;
    color: #383838;
}

.settings-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    height: 100%;
}

    .settings-card .card-body {
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

.settings-header {
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
}

.settings-text {
    font-size: 15px;
    font-weight: 500;
    color: #777777;
    max-width: 70%;
}

.settings-label {
    height: 27px;
    flex-grow: 1;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #383838;
}

.e-switch-wrapper .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
    background-color: #e1ffe7;
    border-color: #2b9b00;
}

.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
    background-color: #e1ffe7;
    color: #2b9b00;
}

.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    background-color: #2b9b00;
}

.e-switch-wrapper, .e-css.e-switch-wrapper {
    width: 50px;
    height: 28px;
}


    .e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
        width: 20px;
        height: 20px;
        top: 4px;
        left: 4px;
    }

        .e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
            margin-left: -24px;
        }

    .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
        background-color: #e1ffe7;
        color: #ffffff;
    }

    .e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
        background-color: #3a9a10;
        border-color: #3a9a10;
    }

    .e-switch-wrapper:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
        background-color: #3a9a10;
    }

.e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), .e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
    border-color: #3a9a10;
}

.alert-head {
    font-size: 13px;
    color: #777777;
}

.all-alert-head {
    font-size: 18px;
    font-weight: 500;
    color: #383838;
}

.tenant-card .subtitle-server-tenants {
    font-size: 15px;
    font-weight: 500;
    color: #383838;
}

.status-count {
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 0 4px;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #777;
    font-weight: 500;
    font-size: 15px;
}

rect {
    fill: transparent !important;
}

.custom-dropdown .e-input-group {
    border-color: #2b9b00 !important;
}

    .custom-dropdown .e-input-group:focus {
        box-shadow: none !important;
    }

    .custom-dropdown .e-input-group::after,
    .custom-dropdown .e-input-group::before {
        outline: none;
    }

.e-dropdownbase .e-list-item.e-item-focus, .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover, .e-dropdownbase .e-list-item.e-hover {
    background-color: #e1ffe7;
    color: #2b9b00;
}

.enabled-setting-btn {
    border-radius: 8px;
    height: 48px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

    .enabled-setting-btn .text {
        font-size: 16px;
        z-index: 9;
    }

    .enabled-setting-btn .e-switch-wrapper {
        width: 50px;
        height: 28px;
        z-index: 9;
    }

    .enabled-setting-btn .e-switch-inner {
        border-radius: 14px;
        border: 0px;
    }

    .enabled-setting-btn .e-switch-wrapper:hover .e-switch-inner.e-switch-active {
        background-color: transparent !important;
    }

    .enabled-setting-btn .e-switch-inner.e-switch-active {
        border: 0;
        border-radius: 14px;
        background-color: #E1FFE7;
    }

        .enabled-setting-btn .e-switch-inner.e-switch-active .e-switch-on {
            background-color: #E1FFE7;
        }

    .enabled-setting-btn .e-switch-wrapper:hover .e-switch-on {
        background-color: #E1FFE7 !important;
    }

    .enabled-setting-btn .e-switch-handle.e-switch-active {
        width: 22px;
        background-color: #2B9B00 !important;
        border-radius: 12px;
        margin-left: -28px !important;
        margin-top: 0px;
    }

    .enabled-setting-btn .e-switch-handle {
        height: 20px;
        width: 20px;
        background-color: #777777 !important;
        border-radius: 12px;
        margin-left: 2px !important;
        margin-top: 0px;
    }

    .enabled-setting-btn:has(.e-switch-inner.e-switch-active)::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #2B9B00;
        border-radius: 4px;
        z-index: 8;
    }

    .enabled-setting-btn .e-switch-off {
        background-color: #FFF;
    }

    .enabled-setting-btn:has(.e-switch-inner)::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #F2F2F2;
        border-radius: 4px;
        z-index: 8;
    }

.setting-dropdown {
    width: 150px;
    color: #383838 !important;
}

input.e-input, .e-input-group input.e-input, .e-input-group input, .e-input-group.e-control-wrapper input.e-input, .e-input-group.e-control-wrapper input, .e-float-input input, .e-float-input.e-input-group input, .e-float-input.e-control-wrapper input, .e-float-input.e-control-wrapper.e-input-group input, .e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-control-wrapper {
    border-radius: 0px !important;
}

    input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
        font-family: var(--font) !important;
        color: #000 !important;
        z-index: 9 !important;
    }

        .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
            border: 1px solid #505050 !important;
        }

.setting-dropdown .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .setting-dropdown .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border: 2px solid #2B9B00 !important;
}



.chart-class {
    display: block;
    width: 100%;
    height: auto;
    min-height: 260px;
    max-height: 100%;
}

.main-content {
    display: flex;
}

.tenant-inital {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #383838;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 575.98px) {
    .chart-class {
        display: none;
        Width: 260px;
        Height: 300px;
    }
}



@media (max-width: 768px) {
    .chart-class {
        min-height: 200px;
        display: none;
    }
}



/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .chart-class {
        display: none;
    }

    .home-card .home-card-content {
        display: block;
    }

    .main-content {
        display: none;
    }

    .collapse:not(.show) {
        display: block;
    }
}

/* (Landscape phones, less than 767.98px)*/
@media (max-width: 767.98px) {
    .collapse:not(.show) {
        display: none;
    }

    .navbar-toggler {
        top: 35px !important;
    }

    .top-row.auth {
        padding: 0px;
    }
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .chart-class {
        display: none;
    }

    .home-card .home-card-content {
        display: block;
    }

    .main-content {
        display: none;
    }

    .navbar-toggler {
        top: 35px !important;
    }

    .top-row.auth {
        padding: 0px;
    }
}


.wrapper {
    padding: 20px;
    background-color: #383838;
    height: 100vh;
}

.auth-wrap {
    background-image: url("../customazurepage/banner-img.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    display: flex;
    align-items: center;
}

.wrapper .logo {
    margin-bottom: 54px;
}

.seperator {
    border-bottom: 1px solid #777777;
    padding-top: 32px;
    margin-bottom: 32px;
}

.auth-title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.auth-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #777777;
}

.auth-wrap .form-group label {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    color: #f2f2f2;
    margin-bottom: 8px !important;
}

.auth-wrap .form-group input, .form-group input:focus {
    background-color: transparent !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    color: #e0e0e0;
    height:47px;
}

.auth-wrap .form-group::placeholder,  {
    color: #e0e0e0;
}

.forgot-pwd {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #33a3ff;
    font-size: 13px;
    margin-bottom: 35px;
}

.forgot-pwd:hover {
    color: #33a3ff;
}

    .forgot-pwd span:nth-child(2) {
        display: grid;
    }

.auth-code {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.auth-radio-input {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
}

    .auth-radio-input input[type="radio"]:checked {
        border-color: #f36e29;
    }

    .auth-radio-input input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #777777;
        outline: none;
        position: relative;
    }

        .auth-radio-input input[type="radio"]:checked::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 4px;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background-color: #f36e29;
        }

.send-code-btn .btn {
    height: 48px;
    background-color: #f36e29;
    border-radius: 4px;
    width: 100%;
    outline: none;
    border: transparent;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
}

.auth-wrap .e-input-group {
    border: 1px solid #e0e0e0 !important;
    background-color: transparent !important;
    border-radius: 4px !important;
}

.auth-wrap input[type=number]::-webkit-inner-spin-button,
.auth-wrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.privacy-check-box {
    margin-bottom: 33px;
}

    .privacy-check-box .form-check {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin: 0px;
    }

    .privacy-check-box .form-check-input {
        min-height: 20px;
        min-width: 20px;
        border: 1.5px solid #f2f2f2;
        margin-top: 2px;
        background-color: transparent;
        appearance: none;
        border-radius: 2px;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .privacy-check-box .form-check-input:checked {
            background-color: transparent;
            border: 2px solid #f2f2f2;
        }

            .privacy-check-box .form-check-input:checked::before {
                content: '✔';
                color: #f2f2f2;
                font-size: 1rem;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .privacy-check-box label {
        display: inline;
        color: #fff;
        font-size: 13px;
    }

    .privacy-check-box a {
        color: #fff;
        text-decoration: underline !important;
    }

.otp .form-group {
    align-items: center;
    margin-bottom: 24px;
}

    .otp .form-group input {
        width: 72px;
        height: 76px;
        border-radius: 4px;
        text-align: center;
        font-size: 40px;
        font-weight: normal;
        color: #e0e0e0 !important;
    }

.otp .e-input-group, .otp .e-input-group.e-control-wrapper {
    position: relative;
    width: auto;
}


.send-code-btn .btn {
    height: 48px;
    background-color: #f36e29;
    border-radius: 4px;
    width: 100%;
    outline: none;
    border: transparent;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
}

.resend-otp {
    font-size: 13px;
    color: #ffffff;
}

    .resend-otp a, .auth-subtitle a {
        color: #33a3ff;
    }


@media(max-width: 991.98px) {
    .wrapper {
        min-height: 100vh;
        height: 100%;
    }

    .auth-wrap {
        background-image: none;
    }
}

@media(max-width: 767.98px) {
    .wrapper {
        padding: 20px 0;
    }
}



.forgot-password {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 32px;
}

    .forgot-password .label {
        font-size: 16px;
        font-weight: 500;
        color: #ebebeb;
    }


.reset-pwd-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #1c1c1c;
    background-image: url("../img/reset-password-banner.svg");
    background-repeat: no-repeat;
    background-position: center 58%;
    background-size: contain;
}

    .reset-pwd-wrapper .login-form {
        padding: 72px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reset-pwd-wrapper .login-logo {
        margin-bottom: 0px;
        flex: 1;
    }

.reset-pwd-message {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

    .reset-pwd-message .message {
        font-size: 36px;
        color: #ebebeb;
        width: calc(100% - 40%);
        text-align: center;
    }

.color-white{
    color:#fff !important;
}