.route .time i {
    position: relative;
    top:0px;
}
.go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: none;
    width: 32px;
    height: 32px;
    background-color: #5a31f3;
    text-align: center;
    font-size: 0.875rem;
    line-height: 40px;
    color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(24, 24, 24, 0.15);
    box-shadow: 0 0 10px rgba(24, 24, 24, 0.15);
}
.language .trigger:after {
    position: absolute;
    right: 0;
    top: 50%;
    color: #000000;
    margin-top: -6px;
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f078";
    font-size: 0.6rem;
}