::-webkit-scrollbar{
  width: 12px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(transparent, #30ff00);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(transparent, rgba(21, 253, 253, 0.4));
}
.live-stream {
    margin-top: 60px;
    border-radius: 23px;
    background: rgba(42, 42, 42, 0.27);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    border: 1px solid rgba(42, 42, 42, 0.24);
    padding: 30px;
  }
  #search-div{
    box-shadow: 0px 0px 16px 0px #cfecff;
    max-height: 250px;
  }
  .live-stream .item {
    margin-bottom: 30px;
  }
  .live-stream .thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .live-stream .thumb img {
    border-radius: 23px; 
  }
  .live-stream .thumb img:hover {
    cursor: pointer;
    animation: bounce_613 0.6s linear;
  }
  @keyframes bounce_613 {
    40% {
      transform: scale(0.05);
    }
    60% {
      transform: scale(0.1);
    }
    80% {
      transform: scale(0.05);
    }
    100% {
      transform: scale(0.05);
    }
  }
  .fade-in {
    animation: fadeIn 0.8s ease-in-out;
  }
  .live-stream .item{
    background: rgba( 33, 104, 211, 0.05 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 12px );
    padding: 10px;
    -webkit-backdrop-filter: blur( 12px );
    border-radius: 15px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
  }

  .live-stream .thumb:hover .hover-effect {
    opacity: 1;
    visibility: visible;
  }
  .live-stream .hover-effect {
    opacity: 1;
    transition: all .4s;
  }
  .live-stream .hover-effect .live a { 
    position: absolute;
    background-color: rgba(255, 34, 0, 0.9);
    padding: 5px 10px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 14px;
    right: 15px;
    top: 15px;
  }
  .live-stream .hover-effect ul {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .live-stream .hover-effect ul li {
    display: inline-block;
    margin: 0px 5px;
  }
  .live-stream .hover-effect ul li a {
    background-color: rgba(254, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 23px;
    color: #070707;
    font-size: 14px;
  }
  .live-stream .avatar img {
    margin-right: 15px;
    width: 50px;
    height: 49px;
    object-fit: cover;
    max-width: 48px;
    border-radius: 50%;
    float: left;
    border: 2px solid #ffffff;
  }
  .live-stream span i {
    color: #fff;
    background-color: #354ffe;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 3px;
  }
  .live-stream span {
    font-size: 14px;
    color: #00fd65;
  }
  .live-stream .down-content h4 {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 61px;
  }
  .live-stream .down-content p {
    margin-left: 61px;
  }
  .live-stream .main-button {
    text-align: center;
    margin-bottom: -53px;
  }
.featured-games {
    border-radius: 23px;
    background: linear-gradient(to right, #1f2122, #100b12);
    z-index: 1;
    padding: 30px;
  }
  .featured-games .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .featured-games .item .thumb .hover-effect {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .4s;
  }
  .featured-games .item .thumb:hover .hover-effect {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
  }
  .featured-games .item .thumb .hover-effect h6 {
    background-color: rgba(31,33,34,0.95);
    display: inline-block;
    color: #60eca8;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 25px;
  }
  .featured-games .item img {
    border-radius: 23px;
  }
  .featured-games .item h4 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .featured-games .item span {
    color: #666;
    display: block;
    margin-top: 7px;
    font-weight: 400;
  }
  .featured-games .item ul {
    float: right;
    margin-top: 20px;
  }
  .featured-games .item ul li {
    text-align: right;
    color: #fff;
    font-size: 14px;
  }
  .featured-games .item ul li:first-child i {
    color: yellow;
  }
  .featured-games .item ul li:last-child i {
    color: #f68e2d;
  }
  .featured-games .owl-nav {
    position: absolute;
    margin: 0 auto;
    top: -70px;
    right: 0;
  }
  .featured-games .owl-nav .owl-prev {
    margin-right: 2.5px;
  }
  .featured-games .owl-nav .owl-next {
    margin-left: 2.5px;
  }
  .featured-games .owl-nav .owl-prev span,
  .featured-games .owl-nav .owl-next span  {
    font-size: 36px;
    display: inline-block;
    color: #666;
    opacity: 1;
    transition: all .3s;
  }
  .featured-games .owl-nav .owl-prev span:hover,
  .featured-games .owl-nav .owl-next span:hover {
    opacity: 1;
    color: #03d9ff;
  }
  .top-downloaded {
    border-radius: 23px;
    background: linear-gradient(to right, #1f2122, #100b12);
    padding: 30px;
    max-height: 410px;
    min-height: 410px;
  }
  .top-downloaded ul li {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
  }
  .top-downloaded ul li img {
    float: left;
    margin-right: 15px;
  }
  .top-downloaded ul li h4 {
    font-size: 15px;
    padding-top: 7px;
  }
  .top-downloaded ul li h6 {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .top-downloaded ul li span {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
  }
  .top-downloaded ul li .download i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-23px);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #60ec93;
    background-color: #27292a;
    border-radius: 50%;
  }
  .top-downloaded ul li {
    border-bottom: 1px solid #27292a;
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
.templatemo-item {
	max-width: 80px; 
	border-radius: 23px;
}
.grid {
  height: 1000px;
  width: 800px;
  background-image: linear-gradient(to right, #0f0f10 1px, transparent 1px),
    linear-gradient(to bottom, #0f0f10 1px, transparent 1px);
  background-size: 1rem 1rem;
  background-position: center center;
  position: relative;
  z-index: -1;
  filter: blur(1px);
  margin: 10px;
}

.input {
  background-color: #010201;
  border: none;
  width: 301px;
  height: 56px;
  border-radius: 10px;
  color: white;
  padding-inline: 59px;
  font-size: 18px;
}
#poda {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.input::placeholder {
  color: #c0b9c0;
}
.search-text{
  text-align: center;
}
.input:focus {
  outline: none;
}
#main:focus-within > #input-mask {
  display: none;
}
#input-mask {
  pointer-events: none;
  width: 100px;
  height: 20px;
  position: absolute;
  background: linear-gradient(90deg, transparent, black);
  top: 18px;
  left: 70px;
}
#pink-mask {
  pointer-events: none;
  width: 30px;
  height: 20px;
  position: absolute;
  background: #cf30aa;
  top: 10px;
  left: 5px;
  filter: blur(20px);
  opacity: 0.8;
  animation:leftright 4s ease-in infinite;
  transition: all 2s;
}
#main:hover > #pink-mask {
  animation: rotate 4s linear infinite;
  opacity: 0;
}
.white {
  max-height: 63px;
  max-width: 307px;
  border-radius: 10px;
  filter: blur(2px);
}
.white::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(83deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.4);
  background-image: conic-gradient(
    rgba(0, 0, 0, 0) 0%,
    #a099d8,
    rgba(0, 0, 0, 0) 8%,
    rgba(0, 0, 0, 0) 50%,
    #dfa2da,
    rgba(0, 0, 0, 0) 58%
  );
  animation: rotate 4s linear infinite;
  transition: all 2s;
}
.border {
  max-height: 59px;
  max-width: 303px;
  border-radius: 11px;
  filter: blur(0.5px);
}
.border::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(70deg);
  position: absolute;
  width: 600px;
  height: 600px;
  filter: brightness(1.3);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    #1c191c,
    #402fb5 5%,
    #1c191c 14%,
    #1c191c 50%,
    #cf30aa 60%,
    #1c191c 64%
  );
  animation: rotate 4s 0.1s linear infinite;
  transition: all 2s;
}
.darkBorderBg {
  max-height: 65px;
  max-width: 312px;
}
.darkBorderBg::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(82deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #18116a,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0) 50%,
    #6e1b60,
    rgba(0, 0, 0, 0) 60%
  );
  transition: all 2s;
}
#poda:hover > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(262deg);
}
#poda:hover > .glow::before {
  transform: translate(-50%, -50%) rotate(240deg);
}
#poda:hover > .white::before {
  transform: translate(-50%, -50%) rotate(263deg);
}
#poda:hover > .border::before {
  transform: translate(-50%, -50%) rotate(250deg);
}

#poda:hover > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(-98deg);
}
#poda:hover > .glow::before {
  transform: translate(-50%, -50%) rotate(-120deg);
}
#poda:hover > .white::before {
  transform: translate(-50%, -50%) rotate(-97deg);
}
#poda:hover > .border::before {
  transform: translate(-50%, -50%) rotate(-110deg);
}
#poda:focus-within > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(442deg);
  transition: all 4s;
}
#poda:focus-within > .glow::before {
  transform: translate(-50%, -50%) rotate(420deg);
  transition: all 4s;
}
#poda:focus-within > .white::before {
  transform: translate(-50%, -50%) rotate(443deg);
  transition: all 4s;
}
#poda:focus-within > .border::before {
  transform: translate(-50%, -50%) rotate(430deg);
  transition: all 4s;
}
.glow {
  overflow: hidden;
  filter: blur(30px);
  opacity: 0.4;
  max-height: 130px;
  max-width: 354px;
}
.glow:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  position: absolute;
  width: 999px;
  height: 999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    #000,
    #402fb5 5%,
    #000 38%,
    #000 50%,
    #cf30aa 60%,
    #000 87%
  );
  animation: rotate 4s 0.3s linear infinite;
  transition: all 2s;
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
@keyframes leftright {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  49% {
    transform: translate(250px, 0px);
    opacity: 0;
  }
  80% {
    transform: translate(-40px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.filterBorder {
  height: 42px;
  width: 40px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  right: 7px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filterBorder::before {
  content: "";
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.35);
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #3d3a4f,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    #3d3a4f,
    rgba(0, 0, 0, 0) 100%
  );
  animation: rotate 4s linear infinite;
}
#main {
  position: relative;
}

  body {
    padding: 10px;
    overflow-x: hidden;
  }
  body #drop-items {
    margin-top: 100px;
  }
  @media (max-width: 320px){
    .stream-item{
      max-width: 145px;
    }
  }
  @media (min-width: 321px) and (max-width: 370px){
    .stream-item{
      max-width: 170px;
    }
  }
  @media (min-width: 371px) and (max-width: 390px){
    .stream-item{
      max-width: 180px;
    }
  }
  @media (min-width: 391px) and (max-width: 479px){
    .stream-item{
      max-width: 190px;
    }
  }
  @media (max-width: 480px){
    body #drop-items {
      margin-top: 70px;
      padding: 10px;
    }
    .live-stream {
      padding: 5px;
    }
    .live-stream .item {
      margin-bottom: 25px;
    }
    .search-text{
      font-size: 20px;
    }
    #poda {
      margin-top: 20px;
    }
    .top-downloaded {
      margin-top: -40px;
    }
    .live-stream {
      margin-top: 20px;
    }

    .container-buy{
      align-items: center;
      align-self: center;
      align-content: center;
      justify-content: center;
      justify-items: center;
      text-align: center;
    }
    .stream-item{
      width: 190px;
    }
    .live-stream span {
      font-size: 10px;
    }
    .live-stream .avatar img {
      width: 30px;
      height: 30px;
      max-width: 30px;
      margin-bottom: 10px;
    }
    .live-stream .hover-effect .live a { 
      padding: 5px 10px;
      font-size: 10px;
      right: 8px;
      top: 8px;
    }
    .live-stream span i {
      max-width: 17px;
      margin-top: 5px;
      max-height: 17px;
    }
    .live-stream .down-content .rowndisp{
      margin-left: 2px;
      margin-top: 1px;
    }
    .live-stream .hover-effect ul li a {
      padding: 5px 10px;
      border-radius: 23px;
      font-size: 10px;
    }
    .live-stream .down-content h4 {
      margin-left: 1px;
      margin-top: 10px;
      font-size: 15px;
    }
    .live-stream .down-content p {
      margin-left: 1px;
      font-size: 14px;
    }
    .platform-old{
      max-width: 60px;
      max-height: 60px;
    }
    #container-strmr {
      max-height: 100px;
      overflow-y: hidden;
      overflow-x: hidden;
    }
    .container-filters .boton-elegante {
      padding: 15px 30px;
      gap: 5px;
      font-size: 13px;
    }
  }
  @media (min-width: 481px) and (max-width: 767px) {
    body #drop-items {
      margin-top: 70px;
      padding: 10px;
    }
    .mm-clasfood{
      width: 170px;
      height: 170px;
    }
  }
  @media (max-width: 768px) {
    body #drop-items {
      padding: 10px;
    }
    .main-banner {
      text-align: center;
    }
    .main-banner h4 {
      font-size: 35px;
    }
    .gaming-library .item ul li,
    .gaming-library .item ul li:first-child,
    .gaming-library .item ul li:last-child {
      width: 100% !important;
      text-align: center !important;
    }
    .gaming-library .item ul li {
      margin-top: 30px;
    }
    .top-downloaded ul li .download i {
      top: 20px;
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .top-downloaded ul li img {
      margin-right: 10px;
    }
    .top-downloaded ul li span {
      font-size: 14px;
    }
    .top-streamers ul li .main-button {
      float: none;
      margin-top: 10px;
    }
    .top-streamers ul li .main-button a {
      width: 100%;
      text-align: center;
    }
    .top-streamers,
    .top-downloaded {
      max-height: 100%;
      min-height: 100%;
    }
    .most-popular .item .inner-item {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 992px) {
    body #drop-items {
      padding: 10px;
    }
    .background-header {
      display: inline-block;
    }
    .heading-section h4 {
      font-size: 20px;
    }
    .gaming-library .item ul li {
      width: 48% !important;
    }
    .gaming-library .item ul li:last-child {
      text-align: left;
    }
    .featured-games {
      margin-bottom: 60px;
    }
    .start-stream .item {
      margin: 15px 0px;
    }
    .feature-banner .thumb {
      margin-top: 30px;
    }
    .main-profile .main-info {
      margin: 45px 0px;
    }
  
  }
  @media (min-width: 993px) {
    .gaming-library .item ul li {
      width: 16%;
    }
  }
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.78);
    overflow: auto;
    width: 100%; 
    height: 100%; 
}
.form-2to {
    --black: #000000;
    --ch-black: #141414;
    --eer-black: #1b1b1b;
    --night-rider: #2e2e2e;
    --white: #ffffff;
    --af-white: #f3f3f3;
    --ch-white: #e1e1e1;
    --tomato: #fa5656;
    font-family: Helvetica, sans-serif;
    padding: 25px;
    display: flex;
    max-width: 420px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: var(--af-white);
    background-color: var(--black);
    border-radius: 8px;
    position: relative;
    box-shadow:
    0px 187px 75px rgba(28, 155, 234, 0.01),
    0px 105px 63px rgba(30, 245, 138, 0.05),
    0px 47px 47px rgba(28, 255, 236, 0.09),
    0px 12px 26px rgba(18, 219, 255, 0.1),
    0px 12px 26px rgba(20, 235, 255, 0.1); 
}
.info-2to {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.title-2to {
    font-size: 1.5rem;
    font-weight: 900;
}
.description {
    margin-top: 10px;
    font-size: 1rem;
}
.form-2to .input-fields {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.form-2to .input-fields input {
    height: 2.5em;
    width: 2.5em;
    outline: none;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
    color: var(--af-white);
    border-radius: 5px;
    border: 2.5px solid var(--eer-black);
    background-color: var(--eer-black);
}
.form-2to .input-fields input:focus {
    border: 1px solid var(--af-white);
    box-shadow: inset 10px 10px 10px rgba(0, 0, 0, .15);
    transform: scale(1.05);
    transition: 0.5s;
}
.action-btns {
    display: flex;
    margin-top: 20px;
    gap: 0.5rem;
}
#verify {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--night-rider);
    text-shadow: none;
    background: var(--af-white);
    box-shadow: transparent;
    border: 1px solid var(--af-white);
    transition: 0.3s ease;
    user-select: none;
    cursor: pointer;
}
#verify:hover,#verify:focus {
    color: var(--night-rider);
    background: var(--white);
}
#clear {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--ch-white);
    text-shadow: none;
    background: transparent;
    border: 1px solid var(--ch-white);
    transition: 0.3s ease;
    user-select: none;
} 
#clear:hover,#clear:focus {
    color: var(--tomato);
    background-color: transparent;
    border: 1px solid var(--tomato);
}
#container-strmr {
    display: flex;
    white-space: nowrap;
    height: 140px;
    margin-bottom: 30px;
    gap: 10px;
    padding: 10px;
    scroll-behavior: smooth;
    scrollbar-color: #313131 #1d1d1d;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
}
#container-strmr::-webkit-scrollbar {
  height: 8px;
}
#container-strmr::-webkit-scrollbar-thumb {
  background-color: #313131;
  border-radius: 10px;
}
#container-strmr::-webkit-scrollbar-track {
  background-color: #1e1e1e;
}
.platform-old{
  margin-left: 10px;
  border-radius: 50%;
  width: 90px;
  border: 3px solid #ffffff;
  height: 90px;
  flex: 0 0 auto;
  text-align: center;
}
.platform-old img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 50%;
	box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.4),0 4px 6px -4px rgba(255, 255, 255, 0.4);
  object-fit: cover;
}
.rowndisp{
  padding: 5px;
  border-radius: 15px;
  background-color: #06ff30;
  margin-top: 10px;
  color: rgb(4, 4, 4);
  font-weight: 10px;
  margin-left: 61px;
}
.rowndispprc{
  padding: 5px;
  border-radius: 15px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 5px;
  color: rgb(0, 0, 0);
  font-weight: 10px;
}
.platform-old.selected {
  border: 5px solid greenyellow;
  transform: scale(1.2);
}
.platform-old:hover{
  background-color: #1a1e22;
  animation: bounce_613 0.4s linear;
}
@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.container-filters {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    scrollbar-width: thin;
    scrollbar-color: #313131 #1d1d1d;
    padding: 10px;
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.container-filters::-webkit-scrollbar {
    height: 8px;
}
.container-filters::-webkit-scrollbar-thumb {
    background-color: #313131;
    border-radius: 10px;
}
.container-filters::-webkit-scrollbar-track {
    background-color: #1e1e1e;
}
.boton-elegante {
  padding: 15px 30px;
  border: 2px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  font-weight: bold;
  white-space: nowrap;     
}
.boton-elegante::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}
.boton-elegante.seleccionado {
  color: greenyellow;
}
.mm-clasfood{
  width: 200px;
  height: 200px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  margin-right: 10px;
  right: 0;
  z-index: 450;
}
.boton-elegante:hover {
  border-color: #666666;
  color: greenyellow;
  background: #292929;
}
@media (max-width: 380px){
  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 381px) and (max-width: 480px){
  .mm-clasfood{
    width: 130px;
    height: 130px;
  }
}
#poda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
#loaderkit {
  text-align: center;
  width: 60px;
  height: 60px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #00d084;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaderkit::before,
.loaderkit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform-origin: bottom;
}
.loaderkit::after {
  background: radial-gradient(at 75% 15%, #fffb, #0000 35%),
    radial-gradient(at 80% 40%, #0000, #0008),
    radial-gradient(circle 5px, #fff 94%, #0000),
    radial-gradient(circle 10px, #000 94%, #0000),
    linear-gradient(#f93318 0 0) top / 100% calc(50% - 5px),
    linear-gradient(#fff 0 0) bottom/100% calc(50% - 5px) #000;
  background-repeat: no-repeat;
  animation: l20 1s infinite cubic-bezier(0.5, 120, 0.5, -120);
}
.loaderkit::before {
  background: #ddd;
  filter: blur(8px);
  transform: scaleY(0.4) translate(-13px, 0px);
}
@keyframes l20 {
  30%,
  70% {
    transform: rotate(0deg);
  }
  49.99% {
    transform: rotate(0.2deg);
  }
  50% {
    transform: rotate(-0.2deg);
  }
}
.tool_status {
  --width: 150px;
  --height: 33px;
  display: none;
  margin-bottom: 20px;
  --tooltip-height: 35px;
  --tooltip-width: 90px;
  --gap-between-tooltip-to-button: 18px;
  --button-color: #f21230;
  --tooltip-color: #fff;
  cursor: auto;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.5em;
  font-family: "Arial";
  transition: background 0.7s;
}
.tool_status_bo {
  --width: 150px;
  --height: 33px;
  display: none;
  margin-bottom: 20px;
  --tooltip-height: 35px;
  --tooltip-width: 90px;
  --gap-between-tooltip-to-button: 18px;
  --button-color: #000000;
  --tooltip-color: #000000;
  cursor: auto;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.5em;
  font-family: "Arial";
  transition: background 0.7s;
}
.button-wrapper{
  display: flex;
}
.text_status {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tool_status-wrapper,
.tool_status_bo,
.tool_status_bo {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 3px;
  color: #ffffff;
}

.tool_status-wrapper,
.text_status,
.icon_status {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 3px;
  color: #ffffff;
}
.text_status {
  top: 0;
}
.text_status,
.icon_status {
  transition: top 0.5s;
}
.icon_status {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_status svg {
  width: 16px;
  height: 16px;
}

.tool_status_bo:hover {
  background: #0b0b0b;
}
.tool_status_bo:hover .text {
  top: -100%;
}
.tool_status_bo:hover .icon {
  top: 0;
}
.tool_status_bo:hover:before,
.tool_status_bo:hover:after {
  opacity: 1;
  visibility: visible;
}
.tool_status_bo:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}
.tool_status_bo:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.tool_status:hover {
  background: #222;
}
.tool_status:hover .text {
  top: -100%;
}
.tool_status:hover .icon {
  top: 0;
}
.tool_status:hover:before,
.tool_status:hover:after {
  opacity: 1;
  visibility: visible;
}
.tool_status:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}
.tool_status:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.input-wrapper {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  background-color: #272727;
}

.options_rufsx{
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
}

.icon {
  width: 30px;
  fill: rgb(255, 255, 255);
  margin-left: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.input_refe {
  max-width: 170px;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #272727;
  color: white;
  font-size: 1em;
}
.input_refe:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
  -webkit-text-fill-color: #ffffff;
}
.Subscribe-btn {
  height: 100%;
  width: 95px;
  border: none;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: #ffffff;
  font-weight: 500;
  gap: 5px;
  overflow: hidden;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}

.Subscribe-btn svg{
  width: 14px;
  height: 14px;
}

.input-wrapper:active .icon {
  transform: scale(1.3);
}
.Subscribe-btn:hover {
  color: rgb(119, 119, 119);
}

.Subscribe-btn:active {
  transform: scale(0.9);
}

.check-container {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 20px;
  cursor: pointer;
  background: linear-gradient(90deg, #b3ffab 0%, #12fff7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.check {
  position: absolute;
  appearance: none;
}
.check-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  transform: translateX(-5%) translateY(-50%);
  border-radius: 0.25em;
  border: 2px solid #b3ffab;
}
.check-toggle + .check-svg {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2rem;
  width: 2rem;
  transform: translateX(-5%) translateY(-50%);
  transition: stroke-dashoffset 0.5s ease-out;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.check:checked + .check-toggle + .check-svg {
  stroke-dashoffset: 0;
}
.check-label {
  font-size: 15px;
  width: 100px;
  margin-left: 30px;
  color: linear-gradient(90deg, #b3ffab 0%, #12fff7 100%);
  user-select: none;
  font-weight: semi-bold;
}
.loxter{
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-items: center;
}

.togglesw {
  --s: 50px;
  height: calc(var(--s) + var(--s)/5);
  width: auto;
  aspect-ratio: 2.25;
  border-radius: var(--s);
  margin: calc(var(--s)/2);
  display: grid;
  cursor: pointer;
  background-color: #424242;
  box-sizing: content-box;
  overflow: hidden;
  transition: .3s .1s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.togglesw:before {
  content: "";
  padding: calc(var(--s)/10);
  --_g: radial-gradient(circle closest-side at calc(100% - var(--s)/2) 50%,#000 96%,#0000);
  background: var(--_g) 0 /var(--_p,var(--s)) 100% no-repeat content-box,
    var(--_g) var(--_p,0)/var(--s)  100% no-repeat content-box,
    #fff;
  mix-blend-mode: darken;
  filter: blur(calc(var(--s)/12)) contrast(11);
  transition: .4s, background-position .4s .1s,
    padding cubic-bezier(0,calc(var(--_i,-1)*200),1,calc(var(--_i,-1)*200)) .25s .1s;
}
.togglesw:checked {
  background-color: #85ff7a;
}
.togglesw:checked:before {
  padding: calc(var(--s)/10 + .05px) calc(var(--s)/10);
  --_p: 100%;
  --_i: 1;
}
.select-box {
  position: relative;
  width: 270px;
  margin: 7rem auto;
}
.select-box input {
  width: 100%;
  padding: 1rem .6rem;
  font-size: 1.1rem;
  border: .1rem solid transparent;
  outline: none;
}

input[type="tel"] {
  border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
  border: .1rem solid var(--primary);
}

.selected-option {
  background-color: #eee;
  border-radius: .5rem;
  overflow: hidden;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected-option div{
  position: relative;

  width: 6rem;
  padding: 0 2.8rem 0 .5rem;
  text-align: center;
  cursor: pointer;
}

.selected-option div::after{
  position: absolute;
  content: "";
  right: .8rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  
  width: .8rem;
  height: .8rem;
  border-right: .12rem solid var(--primary);
  border-bottom: .12rem solid var(--primary);

  transition: .2s;
}

.selected-option div.active::after{
  transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
  position: absolute;
  top: 4rem;
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
  display: none;
}

.select-box .options.active {
  display: block;
}

.select-box .options::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;
  width: 0;
  height: 0;
  border: .6rem solid transparent;
  border-bottom-color: var(--primary);
}

input.search-box {
  background-color: var(--primary);
  color: #fff;
  border-radius: .5rem .5rem 0 0;
  padding: 1.4rem 1rem;
}

.select-box ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
  width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: .4rem;
}

.select-box ol li {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.select-box ol li.hide {
  display: none;
}

.select-box ol li:not(:last-child) {
  border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
  background-color: lightcyan;
}

.select-box ol li .country-name {
  margin-left: .4rem;
}

.mainwsl {
	justify-content: center;
	align-items: center;
	display: none;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
  }
  .cardwsl {
	width: 80%;
	position: relative;
	background-color: rgb(16 16 16);
	border: 1px solid rgb(255 255 255 / 5%);
	border-radius: 1.5rem;
	padding: 1rem;
	box-shadow:
	0px 187px 75px rgba(28, 234, 66, 0.01),
	0px 105px 63px rgba(30, 245, 138, 0.05),
	0px 47px 47px rgba(213, 28, 255, 0.09),
	0px 12px 26px rgba(184, 18, 255, 0.1),
	0px 12px 26px rgba(173, 20, 255, 0.1);
  }
  .cardwsl:after {
	content: "";
	height: 70px;
	width: 1px;
	position: absolute;
	left: -1px;
	top: 65%;
	transition: top, opacity;
	transition-duration: 600ms;
	transition-timing-function: ease;
	background: linear-gradient(transparent, mediumslateblue,transparent);
	box-shadow: 0 0 30px mediumslateblue;
	opacity: 0;
  }
  .cardwsl:after {
	top: 65%;
	opacity: 0;
  }
  .cardwsl:hover:after {
	top: 25%;
	opacity: 1;
  }
  .card-contentwsl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: radial-gradient(
	  rgba(255, 255, 255, 0.1) 1px, 
	  transparent 1px
	);
	background-position: 50% 50%;
	background-size: 1.1rem 1.1rem;
	padding: 2.3rem;
	border-radius: 1.25rem;
	overflow: hidden;
  }
  .card-contentwsl .h1wsl,.pwsl {
	text-align: center;
  }
  .card-contentwsl .h1wsl {
	color: rgb(250 249 246);
	font-size: 2.3rem;
	margin-top: 20px;
	line-height: 2rem;
	font-weight: bold;
  }
  .card-contentwsl  .pwsl {
	color: rgb(255 255 255 / 75%);
	margin-top: 20px;
  margin-bottom: 20px;
	line-height: 1.3rem;
  }
  @media(max-width: 700px) {
	.cardwsl {
	  width: calc(100% - 2rem);
	  margin: 0rem 1rem;
	  padding: 0.75rem;
	  border-radius: 1rem;
	}
  }
  @media(max-width: 600px) {
	.card-contentwsl {
	  padding: 3rem;
	}
	.card-contentwsl  .h1wsl {
	  font-size: 2.2rem;
	}
  }

.item-dwo {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.item-dwo p{
	color: rgb(175, 175, 175);
	font-size: 17px;
}
.item-dwo h1{
	color: rgb(227, 227, 227);
	font-size: 17px;
}
.item-dwo img{
	width: 45px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #f5f5f5;
}
.overllayerblack{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(5px);
  z-index: 9099;
}
.overllayer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9099;
}
.banner_event_css{
  width: 100%;
  height: 40px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  display: none;
  text-align: center;
  color: white;
}
#img_event_css_prew{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 20px;
  width: 20px;
}
.banner_event_css h6{
  color: white;
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
}

.firlsh3885{
  display: flex;
  gap: 5px;
  color: rgb(148, 148, 148);
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.firlsh355 i {
  color: yellow;
}
.firlsh555 i {
  color: #f68e2d;
}

.label {
  position: relative;
  display: block;
  width: 280px;
  border-radius: 10px;
  border: 2px solid #5e5757;
  padding: 15px 8px 15px 10px;
  text-align: left;
  box-shadow:
    20px 20px 60px #3853c7,
    -20px -20px 60px #19ad88;
}

.shortcut {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  color: #c5c5c5;
  background-color: #1f1f1f4a;
  cursor: pointer;
  padding: 1em;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.loader_upsutv {
  border: 4px solid rgb(255, 123, 0);
  border-left-color: transparent;
  border-radius: 50%;
}
.loader_upsutv {
  border: 4px solid rgb(255, 123, 0);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}
.loader_upsutv {
  border: 4px solid rgb(255, 123, 0);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}
@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search_bar {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: rgb(111, 115, 119);
}
.cardbuy{
  width: 100%;
}
.vertical-text-container_ruhs {
  position: fixed;
  bottom: 0;
  width: 300px;
  right: 0;
  margin-right: -20px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.vertical-text-container {
  position: fixed;
  top: 0;
  width: 300px;
  left: 0;
  margin-left: -20px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.vertical-text {
  font-size: 220px;
  color: rgba(255, 255, 255, 0.129);
  white-space: nowrap;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vertical-textx {
  font-size: 220px;
  color: rgba(255, 255, 255, 0.129);
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: left top;
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
  font-style: normal;
}