html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.fullscreen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#loading-overlay {
    font-size: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#icon {
    width: 120px;
    height: 120px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#progress-bar {
    border-radius: 100px;
    border-radius: 30px;
    width: 500px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    height: 19px;
    max-width: 500px;
    height: 20px;
    background: rgba(37, 50, 84, 0.75);
    padding: 5px;
}

#progress-bar-fill {
    border-radius: 30px;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #2AF228 15%, #00E590 43%, #00D2C9 50%, #00BADB 85%, #4DC6FF 100%) fixed;
}