.foreside-data-form .e-form-label {
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: var(--bs-tertiary-bg) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    font-size: .875rem !important;
    padding: 4px 8px 5px 8px !important;
    margin-right: unset !important;
    width: unset !important;
    flex-direction: unset !important;
    justify-content: unset !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}

.foreside-data-form .e-control-wrapper {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.foreside-data-form .e-data-form .e-label-position-left {
    margin-top: 10px !important;
}

.foreside-selector {
    height: 2rem !important;
}