/* Styles for Dynamic Grouo FormBuilder GMZ Component */
/* Dynamic Group */
.dynamic-group-line {
    margin-bottom: 20px;
    padding: 1.1rem;
    border-radius: 0.3rem;
    border: 1px solid #e0e0e0;
    
}

.dynamic-group-line-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    font-weight: bold;
}