.post {
    position: relative;
    height: 100%;
    width: 100%;
}

.post.highlight .postDetails,
.post.highlight .imageContainer {
    background-color: #d7f1fc;
}

.post.expanded .postTop,
.post.expanded .postMiddle {
    display: none;
}

.post .imageContainer {
    transition: background-color 0.3s linear;
}

.post .postDetails {
    padding: 10px;
    background-color: #ffffff;
    transition: background-color 0.3s linear;
}

.post.expanded .postDetails {
    cursor: auto;
}

.post.systemActivity .avatar {
    float: left;
    margin-top: 0;
}

.post.systemActivity .postMiddle {
    margin-top: -10px;
}

.post .avatar,
.post .avatar.other {
    float: left;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 6px;
}

.post .summary {
    float: left;
    margin: 0 0 0 10px;
    width: 85%;
}

.post .summary .name {
    width: 250px;
}

.post.systemActivity .summary .name {
    display: none;
}

.post .topMessage {
    width: 250px;
    display: none;
}

.post.systemActivity .topMessage {
    display: block;
}

.post .postMiddle {
    margin: 10px 0 0 0;
}

.post.systemActivity .middleMessage {
    display: none;
}

.post .postBottom {
    margin: 10px 0 0 0;
}

.post.noRating .postBottom {
    display: none;
}

.post.systemActivity .commentAndTagSection {
    float: right;
    margin: 4px 0 0 0;
}

.post .numComments {
    float: right;
    margin: 0 10px 0 0;
    line-height: 15px;
}

.post .commentIcon {
    float: right;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    margin: 1px 2px 0 0;
}

.post .numTags {
    float: right;
    margin: 0 25px 0 0;
    line-height: 15px;
}

.post .tagIcon {
    float: right;
    width: 18px;
    height: 12px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/tag_s_v1.png);
    background-size: 18px 12px;
    margin: 1px 2px 0 0;
}

.post .ratingContainer {
    float: left;
}

.post.systemActivity .ratingContainer {
    display: none;
}

.post .commentContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
}

.post.expanded .commentContainer {
    display: block;
}

.post .commentSeparator {
    height: 1px;
    width: 80%;
    margin: 0 auto;
    background-color: #f0f0f0;
}

.post .commentDivider {
    height: 5px;
    background-color: #d0d0d0;
    display: none;
}

.post.expanded .commentDivider {
    display: block;
}

.post .activity {
    width: 280px;
    height: 56px;
    background-color: transparent;
    margin: 0 auto;
    display: none;
}

.post.systemActivity .activity {
    display: block;
}

.post .sessionIconContainer {
    float: left;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    background-color: #87dad1;
    margin-right: 0;
}

.post .sessionIcon {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    margin: 3px;
}

.post .activityIcon {
    float: left;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin: 5px;
    border-radius: 50%;
    margin-top: 7px !important;
    background-color: #87dad1;
    margin-right: 0;
}

.post .activitySection {
    float: left;
    width: 56px;
}

.post .activitySection .icon {
    margin: 8px auto 0 auto;
}

.post .activitySection.empty .icon {
    display: none;
}

.post .activitySection .text {
    margin: 4px 0 0 0;
    text-align: center;
}

.post .activitySection.empty .text {
    display: none;
}

.post .durationSection .icon {
    width: 26px;
    height: 26px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/duration_s_v1.png);
    background-size: 26px 26px;
}

.post .activitySection .dot {
    width: 8px;
    height: 8px;
    background-color: #cacaca;
    border-radius: 50%;
    margin: 24px auto;
    display: none;
}

.post .activitySection.empty .dot {
    display: block;
}

.post .caloriesSection .icon {
    width: 17px;
    height: 24px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/calories_s_v1.png);
    background-size: 17px 24px;
}

.post .caloriesSection .text {
    margin-top: 7px;
}

.post .stepsSection .icon {
    width: 21px;
    height: 26px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/steps_s_v1.png);
    background-size: 21px 26px;
}

.post .strokesSection .icon {
    width: 21px;
    height: 26px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/d/en_US/gv/i/strokes_s_v1.png);
    background-size: 21px 26px;
}

.post .distanceSection .icon {
    width: 18px;
    height: 25px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/distance_s_v1.png);
    background-size: 18px 25px;
}

.post .distanceSection .text {
    margin-top: 6px;
}

.post .activityNameSection {
    display: none;
}

.post .userPost {
    display: block;
}

.post.systemActivity .userPost {
    display: none;
}

.post.systemActivity .activityNameSection {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.post .appName,
.post .activityName {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 1.4px;
    text-align: left;
    color: #0eb5fe;
    margin-right: 5px;
}

.post .pipe {
    margin: 0 0 0 0px;
    font-size: 14px;
}

.post .appName {
    margin: 0 5px 0 5px;
}

.post.systemActivity .summary {
    height: 43px;
}

.post .imageContainer {
    grid-template-columns: minmax(0, auto) minmax(0, auto);
    position: relative;
    padding: 0 55px 10px 55px;
    transition: background-color 0.3s linear;
    justify-items: flex-start;
}

.post .postImage {
    max-width: 270px;
    min-height: 100px;
    max-height: 150px;
    cursor: pointer;
}

.post .resultContainer.multiple .postImage {
    max-width: 125px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.post .post-date,
.post .userText {
    font-family: "Metropolis Regular";
    width: 93%;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.16px;
    text-align: left;
    color: #7c7c7c;
    word-break: break-word;
    outline: none;
}

.post .post-date {
    font-size: 14px;
    letter-spacing: 0.14px;
    width: auto;
}

.post .userName {
    font-family: "Metropolis Bold";
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 0.21px;
    text-align: left;
    color: #0d4962;
    margin-right: 5px;
}

.post .post-date {
    font-size: 10px;
    color: #797979;
    display: inline-block;
}

.post .userMessage {
    padding-left: 10px;
    width: 88%;
    display: inline-block;
    position: relative;
}

.post .top-message.flex-container {
    padding: 10px 0;
}

.post .low {
    color: #139ceb;
}

.post .medium {
    color: #f48018;
}

.post .high {
    color: #fb0007;
}

.post .linkpreview .image-preview {
    width: 94%;
}

.post .linkpreview .title-preview {
    font-size: 14px;
    font-weight: 400;
    width: 94%;
}

.post .linkpreview .description-preview {
    font-weight: 200;
    width: 94%;
}

.post.expanded .userText {
    max-height: 150px;
    overflow-y: auto;
}

.post.mePost .postDetails,
.post.mePost .imageContainer {
    background-color: rgba(255, 226, 69, 0.15);
}

.post.expanded > .imageContainer {
    height: 150px;
    overflow-y: auto;
}

.post.private .postDetails {
    background-color: #e9e9e9;
}

.post .imageContainer .resultContainer {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.post .imageContainer .resultContainer.noImage {
    position: relative;
    margin: 10px 0;
    background-color: #f0f0f0;
    border-radius: 15px;
    height: 130px;
    width: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.post .imageContainer .resultContainer.noImage.multiple {
    width: 120px;
}

.post .imageContainer .resultContainer.noImage img {
    object-fit: contain;
    height: 25px;
    min-height: unset;
}

.post .imageContainer .resultContainer.noImage .imgName {
    width: 100%;
    display: flex;
    padding-right: 10px;
    padding-bottom: 20px;
}

.post .imageContainer .resultContainer.noImage .imgName .fileName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Metropolis Bold";
    font-size: 12px;
    letter-spacing: 1.1px;
    color: #333333;
}

.post .imageContainer .resultContainer.noImage .imgName .fileExt {
    font-family: "Metropolis Bold";
    font-size: 12px;
    letter-spacing: 1.1px;
    color: #333333;
}

.post .imageContainer .resultContainer.noImage .imageSize {
    font-family: "Metropolis Regular";
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 1.1px;
    color: #333333;
    padding-bottom: 20px;
}

.post .feedMenuContainer {
    display: inline-block;
}

.dark .post .postDetails {
    background-color: rgba(14, 181, 254, 0.08);
}

.dark .post .userName,
.dark .post .post-date,
.dark .post .numComments,
.dark .post .userText {
    color: rgba(255, 255, 255, 0.87);
}

.dark .post.mePost .postDetails,
.dark .post.mePost .imageContainer {
    background-color: #0d4962;
}