@media (max-width: 600px) {
  #card-orders-items {
    padding-top: 2rem;
  }
}
.header-table {
  color: white;
  background-color: rgb(84, 109, 245);
}

.custom-dialog {
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
}

.circle-check {
  background: #456BD9;
  border-radius: 50%;
  color: #fff;
  height: 5em;
  position: relative;
  width: 5em;
}