.center {
    margin: 0;
    position: relative;
    top: 160%;
    left: 98%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
 /* video {
   

    
  height: auto;
    object-fit: fill;
    position: absolute;
  
  }*/

/* video
 {
  width: 100%    !important;
  height: 100%   !important;
  

 }*/
  .video_center
  {
    margin: 0;
    position: relative;
    top: 90%;
    left: 10%;
    

  }
  .qrcodewindow
  {
   
    margin: 0;
    position:relative;
    top: 40%;
    left: 40%;
    width:100;
    height:100;



  }
  .icon {
    top: 50%;
    left: 30%;
    border-radius: 50%;
    width: 40%;
    height: 40%;
    position:relative;
    
    border:3px solid darkgoldenrod;
    border-color: aqua;
}

.userinfo
{
  position: relative;
  width: 10%;
  height: 20%;
  top: 10%;
  left: 90%;
  padding:1%;
  
  /*border: 3px solid black;*/

}
.back_btn
{

  font-family: "Times New Roman", Times, serif;
}
.title
{
  position: relative;
  width: 5%;
  height: 5%;
  font-family: "Times New Roman", Times, serif;
 

}
/* .rockbg
{

  background-image: url("/images/header_rock.jpg"); 

} */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.header-banner {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  font-family: Helvetica, serif;
  font-weight: 100;
  /* background-image: url("/statics/img/background.jpg"),
    url("/statics/img/background.jpg"); */
  /* background-image: url("https://grapesjs.com/img/bg-gr-v.png"), url("/statics/img/paper_texture_1.JPG"); */
  /* background-image:url("https://grapesjs.com/img/bg-gr-v.png"), url("https://grapesjs.com/img/work-desk.jpg"); */
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-repeat: repeat-y, no-repeat;
  background-size: contain, cover;
}

#i1sv {
  display: flex;
}

.gjs-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
}

.gjs-cell {
  min-height: 75px;
  flex-grow: 1;
  flex-basis: 100%;
}

#i2xo {
  width: 95%;
  height: 95%;
}

#idg3 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

#i7ga {
  color: black;
  width: 100%;
  height: 100%;
}

#ikzx {
  width: 70%;
}

#ie39 {
  min-width: 150;
}

#i7iik {
  min-width: 150;
}

#ijwk {
  margin: 50% 0px 10px 0px;
}

#ig6vo {
  margin: 5% 0px 0px 0px;
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

#ikf3c {
  float: right;
}

#i3kon {
  align-self: center;
  display: flex;
  /* padding: 10px; */
  font-size: 3em;
  font-family: Comic Sans MS, cursive, sans-serif;
  color: black;
}

#iq8dv {
  align-self: flex-end;
}

#iq95l {
  float: right;
}

#izg4j {
  width: 100%;
}

#ijqqv {
  align-self: center;
  justify-content: center;
  display: flex;
}

#i1s8r {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#iuinj {
  align-self: flex-end;
  display: flex;
  font-size: 1em;
}

@media (max-width: 768px) {
  .gjs-row {
    flex-wrap: wrap;
  }
}

/* global class */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.vl {
  border-left: 6px solid black;
  height: 100%;
}

/* custom */
body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(10px);
}
select[multiple] {
  height: auto;
  width: 100%;
}

/* .iframe-container {
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
} */

.header_element_g0 {
  position: relative;
}
.iframe-container {
  width: 100%;
  height: max-content;
  position: relative;
  top: 0px;
  transform: translate(0%, 0%);
  z-index: 1;
}
.nav-menu-2_container {
  position: absolute;
  z-index: 5;
}

.input-group {
  height: auto;
}