body.splash-active {
    overflow: hidden;
}

.splash-container {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
    color: white;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.splash-gif {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.splash-spinner {
    margin-bottom: 20px;
    color: #e63900 !important;
}

.splash-fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}