/* Stili di base */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #f5f5f5;
}

/* Stilizzazione generale */
.page-container {
    min-height: calc(100vh - 60px);
}

.page-header {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.panel {
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.panel-body {
    padding: 20px;
}

/* Stile per il modale di cambio password */
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/* Bottoni */
.btn {
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary {
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.btn-danger {
    background-color: #F44336;
    border-color: #F44336;
}

/* Header e navbar */
.navbar {
    min-height: 60px;
    background-color: #263238;
    border: none;
}

.navbar-brand {
    height: 60px;
    padding: 20px 15px;
    font-size: 16px;
    color: #fff;
}

/* Modifiche per Bootstrap 5 */
.modal-header {
    display: flex;
    align-items: center;
}

.bg-info-400 {
    background-color: #29B6F6;
}

.bg-warning-400 {
    background-color: #FFA726;
}

.bg-danger {
    background-color: #F44336;
}

.text-danger-600 {
    color: #E53935;
}

.text-green-600 {
    color: #43A047;
}

.legitRipple {
    position: relative;
    overflow: hidden;
}
