.customer-managers-section {
    display: contents;
}

.customer-managers-section .customer-manager-field .select {
    width: 100%;
    min-height: 43px;
}

.customer-managers-section .customer-manager-readonly {
    width: 100%;
    min-height: 43px;
    border: 1px solid #838383;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #262626 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 15px;
    cursor: not-allowed;
}

.customer-update .fieldset > .customer-manager-field,
.customer-account-add .fieldset > .customer-manager-field {
    width: calc(50% - 14px);
}

.lead-section .customer-manager-buttons-host {
    display: contents;
}

.lead-section .customer-manager-display-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    font-weight: 600;
    font-size: 14px !important;
    padding: 10px 15px !important;
    line-height: 1;
    background: #e30613;
    border: none;
    color: #fff !important;
    cursor: default;
    user-select: none;
}

.lead-section .customer-manager-display-badge .fa {
    font-size: 16px;
    line-height: 1;
}

.lead-section .customer-manager-display-name {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .customer-managers-section .customer-manager-field {
        width: 100%;
    }
}
