.redhat-summit-22-landing {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.rf-org-footer-container {
  margin-top: auto;
  margin-bottom: 0;
}
#rh-top-banner-virtual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  color: #111;
  padding: 128px 24px !important;
  padding-bottom: 64px !important;
  text-align: center;
  background: url(./img/rh1_2025.png);
  background-size: cover;
  background-position-y: center;
}
.main-content {
  padding: 24px;
}
.container__subtitle {
  font-size: 24px;
}
.red {
  color: #ee0000;
}
.demo-card-grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, 280px);
  grid-template-rows: repeat(auto-fill, 260px);
  max-width: 875px;
  width: 100%;
  padding-bottom: 42px;
}
@media (max-width: 900px) {
  .demo-card-grid {
    max-width: 100%;
  }
}
.demo-card {
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.12), 0 0 0.125rem 0 rgba(3, 3, 3, 0.06);
  color: #151515;
  display: flex;
  flex-direction: column;
  height: 260px;
  overflow: hidden;
  padding: 24px;
  width: 280px;
  text-decoration: none;
}
.demo-card:hover,
.demo-card:focus {
  box-shadow: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08);
}
.demo-card__header {
  display: flex;
  flex-direction: row;
  position: relative;
}
.demo-card__badges {
  margin-left: auto;
  margin-right: 0;
}
.demo-card__badges--code {
  background-color: #c9190b;
  border-radius: 360px;
  font-family: 'Red Hat Text', 'Overpass', overpass, helvetica, arial, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  padding: 0 8px;
}
.demo-card__body {
  margin-top: 12px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.demo-card__title {
  font-size: 16px !important;
  color: #111;
  margin-bottom: 6px !important;
}
.demo-card__scheduled {
  color: #777;
  font-size: 12px !important;
  margin-bottom: 8px;
}
.demo-card__subtitle {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgb(0, 102, 204);
  margin-top: auto !important;
  margin-bottom: 0;
  position: relative;
  display: block;
  white-space: nowrap;
  font-family: 'Red Hat Display', Overpass, Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  min-width: 100%;
}
.demo-card__subtitle svg {
  fill: rgb(0, 102, 204);
  transition: padding 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  margin-bottom: -1px;
  height: 13px;
  padding-left: 3px;
}
.demo-card__subtitle:hover {
  color: rgb(0, 64, 128);
}
.demo-card__subtitle:hover svg {
  padding-left: 6px;
  fill: rgb(0, 64, 128);
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal-bg {
  position: absolute;
  background: rgba(3, 3, 3, 0.6);
  width: 100%;
  height: 100%;
}
.modal-container {
  border-radius: 2px;
  background: #fff;
  position: relative;
  padding: 30px;
  width: 600px;
  min-height: 400px;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 16px 0;
}
.subcard {
  display: none;
  flex-direction: row;
  padding: 8px;
}
.subcard > span {
  margin-left: auto;
}
.subcard svg {
  fill: #111;
}
.subcard:hover {
  background-color: #f0f0f0;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  color: #111;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}
.demo-card__code {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eee;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 10px;
  color: #111;
  letter-spacing: 0.25px;
}
#nav-main {
  display: flex;
  flex-basis: auto;
}
#nav-main .d-lg-inline-block {
  display: inline-block !important;
}
.location-btn {
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: var(--pfe-theme--font-weight--beta, 400);
  line-height: var(--pfe-theme--line-height--beta, 1.3);
  margin-bottom: 20px;
  font-family: 'Red Hat Text', Overpass, Overpass, 'Helvetica Neue', Arial, sans-serif;
  color: rgb(77, 77, 77);
  margin-right: 32px;
}
.location-btn.active {
  border-bottom: 3px solid rgb(238, 0, 0);
  color: rgb(21, 21, 21);
}
.wifi-row {
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 24px;
}
.wifi-row p {
  margin-bottom: 0;
}
.wifi-row p.title {
  font-weight: 600;
}
.session-start-filter {
  align-items: flex-start;
  max-width: 875px;
  width: 100%;
}
.session-start-filter h4 {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 18px;
}
.session-start-filter .row {
  margin-left: 0;
  margin-right: 0;
}
#times-wrapper {
  gap: 24px;
}
#times-wrapper > div {
  padding: 12px;
  border: 1px solid lightgray;
  min-width: 92px;
  text-align: center;
  cursor: pointer;
}
#times-wrapper > div.active {
  border-color: #e00;
  box-shadow: 1px 1px 4px lightgrey;
}
.session-start-filter {
  display: none !important;
}
