h1 {
    font-size: 24px;
}

.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;
}

.race-name-box,
.predict-padding {
    margin-bottom: 16px;
    padding: 16px 24px;
    border-radius: 5px;
}

.estimate-p {
    font-size: 14px !important;
    font-weight: 700;
    text-align: center !important;
    color: #ff5366 !important;

}

.action-btn {
    display: flex;
}

.action-btn a i {
    color: #979797;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 5px;
}

.rank-card {
    border-radius: 5px 5px 0 0;
    border: 0px solid #e5e7f2;
}

.rank-card span {
    color: #fff;
}

.rank-card-detial span {
    white-space: nowrap;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.rank-card-grades {
    border-color: #eee;
}

.rank-card-grades .rank {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

.rank-card-grades .grade {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}

.rank-title {
    white-space: nowrap;
    font-size: 12px;
}

.rank-card-grades div {
    border-color: #E1E1E1;
}

.share-btn i {
    color: #979797;
}

.share-btn:hover .fa-share-alt,
.share-btn:active .fa-share-alt {
    color: #ff5366;
}

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

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

.listing-hero-section .bg-parallax-wrap:before,
.d-gr-sec:before {
    content: unset !important;
}

.athlete-record {
    border-color: #eee;
}

.athlete-record .row {
    padding: 10px 0;
    border-color: #E1E1E1;
}

.athlete-record .row:nth-child(even) {
    background: #F6F6F6;
}

.slide-block {
    display: none;
}

.share-holder {
    bottom: 0;
}

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

.download-certificate {
    border-radius: 5px;
    background: #FF5366;
}

.download-certificate.disable {
    background: #979797;
}

.download-certificate:hover,
.download-certificate:active {
    background: #F12C41;
}

.keep-record {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #FF5366;
}

.keep-record.disable {
    border: 1px solid #979797;
    color: #979797;
}

.keep-record:hover,
.keep-record:active {
    background: #FF5366;
    color: #fff;
}

.race-score {
    border-radius: 5px;
    background: #FF7A3A;
}

.race-score.disable {
    background: #DDDDDD;
    color: #979797;
}

.race-score:hover,
.race-score:active {
    background: #FF7A3A;
    opacity: .8;
}

.service {
    display: flex;
}

.claimed {
    background-color: #CFCFCF !important;
}

.claim-btn-block a {
    display: flex;
    flex: 1;
    justify-items: center;
    align-items: center;
}

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

    .race-name-box,
    .predict-padding {
        padding: 16px 16px;
    }

    .service {
        display: block;
    }

    .predict-item-title h3 {
        width: 40%;
    }

    .predict-item-title p {
        width: 60%;
        right: 0;
        text-align: right;
    }

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

@media only screen and (max-width: 425px) {
    .rank-card-grades .rank {
        font-size: 16px;
    }

    .list-single-main-item-title {
        padding: 18px 15px;
    }
}

.athlete_memo_text {
    color: #ff4156 !important;
    font-size: 24px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.rank-text {
    font-size: 16px !important;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
}

.athlete-record-title {
    text-align: center;
}

.athlete-record-title div {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #979797;
}

.align-items-center {
    font-size: 14px !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

.cp-list-title h3 {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}

.main-text-color {
    color: #666666;
}

.dust-color {
    color: #979797 !important;
}

.rankCard-title {
    color: #666666;
}

.font-light-color {
    color: #404040 !important;
}

.cp-list-flxe {
    display: flex;
}

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

}

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

.list-single-main-item_content {
    padding: 10px 30px;
}

.rankCard-title img {
    padding-bottom: 2px;
    width: 15px;
    height: 15px;
}

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

.predict-item-title {
    border-bottom: 1px solid #eee;
    padding: 16px 24px;
    position: relative;
}

.predict-item-title h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #566985;
    font-family: 'Nunito', sans-serif;
}

.predict-item-title p {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FF5366;
    padding-bottom: 1px;
}

.rank-card-box .rank-card {
    background: #FF5366;
}

.rank-card-athlete-name h1 {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-card-athlete-number h1 {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.time-line-box {
    justify-content: space-between;
    align-items: center;
}

.border-left {
    border-left: 1px solid #FFFFFF;
    /* height: 12px; */
    /* margin-top: 5px; */
}

.share-center-p p {
    color: #000;
}

.rankcard-content-top {
    background: #F6F6F6;
    margin: 0px;
}

.rankcard-content-top p {
    text-align: center;
}

.rankcard-content-top .rankCard-box {
    margin-top: 16px;
    margin-bottom: 16px;
}

.rankcard-content-top .rankCard-text {
    padding-bottom: 0px;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #404040;
}

.list-single-main-item p {
    padding-bottom: 0px;
}

.box-widget-item-header {
    padding: 18px 24px;
}

.box-widget-content {
    padding: 0px 30px 16px;
}

.general-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 30px 30px;
}

.record-list-cpname {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FF5366;
}

.small-padding {
    padding: 32px 0px 48px 0px;
}

.border-bottom {
    border-bottom: 1px solid #E1E1E1;
}

.point-font {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
}

.block_box {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.horizontal-timeline {
    padding: 0px 40px;
}

.cptype-icon {
    width: 30px;
    height: 30px;
}

.icon-list {
    width: 13px;
    height: 13px;
    margin-bottom: 3px;
}

.cp-title {
    font-family: Noto Sans !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #404040 !important;
}

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

.prompt-box {
    margin: 16px;
}

.rank-title-padding-ironman {
    border-bottom: 1px solid #E1E1E1;
    padding: 14px 20px;
    position: relative;
}

.rank-item-padding-ironman {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 20px;
    position: relative;
}

.relay-item-title {
    padding: 16px 16px;
}

.relay-item-cp-header {
    padding: 20px 16px 0px 16px;
}

.relay-item-title h3 {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #404040;
}

.rank-card-grades .relay-rank-text {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #404040;
}

.relay-rank-top-text {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #404040;
}

.relay-box {
    margin: 0px;
}

.relay-bottom-box {
    margin: 0px;
    padding: 20px 0px;
    display: none;
}

.relay-pd-l-px {
    padding-left: 12px;
}

.to-top {
    bottom: 220px;
}

.get-tree-btn {
    border-radius: 5px;
}

.get-tree-btn-mb {
    z-index: 1;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    background: #00A59B;
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .list-single-main-item-title {
        padding: 17px 16px;
    }

}

@media(min-width: 769px) {
    .get-tree-btn-mb {
        display: none;
    }
}

.allsportPhotoBanner.desktop img,
.allsportPhotoBanner.mobile img {
    width: 100%;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .allsportPhotoBanner.desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .allsportPhotoBanner.mobile {
        display: none;
    }
}