#wcs-walkin-block {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #F5F3F3;
}
button#wcs_validate_store_btn {
    background-color: #fff;
    border: 1px solid #a19797;
}
button#wcs-add-split-row {
    background-color: #fff;
    border: 1px solid #a19797;
}
p.form-row.form-row-wide.woocommerce-validated {
    margin-bottom: 0px !important;
}
p.form-row.form-row-wide {
    margin-bottom: 0px !important;
}
#wcs-walkin-block p.form-row.form-row-wide {
    margin-bottom: 0px !important;
}
#wcs-walkin-block strong {
    color: #000;
}

#wcs-store-code-wrap label {
    color: #000;
}
#wcs-walkin-block h4 {
    margin-top: 15px;
}

#wcs-split-table {
    margin-bottom: 10px;
}

#wcs-split-table input,
#wcs-split-table select {
    width: 100%;
}

.wcs-store-dashboard {
    max-width: 100%;
}

.wcs-store-dashboard table.widefat {
    margin-top: 15px;
}

.wcs-store-dashboard .wcs-tabs {
    margin-bottom: 15px;
}

.wcs-store-dashboard .wcs-tabs a {
    margin-right: 20px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 4px;
}

.wcs-store-dashboard .wcs-tabs a.active {
    color: #7f54b3;
    border-bottom: 2px solid #7f54b3;
}
