/* Modificaciones al páginador de Vue-Bootstrap. */
.pagination .page-item:first-child:not(.active) .page-link, .pagination .page-item:last-child:not(.active) .page-link, .pagination .page-item.disabled .page-link {
    width: 30px;
    text-align: center;
}

.pagination .page-item:not(:first-child) {
    width: 30px;
    text-align: center;
}

.pagination .page-link {
    background: #e7e1f0;
}

/* Modificaciones al SweenAlert2. */
.swal2-container {
    z-index: 99999999999 !important;
}

/* Modificaciones al FullCalendar. */
.fc-other-month {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    background-size: 1rem 1rem;
}

.fc-head-container thead tr {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), to(#fafafa));
    background-image: linear-gradient(to top, #f2f2f2 0, #fafafa 100%);
}


/**
 * Modificaciones para vue3-select2-component.
 */
.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 57% !important;
}

.input-validation-error-select2 .select2.select2-container .select2-selection {
    border: 1px solid red;
}

.invalid-feedback-select2 {
    display: block;
    font-size: 0.6875rem;
    margin-top: 0.325rem;
    width: 100%;
    margin-top: 0.25rem;
    color: #fd3995;
}

.select2.select2-container .select2-selection {
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    outline: none !important;
    transition: all .15s ease-in-out;
}
  
.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}
  
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}
  
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
  
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}
  
.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}
  
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}
  
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}
  
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}
  
.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}
  
.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}
  
.select2-container .select2-dropdown .select2-search {
    padding: 0;
}
  
.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}
  
.select2-container .select2-dropdown .select2-results {
    padding: 0;
}
  
.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}
  
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}

/* Estilos para el componente Tree de PRIMEVUE */
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: transparent !important;
    color: #495057;
}
