
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  height: 100vh;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #eee;
}
.navbar-logo {
  height: 36px;
}

h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  color: #444;
  font-weight: 700;
}

@media (min-width: 768px) {
  h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 32px;
    color: #444;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #eee;
  }
  .navbar-logo {
    height: 50px;
  }
}

.header {
  margin-top: 56px;
  height: 56px;
  margin-bottom: 18px;
  background-color: #00B9E8;
  color: #fff;
}
.header h1 {
  color: #fff;
  margin: 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header {
    height: 74px;
    margin-top: 82px;
  }
  .header h1 {
    font-size: 38px;
    color: #fff;
  }
}

.btn-primary {
  background-color: #343434;
  border-bottom: 6px solid #00B9E8;
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00b9e8;
  border-color: #05667f;
}
.btn-primary:focus {
  background-color: #343434;
  border-bottom: 6px solid #00B9E8;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn-primary:disabled {
  color: #e0e0e0;
  background-color: #c9c9c9;
  border-color: #b8b8b8;
  }

.btn-primary-light {
  background-color: #666;
  color: #fff;
  border-bottom: 6px solid #00B9E8;
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
}
.btn-primary-light:hover {
  color: #fff;
  background-color: #00b9e8;
  border-color: #05667f;
}
.btn-primary-light:focus {
  background-color: #343434;
  border-bottom: 6px solid #00B9E8;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.main-login {
  background-color: #eee;
}

.main h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  color: #444;
  font-weight: 700;
}
@media (min-width: 768px) {

  .main h2 {
    font-size: 36px;
  }

}

.event-title {
  margin-bottom: 10px;
}
.event-detail {
  margin-bottom: 20px;
}
.event-detail img {
  width: 40px;
}
.event-options {
display: flex;
}
.event-feed__filter {
  align-items: flex-end;
}
.event-img {
  padding-bottom: 18px;
}
.event-title-chevrons {
  width: 55px;
  padding-right: 10px;
  padding-top: 5px;
}
.event-detail--icon {
  width: 20px;
  padding-right: 20px;
}
.event-detail {
  font-size: 1.1rem;
}
.event-detail--text-bold {
  font-weight: 700;
  font-size: 1.1rem;
}

hr {
  border-top: 4px solid #00B9E8;
  margin-top: 0.9rem;
  opacity: 1;
}

.accordion-body {
  background-color: #fbfbfb;
  padding: 1.5rem 2.25rem;
}
.accordion-body hr {
  border-top: 2px solid #ddd;
  margin-top: 0.5em 0.5em;
  opacity: 1;
}
.accordion-body h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 28px;
  font-weight: 700;
  padding-top: 8px;
}
.accordion-item {
  background-color: #fff;
  border: 2px solid #00B9E8;
}
.accordion-button {
  font-size: 30px;
  color: #444;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #00b9e8;
}

.form-control {
  border-color: transparent;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.1)!important;
  padding: 0.775rem 1rem;
}
.form-label-text {
  font-weight: 700;
}
.linput-required:after {
  content:" *";
  color: red;
}
.voucher-code {
  background-color: #e4e7e8;
  padding: 1.2rem 1.9em 1.5rem 1.9rem;
}

.loyalty-redeem {
  background-color: #fcea05;
  padding: 0.5rem 1.9em 0.5rem 1.9rem;
}
.loyalty-redeem--logo {
  width: 80%;
}
.loyalty-redeem--points {
  font-family: 'Bebas Neue', cursive;
  font-size: 42px;
  font-weight: 700;
}
.footer {
  background-image: url(../img/sign-in-bg.jpg);
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.login--velo-side {
  background-image: url(../img/sign-in-bg.jpg);
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}
.login--logo {
  height: 80px;
}
.login--form-side {
  background-image: url(../img/sign-in-bg.jpg);
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .login--form-side {
  background: none;
  }
}

.modal-header {
  color: #fff;
  background-color: #00B9E8;
  padding: 0.75rem 0.75rem;
}

.modal-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  font-weight: 700;
}

.form-control:focus {
  border-color: #00b9e8;
}

.modal-footer {
  background-color: #eee;
  display: block;
}

textarea.form-control {
  min-height: calc(7.5em + 0.75rem + 2px);
}

.user-column {}
.user-column__username {
  margin-bottom: 20px;
}
.user-column__chevrons {
  width: 55px;
  padding-right: 10px;
  padding-top: 5px;
}
.user-column__summary {
  margin-bottom: 10px;
}
.summary__title {}
.summary__amount {
  display: block;
  font-size: 32px;
}
.user-column__next-event {
  margin-bottom: 30px;
}
.next-event__title {
  display: block;
  margin-bottom: 5px;
}
.next-event__name {
  display: block;
  font-size: 18px;
}
.user-column__pedalpoints {
  background-color: #fcea05;
  padding: 0.5rem 1.9em 0.5rem 1.9rem;
  margin-bottom: 35px;
}
.loyalty-redeem--logo {
  width: 80%;
}
.loyalty-redeem--points {
  font-family: 'Bebas Neue', cursive;
  font-size: 42px;
  font-weight: 700;
}


.btn-primary-outline {
  color: #333;
  background-color: transparent;
  border-color: #00B9E8;
  border-bottom: 6px solid #00B9E8;
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
}

.event-column {}
.event-column__event {
  background-color: #fbfbfb;
  padding: 1.5rem 2.25rem;
  margin-bottom: 1.5em;
}
.event-column__event a {
  text-decoration: none;
}
.feed-filter-hr {
  margin-top: 0.4em;
}

.basket-item{
  cursor: pointer;
}
