﻿/* --- Tema generale --- */
body {
    background-color: #000 !important;
    color: #fff !important;
}

/* Testo generico */
p, span, label, div, small, strong {
    color: #fff !important;
}

/* Link */
a {
    color: #4da3ff !important;
}

    a:hover {
        color: #82c3ff !important;
    }

/* --- Form Bootstrap --- */
.form-control,
.form-select,
.form-check-input {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

    .form-control::placeholder {
        color: #bbb !important;
    }

.form-text {
    color: #ccc !important; /* Qui risolviamo il tuo problema */
}

.form-label {
    color: #fff !important;
}

/* --- Buttons --- */
.btn {
    color: #fff !important;
    border-color: #555 !important;
}

.btn-primary {
    background-color: #0066cc !important;
    border-color: #005bb5 !important;
}

.btn-secondary {
    background-color: #333 !important;
    border-color: #444 !important;
}

/* --- Accordion --- */
.accordion-item {
    background-color: #111 !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

.accordion-button {
    background-color: #222 !important;
    color: #fff !important;
}

    .accordion-button:not(.collapsed) {
        background-color: #333 !important;
        color: #fff !important;
    }

/* --- Liste personalizzate --- */
.rowlist,
.rowlist2,
.rowlist3,
.rowlist-nopointer {
    border-bottom: 1pt solid #444;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
}

.rowlist {
    font-size: 18px;
    cursor: pointer;
}

.rowlist2 {
    font-size: 16px;
    cursor: pointer;
}

.rowlist3 {
    font-size: 16px;
}

.rowlist-nopointer {
    font-size: 16px;
}

/* --- Div arrotondato --- */
.div-rounded-light {
    border: 1px solid #555;
    border-radius: 6px;
    background-color: #111;
    color: #fff;
}

/* --- Div arrotondato --- */
.div-rounded {
    border: 1px solid #555;
    border-radius: 6px;
    background-color: black;
    color: white;
    padding: 10px;
}

/* --- Label grande --- */
.lbl-big {
    font-size: 20px;
    margin-top: -10px;
    color: #fff;
}

/* --- No wrap --- */
.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.85) !important;
}
.modal-content {
    background-color: #1e1e1e !important;
    color: #fff !important;
}
