body {
    overflow-x: hidden;
}

.filepond--credits {
    display: none !important;
}

.buttonExternalAccess {

}

.buttonExternalAccess span {
    height: 50px;
    border-radius: 5px;
}

#loaderMain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}

#loaderMain.show {
    display: flex;
}

#loaderMain div {
    color: #C71D1D;
}

#loaderMain div span {

}

.select2-results__option {
    font-size: 0.7rem;
    padding: 5px !important;
}

.select2-search__field {
    font-size: 0.8rem;
    padding: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 2px 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 0.7rem;
}

::-webkit-scrollbar {
    width: 4px; /* Tamaño del scroll en vertical */
    height: 4px; /* Tamaño del scroll en horizontal */
}

::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3 !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}

::-webkit-scrollbar-thumb:active {
    background-color: #999999 !important;
}

::-webkit-scrollbar-track {
    background: #e1e1e1 !important;
    border-radius: 4px !important;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #d4d4d4 !important;
}

.select2-dropdown {
    z-index: 99999999 !important;
}

.pac-container {
    z-index: 99999 !important;
}