.activityList {
    max-width: 550px;
}
.activityList table {
    border-collapse: collapse;
    border-spacing: 0;
}
.activityList td {
    padding: .1em .5em;
}
.activityList > li {
    border-bottom: 2px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 60px;
    position: relative;
}
.activityList > li:first-child {
    padding-top: 0;
}
.activityList .dicon_small, .activityList .sicon_small {
    text-shadow: none;
}
.activityList .viewmore {
    text-decoration: none;
}
#trail_area1 .viewmore {
    display: block;
    margin: 10px 0 30px 0;
}
.actAuthor {
    position: absolute;
    width: 25px;
    padding-top: 4px;
}
.actContent {
    margin-left: 35px;
    position: relative;
}
.cardContent a {
    /*color: #000000;*/
}
.cardContent a.grey {
    color: #666666;
}
.cardContent.actContent {
    margin-left: 0;
}
.actContent .staticmap {
    width: 100%;
    height: auto;
}
.actContent .smallmap {
    width: auto;
    height: 75px;
}
.actContent .fadeout {
    overflow: hidden;
    border-bottom: 2px dashed #CCCCCC;
}
.actContent .fade100 {
    height: 100px;
    max-height: 100px;
}
.actContent .fade200 {
    height: 200px;
    max-height: 200px;
}
.actContent .fadeout:hover a {
    position: absolute;
    height: auto;
    z-index: 200;
    width: 100%;
}
.actBottom .opaque30:hover {
    opacity: 1;
}
.actContent > ul {
    margin: 10px 0;
}
.actContent .inline > li {
    padding-right: 20px;
}
.actContent .thumb {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.actContent .thumb img {
    min-height: 100px;
    height: auto;
    width: 100%;
    max-width: 150px;
    position: absolute;
    left: 0;
}
.actTitle {
    margin-bottom: 10px;
}
.actUser {
    color: #000000;
    font-size: 16px;
}
.activityList .cflag {
    height: 10px;
    width: auto;
}
.actContent .tags {
    overflow: hidden;
    white-space:nowrap;
}
#activityFeed .switchButtons {
    font-size: 70%;
    margin-bottom: 10px;
}
#activityFeed .switchButtons>li>a {
    padding: 4px 8px;
}
#activityFeed .switchButtons .bcc {
    font-size: 8px!important;
    background-color: #A1A1A1FF;
}
.actBottom {
    display: grid;
    grid-template-columns: 2fr 1.3fr;
    gap: 0px 8px;
    margin-top: 5px;
}
.actActions {
    text-align: right;
}
.highfivesLink {
    margin-right: 5px;
}
.highFiveButton .feedButton {
    font-size: 22px!important;
}
.actContent:hover .actActions.opaque60 {
    opacity: 1;
}
.feedButton {
    font-size: 20px;
    color: #4E4E4E;
    margin-left: 15px;
    display: inline-block;
    min-height: 22px;
}

.actActions .selected {
    background-color: transparent;
}
.actActions .selected .feedButton {
    color: #0078AA;
}
.ridelogPreviewImage > span {
    margin-right: 5px;
}
.ridelogTop {
    position: relative;
    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*max-height: 260px;*/
}
.ridelogTop .ridemap {
    width: 100%;
    height: auto;
    min-height: 210px;
    display: block;
    max-width: unset;
}
.ridelogTop::-webkit-scrollbar {
    display: none;
}
.ridelogTop .ridelogImage img {
    max-height: 210px;
    max-width: unset;
}
.ridelogTop .ridelogStravaPhoto img {
    max-height: 237px;
    max-width: unset;
}
.ridelogTop .ridelogPhotos {
    display: flex;
    min-height: 210px;
}
.ridelogTop .rideTrailDetails {
    width: 300px;
    max-height: 210px;
}
.rideTrailDetails td {
    white-space: nowrap;
}
.ridelogTop .photogrid .thumb {
    margin-bottom: 0;
    height: 100%;
    min-width: 150px;
}
.ridelogTop .photogrid .thumb a, .ridelogTop .thumbnail {
    height: 100%!important;
    max-height: 237px;
}
.rideDetails {
    margin-bottom: 10px;
    max-width: 450px;
}
.ridelogFeedItem .badgeli img {
    width: 15px;
    height: 15px;
}
.mscroll {
    position: absolute;
    top: 0;
    left: 0;
    min-width: unset!important;
    border-top-left-radius: 8px;
}
.follow-action-btn.follow .unfollow {
    display: none;
}
.follow-action-btn.unfollow .follow {
    display: none;
}
.follow-action-btn.unfollow {
    opacity: 0.3;
}
.optionsButton {
    padding: 1px 6px;
    margin-left: 5px;
    float: right;
    cursor: pointer;
}
#backdrop.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
    opacity: 1;
    pointer-events: all;
    z-index: 700;
}
.cardMenu {
    position: absolute;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.45);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.45);
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: none;
    width: 280px;
    z-index: 800;
    right: 0;
    top: 38px;
}
/* span with data-icon align far right */
.cardMenu span[data-icon] {
    float: right;
}
.cardMenu.active {
    display: block;
}
.cardMenu > div:hover {
    background-color: #f3f3f3;
}
#cardShare {
    top: unset;
    bottom: 55px;
}
#messageToast {
    display: none;
    position: fixed;
    min-width: 200px;
    max-width: 90%;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    background-color: #366b2d;
    color:#fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    font-size: 120%;
}
#messageToast.error, #messageToast.red {
    background-color: #d12123;
}
#feedUGC {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    column-gap: 10px;
    align-items: center;
    padding: 6px;
    border: 1px solid #29691f;
    border-radius: 8px;
    height: 32px;
}
#feedUGC:hover {
    border-color: #000000;

}
.applayout .img-height-limit-container {
    text-align: center;
    max-width: unset!important;
}
.grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    display: grid;
}
.grid-col-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    display: grid;
}
.action-icon svg, .action-icon {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    line-height: 16px;
}
.utility-6 {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .5px;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.cardAvatar {
    position: relative;
    max-height: 40px;
}
.cardAvatar .avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    max-height: 40px;
    border: 1px solid #fec200;
}
.cardAvatar .brandicon {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    text-align: center;
}
.cardImages img {
    border-radius: 1rem;
}
.cardHeader {
    display: grid;
    grid-template-columns: 40px 2fr 40px;
    grid-gap: 10px;
    position: relative;
}
.cardActions {
    display: flex;
    justify-content: space-between;
}
.cardActions .feedButton {
    font-size: 20px;
    color: #4E4E4E;
    margin-left: 0;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.cardActions .bookmark {
    margin-top: 3px!important;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.feedComment {
    display: grid;
    grid-template-columns: 40px 2fr;
    grid-gap: 10px;
    margin-bottom: 10px;
    position: relative;
}
.feedComment .optionsButton {
    padding: 0;
    margin-left: 0;
    float: none;
}
.threadedComment, .commentActions {
    margin-left: 50px;
}
.commentActions {
    margin-bottom: 8px;
}
.commentReplyCount {
    padding-left: 7px;
}
.commentAvatar img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.cardCommentForm {
    margin-bottom: 10px;
}
.commentText {
    border-radius: 6px;
    padding: 5px;
    background-color: #f8f8f8;
    position: relative;
}
.commentText.highlight {
    border: 1px solid #ffbcbc;
}
.commentText > div {
    display: grid;
    grid-template-columns: 1fr 2fr 10px;
    grid-gap: 10px;
    margin-bottom: 5px;
    position: relative;
}
.commentDate {
    text-align: right;
}
.cardActions .feedButton:hover {
    color: #006784;
}
.feedButton.selected {
    color: #006784;
    background: none;
}
.highfiveReactions, .commentCount {
    color: #757575;
}
.highfiveReactions .feedButton {
    color: #757575;
    margin-left: 0;
}
.cardContent img, .cardContent .thumb {
    border-radius: 8px;
}
.cardContent .actMapLabel {
    border-top-left-radius: 8px;
}
.hscroll:hover .hscrollButton {
    display: block;
}
.hscrollButton {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    z-index: 99;
}
.outsidecard .cardAvatar {
    height: 40px;
    width: 40px;
}
.outsidecard .cardAuthor {
    min-height: 40px;
}
.outsidecard .cardContent {
    position: relative;
}
.outsidecard.cardLoading .cardContent {
    min-height: 309px;
}
.cardImages {
    display: flex;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cardImageLink {
    display: inline-block;
}
.cardImageMulti .cardImageLink {
    margin-right: 15px;
}
.cardImageMulti .cardImage {
    max-height: 309px;
    max-width: none;
}
.cardImages img {
    min-height: 200px;
}
.cardImages .cardImage {
    min-height: 309px;
}
.cardLoadingBox {
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 309px;
    width: 100%;
}
.cardLoading .cardAuthorName {
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 6px;
    width: 80px;
    height: 15px;
}
a.cardAuthorName {
    color: #000;
}
.gaiaImage {
    max-height: 240px;
}
.followSuggest .delN {
    display: block;
    top: 5px;
}
.followSuggest {
    width: 180px;
    min-width: 180px;
    position: relative;
    margin: 0 10px 10px 0;
    text-align: center;
}
.followSuggest img {
    display: inline-block;
    width: 80px!important;
    height: 80px!important;
    max-height: unset;
    max-width: unset;
    -webkit-border-radius: 50%;
    border-radius: 50%!important;
}
.followSuggestPic {
    min-height: 85px;
}
.followSuggest .followName {
    margin-top: 5px;
    margin-bottom: 10px;
}
.followSuggest:hover .delN {
    top: 5px;
}
.delN {
    display: none;
    position: absolute;
    border-radius: 50%;
    color: #494949;
    bottom: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}
.delN:hover {
    background: #dcdcdc;
}
.user-image {
    border-radius: 50%;
}
.usergrid3 {
    display: grid;
    grid-template-columns: 40px 1fr 70px;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas: ". . .";
}
.usergrid3:hover {
    background-color: #f6f6f6;
}
.achievement_1 {color:#E1B900}
.achievement_2 {color:#aeaeae}
.achievement_3 {color:#A67D3D}

.linkPreview {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 15px;
}
.linkSourceText {
    font-weight: bold;
}
.linkPreviewTitle {
    text-decoration: none!important;
    font-weight: bold;
    color: #000000;
}
.cardImageCount {
    position: absolute;
    top: 6px;
    right: 7px;
    padding: 2px 4px;
    font-size: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
}

@media screen and (min-width: 900px) {
    .ridelogTop .ridemap.contentScroll {
        width: 450px;
    }
}

@media screen and (max-width: 768px) {
    .grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }
    .cardTemplate .reporticon {
        display: block;
    }
    .actContent .smallmap {
        width: auto;
        height: 50px;
    }
    .cardGroups {
        display: block;
        margin-top: 5px;
    }
    .outsidecard .cardContent {
        min-height: auto;
    }
    .actContent .fade100 {
        height: auto;
        max-height: auto;
    }
    .actContent .fadeout {
        border-bottom: none;
    }
    .cardImages {
        min-height: 246px;
    }
}

@media screen and (max-width: 486px) {
    .ridelogTop .ridemap {
        width: 100%;
        height: auto;
        min-height: 173px;
        display: block;
        max-width: unset;
    }
    .ridelogTop .ridemap.contentScroll {
        width: 330px;
    }
    .ridelogTop .ridelogStravaPhoto img, .ridelogTop .thumbnail {
        max-height: 173px;
    }
    .ridelogTop .photogrid .thumb {
        width: auto!important;
        min-width: 150px;
    }
    .feedButton {
        font-size: 24px;
    }
    .commentRidelogButton .feedButton {
        font-size: 20px;
    }
}