.card-header-flex {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.business-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.businessName {
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: calc(var(--bs-gutter-x) * 0.5);
    text-align: center;
}
.dateTd {
    direction: ltr !important;
}
.business-logo-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.logo-warning-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.logo-warning-row .business-logo-box {
    flex: 0 0 auto;
}

.logo-warning-row .alert {
    flex: 1 1 auto;
}

.remove-cart-item{
    position: absolute;
    left: 5px;
    top: 5px;
}

.renewal-item {
    padding: 20px 10px;
    cursor: pointer;
    height: 100% !important;
    align-items: center !important;
}

.renewal-rows {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}
.form-label.required::after{
    content: " *";
    color: #dc3545;
    font-weight: bold;
}


th.sortable{
    cursor: pointer;
    user-select: none;
}

th.sortable .sort-icon{
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    color: #6c757d;
}

th.sortable{
    cursor: pointer;
    user-select: none;
}

.sort-icon{
    margin-left: 6px;
    font-size: 11px;
}

.sort-icon .up,
.sort-icon .down{
    color: #adb5bd;
}

th.sortable.asc .sort-icon .up{
    color: #0d6efd;
}

th.sortable.desc .sort-icon .down{
    color: #0d6efd;
}

