.lwa-header {
  background: linear-gradient(to right top, #030718, #031e47);
}
.lwa-header__brand {
  color: #fff;
}
.lwa-header__brand__link {
  color: #fff !important;
  text-decoration: none;
}
.lwa-header__brand__link:hover {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .lwa-header {
    height: 70px;
  }
}

.event-nav-header .navbar-brand {
  color: #fff;
}

.event-body,
.event-footer {
  background-color: var(--event-background);
  color: #fff;
}

.event-footer {
  background: transparent;
}

.event-page-container {
  /* background-color: rgba(255, 255, 255, 0.8); */
}

@media only screen and (min-width: 769px) {
  .event-nav-header {
    height: 70px;
  }
  .event-page {
    padding-top: 70px !important;
  }
}
.event-body {
  background-color: #030718;
}

.page {
  background-color: #030718;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .page {
    padding-top: 60px !important;
  }
}

.event-page {
  min-height: 80vh;
}

.event-footer {
  background: transparent;
  color: #fff;
}
.event-footer__sign {
  height: 50px;
}

.event-card {
  background-color: rgba(7, 34, 61, 0.2);
  border: 2px solid #07223d;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.event-card__meta {
  padding-left: 10px !important;
  font-size: 14px;
  border-left: 7px solid;
}
.event-card__meta--session {
  border-color: #62c824;
}
.event-card__meta--course {
  border-color: #df1278;
}
.event-card__meta__category {
  display: inline-block;
}
.event-card__meta__status {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #0b96b5;
  color: #0b96b5;
  background-color: rgba(11, 150, 181, 0.3);
}
.event-card__meta__status--open {
  border-color: #05e1b9;
  color: #05e1b9;
  background-color: rgba(5, 225, 185, 0.3);
}
.event-card__meta__status--closed {
  border-color: #cc105b;
  color: #cc105b;
  background-color: rgba(204, 16, 91, 0.3);
}
.event-card__title {
  font-size: 24px;
  text-align: left;
}
.event-card__description {
  font-size: 16px;
}
.event-card__button {
  background-color: #223548;
  color: #fff;
  border: 1px solid #14213d;
}
.event-card__button:hover {
  background-color: #0b96b5;
  color: #fff;
}

.event-data__metadata__tag {
  background-color: transparent;
  border: 1px solid transparent;
  color: #0b96b5;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 0.8rem;
  padding: 0.25rem 0.4rem;
}

.form__label {
  font-size: 16px;
}
.form__input {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #8c8a8a !important;
  border-radius: 0;
  margin-bottom: 10px;
}
.form__input:focus {
  outline: none;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.form__input:disabled {
  cursor: not-allowed !important;
}
.form__textarea {
  color: #ffffff !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #8c8a8a !important;
  border-radius: 0;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 10px;
  width: 100%;
}
.form__textarea:focus {
  outline: none;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.form__textarea:disabled {
  cursor: not-allowed !important;
}
.form__button {
  border: none;
  padding: 5px 20px;
  min-width: 150px !important;
  cursor: pointer;
}
.form ::placeholder {
  color: #8c8a8a;
}

.inline-block {
  display: inline-block;
}

.muted {
  color: #8c8a8a;
}

body {
  background: linear-gradient(to right top, #030718, #031e47);
  color: #fff;
}

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