<style>#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-center {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-center-absolute {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tp-preloader-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tp-preloader-circle {
    position: absolute;
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

</style>