﻿.chart-container {
    width: 75vw; /* 75% de la largeur du viewport */
    height: 70vh; /* 70% de la hauteur du viewport */
    margin: auto; /* Centre horizontalement */
    display: flex;
    justify-content: center; /* Centre verticalement */
    align-items: center;
}

canvas {
    max-width: 100%;
    max-height: 100%;
}

.stat-bar {
    /*color: #e6dcdc;*/
    color: #ff006e;
    background: none;
    width: 100%;
    height: 40px;
    border-bottom: 0px;
    border-color: aquamarine;
    font-family: 'Lato';
    margin-top: 30px;
    margin-bottom: 50px;
    height: 50px;
}

.custom-daterangepicker {
    /*background-color: #343434;*/
    background: #343434;
    color: #e6dcdc;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #100e0e;
    border-radius: 5px;
}

.custom-dropdown {
    background-color: #343434;
    color: #e6dcdc;
    margin-left: 10px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #100e0e;
    border-radius: 5px;
}

/*.chart-icon {
    color: #3199f2;
}*/

/*.stat-input {
    background: #343434;
}*/

.sb-left {
    float: left;
}

.sb-right {
    float: right;
}

.stat-title {
    margin: 0;
    padding: 0;
}