body {
  background: #1f242e;
  color: #d6d6d6 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.button2 {
  font-family: inherit;
  background-color: rgb(255, 115, 115);
  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;
  transition-duration: 0.7s;
}

.button2:hover {
  background-color: rgb(245, 55, 55);
}

.contenido {
  padding-top: 0px;
  color: #d6d6d6 !important;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  background-color: #181818;
  z-index: 999;
  transition: width 2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Publi,
.pb {
  position: relative;
}

body {
  overflow: hidden;
}

.Publi {
  top: 10px;
}

.msg {
  width: 100%;
}

@media (max-width: 600px) {
  .msg {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .Publi {
    top: 20px;
  }
}

@media (min-width: 1440px) {
  .Publi {
    top: 20px;
  }
}

@media (min-width: 2000px) {
  .Publi {
    top: 20px;
  }
}

@media (max-device-width: 480px) {
  .Publi {
    top: 10px;
  }
}

@media (device-width: 768px) {
  .Publi {
    top: 10px;
  }
}

@media (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .Publi {
    top: 10px;
  }
}

@media (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .Publi {
    top: 10px;
  }
}

.pb {
  position: absolute;
  height: 16px;
  z-index: 6000;
  background-image: url("dfsdgss.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0px;
  right: 0;
  width: 83px;
}

.PaP2 {
  height: 150% !important;
}

.waitContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  padding-top: 5vh;
  z-index: 999999999;
  background: #0e1e2f;
  text-align: center;
}

.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, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.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, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.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%;
  }
}

.SoCketP {
  position: relative;
  display: inline-block;
}

#floatBarsG {
  position: relative;
  width: 198px;
  height: 24px;
  margin: auto;
}

.floatBarsG {
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0);
  width: 24px;
  height: 24px;
  animation-name: bounce_floatBarsG;
  -o-animation-name: bounce_floatBarsG;
  -ms-animation-name: bounce_floatBarsG;
  -webkit-animation-name: bounce_floatBarsG;
  -moz-animation-name: bounce_floatBarsG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
}

#floatBarsG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#floatBarsG_2 {
  left: 25px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#floatBarsG_3 {
  left: 49px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#floatBarsG_4 {
  left: 74px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#floatBarsG_5 {
  left: 99px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#floatBarsG_6 {
  left: 124px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#floatBarsG_7 {
  left: 148px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#floatBarsG_8 {
  left: 173px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_floatBarsG {
  0% {
    transform: scale(1);
    background-color: rgb(245, 55, 55);
  }

  100% {
    transform: scale(0.3);
    background-color: rgb(255, 115, 115);
  }
}

@-o-keyframes bounce_floatBarsG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(245, 55, 55);
  }

  100% {
    -o-transform: scale(0.3);
    background-color: rgb(255, 115, 115);
  }
}

@-ms-keyframes bounce_floatBarsG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(245, 55, 55);
  }

  100% {
    -ms-transform: scale(0.3);
    background-color: rgb(255, 115, 115);
  }
}

@-webkit-keyframes bounce_floatBarsG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(245, 55, 55);
  }

  100% {
    -webkit-transform: scale(0.3);
    background-color: rgb(255, 115, 115);
  }
}

@-moz-keyframes bounce_floatBarsG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(245, 55, 55);
  }

  100% {
    -moz-transform: scale(0.3);
    background-color: rgb(255, 115, 115);
  }
}

/* @media (max-width: 600px) {
  #loader {
    display: none;
  }
} */
