[un-cloak] {
    display: none;
}

* {
    box-sizing: border-box;
    line-height: 140%;
    font-family: "Noto Sans TC", sans-serif;
}

html {
    scroll-behavior: initial !important;
    scroll-padding-top: 100px;
}

html, body {
    margin: 0;
    padding: 0;
    color: #323232;
    background-color: white;
    font-size: 16px;
}

[step-item].active .step {
    background-color: #4B69FF;
    color: #FFFFFF;
    border-radius: 30px;
}

[step-item].active .step-text {
    color: #005BAA;
}

[tab] [tab-item].active {
    background-color: #5193CD;
    color: #FFFFFF;
}

[tab-content].active {
    display: block;
}

#go-to-btn.active {
    display: block;
}