
.marquee-text{
    margin-top:10%;
    font-size:2vh;
    font-weight: bold;
    color:#3498db;
}
/* .block5{
    z-index:5!important;
} */

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}
.custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.custom-switch .custom-control-input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom-control-input:checked + .slider-switch {
  background-color: #2196F3;
}

.custom-control-input:focus + .slider-switch {
  box-shadow: 0 0 1px #2196F3;
}

.custom-control-input:checked + .slider-switch:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider-switch.round-switch {
  border-radius: 34px;
}

.slider-switch.round-switch:before {
  border-radius: 50%;
}
.mb-0{
  margin-bottom : 0!important;
}
.mt-0{
  margin-top : 0!important;
}
.border-bottom-solid{
  border-bottom:1px solid;
}