.select2-results__option--selected {
  display: none;
}

.select2-results__option[aria-selected=true] {
  display: none;
}

.page-header {
  padding-right: 2rem;
}

.btn.btn-secondary,
.btn.btn-secondary:hover {
  color: white;
}

.fs-smaller {
  font-size: smaller;
}

.fs-larger {
  font-size: larger;
}

.table thead tr th.actions,
.table.table-condensed tbody tr td.actions {
  max-width: 60px !important;
  width: 60px !important;
  min-width: 60px !important;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

/** CUSTOM RADIO SWITCH */
.switch-field {
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .switch-field {
    display: grid;
    overflow: hidden;
  }
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: auto;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  background-color: #3a614e;
  color: white;
  box-shadow: none;
}

.switch-field input[checked]:disabled+label {
  background-color: #00cc99;
  color: white;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/** END SWITCH */

/** hover.css - customizations */
.hvr-underline-from-left:before {
  background: #3a614e
}

/** END - hover.css - customizations */

/** INI: AJUSTE TAMAÑO LETRA PAGINACION **/
.pagination {
  --bs-pagination-font-size: 0.75rem !important;
}
/** FIN: AJUSTE TAMAÑO LETRA PAGINACION **/

/** INI: AJUSTE DEL SELECTOR DE MESES **/
.select2-selection__choice{
  margin: 5px 0 5px 6px !important;
}
/** FIN: AJUSTE TAMAÑO LETRA PAGINACION **/

#modalRemittancePaymentDialog{
  max-height: 90vh;
}

th > input[type="checkbox"]{
  margin-left: 15px;
}

.select-checkbox input{
	accent-color: #3a614e;
}

.widget-summary .summary .title {
	margin: 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
}

.datepicker-days th.clear,
.datepicker-days th.today {
  font-size:smaller;
}

.select2-search__field {
    width: 100% !important;
}

/* Cookie banner */
.cookie-consent-banner { position: fixed; bottom: 0; left: 0; z-index: 2; box-sizing: border-box; width: 100%; display: none;background-color:white;  }
.cookie-consent-banner__inner { max-width: 960px; margin: 0 auto; padding: 32px 0; }
.cookie-consent-banner__copy { margin-bottom: 16px; }
/*.cookie-consent-banner__actions { }*/
.cookie-consent-banner__header { margin-bottom: 8px; font-family: sans-serif, arial; font-weight: normal; font-size: 16px; line-height: 24px; }
.cookie-consent-banner__description { font-family: sans-serif, arial; font-weight: normal; color: #838F93; font-size: 16px; line-height: 24px; }
