@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
  font-family: Roboto, sans-serif;
}
.nodata-text{
    text-align: center;
    padding:35px;
}
.dice-data-up{
	color:#059936;
}
.dice-data-down{
	color:#ad0309;
}

.arrow_box {
  font-weight: normal;
}

#chart {
  max-width: 650px;
  margin: 35px auto;
}

.chart-container {
  position: relative;
  margin: auto;
  width: 100%;
}
.chart-dice-global{
    z-index:1;
    margin-top:-15px!important;
}
.mainButtons {
    padding:10px!important;
 z-index:0;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
}

.btn-ideadice {
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
    border-radius: 2px;
    padding: 5.5px 17px;
    background-color: #fff;
    color: #222;
    margin: 4px;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
}
.btn-ideadice:hover{
    color: #222;
  background-color:#f0f0f0!important;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
  font-weight: 400;
}
.btn-ideadice:focus{
    color: #222;
  background-color:#f0f0f0!important;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
      font-weight: 600;
}

.active {
    color: #222;
    background-color: #f0f0f0!important;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
    font-weight: 600;
}

.btn-ideadice-toolbar {
    font-size: 24px;
    border: 2px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
    border-radius: 2px;
    padding: 6px 17px;
    background-color: #fff;
    color: #222;
    margin: 4px;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
}
.btn-ideadice-toolbar:hover{
    color: #222;
  background-color:#ebebeb!important;
    border: 2px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
  font-weight: 400;
}
.btn-ideadice-toolbar:focus{
    color: #222;
  background-color:#ebebeb!important;
    border: 2px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
      font-weight: 600;
}
label {
  vertical-align: initial!important;
}
@media screen and (max-width: 768px) {
    .btn-ideadice{
      font-size:15px!important;
          padding: 4px 8px!important;
      margin:3px!important;
    }
    .mainButtons {
      justify-content: center;
    }  
    .apexcharts-toolbar {
display:none!important;
    } 
    .apexcharts-xaxis .apexcharts-text tspan {
        font-size:10px!important;      
        }   
    .chart-dice-global{
        z-index:1;
        margin-top:-10px!important;
        margin-left: -10px!important;
    }    
}

.InfoBox{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-family: "Arial", Sans-serif;
  flex-direction:row;
  margin:0px;
  box-sizing: border-box;
}
.data{
 line-height: 0px;
 text-align: center;
 font-size:13px;
 padding-left:7px;
 padding-right:7px;
}


.apexcharts-toolbar {
    right:0!important;
    top: -50px!important;
    z-index:3000;
    max-width:inherit !important;
margin-right:18px !important;
    
}
.apexcharts-yaxis{
    background-color:#red!important;
}

chart-container .fa, chart-container .fas, chart-container .far{
  color:#848484 !important; 
    font-size:25px!important;   
}

.apexcharts-zoom-icon, .apexcharts-zoomin-icon, .apexcharts-zoomout-icon, .apexcharts-reset-icon, .apexcharts-pan-icon, .apexcharts-selection-icon, .apexcharts-menu-icon, .apexcharts-toolbar-custom-icon
.apexcharts-pan-icon {
    FONT-WEIGHT: 100;
    transform: scale(0.65)!important; 
    position: relative;
    width: 42px!important; 
    height: 0!important; 
    left: 0px!important; 
    top: 0px;
    margin-left:6px;
}
.apexcharts-zoom-icon, .apexcharts-reset-icon, .apexcharts-menu-icon {
    transform: scale(0.65)!important; 
}
.apexcharts-toolbar {

}