.title-box{
    margin: 16px 0px;
    padding: 16px 24px;
    border-radius: 5px;

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

.contest-date {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #979797;
    float: left;
    text-align: left;
}
.list-item {
    border-color: #e1e1e1;
}
.link-right-arrow {
    align-items: center;
    padding: 20px;
}
.list-action-btn i{
    color: #979797;
}
.like-action-true{
    color:#FF5366 !important;
}
.athlete-search {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background:#F6F6F6;
}
.athlete-search .main-search-button {
    background: #FF5366;
    color: #fff;
}
.athlete-search .main-search-input-item{
    background: rgba(255, 255, 255, 0);
    border: unset;
}
.athlete-search .after-border-right::after{
    content: '';
    border-right: 1px solid #eee;
    right: 0;
    height: 60%;
    top: 10px;
    position: absolute;
}

.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: 10px;
}
.list-user-img .avatar img{
    width: 45px;
    height: 45px;
}
.list-user-info {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-user-info .name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #404040;
}
.list-user-info .detail-info {
    margin: 2px 0px;
    border-color: #979797;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.list-user-info .detail-info span{
    text-align: left;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #979797;
}
.list-user-info .time {
    color: #FF7A3A;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.list-action-btn {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.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;
}
#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: 8px;
    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: 20px;
    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: 10px;
    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
}

.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: 18px 30px;
        position: relative;
        background:linear-gradient( 90deg, #FE5200 50%, #FFCF89 100%);
        border-radius:10px;
     }
.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;
}
.main-search-button{
    font-weight: 200;
}
input::-webkit-input-placeholder{
    font-weight:500;
    color: #979797;
    font-size: 12px;
}
.main-search-input-item .nice-select{
    font-weight:500;
    color: #979797;
    font-size: 12px;
}
.titleBox-block-box{
    background:#fff;
	border-radius:0px 0px 10px 10px;
    border: 1px solid #e5e7f2;
    margin-bottom: 30px;
}
.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;
    display: flex;
    align-items: center;
    color: #979797;
    margin-right: 12px;
    margin-bottom: 12px;
}
.filterBtn{
    float:left;
    width: auto;
    height: 45px;
    margin-right: 20px;
    background-color: #FF5366 ;
    color: #ffffff;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}
#progressbar{
    /* width:auto; 
    display:inline-block !important;
    display:inline;  */
    /* overflow:visible; */
    /* overflow:visible; */
    /* display:block; */
    /* width:200%; */
    height: 60px;
    /* margin-bottom: 50px; */
    padding-left: 0px;
}
#progressbar li{
    width: 200px;
}
#progressbar li span{
    width: 20px;
    height: 20px;
    top: 5px;
    background: #E8E8E8;
    /* right: 5px; */
    /* padding-bottom: 20px; */
    color: black;
    cursor: pointer;
    border: 3px solid #E8E8E8; ;
}
#progressbar li div p{
    text-align: center;
    color: #666666;
    font-size: 12px;
    font-family: Roboto;
    font-style: normal;
    padding-bottom: 0px;
    margin-top:30px; 
    margin-right: -6px;
}
.progressbarBox{
    padding: 35px 35px 25px 35px;
    overflow:scroll;
    overflow-y:auto;
}
.progressbarBox #progressbar .active .tole-box .tolt {
    border: 3px solid #FF5366; ;
}
.tolt:hover::before,
.tolt:hover::after  {
    opacity: 0;
    pointer-events: auto;
}
#progressbar li.active:last-child span {
    background:#FF5366;
}
.file-background{
    background: linear-gradient(90deg, #FE5200 26.56%, #FFCF89 100%);
}
section{
    padding: 0px;
}
.icon-w-h-1{
    width: 30px;
    height: 30px;
}
.forecast-title{
    color: #ffffff !important;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 22px;
    float: left;
}
.forecast-box .list-single-main-item-title{
    padding: 18px 30px;
}
.tole-bg{
    float: right;
    background: #000000;
    /* background: #FF5366; */
    width: 20px;
    height: 20px;
    line-height: 32px;
    border-radius: 100%;
    position: relative;
    z-index: 10;
    font-weight: 500;
    box-sizing: border-box;
    transition: all 200ms linear;
    transition-delay: 0.2s;
    box-shadow: 0 2px 16px rgb(58 87 135 / 15%);
}
#progressbar li:first-child{
    width: 30px;
}
.leder-item-title{
    border-bottom:1px solid #e1e1e1;
	padding:18px 24px;
	position:relative;
}
.leder-item-title h3{
    text-align: left;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #404040;
}
.list-single-main-item_content{
    padding:16px 24px;
}

.leader-athlete-list-padding{
    padding:16px 24px 0px;
}
.prompt-box{
    margin-top: 24px;
    margin-bottom: 24px;
}
.block_box{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.filter-pd{
    padding: 24px 30px;
}
.ad_block{
    margin-bottom: 48px;
}
.tole-box{
    float: right;
    text-align: center;
    height: 30px;
}
.athlete-search {
    padding: 16px 24px;
    background: #F6F6F6;
}
.main-search-input-item .nice-select{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}
#leaderTitle{
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #FF5366;
    width: 100%;
}
.main-search-input-item{
    width: 100%;
    padding: 0px;
}
.main-search-input{
    padding: 0px;
}
.search-input-rwd{
    width: 50%;
    position: relative;
}
/* 移除下拉選單的搜尋框 */
.nice-select-search-box{
    display: none;
}
.nice-select .list{
    padding: 0px 0 0;
}
.search-padding-r{
    padding-right: 8px;
}
@media only screen and (max-width: 768px){
    .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;
    }

    .athlete-search .main-search-input{
        border: none;
    }
    .athlete-search .main-search-input-item{
        /* margin: 0 0 8px 0; */
        border-radius: 5px;
        background: #fff;
    }
    .athlete-search .main-search-input-item::before{
        content: unset;
    }
    .search-input-rwd{
        width: 100% !important;
        position: relative;
    }
    .main-search-input{
        display: block;
    }
    .search-padding-r{
        padding-right: 0px;
        margin-bottom: 8px;
    }
    /* .athlete-search .main-search-input-item input{
        height: 45px;
    }
    .athlete-search .main-search-input-item .nice-select{
        height: 45px;
    } */
    .list-user-img{
        flex-direction: column;
    }
    .link-right-arrow{
        padding: 10px;
    }
    .list-single-main-item-title{
        padding: 16px 17px;
    }
}
@media only screen and (max-width: 425px){
    .list-user-info{
    width: 190px;
    }
    .list-action-btn{
        margin-left: 0px;
    }
    .list-index{
        padding: 0px;
    }
}
@media only screen and  (max-width: 360px) {
.list-user-info{
    width: 160px;
    }
}
.border-shadow-tolt{
    animation: pulse_shadow 2s ease-in-out infinite;
}
@keyframes pulse_shadow {
    0% {
        box-shadow: 0px 0px 0px 0px rgb(255 65 86 / 40%);
    }
    100% {
        box-shadow: 0px 0px 10px 30px rgba(33, 137, 232, 0);
    }
  }
  .getHelp{
        display:none;
        position: absolute;
        top: 80px;
        right: 25px;
        min-width: 180px;
        background: #fff;
        box-shadow: 0 9px 26px rgb(58 87 135 / 15%);
        padding: 8px 8px 8px 18px;
        margin-top: -30px;
        font-family: Noto Sans TC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #666666;
        background: #E1E1E1;
        border-radius: 5px;
  }
  .getHelpIcon{
    cursor: pointer;
  }
  .border-bottom{
    border-bottom: 1px solid #e1e1e1;
  }