@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.account-section {
            padding: 40px 0;
        }

        .nav-link {
            cursor: pointer;
            font-weight: bold;
            color: #007bff;
        }

        .nav-link:hover {
            color: #0056b3;
        }

        .option-content {
            display: none;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .active-content {
            display: block;
        }    
.login-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    text-align: center;
}
    
.login-header {
    background-color: #3498db;
    color: #fff;
    padding: 20px;
}
    
.login-form {
    padding: 20px;
}
    
.form-group {
    margin-bottom: 20px;
}
    
.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
    
.form-group input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
    
.form-group button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
    
.form-group button:hover {
    background-color: #2980b9;
}

.icon-hover:hover {
    border-color: #3b71ca !important;
    background-color: white !important;
  }
  
  .icon-hover:hover i {
    color: #3b71ca !important;
  }
  .imgpixel{
    position:absolute;
    width:160px;
    height:160px;
    transition:width 0.3s ease,height 0.3s ease;
    cursor:pointer;
  }
  .imgpixel:hover{
    position:absolute;
    width:180px;
    height:180px;
  }
  .imgpixel_big{
    position:absolute;
    width:220px;
    height:220px;
    transition:width height 0.3s ease,height 0.3s ease;
    cursor:pointer;
  }
  .imgpixel_big:hover{
    position:absolute;
    width:240px;
    height:240px;
  }
    @media (max-width: 576px) {
  .size-card-img {
    width: 128px;
    height: 250px;
  }
    .size-card {
    width: 80vw;
    }
    .banner{
        width:100%;
        height:10vh;
    }
      .card-footer{
        flex-flow:column !important;
    }
    .btn-moba{
        width:100%;
        margin-bottom:5px;
    }
    .toltip_author{
        background-color:black;
        border-radius:5px;
    }
    .popup_author{
    opacity:1 !important;
    padding:0px 5px 0px 0px !important;
      visibility:visible !important;
    }
    .moba-nav{
        width:100%;
    }
    .moba-buttons{
        justify-content:center;
        align-items:center;
    }
    .profile-page{
        width:100px;
        width:100px;
    }
    .profile-page-forfree{
        width:50px;
        width:50px;
    }
    .moba-column{
        flex-flow:column;
    }
    .moba-justify-center{
        justify-content:center;
    }
    .moba-align-center{
        align-items:center;
    }
    .moba-perfil-free{
        border-radius:12px 12px 0px 0px;
    }
}
@media (min-width: 576px) {
  .size-card {
    width:100%;
  }
  .banner{
      width:100vw;
      height:30vh;
  }
  .profile-page{
        width:150px;
        width:150px;
    }
    .profile-page-forfree{
        width:100px;
        width:100px;
    }
    .moba-perfil-free{
        border-radius:12px 0px 0px 12px;
    }
    .popup_author{
      visibility:hidden;
      z-index:30;
      opacity:0;
      padding:5px;
      border-radius:3px;
        transition: visibility 0s, opacity 0.3s linear;
      background-color:black;
      color:white;
      position:relative;
      top:-30px;
      right:-50px;
  }
  .toltip_author{
      bottom:20px;
      right:20px;
      cursor:pointer;
      position:absolute;
  }
}
.cart-phone{
    position:fixed;
    bottom:10px;
    right:10px;
    width:64px;
    height:64px;
    border-radius:50%;
    z-index:10;
    transition: opacity ease 0.5s;
}

  .pixel{
      width:64px;
  }
  .small{
      width:128px;
  }
  .line-card{
      display:flex;
      flex-flow:row wrap;
  }
  .qrcontent{
      width:300px;
      height:300px;
      position:fixed;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      z-index:7;
      box-shadow: 0px 0px 10px black;
      display:none;
      justify-content:center;
      align-items:center;
      background-color:white;
      border-radius:0px 0px 15px 15px;
  }
  #process_edit{
      width:300px;
      height:300px;
      position:fixed;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      z-index:7;
      box-shadow: 0px 0px 10px black;
      display:none;
      justify-content:center;
      align-items:center;
      background-color:white;
      flex-flow:column;
      border-radius:15px;
  }
  .qrcontent img{
      width:300px;
      border-radius:15px;
  }
  .qrtopmenu{
      position:absolute;
      top:-30px;
      left:0;
      width:300px;
      height:30px;
      background-color:#3498db;
      font-size:20px;
      color:white;
      font-family: 'Arial', sans-serif;
      border-radius:15px 15px 0px 0px;
      box-shadow: 0px 0px 10px black;
      text-align:center;
      font-weight:100vh;
  }
  .black{
      display:none;
      z-index:5;
      width:100vw;
      height:100vh;
      position:fixed;
      background-color:rgba(0, 0, 0, 0.4);
  }
  .messagealert{
      opacity:0;
      background-color:#3498db;
      padding:20px;
      color:white;
      position:fixed;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      border-radius:10px;
      transition:opacity 0.3s ease;
      z-index:-2;
      font-size:15px;
  }
  
  .popup{
    position:absolute;
    top:0;
    left:90%;
    background-color:red;
    color:white;
    width:20px;
    height:20px;
    border-radius:50%;
  }
  .popup-phone{
    position:absolute;
    top:0;
    right:0;
    background-color:red;
    color:white;
    width:24px;
    height:24px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  #selected{
      background-color:#198754;
      border:solid #198754 2px;
  }
  .itemcart{
      display:flex;
      height:150px;
      background-color:#f0f1f6;
      margin:10px;
      padding:10px;
      align-items:center;
      border-radius:10px;
      flex-flow:row wrap;
  }
  .itemcard .img{
      width:64px;
      height:64px;
  }
  .name{
      margin:10px;
      font-weight:bold;
      font-size:20px;
  }
  .itemcart .price{
      margin:10px;
      font-weight:bold;
      font-size:20px;
  }
  .resultcart{
      display:flex;
      flex-flow:row wrap;
      background-color:#f0f1f6;
      border-radius:10px;
      margin:10px;
  }
  .resultcart .price{
      font-size:20px;
      margin-left:35px;
  }
  .pointer{
      cursor:pointer;
  }
  .erro{
      font-size:15px;
      color:red;
      font-weight:bold;
  }
  .green{
      font-size:15px;
      color:green;
      font-weight:bold;
  }
  .normal_price{
      font-size:15px;
      font-weight:bold;
  }
  .desconto{
      width:56px;
      position:absolute;
      top:0;
      left:-10px;
  }
  .new{
      width:96px;
      position:absolute;
      top:-25px;
      right:-20px;
  }
  .author{
      width:32px;
      border-radius:50%;
      border:solid 1px #b0b0b0;
  }
  .toltip_author{
      cursor:pointer;
  }
  .popup_author{
      visibility:hidden;
      z-index:30;
      opacity:0;
      padding:5px;
      border-radius:3px;
        transition: visibility 0s, opacity 0.3s linear;
      background-color:black;
      color:white;
  }
  .toltip_author:hover .popup_author{
      opacity:1;
      visibility:visible;
  }
  .tags{
      display:flex;
      justify-content:center;
      align-items:center;
      text-align:center;
      flex-flow:row wrap;
  }
  .label, .categories{
    cursor:pointer;
    text-align:center;
    padding:3px;
    border:2px solid #cecece;
    border-radius:5px;
  }
  input[type="checkbox"],[type="radio"] {
        display:none;
    }
    label {
        margin-right: 10px; /* Ajuste o valor conforme necessário */
    }
    
  .active{
      background-color:#3498db;
      color:white;
      border:white 2px solid;
  }
  
  .product-image {
    width: 100px; /* ajuste conforme necessário */
    height: 100px; /* ajuste conforme necessário */
    margin-right: 20px; /* ajuste conforme necessário */
}

.product-details form {
    display: flex;
    flex-direction: column;
}
.erro-pequeno{
    font-size:10px;
    padding:0;
    margin:0;
}
.product-label {
    margin-bottom: 10px; /* ajuste conforme necessário */
}

.product-input,
.product-select {
    width: 150px; /* ajuste conforme necessário */
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 5px; /* ajuste conforme necessário */
}
.popup_confirm{
    background-color:white;
    position:fixed;
    display:none;
    text-align:center;
    justify-content:center;
    align-items:center;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:7;
    border:#cecece solid 2px;
    border-radius:15px;
    box-shadow:0px 0px 2px #cecece;
    padding:20px;
}
    .solicitacao {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .solicitacao .titulo {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .solicitacao .titulo span {
        color: #007bff;
        font-weight: bold;
    }

    .solicitacao .status {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .solicitacao .status .pendente {
        color: #ffc107;
        font-weight: bold;
    }

    .solicitacao .prazo {
        font-size: 14px;
    }

    .solicitacao .prazo span {
        font-weight: bold;
    }
    .nome_invisivel{
        transition: opacity 0.3s ease;
    }
    
    .seta_direita,.seta_esquerda{
        font-family: "Nerko One", cursive;
        font-weight: 400;
        font-style: normal;
        cursor:pointer;
        font-size:40px;
        transition:font-size 0.1s ease;
    }
    .seta_direita:hover,.seta_esquerda:hover{
        font-size:60px;
    }
    .carousel,
.carousel-item {
  background-color: transparent !important; /* Torna o fundo transparente */
}
.carousel-item {
    transition: opacity 0.5s ease-in-out; /* Suaviza a transição de opacidade */
    opacity: 0; /* Começa invisível */
}

.carousel-item.active {
    opacity: 1; /* Mostra o item ativo */
}
.toltip{
    cursor:pointer;
}
.toltip-content{
    color:white;
    opacity:0;
    visibility:hidden;
    transition: visibility 0s, opacity 0.3s linear;
    position:absolute;
    width:100%;
    height:90%;
    z-index:10;
    right:0px;
    top:10px;
    padding:2px;
    border-radius:0px 0px 5px 5px;
}
.toltip:hover .toltip-content{
    visibility:visible;
    opacity:1;
}
#checkdiv{
    cursor:pointer;
}
#checkdiv label{
    cursor:pointer;
}
/*#search_bar::placeholder, #select::placeholder {
    color:white;
}*/