.footer2 {
  /*bottom: 0;
  color: #67757c;
  left: 0px;
  padding: 17px 15px;
  position: absolute;
  right: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  background: #ffffff;
  display: block;*/

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
}

.page-titles2 {
  background: #ffffff;
  margin: 0 0px 30px;
  /* padding: 15px 10px; */
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.card-img-background {
  background: url("353000.jpg")no-repeat center center;
  background-size: cover;
}

.font_counter{
  color:blue;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

.font_counter_small{
  color:gray;
  font-size: 10px;
}

.font_credit{
  color:gray;
  font-size: 6px;
}

.reduce_padding{
  padding: 0.0rem;
}

.topbar {
  background: white;
}

.toast-success{
  opacity: 1 !important;
}

.bg_gray{
  background-color: #EBE7EA
}

