/* colors */
:root {
    --color-dark: #161616;
    --color-ocean: #416dea;
    --color-grass: #3dd28d;
    --color-snow: #FFFFFF;
    --color-salmon: #F32C52;
    --color-sun: #feee7d;
    --color-alge: #7999a9;
    --color-flower: #353866;
    --color-smoke: #e4e4e4;

    --borderRadius: 36px;

    --font-face: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.debug-1 {
    border: 1px solid #f00;
}

.debug-2 {
    border: 1px solid #0f0;
}

.debug-3 {
    border: 1px solid #00f;
}

.alert-titulo {
    position: relative;
    padding: 0.2rem 0.2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.alert-titulo-home {
    color: #ffffff;
    background-color: #0c1e35;
    border-color: #0c1e35;
}

.badge.verde {
    background-color: #025f2c;
}

.badge.vermelho {
    background-color: #ee0a0a;
}

.badge.azul {
    background-color: #1216ee;
}

.bg-black {
    background-color: #000000;
}

.bg-color-form {
    background-color: #daebff;
}

.font-color-verde {
    color: #025f2c;
}

.font-color-vermelho {
    color: #ee0a0a;
}

.font-color-cinza {
    color: #ee4a09;
}

.font-color-card {
    color: #424242;
}

.font-shadow {
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(87, 87, 87), 0 0 0.2em rgb(126, 126, 126);
    color: #5e61f1;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.tab-cel {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.layout .sidebar .user-box {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    font-size: 0.8em;
    padding: 5px 0px 5px 0px;
    border-radius: 8px;
    width: 80px;
    /*min-width: 190px; */
    margin: 0 auto;
    background-color: #162d4a;
}

.table td {
    padding: .3rem .3rem !important;
}

.fs-obs-8 p{
    font-size: 0.8rem !important;
}

.card-lance-aviso{
    background-color: #f8e325;
    color: #721c24;
    border: 1px solid #721c24;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    font-size: 0.7rem;
    text-align: justify;
}
.label {
    width: 100%;
    color: #ffffff;
    background-color: #0c1e35;
    padding: 5px;
    height: 30px;
    border-radius: 4px 4px 0 0;
}

/* button styles */
.button {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 3px 3px;
    cursor: pointer;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: var(--borderRadius);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    flex: 0 0 160px;
    box-shadow: 2px 2px 4px var(--color-smoke);
}

.button::hover {
    transition: all 150ms linear;
    opacity: .85;
}

.button::active {
    transition: all 150ms linear;
    opacity: .75;
}

.button::focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}


.button.-regular {
    color: #202129;
    background-color: #f2f2f2;

    &:hover {
        color: #202129;
        background-color: #e1e2e2;
        opacity: 1;
    }

    &:active {
        background-color: #d5d6d6;
        opacity: 1;
    }
}

.button.-dark {
    color: var(--color-snow);
    background: var(--color-dark);

    &:focus {
        outline: 1px dotted white;
        outline-offset: -4px;
    }
}

.button.-green {
    color: var(--color-snow);
    background: var(--color-grass);
}

.button.-blue {
    color: var(--color-snow);
    background: var(--color-ocean);
}

.button.-salmon {
    color: var(--color-snow);
    background: var(--color-salmon);
}

.button.-sun {
    color: #f15c5c;
    background: var(--color-sun);
}

.button.-alge {
    color: #e7ff20;
    background: var(--color-alge);
}

.button.-flower {
    color: #FE8CDF;
    background: var(--color-flower);
}


.valor {
    text-align: right;
}

.table tbody tr:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.limita-texto {
    text-overflow: ellipsis;
}

.btn {
    font-weight: 400 !important;
    line-height: 1.5 !important;
    /* width: 4.5rem !important; */
    height: 28px !important;
    padding: .0rem .6rem !important;
    font-size: 1rem !important;
    margin-left: 1px;
}

/* .btn-lance{    
    font-weight: 400 !important;
    line-height: 1.5 !important;
    width: 270px !important;
    height: 28px !important;
    padding: .0rem .6rem !important;
    font-size: 1rem !important;
    margin-left: 1px;    
    border-radius: 5px;
    background-color: #1216ee;
    color: #ffffff;
    border-color: #ffffff;
    cursor: pointer;
}

.btn-lance:hover{    
    background-color: #4548f7;
    color: #ffffff;
    border-color: #ffffff;
    cursor: pointer;

} */

/* Estilo Básico do Botão */
/* Variáveis CSS para cores e transição */
:root {
    --azul-principal: #007bff;
    /* Azul forte para o estado normal */
    --azul-hover-pressionado: #66b0ff;
    /* Azul mais fraco para hover e pressionado */
    --tempo-transicao: 0.2s;
}

.btn-lance {
    background-color: var(--azul-principal);
    color: white;
    /* Cor do texto */
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    /* Transição para suavizar todas as mudanças */
    transition: background-color var(--tempo-transicao),
        transform var(--tempo-transicao),
        box-shadow var(--tempo-transicao);
    /* Sombra leve para dar profundidade (opcional) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Efeito Hover: cor mais fraca */
.btn-lance:hover {
    background-color: var(--azul-hover-pressionado);
    /* Sombra um pouco maior no hover (opcional) */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Efeito Pressionado (Estado :active) */
.btn-lance:active {
    background-color: var(--azul-hover-pressionado);
    /* Mantém a cor mais fraca */
    /* Move o botão 'para baixo' no eixo Y e o escala um pouco */
    transform: translateY(2px) scale(0.98);
    /* Remove a sombra para dar a impressão de que foi pressionado na superfície */
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.font-weight-5 {
    font-weight: 500 !important
}

.font-weight-6 {
    font-weight: 600 !important
}

.font-weight-7 {
    font-weight: 700 !important
}

/* carrossel */
.owl-carousel.owl-servicos .owl-servicos-box .owl-servicos-img {
    padding: 15px;
    display: block;
    border: 1px solid #e1e1e1
}

.owl-carousel.owl-servicos .owl-servicos-box .owl-servicos-img img {
    transition: all .25s ease;
    width: 100%
}

.owl-carousel.owl-servicos .owl-servicos-box .owl-servicos-btn {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    transition: transform .25s ease, color .25s ease-in-out;
    color: #151515
}

.owl-carousel.owl-servicos .owl-servicos-box .owl-servicos-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% - 44px);
    height: 80%;
    border: 2px solid transparent;
    border-bottom-color: inherit;
    transform: translate3d(-50%, -50%, 0);
    transition: width .25s ease, height .25s ease
}

/* carrosel botoes */
.owl-carousel.owl-botoes .owl-botoes-box .owl-botoes-img {
    padding: 15px;
    display: block;
    border: 1px solid #e1e1e1
}

.owl-carousel.owl-botoes .owl-botoes-box .owl-botoes-img img {
    transition: all .25s ease;
    width: 100%
}

.owl-carousel.owl-botoes .owl-botoes-box .owl-botoes-btn {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    transition: transform .25s ease, color .25s ease-in-out;
    color: #151515
}

.owl-carousel.owl-botoes .owl-botoes-box .owl-botoes-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% - 44px);
    height: 80%;
    border: 2px solid transparent;
    border-bottom-color: inherit;
    transform: translate3d(-50%, -50%, 0);
    transition: width .25s ease, height .25s ease
}

.botoes-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    width: 100% !important;
    padding: 5px 10px 15px 10px;
}

.ic-home {
    display: none;
}

.ic-home a {
    align-items: center;
    color: rgb(15, 61, 214);
}

@media (max-width: 576px) {
    .ic-home {
        display: flex;
    }

}

@media (min-width: 992px) {
    .owl-carousel.owl-servicos .owl-servicos-box:hover .owl-servicos-img {
        border-color: transparent
    }

    .owl-carousel.owl-servicos .owl-servicos-box:hover .owl-servicos-img img {
        transform: scale(1.1)
    }

    .owl-carousel.owl-servicos .owl-servicos-box:hover .owl-servicos-btn {
        transform: translate3d(0, 10px, 0);
        color: #8ec858
    }

    .owl-carousel.owl-servicos .owl-servicos-box:hover .owl-servicos-btn::before {
        width: 100%;
        height: 100%;
        border-color: inherit;
        transition: border-color .3s ease-in-out, width .25s ease, height .25s ease
    }

    .owl-carousel.owl-servicos .owl-servicos-box:hover .owl-servicos-btn:hover {
        color: #151515
    }
}

.text-left {
    text-align: left !important;
}

.slider-home {
    border-left: solid 1px #959595;
    border-right: solid 1px #959595;
}

.slider-home div {
    border-bottom: solid 1px #959595;
}

.menu-admin {
    background-color: #10b2e3 !important;
}

.titulo-adm {
    text-align: center;
    background-color: #1216ee;
    color: #ffffff;
}

.index-text {
    color: #1216ee;
}

.fw-6 {
    font-weight: 600;
}

/* mqi */
.mqi:before {
    position: fixed;
    z-index: 9999999999999;
    pointer-events: none;
    padding: 3px 5px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .4);
    font-family: arial
}

.mqi.mqi-top-right:before {
    left: auto;
    right: 0
}

.mqi.mqi-bottom-left:before {
    top: auto;
    bottom: 0
}

.mqi.mqi-bottom-right:before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.pb-80 {
    padding-bottom: 80px;
}

.layout.fixed-sidebar .sidebar~.layout {
    height: 1470px !important;
    overflow: auto !important;
}

.foto-item {
    width: 50% !important;
}

@media(min-width: 576px) and (max-width:767px) {
    .mqi:before {
        content: 'sm'
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .mqi:before {
        content: 'md'
    }

    .ic-md {
        max-width: 260px;
        height: 160px;
    }

    .text-md-right {
        text-align: end !important;
    }

    .text-md-left {
        text-align: start !important;
    }

    .foto-item {
        width: 100% !important;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .mqi:before {
        content: 'lg'
    }

    .ic-lg {
        max-width: 200px;
        height: 130px;
    }

    .text-md-right {
        text-align: end !important;
    }

    .text-md-left {
        text-align: start !important;
    }
}

@media(min-width: 1200px) {
    .mqi:before {
        content: 'xl'
    }

    .ic-lg {
        max-width: 350px;
        height: 138px;
    }

    .text-md-right {
        text-align: end !important;
    }

    .text-md-left {
        text-align: start !important;
    }

}

/* apaortir do md */
@media(min-width: 768px) {
    .pb-md-20 {
        padding-bottom: 20px;
    }

    .layout.fixed-sidebar .sidebar~.layout {
        height: 100% !important;
        overflow: auto !important;
    }
}

@media(max-width: 575px) {
    .mqi:before {
        content: 'xs'
    }
}

#relogio {
    font-size: 1rem;
    font-weight: 600;
    color: #f33;
    text-align: center;
    margin-top: 0px;
}

.relogio {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(27, 27, 234);
    text-align: center;
    margin-top: 0px;
}

/* item */
.cab-item {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 0.7rem;
    text-align: center;
    font-weight: 600;
    padding: 5px;
}

.ft-item {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 600;
}

.font-lable {
    color: #00f;
    font-weight: 700;
}

.font-azul {
    color: #00f;
}

.fw-7 {
    font-weight: 700;
}

.aguardando {
    color: rgb(3, 26, 235);
}

.andamento {
    color: rgb(6, 173, 6);
}

.encerrado {
    color: #f00;
}

.item-conteudo {
    background-color: #ffffff;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
}

.sucata {
    background-color: #f00;
    color: #fff;
    border-radius: 10px;
    padding: 3px 0 3px 0;
    text-align: center;
}

.horario {
    height: 26px;
    padding: 3px 0 3px 0;
}

.border-item {
    border-radius: 10px;
}

.image-container {
    /* overflow: hidden; */
    /* Corta o excesso de imagem */
    /* position: relative; */
    display: inline-block;
    /* margin: 10px; */
    align-items: center;
    display: flex;
    flex-direction: column;
}

/* Ajuste das imagens */
.image-container img {
    width: 80%;
    /* Faz a largura ocupar todo o container */
    height: 95%;
    object-fit: cover;
    object-position: center;
}

.ul-menu {
    border-left: solid 8px #00f;
}

.input-size {
    width: 100%;
    max-width: 100%;
}

.youtube {
    border: 2px solid #e37e7e !important;
    border-radius: 10px;
    background-color: #f3e9e9;
}

.form-label {
    font-weight: 600;
}

.entre {
    position: relative;
    top: 4px;
    right: 20px;
}

.entre a {
    color: #1216ee;
    font-weight: 600;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.welcome {
    color: #1216ee !important;
    font-weight: 600 !important;
}

.dropdown-menu {
    font-size: 0.8rem !important;
}

.dropdown-item {
    padding: 0 0.80rem !important;
}

::placeholder {
    color: #d5d2d2 !important;
    font-style: italic;
}

/* campo senha */
.password-wrapper {
    position: relative;
}

.password-wrapper input {
    padding-right: 40px;
    /* espaço pro ícone não ficar em cima do texto */
}

.password-wrapper .toggle-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: #6c757d;
    /* cor padrão bootstrap */
    font-size: 1.2rem;
}

.text-orange {
    color: #fd7e14 !important;
}

.bt {
    width: 100%;
    border-radius: 5px;
    font-size: 0.7rem;
    padding: 3px 5px;
    display: flex;
    justify-content: center;
}

.bt-liberar {
    background-color: rgb(3, 117, 3);
    color: #fff;
}

.bt-block {
    background-color: rgb(219, 24, 24);
    color: #fff;
}

.bt-editar {
    background-color: rgb(190, 186, 186);
    color: #000;
}

.bt-lance {
    background-color: #66da38;
}

.form-control {
    padding: .20rem .75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
}

.form-select {
    padding: .20rem .75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
}

.form-label {
    margin-bottom: 0.3rem !important;
    font-size: 0.8rem !important;
    color: #4d4c4c !important;
    font-weight: 400 !important;
}

.label-edital {
    display: flex;
    justify-content: space-between;
}

.label-edital a {
    color: #0000ff;
}

.dz-image img {
    object-fit: contain !important;
}

.btn-foto {
    border: solid 1px #202129;
    border-radius: 3px;
    font-size: 0.8rem !important;
}

.btn-foto:hover {
    border: solid 1px #202129;
    border-radius: 3px;
    color: #fff;
    background-color: #202129;
}

.item-bloco {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    overflow: hidden;
}

.campo {
    flex: 1 1 200px;
    padding: .75rem;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

.campo:last-child {
    border-right: none;
}

.item-label {
    font-weight: 600;
    color: #495057;
    display: block;
    margin-bottom: .25rem;
}

.acoes i {
    cursor: pointer;
    font-size: 1.3rem;
    margin: 0 .4rem;
    transition: transform 0.2s;
}

.acoes i:hover {
    transform: scale(1.2);
}

/* Zebra style */
tbody tr:nth-child(odd) td {
    background-color: #f8f9fa;
    /* cinza claro */
}

tbody tr:nth-child(even) td {
    background-color: #ffffff;
    /* branco */
}

.tabelarelatorios th:nth-child(1),
.tabelarelatorios td:nth-child(1) {
    width: 200px;
}

.soma {
    font-style: italic;
    font-weight: 700;
    background-color: red;
    padding: 2px 5px;
    color: #ffffff;
}

.martelada {
    width: 110px;
    margin-left: 10px;
    border-radius: 5px;
}

.btn-martelada {
    background-color: red !important;
    color: #fff !important;
}

.lista-lances {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    font-family: Arial, sans-serif;

    /* 👇 ADICIONADO PARA SCROLL */
    max-height: 650px;
    /* ajuste a altura como quiser */
    overflow-y: auto;
    scrollbar-width: thin;
}

.card-lance {
    background: #f5f7fa;
    border-left: 5px solid #4a90e2;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-linha-superior {
    font-size: 12px;
    color: #555;
}

.card-linha-inferior {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    display: flex;
    justify-content: space-between;
}

.card-lance-martelada {
    background: #ee0505;
    border-left: 5px solid #4a90e2;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-linha-superior-martelada {
    font-size: 12px;
    color: #ffffff;
}

.card-linha-inferior-martelada {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.valor {
    color: #1b7f27;
}

/* Estiliza a barra de rolagem no Chrome/Edge */
.lista-lances::-webkit-scrollbar {
    width: 6px;
}

.lista-lances::-webkit-scrollbar-thumb {
    background: #c0c4c8;
    border-radius: 3px;
}

/** Tooltips*/
.tooltip-claro .tooltip-inner {
    background-color: #f8f9fa;
    /* fundo claro */
    color: #333;
    /* texto escuro */
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.tooltip-claro .tooltip-arrow::before {
    border-right-color: #f8f9fa !important;
    /* seta clara */
}

.tooltip-card .tooltip-inner {
    background: white;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.tooltip-card .tooltip-arrow::before {
    border-right-color: white !important;
}

.tooltip-azul .tooltip-inner {
    background-color: #e7f1ff;
    color: #004085;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px;
}

.tooltip-azul .tooltip-arrow::before {
    border-right-color: #e7f1ff !important;
}

.dz-desc{
    font-weight: 700 !important;
}

.title{
    font-size: 2rem;
    color: #666565;
}


.card-custom {
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .descricao {
      padding: 20px;
      background: #f8f9fa;
      border-radius: 8px;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .thumb-img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      border-radius: 8px;
      transition: 0.3s;
      cursor: pointer;
    }

    .thumb-img:hover {
      transform: scale(1.05);
    }

    .card-footer {
      text-align: center;
      font-size: 14px;
      background: transparent;
      border-top: none;
      margin-top: 40px;
      font-weight: 600;
    }

    .card-footer a{
        color: #0000ff;
    }