#fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#fullpage-loader .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}
#fullpage-loader .loading-text {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}
#lcs-sep {
    width: 100%;
}
