.el-select.cs-01 .el-select__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(150, 150, 150, .2);
    border: none;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    min-width: 140px;

    .el-select__selected-item.el-select__placeholder.is-transparent {
        color: #333;
    }

    .el-icon svg {
        color: #333;
    }
}

.el-table-cs-01 {
    border: 1px solid rgba(150, 150, 150, 0.3) !important;
}

.el-table-row-cs-01 {
    background-color: #f1f1f1 !important;
}

/* Dialog */
.el-dialog.cs-01 {
    min-height: fit-content !important;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: none;
    max-width: 98%;
    width: fit-content;
    min-width: 900px;
    margin-top: 4vh !important;
    max-height: 90vh;
    overflow: auto;
    overflow-scrolling: auto;
    scrollbar-width: thin;
}