html, body {
  height: 100%;
  max-height: 100dvh;
  margin: 0;
}

.venue-wrap{
  position: relative;
  height: 100dvh;
  max-height: 100dvh;
  width: 100%;
  margin: 0 auto;
  background: #000;
  display: flex;
  overflow: hidden;
}

.venue-layout-16x9 .venue-wrap {
  flex-direction: column;
}

.venue-layout-4x3 .venue-wrap {
  flex-direction: row;
}

.venue-bg {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.venue-bg iframe,
.venue-bg video,
.venue-bg img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.venue-bottom-wrap{
  position: relative;
  flex: 1 1 auto;
  z-index: 10;
  background: linear-gradient(121.43deg, #6c6c6c 0%, #9a9a9a 41.51%, #f5f5f5 53.02%, #363636 62.52%, #767676 100.03%);
  padding-top: 1px;
  display: flex;
  flex-direction: column;
}

.venue-bottom{
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 18px 24px;
  box-sizing: border-box;
  background-image: url("/wp-content/uploads/2026/03/banner-home-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.venue-bottom-inner{
  position: relative;
  width: 75%;
  max-width: 700px;
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

input{
  flex: 1 1 auto;
  height: 44px;
  width: 100%;
  border-radius: 10px;
  border: 0;
  outline: none;
  padding: 0 14px;
  font-family: var(--body-font-family);
  font-size: 14px;
}

input::placeholder{
  font-family: var(--body-font-family);
  color: #808080;
  font-size: 14px;
}

.venue-join{
  flex: 0 0 auto;
  height: 44px;
  min-width: 140px;
  border-radius: 10px;
  border: 1px solid #FFFFFF!important;
  background: var(--theme-primary-color);
  color: var(--theme-light-color);
  font-family: var(--body-font-family);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  backdrop-filter: blur(6px);
  padding: 0 16px;
}

.venue-field{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.venue-bottom-label,
.venue-modal-title{
  font-family: var(--title-font-family);
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1;
}

/*.venue-modal[hidden]{ display:none; }*/

.venue-modal .modal-dialog{
  width: fit-content;
}

.venue-modal .btn-close{
  right: 0!important;
}

.venue-modal-card{
  position: relative;
  width: min(530px, calc(100vw - 32px));
  background: #282828B0;
  border: 0.5px solid var(--theme-grey-color);
  border-radius: 14px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: -20px;
}

.venue-modal-row{
  width: 100%;
  display:flex;
  flex-direction:column;
  gap: 6px;
  margin-top: 12px;
}

.venue-modal-row input{
  height: 42px;
  border-radius: 10px;
  border: 0;
  outline: none;
  padding: 0 12px;
}

.venue-modal-actions{
  display:flex;
  gap: 10px;
  margin-top: 25px;
}

.venue-bottom-wrap .venue-email-error-wrap{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  margin-top: -65px;
}

.venue-bottom-wrap .venue-email-error-wrap .um-field-arrow{
  top: unset;
  bottom: -17px;
}


.venue-join:disabled{
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.um-field-error-venue,
.venue-email-error-wrap{
  display: none;
  font-family: var(--body-font-family);
}

.venue-sidebar-wrap{
  position: relative;
  width: 105px;
  z-index: 10;
  background: linear-gradient(121.43deg, #6c6c6c 0%, #9a9a9a 41.51%, #f5f5f5 53.02%, #363636 62.52%, #767676 100.03%);
  padding-left: 1px;
}

.venue-layout-4x3 .venue-sidebar{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #282828;
  pointer-events: none;
  padding: 16px;
}

.venue-layout-4x3 .venue-sidebar .btn{
  pointer-events: auto;
  min-width: unset;
  height: 63px;
  width: 82px;
  padding: 16px 16px;
}

.venue-email-input-wrap {
  position: relative;
}

@media (min-width: 1200px){
  .venue-layout-16x9 .venue-bg {
    flex: 0 0 auto;
    height: calc(100dvh - 153px);
    max-height: calc(100dvh - 153px);
  }
  
  .venue-layout-16x9 .venue-bottom-wrap {
    flex: 0 0 153px;
    max-height: 153px;
  }
  
  .venue-layout-4x3 .venue-bg {
    flex: 0 0 auto;
    width: calc(100% - 105px);
  }
  
  .venue-layout-4x3 .venue-sidebar-wrap {
    flex: 0 0 105px;
  }
}

@media (max-width: 1178px){
  .venue-layout-4x3 .venue-wrap {
    flex-direction: column;
  }
  
  .venue-layout-4x3 .venue-bg {
    flex: 0 0 auto;
    height: calc(100dvh - 153px);
    max-height: calc(100dvh - 153px);
    width: 100%;
  }
  
  .venue-layout-4x3 .venue-bottom-wrap {
    flex: 0 0 153px;
    max-height: 153px;
  }
  
  .venue-layout-4x3 .venue-bottom {
    flex: 0 0 auto;
  }
  
  .venue-layout-4x3 .venue-sidebar-wrap {
    flex: 0 0 153px;
    width: 100%;
  }
}

@media (max-width: 720px){
  .venue-bottom-inner{
    width: 100%;
  }
}