﻿/*.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    
}

    .btn svg {
        width: 24px;
        height: 24px;
    }

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.btn-accent {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}*/

:root {
    --campo_richiesto: lightgoldenrodyellow;
    --light-green: #d4edda;
}

.transparent-item {
    border-color: transparent;
    background-color: transparent;
}

.no-margin {
    margin: 0 !important;
}

.fs-13 {
    font-size: 13px !important;
}