body {
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471
}

html,
body {
    height: 100%;
}

.row {
    margin: 0;
}

.login-background {
    background: #2A3F54;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-panel {
    background: #FFFFFF;
    width: 450px;
    padding: 30px;
    border-radius: 8px;
}

.login-logo i {
    font-size: 40px;
}

.admin-register-panel {
    background: #FFFFFF;
    width: 60%;
    padding: 30px;
    border-radius: 8px;
}

.btn-login {
    background: #73879C;
    padding: 6px 12px;
    color: #FFFFFF;
}

#sidebar-nav {
    background: #2A3F54;
    height: 100% !important;
}

.sidebar-logo-title-wrapper {
    font-size: 23px;
}

.sidebar-logo-wrapper {
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.sidebar-logo {
    width: 25px;
    height: 25px;
    margin: auto;
}

#topbar-container {
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    max-height: 56px;
}

.left-panel {
    max-width: 70px;
    background: #222;
    color: #FFFFFF;
}

.left-panel-extend {
    max-width: 230px;
}

.sidebar-menu-list-mobile {
    color: #FFFFFF !important;
}

.sidebar-menu-list a {
    text-decoration: none;
    color: #fff;
}

.sidebar-parent {
    padding: 8px 0;
    font-size: 0.95rem;
}

.sidebar-menu-list span i {
    font-size: 18px;
    margin-right: 6px;
}

.sidebar-submenu {
    display: none;
    margin-top: 4px;
    padding-left: 18px;
    list-style: none;
}

.sidebar-submenu li {
    margin-bottom: 2px;
}

.sidebar-submenu li a {
    font-size: 0.9rem;
    padding: 5px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.sidebar-submenu li a:hover {
    background: rgba(255, 255, 255, .05);
}

.submenu-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bbb;
    display: inline-block;
    margin-right: 10px;
}

.chevron-icon {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.chevron-icon.rotate {
    transform: rotate(180deg);
}

.sidebar-parent.open .chevron-icon {
    transform: rotate(180deg);
}

.sidebar-submenu li.active a {
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
}

.sidebar-menu-list a.active {
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
}

.sidebar-submenu li.active .submenu-dot {
    background: #fff;
}

.sidebar-parent.active {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.submenu-item-wrapper {
    position: absolute;
    background: #2A3F54;
    top: 0;
    left: 70px;
    z-index: 1050;
}

.sidebar-menu-item-mobile:hover {
    cursor: pointer;
}

.submenu-item-mobile {
    padding: 8px 10px;
    width: 210px;
}

.sidebar-menu-item-mobile.active {
    background: rgba(255, 255, 255, 0.15);
}

.sidebar-menu-item-mobile.active small {
    font-weight: 600;
}

.submenu-item-mobile.active {
    background: rgba(255, 255, 255, 0.15);
}

.right-panel {
    background: #F7F7F7;
    min-height: 100vh;
}

.right-panel-large {
    max-width: 100% !important;
}

.fa-bars {
    font-size: 26px;
}

#topbar-nav {
    height: 55px;
}

#topbar-nav>.row>div {
    height: 100%;
    display: flex;
    align-items: center;
}

#topbar-profile {
    height: 100%;
}

.topbar-nav-dropdown img {
    width: 30px;
    height: 30px;
}

#topbar-profile-menu span {
    padding-right: 1rem;
}

.nav-dropdown p {
    margin: auto 8px;
    font-size: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.topbar-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #fff;
    display: none;
    z-index: 1050;
}

.topbar-dropdown .dropdown-item {
    padding: 8px 14px;
    cursor: pointer;
}

.topbar-dropdown .dropdown-item:hover {
    background: #f5f5f5;
}

.large-panel {
    margin: 1rem 20px;
    border: 1px solid #D9DEE4;
    background: #FFFFFF;
}

.large-panel-title {
    margin: 0;
    padding: 10px 0;
}

.medium-panel {
    border: 1px solid #D9DEE4;
    background: #FFFFFF;
}

.table-container {
    border: 1px solid #D9DEE4;
}

.form-control::placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 0.9rem;
}

.large-panel-container .control-label {
    font-weight: bold;
}

.switchery {
    margin-right: 10px;
}

.sidebar-menu-item-mobile i {
    font-size: 18px;
}

.card-title {
    font-size: 38px;
    font-weight: 700;
}

.online {
    color: #11d929;
}

.card:has(.card-body.online:hover) {
    border-color: #11d929;
}

a.card-body.online:hover {
    color: #11d929;
}

.offline {
    color: #BAB8B8;
}

.card:has(.card-body.offline:hover) {
    border-color: #BAB8B8;
}

a.card-body.offline:hover {
    color: #BAB8B8;
}

.problem {
    color: #eb281a;
}

.card:has(.card-body.problem:hover) {
    border-color: #eb281a;
}

a.card-body.problem:hover {
    color: #eb281a;
}

.warning {
    color: #f5e342;
}

.card:has(.card-body.warning:hover) {
    border-color: #f5e342;
}

a.card-body.warning:hover {
    color: #f5e342;
}

.maintain {
    color: #eb941a;
}

.card:has(.card-body.maintain:hover) {
    border-color: #eb941a;
}

a.card-body.maintain:hover {
    color: #eb941a;
}

.top-border {
    border-top: 1px solid #D9DEE4;
}

.bottom-border {
    border-bottom: 1px solid #D9DEE4;
}

.dt-search {
    display: none;
}

.btn-transparent {
    align-content: center;
    background-color: transparent;
    color: #73879C;
    border: 1px solid #73879C;
}

.form-select {
    width: 250px;
}

.btn-cancel {
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
}

.btn {
    margin: 0;
}

.btn-cancel:hover {
    background-color: #f1f1f1;
}

.btn-light {
    border: 1px solid #73879C;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

@media only screen and (max-width: 991.8px) {
    .left-panel {
        max-width: 70px !important;
    }
    .left-panel-extend {
        max-width: 70px !important;
    }
    .lg-w-5 {
        width: 5% !important;
    }
    .lg-w-10 {
        width: 10% !important;
    }
    .lg-w-15 {
        width: 15% !important;
    }
    .lg-w-20 {
        width: 20% !important;
    }
    .lg-w-25 {
        width: 25% !important;
    }
    .lg-w-30 {
        width: 30% !important;
    }
    .lg-w-40 {
        width: 40% !important;
    }
    .lg-w-50 {
        width: 50% !important;
    }
}