

html {
  background: #343a40;

}
.body {
  width: 100%  !important;
  /*height: 100vh !important;*/
}

html,body{user-zoom:fixed;}
.pace-running > *:not(.pace) {
  opacity:0;
}

@media (min-width: 992px) {
  /*.body {
    height: 100vh !important;
  }*/
}

.container-fluid {
  overflow:hidden ;
 }
 /* @media (max-width: 991px) {
  .container-fluid {
    max-width: 98%;
  }
} */
a {
  text-decoration: none !important;
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.navbar-toggler.collapsed {
  color: #aaa !important;
}
.navbar-toggler {
  color: #444 !important;
}

#scrollTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: #c90119;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}


footer {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

footer a:hover {
  color: #FFF !important;
}

footer h5 {
  color: #fff;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none !important;
}


/*==== SNACK BAR ====*/

#snackbar-container {
  left: 0px;
  width: 100%;
}

.snackbar {
  width: 100% !important;
  max-width: 100% !important;

  padding: 10px;
  color: #FFF;
  font-size: 1em;
}



.snackbar-content {
  text-transform: lowercase;
}

.snackbar.snackbar-opened {
  width: 100% !important;
  margin-bottom: 0px;

}

/* @media (max-width: 767px) {

  .snackbar.snackbar-opened {

     top: 0px;
  }
} */
.snackbar.error {
  border-left: 20px solid #e74c3c;
}

.snackbar.warning {
  border-left: 20px solid #f4d313;
}

.snackbar.info {
  border-left: 20px solid #3498db;
}

.snackbar.success {
  border-left: 20px solid #58d68d;
}


.slider { display: none; }
.slider.slick-initialized { display: block; }


.gp-flex-container {
  /* color: #FFF; */
  color: #adb5bd;
  letter-spacing: 1px;
  font-weight: normal;
  position: fixed;
  /* width: 100%; */
  z-index: 999;
  margin: auto;
  padding-top: 5px;
  left: 50%;
  font-size: .8em;
}

.gp-flex-container>div {
  text-align: center;
  position: relative;
  left: -50%;
  padding: 5px 20px;
  border-radius: 7px;
    color: #FFF;
  background: rgba(148, 165, 183, .7);
  /* background: rgba(255, 255, 255, .7); */
  /* border-bottom: 1px solid rgba(0,0,0,.1); */

}

.gp-flex-container .gp-warning {
  /* color: #444; */

  /* background: rgba(255, 193, 7, .5); */
  /* background: rgba(0, 123, 255, .7); */

}
