@font-face {
  font-family: 'HBMFont'; /*a name to be used later*/
  src: url('../fonts/Falcon.otf'); /*URL to font*/
}
.hbm-event {
  font-family: 'HBMFont';
  font-size: 100px;
  background: -webkit-linear-gradient(#7367ff, #c159ff, #d49cff, #a6bffc, #0b51be, #0b51be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 7px;
}
.bday-coffee-link {
  color: #0a5cff;
  padding-top: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
}
.fa-center {
  line-height: inherit!important; vertical-align: middle;
}
.watch-bday-coffee-icon {
  font-size: 19px;
  padding-right: 11px;
}
.watch-bday-coffee, .watch-bday-coffee-inactive {
  padding: 5px 15px;
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
  background-color: #0a5cff;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  width: auto;
}
.watch-bday-coffee:hover {
  background-color: #9833ff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.watch-bday-coffee-inactive {
  background-color: #cccccc;
}
.card-description {
  color: #dd0000;
  text-align: left;
  font-weight: bold;
}
.input-has-danger {
  border: 1px solid #dd0000 !important;
}