.no-scroll {
    overflow: hidden !important;
}

.choices {
    height: unset;
}

.container-form-entidad .choices {
    margin-bottom: 0;
}

.modalmodal-nueva-entidad .modal-body {
    min-height: 100px;
}

.modal.modal-nueva-entidad .modal-header {
    z-index: 2;
}

.loader-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
}

.loader-spinner p.text-spinner {
    font-size: 1.5rem;
}