/*Write your custom css in this file.*/

/* CUSTOM GS - Stili per gruppi progetto e milestone nel Gantt */
.gt-project-group .bar,
.gt-project-group .bar rect {
    fill: #000000 !important;
    stroke: #000811 !important;
    stroke-width: 2px !important;
    opacity: 0.8 !important;
}

.gt-project-group .bar-label,
.gt-project-group text {
    font-weight: bold !important;
    font-size: 14px !important;
}

.gt-milestone-group .bar,
.gt-milestone-group .bar rect {
    fill: #696969 !important;
    stroke: #b3c5b7 !important;
    stroke-width: 1.5px !important;
    opacity: 0.7 !important;
}

.gt-milestone-group .bar-label,
.gt-milestone-group text {
    font-weight: 600;
    font-size: 13px;
}

/* CUSTOM GS - Nasconde frecce di dipendenza sui gruppi milestone e progetto */
.gt-milestone-group .arrow,
.gt-project-group .arrow,
.gt-milestone-group path[class*="arrow"],
.gt-project-group path[class*="arrow"],
.gt-milestone-group .dependency-arrow,
.gt-project-group .dependency-arrow {
    display: none !important;
    visibility: hidden !important;
}

.gt-group-task {
    .bar {
        fill: #6c757d !important;
        stroke: #495057 !important;
        opacity: 0.6;
    }
}

/* CUSTOM GS - Stili per email custom e toggle notifica */
#custom-emails+.select2-container {
    margin-bottom: 5px;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.notification-settings-section {
    border-left: 3px solid #007bff;
    padding-left: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin: 10px 0;
}