@import url(/src/components/styles/root/var.less);
@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');
@import url(/src/components/styles/main/nav-bottom.less);

body {
  background: @bg;
  color: @txt-color;
  font-family: @font-sec;
  height: 100vh;
}

.nav-top {
  height: 3rem;
  background:#151C3069 !important ;
  backdrop-filter: blur(4px);
  border-left: 2px solid #27e9b5;
  border-right: 2px solid #27e9b5;
  border-bottom:1px solid #3B82F61A;
  position: relative;
  margin-bottom: @spacing-md;

  ul {
    display: flex;
    justify-content: space-between;
    height: 3rem;

    .user {
      position: absolute;
      bottom: 0;
      right: 59px;
    }
  }
  .hh {
    background: red;
    border-radius: 50px;
    height: 40px;
    width: 40px;
  }
 
  img {
    margin: 6px;
    margin-right: 16px;
    height: 40px;
    width: 40px;
    border-bottom: 2px solid #757896;
    border-radius: 5px;
  }

  .bar {
    margin: 10px;
    margin-left: 16px;
    font-size: 2rem;
    color: whitesmoke !important;
  }
}

.ads {
  width: 100%;
  display: flex;
  height: 180px;
  overflow-x: auto;
  gap: 27px;
  padding-left: 22px;
    /* Esconde a barra no Chrome, Safari, Edge e Opera */
  -ms-overflow-style: none;  /* Internet Explorer e Edge antigo */
  scrollbar-width: none;      /* Firefox */


&:-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Edge moderno e Opera */
}
  .ad {
    
    width: 97%;
    max-width: 97%;
    flex: 0 0 auto;
    background: #42445A;
    border-radius: 5px;
    height: 8rem;
    position: relative;


.ad-btn {
  position: absolute;
  top:4px;
  right: 8px;
  background: rgba(14, 38, 77, 0.93); // azul translúcido
  color: white;
  border: 1px solid #3b82f6;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  backdrop-filter: blur(4px); // leve desfoque de fundo
  box-shadow: none;
  z-index: 2;
  transition: all 0.2s ease;
  
  i {
  margin-right: 4px;
  font-size: 10px;
}
}


.ad-btn:hover {
  background: #3b82f6;
  color: #ffffff;
  border-color: #3b82f6;
}

    img {
      border-radius: 8px;
      width: 100%;
      height: auto;
      object-position: center;
    }
  }
}

/* ===== NOVAS REGRAS PARA OS BOTÕES DOS ANÚNCIOS ===== */

.test {
  margin-right: 10px;
}

.v {
  width: 100%;

  .vpns {
    display: flex;
    justify-content: space-between;
    padding: 24px 50px;
    li {
      background: #FFFFFF1C;
      border-top: 1px solid #97A3AA63;
      backdrop-filter: blur(12px);
      border-radius: 50px;
      height: 3rem;
      width: 3rem;
      z-index: 999;
    }
    img {
      height: 55px;
      width: 55px;
      padding-right: 8px;
      padding-bottom: 6px;
      padding-left: 2px;
    }
  }
}

.ad-link {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 0 0 auto;
  width: 97%;
  max-width: 97%;
}

