
.grid-wrapper-cadastro {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
}

.label-input {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    opacity: .9;
    margin-bottom: 20px;
}

.e-dialog .e-dlg-header-content {
    border-bottom: none;
}

.e-dialog .e-footer-content {
    border-top: none;
}