.doughnut_holder {
  margin-left: 4%;
}
.btn-blue {
  color: blue !important;
}
.row {
  /* display: flex;
  flex-direction: row;
  align-items: center; */
}
.colTotal {
  max-width: 23%;
  margin: auto;
  /* height: 100%; */
}
.rectangle {
  max-height: 5%;
  background-color: #e61b01;
  border-radius: 15px;
  width: 30%;
  margin-left: 2%;
}
.doughnut {
  margin-bottom: 3%;
}
.section {
  width: 100%; 
}
.headings {
  margin-left: 10%;
}
.table-responsive.show_cards.three_cards .card {
  border-bottom: 5px solid #7EC954;
  width: 45%;
}
.card {
  font-size: .875rem;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.125rem;
  font-weight: 400;
}
.table-responsive.show_cards.three_cards .card .title {
  font-size: 16px;
  font-weight: 500;
  color: #7EC954;
}
p {
  font-family: 'Poppins' !important;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.table-responsive.show_cards.three_cards .card.green {
  border-bottom: 5px solid #7EC954;
}
.table-responsive.show_cards.three_cards .card {
  padding: 30px;
  background-color: white;
  box-shadow: 0px 0px 6px #80808066 !important;
}
div,span,h1,h2,h3,h6,h5,h4 {
  font-family: 'Poppins' !important;
}
a {
  cursor: pointer;
}
.headings .btn {
  padding: 6px 12px;
  background-color: lightgray !important;
  color: black !important;
}
.headings .btn.active {
  padding: 6px 12px;
  background-color: #e61b01 !important;
  color: white !important;
}
.change_tabs{
  font-size: 24px;
  color: #e61b01 !important;
}
.btn_back{
  font-size: 20px;
}
.h4GreenBoxes {
  text-align: left;
}
.h4GreenBoxes h4, .h4GreenBoxes h2 {
  margin-left: 7%;
  margin-top: 3%;
  color: white;
}
.h4GreenBoxes i {
  font-size: 43px; 
  color: white;
  margin-left: 7%;
  margin-top: 5%
}
.h4GreenBoxes a {
  color: white !important; 
  font-size: 33px;
  margin-left: 7%;
}
.three_rectangles {
  display: inline-flex; 
  text-align: center;
}
.colTotal h4 {
  color: #e61b01;
}
.no_orders {
  text-align: center; 
  margin-top: 10%;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: relative;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}