.main-primary-bg{
    background-color: #1946ad;
}

.btn-main-primary{
    background-color: #1946ad;
    color: white;
}

.btn-main-primary:hover{
    background-color: #3461ca;
    color: white;
}

.main-table-primary{
    background-color: #1946ad !important;
    color: white !important;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.boxed-shadowed{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}


#aq-chart-container {
    width: 100%;
    min-height: 600px; 
    position: relative;
}

@media (max-width: 768px) {
  #aq-chart-container {
    width: 100%;
    min-height: 800px;   /* only on mobile */
    position: relative;
  }

  #aqChart {
    width: 100% !important;
    height: 100% !important;
  }
}
