@charset "UTF-8";
:root {
  --fc-small-font-size: .85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: #fff;
  --fc-neutral-text-color: grey;
  --fc-border-color: #ddd;
  --fc-button-text-color: #fff;
  --fc-button-bg-color: #C2241E;
  --fc-button-border-color: #C2241E;
  --fc-button-hover-bg-color: RGBA(226, 134, 132, 1.00);
  --fc-button-hover-border-color: RGBA(226, 134, 132, 1.00);
  --fc-button-active-bg-color: RGBA(226, 134, 132, 1.00);
  --fc-button-active-border-color: RGBA(226, 134, 132, 1.00);
  --fc-event-bg-color: #F2994A;
  --fc-event-border-color: #F2994A;
  --fc-event-text-color: #fff;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, .25);
  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: hsla(0, 0%, 84%, .3);
  --fc-bg-event-color: #8fdf82;
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, .3);
  --fc-today-bg-color: rgba(106, 103, 89, .18);
  --fc-now-indicator-color: #f00ff0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body.page-template-page-agendadiocesana {
  margin-bottom: 65px;
}
body.page-template-page-agendadiocesana #shortcuts-head,
body.page-template-page-agendadiocesana .wp-calendar-title {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body.page-template-page-agendadiocesana header {
    display: none !important;
  }
  body.page-template-page-agendadiocesana #pg-1662831-1 {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

section.agenda-diocesana-area {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  /*
   * Select2 v4 Bootstrap 5 theme v1.3.0
  */
  /* /vis mobile ***/
  /* WIDGET MINIMAL ***************** */
  /* WIDGET ************************* */
  /* /WIDGET ************************* */
  /* ulteriori personalizzazioni fullcalendar */
}
section.agenda-diocesana-area .container-ad-title,
section.agenda-diocesana-area .container-ad-title h3 {
  color: var(--primary-text, #303030);
  font-family: "Noto Sans";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 20px !important;
}
section.agenda-diocesana-area .mobile-filters,
section.agenda-diocesana-area .active-search-filters.mobile-filters {
  display: none !important;
}
section.agenda-diocesana-area .category-label {
  width: 100%;
}
section.agenda-diocesana-area .selection-tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: white;
  min-width: 1020px;
}
section.agenda-diocesana-area .selection-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  border-bottom: 2px solid white;
  padding: 6px 8px;
  transition: 0.3s;
  font-weight: 700;
}
section.agenda-diocesana-area .selection-tab button:hover {
  opacity: 0.6;
}
section.agenda-diocesana-area .selection-tab button.on {
  color: #C2241E;
  border-bottom: 2px solid #C2241E;
}
section.agenda-diocesana-area .selection-tabcontent {
  display: none;
  gap: 10px;
}
section.agenda-diocesana-area .selection-tabcontent.on {
  display: flex;
}
section.agenda-diocesana-area .selection-tabcontent .sideimage {
  width: calc(100% - 310px);
  background: #f0f0f0;
  height: 350px;
}
section.agenda-diocesana-area .selection-tabcontent .sidecopy {
  width: 300px;
}
section.agenda-diocesana-area .selection-tabcontent textarea {
  width: 100%;
  min-height: 200px;
  font-size: 14px;
  background-color: white;
  border: 0px solid #505050;
  border-bottom: 2px solid;
  border-radius: 0;
  font-family: monospace;
  padding: 5px;
  /* border-radius: 5px; */
  margin-top: 5px;
  color: #908f8f;
  font-weight: 700;
}
section.agenda-diocesana-area .ad-button-primary {
  color: #fff;
  margin: 2px;
  border: 0;
  padding: 5px 10px;
  width: 100%;
  border-radius: 6px;
  background-color: #C2241E;
  border-color: #C2241E;
}
section.agenda-diocesana-area .ad-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}
section.agenda-diocesana-area .ad-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #C2241E;
  background-color: var(--fc-button-bg-color, #C2241E);
  border-color: #C2241E;
  border-color: var(--fc-button-border-color, #C2241E);
}
section.agenda-diocesana-area .ad-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
section.agenda-diocesana-area .ad-button-primary:not(:disabled).ad-button-active,
section.agenda-diocesana-area .ad-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}
section.agenda-diocesana-area .ad-button-primary:not(:disabled).ad-button-active:focus,
section.agenda-diocesana-area .ad-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
section.agenda-diocesana-area .select2-container--default {
  min-width: 100%;
}
section.agenda-diocesana-area .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #C2241E;
  border: 1px solid #C2241E;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 2.5px;
  margin-top: 2.5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  line-height: 15px;
}
section.agenda-diocesana-area .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #C2241E;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  padding-top: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
section.agenda-diocesana-area .select2-container--default .select2-results__option--group {
  padding: 0;
}
section.agenda-diocesana-area .select2-container--default .select2-results__option--disabled {
  color: red;
}
section.agenda-diocesana-area .select2-container--default .select2-results__option--selected {
  background-color: #fcfcfc;
  color: #656565;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='0.5' width='14' height='14' rx='1.5' stroke='%23E6E6E6'/%3E%3Cpath d='M6.06836 12.7656L1.20508 7.90234C0.912109 7.60938 0.912109 7.11133 1.20508 6.81836L2.25977 5.76367C2.55273 5.4707 3.02148 5.4707 3.31445 5.76367L6.625 9.04492L13.6562 2.01367C13.9492 1.7207 14.418 1.7207 14.7109 2.01367L15.7656 3.06836C16.0586 3.36133 16.0586 3.85938 15.7656 4.15234L7.15234 12.7656C6.85938 13.0586 6.36133 13.0586 6.06836 12.7656Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
  padding-left: 26px !important;
  background-repeat: no-repeat;
  background-position: left 3px center;
}
section.agenda-diocesana-area .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:not(.select2-results__option--selected),
section.agenda-diocesana-area .select2-container--default .select2-results__option.select2-results__option--selectable:not(.select2-results__option--selected) {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='1.5' stroke='%23E6E6E6'/%3E%3C/svg%3E%0A");
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left 3px center;
  background-size: 15px;
}
section.agenda-diocesana-area .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
section.agenda-diocesana-area .select2-container--default .select2-results__option {
  padding: 6px;
  font-size: 12px;
}
section.agenda-diocesana-area .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 0px;
  padding-right: 5px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 10.5px;
}
section.agenda-diocesana-area .select2-container--default.select2-container--focus .select2-selection, section.agenda-diocesana-area .select2-container--default.select2-container--open .select2-selection {
  border-color: #C2241E;
  box-shadow: 0 0 0 0.25rem rgba(194, 36, 30, 0.25);
}
section.agenda-diocesana-area .select2-container--default .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
section.agenda-diocesana-area .select2-container--default .select2-selection {
  width: 100%;
  /*    min-height: calc(1.5em + 0.75rem + 2px); fabio was here */
  /* padding: 0.375rem 0.75rem; */
  padding: 0.1rem 0.25rem;
  /* padding-bottom: 0.45rem; */
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.agenda-diocesana-area .select2-container--default .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
section.agenda-diocesana-area .select2-container--default textarea::placeholder {
  font-size: 12.5px;
}
section.agenda-diocesana-area .select2-container--default .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 50px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  section.agenda-diocesana-area .select2-container--default .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
section.agenda-diocesana-area .select2-container--default .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #C2241E;
  box-shadow: 0 0 0 0.25rem rgba(194, 36, 30, 0.25);
}
section.agenda-diocesana-area .select2-container--default .select2-search--inline .select2-search__field {
  vertical-align: top;
}
section.agenda-diocesana-area .select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
    background-color: #fff;
  }
  50% {
    transform: scale(1.8);
    background-color: #efefef;
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
section.agenda-diocesana-area .zoomed {
  animation: zoomEffect 1.1s ease-in-out;
  border-radius: 25px;
}
section.agenda-diocesana-area .select2-container--agendadiocesana {
  display: block;
  min-width: 100%;
}
section.agenda-diocesana-area select + .select2-container--agendadiocesana {
  z-index: 1;
}
section.agenda-diocesana-area .select2-container--agendadiocesana *:focus {
  outline: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  /* font-size: 1rem; */
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection {
    transition: none;
  }
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--focus .select2-selection,
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--open .select2-selection {
  border-color: #C2241E;
  box-shadow: 0 0 0 0.25rem rgba(194, 36, 30, 0.25);
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-search {
  width: 100%;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-search--inline .select2-search__field {
  vertical-align: top;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  transform: translateY(-50%);
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear:hover,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear > span,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana + .select2-container--agendadiocesana {
  z-index: 1056;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  color: #212529;
  background-color: #fff;
  border-color: #C2241E;
  border-radius: 0.25rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #C2241E;
  box-shadow: 0 0 0 0.25rem rgba(194, 36, 30, 0.25);
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: RGBA(216, 110, 111, 1);
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 12px;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled .select2-selection,
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty),
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search,
section.agenda-diocesana-area .select2-container--agendadiocesana.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}
section.agenda-diocesana-area .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--agendadiocesana .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.agenda-diocesana-area .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--agendadiocesana .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.agenda-diocesana-area .input-group > .input-group-text ~ .select2-container--agendadiocesana .select2-selection,
section.agenda-diocesana-area .input-group > .btn ~ .select2-container--agendadiocesana .select2-selection,
section.agenda-diocesana-area .input-group > .dropdown-menu ~ .select2-container--agendadiocesana .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .input-group .select2-container--agendadiocesana {
  flex-grow: 1;
}
section.agenda-diocesana-area .input-group .select2-container--agendadiocesana .select2-selection {
  height: 100%;
}
section.agenda-diocesana-area .is-valid + .select2-container--agendadiocesana .select2-selection,
section.agenda-diocesana-area .was-validated select:valid + .select2-container--agendadiocesana .select2-selection {
  border-color: #198754;
}
section.agenda-diocesana-area .is-valid + .select2-container--agendadiocesana.select2-container--focus .select2-selection,
section.agenda-diocesana-area .is-valid + .select2-container--agendadiocesana.select2-container--open .select2-selection,
section.agenda-diocesana-area .was-validated select:valid + .select2-container--agendadiocesana.select2-container--focus .select2-selection,
section.agenda-diocesana-area .was-validated select:valid + .select2-container--agendadiocesana.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
section.agenda-diocesana-area .is-valid + .select2-container--agendadiocesana.select2-container--open.select2-container--below .select2-selection,
section.agenda-diocesana-area .was-validated select:valid + .select2-container--agendadiocesana.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}
section.agenda-diocesana-area .is-valid + .select2-container--agendadiocesana.select2-container--open.select2-container--above .select2-selection,
section.agenda-diocesana-area .was-validated select:valid + .select2-container--agendadiocesana.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .is-invalid + .select2-container--agendadiocesana .select2-selection,
section.agenda-diocesana-area .was-validated select:invalid + .select2-container--agendadiocesana .select2-selection {
  border-color: #dc3545;
}
section.agenda-diocesana-area .is-invalid + .select2-container--agendadiocesana.select2-container--focus .select2-selection,
section.agenda-diocesana-area .is-invalid + .select2-container--agendadiocesana.select2-container--open .select2-selection,
section.agenda-diocesana-area .was-validated select:invalid + .select2-container--agendadiocesana.select2-container--focus .select2-selection,
section.agenda-diocesana-area .was-validated select:invalid + .select2-container--agendadiocesana.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
section.agenda-diocesana-area .is-invalid + .select2-container--agendadiocesana.select2-container--open.select2-container--below .select2-selection,
section.agenda-diocesana-area .was-validated select:invalid + .select2-container--agendadiocesana.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}
section.agenda-diocesana-area .is-invalid + .select2-container--agendadiocesana.select2-container--open.select2-container--above .select2-selection,
section.agenda-diocesana-area .was-validated select:invalid + .select2-container--agendadiocesana.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--single .select2-selection__clear,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--single .select2-selection__clear:hover,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--single .select2-search,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--single .select2-search .select2-search__field,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-search,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--single .select2-selection__clear,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--single .select2-selection__clear:hover,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--single .select2-search,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--single .select2-search .select2-search__field,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-search,
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .select2-container--agendadiocesana .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear,
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear:hover,
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--single .select2-search,
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--single .select2-search .select2-search__field,
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-search,
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown {
  border-radius: 0.2rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-sm ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear,
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--single .select2-selection__clear:hover,
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--single .select2-search,
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--single .select2-search .select2-search__field,
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-search,
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown {
  border-radius: 0.3rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
section.agenda-diocesana-area .form-select-lg ~ .select2-container--agendadiocesana .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}
section.agenda-diocesana-area .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0px;
}
section.agenda-diocesana-area.load-events::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1000;
}
section.agenda-diocesana-area .fc-not-allowed,
section.agenda-diocesana-area .fc-not-allowed .fc-event {
  cursor: not-allowed;
}
section.agenda-diocesana-area .fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
section.agenda-diocesana-area .fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
section.agenda-diocesana-area .fc,
section.agenda-diocesana-area .fc *,
section.agenda-diocesana-area .fc :after,
section.agenda-diocesana-area .fc :before {
  box-sizing: border-box;
}
section.agenda-diocesana-area .fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
section.agenda-diocesana-area .fc th {
  text-align: center;
}
section.agenda-diocesana-area .fc td,
section.agenda-diocesana-area .fc th {
  vertical-align: top;
  padding: 0;
}
section.agenda-diocesana-area .fc a {
  color: black;
  text-decoration: none;
}
section.agenda-diocesana-area .fc a[data-navlink] {
  cursor: pointer;
}
section.agenda-diocesana-area .fc a[data-navlink]:hover {
  text-decoration: underline;
}
section.agenda-diocesana-area .fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
section.agenda-diocesana-area .fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
section.agenda-diocesana-area .fc-theme-standard td,
section.agenda-diocesana-area .fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
section.agenda-diocesana-area .fc-liquid-hack td,
section.agenda-diocesana-area .fc-liquid-hack th {
  position: relative;
}
@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal;
}
section.agenda-diocesana-area .fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.agenda-diocesana-area .fc-icon-chevron-left:before {
  content: "\e900";
}
section.agenda-diocesana-area .fc-icon-chevron-right:before {
  content: "\e901";
}
section.agenda-diocesana-area .fc-icon-chevrons-left:before {
  content: "\e902";
}
section.agenda-diocesana-area .fc-icon-chevrons-right:before {
  content: "\e903";
}
section.agenda-diocesana-area .fc-icon-minus-square:before {
  content: "\e904";
}
section.agenda-diocesana-area .fc-icon-plus-square:before {
  content: "\e905";
}
section.agenda-diocesana-area .fc-icon-x:before {
  content: "\e906";
}
section.agenda-diocesana-area .fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
section.agenda-diocesana-area .fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
section.agenda-diocesana-area .fc .fc-button {
  -webkit-appearance: button;
}
section.agenda-diocesana-area .fc .fc-button:not(:disabled) {
  cursor: pointer;
}
section.agenda-diocesana-area .fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
section.agenda-diocesana-area .fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 8px;
}
section.agenda-diocesana-area .fc .fc-button:hover {
  text-decoration: none;
}
section.agenda-diocesana-area .fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
section.agenda-diocesana-area .fc .fc-button:disabled {
  opacity: 0.65;
}
section.agenda-diocesana-area .fc .fc-button-primary {
  color: #fff;
  margin: 2px;
  background-color: #C2241E;
  border-color: #C2241E;
}
section.agenda-diocesana-area .fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}
section.agenda-diocesana-area .fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #C2241E;
  background-color: var(--fc-button-bg-color, #C2241E);
  border-color: #C2241E;
  border-color: var(--fc-button-border-color, #C2241E);
}
section.agenda-diocesana-area .fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
section.agenda-diocesana-area .fc .fc-button-primary:not(:disabled).fc-button-active,
section.agenda-diocesana-area .fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}
section.agenda-diocesana-area .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
section.agenda-diocesana-area .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
section.agenda-diocesana-area .fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
section.agenda-diocesana-area .fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
section.agenda-diocesana-area .fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
section.agenda-diocesana-area .fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}
section.agenda-diocesana-area .fc .fc-button-group > .fc-button.fc-button-active,
section.agenda-diocesana-area .fc .fc-button-group > .fc-button:active,
section.agenda-diocesana-area .fc .fc-button-group > .fc-button:focus {
  z-index: 1;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section.agenda-diocesana-area .fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.agenda-diocesana-area .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
section.agenda-diocesana-area .fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
section.agenda-diocesana-area .fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
  text-transform: capitalize;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}
section.agenda-diocesana-area .fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
section.agenda-diocesana-area .fc .fc-scroller-liquid {
  height: 100%;
}
section.agenda-diocesana-area .fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
section.agenda-diocesana-area .fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
section.agenda-diocesana-area .fc .fc-scroller-harness-liquid {
  height: 100%;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}
section.agenda-diocesana-area .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
section.agenda-diocesana-area .fc .fc-scrollgrid,
section.agenda-diocesana-area .fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}
section.agenda-diocesana-area .fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
section.agenda-diocesana-area .fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-liquid {
  height: 100%;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section {
  height: 1px;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section > td {
  height: 1px;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section table {
  height: 1px;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section-footer > *,
section.agenda-diocesana-area .fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section-body table,
section.agenda-diocesana-area .fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}
section.agenda-diocesana-area .fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}
section.agenda-diocesana-area .fc-sticky {
  position: sticky;
}
section.agenda-diocesana-area .fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}
section.agenda-diocesana-area .fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.agenda-diocesana-area .fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}
section.agenda-diocesana-area .fc .fc-bg-event,
section.agenda-diocesana-area .fc .fc-highlight,
section.agenda-diocesana-area .fc .fc-non-business {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.agenda-diocesana-area .fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}
section.agenda-diocesana-area .fc .fc-bg-event {
  background: #8fdf82;
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}
section.agenda-diocesana-area .fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}
section.agenda-diocesana-area .fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}
section.agenda-diocesana-area .fc .fc-cell-shaded,
section.agenda-diocesana-area .fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
section.agenda-diocesana-area a.fc-event,
section.agenda-diocesana-area a.fc-event:hover {
  cursor: pointer;
  text-decoration: none;
}
section.agenda-diocesana-area .fc-event.fc-event-draggable,
section.agenda-diocesana-area .fc-event[href] {
  cursor: pointer;
}
section.agenda-diocesana-area .fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}
section.agenda-diocesana-area .fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}
section.agenda-diocesana-area .fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
section.agenda-diocesana-area .fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}
section.agenda-diocesana-area .fc-event-selected .fc-event-resizer,
section.agenda-diocesana-area .fc-event:hover .fc-event-resizer {
  display: block;
}
section.agenda-diocesana-area .fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
section.agenda-diocesana-area .fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
section.agenda-diocesana-area .fc-event-selected,
section.agenda-diocesana-area .fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
section.agenda-diocesana-area .fc-event-selected:before,
section.agenda-diocesana-area .fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.agenda-diocesana-area .fc-event-selected:after,
section.agenda-diocesana-area .fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
section.agenda-diocesana-area .fc-h-event {
  display: block;
  border: 1px solid #F2994A;
  background-color: #F2994A;
}
section.agenda-diocesana-area .fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}
section.agenda-diocesana-area .fc-h-event .fc-event-main-frame {
  display: flex;
}
section.agenda-diocesana-area .fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}
section.agenda-diocesana-area .fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
section.agenda-diocesana-area .fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}
section.agenda-diocesana-area .fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
section.agenda-diocesana-area .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
section.agenda-diocesana-area .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
section.agenda-diocesana-area .fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
section.agenda-diocesana-area .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
section.agenda-diocesana-area .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
section.agenda-diocesana-area .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
section.agenda-diocesana-area .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
section.agenda-diocesana-area .fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
section.agenda-diocesana-area .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
section.agenda-diocesana-area .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
section.agenda-diocesana-area .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
section.agenda-diocesana-area .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
section.agenda-diocesana-area .fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
section.agenda-diocesana-area .fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}
section.agenda-diocesana-area .fc .fc-popover-title {
  margin: 0 2px;
}
section.agenda-diocesana-area .fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
section.agenda-diocesana-area .fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
section.agenda-diocesana-area .fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
section.agenda-diocesana-area .fc-daygrid-day-events:before,
section.agenda-diocesana-area .fc-daygrid-day-frame:before,
section.agenda-diocesana-area .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}
section.agenda-diocesana-area .fc-daygrid-day-events:after,
section.agenda-diocesana-area .fc-daygrid-day-frame:after,
section.agenda-diocesana-area .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}
section.agenda-diocesana-area .fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}
section.agenda-diocesana-area .fc .fc-daygrid-day.fc-day-today {
  /*  background-color: rgba(255, 220, 40, .15); */
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  /*      background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' id='meteor-icon-kit__solid-circle' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z' fill='%23FCE0E0'/%3E%3C/svg%3E");
  */
}
section.agenda-diocesana-area .fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}
section.agenda-diocesana-area .fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-events {
  margin-top: 1px;
}
section.agenda-diocesana-area .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}
section.agenda-diocesana-area .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}
section.agenda-diocesana-area .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}
section.agenda-diocesana-area .fc .fc-daygrid-event-harness {
  position: relative;
}
section.agenda-diocesana-area .fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.agenda-diocesana-area .fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}
section.agenda-diocesana-area .fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}
section.agenda-diocesana-area .fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}
section.agenda-diocesana-area .fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}
section.agenda-diocesana-area .fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
section.agenda-diocesana-area .fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: grey;
  color: var(--fc-neutral-text-color, grey);
}
section.agenda-diocesana-area .fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-daygrid-event.fc-event-start,
section.agenda-diocesana-area .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-daygrid-event.fc-event-end,
section.agenda-diocesana-area .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}
section.agenda-diocesana-area .fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}
section.agenda-diocesana-area .fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}
section.agenda-diocesana-area .fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}
section.agenda-diocesana-area .fc-daygrid-block-event .fc-event-time,
section.agenda-diocesana-area .fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}
section.agenda-diocesana-area .fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
section.agenda-diocesana-area .fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}
section.agenda-diocesana-area .fc-daygrid-dot-event.fc-event-mirror,
section.agenda-diocesana-area .fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}
section.agenda-diocesana-area .fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
section.agenda-diocesana-area .fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #F2994A;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}
section.agenda-diocesana-area .fc-v-event {
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}
section.agenda-diocesana-area .fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}
section.agenda-diocesana-area .fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.agenda-diocesana-area .fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
section.agenda-diocesana-area .fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
section.agenda-diocesana-area .fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}
section.agenda-diocesana-area .fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.agenda-diocesana-area .fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.agenda-diocesana-area .fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}
section.agenda-diocesana-area .fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}
section.agenda-diocesana-area .fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}
section.agenda-diocesana-area .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}
section.agenda-diocesana-area .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
section.agenda-diocesana-area .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
section.agenda-diocesana-area .fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
section.agenda-diocesana-area .fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
section.agenda-diocesana-area .fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
section.agenda-diocesana-area .fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}
section.agenda-diocesana-area .fc .fc-timegrid-divider {
  padding: 0 0 2px;
}
section.agenda-diocesana-area .fc .fc-timegrid-body {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
section.agenda-diocesana-area .fc .fc-timegrid-axis-chunk {
  position: relative;
}
section.agenda-diocesana-area .fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
}
section.agenda-diocesana-area .fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}
section.agenda-diocesana-area .fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}
section.agenda-diocesana-area .fc .fc-timegrid-slot:empty:before {
  content: " ";
}
section.agenda-diocesana-area .fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}
section.agenda-diocesana-area .fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}
section.agenda-diocesana-area .fc .fc-timegrid-slot-label {
  vertical-align: middle;
}
section.agenda-diocesana-area .fc .fc-timegrid-axis-cushion,
section.agenda-diocesana-area .fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}
section.agenda-diocesana-area .fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}
section.agenda-diocesana-area .fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.agenda-diocesana-area .fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}
section.agenda-diocesana-area .fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.agenda-diocesana-area .fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}
section.agenda-diocesana-area .fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}
section.agenda-diocesana-area .fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.agenda-diocesana-area .fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.agenda-diocesana-area .fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}
section.agenda-diocesana-area .fc-media-screen .fc-timegrid-col-bg,
section.agenda-diocesana-area .fc-media-screen .fc-timegrid-col-events,
section.agenda-diocesana-area .fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.agenda-diocesana-area .fc .fc-timegrid-col-bg {
  z-index: 2;
}
section.agenda-diocesana-area .fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}
section.agenda-diocesana-area .fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}
section.agenda-diocesana-area .fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}
section.agenda-diocesana-area .fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}
section.agenda-diocesana-area .fc .fc-timegrid-col-events {
  z-index: 3;
}
section.agenda-diocesana-area .fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}
section.agenda-diocesana-area .fc-timegrid-event-harness {
  position: absolute;
}
section.agenda-diocesana-area .fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.agenda-diocesana-area .fc-timegrid-event-harness-inset .fc-timegrid-event,
section.agenda-diocesana-area .fc-timegrid-event.fc-event-mirror,
section.agenda-diocesana-area .fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}
section.agenda-diocesana-area .fc-timegrid-event,
section.agenda-diocesana-area .fc-timegrid-more-link {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}
section.agenda-diocesana-area .fc-timegrid-event {
  margin-bottom: 1px;
}
section.agenda-diocesana-area .fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}
section.agenda-diocesana-area .fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}
section.agenda-diocesana-area .fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}
section.agenda-diocesana-area .fc-timegrid-event-short .fc-event-time:after {
  content: " - ";
}
section.agenda-diocesana-area .fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}
section.agenda-diocesana-area .fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
}
section.agenda-diocesana-area .fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}
section.agenda-diocesana-area .fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}
section.agenda-diocesana-area .fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}
section.agenda-diocesana-area .fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
section.agenda-diocesana-area .fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}
section.agenda-diocesana-area .fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.agenda-diocesana-area .fc .fc-list-empty-cushion {
  margin: 5em 0;
}
section.agenda-diocesana-area .fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}
section.agenda-diocesana-area .fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}
section.agenda-diocesana-area .fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}
section.agenda-diocesana-area .fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}
section.agenda-diocesana-area .fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}
section.agenda-diocesana-area .fc .fc-list-table th {
  padding: 0;
}
section.agenda-diocesana-area .fc .fc-list-day-cushion,
section.agenda-diocesana-area .fc .fc-list-table td {
  padding: 8px 14px;
}
section.agenda-diocesana-area .fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}
section.agenda-diocesana-area .fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
section.agenda-diocesana-area .fc-direction-ltr .fc-list-day-text,
section.agenda-diocesana-area .fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-list-day-side-text,
section.agenda-diocesana-area .fc-direction-rtl .fc-list-day-text {
  float: right;
}
section.agenda-diocesana-area .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}
section.agenda-diocesana-area .fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}
section.agenda-diocesana-area .fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}
section.agenda-diocesana-area .fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}
section.agenda-diocesana-area .fc .fc-list-event-graphic,
section.agenda-diocesana-area .fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
section.agenda-diocesana-area .fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}
section.agenda-diocesana-area .fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}
section.agenda-diocesana-area .fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}
section.agenda-diocesana-area .fc-theme-bootstrap a:not([href]) {
  color: inherit;
}
section.agenda-diocesana-area .fc-theme-bootstrap5 a:not([href]) {
  color: inherit;
  text-decoration: inherit;
}
section.agenda-diocesana-area .fc-theme-bootstrap5 .fc-list,
section.agenda-diocesana-area .fc-theme-bootstrap5 .fc-scrollgrid,
section.agenda-diocesana-area .fc-theme-bootstrap5 td,
section.agenda-diocesana-area .fc-theme-bootstrap5 th {
  border: 1px solid var(--bs-gray-400);
}
section.agenda-diocesana-area .fc-theme-bootstrap5 .fc-scrollgrid {
  border-right-width: 0;
  border-bottom-width: 0;
}
section.agenda-diocesana-area .fc-theme-bootstrap5-shaded {
  background-color: var(--bs-gray-200);
}
section.agenda-diocesana-area .modal-overlay {
  display: none;
  display: block;
}
section.agenda-diocesana-area .modal-overlay.on {
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
section.agenda-diocesana-area .modalz {
  position: fixed;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  background-color: white;
  border-radius: 8px;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
section.agenda-diocesana-area .modalz h4 {
  font-weight: bold;
}
section.agenda-diocesana-area .modalz .inner-modal {
  position: relative;
  padding: 1.5rem;
}
section.agenda-diocesana-area .modalz button.close {
  position: absolute;
  top: 0rem;
  right: 0.5rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6f6f6f;
}
section.agenda-diocesana-area .modal-on {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
  animation: appear 0.5s;
}
section.agenda-diocesana-area .calendar-area {
  flex-grow: 1;
}
section.agenda-diocesana-area .side-calendar {
  max-width: 230px;
  width: 230px;
}
section.agenda-diocesana-area .side-calendar .form-spacer,
section.agenda-diocesana-area .side-calendar h4,
section.agenda-diocesana-area .side-calendar .container-fields,
section.agenda-diocesana-area .side-calendar .as-fc {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
section.agenda-diocesana-area .side-calendar .form-spacer.forced-spacer,
section.agenda-diocesana-area .side-calendar h4.forced-spacer,
section.agenda-diocesana-area .side-calendar .container-fields.forced-spacer,
section.agenda-diocesana-area .side-calendar .as-fc.forced-spacer {
  /* padding-left: calc(1rem + 2px);
  padding-right: calc(1rem + 2px); */
}
section.agenda-diocesana-area .side-calendar .form-spacer.forced-spacer .select2.select2-container,
section.agenda-diocesana-area .side-calendar h4.forced-spacer .select2.select2-container,
section.agenda-diocesana-area .side-calendar .container-fields.forced-spacer .select2.select2-container,
section.agenda-diocesana-area .side-calendar .as-fc.forced-spacer .select2.select2-container {
  max-width: 100%;
}
section.agenda-diocesana-area .side-calendar .form-separator {
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
section.agenda-diocesana-area .side-calendar .form-switch.form-check-reverse {
  margin: 0 1rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
section.agenda-diocesana-area .side-calendar .card-calendar {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  margin-bottom: 2.5rem;
  padding: 1rem 0;
}
section.agenda-diocesana-area .side-calendar h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 23.8px !important;
  text-align: left;
  margin-bottom: 10px;
}
section.agenda-diocesana-area .side-calendar h4.with-button {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.agenda-diocesana-area .calendar-area .result-set {
  display: none;
}
section.agenda-diocesana-area .calendar-area .result-set.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 25px;
  background: white;
  z-index: 10;
  overflow-y: scroll;
}
section.agenda-diocesana-area .calendar-area .result-set.active .active-search-filters {
  display: flex;
}
section.agenda-diocesana-area .calendar-area .result-set.active .active-search-filters .word-search {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.agenda-diocesana-area .apply-filters-container {
    display: none;
  }
  section.agenda-diocesana-area .fc-toolbar-title {
    font-size: 24.5px;
    font-weight: 300;
    line-height: 31.85px;
    text-align: left;
  }
  section.agenda-diocesana-area .calendar-area {
    border-top: 3px solid #C2241E;
    padding: 1.2rem 1rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  }
  section.agenda-diocesana-area .hide-on-desktop {
    display: none !important;
  }
  section.agenda-diocesana-area .hide-on-mobile {
    display: inherit;
  }
  section.agenda-diocesana-area .open-filters {
    display: none;
  }
}
section.agenda-diocesana-area.small-container-width {
  /* border: 1px dashed red; */
  padding: 0;
  position: relative;
  padding-bottom: 55px;
}
section.agenda-diocesana-area.small-container-width .fc-toolbar-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}
section.agenda-diocesana-area.small-container-width .fc .fc-toolbar {
  height: 40px;
}
section.agenda-diocesana-area.small-container-width .calendar-area {
  border-top: 0px;
  padding: 0px;
  box-shadow: none;
}
section.agenda-diocesana-area.small-container-width .hide-on-desktop {
  display: inherit;
}
section.agenda-diocesana-area.small-container-width .hide-on-mobile {
  display: none !important;
}
section.agenda-diocesana-area.small-container-width .main-calendar .fc-scrollgrid.fc-scrollgrid-liquid {
  border: 0 !important;
}
section.agenda-diocesana-area.small-container-width .fc-listDay-view .fc-list-day-cushion.fc-cell-shaded {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
section.agenda-diocesana-area.small-container-width .fc-daygrid-day-events {
  display: none;
}
section.agenda-diocesana-area.small-container-width .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
section.agenda-diocesana-area.small-container-width .fc-day-today {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='190px' height='190px' viewBox='0 0 190 190' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23FFFFFF'%3E%3Cpath d='M190,0 L190,190 L0,190 L0,0 L190,0 Z M95,25 C56.3400675,25 25,56.3400675 25,95 C25,133.659932 56.3400675,165 95,165 C133.659932,165 165,133.659932 165,95 C165,56.3400675 133.659932,25 95,25 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
section.agenda-diocesana-area.small-container-width .ad-active,
section.agenda-diocesana-area.small-container-width .ad-active.fc-day-today {
  position: relative;
}
section.agenda-diocesana-area.small-container-width .ad-active:before,
section.agenda-diocesana-area.small-container-width .ad-active.fc-day-today:before {
  position: absolute;
  top: 4px;
  left: 4px;
  /* left: calc(50% - 2px); */
  content: "";
  background: red;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
}
section.agenda-diocesana-area.small-container-width .ad-active .fc-daygrid-day-number,
section.agenda-diocesana-area.small-container-width .ad-active.fc-day-today .fc-daygrid-day-number {
  color: white;
  font-weight: bold;
}
section.agenda-diocesana-area.small-container-width .has-appointment:not(.ad-active) {
  position: relative;
}
section.agenda-diocesana-area.small-container-width .has-appointment:not(.ad-active):before {
  position: absolute;
  top: 4px;
  left: calc(50% - 2px);
  content: "";
  background: RGBA(169, 169, 169, 1);
  width: 4px;
  height: 4px;
  border-radius: 2px;
}
section.agenda-diocesana-area.small-container-width th.fc-col-header-cel div.fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
  text-transform: uppercase;
}
section.agenda-diocesana-area.small-container-width .fc-today-button,
section.agenda-diocesana-area.small-container-width .fc-dayGridMonth-button,
section.agenda-diocesana-area.small-container-width .fc-listMonth-button {
  display: none !important;
}
section.agenda-diocesana-area.small-container-width .fc-toolbar-chunk .fc-button-group {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  top: 0;
  left: 0;
  gap: 20%;
}
section.agenda-diocesana-area.small-container-width .fc-toolbar-chunk .fc-button-group .fc-button-primary {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #C2241E;
}
section.agenda-diocesana-area.small-container-width body:after {
  content: "";
  display: block;
  height: 59px;
  width: 100%;
}
section.agenda-diocesana-area.small-container-width .side-filters:not(.show-side) {
  display: none;
}
section.agenda-diocesana-area.small-container-width .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
section.agenda-diocesana-area.small-container-width .fc-theme-standard th,
section.agenda-diocesana-area.small-container-width .fc-theme-standard td {
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  section.agenda-diocesana-area {
    /*
        .fc-day-today {
            background-image: $circle_in_a_square;
            background-size: cover;
            background-repeat: repeat;
            background-position: center center;
        }
    */
  }
  section.agenda-diocesana-area .import-calendar-modal,
  section.agenda-diocesana-area .embed-calendar-modal {
    min-height: 250px;
  }
  section.agenda-diocesana-area .import-calendar-modal .import-buttons,
  section.agenda-diocesana-area .embed-calendar-modal .import-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  section.agenda-diocesana-area .modalz {
    top: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    bottom: 10px;
    overflow: visible;
    transition: transform 0.3s ease-in-out;
    transform: none !important;
  }
  section.agenda-diocesana-area .fc .fc-daygrid-day.fc-day-today {
    position: relative;
  }
  section.agenda-diocesana-area .fc .fc-daygrid-day.fc-day-today:before {
    position: absolute;
    content: "";
    background: #F2994A;
    width: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
    height: 38px;
    border-radius: 50%;
  }
  section.agenda-diocesana-area .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number, section.agenda-diocesana-area .fc .fc-daygrid-day.fc-day-today.fc-daygrid-day-number {
    color: white !important;
  }
  section.agenda-diocesana-area .fc-printCale-button,
  section.agenda-diocesana-area .fc-downloadMonthIcs-button {
    display: none !important;
  }
  section.agenda-diocesana-area .apply-filters-container {
    display: block;
  }
  section.agenda-diocesana-area .mobile-filters {
    display: block !important;
    padding: 0 !important;
  }
  section.agenda-diocesana-area .mobile-filters .filters-on.on {
    max-width: 80vw;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: wrap;
    margin: 0 !important;
    min-height: 30px;
    height: auto !important;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  section.agenda-diocesana-area .active-search-filters .filters-on.on {
    max-width: 80vw;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  section.agenda-diocesana-area .container.container-agenda-diocesana {
    padding: 0 !important;
  }
  section.agenda-diocesana-area .fc .fc-daygrid-day-number {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: rgb(48, 48, 48);
  }
  section.agenda-diocesana-area .calendar-area .main-calendar {
    min-height: 380px;
  }
  section.agenda-diocesana-area .share-buttons {
    flex-direction: column;
  }
  section.agenda-diocesana-area .hide-on-desktop {
    display: inherit;
  }
  section.agenda-diocesana-area .hide-on-mobile {
    display: none !important;
  }
  section.agenda-diocesana-area .main-calendar .fc-scrollgrid.fc-scrollgrid-liquid {
    border: 0 !important;
  }
  section.agenda-diocesana-area .fc-listDay-view .fc-list-day-cushion.fc-cell-shaded {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  section.agenda-diocesana-area .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
  }
  section.agenda-diocesana-area .fc .fc-toolbar-title {
    font-weight: 700;
    font-size: 16px;
    height: 46px;
    display: flex;
    align-items: center;
  }
  section.agenda-diocesana-area thead .fc-col-header-cell-cushion {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: rgba(102, 102, 102, 0.5);
  }
  section.agenda-diocesana-area .fc-daygrid-day-events {
    display: none;
  }
  section.agenda-diocesana-area .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  aspect-ratio: 1 / 1; */
  }
  section.agenda-diocesana-area .fc-day-today {
    background-color: transparent !important;
  }
  section.agenda-diocesana-area .ad-active,
  section.agenda-diocesana-area .ad-active.fc-day-today {
    /*  background-color: $orange !important;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-image: $circle_in_a_square; */
    position: relative;
    aspect-ratio: 1;
    color: white;
    font-weight: bold;
  }
  section.agenda-diocesana-area .ad-active a,
  section.agenda-diocesana-area .ad-active.fc-day-today a {
    color: white;
  }
  section.agenda-diocesana-area .ad-active:before,
  section.agenda-diocesana-area .ad-active.fc-day-today:before {
    /*
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    background: orange;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50%;  */
    /*      position: absolute;
    top: 5px;
     left: 4px;

     content: "";
     background: orange;
     width: calc(45px - 8px);
     height: calc(45px - 8px);
     border-radius: 50%; */
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid #C2241E;
    width: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
    height: 38px;
    border-radius: 50%;
  }
  section.agenda-diocesana-area .ad-active .fc-daygrid-day-number,
  section.agenda-diocesana-area .ad-active.fc-daygrid-day-number {
    color: #C2241E !important;
  }
  section.agenda-diocesana-area .has-appointment:not(.ad-active) {
    position: relative;
  }
  section.agenda-diocesana-area .has-appointment:not(.ad-active):before {
    position: absolute;
    top: 4px;
    left: calc(50% - 2px);
    content: "";
    background: RGBA(169, 169, 169, 1);
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  section.agenda-diocesana-area th.fc-col-header-cel div.fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion {
    text-transform: uppercase !important;
  }
  section.agenda-diocesana-area .open-filters {
    position: fixed;
    height: 65px;
    left: 0;
    border: 0;
    right: 0;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background-color: #C2241E;
    border-color: #C2241E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  section.agenda-diocesana-area .fc-today-button,
  section.agenda-diocesana-area .fc-dayGridMonth-button,
  section.agenda-diocesana-area .fc-listMonth-button {
    display: none !important;
  }
  section.agenda-diocesana-area .fc-toolbar-chunk .fc-button-group {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 0;
    left: 0;
    gap: 20%;
  }
  section.agenda-diocesana-area .fc-toolbar-chunk .fc-button-group .fc-button-primary {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #C2241E;
  }
  section.agenda-diocesana-area body:after {
    content: "";
    display: block;
    height: 59px;
    width: 100%;
  }
  section.agenda-diocesana-area .side-filters:not(.show-side) {
    display: none;
  }
  section.agenda-diocesana-area .side-filters.show-side {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    /* height: 100vh; */
    min-height: 100vh;
    z-index: 11;
    overflow-y: scroll;
    padding: 1rem;
    padding-top: 2rem;
  }
  section.agenda-diocesana-area .side-filters.show-side .close-filters {
    position: absolute;
    top: 10px;
    left: 1rem;
    z-index: 2;
    border: 0;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 12.5;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5293 12.9414L7.88477 13.5859C7.5918 13.8496 7.15234 13.8496 6.88867 13.5859L1.20508 7.87305C0.912109 7.60938 0.912109 7.16992 1.20508 6.90625L6.88867 1.19336C7.15234 0.929688 7.62109 0.929688 7.88477 1.19336L8.5293 1.83789C8.82227 2.13086 8.79297 2.57031 8.5293 2.86328L4.98438 6.20312H13.4219C13.8027 6.20312 14.125 6.52539 14.125 6.90625V7.84375C14.125 8.25391 13.8027 8.54688 13.4219 8.54688H4.98438L8.5293 11.916C8.79297 12.209 8.82227 12.6484 8.5293 12.9414Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
  }
  section.agenda-diocesana-area .side-filters.show-side .form-spacer,
  section.agenda-diocesana-area .side-filters.show-side h4,
  section.agenda-diocesana-area .side-filters.show-side .container-fields,
  section.agenda-diocesana-area .side-filters.show-side .as-fc {
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section.agenda-diocesana-area .side-filters.show-side .form-separator {
    width: 100%;
    display: block;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    margin-bottom: 1rem;
  }
  section.agenda-diocesana-area .side-filters.show-side .form-switch.form-check-reverse {
    margin: 0 1rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  section.agenda-diocesana-area .side-filters.show-side .card-calendar {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    margin-bottom: 1.2rem;
    padding: 1rem 0;
  }
  section.agenda-diocesana-area .side-filters.show-side h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.8px;
    text-align: left;
    margin-bottom: 1rem;
  }
  section.agenda-diocesana-area .side-filters.show-side h4.with-button {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*
    a {
        border: 0;
        background: white;
        font-family: inherit;
        font-size: 10px;
        font-weight: 600;
        line-height: 20.23px;
        text-align: left;
        color: #666;
        display: flex;
        gap: 3px;

        &:after {
            content: "";
            width: 14px;
            height: 16px;
            display: inline-flex;
            background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M11.25 11.1875C11.25 10.6895 11.6602 10.25 12.1875 10.25C12.6855 10.25 13.125 10.6895 13.125 11.1875V13.0625C13.125 14.6445 11.8652 15.875 10.3125 15.875H2.8125C1.23047 15.875 0 14.6445 0 13.0625V11.1875C0 10.6895 0.410156 10.25 0.9375 10.25C1.43555 10.25 1.875 10.6895 1.875 11.1875V13.0625C1.875 13.5898 2.28516 14 2.8125 14H10.3125C10.8105 14 11.25 13.5898 11.25 13.0625V11.1875ZM5.88867 1.16797C6.24023 0.787109 6.85547 0.787109 7.20703 1.16797L10.957 4.91797C11.3379 5.26953 11.3379 5.88477 10.957 6.23633C10.6055 6.61719 9.99023 6.61719 9.63867 6.23633L7.5 4.09766V10.25C7.5 10.7773 7.06055 11.1875 6.5625 11.1875C6.03516 11.1875 5.625 10.7773 5.625 10.25V4.09766L3.45703 6.23633C3.10547 6.61719 2.49023 6.61719 2.13867 6.23633C1.75781 5.88477 1.75781 5.26953 2.13867 4.91797L5.88867 1.16797Z' fill='%23666666'/%3E%3C/svg%3E%0A");
        }

    } */
  }
  section.agenda-diocesana-area .fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  section.agenda-diocesana-area .fc-theme-standard th,
  section.agenda-diocesana-area .fc-theme-standard td {
    border: 0 !important;
  }
}
section.agenda-diocesana-area .list-calendar td.container-event {
  padding: 0;
  margin-bottom: 1rem;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event {
  border: 1px solid #E6E6E6;
  border-radius: 9px;
  padding: 1rem 0;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .long-event-dates {
  display: none;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #C2241E;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-diocesan {
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-diocesan .event-diocesan-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #F2994A;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-header {
  display: flex;
  gap: 25px;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-info {
  border-top: 1px solid #E6E6E6;
  display: flex;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 0;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-details {
  display: flex;
  gap: 20px;
  padding-bottom: 1.5rem;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #303030;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-address {
  padding-left: 25px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1.5C6.41361 1.5 3.75 3.41098 3.75 6.75C3.75 7.48861 4.05959 8.42852 4.60351 9.47897C5.139 10.5131 5.86159 11.5793 6.59761 12.55C7.33166 13.518 8.06752 14.3759 8.62075 14.9925C8.75996 15.1477 8.88737 15.2873 9 15.4093C9.11263 15.2873 9.24004 15.1477 9.37925 14.9925C9.93248 14.3759 10.6683 13.518 11.4024 12.55C12.1384 11.5793 12.861 10.5131 13.3965 9.47897C13.9404 8.42852 14.25 7.48861 14.25 6.75C14.25 3.41098 11.5864 1.5 9 1.5ZM9 16.5C8.46639 17.027 8.46629 17.0269 8.46616 17.0268L8.46078 17.0213L8.44662 17.0069C8.4344 16.9944 8.41666 16.9762 8.39377 16.9526C8.348 16.9053 8.28161 16.8362 8.19755 16.7474C8.02948 16.5699 7.79051 16.3133 7.50425 15.9942C6.93248 15.3569 6.16834 14.4664 5.40239 13.4563C4.63841 12.4488 3.861 11.3072 3.27149 10.1687C2.69041 9.04648 2.25 7.84889 2.25 6.75C2.25 2.43902 5.73639 0 9 0C12.2636 0 15.75 2.43902 15.75 6.75C15.75 7.84889 15.3096 9.04648 14.7285 10.1687C14.139 11.3072 13.3616 12.4488 12.5976 13.4563C11.8317 14.4664 11.0675 15.3569 10.4957 15.9942C10.2095 16.3133 9.97052 16.5699 9.80245 16.7474C9.71839 16.8362 9.652 16.9053 9.60623 16.9526C9.58334 16.9762 9.5656 16.9944 9.55338 17.0069L9.53922 17.0213L9.5342 17.0264C9.53408 17.0266 9.53361 17.027 9 16.5ZM9 16.5L9.53361 17.027C9.3927 17.1697 9.20053 17.25 9 17.25C8.79947 17.25 8.60707 17.1695 8.46616 17.0268L9 16.5Z' fill='%23C2241E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 5.25C8.17157 5.25 7.5 5.92157 7.5 6.75C7.5 7.57843 8.17157 8.25 9 8.25C9.82843 8.25 10.5 7.57843 10.5 6.75C10.5 5.92157 9.82843 5.25 9 5.25ZM6 6.75C6 5.09315 7.34315 3.75 9 3.75C10.6569 3.75 12 5.09315 12 6.75C12 8.40685 10.6569 9.75 9 9.75C7.34315 9.75 6 8.40685 6 6.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-time {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.109375C11.5137 0.109375 14.7656 3.36133 14.7656 7.375C14.7656 11.3887 11.5137 14.6406 7.5 14.6406C3.48633 14.6406 0.234375 11.3887 0.234375 7.375C0.234375 3.36133 3.48633 0.109375 7.5 0.109375ZM7.5 13.2344C10.7227 13.2344 13.3594 10.627 13.3594 7.375C13.3594 4.15234 10.7227 1.51562 7.5 1.51562C4.24805 1.51562 1.64062 4.15234 1.64062 7.375C1.64062 10.627 4.24805 13.2344 7.5 13.2344ZM9.28711 10.1875L6.79688 8.37109C6.70898 8.3125 6.67969 8.19531 6.67969 8.10742V3.27344C6.67969 3.09766 6.82617 2.92188 7.03125 2.92188H7.96875C8.14453 2.92188 8.32031 3.09766 8.32031 3.27344V7.43359L10.2539 8.86914C10.4297 8.98633 10.459 9.19141 10.3418 9.36719L9.78516 10.0996C9.66797 10.2754 9.46289 10.3047 9.28711 10.1875Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-bishop {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16992 9.78125C11.3379 9.78125 13.125 11.5684 13.125 13.7363V14.4688C13.125 15.2598 12.4805 15.875 11.7188 15.875H1.40625C0.615234 15.875 0 15.2598 0 14.4688V13.7363C0 11.5684 1.75781 9.78125 3.92578 9.78125C4.77539 9.78125 5.15625 10.25 6.5625 10.25C7.93945 10.25 8.32031 9.78125 9.16992 9.78125ZM11.7188 14.4688V13.7363C11.7188 12.3301 10.5762 11.1875 9.16992 11.1875C8.73047 11.1875 8.05664 11.6562 6.5625 11.6562C5.03906 11.6562 4.36523 11.1875 3.92578 11.1875C2.51953 11.1875 1.40625 12.3301 1.40625 13.7363V14.4688H11.7188ZM6.5625 9.3125C4.21875 9.3125 2.34375 7.4375 2.34375 5.09375C2.34375 2.7793 4.21875 0.875 6.5625 0.875C8.87695 0.875 10.7812 2.7793 10.7812 5.09375C10.7812 7.4375 8.87695 9.3125 6.5625 9.3125ZM6.5625 2.28125C5.00977 2.28125 3.75 3.57031 3.75 5.09375C3.75 6.64648 5.00977 7.90625 6.5625 7.90625C8.08594 7.90625 9.375 6.64648 9.375 5.09375C9.375 3.57031 8.08594 2.28125 6.5625 2.28125Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .events-details {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-link {
  font-size: 13px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5508 6.32422C12.3086 8.08203 12.2793 10.8945 10.5508 12.5938C10.5508 12.623 10.5508 12.623 10.5508 12.623L8.58789 14.5859C6.85938 16.3145 4.01758 16.3145 2.28906 14.5859C0.560547 12.8574 0.560547 10.0156 2.28906 8.28711L3.37305 7.20312C3.66602 6.91016 4.16406 7.11523 4.16406 7.52539C4.19336 8.02344 4.28125 8.55078 4.45703 9.04883C4.51562 9.22461 4.48633 9.42969 4.33984 9.54688L3.95898 9.92773C3.13867 10.748 3.10938 12.0957 3.92969 12.916C4.75 13.7656 6.09766 13.7656 6.91797 12.916L8.91016 10.9531C9.73047 10.1328 9.73047 8.81445 8.91016 7.96484C8.79297 7.87695 8.67578 7.78906 8.58789 7.73047C8.5 7.64258 8.38281 7.49609 8.38281 7.34961C8.38281 7.05664 8.5 6.73438 8.73438 6.4707L9.34961 5.85547C9.52539 5.70898 9.75977 5.67969 9.96484 5.82617C10.1406 5.94336 10.4043 6.17773 10.5508 6.32422ZM14.6816 2.19336C16.4102 3.92188 16.4102 6.76367 14.6816 8.49219L13.5977 9.57617C13.3047 9.86914 12.8066 9.66406 12.8066 9.25391C12.7773 8.75586 12.6895 8.22852 12.5137 7.73047C12.4551 7.55469 12.4844 7.34961 12.6309 7.23242L13.0117 6.85156C13.832 6.03125 13.8613 4.68359 13.041 3.86328C12.2207 3.01367 10.873 3.01367 10.0527 3.86328L8.06055 5.82617C7.24023 6.64648 7.24023 7.96484 8.06055 8.81445C8.17773 8.90234 8.29492 8.99023 8.38281 9.04883C8.4707 9.13672 8.58789 9.2832 8.58789 9.42969C8.58789 9.72266 8.4707 10.0449 8.23633 10.3086L7.62109 10.9238C7.44531 11.0703 7.21094 11.0996 7.00586 10.9531C6.83008 10.8359 6.56641 10.6016 6.41992 10.4551C4.66211 8.69727 4.69141 5.88477 6.41992 4.18555C6.41992 4.15625 6.41992 4.15625 6.41992 4.15625L8.38281 2.19336C10.1113 0.464844 12.9531 0.464844 14.6816 2.19336Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-org-name,
section.agenda-diocesana-area .list-calendar td.container-event .inner-container-event .event-cat-name {
  font-weight: 700;
}
section.agenda-diocesana-area .small-devices-modal .inner-modal {
  padding: 1.5rem 0.5rem;
}
section.agenda-diocesana-area .small-devices-modal .inner-event-description {
  font-size: 12.5px;
}
section.agenda-diocesana-area .small-devices-modal td.container-event {
  padding: 0;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event {
  max-width: 300px;
  min-width: 300px;
  border: 0;
  border-radius: 9px;
  padding: 0;
  margin-bottom: 0rem;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event.longevent-cell .event-time {
  display: none;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .long-event-dates {
  padding-left: 25px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.109375C11.5137 0.109375 14.7656 3.36133 14.7656 7.375C14.7656 11.3887 11.5137 14.6406 7.5 14.6406C3.48633 14.6406 0.234375 11.3887 0.234375 7.375C0.234375 3.36133 3.48633 0.109375 7.5 0.109375ZM7.5 13.2344C10.7227 13.2344 13.3594 10.627 13.3594 7.375C13.3594 4.15234 10.7227 1.51562 7.5 1.51562C4.24805 1.51562 1.64062 4.15234 1.64062 7.375C1.64062 10.627 4.24805 13.2344 7.5 13.2344ZM9.28711 10.1875L6.79688 8.37109C6.70898 8.3125 6.67969 8.19531 6.67969 8.10742V3.27344C6.67969 3.09766 6.82617 2.92188 7.03125 2.92188H7.96875C8.14453 2.92188 8.32031 3.09766 8.32031 3.27344V7.43359L10.2539 8.86914C10.4297 8.98633 10.459 9.19141 10.3418 9.36719L9.78516 10.0996C9.66797 10.2754 9.46289 10.3047 9.28711 10.1875Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-date {
  display: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #C2241E;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-diocesan {
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-diocesan .event-diocesan-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #F2994A;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-info {
  border-top: 1px solid #E6E6E6;
  display: flex;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 0;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #303030;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-address {
  padding-left: 25px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1.5C6.41361 1.5 3.75 3.41098 3.75 6.75C3.75 7.48861 4.05959 8.42852 4.60351 9.47897C5.139 10.5131 5.86159 11.5793 6.59761 12.55C7.33166 13.518 8.06752 14.3759 8.62075 14.9925C8.75996 15.1477 8.88737 15.2873 9 15.4093C9.11263 15.2873 9.24004 15.1477 9.37925 14.9925C9.93248 14.3759 10.6683 13.518 11.4024 12.55C12.1384 11.5793 12.861 10.5131 13.3965 9.47897C13.9404 8.42852 14.25 7.48861 14.25 6.75C14.25 3.41098 11.5864 1.5 9 1.5ZM9 16.5C8.46639 17.027 8.46629 17.0269 8.46616 17.0268L8.46078 17.0213L8.44662 17.0069C8.4344 16.9944 8.41666 16.9762 8.39377 16.9526C8.348 16.9053 8.28161 16.8362 8.19755 16.7474C8.02948 16.5699 7.79051 16.3133 7.50425 15.9942C6.93248 15.3569 6.16834 14.4664 5.40239 13.4563C4.63841 12.4488 3.861 11.3072 3.27149 10.1687C2.69041 9.04648 2.25 7.84889 2.25 6.75C2.25 2.43902 5.73639 0 9 0C12.2636 0 15.75 2.43902 15.75 6.75C15.75 7.84889 15.3096 9.04648 14.7285 10.1687C14.139 11.3072 13.3616 12.4488 12.5976 13.4563C11.8317 14.4664 11.0675 15.3569 10.4957 15.9942C10.2095 16.3133 9.97052 16.5699 9.80245 16.7474C9.71839 16.8362 9.652 16.9053 9.60623 16.9526C9.58334 16.9762 9.5656 16.9944 9.55338 17.0069L9.53922 17.0213L9.5342 17.0264C9.53408 17.0266 9.53361 17.027 9 16.5ZM9 16.5L9.53361 17.027C9.3927 17.1697 9.20053 17.25 9 17.25C8.79947 17.25 8.60707 17.1695 8.46616 17.0268L9 16.5Z' fill='%23C2241E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 5.25C8.17157 5.25 7.5 5.92157 7.5 6.75C7.5 7.57843 8.17157 8.25 9 8.25C9.82843 8.25 10.5 7.57843 10.5 6.75C10.5 5.92157 9.82843 5.25 9 5.25ZM6 6.75C6 5.09315 7.34315 3.75 9 3.75C10.6569 3.75 12 5.09315 12 6.75C12 8.40685 10.6569 9.75 9 9.75C7.34315 9.75 6 8.40685 6 6.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-time {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.109375C11.5137 0.109375 14.7656 3.36133 14.7656 7.375C14.7656 11.3887 11.5137 14.6406 7.5 14.6406C3.48633 14.6406 0.234375 11.3887 0.234375 7.375C0.234375 3.36133 3.48633 0.109375 7.5 0.109375ZM7.5 13.2344C10.7227 13.2344 13.3594 10.627 13.3594 7.375C13.3594 4.15234 10.7227 1.51562 7.5 1.51562C4.24805 1.51562 1.64062 4.15234 1.64062 7.375C1.64062 10.627 4.24805 13.2344 7.5 13.2344ZM9.28711 10.1875L6.79688 8.37109C6.70898 8.3125 6.67969 8.19531 6.67969 8.10742V3.27344C6.67969 3.09766 6.82617 2.92188 7.03125 2.92188H7.96875C8.14453 2.92188 8.32031 3.09766 8.32031 3.27344V7.43359L10.2539 8.86914C10.4297 8.98633 10.459 9.19141 10.3418 9.36719L9.78516 10.0996C9.66797 10.2754 9.46289 10.3047 9.28711 10.1875Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-bishop {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16992 9.78125C11.3379 9.78125 13.125 11.5684 13.125 13.7363V14.4688C13.125 15.2598 12.4805 15.875 11.7188 15.875H1.40625C0.615234 15.875 0 15.2598 0 14.4688V13.7363C0 11.5684 1.75781 9.78125 3.92578 9.78125C4.77539 9.78125 5.15625 10.25 6.5625 10.25C7.93945 10.25 8.32031 9.78125 9.16992 9.78125ZM11.7188 14.4688V13.7363C11.7188 12.3301 10.5762 11.1875 9.16992 11.1875C8.73047 11.1875 8.05664 11.6562 6.5625 11.6562C5.03906 11.6562 4.36523 11.1875 3.92578 11.1875C2.51953 11.1875 1.40625 12.3301 1.40625 13.7363V14.4688H11.7188ZM6.5625 9.3125C4.21875 9.3125 2.34375 7.4375 2.34375 5.09375C2.34375 2.7793 4.21875 0.875 6.5625 0.875C8.87695 0.875 10.7812 2.7793 10.7812 5.09375C10.7812 7.4375 8.87695 9.3125 6.5625 9.3125ZM6.5625 2.28125C5.00977 2.28125 3.75 3.57031 3.75 5.09375C3.75 6.64648 5.00977 7.90625 6.5625 7.90625C8.08594 7.90625 9.375 6.64648 9.375 5.09375C9.375 3.57031 8.08594 2.28125 6.5625 2.28125Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .events-details {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-link {
  font-size: 13px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5508 6.32422C12.3086 8.08203 12.2793 10.8945 10.5508 12.5938C10.5508 12.623 10.5508 12.623 10.5508 12.623L8.58789 14.5859C6.85938 16.3145 4.01758 16.3145 2.28906 14.5859C0.560547 12.8574 0.560547 10.0156 2.28906 8.28711L3.37305 7.20312C3.66602 6.91016 4.16406 7.11523 4.16406 7.52539C4.19336 8.02344 4.28125 8.55078 4.45703 9.04883C4.51562 9.22461 4.48633 9.42969 4.33984 9.54688L3.95898 9.92773C3.13867 10.748 3.10938 12.0957 3.92969 12.916C4.75 13.7656 6.09766 13.7656 6.91797 12.916L8.91016 10.9531C9.73047 10.1328 9.73047 8.81445 8.91016 7.96484C8.79297 7.87695 8.67578 7.78906 8.58789 7.73047C8.5 7.64258 8.38281 7.49609 8.38281 7.34961C8.38281 7.05664 8.5 6.73438 8.73438 6.4707L9.34961 5.85547C9.52539 5.70898 9.75977 5.67969 9.96484 5.82617C10.1406 5.94336 10.4043 6.17773 10.5508 6.32422ZM14.6816 2.19336C16.4102 3.92188 16.4102 6.76367 14.6816 8.49219L13.5977 9.57617C13.3047 9.86914 12.8066 9.66406 12.8066 9.25391C12.7773 8.75586 12.6895 8.22852 12.5137 7.73047C12.4551 7.55469 12.4844 7.34961 12.6309 7.23242L13.0117 6.85156C13.832 6.03125 13.8613 4.68359 13.041 3.86328C12.2207 3.01367 10.873 3.01367 10.0527 3.86328L8.06055 5.82617C7.24023 6.64648 7.24023 7.96484 8.06055 8.81445C8.17773 8.90234 8.29492 8.99023 8.38281 9.04883C8.4707 9.13672 8.58789 9.2832 8.58789 9.42969C8.58789 9.72266 8.4707 10.0449 8.23633 10.3086L7.62109 10.9238C7.44531 11.0703 7.21094 11.0996 7.00586 10.9531C6.83008 10.8359 6.56641 10.6016 6.41992 10.4551C4.66211 8.69727 4.69141 5.88477 6.41992 4.18555C6.41992 4.15625 6.41992 4.15625 6.41992 4.15625L8.38281 2.19336C10.1113 0.464844 12.9531 0.464844 14.6816 2.19336Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-cat {
  font-size: 12.5px;
}
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-org-name,
section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event .event-cat-name {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.agenda-diocesana-area .small-devices-modal td.container-event .inner-container-event {
    max-width: 420px;
    min-width: 420px;
  }
}
section.agenda-diocesana-area .still-empty:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  background-size: 40px;
  background-position: top 140px center;
  background-repeat: no-repeat;
  height: 100%;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a11" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23C8BABF"></stop><stop offset=".3" stop-color="%23C8BABF" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23C8BABF" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23C8BABF" stop-opacity=".3"></stop><stop offset="1" stop-color="%23C8BABF" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a11)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23C8BABF" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
}
section.agenda-diocesana-area .search-area-title {
  display: flex;
}
section.agenda-diocesana-area .sbox {
  flex: 1;
  display: flex;
  justify-content: center;
}
section.agenda-diocesana-area .sbox:first-child > span {
  margin-right: auto;
}
section.agenda-diocesana-area .sbox:last-child > span {
  margin-left: auto;
}
section.agenda-diocesana-area .sbox:last-child {
  justify-content: flex-end;
}
section.agenda-diocesana-area .sbox p,
section.agenda-diocesana-area .sbox .stitle {
  font-size: 1.75em !important;
  margin: 0;
  color: #303030;
}
section.agenda-diocesana-area .sbox p span,
section.agenda-diocesana-area .sbox .stitle span {
  color: #303030;
}
section.agenda-diocesana-area .sbox p span.word-search,
section.agenda-diocesana-area .sbox .stitle span.word-search {
  text-transform: capitalize;
}
section.agenda-diocesana-area .active-search-filters {
  padding-left: 5px;
  padding-bottom: 1.2rem;
  /*  display: flex; */
  background-color: white;
  gap: 5px;
  align-items: center;
  width: 100%;
}
section.agenda-diocesana-area .active-search-filters .sub-title {
  display: flex;
}
section.agenda-diocesana-area .active-search-filters .filters-on.on {
  padding-left: 20px;
  margin-left: 10px;
  display: flex;
  font-size: 14.5px;
  align-items: center;
  gap: 5px;
  height: 30px;
  background-repeat: no-repeat;
  /* background-position: left center; */
  background-position: left top 5px;
  background-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23c0c0c0' viewBox='0 -2.5 29 29' xmlns='http://www.w3.org/2000/svg' stroke='%23c0c0c0'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m11.2 24 6.4-4v-6.4l11.2-13.6h-28.8l11.2 13.6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
section.agenda-diocesana-area .active-search-filters .filters-on.on span {
  display: block;
  background: rgba(0, 0, 0, 0.08);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
}
section.agenda-diocesana-area .active-search-filters .rs-count {
  color: #C2241E;
}
section.agenda-diocesana-area .active-search-filters .exit-from-word-search {
  /*
  padding: 3px 15px 3px 25px;

  border-radius: 2px 0px 0px 0px;


  border: 0;
  border-radius: 3px;
  font-weight: bold; */
  background-color: #F1F1F1;
  border-color: #F1F1F1;
  font-weight: bold;
  color: #303030;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5625 6L11.6875 9.15625C12.0938 9.53125 12.0938 10.1562 11.6875 10.5312L11 11.2188C10.625 11.625 10 11.625 9.625 11.2188L6.5 8.09375L3.34375 11.2188C2.96875 11.625 2.34375 11.625 1.96875 11.2188L1.28125 10.5312C0.875 10.1562 0.875 9.53125 1.28125 9.15625L4.40625 6L1.28125 2.875C0.875 2.5 0.875 1.875 1.28125 1.5L1.96875 0.8125C2.34375 0.40625 2.96875 0.40625 3.34375 0.8125L6.5 3.9375L9.625 0.8125C10 0.40625 10.625 0.40625 11 0.8125L11.6875 1.5C12.0938 1.875 12.0938 2.5 11.6875 2.875L8.5625 6Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .fc-listMonth-view.fc-view.fc-list.fc-list-sticky {
  border: 0 !important;
}
section.agenda-diocesana-area .main-calendar .fc .fc-toolbar-title,
section.agenda-diocesana-area .res .fc .fc-toolbar-title,
section.agenda-diocesana-area .result-list .fc .fc-toolbar-title {
  text-transform: capitalize;
}
section.agenda-diocesana-area .main-calendar .fc-list-day-cushion.fc-cell-shaded,
section.agenda-diocesana-area .res .fc-list-day-cushion.fc-cell-shaded,
section.agenda-diocesana-area .result-list .fc-list-day-cushion.fc-cell-shaded {
  display: flex;
  gap: 5px;
  text-transform: capitalize;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 20px 0px;
}
section.agenda-diocesana-area .main-calendar .fc-theme-standard .fc-list,
section.agenda-diocesana-area .res .fc-theme-standard .fc-list,
section.agenda-diocesana-area .result-list .fc-theme-standard .fc-list {
  border: 0px solid red;
}
section.agenda-diocesana-area .main-calendar .fc-list-day-side-text,
section.agenda-diocesana-area .main-calendar .fc-list-day-text,
section.agenda-diocesana-area .res .fc-list-day-side-text,
section.agenda-diocesana-area .res .fc-list-day-text,
section.agenda-diocesana-area .result-list .fc-list-day-side-text,
section.agenda-diocesana-area .result-list .fc-list-day-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 31.85px;
  text-align: left;
}
section.agenda-diocesana-area .main-calendar .rs-table,
section.agenda-diocesana-area .res .rs-table,
section.agenda-diocesana-area .result-list .rs-table {
  width: 100%;
}
section.agenda-diocesana-area .main-calendar .list-table td,
section.agenda-diocesana-area .main-calendar .list-table th,
section.agenda-diocesana-area .main-calendar .list-table tr,
section.agenda-diocesana-area .main-calendar .fc-list-table td,
section.agenda-diocesana-area .main-calendar .fc-list-table th,
section.agenda-diocesana-area .main-calendar .fc-list-table tr,
section.agenda-diocesana-area .res .list-table td,
section.agenda-diocesana-area .res .list-table th,
section.agenda-diocesana-area .res .list-table tr,
section.agenda-diocesana-area .res .fc-list-table td,
section.agenda-diocesana-area .res .fc-list-table th,
section.agenda-diocesana-area .res .fc-list-table tr,
section.agenda-diocesana-area .result-list .list-table td,
section.agenda-diocesana-area .result-list .list-table th,
section.agenda-diocesana-area .result-list .list-table tr,
section.agenda-diocesana-area .result-list .fc-list-table td,
section.agenda-diocesana-area .result-list .fc-list-table th,
section.agenda-diocesana-area .result-list .fc-list-table tr {
  border: 0 !important;
}
section.agenda-diocesana-area .main-calendar .list-table td:not(.container-event),
section.agenda-diocesana-area .main-calendar .fc-list-table td:not(.container-event),
section.agenda-diocesana-area .res .list-table td:not(.container-event),
section.agenda-diocesana-area .res .fc-list-table td:not(.container-event),
section.agenda-diocesana-area .result-list .list-table td:not(.container-event),
section.agenda-diocesana-area .result-list .fc-list-table td:not(.container-event) {
  display: none !important;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event,
section.agenda-diocesana-area .res .list-table td.container-event,
section.agenda-diocesana-area .res .fc-list-table td.container-event,
section.agenda-diocesana-area .result-list .list-table td.container-event,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event {
  padding: 0;
  margin-bottom: 1rem;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event {
  border: 1px solid #E6E6E6;
  border-radius: 9px;
  padding: 1rem 0;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-date,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-date,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-date,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-date,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-date,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #C2241E;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-diocesan,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-diocesan,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-diocesan,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-diocesan,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-diocesan,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-diocesan {
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #F2994A;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-header {
  display: flex;
  gap: 25px;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-header,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-info,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-info {
  border-top: 1px solid #E6E6E6;
  display: flex;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 0;
  align-items: center;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-details,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-details {
  display: flex;
  gap: 20px;
  padding-bottom: 1.5rem;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-title,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #303030;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-address,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-address,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-address,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-address,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-address,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-address {
  padding-left: 25px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1.5C6.41361 1.5 3.75 3.41098 3.75 6.75C3.75 7.48861 4.05959 8.42852 4.60351 9.47897C5.139 10.5131 5.86159 11.5793 6.59761 12.55C7.33166 13.518 8.06752 14.3759 8.62075 14.9925C8.75996 15.1477 8.88737 15.2873 9 15.4093C9.11263 15.2873 9.24004 15.1477 9.37925 14.9925C9.93248 14.3759 10.6683 13.518 11.4024 12.55C12.1384 11.5793 12.861 10.5131 13.3965 9.47897C13.9404 8.42852 14.25 7.48861 14.25 6.75C14.25 3.41098 11.5864 1.5 9 1.5ZM9 16.5C8.46639 17.027 8.46629 17.0269 8.46616 17.0268L8.46078 17.0213L8.44662 17.0069C8.4344 16.9944 8.41666 16.9762 8.39377 16.9526C8.348 16.9053 8.28161 16.8362 8.19755 16.7474C8.02948 16.5699 7.79051 16.3133 7.50425 15.9942C6.93248 15.3569 6.16834 14.4664 5.40239 13.4563C4.63841 12.4488 3.861 11.3072 3.27149 10.1687C2.69041 9.04648 2.25 7.84889 2.25 6.75C2.25 2.43902 5.73639 0 9 0C12.2636 0 15.75 2.43902 15.75 6.75C15.75 7.84889 15.3096 9.04648 14.7285 10.1687C14.139 11.3072 13.3616 12.4488 12.5976 13.4563C11.8317 14.4664 11.0675 15.3569 10.4957 15.9942C10.2095 16.3133 9.97052 16.5699 9.80245 16.7474C9.71839 16.8362 9.652 16.9053 9.60623 16.9526C9.58334 16.9762 9.5656 16.9944 9.55338 17.0069L9.53922 17.0213L9.5342 17.0264C9.53408 17.0266 9.53361 17.027 9 16.5ZM9 16.5L9.53361 17.027C9.3927 17.1697 9.20053 17.25 9 17.25C8.79947 17.25 8.60707 17.1695 8.46616 17.0268L9 16.5Z' fill='%23C2241E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 5.25C8.17157 5.25 7.5 5.92157 7.5 6.75C7.5 7.57843 8.17157 8.25 9 8.25C9.82843 8.25 10.5 7.57843 10.5 6.75C10.5 5.92157 9.82843 5.25 9 5.25ZM6 6.75C6 5.09315 7.34315 3.75 9 3.75C10.6569 3.75 12 5.09315 12 6.75C12 8.40685 10.6569 9.75 9 9.75C7.34315 9.75 6 8.40685 6 6.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-time,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-time,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-time,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-time,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-time,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-time {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.109375C11.5137 0.109375 14.7656 3.36133 14.7656 7.375C14.7656 11.3887 11.5137 14.6406 7.5 14.6406C3.48633 14.6406 0.234375 11.3887 0.234375 7.375C0.234375 3.36133 3.48633 0.109375 7.5 0.109375ZM7.5 13.2344C10.7227 13.2344 13.3594 10.627 13.3594 7.375C13.3594 4.15234 10.7227 1.51562 7.5 1.51562C4.24805 1.51562 1.64062 4.15234 1.64062 7.375C1.64062 10.627 4.24805 13.2344 7.5 13.2344ZM9.28711 10.1875L6.79688 8.37109C6.70898 8.3125 6.67969 8.19531 6.67969 8.10742V3.27344C6.67969 3.09766 6.82617 2.92188 7.03125 2.92188H7.96875C8.14453 2.92188 8.32031 3.09766 8.32031 3.27344V7.43359L10.2539 8.86914C10.4297 8.98633 10.459 9.19141 10.3418 9.36719L9.78516 10.0996C9.66797 10.2754 9.46289 10.3047 9.28711 10.1875Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .long-event-dates,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .long-event-dates,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .long-event-dates,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .long-event-dates,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .long-event-dates,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .long-event-dates {
  display: none;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-bishop,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-bishop,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-bishop,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-bishop,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-bishop,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-bishop {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16992 9.78125C11.3379 9.78125 13.125 11.5684 13.125 13.7363V14.4688C13.125 15.2598 12.4805 15.875 11.7188 15.875H1.40625C0.615234 15.875 0 15.2598 0 14.4688V13.7363C0 11.5684 1.75781 9.78125 3.92578 9.78125C4.77539 9.78125 5.15625 10.25 6.5625 10.25C7.93945 10.25 8.32031 9.78125 9.16992 9.78125ZM11.7188 14.4688V13.7363C11.7188 12.3301 10.5762 11.1875 9.16992 11.1875C8.73047 11.1875 8.05664 11.6562 6.5625 11.6562C5.03906 11.6562 4.36523 11.1875 3.92578 11.1875C2.51953 11.1875 1.40625 12.3301 1.40625 13.7363V14.4688H11.7188ZM6.5625 9.3125C4.21875 9.3125 2.34375 7.4375 2.34375 5.09375C2.34375 2.7793 4.21875 0.875 6.5625 0.875C8.87695 0.875 10.7812 2.7793 10.7812 5.09375C10.7812 7.4375 8.87695 9.3125 6.5625 9.3125ZM6.5625 2.28125C5.00977 2.28125 3.75 3.57031 3.75 5.09375C3.75 6.64648 5.00977 7.90625 6.5625 7.90625C8.08594 7.90625 9.375 6.64648 9.375 5.09375C9.375 3.57031 8.08594 2.28125 6.5625 2.28125Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .events-details,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .events-details,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .events-details,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .events-details,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .events-details,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .events-details {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-link,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-link,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-link,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-link,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-link,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-link {
  font-size: 13px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5508 6.32422C12.3086 8.08203 12.2793 10.8945 10.5508 12.5938C10.5508 12.623 10.5508 12.623 10.5508 12.623L8.58789 14.5859C6.85938 16.3145 4.01758 16.3145 2.28906 14.5859C0.560547 12.8574 0.560547 10.0156 2.28906 8.28711L3.37305 7.20312C3.66602 6.91016 4.16406 7.11523 4.16406 7.52539C4.19336 8.02344 4.28125 8.55078 4.45703 9.04883C4.51562 9.22461 4.48633 9.42969 4.33984 9.54688L3.95898 9.92773C3.13867 10.748 3.10938 12.0957 3.92969 12.916C4.75 13.7656 6.09766 13.7656 6.91797 12.916L8.91016 10.9531C9.73047 10.1328 9.73047 8.81445 8.91016 7.96484C8.79297 7.87695 8.67578 7.78906 8.58789 7.73047C8.5 7.64258 8.38281 7.49609 8.38281 7.34961C8.38281 7.05664 8.5 6.73438 8.73438 6.4707L9.34961 5.85547C9.52539 5.70898 9.75977 5.67969 9.96484 5.82617C10.1406 5.94336 10.4043 6.17773 10.5508 6.32422ZM14.6816 2.19336C16.4102 3.92188 16.4102 6.76367 14.6816 8.49219L13.5977 9.57617C13.3047 9.86914 12.8066 9.66406 12.8066 9.25391C12.7773 8.75586 12.6895 8.22852 12.5137 7.73047C12.4551 7.55469 12.4844 7.34961 12.6309 7.23242L13.0117 6.85156C13.832 6.03125 13.8613 4.68359 13.041 3.86328C12.2207 3.01367 10.873 3.01367 10.0527 3.86328L8.06055 5.82617C7.24023 6.64648 7.24023 7.96484 8.06055 8.81445C8.17773 8.90234 8.29492 8.99023 8.38281 9.04883C8.4707 9.13672 8.58789 9.2832 8.58789 9.42969C8.58789 9.72266 8.4707 10.0449 8.23633 10.3086L7.62109 10.9238C7.44531 11.0703 7.21094 11.0996 7.00586 10.9531C6.83008 10.8359 6.56641 10.6016 6.41992 10.4551C4.66211 8.69727 4.69141 5.88477 6.41992 4.18555C6.41992 4.15625 6.41992 4.15625 6.41992 4.15625L8.38281 2.19336C10.1113 0.464844 12.9531 0.464844 14.6816 2.19336Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-cat,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-cat,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-cat,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-cat,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-cat,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-cat {
  font-size: 12px;
}
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area .main-calendar .list-table td.container-event .inner-container-event .event-cat .event-cat-name,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area .main-calendar .fc-list-table td.container-event .inner-container-event .event-cat .event-cat-name,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area .res .list-table td.container-event .inner-container-event .event-cat .event-cat-name,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area .res .fc-list-table td.container-event .inner-container-event .event-cat .event-cat-name,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area .result-list .list-table td.container-event .inner-container-event .event-cat .event-cat-name,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area .result-list .fc-list-table td.container-event .inner-container-event .event-cat .event-cat-name {
  font-weight: 700;
}
section.agenda-diocesana-area .result-set.active {
  padding: 1.2rem 1rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
section.agenda-diocesana-area .result-set.active.longevent-cell .event-time {
  display: none;
}
section.agenda-diocesana-area .result-set.active .inner-container-event {
  margin-bottom: 1rem;
}
section.agenda-diocesana-area .result-set.active .long-event-dates {
  padding-left: 25px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.109375C11.5137 0.109375 14.7656 3.36133 14.7656 7.375C14.7656 11.3887 11.5137 14.6406 7.5 14.6406C3.48633 14.6406 0.234375 11.3887 0.234375 7.375C0.234375 3.36133 3.48633 0.109375 7.5 0.109375ZM7.5 13.2344C10.7227 13.2344 13.3594 10.627 13.3594 7.375C13.3594 4.15234 10.7227 1.51562 7.5 1.51562C4.24805 1.51562 1.64062 4.15234 1.64062 7.375C1.64062 10.627 4.24805 13.2344 7.5 13.2344ZM9.28711 10.1875L6.79688 8.37109C6.70898 8.3125 6.67969 8.19531 6.67969 8.10742V3.27344C6.67969 3.09766 6.82617 2.92188 7.03125 2.92188H7.96875C8.14453 2.92188 8.32031 3.09766 8.32031 3.27344V7.43359L10.2539 8.86914C10.4297 8.98633 10.459 9.19141 10.3418 9.36719L9.78516 10.0996C9.66797 10.2754 9.46289 10.3047 9.28711 10.1875Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .overSelect {
  cursor: pointer;
}
section.agenda-diocesana-area .selected-checkboxes {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
}
section.agenda-diocesana-area .selected-checkboxes .cat-selector-button {
  margin-top: 1.5px;
  margin-right: 1.5px;
}
section.agenda-diocesana-area .cat-selector-button {
  padding: 3px 5px 3px 5px;
  padding-left: 20px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.67188 4.5L9.01562 6.86719C9.32031 7.14844 9.32031 7.61719 9.01562 7.89844L8.5 8.41406C8.21875 8.71875 7.75 8.71875 7.46875 8.41406L5.125 6.07031L2.75781 8.41406C2.47656 8.71875 2.00781 8.71875 1.72656 8.41406L1.21094 7.89844C0.90625 7.61719 0.90625 7.14844 1.21094 6.86719L3.55469 4.5L1.21094 2.15625C0.90625 1.875 0.90625 1.40625 1.21094 1.125L1.72656 0.609375C2.00781 0.304688 2.47656 0.304688 2.75781 0.609375L5.125 2.95312L7.46875 0.609375C7.75 0.304688 8.21875 0.304688 8.5 0.609375L9.01562 1.125C9.32031 1.40625 9.32031 1.875 9.01562 2.15625L6.67188 4.5Z' fill='%23FFFDFD'/%3E%3C/svg%3E%0A");
  background-position-x: 5px;
  background-position-y: center;
  background-color: #C2241E;
  color: white;
  font-weight: bold;
  font-size: 10.5px;
}
section.agenda-diocesana-area .show-categories-chosen option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section.agenda-diocesana-area .multiselect {
  width: 100%;
  position: relative;
  z-index: 10;
}
section.agenda-diocesana-area .selectBox {
  position: relative;
}
section.agenda-diocesana-area .selectBox select {
  width: 100%;
}
section.agenda-diocesana-area .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.agenda-diocesana-area .area-checkboxes {
  display: none;
  border: 1px #dadada solid;
  width: 100%;
  position: absolute;
  background-color: white;
  max-height: 200px;
  overflow: scroll;
  margin-top: -4px;
}
section.agenda-diocesana-area .area-checkboxes label {
  display: flex;
  gap: 5px;
  padding: 0.2rem 1rem;
}
section.agenda-diocesana-area .area-checkboxes label:hover {
  background-color: #dfdfdf;
}
section.agenda-diocesana-area .side-calendar {
  display: flex;
  flex-direction: column;
}
section.agenda-diocesana-area .side-calendar form {
  width: 100%;
  max-width: 100%;
}
section.agenda-diocesana-area .row-agenda-diocesana {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
section.agenda-diocesana-area .form-select {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
section.agenda-diocesana-area select {
  word-wrap: normal;
}
section.agenda-diocesana-area button,
section.agenda-diocesana-area select {
  text-transform: none;
}
section.agenda-diocesana-area input,
section.agenda-diocesana-area button,
section.agenda-diocesana-area select,
section.agenda-diocesana-area optgroup,
section.agenda-diocesana-area textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
section.agenda-diocesana-area .position-relative {
  position: relative;
}
section.agenda-diocesana-area .position-absolute {
  position: absolute;
}
section.agenda-diocesana-area .switch-toggle-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 1rem;
}
section.agenda-diocesana-area .switch-toggle-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
section.agenda-diocesana-area .switch-toggle {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 14px;
  background: #fff;
  border-radius: 14px;
  transition: background 0.1s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
section.agenda-diocesana-area .switch-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.07);
  transition: left 0.1s ease-in-out, width 0.1s ease-in-out, transform 0.1s ease-in-out;
}
section.agenda-diocesana-area .switch-toggle-input:checked + .switch-toggle {
  background: #C2241E;
}
section.agenda-diocesana-area .switch-toggle-input:checked + .switch-toggle::after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background: white;
}
section.agenda-diocesana-area .switch-toggle-input:disabled {
  pointer-events: none;
}
section.agenda-diocesana-area .switch-toggle-input:disabled + .switch-toggle {
  cursor: not-allowed;
  background: #eaeaea;
}
section.agenda-diocesana-area .switch-toggle-input:disabled + .switch-toggle::after {
  background: green;
}
section.agenda-diocesana-area .switch-toggle-container:active .switch-toggle-input:not([disabled]) + .switch-toggle::after {
  width: 17px;
}
section.agenda-diocesana-area .switch-toggle-input:focus + .switch-toggle,
section.agenda-diocesana-area .switch-toggle-container:active .switch-toggle-input:not([disabled]) + .switch-toggle {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.25);
}
section.agenda-diocesana-area .calendar-today .fc-list-event-time {
  font-weight: bold;
}
section.agenda-diocesana-area .calendar-today .fc-list-event-title a {
  cursor: pointer !important;
}
section.agenda-diocesana-area .head-agenda-diocesana {
  max-width: 1200px;
  padding: 1rem;
  margin: 0 auto;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
section.agenda-diocesana-area .head-agenda-diocesana h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
section.agenda-diocesana-area span.long-event {
  font-size: 80%;
  text-transform: uppercase;
  color: #606060;
  display: block;
}
section.agenda-diocesana-area span.long-event span {
  color: #a0a0a0;
}
section.agenda-diocesana-area.load-events .calendar-area {
  position: relative;
}
section.agenda-diocesana-area.load-events .calendar-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
section.agenda-diocesana-area .search_in {
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M14.7949 13.8535C15.0586 14.1465 15.0586 14.5859 14.7656 14.8496L13.9453 15.6699C13.6816 15.9629 13.2422 15.9629 12.9492 15.6699L10.0488 12.7695C9.90234 12.623 9.84375 12.4473 9.84375 12.2715V11.7734C8.78906 12.5938 7.5 13.0625 6.09375 13.0625C2.72461 13.0625 0 10.3379 0 6.96875C0 3.62891 2.72461 0.875 6.09375 0.875C9.43359 0.875 12.1875 3.62891 12.1875 6.96875C12.1875 8.4043 11.6895 9.69336 10.8984 10.7188H11.3672C11.543 10.7188 11.7188 10.8066 11.8652 10.9238L14.7949 13.8535ZM6.09375 10.7188C8.14453 10.7188 9.84375 9.04883 9.84375 6.96875C9.84375 4.91797 8.14453 3.21875 6.09375 3.21875C4.01367 3.21875 2.34375 4.91797 2.34375 6.96875C2.34375 9.04883 4.01367 10.7188 6.09375 10.7188Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .cat-filter,
section.agenda-diocesana-area .org-filter {
  font-size: 8px;
  font-size: 9px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
section.agenda-diocesana-area .form-label {
  margin-bottom: 0.5rem;
}
section.agenda-diocesana-area .form-label[for=to_date] {
  margin-top: 0.5rem;
}
section.agenda-diocesana-area .inner-event-description {
  padding: 0 1rem;
  padding-bottom: 1rem;
  color: #606060;
  font-size: 13.5px;
}
section.agenda-diocesana-area.ad-widget-minimal {
  height: calc(100% - 5px);
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0;
  margin: 0;
}
section.agenda-diocesana-area.ad-widget-minimal .ad-title {
  flex-shrink: 0;
  background-color: #fff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
}
section.agenda-diocesana-area.ad-widget-minimal .ad-title h4 {
  font-size: 18px !important;
  padding: 0;
  margin: 0;
}
section.agenda-diocesana-area.ad-widget-minimal .download-ics-s-e {
  display: none;
}
section.agenda-diocesana-area.ad-widget-minimal .active-search-filters {
  padding: 0;
  margin-left: 0;
  gap: 3px;
}
section.agenda-diocesana-area.ad-widget-minimal .active-search-filters .filters-on.on {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
  min-width: 100%;
  height: 22px;
}
section.agenda-diocesana-area.ad-widget-minimal .active-search-filters .filters-on.on span {
  white-space: nowrap;
}
section.agenda-diocesana-area.ad-widget-minimal .active-search-filters .filters-on.on .from-date-filter {
  display: none;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td,
section.agenda-diocesana-area.ad-widget-minimal .list-table th,
section.agenda-diocesana-area.ad-widget-minimal .list-table tr {
  border: 0 !important;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td:not(.container-event) {
  display: none !important;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event {
  padding: 0;
  margin-bottom: 10px;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event {
  border-bottom: 1px solid #e0e0e0;
  /* padding-bottom: 5px; */
  padding-bottom: 10px;
  margin-bottom: 25px;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #C2241E;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-diocesan {
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 10px;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-diocesan .event-diocesan-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #F2994A;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-header {
  display: flex;
  justify-content: space-between;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .inner-event-description {
  padding: 0;
  padding-bottom: 5px;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event a.event-link {
  text-decoration: none;
  color: #303030;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event a.event-link:hover {
  opacity: 0.6;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-info {
  display: flex;
  gap: 3px;
  padding-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-details {
  display: flex;
  gap: 3px;
  padding-bottom: 10px;
  font-size: 13px;
  flex-direction: column;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  padding: 10px 0px;
  color: #303030;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-address {
  padding-left: 25px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1.5C6.41361 1.5 3.75 3.41098 3.75 6.75C3.75 7.48861 4.05959 8.42852 4.60351 9.47897C5.139 10.5131 5.86159 11.5793 6.59761 12.55C7.33166 13.518 8.06752 14.3759 8.62075 14.9925C8.75996 15.1477 8.88737 15.2873 9 15.4093C9.11263 15.2873 9.24004 15.1477 9.37925 14.9925C9.93248 14.3759 10.6683 13.518 11.4024 12.55C12.1384 11.5793 12.861 10.5131 13.3965 9.47897C13.9404 8.42852 14.25 7.48861 14.25 6.75C14.25 3.41098 11.5864 1.5 9 1.5ZM9 16.5C8.46639 17.027 8.46629 17.0269 8.46616 17.0268L8.46078 17.0213L8.44662 17.0069C8.4344 16.9944 8.41666 16.9762 8.39377 16.9526C8.348 16.9053 8.28161 16.8362 8.19755 16.7474C8.02948 16.5699 7.79051 16.3133 7.50425 15.9942C6.93248 15.3569 6.16834 14.4664 5.40239 13.4563C4.63841 12.4488 3.861 11.3072 3.27149 10.1687C2.69041 9.04648 2.25 7.84889 2.25 6.75C2.25 2.43902 5.73639 0 9 0C12.2636 0 15.75 2.43902 15.75 6.75C15.75 7.84889 15.3096 9.04648 14.7285 10.1687C14.139 11.3072 13.3616 12.4488 12.5976 13.4563C11.8317 14.4664 11.0675 15.3569 10.4957 15.9942C10.2095 16.3133 9.97052 16.5699 9.80245 16.7474C9.71839 16.8362 9.652 16.9053 9.60623 16.9526C9.58334 16.9762 9.5656 16.9944 9.55338 17.0069L9.53922 17.0213L9.5342 17.0264C9.53408 17.0266 9.53361 17.027 9 16.5ZM9 16.5L9.53361 17.027C9.3927 17.1697 9.20053 17.25 9 17.25C8.79947 17.25 8.60707 17.1695 8.46616 17.0268L9 16.5Z' fill='%23C2241E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 5.25C8.17157 5.25 7.5 5.92157 7.5 6.75C7.5 7.57843 8.17157 8.25 9 8.25C9.82843 8.25 10.5 7.57843 10.5 6.75C10.5 5.92157 9.82843 5.25 9 5.25ZM6 6.75C6 5.09315 7.34315 3.75 9 3.75C10.6569 3.75 12 5.09315 12 6.75C12 8.40685 10.6569 9.75 9 9.75C7.34315 9.75 6 8.40685 6 6.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-time {
  padding-left: 25px;
  background-position: 2px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.109375C11.5137 0.109375 14.7656 3.36133 14.7656 7.375C14.7656 11.3887 11.5137 14.6406 7.5 14.6406C3.48633 14.6406 0.234375 11.3887 0.234375 7.375C0.234375 3.36133 3.48633 0.109375 7.5 0.109375ZM7.5 13.2344C10.7227 13.2344 13.3594 10.627 13.3594 7.375C13.3594 4.15234 10.7227 1.51562 7.5 1.51562C4.24805 1.51562 1.64062 4.15234 1.64062 7.375C1.64062 10.627 4.24805 13.2344 7.5 13.2344ZM9.28711 10.1875L6.79688 8.37109C6.70898 8.3125 6.67969 8.19531 6.67969 8.10742V3.27344C6.67969 3.09766 6.82617 2.92188 7.03125 2.92188H7.96875C8.14453 2.92188 8.32031 3.09766 8.32031 3.27344V7.43359L10.2539 8.86914C10.4297 8.98633 10.459 9.19141 10.3418 9.36719L9.78516 10.0996C9.66797 10.2754 9.46289 10.3047 9.28711 10.1875Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .long-event-dates {
  display: none;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-bishop {
  padding-left: 25px;
  background-position: 2px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16992 9.78125C11.3379 9.78125 13.125 11.5684 13.125 13.7363V14.4688C13.125 15.2598 12.4805 15.875 11.7188 15.875H1.40625C0.615234 15.875 0 15.2598 0 14.4688V13.7363C0 11.5684 1.75781 9.78125 3.92578 9.78125C4.77539 9.78125 5.15625 10.25 6.5625 10.25C7.93945 10.25 8.32031 9.78125 9.16992 9.78125ZM11.7188 14.4688V13.7363C11.7188 12.3301 10.5762 11.1875 9.16992 11.1875C8.73047 11.1875 8.05664 11.6562 6.5625 11.6562C5.03906 11.6562 4.36523 11.1875 3.92578 11.1875C2.51953 11.1875 1.40625 12.3301 1.40625 13.7363V14.4688H11.7188ZM6.5625 9.3125C4.21875 9.3125 2.34375 7.4375 2.34375 5.09375C2.34375 2.7793 4.21875 0.875 6.5625 0.875C8.87695 0.875 10.7812 2.7793 10.7812 5.09375C10.7812 7.4375 8.87695 9.3125 6.5625 9.3125ZM6.5625 2.28125C5.00977 2.28125 3.75 3.57031 3.75 5.09375C3.75 6.64648 5.00977 7.90625 6.5625 7.90625C8.08594 7.90625 9.375 6.64648 9.375 5.09375C9.375 3.57031 8.08594 2.28125 6.5625 2.28125Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .events-details {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-link {
  font-size: 13px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5508 6.32422C12.3086 8.08203 12.2793 10.8945 10.5508 12.5938C10.5508 12.623 10.5508 12.623 10.5508 12.623L8.58789 14.5859C6.85938 16.3145 4.01758 16.3145 2.28906 14.5859C0.560547 12.8574 0.560547 10.0156 2.28906 8.28711L3.37305 7.20312C3.66602 6.91016 4.16406 7.11523 4.16406 7.52539C4.19336 8.02344 4.28125 8.55078 4.45703 9.04883C4.51562 9.22461 4.48633 9.42969 4.33984 9.54688L3.95898 9.92773C3.13867 10.748 3.10938 12.0957 3.92969 12.916C4.75 13.7656 6.09766 13.7656 6.91797 12.916L8.91016 10.9531C9.73047 10.1328 9.73047 8.81445 8.91016 7.96484C8.79297 7.87695 8.67578 7.78906 8.58789 7.73047C8.5 7.64258 8.38281 7.49609 8.38281 7.34961C8.38281 7.05664 8.5 6.73438 8.73438 6.4707L9.34961 5.85547C9.52539 5.70898 9.75977 5.67969 9.96484 5.82617C10.1406 5.94336 10.4043 6.17773 10.5508 6.32422ZM14.6816 2.19336C16.4102 3.92188 16.4102 6.76367 14.6816 8.49219L13.5977 9.57617C13.3047 9.86914 12.8066 9.66406 12.8066 9.25391C12.7773 8.75586 12.6895 8.22852 12.5137 7.73047C12.4551 7.55469 12.4844 7.34961 12.6309 7.23242L13.0117 6.85156C13.832 6.03125 13.8613 4.68359 13.041 3.86328C12.2207 3.01367 10.873 3.01367 10.0527 3.86328L8.06055 5.82617C7.24023 6.64648 7.24023 7.96484 8.06055 8.81445C8.17773 8.90234 8.29492 8.99023 8.38281 9.04883C8.4707 9.13672 8.58789 9.2832 8.58789 9.42969C8.58789 9.72266 8.4707 10.0449 8.23633 10.3086L7.62109 10.9238C7.44531 11.0703 7.21094 11.0996 7.00586 10.9531C6.83008 10.8359 6.56641 10.6016 6.41992 10.4551C4.66211 8.69727 4.69141 5.88477 6.41992 4.18555C6.41992 4.15625 6.41992 4.15625 6.41992 4.15625L8.38281 2.19336C10.1113 0.464844 12.9531 0.464844 14.6816 2.19336Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-org,
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-cat {
  font-size: 12px;
}
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-org .event-org-name,
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-org .event-cat-name,
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-cat .event-org-name,
section.agenda-diocesana-area.ad-widget-minimal .list-table td.container-event .inner-container-event .event-cat .event-cat-name {
  font-weight: 700;
}
section.agenda-diocesana-area.ad-widget {
  max-width: 1200px;
  padding: 0rem 1rem;
  margin: 0 auto;
}
section.agenda-diocesana-area.ad-widget .head-agenda-diocesana .org-label {
  display: none !important;
}
section.agenda-diocesana-area.ad-widget .head-agenda-diocesana .org-org {
  background: transparent !important;
  font-size: 12.5 !important;
  padding: 0 !important;
}
section.agenda-diocesana-area.ad-widget .fc .fc-toolbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section.agenda-diocesana-area.ad-widget .fc .fc-daygrid-day.fc-day-today {
  background-color: RGBA(251, 186, 1, 0.3);
}
section.agenda-diocesana-area.ad-widget .fc-prev-button.fc-button.fc-button-primary,
section.agenda-diocesana-area.ad-widget .fc-next-button.fc-button.fc-button-primary {
  background-color: white;
  border: 0;
}
section.agenda-diocesana-area.ad-widget .fc .fc-button .fc-icon {
  /* vertical-align: middle; */
  font-size: 1.5em;
  display: flex;
  align-items: center;
}
section.agenda-diocesana-area.ad-widget .fc-dayGridMonth-view.fc-view.fc-daygrid .fc-scroller.fc-scroller-liquid-absolute {
  overflow: hidden !important;
}
section.agenda-diocesana-area.ad-widget .fc-icon-chevron-right {
  color: transparent;
}
section.agenda-diocesana-area.ad-widget .fc-icon-chevron-right:before {
  /* content: "\e901"; */
  content: "";
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23C2241E' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M8.489 31.975c-0.271 0-0.549-0.107-0.757-0.316-0.417-0.417-0.417-1.098 0-1.515l14.258-14.264-14.050-14.050c-0.417-0.417-0.417-1.098 0-1.515s1.098-0.417 1.515 0l14.807 14.807c0.417 0.417 0.417 1.098 0 1.515l-15.015 15.022c-0.208 0.208-0.486 0.316-0.757 0.316z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
section.agenda-diocesana-area.ad-widget .fc-icon-chevron-left {
  color: transparent;
}
section.agenda-diocesana-area.ad-widget .fc-icon-chevron-left:before {
  /* content: "\e901"; */
  content: "";
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23C2241E' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M23.505 0c0.271 0 0.549 0.107 0.757 0.316 0.417 0.417 0.417 1.098 0 1.515l-14.258 14.264 14.050 14.050c0.417 0.417 0.417 1.098 0 1.515s-1.098 0.417-1.515 0l-14.807-14.807c-0.417-0.417-0.417-1.098 0-1.515l15.015-15.022c0.208-0.208 0.486-0.316 0.757-0.316z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
section.agenda-diocesana-area.ad-widget .head-agenda-diocesana {
  justify-content: space-between;
}
section.agenda-diocesana-area.ad-widget .head-agenda-diocesana .active-search-filters {
  width: auto;
  padding-bottom: 0;
}
section.agenda-diocesana-area.ad-widget td.has-appointment {
  cursor: pointer;
}
section.agenda-diocesana-area.ad-widget td.has-appointment a {
  color: #C2241E;
}
section.agenda-diocesana-area.ad-widget td.has-appointment:not(.ad-active):before {
  position: absolute;
  top: 4px;
  left: 4px;
  /* left: calc(50% - 2px); */
  content: "";
  background: RGBA(169, 169, 169, 0.3);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 4px;
  font-weight: bold;
}
section.agenda-diocesana-area.ad-widget .calendar-area {
  display: flex;
  gap: 1rem;
}
section.agenda-diocesana-area.ad-widget .calendar-area .main-calendar {
  width: 375px;
  height: 415px;
  position: relative;
  /*  box-shadow: 0px 10px 40px 0px #0000001A; */
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1019607843);
}
section.agenda-diocesana-area.ad-widget .calendar-area .res {
  width: calc(100% - 375px);
}
section.agenda-diocesana-area.ad-widget .calendar-area .res .fc-header-toolbar {
  display: none;
}
@media screen and (max-width: 768px) {
  section.agenda-diocesana-area.ad-widget .main-calendar {
    display: none !important;
  }
  section.agenda-diocesana-area.ad-widget .res {
    width: 100% !important;
    height: 500px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1019607843);
  }
  section.agenda-diocesana-area.ad-widget .list-calendar {
    height: 500px;
    width: 100%;
  }
  section.agenda-diocesana-area.ad-widget .fc-list-table td.container-event .inner-container-event .event-details {
    flex-direction: column;
  }
  section.agenda-diocesana-area.ad-widget .calendar-area .res .fc-header-toolbar {
    display: flex;
  }
}
section.agenda-diocesana-area h4.with-button button.trigger-modal {
  cursor: pointer;
  border: 0;
  background: white;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 20.23px;
  text-align: left;
  color: #666;
  display: flex;
  gap: 3px;
}
section.agenda-diocesana-area h4.with-button button.trigger-modal:after {
  content: "";
  width: 14px;
  height: 16px;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M11.25 11.1875C11.25 10.6895 11.6602 10.25 12.1875 10.25C12.6855 10.25 13.125 10.6895 13.125 11.1875V13.0625C13.125 14.6445 11.8652 15.875 10.3125 15.875H2.8125C1.23047 15.875 0 14.6445 0 13.0625V11.1875C0 10.6895 0.410156 10.25 0.9375 10.25C1.43555 10.25 1.875 10.6895 1.875 11.1875V13.0625C1.875 13.5898 2.28516 14 2.8125 14H10.3125C10.8105 14 11.25 13.5898 11.25 13.0625V11.1875ZM5.88867 1.16797C6.24023 0.787109 6.85547 0.787109 7.20703 1.16797L10.957 4.91797C11.3379 5.26953 11.3379 5.88477 10.957 6.23633C10.6055 6.61719 9.99023 6.61719 9.63867 6.23633L7.5 4.09766V10.25C7.5 10.7773 7.06055 11.1875 6.5625 11.1875C6.03516 11.1875 5.625 10.7773 5.625 10.25V4.09766L3.45703 6.23633C3.10547 6.61719 2.49023 6.61719 2.13867 6.23633C1.75781 5.88477 1.75781 5.26953 2.13867 4.91797L5.88867 1.16797Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area h4.with-button button.trigger-modal:disabled {
  opacity: 0.4;
}
section.agenda-diocesana-area h4.with-button button.trigger-modal:hover {
  opacity: 0.8;
}
section.agenda-diocesana-area a.download-ics-s-e {
  margin-left: auto !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 0;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.32812 0.875H8.67188C9.05273 0.875 9.375 1.19727 9.375 1.57812V6.5H11.9238C12.4512 6.5 12.7148 7.14453 12.334 7.52539L7.88086 11.9785C7.67578 12.1836 7.29492 12.1836 7.08984 11.9785L2.63672 7.52539C2.25586 7.14453 2.51953 6.5 3.04688 6.5H5.625V1.57812C5.625 1.19727 5.91797 0.875 6.32812 0.875ZM15 11.8906V15.1719C15 15.582 14.6777 15.875 14.2969 15.875H0.703125C0.292969 15.875 0 15.582 0 15.1719V11.8906C0 11.5098 0.292969 11.1875 0.703125 11.1875H4.98047L6.41602 12.623C7.00195 13.2383 7.96875 13.2383 8.55469 12.623L9.99023 11.1875H14.2969C14.6777 11.1875 15 11.5098 15 11.8906ZM11.3672 14.4688C11.3672 14.1465 11.1035 13.8828 10.7812 13.8828C10.459 13.8828 10.1953 14.1465 10.1953 14.4688C10.1953 14.791 10.459 15.0547 10.7812 15.0547C11.1035 15.0547 11.3672 14.791 11.3672 14.4688ZM13.2422 14.4688C13.2422 14.1465 12.9785 13.8828 12.6562 13.8828C12.334 13.8828 12.0703 14.1465 12.0703 14.4688C12.0703 14.791 12.334 15.0547 12.6562 15.0547C12.9785 15.0547 13.2422 14.791 13.2422 14.4688Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
section.agenda-diocesana-area button.trigger-modal:disabled {
  opacity: 0.35;
}
section.agenda-diocesana-area .share-buttons {
  display: flex;
  gap: 5px;
}
section.agenda-diocesana-area .share-buttons button.in-modal-button {
  padding: 0.25rem;
  border: 0;
  display: flex;
  gap: 10px;
  background-color: transparent;
  align-items: center;
  min-width: 205px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #303030;
}
section.agenda-diocesana-area .share-buttons button.in-modal-button:before {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #C2241E;
  background-position: center center;
  background-repeat: no-repeat;
}
section.agenda-diocesana-area .share-buttons button.in-modal-button span {
  max-width: 50%;
  text-align: left;
}
section.agenda-diocesana-area .share-buttons button.in-modal-button:hover {
  opacity: 0.8;
}
section.agenda-diocesana-area .share-buttons button.in-modal-button.embed-calendar:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4062 2.92188L14.4062 23.9219C14.1719 24.7188 13.375 25.1875 12.5781 24.9531C11.7812 24.7188 11.3125 23.9219 11.5469 23.125L17.5469 2.125C17.7812 1.32812 18.5781 0.859375 19.375 1.09375C20.1719 1.32812 20.6406 2.125 20.4062 2.92188ZM25.2812 6.71875L30.5312 11.9688C31.1406 12.5312 31.1406 13.5156 30.5312 14.0781L25.2812 19.3281C24.7188 19.9375 23.7344 19.9375 23.1719 19.3281C22.5625 18.7656 22.5625 17.7812 23.1719 17.2188L27.3438 13L23.1719 8.82812C22.5625 8.26562 22.5625 7.28125 23.1719 6.71875C23.7344 6.10938 24.7188 6.10938 25.2812 6.71875ZM8.78125 8.82812L4.60938 13L8.78125 17.2188C9.39062 17.7812 9.39062 18.7656 8.78125 19.3281C8.21875 19.9375 7.23438 19.9375 6.67188 19.3281L1.42188 14.0781C0.8125 13.5156 0.8125 12.5312 1.42188 11.9688L6.67188 6.71875C7.23438 6.10938 8.21875 6.10938 8.78125 6.71875C9.39062 7.28125 9.39062 8.26562 8.78125 8.82812Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
  background-color: #E6E6E6;
}
section.agenda-diocesana-area .share-buttons button.in-modal-button.import-calendar:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 16.5C23.2969 16.5 24 17.2031 24 18V22.5C24 23.3438 23.2969 24 22.5 24H1.5C0.65625 24 0 23.3438 0 22.5V18C0 17.2031 0.65625 16.5 1.5 16.5H7.73438L9.84375 18.6562C10.4062 19.2188 11.1562 19.5 12 19.5C12.7969 19.5 13.5469 19.2188 14.1094 18.6562L16.2188 16.5H22.5ZM20.25 21.375C20.8594 21.375 21.375 20.9062 21.375 20.25C21.375 19.6406 20.8594 19.125 20.25 19.125C19.5938 19.125 19.125 19.6406 19.125 20.25C19.125 20.9062 19.5938 21.375 20.25 21.375ZM10.9219 17.5781L4.92188 11.5781C4.3125 11.0156 4.3125 10.0312 4.92188 9.46875C5.48438 8.85938 6.46875 8.85938 7.03125 9.46875L10.5 12.8906V1.5C10.5 0.703125 11.1562 0 12 0C12.7969 0 13.5 0.703125 13.5 1.5V12.8906L16.9219 9.46875C17.4844 8.85938 18.4688 8.85938 19.0312 9.46875C19.6406 10.0312 19.6406 11.0156 19.0312 11.5781L13.0312 17.5781C12.75 17.8594 12.375 18 12 18C11.5781 18 11.2031 17.8594 10.9219 17.5781Z' fill='white'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .share-buttons button.in-modal-button.link-copy:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4.5C18 5.34375 18.6562 6 19.5 6H24V15.75C24 17.0156 22.9688 18 21.75 18H12.75C11.4844 18 10.5 17.0156 10.5 15.75V2.25C10.5 1.03125 11.4844 0 12.75 0H18V4.5ZM19.5 0L24 4.5H19.5V0ZM9 16.5C9 18.1875 10.3125 19.5 12 19.5H13.5V21.75C13.5 23.0156 12.4688 24 11.25 24H2.25C0.984375 24 0 23.0156 0 21.75V8.25C0 7.03125 0.984375 6 2.25 6H9V16.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .ad-button-widget {
  margin: 2px;
  border: 0;
  padding: 5px 10px;
  width: 100%;
  border-radius: 6px;
  background-color: #E6E6E6;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
section.agenda-diocesana-area .ad-button-widget:hover {
  opacity: 0.85;
}
section.agenda-diocesana-area .ad-button-widget:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2.75C9 3.17188 9.32812 3.5 9.75 3.5H12V8.375C12 9.00781 11.4844 9.5 10.875 9.5H6.375C5.74219 9.5 5.25 9.00781 5.25 8.375V1.625C5.25 1.01562 5.74219 0.5 6.375 0.5H9V2.75ZM9.75 0.5L12 2.75H9.75V0.5ZM4.5 8.75C4.5 9.59375 5.15625 10.25 6 10.25H6.75V11.375C6.75 12.0078 6.23438 12.5 5.625 12.5H1.125C0.492188 12.5 0 12.0078 0 11.375V4.625C0 4.01562 0.492188 3.5 1.125 3.5H4.5V8.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 13px;
  display: inline-block;
}
section.agenda-diocesana-area a.ad-link {
  padding: 1rem;
  font-size: 12px;
  background: #C2241E;
  margin-top: 2rem;
  margin-bottom: 1px;
  padding-left: 45px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 25px;
  color: white;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' fill='%23949494' stroke='%23949494'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill='%23ffffff' d='M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64H128zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0v32zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
section.agenda-diocesana-area a.ad-link.ad-download-link {
  background-size: 19px;
  padding-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 16.5C23.2969 16.5 24 17.2031 24 18V22.5C24 23.3438 23.2969 24 22.5 24H1.5C0.65625 24 0 23.3438 0 22.5V18C0 17.2031 0.65625 16.5 1.5 16.5H7.73438L9.84375 18.6562C10.4062 19.2188 11.1562 19.5 12 19.5C12.7969 19.5 13.5469 19.2188 14.1094 18.6562L16.2188 16.5H22.5ZM20.25 21.375C20.8594 21.375 21.375 20.9062 21.375 20.25C21.375 19.6406 20.8594 19.125 20.25 19.125C19.5938 19.125 19.125 19.6406 19.125 20.25C19.125 20.9062 19.5938 21.375 20.25 21.375ZM10.9219 17.5781L4.92188 11.5781C4.3125 11.0156 4.3125 10.0312 4.92188 9.46875C5.48438 8.85938 6.46875 8.85938 7.03125 9.46875L10.5 12.8906V1.5C10.5 0.703125 11.1562 0 12 0C12.7969 0 13.5 0.703125 13.5 1.5V12.8906L16.9219 9.46875C17.4844 8.85938 18.4688 8.85938 19.0312 9.46875C19.6406 10.0312 19.6406 11.0156 19.0312 11.5781L13.0312 17.5781C12.75 17.8594 12.375 18 12 18C11.5781 18 11.2031 17.8594 10.9219 17.5781Z' fill='white'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .import-calendar-modal,
section.agenda-diocesana-area .embed-calendar-modal {
  min-height: 250px;
}
section.agenda-diocesana-area .import-calendar-modal .import-buttons,
section.agenda-diocesana-area .embed-calendar-modal .import-buttons {
  display: flex;
  gap: 1.2rem;
}
section.agenda-diocesana-area .extra-buttons-spacer {
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
section.agenda-diocesana-area .in-sidebar-button {
  border: 0;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 11.5px;
  font-weight: 700;
  text-align: center;
  padding: 6px;
  width: 100%;
}
section.agenda-diocesana-area .in-sidebar-button.import-calendar {
  background-color: #C2241E;
  color: white;
}
section.agenda-diocesana-area .in-sidebar-button.import-calendar span {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
section.agenda-diocesana-area .in-sidebar-button.import-calendar span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 8.75C11.6484 8.75 12 9.10156 12 9.5V11.75C12 12.1719 11.6484 12.5 11.25 12.5H0.75C0.328125 12.5 0 12.1719 0 11.75V9.5C0 9.10156 0.328125 8.75 0.75 8.75H3.86719L4.92188 9.82812C5.20312 10.1094 5.57812 10.25 6 10.25C6.39844 10.25 6.77344 10.1094 7.05469 9.82812L8.10938 8.75H11.25ZM10.125 11.1875C10.4297 11.1875 10.6875 10.9531 10.6875 10.625C10.6875 10.3203 10.4297 10.0625 10.125 10.0625C9.79688 10.0625 9.5625 10.3203 9.5625 10.625C9.5625 10.9531 9.79688 11.1875 10.125 11.1875ZM5.46094 9.28906L2.46094 6.28906C2.15625 6.00781 2.15625 5.51562 2.46094 5.23438C2.74219 4.92969 3.23438 4.92969 3.51562 5.23438L5.25 6.94531V1.25C5.25 0.851562 5.57812 0.5 6 0.5C6.39844 0.5 6.75 0.851562 6.75 1.25V6.94531L8.46094 5.23438C8.74219 4.92969 9.23438 4.92969 9.51562 5.23438C9.82031 5.51562 9.82031 6.00781 9.51562 6.28906L6.51562 9.28906C6.375 9.42969 6.1875 9.5 6 9.5C5.78906 9.5 5.60156 9.42969 5.46094 9.28906Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 13px;
  margin-right: 5px;
}
section.agenda-diocesana-area .in-sidebar-button.link-copy {
  background-color: #E6E6E6;
  color: #303030;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
section.agenda-diocesana-area .in-sidebar-button.link-copy:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2.75C9 3.17188 9.32812 3.5 9.75 3.5H12V8.375C12 9.00781 11.4844 9.5 10.875 9.5H6.375C5.74219 9.5 5.25 9.00781 5.25 8.375V1.625C5.25 1.01562 5.74219 0.5 6.375 0.5H9V2.75ZM9.75 0.5L12 2.75H9.75V0.5ZM4.5 8.75C4.5 9.59375 5.15625 10.25 6 10.25H6.75V11.375C6.75 12.0078 6.23438 12.5 5.625 12.5H1.125C0.492188 12.5 0 12.0078 0 11.375V4.625C0 4.01562 0.492188 3.5 1.125 3.5H4.5V8.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 13px;
  display: inline-block;
}
section.agenda-diocesana-area .snackbar {
  visibility: hidden;
  max-width: 300px;
  width: 300px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: calc(50% - 125px);
  bottom: 30px;
  font-size: 14px;
}
section.agenda-diocesana-area .snackbar.show {
  display: flex;
  gap: 2px;
  visibility: visible;
  z-index: 200;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
section.agenda-diocesana-area .snackbar.show span {
  width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #8db7db;
}
section.agenda-diocesana-area .fc-listDay-view {
  margin-bottom: 1.5rem;
}
section.agenda-diocesana-area .attachments-area {
  padding: 0.1rem 1rem;
  padding-bottom: 0.7rem;
  display: flex;
  gap: 5px;
}
section.agenda-diocesana-area .attachments-area a.event-attachment-name {
  padding-left: 20px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Interface / Download'%3E%3Cpath id='Vector' d='M6 21H18M12 3V17M12 17L17 12M12 17L7 12' stroke='%23ce9c9c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.agenda-diocesana-area .widget-minimal .sideimage {
  background-image: url("../img/widget-minimal_trasp.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1ece2;
}
section.agenda-diocesana-area .widget-large .sideimage {
  background-image: url("../img/widget-large_trasp.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1ece2;
}
section.agenda-diocesana-area .fc .fc-event.all-day-long {
  background-color: #F2994A;
  color: white;
  padding-left: 5px;
}
section.agenda-diocesana-area .fc .fc-event.all-day-long .fc-daygrid-event-dot,
section.agenda-diocesana-area .fc .fc-event.all-day-long .fc-event-time {
  display: none;
}
section.agenda-diocesana-area .fc .fc-event.guida-liturgica-ambrosiana.all-day-long {
  background-color: #4B7DF2;
}
section.agenda-diocesana-area .fc .fc-event.guida-liturgica-ambrosiana .fc-daygrid-event-dot {
  border: 4px solid #4B7DF2;
}
section.agenda-diocesana-area .fc-daygrid-block-event .fc-event-time {
  font-weight: 400;
}
section.agenda-diocesana-area .fc-h-event .fc-event-title-container {
  font-weight: 700;
}
section.agenda-diocesana-area .fc-printCale-button {
  color: transparent !important;
  font-size: 1px;
  margin: 2px;
  background-color: transparent !important;
  border-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 6.5C14.1504 6.5 15 7.34961 15 8.375V11.1875C15 11.7148 14.5605 12.125 14.0625 12.125H13.125V14.9375C13.125 15.4648 12.6855 15.875 12.1875 15.875H2.8125C2.28516 15.875 1.875 15.4648 1.875 14.9375V12.125H0.9375C0.410156 12.125 0 11.7148 0 11.1875V8.375C0 7.34961 0.820312 6.5 1.875 6.5H13.125ZM11.25 14V11.1875H3.75V14H11.25ZM12.6562 9.54688C13.0371 9.54688 13.3594 9.25391 13.3594 8.84375C13.3594 8.46289 13.0371 8.14062 12.6562 8.14062C12.2461 8.14062 11.9531 8.46289 11.9531 8.84375C11.9531 9.25391 12.2461 9.54688 12.6562 9.54688ZM3.75 2.75V5.5625H1.875V1.8125C1.875 1.31445 2.28516 0.875 2.8125 0.875H10.8398C11.1035 0.875 11.3379 0.992188 11.5137 1.16797L12.832 2.48633C13.0078 2.66211 13.125 2.89648 13.125 3.16016V5.5625H11.25V3.54102L10.459 2.75H3.75Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area .fc-downloadMonthIcs-button,
section.agenda-diocesana-area .button-ics-resultset {
  color: #303030 !important;
  margin: 2px;
  padding-left: 20px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 10.7075C14.5605 10.7075 15 11.147 15 11.645V14.4575C15 14.9849 14.5605 15.395 14.0625 15.395H0.9375C0.410156 15.395 0 14.9849 0 14.4575V11.645C0 11.147 0.410156 10.7075 0.9375 10.7075H4.83398L6.15234 12.0552C6.50391 12.4067 6.97266 12.5825 7.5 12.5825C7.99805 12.5825 8.4668 12.4067 8.81836 12.0552L10.1367 10.7075H14.0625ZM12.6562 13.7544C13.0371 13.7544 13.3594 13.4614 13.3594 13.0513C13.3594 12.6704 13.0371 12.3481 12.6562 12.3481C12.2461 12.3481 11.9531 12.6704 11.9531 13.0513C11.9531 13.4614 12.2461 13.7544 12.6562 13.7544ZM6.82617 11.3813L3.07617 7.63135C2.69531 7.27979 2.69531 6.66455 3.07617 6.31299C3.42773 5.93213 4.04297 5.93213 4.39453 6.31299L6.5625 8.45166V1.33252C6.5625 0.834473 6.97266 0.39502 7.5 0.39502C7.99805 0.39502 8.4375 0.834473 8.4375 1.33252V8.45166L10.5762 6.31299C10.9277 5.93213 11.543 5.93213 11.8945 6.31299C12.2754 6.66455 12.2754 7.27979 11.8945 7.63135L8.14453 11.3813C7.96875 11.5571 7.73438 11.645 7.5 11.645C7.23633 11.645 7.00195 11.5571 6.82617 11.3813Z' fill='%23C2241E'/%3E%3C/svg%3E%0A");
}
section.agenda-diocesana-area input.not_valid_field {
  border: 1px solid #C2241E;
}
section.agenda-diocesana-area .search-fields-warning {
  height: 1.5rem;
  padding-top: 5px;
  font-size: 11px;
  color: #C2241E;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
section.agenda-diocesana-area .text-field-warning {
  height: 1.5rem;
  padding-top: 5px;
  font-size: 11px;
  color: #C2241E;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
section.agenda-diocesana-area .mb-0 {
  margin-bottom: 0 !important;
}
section.agenda-diocesana-area .pb-0 {
  padding-bottom: 0 !important;
}

@media print {
  body.page-template-page-agendadiocesana {
    visibility: hidden;
  }
  body.page-template-page-agendadiocesana header,
  body.page-template-page-agendadiocesana footer {
    display: none;
  }
  body.page-template-page-agendadiocesana *:not(.fc-event-title) {
    overflow: visible !important;
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0;
    overflow: visible;
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area:not(.we-are-in-search) .calendar-area {
    visibility: visible;
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0;
    overflow: visible;
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area.we-are-in-search .calendar-area .main-calendar {
    display: none;
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area.we-are-in-search .sbox p {
    font-size: 18px !important;
    font-weight: bold;
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area.we-are-in-search .sbox p:before {
    content: "Agenda diocesana - ";
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area.we-are-in-search .result-set {
    visibility: visible;
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0;
    overflow: visible;
  }
  body.page-template-page-agendadiocesana section.agenda-diocesana-area.we-are-in-search .result-set .fc-button {
    visibility: hidden;
    display: none !important;
  }
  body.page-template-page-agendadiocesana .side-calendar,
  body.page-template-page-agendadiocesana #calendar-today-inpage,
  body.page-template-page-agendadiocesana .fc-button-group,
  body.page-template-page-agendadiocesana .fc-printCale-button,
  body.page-template-page-agendadiocesana .fc-downloadMonthIcs-button {
    visibility: hidden;
    display: none !important;
  }
  body.page-template-page-agendadiocesana .fc-scroller.fc-scroller-liquid {
    overflow: visible !important;
  }
  body.page-template-page-agendadiocesana .fc-toolbar-title {
    font-size: 18px !important;
    font-weight: bold;
  }
  body.page-template-page-agendadiocesana .fc-toolbar-title:before {
    content: "Agenda diocesana - ";
  }
}
body.widget-large section.agenda-diocesana-area .fc .fc-scroller-liquid {
  border-bottom: 1px solid #f0f0f0;
  height: 100%;
  min-height: 400px;
}