.contest-name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    float: left;
    text-align: left;
    color: #404040;
}

.contest-date {
    font-size: 14px;
    width: 100%;
    color: #979797;
    float: left;
    text-align: left;
}

.link-right-arrow {
    align-items: center;
    padding: 20px;
}

.list-action-btn i {
    color: #979797;
}

.like-action-true {
    color: #FF5366 !important;
}

.athlete-search {
    display: flex;
}

#searchForm .athlete-search button {
    width: 64px;
    height: 40px;
}

.athlete-search input {
    width: 100%;
    margin: 0 20px 20px 0;
    border: 1px solid #E1E1E1;
    padding: 12px;
    border-radius: 5px;
}

.share-holder {
    bottom: 0;
}

.share-btn .fa-share-alt {
    color: #979797;
}

.share-holder.hid-share .share-container {
    min-width: 330px;
    z-index: 101;
    border-radius: 5px;
}

.list-user-img .avatar img {
    width: 45px;
    height: 45px;
}

.list-user-info {}

.list-user-info .name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #404040;
}

.list-user-info .detail-info {
    display: flex;
    border-color: #979797;
    font-size: 14px;
    margin: 2px 0px;
}

.list-user-info .detail-info span {
    text-align: left;
    color: #979797;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.time {
    color: #02949A;
    font-weight: bold;
    font-size: 14px;
    min-width: 58px;
}

.list-action-btn {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-action-btn button {
    border: none;
}

.weather-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather-top .city {
    font-weight: bold;
    font-size: 14px;
    color: #FF5366;
}

.weather-top .date {
    font-size: 14px;
    color: #979797;
}

.weather-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather-bottom .detail {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #666666;
}

.weather-bottom .temperature {
    font-size: 35px;
    color: #666666;
}

.weather-bottom .temperature::after {
    content: "\2103";
}

.reviews-score-wrap {
    border-radius: 10px;
}

.review-score-total {
    position: static;
}

.review-score-message {
    display: flex;
    flex-direction: column;
}

.reviews-score-title span {
    font-size: 14px;
}

.review-score-total span.review-score-total-item {
    background: #FF5366;
}

.review-score-message .listing-rating i {
    font-size: 16px;
}

.pagination .disable {
    background: #DEDEDE;
    opacity: 0.5;
    color: #979797;
}

.slide-down-btn {
    display: flex;
    align-items: center;
}

.track-list .list-single-main-item-title {
    background: #ff5366;
    border-radius: 5px 5px 0px 0px;
}

#progressbar {
    margin: 0;
}

.horizontal-timeline .timeline {
    height: 0px;
    top: -30px;
}

.horizontal-timeline .line {
    position: static;
    margin-top: 30px;
    width: 100%;
    z-index: 1;
    left: 0;
    border-radius: 50px;
    top: 49px;
    height: 5px;
    background: #dfdfdf;
}

.horizontal-timeline .line .cp {
    top: 24px;
    z-index: 2;
    position: absolute;
    height: unset;
}

.horizontal-timeline .line .point {
    position: unset;
    z-index: unset;
    border-radius: unset;
    width: unset;
    height: unset;
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

.horizontal-timeline .line .point span {
    font-size: 12px;
    line-height: 4px;
    text-align: center;
    border-radius: 46px;
    background-color: #FF7A3A;
}

.horizontal-timeline .filling-line {
    background-color: #FF7A3A;
    border-radius: 50px;
}

.about-info {
    display: flex;
    flex-direction: column;
}

.about-info div {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.about-info div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ff, endColorstr=#fff, GradientType=0);
    bottom: 0;
    left: 0;
}

.about-info a {
    font-size: 15px;
    line-height: 20px;
    color: #FF5366;
}

.review-score-chevron-down {
    margin: 0 0 0 auto;
}

.score-box .box-widget-item-header {
    display: flex;
    flex-direction: column;
}

.score-box .box-widget-content {
    display: none;
}

.score-btn {
    padding: 15px 0;
    width: 100%;
    border: 1px solid #FF5366;
    box-sizing: border-box;
    border-radius: 5px;
}

.score-box-review {
    display: flex;
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 20px;
}

.score-box-review-head {
    display: flex;
    justify-content: space-between;
}

.score-box-review-message {
    display: flex;
}

.score-box-review-message .message {
    flex: 1;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
}

.score-box-review-message .message .date {
    display: none;
    border-color: #CFCFCF
}

.main-search-input-item label {
    top: 14px;
    left: 25px;
}

.box-widget-content {
    padding: 25px 30px 10px;
}

#filters-search {
    margin-bottom: 0px;
}

.follower-title {
    margin-top: 30px;
}

.breadcrumbs.inline-breadcrumbs:before,
.top-breadcrumbs .container:before {
    content: '';
}

.leaderBoard-title {
    border-bottom: 1px solid #eee;
    padding: 13px 28px;
    position: relative;
    background: #F26F20;
    border-radius: 5px;
}

.leaderBoard-title .btn.btn-white {
    padding: 8px 18px;
    background: #FFFFFF;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #F26F20;
}

.leaderBoard-title h3 {
    margin: 4px 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.articleBox table {
    width: 100%;
    /* border:3px #0a0a0a solid; */
    border-collapse: collapse;
}

.articleBox table,
th,
td {
    border: 1px solid black;
    text-align: center;

}

.weather-icon-btn i {
    color: #FF5366;
}

.list-single-main-item-title {
    margin-bottom: 0px;
    padding: 16px 24px;
}

.main-search-button {
    font-weight: 200;
}

input::-webkit-input-placeholder {
    font-weight: 500;
    color: #979797;
    font-size: 12px;
}

.main-search-input-item .nice-select {
    color: #979797;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #E1E1E1;
}

.titleBox-block-box {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e5e7f2;
    margin: 16px 0px;
}

.list-single-main-item {
    margin-bottom: 16px;
}

.about-info div {
    max-height: 70px;
}

.list-index span {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.list-index {
    width: 19px;
    height: 23px;
    margin-right: 8px;
}

.readMoreBtn {
    font-family: Noto Sans;
}

.list-action-btn {
    height: fit-content;
}

.list-single-main-item-title h3.information-title {
    font-size: 16px;
    color: #404040;
}

.list-single-main-item-title h3.athleteTitle {
    font-size: 16px;
    color: #000000;
}

.block_box {
    border-radius: 5px;
}

.list-single-main-item_content {
    padding: 10px;
    border-radius: 5px;
    background: #F6F6F6;
}

.heart-default-svg {
    background-color: #F6F6F6;
}

.chevron-right-icon {
    width: 30px;
    height: 30px;
}

.input-font-style::placeholder {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.icon-w-h {
    width: 30px;
    height: 30px;
}

.contest-banner {
    width: 100%;
    height: auto;
}

.not-result-msg p {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #979797;
}

.ad_block {
    margin-top: 16px;
}

/* 移除下拉選單的搜尋框 */
.nice-select-search-box {
    display: none;
}

.nice-select .list {
    padding: 0px 0 0;
}

.athleteTitle {
    font-size: 16px;
    font-weight: bold;
    color: #979797;
}

.athleteTitle:hover {
    color: #FF5366;
}

.list-activated {
    color: #FF5366;
    border-bottom: 2px solid #FF5366;
}

.complete-point {
    background-color: #02949A !important;
}

.contest-tabs-block {
    height: 52px;
}

.contest-tabs {
    display: flex;
    background: #F6F6F6;
}

.contest-tabs ul {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #E1E1E1;
}

.contest-tabs ul li {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: bold;
}

.contest-tabs ul li a {
    color: #666666;
}

.contest-tabs ul .current {
    border-bottom: 1px solid #FF5366;
}

.contest-tabs ul .current a {
    color: #FF5366;
}

section h1 {
    color: #404040;
    font-size: 20px;
}

section h2 {
    float: left;
    color: #404040;
    position: relative;
    padding: 0 0 20px 15px;
    font-size: 18px;
}

section h2:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 22px;
    left: 0;
    top: 4px;
    background: -webkit-linear-gradient(250deg, #ff4155 30%, #ff827d 100%);
    background: -o-linear-gradient(250deg, #ff4155 30%, #ff827d 100%);
    background: linear-gradient(200deg, #ff4155 30%, #ff827d 100%);
}

.contest-tabs-block.fixed {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 2;
}

.contest-detail {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.contest-detail .detail-block {
    margin-right: 35px;
    padding: 12px 0;
}

.contest-detail .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #979797;
}

.contest-detail .detail-block div {
    margin-bottom: 12px;
}

.contest-detail span,
.contest-detail a {
    padding-left: 13px;
    vertical-align: middle;
}

.contest-detail a {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #27A2FC;
}

.contest-detail .tags span {
    background: #F6F6F6;
    border-radius: 5px;
    padding: 4px 8px;
    margin-left: 13px;
    font-size: 12px;
    line-height: 17px;
    color: #404040;
}

/* 內文區塊不繼承 section h2 的 float / 左側裝飾條，避免使用者自訂 HTML 標題跑版 */
.contest-information h2 {
    float: none;
    position: static;
    padding: 0;
}

.contest-information h2::before {
    content: none;
}

.contest-information table {
    width: 100%;
    min-width: 500px;
}

.contest-information td {
    border: 1px solid #000;
    padding: 10px;
    empty-cells: show;
    vertical-align: middle;
}

.contest-information tr td:first-child {
    border-left: 0px;
}

.contest-information tr td:last-child {
    border-right: 0px;
}

/* share contianer */
.share-holder {
    bottom: 0;
}

.share-holder.hid-share .share-container {
    min-width: 330px;
    z-index: 1;
    border-radius: 10px;
}

/* 浮動追蹤按鈕 */
.float-track {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 270px;
    right: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 100px;
    z-index: 116;
    cursor: pointer;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
}

.float-track img {
    width: 30px;
    height: 28px;
}

.float-track span {
    font-size: 12px;
    color: #FF5366;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
}

.contest-information iframe {
    width: 100%;
}

.contest-information img {
    width: 100%;
}

/* track modal css */
.modal-tracks .modal-title {
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
}

.modal-tracks .modal-title span {
    font-size: 14px;
    line-height: 24px;
    color: #404040;
}

.modal-tracks .close-reg {
    color: #666;
}

.modal-tracks .main-register {
    box-shadow: none;
}

.modal-tracks .list-single-main-item_content {
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
}

.modal-tracks .heart-default-svg {
    background-color: #fff;
}

.modal-tracks .untrack {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal-tracks .untrack span {
    color: #C7C7C7;
}

.modal-tracks .modal-content {
    max-height: 330px;
    width: 100%;
    float: left;
    overflow: auto;
}

@media only screen and (max-width: 1070px) {
    .pagination {
        margin-top: 20px;
    }

    .contest-detail {
        flex-direction: column;
        margin: 12px 0 20px 0;
    }

    .contest-detail .detail-block {
        margin-right: 0;
        padding: 0;
    }

    .float-track {
        right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .main-search-input-item label {
        top: 11px;
        left: 19px;
    }

    .main-search-input-item input {
        padding-left: 30px;
    }

    .list-user-img .avatar img {
        width: 20px;
        height: 20px;
    }

    .list-user-img .nation img {
        width: 20px;
        height: 20px;
    }

    .list-action-btn {
        flex-direction: column;
        justify-content: center;
    }

    .main-search-input {
        padding: 0px 15px;
    }

    .main-search-button {
        margin: 4px 0px;
    }

    .list-user-img {
        flex-direction: column;
    }

    .link-right-arrow {
        padding: 15px;
    }

    .share-holder.hid-share .share-container {
        min-width: 300px;
        padding: 8px;
    }

    .modal-tracks .main-register-holder {
        max-width: 400px;
    }

    #searchForm .athlete-search {
        flex-direction: column;
    }

    #searchForm .athlete-search input::placeholder {
        font-size: 14px;
    }

    #searchForm .athlete-search button {
        width: 100%;
    }

    #searchForm .athlete-search button i {
        right: unset;
    }
}

@media only screen and (max-width: 650px) {}

@media only screen and (max-width: 425px) {
    .nice-select span {
        overflow: hidden;
        display: block;
        max-width: 90px;
        text-overflow: ellipsis;
    }

    .detail-info span {
        max-width: 100px;
    }
}

@media only screen and (max-width: 380px) {
    .detail-info span {
        max-width: 75px;
    }
}