.dashboard-admin .dashboard-bg {
    background: #00386e;
    /* background: linear-gradient(
        317deg,
        rgb(16, 12, 90) 0%,
        rgb(75 75 112) 100%,
        rgba(0, 138, 255, 1) 100%
    ); */
}
.sidebar .sidebar-wrapper .logo {
    background: #2c2a2b;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
.sidebar .sidebar-wrapper .logo::before {
    content: "";
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 1px;
    width: 90%;
}
.sidebar .sidebar-wrapper .menu-list .menu-item.active {
    color: #fff;
    background: #00386e;
    border-color: #00386e;
}

.container .container-wrapper .sidebar {
    background: #2c2a2b;
}

.dashboard-admin .dashboard-wrapper .dashboard-body .dashboard-list > * > * {
    width: calc((100% / 4) - 30px - (0px * 2));
}

.dashboard-admin
    .dashboard-wrapper
    .dashboard-body
    .dashboard-list
    .dashboard-row
    .item
    .item-body
    svg {
    width: 50px;
}

.row.acccheck {
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 5px;
    padding: 10px 5px 0 5px;
}
.clipboard {
    cursor: pointer;
}

.user-account {
    display: flex;
}
.user-account svg {
    width: 39px !important;
}
.user-account .info span {
    display: block;
}
.sidebar-option .user-account svg {
    width: 30px;
}
.row .badge-success {
    background-color: #346751;
    padding: 2px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
.row .badge-danger {
    background-color: #da0037;
    padding: 2px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
