.img-48 {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.img-64 {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.img-72 {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.img-110 {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.img-120 {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.img-circle {
    border-radius: 50%;
}

.img-rounded {
    border-radius: 0.375rem;
}

.img-border {
    border: 1px solid #dee2e6;
}

.minw-260 {
    min-width: 260px;
}

.w-70 {
    width: 70px;
}

.w-90 {
    width: 90px;
}

.w-160 {
    width: 160px;
}

.w-200 {
    width: 200px;
}

.w-280 {
    width: 280px;
}


.wp-wrap {
    white-space: pre-wrap;
}

.minWidth {
    min-width: 240px;
}

.sf_company-logo-preview {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.sf_invoice-product-col {
    min-width: 220px;
}

.sf_invoice-description-col {
    min-width: 240px;
}

.sf_invoice-qty-col {
    width: 120px;
}

.sf_invoice-price-col,
.sf_invoice-total-col {
    width: 160px;
}

.sf_invoice-action-col {
    width: 80px;
}

.sf_users-actions-col {
    width: 180px;
}
.sf-help-nav-card {
    top: 1rem;
}

.sf-help-nav-card .list-group-item {
    border-left: 0;
    border-right: 0;
}

.sf-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}