.loader {
    width: 100%;
    height: 100svh;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgba(64, 68, 100, 0.5);
    display: grid;
    align-items: center;
    justify-items: center;
}

.loader-component>div {
    background-color: #000630 !important;
}