
.customer-table {
    .header-bold .cell {
        font-weight: bold !important;
    }

    .search-input {
        .el-input__inner {
            padding: 0;
            border: 0 !important;
        }

        .el-input__prefix {
            display: none;
        }
    }

    .el-table__cell {
        padding: 0 !important;
    }

    tr:first-child {
        td {
            background-color: #fff !important;
        }
    }

    tr.el-table__row--striped td {
        background: #f5f5f5 !important;
    }

    tr.el-table__row--striped.current-row td.el-table__cell {
        background: #e8f4ff !important;
    }

    .el-table__expand-icon {
        visibility: hidden !important;
    }
}