/* Colore del testo */
.theme-dark .themevar h1,
.theme-dark .themevar h2,
.theme-dark .themevar h3,
.theme-dark .themevar h4,
.theme-dark .themevar h5,
.theme-dark .themevar h6,
.theme-dark #footer-bar .themevar a i,
.theme-dark #footer-bar .themevar a span .theme-dark p strong {
    color: #676a6c;
}

.theme-dark .themevar .accordion-btn,
.theme-dark .themevar .menu .nav-title,
.theme-dark .themevar .menu .nav a i,
.theme-dark .themevar .menu .nav a span,
.theme-dark .themevar .menu .nav .active-nav i,
.theme-dark .themevar .menu .nav .active-nav span,
.theme-dark .themevar .header .header-icon,
.theme-dark .themevar .header .header-title,
.theme-dark .themevar .search-header .fa-search,
.theme-dark .themevar .color-theme,
.theme-dark .themevar .countdown div,
.theme-dark .themevar .list-group i:last-child,
.theme-dark .themevar .search-icon-list a,
.theme-dark .themevar .fac label,
.theme-dark .themevar .pagination a,
.theme-dark .themevar .accordion-style-2 a,
.theme-dark .themevar input,
.theme-dark .themevar .contact-form i,
.theme-dark .themevar .demo-icon-font article,
.theme-dark .themevar [data-tab],
.theme-dark .themevar span:not(.badge),
.theme-dark .themevar .profile-2 .profile-stats a,
.theme-dark .themevar .vcard-field *,
.theme-dark .themevar input:not([type=file]),
.theme-dark .themevar select,
.theme-dark .themevar textarea,
.theme-dark .themevar .search-header input, .theme-dark .themevar .footer .footer-title {
    color: #676a6c !important;
}

.theme-dark .themevar input::placeholder, .theme-dark .themevar textarea::placeholder {
    color: #6c757d !important;
}
/* Tolgo immagine header */
.theme-dark .header .header-logo {
    background-image: none;
}

.theme-dark .themevar input:not([type=submit]):not(.focus-color):focus, .theme-dark .themevar select, .theme-dark .themevar select:focus, .theme-dark .themevar textarea:active, .theme-dark .themevar select {
    border-color: rgba(0, 0, 0, 0.08) !important
}
/* Colore delle schede */
.theme-dark .card.themevar {
    background-color: #ffffff;
}

.theme-dark .card.themevar label {
    background-color: #ffffff00 !important;
    color: #0f1117 !important
}

.theme-dark .card.themevar input {
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #212529 !important;
}

/* Cambio il logo con il cambio modo tema*/

.theme-light .logomsp-dark {
    display:none;
}
.theme-light .logomsp-light {
    display: block;
}

.theme-dark .logomsp-light {
    display:none;
}
.theme-dark .logomsp-dark {
    display: block;
}

/* Colore personalizzato MSP per i pulsanti */

.bg-msp {
    background-color: #fcc601 !important;
    color: #676a6c !important;
}

/* Roba per il selettore del country code phone */
.iti span:not(.badge), .pac-item span:not(.badge) {
    color: #676a6c !important;
}

.iti--allow-dropdown {
    width: 100%;
}
.iti--separate-dial-code input[type=tel] {
    padding-left:80px !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #0000000a !important;
}
