.header-z-index {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 1000;
    background: rgb(0, 19, 56);
    background: linear-gradient(127deg, rgba(0, 19, 56, 1) 41%, rgba(0, 34, 99, 1) 100%);
}

.hoster-logo {
    max-height: 45px;
}


/* .margin-from-header {
    margin-top: 70px;
} */


.text-orange {
    color: rgb(251, 140, 0);
}

.graph-height {
    min-height: 200px;
    max-height: 250px;
}


.green-card-bg {
    background: rgb(0, 255, 244);
    background: linear-gradient(111deg, rgba(0, 255, 244, 0.11808473389355745) 53%, rgba(0, 255, 244, 0.5690651260504201) 100%);
}

.red-card-bg {
    background: rgb(255, 0, 31);
    background: linear-gradient(111deg, rgba(255, 0, 31, 0.0760679271708683) 53%, rgba(255, 0, 31, 0.5690651260504201) 100%);
}

.orange-card-bg {
    background: rgb(247, 198, 59);
    background: linear-gradient(127deg, rgba(247, 198, 59, 0.0760679271708683) 41%, rgba(247, 198, 59, 0.639093137254902) 100%);
}

.drop-btn-zindex {
    z-index: 10;
}


.custom-mb-negative-15 {
    margin-bottom: -15px;
}

.custom-mb-negative-25 {
    margin-bottom: -25px;
}

.custom-mt-negative-15 {
    margin-top: -15px;
}

.custom-mt-negative-25 {
    margin-top: -25px;
}


.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}


a {
    color: inherit;
    text-decoration: none;
}

.list-disable-style {
    list-style-type: none;
    padding-left: 0;
}

.sidebar {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
    height: calc(100vh - 58px);
    max-width: 16%;
    margin-top: 60px;
    z-index: 1;
    overflow-y: overlay;
    padding-bottom: 30px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link:hover {
    color: #007bff;
}

.active {
    color: #007bff;
}

.sidebar::-webkit-scrollbar {
    width: 4px;
}

.sidebar::-webkit-scrollbar-track {
    margin-top: 13px;
    margin-bottom: 6px;
    padding-left: 10px;
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 5px;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

#noVNC {
    border: no;
    height: 84vh;
}

.chartjs-canvas {
    display: block;
    box-sizing: border-box;
    max-height: 776px;
    max-width: 776px;
}
