/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
Version	 :	1.9.2
Updated	 :	01.15.2020
*/
/*! WRITE YOUR CUSTOM STYLE **/

html, body { font-family: "Roboto", sans-serif; color: #415076; font-size: 14px; line-height: 1.6; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; }

.invisible{
  display: none;
}

.glow {
  /* font-size: 80px; */
  /* color: #fff; */
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: none;
  }

  to {
    box-shadow: 0px 0 4px 8px #0081d6;
  }
}
.fixed-bar{
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: white; */
  color: black !important;
  font-weight: 300;
  font-family: "Quicksand", sans-serif !important
}
.green{
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(9,121,16,1) 100%);
}
.blue{
  background: #0081d6a6;
}
.alert{
  color: black !important;
}

.alert-info .close{
  background: #cae0ff;
}
.alert-success .close{
  background: #cef5e1;
}