.gradient {
  background: #04befe;
  background: linear-gradient(5deg, #006dda 30%, #04befe);
  background: -webkit-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -moz-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -o-linear-gradient(5deg, #006dda 30%, #04befe); }

.gradient25 {
  background: #04befe;
  background: linear-gradient(25deg, #006dda 40%, #04befe);
  background: -webkit-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -moz-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -o-linear-gradient(25deg, #006dda 40%, #04befe); }

.gradientBright {
  background: #04befe;
  background: linear-gradient(45deg, #006dda -40%, #04befe);
  background: -webkit-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -moz-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -o-linear-gradient(45deg, #006dda -40%, #04befe); }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.transition01 {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s; }

.transition02 {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

.transition03 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.transition05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.disableClick {
  filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none; }

#footer {
  width: 100%; }

.footerMediaIcon {
  height: 25px;
  width: 25px;
  background: #eeeeee;
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

#footerMediaContainer {
  flex-direction: row;
  display: flex;
  align-items: center; }

@media all and (max-width: 992px) {
  #logo {
    display: none; }

  #footerMediaContainer {
    justify-content: center;
    width: 100%;
    display: none;
    padding-bottom: 15px; } }
.footerMediaIcon img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%; }

#footerPowered {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  color: #04befe; }

#footerContainer {
  margin: 0 auto;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center; }

@media all and (max-width: 992px) {
  #footerContainer {
    flex-direction: column;
    justify-content: center; }

  #footerPowered {
    flex: none; } }

/*# sourceMappingURL=footer.css.map */
