:root {
    --orange: #ffa600;
    --green: #3ca50d;
    --orange_sheets: #ff7000;
    --green-greener: #b7cd24;
    --green-whatsapp: #25d366;
    --white: #f1f1f1;
    --black: #1b1b1b;
    --orange-gradient: linear-gradient(135deg, #FF6000 0, #FF8D00 25%, #FDC100 50%, #FF9400 75%, #FCB801 100%);
    --blue-blueprime: #0065af;
    --blue-blueprime-hover: #024a7e;

    --aside-width: 250px;
    --navbar-height: 60px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #e4e4e4 !important;
}

th,
td {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
}


/* top menu */
#top-navbar {
    min-height: var(--navbar-height) !important;
    max-height: var(--navbar-height) !important;
}

/* top menu */

/* aside menu */
.aside-logo {
    width: 100%;
    max-width: 378px;
}

#aside {
    position: fixed;
    top: 60px;
    width: 0px;
    max-width: var(--aside-width);
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: auto;
    transition: .25s;
    z-index: 100;

    ul {
        display: flex;
        row-gap: .2rem;
        flex-direction: column;
        padding: 0;

        a {
            font-weight: bolder;
            color: var(--white);
            text-decoration: none;
            display: flex;
            column-gap: .5rem;
            padding: .4rem;
            transition: .25s;
        }

        a:hover {
            color: var(--black);
            background-color: var(--white);
            padding-left: 20px;
        }
    }
}


.sidebar-menu-background {
    background-image: linear-gradient(135deg, #FF6000 0, #FF8D00 25%, #FDC100 50%, #FF9400 75%, #FCB801 100%);
}

.comum-aside-bg {
    background-image: var(--orange-gradient) !important;
}

.dark-aside-bg {
    background-color: #131313 !important;
}

.aside-hidden {
    width: var(--aside-width) !important;
}

.margin-left {
    margin-left: var(--aside-width) !important;
}

/* aside menu */


/* colors */
.bg-orange {
    background-color: var(--orange) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.bg-blue-blueprime {
    background-color: var(--blue-blueprime) !important;
}

.btn-blue-blueprime {
    background-color: var(--blue-blueprime) !important;
    color: #fff;
}

.btn-blue-blueprime:hover {
    background-color: var(--blue-blueprime-hover) !important;
    color: #fff;
}

.text-blue-blueprime {
    color: var(--blue-blueprime) !important;
}


.bg-green-bluesun {
    background-color: var(--green) !important;
}

.text-green-bluesun {
    color: var(--green) !important;
}

.border-green-bluesun {
    border-color: var(--green) !important;
}


.text-green-greener {
    color: var(--green-greener) !important;
}

.bg-green-greener {
    background-color: var(--green-greener) !important;
}



.bg-green-whatsapp {
    background-color: var(--green-whatsapp) !important;
}

.text-green-whatsapp {
    color: var(--green-whatsapp) !important;
}


/* colors */


/* company label */
.delivery-center-border-secondary {
    border: .15em solid #6c757d !important;
}

.delivery-center-border-orange {
    border: .15em solid var(--orange) !important;
}

.bg-orange-opacity-25 {
    background-color: #ffa60046 !important;
}

/* company label */

/* comum */
.zoom-in {
    cursor: zoom-in;
}

.hidden {
    display: none !important;
}

.notification-img {
    width: 20px !important;
    height: 20px !important;
}

.fieldset-finalizar-orcamento {
    max-height: calc(100vh - 350px);
    min-height: calc(100vh - 350px);
    overflow-y: auto;
}

.chevron-transition {
    transition: .25s;
}

.fieldset-pages {
    background-color: #ffffff;
    padding: .75rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
}

.menu-button {
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    overflow: hidden;
    border: 0;
    background-color: inherit;
    font-weight: bold;
    text-align: start;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: .25s;
}

.menu-button:hover {
    padding-left: 30px;
    background-color: #bbbec0;
}

.acoes-laterais-floating {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 100;
    display: flex;
    color: #1f2937;
}

.acoes-laterais-toggle {
    display: flex;
    align-items: center;
    width: 40px;
    min-height: calc(100vh - 60px);
}

.acoes-laterais-toggle button {
    width: 40px;
    height: 40px;
    border: 0;
}

.acoes-laterais-panel {
    width: 280px;
    max-width: 280px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    transition: .25s;
}

.acoes-laterais-panel.is-hidden {
    width: 0;
    max-width: 0;
    overflow: hidden;
    box-shadow: none;
}

.acoes-laterais-header {
    padding: .75rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.acoes-laterais-body {
    min-height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
    padding: 0;
    overflow-y: auto;
    font-size: small;
}

.acoes-laterais-grupo {
    margin-bottom: .5rem;
    padding: .75rem;
}

.chevron-animation {
    transform: rotate(-180deg);
}

.mostrar-mais-button {
    font-size: 12px;
}

.white-space-break-spaces {
    white-space: break-spaces;
}

/* comum */


/* image modal */
#image-modal {
    opacity: 0;
    z-index: 1200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    /* display: flex;
    justify-content: center; */
    transition: .35s;
    cursor: zoom-out;
}

#image-modal img {
    padding: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;

}

/* image modal */

#login_page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    background-image: var(--orange-gradient);
}


#notifications {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 101;
}

#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
}

#main {
    margin-top: 60px;
    background-color: #f1f1f1;
    transition: .25s;
    padding-top: .5rem;
    max-height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    overflow-y: auto;
}


.pointer {
    cursor: pointer;
}

/* Lista de orçamentos - cards mobile */
.orcamento-mobile-list {
    display: grid;
    gap: .75rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

.orcamento-card {
    position: relative;
    display: grid;
    gap: .75rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: .875rem;
    overflow: visible;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(27, 27, 27, .06);
}

.orcamento-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    min-width: 0;
}

.orcamento-card__id {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .25rem .55rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    background: var(--blue-blueprime);
    border-radius: 6px;
}

.orcamento-card__status {
    min-width: 0;
    max-width: 65%;
    padding: .3rem .55rem;
    color: #1f5130;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
    overflow-wrap: anywhere;
    background: #e8f5ee;
    border: 1px solid #bfe3cd;
    border-radius: 6px;
}

.orcamento-card__cliente {
    color: #1b1b1b;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.orcamento-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    min-width: 0;
}

.orcamento-card__badges .badge {
    margin-right: 0 !important;
    white-space: normal;
    text-align: left;
}

.orcamento-card__values {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .5rem;
    min-width: 0;
}

.orcamento-card__values > div {
    min-width: 0;
    padding: .65rem;
    background: #f8f9fb;
    border: 1px solid #edf0f3;
    border-radius: 6px;
}

.orcamento-card__values span,
.orcamento-card__meta span {
    display: block;
    margin-bottom: .15rem;
    color: #6c757d;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.orcamento-card__values strong,
.orcamento-card__meta strong {
    display: block;
    color: #1b1b1b;
    font-size: .95rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.orcamento-card__meta {
    padding-top: .15rem;
}

.orcamento-card__details {
    padding: .6rem .7rem;
    color: #495057;
    font-size: .85rem;
    background: #f8f9fb;
    border: 1px solid #edf0f3;
    border-radius: 6px;
}

.orcamento-card__details summary {
    color: #343a40;
    font-weight: 700;
    cursor: pointer;
}

.orcamento-card__details div {
    margin-top: .45rem;
    overflow-wrap: anywhere;
}

.orcamento-card__actions {
    display: flex;
    justify-content: flex-end;
}

.orcamento-card__actions .dropdown {
    position: static;
}

.orcamento-card__actions .dropdown-menu {
    max-width: calc(100vw - 1.5rem);
    white-space: normal;
}

.orcamento-empty-state {
    padding: 1rem;
    color: #6c757d;
    text-align: center;
    background: #fff;
    border: 1px dashed #ced4da;
    border-radius: 8px;
}

/* Finalizar orçamento - ajustes mobile */
.finalizar-orcamento-page {
    min-width: 0;
}

.finalizar-orcamento-page .checkout-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.125rem;
    margin-bottom: .25rem;
    color: #1b1b1b;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(27, 27, 27, .06);
}

.finalizar-orcamento-page .checkout-hero__eyebrow {
    display: block;
    margin-bottom: .25rem;
    color: var(--blue-blueprime);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.finalizar-orcamento-page .checkout-hero h1 {
    margin: 0;
    color: #1b1b1b;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.15;
}

.finalizar-orcamento-page .checkout-hero p {
    max-width: 760px;
    margin: .35rem 0 0;
    color: #5c6670;
    line-height: 1.35;
}

.finalizar-orcamento-page .checkout-progress {
    display: grid;
    grid-template-columns: auto minmax(44px, 1fr) auto;
    align-items: center;
    min-width: 250px;
}

.finalizar-orcamento-page .checkout-progress__step {
    display: grid;
    justify-items: center;
    gap: .3rem;
    color: #6c757d;
    font-size: .78rem;
    font-weight: 700;
}

.finalizar-orcamento-page .checkout-progress__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #6c757d;
    background: #f4f6f8;
    border: 1px solid #dfe3e8;
    border-radius: 999px;
}

.finalizar-orcamento-page .checkout-progress__step.is-active,
.finalizar-orcamento-page .checkout-progress__step.is-complete {
    color: var(--blue-blueprime);
}

.finalizar-orcamento-page .checkout-progress__step.is-active span,
.finalizar-orcamento-page .checkout-progress__step.is-complete span {
    color: #fff;
    background: var(--blue-blueprime);
    border-color: var(--blue-blueprime);
}

.finalizar-orcamento-page .checkout-progress__line {
    height: 2px;
    margin-inline: .55rem;
    background: #dfe3e8;
}

.finalizar-orcamento-page legend {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.finalizar-orcamento-page .fieldset-finalizar-orcamento {
    border-color: #e7e9ee;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
}

.finalizar-orcamento-page .nav-tabs {
    gap: .25rem;
}

.finalizar-orcamento-page .nav-tabs .nav-link {
    min-height: 42px;
    white-space: normal;
    text-align: left;
}

.finalizar-orcamento-page .accordion-button {
    min-height: 44px;
    line-height: 1.25;
}

.finalizar-orcamento-page table {
    margin-bottom: 0;
}

.finalizar-orcamento-page td,
.finalizar-orcamento-page th {
    overflow-wrap: anywhere;
}

.finalizar-orcamento-page .input-group {
    min-width: 0;
}

.finalizar-orcamento-botoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
}

.finalizar-orcamento-botoes .btn {
    white-space: normal;
}

.finalizar-orcamento-confirmacao {
    padding-inline: .5rem;
    line-height: 1.35;
}

@media (min-width: 992px) {
    .finalizar-orcamento-page .fieldset-finalizar-orcamento {
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        overflow-y: auto;
    }

    .finalizar-orcamento-page #errosDiv .fieldset-finalizar-orcamento {
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    #main,
    .fieldset-pages {
        max-width: 100%;
        overflow-x: hidden;
    }

    .fieldset-pages {
        padding: .65rem;
        border-radius: 10px;
    }

    .orcamento-card__values {
        grid-template-columns: minmax(0, 1fr);
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: .25rem;
    }

    .finalizar-orcamento-page {
        margin-inline: 0;
    }

    .finalizar-orcamento-page .checkout-hero {
        grid-template-columns: minmax(0, 1fr);
        padding: .9rem;
        border-radius: 10px;
    }

    .finalizar-orcamento-page .checkout-hero h1 {
        font-size: 1.35rem;
    }

    .finalizar-orcamento-page .checkout-hero p {
        font-size: .92rem;
    }

    .finalizar-orcamento-page .checkout-progress {
        min-width: 0;
        width: 100%;
    }

    .finalizar-orcamento-page > [class*="col-"],
    .finalizar-orcamento-page .row > [class*="col-"] {
        min-width: 0;
    }

    .finalizar-orcamento-page .fieldset-finalizar-orcamento {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible;
    }

    .finalizar-orcamento-page .table-responsive {
        overflow-x: visible;
    }

    .finalizar-orcamento-page .table,
    .finalizar-orcamento-page .table thead,
    .finalizar-orcamento-page .table tbody,
    .finalizar-orcamento-page .table tr,
    .finalizar-orcamento-page .table th,
    .finalizar-orcamento-page .table td {
        display: block;
        width: 100% !important;
    }

    .finalizar-orcamento-page .table thead {
        display: none;
    }

    .finalizar-orcamento-page .table tbody {
        display: grid;
        gap: .5rem;
    }

    .finalizar-orcamento-page .table tr {
        overflow: hidden;
        background: #fff;
        border: 1px solid #e6e8ec;
        border-radius: 8px;
        box-shadow: 0 1px 4px rgba(27, 27, 27, .05);
    }

    .finalizar-orcamento-page .table td,
    .finalizar-orcamento-page .table th {
        padding: .55rem .65rem;
        border-right: 0;
        border-left: 0;
    }

    .finalizar-orcamento-page .table td:first-child,
    .finalizar-orcamento-page .table th[colspan] {
        color: #495057;
        font-size: .78rem;
        font-weight: 700;
        text-transform: uppercase;
        background: #f8f9fb;
    }

    .finalizar-orcamento-page #tableBodyListaDeComponentesOrcamento tr {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: center;
    }

    .finalizar-orcamento-page #tableBodyListaDeComponentesOrcamento td:first-child {
        grid-row: span 2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background: #fff;
        border-bottom: 0;
    }

    .finalizar-orcamento-page #tableBodyListaDeComponentesOrcamento td:nth-child(2) {
        font-weight: 600;
        background: #fff;
    }

    .finalizar-orcamento-page #tableBodyListaDeComponentesOrcamento td:nth-child(3)::before,
    .finalizar-orcamento-page #tableBodyParcelasDivParcelasFormaPagamento td:nth-child(2)::before,
    .finalizar-orcamento-page #tableBodyParcelas2DivParcelasFormaPagamento td:nth-child(2)::before {
        content: "Total: ";
        color: #6c757d;
        font-size: .76rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .finalizar-orcamento-page #tableBodyListaDeComponentesOrcamento td:nth-child(3)::before {
        content: "Quantidade: ";
    }

    .finalizar-orcamento-page #tableBodyListaRestricoesEntrega td:first-child {
        color: #1b1b1b;
        font-size: .95rem;
        text-transform: none;
        background: #fff;
    }

    .finalizar-orcamento-page #tableBodyParcelasDivParcelasFormaPagamento td:first-child,
    .finalizar-orcamento-page #tableBodyParcelas2DivParcelasFormaPagamento td:first-child {
        color: #1b1b1b;
        font-size: .95rem;
        text-transform: none;
        background: #fff;
    }

    .finalizar-orcamento-page .nav-tabs {
        border-bottom: 0;
    }

    .finalizar-orcamento-page .nav-tabs .nav-item,
    .finalizar-orcamento-page .nav-tabs .nav-link {
        width: 100%;
    }

    .finalizar-orcamento-page .tab-pane {
        border: 1px solid #dee2e6 !important;
        border-radius: 8px;
    }

    .finalizar-orcamento-page #codigo_cupom {
        flex: 1 0 100%;
        width: 100%;
    }

    .finalizar-orcamento-page #aplicarCupomButton,
    .finalizar-orcamento-page #removerCupomButton {
        flex: 1 1 calc(50% - .25rem);
        min-width: 140px;
    }

    .finalizar-orcamento-page .card-header,
    .finalizar-orcamento-page .card-body {
        padding: .75rem;
    }

    .finalizar-orcamento-botoes .btn {
        flex: 1 1 100%;
        max-width: 420px;
    }

    .finalizar-orcamento-acoes {
        position: sticky;
        bottom: 0;
        z-index: 10;
        padding: .75rem .5rem;
        margin-top: .5rem;
        background: rgba(241, 241, 241, .96);
        border-top: 1px solid #dee2e6;
        backdrop-filter: blur(6px);
    }
}

@media only screen and (max-width: 1050px) {
    #aside {
        width: 100vw;
        max-width: 100vw;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    .aside-hidden {
        width: 100% !important;
        height: 0px !important;
    }

    .fieldset-finalizar-orcamento {
        max-height: unset !important;
        min-height: unset !important;
    }
}


/* Scroll 2 */

.sc2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.sc2::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
}

.sc2::-webkit-scrollbar-thumb {
    background-color: #4b4b4b;
    border-radius: 10px;
}


.pre-analise-financiamento-financiadora-img {
    max-width: 50px;
}



/* Width Classes */
.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}


.chat-body {
    background-image: url("https://cdn.bluesundobrasil.com.br/planodefundo_whatsblue.png");
    background-size: cover;
}

@keyframes pulse-red {
    from {
        color: rgb(220, 53, 69);
    }

    to {
        color: black;
    }
}

@keyframes bg-pulse-red {
    from {
        background-color: rgba(220, 53, 69, .85);
    }

    to {
        background-color: rgba(255, 255, 255, .85);
    }
}

.animate-pulse-red {
    animation-name: pulse-red;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.animate-bg-pulse-red {
    animation-name: bg-pulse-red;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@keyframes pulse-green {
    from {
        color: #0d8f13;
    }

    to {
        color: black;
    }
}

@keyframes bg-pulse-green {
    from {
        background-color: #0d8f13;
    }

    to {
        background-color: rgba(255, 255, 255, .85);
    }
}

.animate-pulse-green {
    animation-name: pulse-green;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.animate-bg-pulse-green {
    animation-name: bg-pulse-green;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.grayscale-100 {
    filter: grayscale(100%);
}

.pointer-events-none {
    pointer-events: none;
}

.hoverable {
    position: relative;
}

.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    transition: opacity 0.3s ease;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: large;
}

.hoverable:hover .backdrop {
    opacity: 1;
}

.qrcode-background {
    background-image: url(https://cdn.bluesundobrasil.com.br/assets/boleto/qrcode.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.display-kits {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (min-width: 576px) {
    .display-kits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 768px) {
    .display-kits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1200px) {
    .display-kits {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1500px) {
    .display-kits {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1700px) {
    .display-kits {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.pre-venda-badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: rgba(255, 193, 7, 1);
    margin-left: 0.5rem;
}

.condicoes-prevenda-tooltip.tooltip.show {
    opacity: 0.95;
}

.condicoes-prevenda-tooltip>.tooltip-inner {
    background-color: dimgray;
    max-width: 500px;
    text-align: left;
}

.condicoes-prevenda-tooltip.bs-tooltip-top>.tooltip-arrow::before {
    border-top-color: dimgray !important;
}

.condicoes-prevenda-tooltip.bs-tooltip-bottom>.tooltip-arrow::before {
    border-bottom-color: dimgray !important;
}

.condicoes-prevenda-tooltip.bs-tooltip-start>.tooltip-arrow::before {
    border-left-color: dimgray !important;
}

.condicoes-prevenda-tooltip.bs-tooltip-end>.tooltip-arrow::before {
    border-right-color: dimgray !important;
}

ul.list-circle>li {
    list-style: circle;
}

.cursor-pointer {
    cursor: pointer
}

.enquete-ranking-radio {
    position: absolute;
    opacity: 0;
}

.enquete-ranking-radio:focus-visible + .enquete-ranking-radio-label {
    outline: 2px solid var(--orange);
    outline-offset: 2px;
}

.text-orange-enquete-ranking-radio-label {
    color: var(--orange);
    animation: tilt-shaking 0.3s infinite;
}

.button_sheets {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: var(--orange_sheets);
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.button_sheets:hover {
    background-color: var(--blue-blueprime-hover);
}

.data_sheet_div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}



.card-css {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    margin: 5px;
}

.card-css:hover {
    transform: translateZ(30px) scale(1.05);
}

.sheets_div {
    text-align: center;
    color: var(--blue-blueprime);
}

.input_search {
    border: 2px 10%;
}

.url_arquivo {
    text-decoration: none;
}

.url_arquivo:hover {
    color: #fff;
    text-decoration: none;
}

#alert_search {
    align-items: center;
    text-align: center;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
