﻿.audio-player {
    border: 1px solid lighten(#acacac, 20%);
    text-align: center;
    display: flex;
    flex-flow: row;

    position: relative;
    width: 400px;
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0 0 10px grey;
    box-sizing: border-box;

    .album-image {
        min-height: 70px;
        width: 110px;
        background-size: cover;
      }
  .player-controls {
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    flex: 3;
    progress {
      width: 90%;
    }
    progress[value] {
      -webkit-appearance: none;
      appearance: none;
      background-color: white;
      color: blue;
      height: 5px;
    }
    progress[value]::-webkit-progress-bar {
      background-color: white;
      border-radius: 2px;
      border: 1px solid lighten(#acacac, 20%);
      color: blue;
    }
    progress::-webkit-progress-value {
      background-color: blue;
    }
    p {
      font-size: 1.3rem;
      margin: 0;
    }
  }
  #play-btn {
    background-image: url('https://cdn.fastly.picmonkey.com/content4/previews/arrows_2/arrows_2_44_550.png');
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: 2rem 0 2rem 2rem;
    &.pause {
      background-image: url('https://img.icons8.com/ios/452/circled-pause.png');
    }
  }
}

@media (min-width: 1024px) {
    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
}

.aviso-pix {
    font-weight: bold;
    font-size: 1.2em;
    animation: pulse 1.5s infinite;
    border-radius: 8px;
}

/* Estilo personalizado para a borda roxa sólida com pontas arredondadas e fundo roxo */
.qr-code-border { 
    background-color: #783fa6;
    width: fit-content;
    padding: 10px 10px 4px;
    border-radius: 8px;
    max-width:232px;
}

.qr-code-border img {
    background: white;
    padding: 10px;
    border-radius: 6px;
}

.lp-navfont {
    font-family: CocoGothic;
}
 
 

</style >

.premium-button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 4px; /* Espaço entre imagem e texto */
    cursor: pointer;
}

.destaque {
    font-size: 1.5rem; /* tamanho moderado */
    font-weight: 600; /* semi-negrito */
    color: #333333; /* cinza escuro */
    background-color: #f0f0f0; /* cinza claro */
    padding: 12px 20px;
    text-align: center;
    border-radius: 8px;
    margin: 20px auto;
    width: fit-content;
}
.botao-assinatura {
    background-color: goldenrod;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.border-cor-mid {
    border-color: #9b59b6 !important; /* ou qualquer roxo do seu tema */
}

.botao-assinatura:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.highlight-pix { 
    color: #218838 !important;
    font-weight: bold;
    border-radius: 10px !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40,167,69,0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40,167,69,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40,167,69,0);
    }
}

.botao-configurar {
    background-color: #783fa6;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.img-social {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    object-fit: cover;
}

.botao-desativar2 {
    background-color: #be0f0f;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.botao-desativar2:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.botao-configurar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.botao-efi {
    background-color: #f37124;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.botao-efi:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}


.botao-discord {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.botao-discord:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}
.botao-ativar {
    background-color:green;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
   
}

.btn-custom-visual {
    background-image: linear-gradient(45deg, #8945c0, #a34f86, #ffc107);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(120, 63, 166, 0.6);
    transition: all 0.3s ease;
}

.btn-custom-visual:hover {
    background-position: right center;
    transform: scale(1.07);
    box-shadow: 0 6px 25px rgba(120, 63, 166, 0.7);
}

.btn-custom-visual:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(120, 63, 166, 0.5);
}

.custom-carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

    .custom-carousel-btn:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

.carousel-control-prev.custom-carousel-btn {
    left: 0.5rem;
}

.card-body.bg-content {
    background-color: #f4f6f9;
}

.carousel-control-next.custom-carousel-btn {
    right: 0.5rem;
}

.custom-arrow {
    font-size: 1.5rem;
    color: #0d6efd; /* Azul padrão do Bootstrap */
    font-weight: bold;
    line-height: 1;
}

#novidadesCarousel {
    position: relative;
}
 
.floating-arrow {
    position: absolute;
    bottom: 1rem;
    font-size: 2rem;
    color: #007bff;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    padding: 0 0.5rem;
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .floating-arrow:hover {
        opacity: 1;
        transform: scale(1.1);
    }

.carousel-control-prev.floating-arrow {
    left: 1rem;
}

.carousel-control-next.floating-arrow {
    right: 1rem;
}

.texto-notificacao {
    font-size: 1rem;
    line-height: 1.4;
    color: #6c757d;
    max-width: 600px; /* limita a largura */
    margin-left: auto;
    margin-right: auto; /* centraliza horizontalmente */
    text-align: center; /* opcional: centraliza o texto dentro do bloco */
}

.botao-ativar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.botao-desativar {
    background-color: #be0f0f;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.botao-desativar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}



.premium-text {
    color: yellow;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    line-height: 20px;
    height: 20px;
}

.premium-img {
    height: 20px;
    width: auto;
}
  
.red-recording-dot {
    font-size: 25px;
    color: red;
    margin-right: 12px;
    /*transitions with Firefox, IE and Opera Support browser support*/
    animation-name: flashing-recording-dot;
    -webkit-animation-name: flashing-recording-dot;
    -moz-animation-name: flashing-recording-dot;
    -o-animation-name: flashing-recording-dot;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

.streamelements-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1f1f1f; /* fundo escuro elegante */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

    .streamelements-btn:hover {
        transform: scale(1.05);
    }

.streamelements-logo {
    width: 24px;
    height: 24px;
}
 
.qr-code-border p {
    color: white;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px!important
}

.animation__shakeInfinit {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.range1-container .irs-min, .range1-container .irs-from, .range1-container .irs-to, .range1-container .irs-max, .range1-container .irs-bar, .range1-container .irs-grid {
    background: #28a745 !important;
    border: none !important;
    font-weight: bold;
}

.range2-container .irs-min, .range2-container .irs-from, .range2-container .irs-to, .range2-container .irs-max, .range2-container .irs-bar, .range2-container .irs-grid {
    background: #55358f !important;
    border: none !important;
}


.video-containerbanner {
    width: 800px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center; 
    overflow: hidden;
}



.video-alert {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: black;
}

.video_url {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Escolha UMA das duas opções abaixo */
    /* Opção 1: Preencher tudo com possível corte */
    /*object-fit: cover;
    /* Opção 2: Mostrar tudo com bordas pretas (se preferir, descomente) */
    object-fit: contain; 
}


.video-containerbannerMenor {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

videobanner {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta o vídeo para cobrir toda a área */
}

.irs-min, .irs-from, .irs-to, .irs-max {
    box-shadow: 2px 1px 11px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 11px -1px rgba(0,0,0,0.75);
   
}
 
 
.lp-font {
    background-image: linear-gradient(180.033deg, #f6f5f3, #dbd1ff);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: Onest, Onest Placeholder, sans-serif;
}

.lp-font-solid {
    font-weight: 600;
    font-family: Onest, Onest Placeholder, sans-serif;
    color: #00FF00;
}

.lp-navfont {
    font-family: CocoGothic;
}


.alerta-pagamento {
    background-color: #e6f9ec;
    border-left: 6px solid #2ecc71;
    padding: 12px 9px;
    margin: 12px 0;
    font-family: Arial, sans-serif;
    color: #2c3e50;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.alerta-pagamento strong {
    color: #27ae60;
}

   .ribbon-new {
      position: absolute;
      top: -10px;
      right: 3px;
      background-color: #e74c3c;
      color: white;
      font-size: 10px;
      font-weight: bold;
      padding: 3px 6px;
      border-radius: 3px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }

.vantagens-lista {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 20px;
}

.vantagens-lista li {
    margin-bottom: 2px;
    color: #1e8449;
}
 


.lp-font2 {
    background-image: linear-gradient(180.033deg, #9b9a98, #010102);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: Onest, Onest Placeholder, sans-serif;
}

.btn-suporte {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 9px 30px;
    background: linear-gradient(45deg, #783fa6, #ffbd33);
    border: none;
    border-radius: 10px;
    color: white!important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-suporte:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.cor-primaria-mid {
    background-color: #783fa6 !important;
    border-color: #783fa6 !important;
}

.input-group-text i {
    margin-right: 8px; /* Espaçamento entre ícone e texto */
    font-size: 1rem;
}

.cor-mid {
    color: #783fa6 !important;
    font-weight: bolder !important;
}

.callout.callout-midfielder {
    border-left-color: #783fa6;
}

.card-midfielder {
    border-top: 3px solid #783fa6;
}

.cor-primaria {
    color:  ; 
}
.size-30 {
    width: 30px;
}

.backcolormidfielder {
    background-color:#422874;
}

.size-26 {
    width: 26px;
}

.font-light {
    font-weight: 300;
}

.fs-12 {
    font-size: 1.2em;
}

.fieldsetModificado {
    font-size: .8em;
    opacity: .8;
    padding: .35em .625em .75em;
    text-align: center;
    border: 1px solid transparent;
    border-top-color: #9c9c9c; 
}

.corSite {
    color: #9644d0!important;
}

div.hide {
    max-height: 0;
    pointer-events: none;
    bottom: -1em;
}

.audio-footer {
    position: fixed;
    bottom: 15px;
    justify-content: center;
    align-items: center;
    max-height: 200px;
    transition: max-height 1s ease-in-out;
}

.btn-login-twitch {
    background-color: rebeccapurple;
    color: white;
}

.field-validation-error {
    color: #e01d1d;
}

.close-alert {
    position: absolute;
    right: -10px;
    top: -15px;
    border-radius: 15px;
    width: 30px;
    height: 31px;
}

.ui-autocomplete {
    position: relative;
    border-radius: 3px;
    top: 0;
    left: 0;
    cursor: default;
    min-width: 100px;
    max-width: 100%;
    max-height: 100px;
    background: #ffffff;
    color: #000000;
    z-index: 9999999 !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

.submit-progress {
    z-index: 999 !important;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 50%;
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.progress-box {
    z-index: 99 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 4.5em;
    padding-top: 1.3em;
    /* The following rules are the
    ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number
    that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: #0d6efd;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: rgb(217, 212, 212);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(158, 158, 158);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(100, 100, 100);
        border-radius: 10px;
    }

html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}

.table td, .table th {
    padding: .25rem;
}

.img-voz-ia:after {
    content: url("../img/playbutton.png");
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0.8;
    display: none;
}

.img-voz-ia-mobile:after {
    content: url("../img/playbutton.png");
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -68px;
    margin-top: -32px;
    opacity: 0.8;
    display: none;
}

.img-voz-ia-mobile:hover:after {
    display: block;
    opacity: 1;
    cursor: pointer;
}

.img-voz-ia:hover:after {
    display: block;
    opacity: 1;
    cursor: pointer;
}

.vinculodo-key {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: -8px;
}

.img-vinculodo-key {
    background-image: url('../img/attched.png');
}

.img-desvinculado-key {
    background-image: url('../img/unattched.png');
}

.sounds-container {
    height: 87vh;
    flex-grow: 1;
    padding: 18px;
    border-radius: 12px;
    overflow-y: auto;
    background-color: #783fa680;
    /*  margin-right: 2%;*/
}


/*EDIÇÃO DO PERFIL*/
.image-container {
    position: relative;
    display: inline-block;
}

.edit-img-perfil-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    display: none;
}

.image-container:hover .edit-img-perfil-button {
    display: block;
}



.pricing-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
}

.pricing-header {
    display: flex;
    background: linear-gradient(135deg, #ffeaa7, #81ecec, #74b9ff);
}

.header-space {
    flex: 1;
    background: linear-gradient(135deg, #f0f0f0, #e6e6e6);
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #2d3748;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-header {
    flex: 1;
    padding: 12px 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .plan-header.free {
        background: linear-gradient(135deg, #74b9ff, #0984e3);
        color: white;
        position: relative;
    }

    .plan-header.premium {
        background: linear-gradient(135deg, #81ecec, #00b894); 
    }

    .plan-header.legend {
        background: linear-gradient(135deg, #ffeaa7, #fdcb6e); 
     
    }

    .free {
        background: linear-gradient(135deg, #74b9ff, #0984e3);
        color: white;
    }

    .premium {
        background: linear-gradient(135deg, #81ecec, #00b894);
        color: black;
    }

    .legend {
        background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
        color: black;
    }

    .cortesia {
        background: linear-gradient(135deg, #55efc4, #00b894);
        color: black;
    }

    .parceiro {
        background: linear-gradient(135deg, #2d3436, #000000);
        color: white;
    }

    .vencida {
        background: linear-gradient(135deg, #c0392b, #922b21); 
        color: white;
    }

    .alerta {
        background: linear-gradient(135deg, #d86a5f, #a73b32);
        color: #fff;
    }

 



        .plan-header.legend::before {
            content: '✨';
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            animation: sparkle 2s infinite;
        }

@keyframes sparkle {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.2);
    }
}

.plan-title {
    font-size: 24px;
    font-weight: bold; 
    text-transform: uppercase;
    letter-spacing: 2px;
}

.plan-price {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}

.pricing-body {
    background: white;
}

.feature-row {
    display: flex;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

    .feature-row:hover {
        background: linear-gradient(90deg, #f8f9ff, #fff);
        transform: translateX(5px);
    }

.feature-name {
    flex: 1;
    padding: 10px 12px 4px 25px;
    font-weight: 600;
    color: #2d3748;
    border-right: 1px solid #f0f0f0;
    background: linear-gradient(90deg, #f8f9ff, #fff);
}

.feature-value {
    flex: 1;
    padding: 1px 4px 2px 1px;
    text-align: center;
    position: relative;
}

.available {
    color: #00b894;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .available::before {
        content: '✓';
        background: linear-gradient(135deg, #00b894, #00cec9);
        color: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        flex-shrink: 0;
    }

.unavailable {
    color: #e17055;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .unavailable::before {
        content: '✗';
        background: linear-gradient(135deg, #e17055, #d63031);
        color: white;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        flex-shrink: 0;
    }

.tax-row {
    background: linear-gradient(90deg, #f8f9ff, #fff);
    font-weight: bold;
    color: #2d3748;
}

.tax-value {
    font-size: 18px;
    font-weight: bold;
    color: #0984e3;
}

.tax-highlight {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(116, 185, 255, 0.3);
}

.action-buttons {
    display: flex;
    padding: 20px;
    gap: 10px;
    flex-direction: column;
}





.discount-note {
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #2d3748;
    font-weight: 600;
    position: relative;
}

    .discount-note::before {
        content: '💡';
        margin-right: 8px;
    }

.buttons-header {
    display: flex;
    background: white;
}

.buttons-space {
    flex: 1;
    background: white;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #2d3748;
    font-size: 16px;
    border-right: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .pricing-header {
        flex-direction: column;
    }

    .feature-row {
        flex-direction: column;
        text-align: center;
    }

    .feature-name {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .header-space {
        display: none;
    }

    .buttons-space {
        display: none;
    }
}



