body {
    background-color: #202124 !important;
    color: #fff;
}

.navbar {
    background-color: rgba(48,49,52,1) !important;
    border: 0 !important;
}

.card, .card-header, .modal-header {
    background-color: #303134 !important;
    color: #fff !important;
}

.card-body, .modal-body, .modal-footer {
    background-color:#47484b !important ;
    color: #fff !important;
}

input, select, textarea {border: none !important;}

.investing-info {color: #fff;}
a.underline_link {color:rgb(172, 172, 172); text-decoration: none;}

.aHome {color: #fff !important;}

.apexcharts-tooltip-title {background-color: #000 !important; color: #fff !important; text-align: center;}
circle, .apexcharts-tooltip {background-color: rgba(0,0,0,0.7) !important; color: #fff !important;}
.apexcharts-tooltip-marker {width: 5px !important; height: 5px !important;}

/* Nasconde la leganda per il grafico sugli anni */
#chartHistoricalDays .apexcharts-tooltip {display: none !important;}
#chartHistoricalDays circle {display: none !important;}

.table-diary, .table-striped>tbody>tr:nth-of-type(odd)>* {color: #fff !important;}
.table-diary, .table-striped>tbody>tr:nth-of-type(even)>* {color: #a5c200 !important;}

.bootbox-close-button {background-color: #0dcaf0 !important; font-size: 0.6rem !important;}

#myTabContent {background-color: #47484b !important;}
.apexcharts-menu  {background-color: #47484b !important;}
.apexcharts-menu-item:hover {background-color: #9c9c9c !important;}

.apexcharts-data-labels > rect {display: none !important;}
.apexcharts-data-labels > text {background-color: transparent !important; color: #fff !important;}

.offcanvas { background-color: rgba(0,0,0,0.8) !important; }
.filigrana { background-image: url('/resources/images/background/form.png'); background-size: cover; background-repeat: no-repeat; background-position: center; min-height: 100px;}
.backlogo { background-image: url('/resources/images/background/back.png'); background-size: cover; background-repeat: no-repeat; background-position: center; min-height: 100px;}

#risk_factor_value {color: #000 !important;}

#check_list li {background-color: transparent !important; color: #fff !important; cursor: pointer;}

a.response_post {color: #fff; text-decoration: none; }
a.response_post:hover {color:#a5c200; }

.card a {color: #fff; text-decoration: none; }
.card a:hover {color: #a5c200;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs {
    color: #fff !important;
}