.calendario .calendar-view-pager {
    margin-top: 50px;
    list-style: none;
}

.calendario .pager__item.pager__current {
    display: none;
}

.calendario .pager__item a {
    font-size: 16px;
}

.calendario .pager__item.pager__previous a::before {
    content: '<< ';
    white-space: pre;
}

.calendario .pager__item.pager__next a::after {
    content: ' >>';
    white-space: pre;
}

.calendario caption {
    color: #76777A;
    font-family: 'WorkSans-Regular';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    text-transform: uppercase;
}


.calendario .form--inline.form-inline.clearfix {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.calendario .control-label {
    color: #00665F;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.calendario .view-filters.form-group {
    margin-bottom: 50px;
}

.calendario .select-wrapper {
    width: 300px;
}

.calendario .button.js-form-submit.form-submit.btn-default.btn,
.calendario .button.js-form-submit.form-submit.btn-primary.btn.icon-before {
    border: none !important;
    border-radius: 30px;
    background: #A8D42E !important;
    color: #142749 !important;
    text-align: center !important;
    font-family: 'WorkSans-Regular' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    width: 170px;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 9px 16px 9px 16px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.calendario .button.js-form-submit.form-submit.btn-default.btn::after {
    content: var(--rigth-arrow-blue);
    height: 24px;
    width: 24px;
}

.calendario .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-aggregated-field.js-form-item-aggregated-field.form-group {
    display: flex;
    flex-direction: column;
}

.calendario .form-text.form-control {
    border-radius: 6px;
    border: 1px solid #76777A;
    width: 100%;
    height: 33px;
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.calendario tr,
.calendario td {
    background: transparent !important;
    border: none !important;

}



.calendario th {
    color: #76777A;
    font-family: 'WorkSans-Regular';
    background: transparent !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none !important;

}

.calendario .calendar-view-table .calendar-view-day__row {
    border: none;
    background: transparent;
}

.calendario .table-striped>tbody>tr:nth-child(2n+1)>td,
.calendario .table-striped>tbody>tr:nth-child(2n+1)>th,
.calendario .table-hover>tbody>tr:hover>* {
    --bs-table-bg-type: transparent !important;
    --bs-table-bg-state: transparent !important;
}

.calendario .calendar-view-table .calendar-view-day__number {
    color: white;
    font-family: 'WorkSans-Regular';
    background: #00665F;
    padding: 7px 0px;
    height: 1.5rem;
}

.calendario .today,
.calendario td:hover {
    background: #00665F !important;
}


.calendario td.past:hover {
    opacity: 0.8;
}

.calendario td:hover {}


.calendario .today .calendar-view-day__number,
.calendario td:hover .calendar-view-day__number {
    color: #00665F !important;
    background: white !important;
}

.calendario .today a,
.calendario .today time,
.calendario .today div,
.calendario td:hover a,
.calendario td:hover time,
.calendario td:hover div {
    color: white;
}