﻿  .nomeCliente {
    color:#fff;
    font-size:18px;
  }

  input::placeholder,
 textarea::placeholder {
  color: #fff; /* Sets the color of the placeholder text */
  font-style: italic; /* Makes the placeholder text italic */
  font-size: 0.9em; /* Adjusts the font size */
  opacity: 0.7; /* Controls the transparency of the placeholder text */
}

/* You can also style the placeholder when the input is focused */
input:focus::placeholder {
  color: #ccc; /* Changes color when input is focused */
}

  .btn-pink {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 18px !important;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff !important;
    animation-delay: 0.8s;
    border: 2px solid #d702e2;
    background-color: transparent;
  }
  
  .btn-pink:hover {
    border: 2px solid #d702e2;
    background-color:#d702e2;
    color: #fff;
    text-decoration: none;
  }
 .introPainel {
    margin-top:150px;
}

.introPainel h3 {
    color:#fff;
    font-size:16px;
}

.cardInsight {
    background: rgba(68, 43, 90, 0.8);
    border:3px solid #fff !important;
    padding:20px;
    border-radius:10px;
    border:none;
    display:block;
    box-shadow: 5px 10px 29px 0 rgba(43, 56, 90, 0.8);
}

.cardInsight .title {
    text-align:center;
    color:#fff;
    font-size:17px;
}

    .cardInsight .dados {
        text-align: center;
        font-weight: 600;
        color: #d702e2;
        font-size: 25px;
    }
.checkout-steps .d-flex {
    display: flex !important;
}

.checkout-steps .align-items-center {
    align-items: center !important;
}

.card {
    margin-top:30px;
    background: transparent;
    border:1px solid #2b99f8 !important;
    padding:60px;
    border-radius:20px;
    border:none;
    display:block;
}

.title {
    color:#2b99f8;
    font-size:25px;
    margin-bottom:15px;
}
.introPainel .title a {
    color:#fff;
    font-size:17px;
    margin:-10px 0 25px 0;
}

.text-white{
    color:white
}

.introPainel .menu {
    margin-top: 15px;
}
.cardMenu {
    /* background: #232E41; */
    box-shadow: 5px 10px 29px 0 rgba(43, 56, 90, 0.8);
    padding:20px;
    border-radius:10px;
    border:none;
    display:block;
    margin-bottom:25px;
}
.cardMenu .subMenu {
    list-style-type: none !important;
    padding:0;
    margin:0;
    color:#fff;
}

.menu a {
  text-decoration: none;
  color: #fff;
  position: relative; /* permite usar ::after dentro */
  padding-right: 30px; /* espaço pro ícone */
}
.menu a:hover {
  color: #007bff;
}

/* Quando o link estiver dentro de li.active */
.subMenu li.active > a {
  color: #007bff; /* cor do texto ativo */
  font-weight: bold;
}

/* Adiciona ícone só quando ativo */
.icone-active {
    content: "\25B6"; /* ▶ triangulo para a direita */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #d702e2;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 4px 7px;
}

.cardMenu .title {
    color:#d702e2;
    font-size:17px;
    margin-bottom:15px;
}

.btn-senha {
    margin-top:25px;
    font-size:10px;
    color:#fff;
    border:1px solid #fff;
    border-radius:50px;
}

thead {
    background-color: rgba(255, 255, 255, 0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.introPainel .tablePainel {
    background-color:transparent;
}

.tbl-header{
  background-color: rgba(255,255,255,0.3) !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 }
.tbl-content{
  min-height:100px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  /*color: #fff;*/
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

hr.new5 {
  border: 1px solid #fff;
}

select option{
    color:black;
}

.cardFatura {
    background: transparent;
    border:1px solid #fff !important;
    padding:20px;
    border-radius:10px;
    border:none;
    display:block;
    margin-bottom:25px;
}
.cardFatura h4 {
    color:#fff;
    font-size:16px;
}

.cardFatura .badge-info {
    color:#FFF;
    font-size:12px;
    background-color:#d702e2;
    margin-bottom:20px;
}
.cardFatura .label {
    color:#d702e2;
    font-size:22px;
    font-weight:600;
}

.introPainel .cardDados {
    background: transparent;
    /* border:1px solid #fff !important; */
    border-radius:10px;
    border:none;
    margin-bottom:15px;
}
.campo-formulario-painel {
    border:none;
    padding:5px 10px;
    background-color:rgba(255,255,255,0.1);
    border-radius:10px;
    color:#fff;
}
.introPainel .cardDados h4 {
    color:#fff;
    font-size:16px;
}

.cardDados .badge-info {
    color:#FFF;
    font-size:12px;
    background-color:#d702e2;
    margin-bottom:10px;
}
.cardDados .label {
    color:#d702e2;
    font-size:13px;
}

.badge-produto {
    color:#FFF;
    font-size:12px;
    background-color:#0396ff;
    margin-bottom:10px;
}

/* ALERTAS */

.alert {
    margin:15px 0;
}
.alert-success
{
    border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
}
.alert-info
{
    border: 1px solid rgba(6, 44, 241, 0.46);
    background-color: rgba(7, 73, 149, 0.12156862745098039);
    box-shadow: 0px 0px 2px #0396ff;
    color: #67b3e9;
    /*text-shadow: 2px 1px #00040a;*/
    transition:0.5s;
}
.alert-warning
{
    border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
}
.alert-danger
{
    border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #f96767;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
}

.fa-times
{
    -webkit-animation: blink-1 2s infinite both;
    animation: blink-1 2s infinite both;
    width:35px;
}

.fa-times i
{
    font-size:20px;
}


/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* FIM ALERTAS */

/* steps do carrinho */
.checkout-steps {
  margin: 40px 0;
  color: #fff;
}

.checkout-steps .step {
  text-align: center;
  flex: 1;
  position: relative;
}

.checkout-steps span {
  opacity:0.2;
}

.checkout-steps .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: #6c757d;
  opacity:0.2;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

.checkout-steps .step.active .circle {
  background: #0d6efd; /* azul Bootstrap */
  box-shadow: 0 0 10px rgba(13,110,253,0.6);
  opacity:1.0;
}
.checkout-steps .step.active span {
  opacity:1.0;
}

.checkout-steps .line {
  height: 3px;
  background: #6c757d;
  flex: 1;
  margin: 0 10px;
}

.checkout-steps .step.active ~ .line {
  background: #0d6efd;
}
/* FIM steps carrinho*/

/* CARD PRODUTO */
.cardProduto {
    border:1px solid #2b99f8;
    border-radius:20px;
    margin:20px 0;
    padding-bottom:20px;
}
.cardProduto .titleProduto {
    background-color:#fff;
    color:#007bff;
    padding:30px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom:15px;
    font-size:14px;
}
.cardProduto .titleProduto .badge-compromisso {
    background-color:#fff;
    color:#141414;
    border-radius:10px;
    border:1px solid #141414;
    font-size:10px;
    margin-top:10px;
}
.cardProduto .valorText {
    padding:20px;
}
.cardProduto .valorText p {
    text-align:center;
    color:#fff;
    font-size:13px;
}
.cardProduto .valorText h3 {
    text-align:center;
    color:#2b99f8;
    font-size:25px;
    font-weight:600;
}
.cardProduto .btn-carrinho {
    border-radius:60px;
    color:#fff;
    font-weight:600;
    background-color:#d702e2;
    font-size:13px;
    text-align:center;
}
/*FIM CARD PRODUTO */

/* CARD CARRINHO */
/* CARD PRODUTO */
  .cestaCompras .produto-card {
    flex: 1;
    min-width: 300px;
    background: transparent;
    border: 1px solid #3e4a63;
    border-radius: 8px;
    padding: 20px;
  }

   .cestaCompras .produto-card .interacao {
    cursor:pointer;
  }

  .cestaCompras .produto-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 6px;
    font-weight: bold;
  }

  .cestaCompras .produto-header img {
    width: 28px;
    margin-right: 10px;
  }

  .cestaCompras .produto-info {
    display: flex;
    align-items: center;
  }
  .cestaCompras .produto-info i {
    font-size:20px;
    margin-right:15px;
    color:#007bff;
  }

  .cestaCompras .badge {
    background: #ddd;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 8px;
    border:1px solid #3e3e3e;
    color:#3e3e3e;
  }

  .cestaCompras .produto-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: center;
  }

  .cestaCompras .btn {
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .cestaCompras .btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height:35px;
    font-size:13px;
    line-height:13px;
  }

  .cestaCompras .btn-yellow {
    background: #ffeb3b;
    color: #000;
    height:35px;
    font-size:13px;
    line-height:13px;
  }

  .cestaCompras .btn-blue {
    background: #0396ff;
    color: #fff;
    height:35px;
    font-size:13px;
    line-height:13px;
  }

  .cestaCompras .btn:hover {
    opacity: 0.85;
  }

  .cestaCompras .alert-box {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #3e4a63;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.05);
  }

  /* CARD PEDIDO */
  .cestaCompras .pedido-card {
    min-width: 260px;
    max-width: 300px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    padding: 20px;
    font-size: 15px;
  }

  .cestaCompras .pedido-section {
    margin-bottom: 15px;
  }

  .cestaCompras .pedido-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #d702e2;
    text-align:center;
    margin-bottom: 10px;
  }

  .cestaCompras .pedido-row {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
  }

  .cestaCompras .quantidade {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cestaCompras .quantidade button {
    width: 26px;
    height: 26px;
    border: 1px solid #2196f3;
    background: #fff;
    color: #2196f3;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
  }

  .cestaCompras .pedido-total {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
  }

  .cestaCompras .total-destaque {
    font-weight: bold;
    font-size: 16px;
    color: #2196f3;
  }
/* FIM - CARD CARRINHO*/

.tooltip-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .tooltip-icon .tooltip-text {
    visibility: hidden;
    font-size:12px;
    width: 180px;
    background-color: #d702e2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* aparece acima do ícone */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltip-icon .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* seta apontando para baixo */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d702e2 transparent transparent transparent;
  }

  .tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }

  .btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height:35px;
    font-size:13px;
    line-height:13px;
    border-radius:60px;
  }

  .btn-blue {
    background: #0396ff;
    color: #fff;
    height:35px;
    font-size:13px;
    line-height:13px;
    border-radius:60px;
  }

  .btn-outline:hover {
    background: #fff;
    color:#141414;
  }

  .btn-blue:hover {
    background: transparent;
    color: #0396ff;
    border:1px solid #0396ff;
  }

  .tutoriais .card {
    padding:30px 20px;
  }
  
  