body {
  overflow: auto !important;
}
.guiGridClass {
  min-width: 300px;
  overflow-x: auto;
  margin-bottom: 30px;
}
.dateAndbtns {
  display: inline-block;
  width: 330px;
  padding: 7px 9px 7px 10px;
  font-weight: 400;
  color: #504b8e;
  background: #d8e3ff73;
  border: 0;
  border-radius: 3px;
  outline: 0;
  transition: all 0.3s ease-in-out;
}

.row {
  margin-bottom: 10px;
}

.buttonsdiv {
  margin-top: -5px;
  text-align: center;
}

.buttonsdiv > ion-button {
  width: 30%;
}

@media print {
  table {
    page-break-after: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  td {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
}

.GridContainerr {
  margin-top: 35px;
}

.VgroupHeadngDiv {
  margin-top: 60px;
}

div.VgroupHeadngDiv {
  background: black;
  height: 2px;
  text-align: center;
  position: relative;
}

div.VgroupHeadngDiv > span {
  font-size: larger;
  text-transform: uppercase;
  font-weight: 600;
  background: black;
  color: #f1efef;
  padding: 2px 25px;
  padding-bottom: 5px;
  /* border-radius: 10px; */
  text-align: center;
  position: relative;
  top: -16px;
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  border-radius: 5px;
}

div.VgroupHeadngDiv2 > span {
  font-size: larger;
  text-transform: uppercase;
  font-weight: 600;
  background: #000000;
  color: whitesmoke;
  padding: 0px 10px;
  padding-bottom: 5px;
  /* border-radius: 20px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div.content-wrapper > div.Head {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-top: -27px;
  margin-bottom: 5px;
}

.AMountandCount {
  font-size: larger;
  font-weight: 600;
}

.HighlightTotal {
  font-size: large !important;
  font-weight: 600;
}

.SemiHighlightTotal {
  font-weight: 600;
}

.min-vh-100 {
  min-height: 100vh !important;
}
