.sidebar .sidebar-wrapper .logo::before {
    content: "";
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    height: 1px;
    width: 90%;
}

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

.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;
}
