﻿
.status-label {
    padding: 6px 8px 6px 8px;
    border-radius: 31px;
    width: auto;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
}

.bold-label {
    font-weight: 600;
}

.buyer-contact-footer {
    display: inline-flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 50px;
}

.align-content-center {
    align-content: center;
}

.buyer-bank-account-modal {
    padding: 15px;
}

.buyer-bank-account-modal-checkboxes {
    padding: 10px;
}

.overflow-with-scroll {
    overflow: auto;
}

.buyer-invoicing-checkbox-input-wrapper {
    margin: 5px 0;
}

.subordinate-customer-main-grid {
    border-bottom: 1px solid #E5E5E5;
}

.subordinate-customer-tab-label {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #525252;
}
