body {
  font-size: 14px;  
  padding-bottom: 100px;
}
.modal{
  background-color: white;
}
.modal-header, .modal-footer{
  padding: 5px 16px;
}
.table-hover {
  --bs-table-hover-bg: #d1e7dd; /* Thay bằng mã màu bạn muốn */ 
}
#chart{
  height: 70vh;
}
hr{
  margin: 5px 0;
}

footer i{
  font-size: 20px;
}

.btn-oolink-close-modal{
  display: none;
}

/* globally scales down all bootstrap typography on mobile */
@media (max-width: 575.98px) {
  body {
    font-size: 12px;  
  }

  #btnShowBuyCaseModal,
  #btnChartModalSize{
    display: none;
  }

  .btn-oolink-close-modal{
    display: block;
    position: fixed;
    right: 25px;
    bottom: 50px;
    z-index: 1000001;
  }

  footer a {
    width: 60px;
  }

  footer a span{
    display: none;
  }
}
