.sonny_progressbar {
  margin-bottom: 20px;
}

.sonny_progressbar p.title {
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
}

.sonny_progressbar .bar-container {
  position: relative;
  height: 40px;
}

.sonny_progressbar .bar-container.shadow {
  /*-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);*/
  /*-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);*/
  /*box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);*/
}

.sonny_progressbar .backgroundBar {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.sonny_progressbar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.sonny_progressbar .targetBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /*-webkit-animation: Animation 2s infinite ease-in-out;*/
  /*-moz-animation: Animation 2s infinite ease-in-out;*/
  /*animation: Animation 2s infinite ease-in-out;*/
}

.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar {
  /*border-bottom: 3px solid rgba(0,0,0,0.2);*/
}

.sonny_progressbar .progress-percent {
  font-family: 'Nunito';
  font-size: 16px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.bato {
  font-size: 18px;
  font-family: poppins;
  font-weight: 300;
  color: #000168;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
  height: 100%;
  padding-top: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
}

.bato:hover {
  background: rgba(0,1,104,0.1);
  color: #000168;
}

.cardy {
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.cardy:hover {
  transition: .2s;
  transform: scale(1.05);
}

.sec {
  background: #ffffff;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fefdfe url("../../assets/img/pl.gif");
  z-index: 99;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: center;
}

.bluehover_top:hover {
  color: #ffffffff;
  background-color: #000168;
  cursor: pointer;
}

.bluehover_top {
  color: #ffffffff;
  background-color: #000168;
  text-decoration: none!important;
}

.redhover_top {
  color: #ffffffff;
  background-color: #fe0b0b;
  cursor: pointer;
  text-decoration: none!important;
}

.redhover_top:hover {
  color: #ffffffff;
  background-color: #fe0b0b;
}

.bluehover_top div i {
  font-size: 2rem;
}

.redhover_top div i {
  font-size: 2rem;
}

.redhover_top div {
}

