:root {
  --bs-primary: #2092EC; /* Cambia este color al que desees, por ejemplo azul */
  --bs-primary-rgb: 32, 146, 236; /* Los valores RGB correspondientes */
}

#loader {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: var(--custom-white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}