@import url(css/core.css);
@import url(css/measurements.css);
@import url(css/colors.css);
@import url(css/utils.css);
@import url(css/customs.css);

@font-face {
  font-family: "New York";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/events/clc/fonts/NewYork.woff2);
}

.font-newyork {
  font-family: "New York";
}

#nextgen-hero {
  background-image: url(/assets/events/nextgen/media/Pattern-06.png);
  background-color: #000;
  display: flex;
  /* min-height: 100vh; */
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 11em 0 4em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#nextgen-price {
  background-image: url(/assets/events/nextgen/media/Pattern-07.png);
  background-color: #000;
  display: flex;
  /* min-height: 100vh; */
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 40px 0 4em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-dark {
  background: #000;
}

.img-about {
  max-height: 100px;
  width: 100%;
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  img {
    width: 100%;
  }
  .img-about {
    height: 40px;
  }
  .icon-socmed {
    width: 22px;
  }
}

.avatar {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  background: #000;
}

.avatar.xs {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.avatar.sm {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.avatar.md {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.bp-card .bp-card_label {
  background: #000;
}

.bp-card .bp-card_content {
  background-image: unset;
  background: white;
}

.bp-card .bp-card_content .bp-card-price {
  background-image: unset;
  background: white;
  border: 1px solid #000;
}

.bp-card .bp-card_content .bp-card-price .bp-card-qty {
  background-color: #000;
}

.proj-radio2 + label:before {
  border: 1px solid #000;
}

.proj-radio2 + label:after {
  background: #000;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 0 8px rgba(0, 0, 0, 0.4) !important;
  outline: 0 none;
}

footer {
  padding: 48px 16px;
}
