:root{
    /*paleta de colores Lucero Alvarez */ 
    --primary: #bb946a;  /* //cafe lucero ----- el color de su icono  */
    --secondary: #8ca454;  /* verde claro  */
    --secondary_hover: #68763a;
    --tertiary:#555c6c; /*  azul grisaceo */
    --tertiary_hover: #4a4a4e; 
    
    --azul_claro: #bfdff2;  
    --verde_opaco: #595d46;  
    --verde_obscuro: #2b330b;
    --verde_obscuro_opaco: #373628;
    --gris_verdoso:#82857c; 
    --cafe_oscuro:#45362e ; 
    --perla: #afb1aa; 


    --manos: #F1D2A8; 
    --manos-sombre: #F2BD8A; 

}

.tippy-box[data-theme~='weeding'] {
    background-color: #2b330b;
    color: #ffffff;
}
.invoiceButton{
    color: white !important;
    background: var(--secondary);
}
.badgee {
    padding: 0.4em 0.4em;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badgee-status {
    color: #ffffff !important;
    background-color: var(--secondary_hover);
}


table.dataTable tr.group-start{background-color:rgba(140,164,84,0.39);font-weight:700}
.hrc {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 7px;
    border-top: 3.5px solid rgb(140 164 84 / 61%);
    border-radius: 75px;
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}
.accordion > .accordion-item{
    background-color: transparent;
    border: none !important; 
}

.collapse .nav-link{
    color: var(--secondary_hover) !important;
    text-transform: uppercase !important;
}

.badge-folio{
    background-color: var(--secondary);
}

.badge-folio:hover{
    background-color: var(--secondary_hover);
    color: #ffffff; 
}

div .info{
    background-color: var(--primary); 
    border-radius: 5px;
    padding: 3px 8px; 
    font-weight: bold;
}

strong {
    font-weight: 500; 
}


@media (min-width: 768px) {
    .modal-xl {
     width: 90%;
     max-width:1300px;
    }
  }





.fc-toolbar-title {
    margin-top: 0.5rem;
    text-transform: capitalize;
}
.fc-dayGridMonth-button {
    border-radius: 4px 0 0 4px !important;
}
.fc-timeGridWeek-button {
    margin-left: 8px !important;
    border-radius: 0 0 0 0 !important;
}
.fc-listWeek-button {
    margin-left: 8px !important;
    border-radius: 0 4px 4px 0 !important;
}
.fc-button {
    color: #A0A0A0 !important;
    padding: 4px 8px !important;
}
.fc-button-primary {
    background-image: none;
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #A0A0A0 !important;
}
.fc-button-active {
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: #A0A0A0 !important;
    color: white !important;
}
.fc button, .fc table, body .fc {
    font-size: 1.25rem;
}
.fc-prev-button {
    padding: 0 0.25rem !important;
}
.fc-next-button {
    padding: 0 0.25rem !important;
    margin-left: 8px !important;
}
.fc-today-button {
    margin-left: 8px !important;
}
.fc-view-container div table {
    border: none;
    border-collapse: collapse;
}
/* .fc td, .fc th {
 border: none;
} */
.fc th {
    text-align: end;
    color: #A0A0A0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem;
}
.fc-day-header {
    border-bottom: 1px solid #DDD !important;
}
.fc-day-number {
    color: black;
    font-size: 1.5rem;
}
/* .fc-bg table tbody tr:first-child td {
    border-top: 1px solid #DDD;
}
.fc-bg table tbody tr:last-child td {
    border-bottom: none;
}
.fc-bg table tbody tr td:first-child {
    border-left: none;
}
.fc-bg table tbody tr td:last-child {
    border-right: none;
}
.fc-bg table tbody tr td {
    border: 1px solid #DDD;
} */
.fc-time-grid .fc-slats .fc-minor td {
    border-top: 1px dotted #DDD;
}
.fc-today {
    background-color: #F5F5F5 !important;
}
.fc th {
    text-align: end !important;
}
.fc-col-header-cell-cushion {
    text-decoration: none !important;
    color: #A0A0A0;
}
.fc-daygrid-day-number {
    text-decoration: none !important;
    color: #000;
}
.fc-list-day-text, .fc-list-day-side-text {
    text-decoration: none;
    color: #A0A0A0;
}
.fc-daygrid-more-link {
    color: #A0A0A0;
    text-decoration-color: #A0A0A0;
}

@media (min-width: 992px) {
    .fc button, .fc table, body .fc {
        font-size: 1rem;
    }
    .fc th {
        font-size: 1rem;
    }
    .fc-day-number {
        font-size: 1rem;
    }
    .fc button .fc-icon {
        top: -0.05em !important;
    }
    .fc-button {
        padding: 8px 13px !important;
    }
}