body{
    background: #cecece;
}

.oz-link{
  cursor: pointer;
}

.oz-link:hover{
  text-decoration: underline;
}

.oz-avatar-badge .MuiBadge-badge{
    top:4px;
    right: 4px;
}

.md-zerro-padding p{
    padding: 0px;
    margin: 0px;
}

.select-small .MuiSelect-root{
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

.select-small .MuiFormLabel-root{
  transform: translate(14px, 14px) scale(1);
}

.outer{
  text-align: center;
  padding-top: 15vh;
}

.img_logo{
  width: 100%;
  max-width: 1000px;
}

.bgr_img{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-position: center 15%;
}

.btn_area{
  width: 64vh;
  width: calc(var(--vh, 1vh) * 64);
  height: 64vh;
  height: calc(var(--vh, 1vh) * 64);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32vh;
  margin-left: calc(var(--vh, 1vh) * -32);
  margin-top: -35vh;
  margin-top: calc(var(--vh, 1vh) * -35);
  background: #ffffff00;

}


.btn_box{
  cursor: pointer;
  position: absolute;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.5vh;
  text-shadow: 2px 2px #0c0c0c;
  transition: all 0.25s;
}

.btn_box p{margin: 0}

.btn_box:hover{
    text-shadow: 0px 10px 4px #0c0c0c;
    transform: scale(1.1);
}

@media (min-aspect-ratio: 8/5) {
  .btn_area{
    width: 40vw;
    height: 40vw;
    margin-left: -20vw;
    margin-top: -35vh;
    margin-top: calc(var(--vh, 1vh) * -35);
  }
  .btn_box{
    font-size: 1vw;
  }
}

.bgr_img.cnf{
  background-position: center center;
  bottom: auto;
  height: 100%;
  max-height: 100vw;
  transform-origin: center 15%;
  transform: scale(1.5);
  transition: transform 1s;
}

.oz-cnf-questiontextbox.MuiPaper-root{
  transition: all 1s;
  transform: scaleY(0.01);
  opacity: 0;
  height: 0px;
  min-height: 0px;
}

.oz-cnf-questiontextbox.cnf_q{
  transform: scaleY(1);
  opacity: 1;
  margin: 10px 0px;
  height: 20%;
  min-height: 100px;
}

.oz-cnf-questiontextbox.cnf_q textarea{
  min-height: 100px;
}

.btn_area_cnf{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64vw;
  height: 64vw;
  margin-left: -32vw;
  margin-top: -32vw;
}

.oz-cnf-questionbox{
    position: absolute;
    text-align: right;
    transform: scale(0.66);
    left: -20%;
    right: -20%;
    top: 60%;
}

.oz-cnf-sessiontitle{
  font-size: 1em;
  text-shadow: 0.5px 0.5px white;
}

@media (min-aspect-ratio: 1/1) {

  .oz-cnf-sessiontitle{
    font-size: 1em;
    text-shadow: 1px 1px white;
  }

  .oz-cnf-questionbox{
    transform: scale(1);
    left: 0%;
    right: 0%;
  }

  .btn_area_cnf{
    width: 64vh;
    width: calc(var(--vh, 1vh) * 64);
    height: 64vh;
    height: calc(var(--vh, 1vh) * 64);
    margin-left: -32vh;
    margin-left: calc(var(--vh, 1vh) * -32);
    margin-top: -32vh;
    margin-top: calc(var(--vh, 1vh) * -32);
  }

  .bgr_img.cnf.cnf_q{
    transform: scale(1);
  }

}

@media (min-aspect-ratio: 16/9) {
  .bgr_img.cnf{
  }

  .btn_area_cnf{
    width: 36vw;
    height: 36vw;
    margin-left: -18vw;
    margin-top: -18vw;
  }
}



.exb_bgr{
  background:url(/files/img/exb-floor-bgr.jpg);
  background-size: 100% auto;
  padding-top: 250px;
  max-width: 1200px;
  position: relative;
  margin: 60px 10px 10px 10px;
  /* border: 2px solid white;
  border-radius: 20px; */
  overflow: hidden;
}

.exb-details-dialog .MuiDialogTitle-root{
  padding: 0px;
}

.exb-details-dialog .MuiPaper-root{
  /* height: 90%; */
}

.exb_kiosk{
  width:20%;
  text-align: center;
  padding: 20px 0px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.exb_kiosk_w:nth-child(9n+12){
  /* margin-left:10%; */
}

.exb_kiosk_b{
  margin-left:10%;
}

@media (max-width: 900px) {

  .exb_kiosk{
    width:25%;
  }

  .exb_kiosk_w:nth-child(9n+12){
    /* margin-left:0%; */
  }

  .exb_kiosk_w:nth-child(7n+11){
    /* margin-left:12.5%; */
  }

  .exb_kiosk_b{
    margin-left:0%;
  }

  .exb_kiosk_b:nth-child(3n-2){
    margin-left:12.5%;
  }

}

@media (max-width: 700px) {

  .exb_bgr{
    padding-top: 25%;
  }

  .exb_kiosk{
    width:33.33%;
  }

  .exb_kiosk_w:nth-child(7n+11){
    /* margin-left:0%; */
  }

  .exb_kiosk_w:nth-child(5n+10){
    /* margin-left:16.66%; */
  }

  .exb_kiosk_b:nth-child(3n-2){
    margin-left:0%;
  }

}

@media (max-width: 500px) {
  .exb_kiosk{
    width:50%;
  }

  .exb_kiosk_w:nth-child(5n+10){
    /* margin-left:0%; */
  }

  .exb_kiosk_b:nth-child(3n-2){
    margin-left:0%;
  }

  .exb_kiosk_w:nth-child(3n+3){
    /*margin-left:25%;*/
  }
}

.exb_kiosk_floor{
  width:80%;
  margin:10%;
  padding-bottom: 70%;
  background: #eee;
  opacity: 0.25;
  border-radius: 10%;
  transition: opacity 0.25s;
}

.exb_kiosk:hover .exb_kiosk_floor{
  opacity: 1;
}

.exb_kiosk:hover .exb_kiosk_floor{
  opacity: 1;
}

.exb_kiosk:hover .exb_kiosk_floor_b{
  background:linear-gradient(24deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.exb_kiosk_img {
    width: 90%;
    position: absolute;
    top: -5px;
    left: 5%;
}

.exb_kiosk_logo{
  position: absolute;
  top:50%;
  left: 25%;
  width:50%;
  background: #eee;
}

.exb_kiosk_logo_small_w{
  position: absolute;
  top:8%;
  left: 43%;
  width:14%;
}

.exb_kiosk_logo_small_b{
  position: absolute;
  top:8%;
  left: 43%;
  width:14%;
}

.exb-det-kiosk-img{
  width:100%;
}

.exb-det-logo-top{
  position: absolute;
  left: 40%;
  top: -1%;
  width: 18%;
  background: #f5f5f5;
}

.exb-det-title{
  font-size: 2em;
  font-weight: bold;
  padding-left: 10px;
  max-width: 800px;
}

.exb-det-info{
  max-width: 800px;
  padding: 10px;
}

.exb-det-video-b{
  position: absolute;
  width: 21.2%;
  left: 39.5%;
  top: 24.6%;
  background: black;
  height: 30%;
}

.exb-det-video-w {
  position: absolute;
  width: 14.1%;
  left: 42%;
  top: 34%;
  background: black;
  height: 19%;
}

.exb-det-video-overlap{
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
  height: 100%;
  cursor: pointer;
}

.exb-video{
  width: 800px;
  max-width: 100%;
}

.exb-video-dialog .MuiPaper-root{
  background: transparent;
      box-shadow: none;
}

.exb-video-dialog .MuiDialog-container{
  background: #000000dd;
}

.exb-det-poster{
    position: absolute;
    width: 21%;
    top: 34%;
    height: 27%;
}



.exb-det-poster.right-b {
    left: 68%;
    top: 18%;
    width: 11.2%;
    height: 62%;
}

.exb-det-poster.left-b {
    width: 14.2%;
    top: 13%;
    height: 76%;
    left: 14%;
}

.exb-det-poster.right-w {
    display: none;
}

.exb-det-poster.left-w {
    width: 9.8%;
    top: 28%;
    height: 51.5%;
    left: 27%;
}

.exb-det-poster-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.menu-outer{
  position: fixed;
  background: #0d4777cc;
  top: -10px;
  padding-top: 10px;
  border-radius: 5px;
  right: 10px;
  border: 2px solid white;
  display: flex;
}

.menu-outer a{
  text-decoration: none;
}

.menu-outer.small{  display:none;}

.close-button-large{  display:none;}

@media (max-width: 900px) {
  .menu-outer.small{
    display:flex;
    transition: transform 1s;
  }
  .menu-outer.large{
    display:block;
    transform: translateY(-100%);
    transition: transform 1s;
  }

  .menu-outer.large.upperOpenMenu{
    transform: translateY(0);
    display:block;
  }
  .menu-outer.small.upperOpenMenu{
    transform: translateY(-100%);
  }

  .chat-button-large{
    display: none
  }
  .account-button.account-button-large{
    display: none
  }
  .close-button-large{  display:block;}


}

.menu-button{
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  cursor: pointer;
}

.menu-button:hover{
  color: #f80;
}

.menu-forum-icon{display: block;}
.menu-forum-icon-sel{display: none;}
.menu-button:hover .menu-forum-icon{display: none;}
.menu-button:hover .menu-forum-icon-sel{display: block;}

.account-icon{display: block;}
.account-icon-sel{display: none;}
.account-button:hover .account-icon{display: none;}
.account-button:hover .account-icon-sel{display: block;}


.chat-room-dialog .MuiPaper-root{
  height:80vh;
}

.oz-chatlist-user-row.MuiListItem-root{
  color:#aaa;
  padding: 0px;
}

.oz-chatlist-user-row.online1.MuiListItem-root{
  color:black;
}

.oz-chatlist-user-header.MuiListItem-gutters {
  padding: 0px;
  padding-top: 20px;
}

.oz-chatlist-user-header .MuiTypography-body1 {
  font-size: 0.75em;
  border-bottom: 1px solid black;
}

.oz-chatlist-user-newmsgindic{
  display: inline-block;
  background: #F50057;
  color: white;
  height: 20px;
  min-width: 10px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: text-top;
  padding: 0px 5px;
}

.oz-chat-btn-online{
  font-size: 0.7em;
  color: white;
  cursor: pointer;
  background: #080;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 6px;
  font-weight: bold;
}

.oz-chat-btn-offline{
  font-size: 0.7em;
  color: white;
  cursor: pointer;
  background: #a00;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 6px;
  font-weight: bold;
}

.sponsor_title{
  color:#006ead;
  font-weight: bold;
  position: absolute;
  text-align: center;
  font-size: 0.8vw;
}
