.btn-submit{justify-content:center;align-items:center;width:80%;margin:20px auto;display:flex;scale:1.25}.form-dialogue{border-radius:var(--radius-sm);box-shadow:var(--shadow-dialog);background-color:var(--color-bg-surface);color:var(--color-text-primary);border:none;margin:auto;padding:0;overflow:visible}.form-dialogue::backdrop{background-color:#00000080}.form-dialogue-title{padding:16px 24px;font-size:1.25rem;font-weight:500;line-height:1.6}.form-dialogue-content{padding:8px 24px 20px;overflow-y:auto}.form-dialogue--resizable{flex-direction:column;min-width:320px;height:80vh;min-height:200px;max-height:90vh;display:flex;position:relative;overflow:auto}.form-dialogue--resizable .form-dialogue-title{flex-shrink:0}.form-dialogue--resizable .form-dialogue-content{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.form-dialogue-footer{flex-shrink:0;padding:8px 24px 16px}.form-dialogue-resize-handle{cursor:se-resize;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath d='M14 4l-10 10M18 8l-10 10M18 12l-6 6' stroke='%23aaa' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:18px;height:18px;position:absolute;bottom:0;right:0}.buttonRow{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.validatedInputAdditionalSetting{flex-direction:column;gap:.25rem;display:flex}
