@charset "UTF-8";

.dash-sidebar {
    padding: 20px;
    background: #ffff;
    border-radius: 10px;
}

.dash-sidebar-link {
    display: block;
    padding: 10px;
    color: #000;
    border-radius: 5px;
}

.dash-sidebar-link:hover {
    background: #f8f8f8;
    transition: all 500ms ease;
}

.dash-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}

.dash-info-img img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.dash-info-value-holder {
    text-align: end;
}


.dash-info-value-dsc {
    font-size: 13px;
}


.dash-bg {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.sl-btn {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}

.company-card-act {
    display: flex;
}


.packet-item {
    padding: 10px;
    background: #f8f8f8;
    margin-bottom: 5px;
    border-radius: 5px;
}