@use './colors.scss';

@mixin card { 
  background: white !important;
  border-radius: 7px;
  box-shadow: 0px 0px 3px 1px #6273842b;
}

* {
  // change ReactPrime component default size
  font-size: 15px;
}

.container{
  position: relative;
   display: flex;
   width: 100%;
   >div{
    //  width: 50%;
    padding: 0 20px;
   }
}

#chart,.chart{
  height: 100%;
}