/* customer managment */
.content-box {
    display: flex;
    width: 1298px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    background: #F2F2F2;
}

.brand-customer-managment .content-box>span {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.brand-customer-managment .content-box>span.note-text {
    font-style: italic;
    margin-top: 10px;
}

.brand-customer-managment-table {
    width: 1298px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.brand-customer-managment-table th {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.16px;
}

.subject-column {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.28px;
}

.managed-column .btn-group {
    display: flex;
}

.form-input-column {
    display: table-cell;
}

.form-input-column .form-row {
    width: 359px;
}

.brand-customer-managment-row td {
    padding: 16px 40px 16px 0;
}

.btn-managed {
    color: #D6D6D8;
    text-align: center;
    border: 1px solid #D6D6D8;
    background: #FAFAFA;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.btn-reseller {
    width: 145px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 0px 4px 4px 0px;
}

.btn-provider {
    width: 100px;
    height: 38px;
    border-radius: 4px 0px 0px 4px;
}

.btn-managed.active {
    border: 1px solid #2188D9;
    background: #F4F9FD;
    color: #2188D9;
    text-align: center;
}

.provider-text {
    width: 100%;
    border-bottom: 1px solid #D6D6D8;
    padding: 1px 2px 6px 2px;
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.brand-customer-managment-row .preview {
    color: #2188D9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    padding-right: 0;
    display: flex;
    gap: 16px;
    cursor: pointer;
}

.preview .preview-boder-between {
    border-left: 1px solid #ECECED;
}