.ocult{
margin: 0px !important;
padding: 0px !important;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.ktnr{
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
padding-top: 5vh;
z-index: 9999999;
background: #0e1e2f;
text-align: center;
}

.glref{
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
padding-top: 5vh;
z-index: 9999999;
background: #0e1e2f;
text-align: center;
}

.waitContainer{
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
padding-top: 5vh;
z-index: 999999999;
background: #0e1e2f;
text-align: center;
}

.ktnr img{
height: auto;
max-width: 95%;
margin: 10px auto;
}
.ktnra {
display: inline-block;
position: relative;
overflow: hidden;
}
i.pub{
  position: absolute;
  height: 16px;
  z-index: 6000;
  background-image: url('https://i.imgur.com/d5q2Qq3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0px;
  right: 0;
  width: 83px;
}
.gnText{
font-size: 30px;
margin: 0;
padding: 0px;
color: #d9d9d9;
}
.gnText a{
color: #00d8ff;
}

.button2{
font-family:inherit;
background-color:#6368bf;
outline:none;
border:0;
padding:15px 25px;
color:#FAFAFA;
border-radius:5px;
text-transform:uppercase;
margin-top:20px;
cursor:pointer;
letter-spacing:2px;
font-weight:700;
text-shadow:0 1px 1px #333;
font-size:13px
}

.waitTitle {
  font-weight: bold;
  font-size: 1.2em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  color: #D6D6D6!important;
  margin-bottom: 5px;
}

.waiter {
    padding: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px rgba(255, 255, 255, .08);
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.waitPercent {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, .05));
    transition: .4s linear;
    transition-property: width, background-color;
    width: 0%;
    background-color: #ff3333;
    animation: progressAnimation 10s;
    width: 100%
}

@keyframes progressAnimation {
  from {
    opacity: 0.5;
    width: 0%;
  }

  to {
    opacity: 1;
    width: 100%;
  }
}