#chart {
width:100% !important;
margin: 0px auto;
padding: 0;
}
.actions {
top: -10px;
position: relative;
z-index: 10;
max-width: 400px;
margin: 0 auto;
}
button {
color: #fff;
background: #20b2aa;
padding: 5px 10px;
margin: 2px;
font-weight: bold;
font-size: 13px;
border-radius: 5px;
}
p {
margin: 10px 0;
}
@media only screen and (max-width: 480px) {
.actions {
margin-top: 0;
left: 0
}
}

#app button
{
display:none !important;    
}
#chart, .chart-box {
padding-top:95px;
padding-left: 10px;
background: #fff;
border: 1px solid #ddd;
box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
width: 100%;
height: 320px;
}
#app div#chart
{
width: 100% !important;
height:405px;
float: left;
margin: 0px 0px 30px 0px;
}
#app2 div#chart {
width: 100% !important;
height: 405px;
float: left;
margin: 0px 0px 30px 0px;
padding: 12px !important;
}
.total_visitors_count
{
width:100%;
height:auto;
float:left;
margin:0px 0px 10px 0px;
font-size:15px;
color:#000;
letter-spacing:1px;
font-weight:800;
}
select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
  }
  

.apexcharts-canvas {
    margin: 0 auto;
}
