.invoice-price-summary .subtotal,
.invoice-price-summary .total,
.invoice-price-summary .discount {
  gap: 0.8rem;
}
.total .price {
  font-weight: bold;
}
.desc-head {
  font-weight: bold;
}
.fc-toolbar-chunk button {
  background: rgba(255, 0, 0, 0.226) !important;
  border: none !important;
  color: rgba(255, 0, 0, 0.74) !important;
  margin: 0 0.2rem !important;
}
.fc-toolbar-chunk button:focus-within,
.fc-toolbar-chunk button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: rgba(255, 0, 0, 0.055);
  color: rgba(255, 0, 0, 0.274);
}
tr[role="row"] a {
  color: #333;
}

@media (max-width: 760px) {
  .fc .fc-toolbar {
    display: block !important;
    text-align: center !important;
  }
}

/* =========Loader ============*/
.loader-preload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b15151;
  z-index: 2000;
  width: 100%;
}
.quiver {
  position: fixed;
  bottom: 50%;
  left: 50%;
  z-index: 899;
  margin-bottom: -50px;
  margin-left: -50px;
  width: 100px;
}

.arrows {
  -moz-animation: equalizor cubic-bezier(0.77, 0, 0.175, 1) 0.5s
    alternate-reverse infinite;
  -webkit-animation: equalizor cubic-bezier(0.77, 0, 0.175, 1) 0.5s
    alternate-reverse infinite;
  animation: equalizor cubic-bezier(0.77, 0, 0.175, 1) 0.5s alternate-reverse
    infinite;
  vertical-align: baseline;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 1px 10px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0b486b
    rgba(255, 255, 255, 0);
}

.st {
  border-bottom-color: #0b486b;
}

.nd {
  border-bottom-color: #3b8686;
}

.rd {
  border-bottom-color: #79bd9a;
}

.th {
  border-bottom-color: #a8dba8;
}

.fth {
  border-bottom-color: #cff09e;
}

span:nth-child(1) {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

span:nth-child(2) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

span:nth-child(3) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

span:nth-child(4) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

span:nth-child(5) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-moz-keyframes equalizor {
  from {
    border-bottom-width: 60px;
  }
  to {
    border-bottom-width: 1px;
  }
}
@-webkit-keyframes equalizor {
  from {
    border-bottom-width: 60px;
  }
  to {
    border-bottom-width: 1px;
  }
}
@keyframes equalizor {
  from {
    border-bottom-width: 60px;
  }
  to {
    border-bottom-width: 1px;
  }
}

._loading {
  display: block;
  font: normal 22px/1em "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  color: #cff09e;
}
/* ======== Loader ending */
