.loaderCenter{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    backdrop-filter: blur(6px);
    max-width: 95%;
    max-height: 95%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.loaderCenter > *,
.loaderButtonsContainer > *{
    position: relative !important;
    left:0 !important;
    top:0 !important;
}

.loaderButtonsContainer{
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    gap:var(--gapSpace);
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
}