.underline {
    text-decoration: underline;
}

.companyWarehouseHeader {
    font-size: 10px;
    font-weight: bold;
}

.componentContainer {
    margin-top: 8px !important;
}

.componentBody {
    display: flex;
}

.componentData {
    display: flex;
    flex: 1;
}

.cardValue {
    font-weight: bold;
    font-size: 16px;
}

.cardLastActivity {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 16px;

}

form .form-group {
    margin-top: 12px;
}

.binContainer {
    max-height: 160px;
    overflow-y: auto;
}

.cardContainer {
    border-top: 1px solid black;
    margin-top: 8px;
    padding-bottom: 8px;
    background-color: lightgray;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.sticky-div {
    /*  position: -webkit-sticky; For Safari */
    position: sticky;
    top: 55px;
    background-color: white;
    z-index: 1050;
}


@media (max-width: 600px) {
    .cardContainer {
        width: 100vw;
        position: absolute;
        left: 0;
    }
}