@import url(https://fonts.googleapis.com/css?family=Nunito);
body{
  font-family: Roboto, sans-serif;
  font-weight: 500 !important;
}
@keyframes resize {
    0% {
        transform: scale(1.05,1.05);
    }
    50% {
        transform: scale(0.9,0.9);
    }
    100% {
        transform: scale(1.05,1.05);
    }
}
#main-logo{
 animation-delay: 2s;
 animation: resize 6s ease-in-out infinite;
}

/** PROGRESS **/
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 0px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

#top-progress{
  margin:0;
  background-color:  #262a2d;
}
#report-progress{
  margin:0;
  background-color:  #fff;
}
.progress .indeterminate {
    background-color: #fdf031;
}
/**          **/

.logo-centered{
  margin: 0 auto;
}
.img-card{
  width:35%;
}
.card-container{
  margin-top: -35px !important;
}
.pointer{
  cursor:pointer;
}

.btn-fullwidth{
  width: 100% !important;
}
.modal-invisible{
  background-color: rgba(0,0,0,.7);
}

.bg-gradient-primary {
    background: linear-gradient(87deg,#1d304d 0,#FFC107 100%)!important;
}

@keyframes waves {
  0% {
    background-position: 0 200;
  }
  100% {
    background-position: 0 200;
  }
}

@-webkit-keyframes waves {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 -100px 100px -100px yellowgreen inset;
  }
}

.bg-gradient-secondary {
    background: linear-gradient(87deg,#f35b41 0,#1d1f45 100%)!important;
}

.bg-half-transparent{
  background-color: rgba(255,255,255,0.5) !important;
}

.navbar-nav>li{
  font-family: 'Ubuntu Condensed', sans-serif;
}
.sidenav-toggler-line {
    background-color: #f1f1f1;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.uppercased{
  text-transform: uppercase;
}
.a-white{
  color: white;
  text-decoration: underline;
}

.card-check-image img{
  max-width: 275px;
  border: none;
}

.card-details-image img{
  border: none;
}
.bg-default{
  background-color: #2b2d30 !important;
}
.btn-sm-rounded{
  border-radius: 1.25rem;
}
.btn-rounded{
  border-radius: 2.25rem;
}
.fill-default {
    fill: #2b2d30;
}
.animate__animated.animate__rubberBand{
  --animation-duration: 2s;
}
