.communitycard {
    display: flex;
    box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.25);
    border-radius: 15px;
}

.hidden {
    display: none;
}

.communitycard .expert-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/admin-star-white@2x.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-left: 5px;
    display: inline-flex;
}

.communitycard .communitycard-card {
    background-color: white;
    border-radius: 15px;
    padding-bottom: 0;
    min-width: 200px;
    -webkit-transition: border 0.4s linear, box-shadow 0.4s linear;
    -moz-transition: border 0.4s linear, box-shadow 0.4s linear;
    transition: border 0.4s linear, box-shadow 0.4s linear, opacity 0.5s ease-in-out;
    min-width: 398px;
}

.communitycard .communitycard-card.active {
    border-color: #19a4fd;
    -webkit-box-shadow: 0 0 10px #19a4fd;
    -moz-box-shadow: 0 0 10px #19a4fd;
    box-shadow: 0 0 10px #19a4fd;
}

.communitycard .communitycard-body {
    margin-top: 71px;
    line-height: 1.3;
    text-transform: none;
    text-align: center;
    color: #19a4fd;
    font-weight: bold;
}

.communitycard .communitycard-body.expanded {
    margin-top: 0;
}

.communitycard .community-icon {
    padding-top: 0;
    width: 50px;
    height: 50px;
}

.communitycard .community-icon > div {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    border-radius: 50%;
    color: white;
    display: inline-block;
    background-size: contain;
    background-color: #19a4fd;
}

.communitycard .border-bottom {
    background-color: white;
    height: 35px;
    display: flex;
}

.communitycard .communitycard-body .col-6,
.communitycard .communitycard-body .attribute-value {
    font-size: 14px;
    padding: 0;
}

.communitycard .communitycard-head .date-range {
    font-size: 12px;
}

.communitycard .attribute {
    margin: 5px 0;
    letter-spacing: 2px;
}

.communitycard .attribute-value,
.communitycard .attribute-status {
    display: inline-block;
}

.communitycard .attribute-status {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-left: 5px;
}

.communitycard .community-info {
    width: 80%;
    overflow: hidden;
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.communitycard .members-quantity {
    font-size: 16px;
}

.communitycard .attribute-status.failed {
    background-image: url(https://s3.amazonaws.com/bg-public-assets/d/en_US/p/error.png);
}

.communitycard .attribute-status.ok {
    background-image: url(https://s3.amazonaws.com/bg-public-assets/d/en_US/p/ok.png);
}

.communitycard .attribute-status.warning {
    background-image: url(https://s3.amazonaws.com/bg-public-assets/d/en_US/p/warning.png);
}

.communitycard .post-container {
    overflow-y: scroll;
    height: calc(100% - 55px);
    display: flex;
}

.communitycard #_inlinePostInputContainer {
    position: unset;
}

.communitycard .postwriter {
    /* position: unset; */
    bottom: 0;
    min-width: 398px;
}

.communitycard .postwriter .newPostContainer {
    padding-bottom: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.postwriter .line-separator {
    padding-bottom: 5px;
}

.communitycard .message-title {
    padding: 0 10px;
    font-family: "Metropolis Bold";
    font-size: 15px;
    line-height: 1.23;
    letter-spacing: 1.3px;
    color: #ffffff;
    text-transform: uppercase;
}

.communitycard .bodyContainer .postView,
.communitycard .bodyContainer.comments .commentsView,
.communitycard .bodyContainer.newPoll .newPollView {
    display: flex;
    flex-direction: column;
    height: 67vh;
    visibility: visible;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.communitycard .bodyContainer .commentsView,
.communitycard .bodyContainer.comments .postView,
.communitycard .bodyContainer .newPollView,
.communitycard .bodyContainer.newPoll .postView {
    /* height: 0; */
    display: none;
    visibility: hidden;
    opacity: 0;
}

.communitycard .urgency-btns-container {
    display: none !important;
    text-align: right;
}

.communitycard .urgency-btns-container,
.communitycard .message-title {
    color: #333333;
    padding-left: 20px;
}

.communitycard .urgency-btn img {
    width: 14px;
}

.communitycard .urgency-btn {
    display: inline-block;
    height: 21px;
    width: 22px;
    padding-left: 4px;
    padding-top: 5px;
    margin: 0 5px;
    border-radius: 50%;
}

.communitycard .urgency-btn .empty,
.communitycard .urgency-btn.pressed .outline {
    display: none;
}

.communitycard .urgency-btn .outline,
.communitycard .urgency-btn.pressed .empty {
    display: block;
}

.communitycard .urgency-btn.high.pressed {
    background-color: #fb0007;
}

.communitycard .urgency-btn.medium.pressed {
    background-color: #f48018;
}

.communitycard .urgency-btn.low.pressed {
    background-color: #139ceb;
}

.communitycard .commentAndTagSection {
    position: absolute;
    right: 0;
    top: 18px;
    cursor: pointer;
}

.communitycard .closeComments,
.communitycard .closeNewPoll {
    border: none;
    background-color: inherit;
    padding-right: 30px;
    cursor: pointer;
    outline: none;
}

.communitycard .closeComments > span,
.communitycard .closeNewPoll > span {
    margin-bottom: 0;
    display: flex;
    font-family: "Metropolis Bold";
    font-size: 16px;
    line-height: 1.23;
    letter-spacing: 1.3px;
    color: #333333;
    text-transform: uppercase;
}

.communitycard .commentsView .border-bottom,
.communitycard .newPollView .border-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.communitycard .newPollView .pollcreation {
    width: 100%;
    padding-left: 20px;
}

.communitycard .newPollView .pollcreation .timeIcon {
    margin-right: 10px;
}

.communitycard .stream-icon,
.communitycard .phone-icon {
    background-size: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: auto;
    border-radius: 20%;
    background-color: #58595b;
    background-position: center;
    background-repeat: no-repeat;
}

.communitycard .stream-icon {
    background-size: 22px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/satellite-static@3x.png);
}

.communitycard .stream-icon.live {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/satellite-active@3x.gif);
}

.communitycard .phone-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/start-audio@2x.png);
    background-color: #2cdd6b;
    cursor: pointer;
}

.communitycard .phone-icon.live {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/ongoing-gojitalk.gif);
}

.communitycard .communitycard-head {
    display: flex;
    width: calc(100% - 28px);
    background-color: white;
    padding: 14px;
    border-radius: 15px;
    max-height: 111px;
    margin: auto;
    margin-top: 14px;
    box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.25);
}

.communitycard .communityColumn {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 42px);
    cursor: pointer;
    align-items: center;
}

.communitycard .communityColumn .commContainer {
    display: flex;
    width: calc(100% - 50px);
    flex-direction: column;
    padding-left: 14px;
    align-self: flex-start;
}

.communitycard .communityActions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 12%;
    height: 85px;
}

.communitycard .communityInfo {
    display: flex;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    align-items: center;
    flex-direction: column;
}

.communitycard .communityInfo .communityDescription {
    font-family: "Metropolis Regular Italic";
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 1.1px;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.communitycard .communityNameContainer {
    display: flex;
    width: 100%;
}

.communitycard .communityNameContainer .community-name {
    /* display: flex; */
    max-width: calc(100% - 23px);
    font-family: "Metropolis Bold";
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.18px;
    color: #0d4962;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.communitycard .members-quantity {
    font-family: "Metropolis Regular";
    font-size: 12px;
    line-height: 1.23;
    letter-spacing: 0.12px;
    color: #333;
    width: 100%;
}

.communitycard .communitycard-card.dragging::after {
    position: absolute;
    height: calc(67vh + 111px);
    width: 400px;
    top: 10px;
    content: "drop a file";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Metropolis Bold";
    font-size: 20px;
    line-height: 1.23;
    letter-spacing: 1.3px;
    color: #ffffff;
    border-radius: 15px;
    outline: dashed;
    outline-offset: -20px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) {
    /* CSS Rules Here */
    .communitycard .bodyContainer .postView,
    .communitycard .bodyContainer.comments .commentsView,
    .communitycard .bodyContainer.newPoll .newPollView {
        height: 60vh;
    }

    body {
        overflow-y: hidden;
    }
}

.dark .postwriter .line-separator {
    border-color: rgba(240, 240, 240, 0.14)
}

.dark .communitycard .communitycard-head {
    background-color: rgba(14, 181, 254, 0.12);
}

.dark .communitycard .communityNameContainer .community-name,
.dark .communitycard .members-quantity,
.dark .communitycard .communityInfo .communityDescription {
    color: rgba(255, 255, 255, 0.87);
}
