:root {
    --danger: #FF3131;
}

h1 {
    font-size: 1.8rem;
}

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

.highlight-hover:hover {
    border: 1px solid var(--danger);
    /* Define a borda vermelha */
    border-radius: 4px;
    /* Mantém o raio da borda */
    display: inline-block;
    /* Necessário para aplicar a borda ao link */
    padding: 2px;
    /* Ajusta o espaçamento para acomodar a borda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Adiciona um leve sombreamento */

}

.bg-silver {
    background-color: #f2f2f2
}

.iti {
    display: block !important
}

#error-msg {
    font-size: .875rem
}

#valid-msg {
    font-size: .875rem
}

.tippy-box[data-theme=light] {
    background-color: rgba(241, 241, 241, .9254901961);
    color: #333;
    max-width: 400px;
    width: auto;
    height: auto;
    padding: 10px
}

.tippy-box[data-theme=light] img {
    max-width: 100%;
    height: auto
}

#modalChooseModel .custom-close-button {
    cursor: pointer
}

#modalChooseModel .custom-close-button:hover {
    color: red
}

#modalChooseModel .modal-body .choose-model {
    height: 100%
}

#modalChooseModel .modal-body .choose-model-menu .list-group-item {
    border: none
}

#modalChooseModel .modal-body .choose-model-menu .list-icon {
    margin-top: -3px;
    width: 25px;
    margin-right: 5px
}

#modalChooseModel .modal-body .choose-model-menu .list-group-item.active {
    border: none
}

#modalChooseModel .modal-body .choose-model-content .card {
    position: relative;
    overflow: hidden
}

#modalChooseModel .modal-body .choose-model-content .card:hover {
    filter: brightness(0.95);
    transition: filter .3s ease
}

:root {
    --secondary-light-100: #f9f9f9;
    --secondary-light-200: #F6F6F6
}

.bg-secondary-light {
    background-color: var(--secondary-light-100)
}

.bg-secondary-light-200 {
    background-color: var(--secondary-light-200)
}

.text-small {
    font-size: .7rem
}

.custom-gradient {
    background: linear-gradient(to right, #2750D6, #688BFC)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #212529 !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important
}

.swal2-large-popup {
    width: 950px !important;
    max-width: 80vw !important;
}

.section-plans .plan-header {
    background-color: #f8f9fa;
    font-weight: bold;
}

.section-plans .plan-feature {
    font-size: 1.2rem;
}

.section-plans .plan-action {
    padding-top: 1.5rem;
}

.section-plans .icon-yes {
    color: green !important;
}

.section-plans .icon-no {
    color: red;
}

/* Removendo bordas verticais */
.section-plans table {
    border-collapse: separate;
    border-spacing: 0;
}

.section-plans thead th,
.section-plans tbody td {
    border-right: none;
}

/* Bordas horizontais */
.section-plans tbody tr td {
    border-top: 1px solid #dee2e6;
}

.section-plans tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.disabled-cards {
    pointer-events: none;
    opacity: 0.6;
}

.disabled-cards .card {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #999;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    gap: 1rem;
    /* Espaço entre os cartões */
}

.scroll-item {
    flex: 0 0 auto;
    margin-right: 0.1rem;
    /* Espaço entre os itens */
}

.card-fixed-size {
    width: 400px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: #fff7cd;
    /* Cor semelhante a nota adesiva */
    border: 1px solid #ddd;
}

.note-card .clip {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 40px;
    height: 40px;
}

.note-card .clip img {
    width: 100%;
    height: auto;
}

.toast-container {
    z-index: 1050;
    /* Certifique-se de que o toast fique acima de outros elementos */
}

.select2 {
    width: 100% !important;
}

.bxSix82 {
    position: sticky;
    top: 0;
    z-index: 1000;
}

input[readonly] {
    background-color: #f2f3f5;
    opacity: 1;
    cursor: not-allowed;
}

.bg-readonly {
    background-color: #f2f3f5;
    opacity: 1;
}
