.day-sucess {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10px;
    color: #fff;
    vertical-align: middle;
    background-color: #419e20;
    width: 1.75em;
    height: 1.75em;
    border-radius: 5px
}

.day-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10px;
    color: #fff;
    vertical-align: middle;
    background-color: #ff8040;
    width: 1.75em;
    height: 1.75em;
    border-radius: 5px
}

.calContainer {
    display: block;
}

.hidden-info {
    display: none;
    /* background-color: #6c757d; */
    background-color: black;
    opacity: 0.8;
    color: white;
    padding: 10px;
    position: absolute;
    z-index: 1501; /* Se le un zindex alto para que el div se superponga a cualquier elemento. Se pone 1501 porque se confirma que el zindex 1500 es el mas alto  */
    text-align: left;
    border: 1px solid #0a0005;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);*/
}

.zabuto-calendar > thead {
    background: white;
}

.zabuto-calendar > thead > tr > td > span {
    color: white;
}

.zabuto-calendar__days-of-week > th {
    color: #9aaec1;
}

.zabuto-calendar__days-of-week {
    position: relative;
    padding-bottom: 1px;
    line-height: 2;
}

.zabuto-calendar__day {
	position: relative;
    top: 1.5em;
}

.zabuto-calendar__days-of-week::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9aaec1;
}

.zabuto-calendar__navigation {
    position: relative;
    padding-bottom: 1px;
}

.zabuto-calendar__navigation::before {
   /* content: "";*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0079ac;
}

.day-sucess:hover .hidden-info {
    display: block;
}

.day-sucess a {
    color: white;
}

.zabuto-calendar__week--first {
    margin-top: 20px;
}

.zabuto-calendar {
    height: 200px;
}

div.zabuto_calendar {
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 300px;
}

div.zabuto_calendar .table {
    border: none;
    overflow: hidden;
    margin-bottom: 20px;
    height: 305px;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    color: #0079ac;
    background-color: #fff;
    padding: 2px;
    border-top: 0;
    border-bottom: 2px solid #0079ac;
    height: 25px;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    padding-bottom: 0;
}

div.zabuto_calendar .table tr.calendar-dow-header {
    color: #9aaec1;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background: #fff;
    padding-top: 10px;
    border: none;
    font-weight: 300;
    border-bottom: 1px solid #b2b2b2;
    height: 25px;
}

div.zabuto_calendar .table td {
    border-top: none;
    color: #5d7892;
    padding: 0 2px;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: none;
}

div.zabuto_calendar .table tr.calendar-dow-header + tr.calendar-dow td {
    padding-top: 15px;
}

div.zabuto_calendar .table tr td.event {
    position: relative;
}

div.zabuto_calendar .table tr td.event div.day {
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 auto;
    margin-top: 2px;
    line-height: 25px;
}

.highlighted, .icon--highlighted, div.zabuto_calendar .table tr td.event div.day {
    background: #419e20;
    color: #fff;
    border-radius: 5px;
}

/* ICONOS (INICIO) */

.icon {
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    width: 1.5em;
    height: 1.5em;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon--rounded {
}

.icon.bordered {
    border: 1px solid #000;
}

.background_orange {
    background: #ff8040;
}

/* Estilo para la sección Plan.calendarioPlanGestion */
.has-background-grey h2.is-blue {
    background-color: #3275b5; /* Azul */
    display: inline-block;
    padding: 10px;
    margin-right: 10px; /* Ajusta el margen derecho según sea necesario */
    color: white; /* Texto blanco */
}

/* Estilo para los iconos junto con las etiquetas */
.has-background-grey .list-inline .list-inline-item {
    margin-right: 15px; /* Espacio entre los elementos */
}

/* ICONOS (FIN) */