body {
}

.body {
    max-width: 1500px;
    margin: auto;
    background-color: #ffffff;
    /*box-shadow: 0 2px 25px rgb(0 0 0 / 40%);*/
}


.community-banner {
    position: relative;
    padding: 0px 15px;
    display: block;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 8%);
    min-height: 218px;
}

.banner-img {
    background: var(--bannerImg);
    min-height: 300px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 7px 7px;
    /*margin:0px -15px;*/
    position: relative;
    display: block;
    content: "";
}



.community-header {
    display: grid;
    grid-template-columns: 130px auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "c-logo c-name c-members" "c-logo c-subTitle c-members";
    width: 100%;
    padding: 15px;
    grid-gap: 0px 15px;
    background-color: #fdfdfd;
    min-height: 160px;
}

.knowledge-link {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 18px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
}

    .knowledge-link:hover {
        transform: scale(1.1);
    }

/*.community-logo {
    grid-area: c-logo;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    bottom: 0px;
    left: 10px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 3px solid;
    border-color: var(--bannerBg);
    object-fit: contain;
    background-image: var(--logo);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}*/

/*    .banner-img.lazy-on-load,
    .community-logo.lazy-on-load {
        background-image: none;
        background-color: #F1F1FA;
    }*/

/*.community-name {
    grid-area: c-name;
    align-self: flex-end;
    ;
    font-size: 35px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}*/


.community-header-btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /*margin-left: -36px;*/
    width: fit-content;
}

@media (max-width: 600px) {
    .community-header-btn-container {
        margin-left: 0px;
    }
}

.admin-button-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 10px;
    cursor: pointer;
}



    .admin-button-icon:hover {
        transform: scale(1.1);
    }

    .admin-button-icon span {
        color: #39f;
        text-transform: uppercase;
        font-size: 14px;
    }

    .admin-button-icon i {
        font-size: 22px;
        border: 2px solid #39f;
        border-radius: 50%;
        padding: 8px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #39f;
        background-color: #fff;
    }

.marketplace-result-header .admin-button-icon i {
    font-size: 18px;
    border: 2px solid #39f;
    border-radius: 50%;
    padding: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #39f;
    background-color: #fff;
    padding: 0;
    margin-bottom: 2px;
}

.marketplace-result-header .admin-button-icon span {
    color: #39f;
    text-transform: uppercase;
    font-size: 13px;
}

    @media (max-width: 600px) {
        .admin-button-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .admin-button-icon span {
                font-size: 12px;
            }

            .admin-button-icon i {
                font-size: 18px;
                padding: 8px;
                width: 35px;
                height: 35px;
            }
    }

    .admin-button-icon.orange span {
    color: #EA8A41;
}

.admin-button-icon.orange i {
    border: 2px solid #EA8A41;
    color: #EA8A41;
}

.admin-button-icon.red span {
    color: #FF5757;
}

.admin-button-icon.red i {
    border: 2px solid #FF5757;
    color: #FF5757;
}

.admin-button-icon.green span {
    color: #2AC940;
}

.admin-button-icon.green i {
    border: 2px solid #2AC940;
    color: #2AC940;
}

.admin-button-icon.gray {
    pointer-events: none;
}

    .admin-button-icon.gray span {
        color: #ddd;
    }

    .admin-button-icon.gray i {
        border: 2px solid #ddd;
        color: #ddd;
    }

.stickey-bottom {
    position: fixed;
    bottom: 0px;
    padding: 15px;
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    z-index: 101;
    left: 0px;
    width: 500px;
    margin-left: calc(50% - 250px);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.25);
}

.community-sub {
    grid-area: c-subTitle;
    align-self: flex-start;
    font-size: 20px;
    color: #4F4F4F;
}

.community-members {
    grid-area: c-members;
    align-self: center;
    justify-self: right;
    font-size: 16px;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    /*padding-right: 25px;*/
}

    .community-members > .thumbnail-img {
        margin-left: -25px;
        width: 50px;
        height: 50px;
    }

    .community-members .style-button {
        /*display: block;
        font-size: 1.2em;*/
        font-weight: 600;
        margin: 0px;
    }

.community-container {
    /*max-width:1640px;*/
    margin: auto;
}

.thumbnail-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0px 10px;
    position: relative;
    border: 2px solid rgba(255, 255, 255,1);
    vertical-align: middle;
}


.community-top-menu {
    display: grid;
    position: relative;
    grid-template-columns: auto auto;
    padding: 0px 15px;
    border-top: 1px solid #f2f2f2;
    /*border-bottom: 1px solid #f2f2f2;*/
}



.community-top-menu-list {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    overflow: hidden;
    flex: 1 1 0px;
    flex-wrap: wrap;
    /*background-color: #fff;*/
}

.community-menu-item {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: grid;
    align-content: center;
    color: #828282;
}

    .community-menu-item .icon {
        font-size: 30px;
        color: #4F4F4F;
        justify-self: right;
        padding: 0px 10px 0px 0px;
    }

    .community-menu-item > .name {
        padding-top: 2px;
    }

    .community-menu-item:hover {
        transform: scale(1.2);
        color: #666;
    }

.greedy-nav > .community-menu-item:hover {
    transform: scale(1);
    color: #fff;
    background-color: #00b2d9;
}



.community-top-menu-settings {
    text-align: right;
    padding-top: 10px;
}

    .community-top-menu-settings > .style-button {
        display: inline-block;
        width: auto;
        font-size: 22px;
        padding: 5px 10px;
    }




.community-items-container {
    margin: 0px 0px 0px 0px;
}

.community-card-holder {
    display: grid;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-shrink: 0;
    transform: perspective(800px);
    transform-style: preserve-3d;
    margin-left: 0px;
    position: relative;
    /*min-height: 300px;*/
    grid-auto-flow: column;
    justify-content: start;
}

    .community-card-holder:after {
        content: "";
        width: 0px;
        padding: 5px;
    }

    .community-card-holder::-webkit-scrollbar,
    .netcommunity-container::-webkit-scrollbar,
    .stats-widget-cards::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    /* Track */
    .community-card-holder::-webkit-scrollbar-track,
    .netcommunity-container::-webkit-scrollbar-track,
    .stats-widget-cards::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .community-card-holder::-webkit-scrollbar-thumb,
    .netcommunity-container::-webkit-scrollbar-thumb,
    .stats-widget-cards::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
        cursor: pointer;
    }

        .community-card-holder::-webkit-scrollbar-thumb:hover,
        .netcommunity-container::-webkit-scrollbar-thumb:hover,
        .stats-widget-cards::-webkit-scrollbar-thumb:hover {
            background: #666;
        }

.community-item-header {
    margin-top: 0px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: auto auto minmax(auto, 550px) minmax(0px, 110px);
    align-items: center;
    padding-top: 10px;
}

    .community-item-header.user {
        margin-top: 0px;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: auto auto minmax(auto, 550px);
        align-items: center;
        padding-top: 10px;
    }

.community-item-filter-link {
    justify-self: right;
    cursor: pointer;
}

.community-item-search, .team-search, .eventteam-search {
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    padding: 10px 15px 10px 35px;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    /*width: -webkit-fill-available;*/
    color: #000;s
}

.community-item-search-container {
    width: 100%;
    position: relative;
}

    .community-item-search-container > i {
        position: absolute;
        left: 25px;
        top: 13px;
        color: #777;
        z-index: 1;
    }


.update-category {
    border: 1px solid #ea8a41;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 10px;
    color: #ea8a41;
    cursor: pointer;
}

.net-community-item-header {
    margin-top: 0px;
    margin-bottom: 10px;
    display: flex;
    grid-template-columns: auto auto;
    align-items: center;
    padding-top: 10px;
    gap: 10px;
}

.community-card-holder-navigation {
    position: relative;
}

.community-holder-left, .community-holder-right {
    position: absolute;
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    z-index: 1;
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 25px;
    border-radius: 100%;
    border: 1px solid #444;
    background-color: #333;
    color: #fff;
    opacity: .6;
    cursor: pointer;
}

    .community-holder-left:hover, .community-holder-right:hover {
        opacity: 1;
    }

.community-holder-left {
    left: 0px;
}

.community-holder-right {
    right: 0px;
}

.community-card,
.community-card-create,
.community-card-no-results {
    width: 270px;
    min-width: 270px;
    /*height: 320px;*/
    position: relative;
    /*box-shadow: 1px 2px 5px rgb(0 0 0 / 25%);*/
    filter: drop-shadow(1px 2px 5px rgb(0 0 0 / 25%));
    border-radius: 5px;
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    color: var(--fg-color);
    transition: all .2s ease-in-out;
    transform: scale(0.95);
    animation: .3s ease-out 0s 1 cardPopIn;
    background-color: #f2f2f2;
    text-decoration: none !important;
    border-radius: 20px;
    padding-bottom: 50px;
    background-color: var(--background-color);
    color: var(--secondary-text-color);
}

    .community-card.feature {
        padding-bottom: 10px;
    }

@keyframes cardPopIn {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.95)
    }
}
/*.community-card-holder > .community-card:nth-of-type(1) {
    margin-left: 30px;
}*/

.community-card-img {
    width: 100%;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .community-card-img img {
        /*width: 100%;*/
        /*height: 133px;*/
        /*object-fit: cover;*/
        transition: all .2s ease-in-out;
        /*transform: scale(1.05);*/
        display: block;
        object-fit: cover;
        width: 100%;
        transition: all ease-out .15s;
        position: relative;
        background-color: #f2f2f2;
        aspect-ratio: 25/15;
        transition: all ease-out .15s;
    }

.community-card:hover > .community-card-img > img {
    transform: scale(1);
}

.community-card:hover,
.community-card-create:hover {
    /*transform: skew(-1.3deg, 1.3deg);*/
    transform: scale(1);
}

.community-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 10px 15px 5px;
    max-height: 3em;
    overflow: hidden;
    color: var(--primary-text-color);
}

    .community-card-title:hover {
        overflow: visible;
    }

    .community-card-title > span:hover {
        /*background: #fff;*/
        position: relative;
        display: block;
    }

.community-card-info {
    font-size: 13px;
    margin: 0px 15px;
    color: #333;
    white-space: nowrap;
    color: var(--secondary-text-color);
}

@media (max-width:700px) {
    .community-card-info {
        font-size: 12px;
    }
}

    .community-card-info > div {
        margin: 3px 0px;
    }

.community-card-footer {
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 5px 15px 10px;
    font-weight: 600;
    color: #000;
    color: var(--secondary-text-color);
}

    .community-card-footer > div:nth-of-type(2) {
        text-align: right;
    }



.community-card-team-img {
    border-radius: 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 80px;
    margin: auto;
    display: grid;
}

    .community-card-team-img > img {
        border-radius: 100%;
        object-fit: contain;
        width: 110px;
        height: 110px;
        margin: auto;
        padding: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

.community-card-team-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    color: var(--fg-color);
    margin: 30px 15px 3px;
    text-align: center;
}

.community-card-venue {
    font-size: 12px;
    margin: 10px 15px;
    color: #333;
    color: var(--fg-color);
    text-align: center;
}

.community-card-centered {
    font-size: 12px;
    margin: 10px 15px;
    color: #333;
    color: var(--fg-color);
    text-align: center;
}

.community-card.locked::after {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    visibility: visible;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    color: #fff;
    font-size: 30px;
    opacity: .6;
    display: block;
    font-weight: 900;
    background-color: #444;
    padding: 15px;
    cursor: pointer;
    text-align: right;
}

.community-card.feature .community-card-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    margin-top: 10px;
}

.community-card.feature .community-card-title {
    font-size: 20px;
    text-align: center;
}

.community-card.feature .community-card-info {
    font-size: 13px;
    margin: 0px 15px;
    color: #333;
    white-space: inherit;
    text-align: center;
    color: var(--secondary-text-color);
}

.team-profile-link {
    text-align: center;
    grid-column: 1 / span 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

    .team-profile-link > i {
        text-align: center;
        grid-column: 1 / span 2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: .5em;
    }

    .team-profile-link > p {
        display: inline;
    }

.open-color {
    color: #3399FF
}

closed-color {
    color: #ebd534
}

.live-color {
    color: #2AC940;
}

.finished-color {
    color: #FA9917;
}

.closed-color {
    color: #ddd;
}

.danger-color {
    color: #ddd;
}




.community-title {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 10px;
    color: #333;
}


.h-hamburger {
    line-height: 55px;
}



.show-on-mobile {
    display: none;
}


.img-replace {
    cursor: pointer;
}

.img-replace-hover {
    position: relative;
}

.banner-img .img-replace,
.community-Header .img-replace {
    visibility: visible;
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 18px;
    bottom: 10px;
    display: block;
    font-weight: 900;
    background-color: none;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
}

.img-replace-hover .img-replace,
.community-Header .img-replace {
    visibility: visible;
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 18px;
    bottom: 10px;
    display: block;
    font-weight: 900;
    background-color: #444;
    padding: 0px 5px;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
}

@media only screen and (max-width: 650px) {
    .img-replace-hover .img-replace,
    .community-Header .img-replace {
        font-size: 14px;
    }
}

.img-replace-hover .img-replace .dropdown-toggle,
.community-Header .img-replace .dropdown-toggle {
    padding: 10px 15px;
}


.img-replace-save {
    visibility: visible;
    position: absolute;
    right: 10px;
    font-size: 20px;
    bottom: 10px;
    display: block;
    font-weight: 900;
}

.img-replace-hover .img-replace:hover {
    opacity: 1;
}

.movable {
    cursor: n-resize;
}


.img-replace-logo {
    visibility: visible;
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 16px;
    bottom: 10px;
    display: block;
    font-weight: 900;
    background-color: #444;
    padding: 7px 10px;
    border-radius: 100%;
    cursor: pointer;
}


.community-membership-container {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 900;
    background-color: none;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
}

    .community-membership-container > a {
        display: inline-block;
        left: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        background-color: #3FD100;
        border-radius: 80px;
        cursor: pointer;
        padding: 10px 15px;
    }


.invite-members-ui,
#BannerMoreButton,
#BannerAdminButton {
    padding: .4em 1.5em;
    border-radius: 5px;
    border: none;
    margin: 0 .5em;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}



.competitionFilter {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-radius: .3rem;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-family: Nunito,Nunito Sans,Lato,Arial;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

    .competitionFilter .custom-dropDown {
        display: inline-block;
        vertical-align: top;
        max-width: 20em;
        -ms-flex: 1;
        flex: 1;
    }

.custom-dropDown {
    position: relative;
    cursor: pointer;
    width: 18em;
    padding: 0;
}

    .custom-dropDown .label {
        position: absolute;
        left: 1.8em;
        top: 1.2em;
        pointer-events: none;
        margin-bottom: .3em;
        font-size: 1.1em;
        color: #777;
        font-weight: 400;
        white-space: nowrap;
    }

    .custom-dropDown.open .dropdownList {
        visibility: visible;
        transform: scale(1);
    }



    .custom-dropDown .label {
        position: absolute;
        left: 1.2em;
        top: 1.2em;
        pointer-events: none;
        margin-bottom: .3em;
        font-size: 1.1em;
        color: #777;
        color: var(--market-secondary-text-color);
        font-weight: 400;
        white-space: nowrap;
    }

    .custom-dropDown.open .dropdownList {
        visibility: visible;
        transform: scale(1);
        min-width: 200px;
    }

    .custom-dropDown .dropdownList {
        visibility: hidden;
        transform: scale(0);
        position: absolute;
        top: 7em;
        left: 0;
        z-index: 70;
        background: #fff;
        min-width: 100%;
        transition: .1s;
        box-shadow: 0 1px 12px 0 rgba(0,0,0,.15);
        border-radius: 0 0 2px 2px;
        max-height: 25em;
        overflow-y: auto;
        padding: 0em 0;
    }

    .custom-dropDown div.selection {
        transition: all .2s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-weight: 700;
        color: #2f2f2f;
        color: var(--market-primary-text-color);
        font-size: 1.5em;
        padding: 2.3em 1.5em 1em 1.5em;
    }


    .custom-dropDown[data-filter="_Date"] div.selection {
        font-size: 1.4em;
        padding: 2.4em 1.6em 1.1em 1.6em;
    }

    .custom-dropDown > i {
        display: block;
        width: 8px;
        height: 10px;
        position: absolute;
        right: 1.8em;
        top: 50%;
        transform: translateY(-50%);
    }

    .custom-dropDown > div:not([class^="selection"]) > i {
        display: block;
        width: 8px;
        height: 10px;
        position: absolute;
        right: 1.8em;
        top: 50%;
        transform: translateY(-50%);
    }




    .custom-dropDown > .filter-box {
        position: relative;
    }

    .custom-dropDown:before {
        background: #e8e8e8;
        bottom: 1em;
        content: "";
        display: block;
        height: auto;
        position: absolute;
        right: 0;
        top: 1em;
        width: 1px;
    }

    .custom-dropDown .dropdownList li {
        color: #333;
        padding: 1rem 1.5rem;
        cursor: pointer;
        font-size: 1.4rem;
        transition: all .1s;
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        align-items: center;
    }

        .custom-dropDown .dropdownList li img {
            width: 2em;
            height: 2em;
            /* object-fit: scale-down; */
            margin-right: .5em;
        }

        .custom-dropDown .dropdownList li i {
            padding: 0px .5ch;
            font-size: 1.5em;
            color: inherit;
        }

        .custom-dropDown .dropdownList li.active {
            background-color: #08c;
            color: #fff;
        }


        .custom-dropDown .dropdownList li.highlight, .custom-dropDown .dropdownList li:focus, .custom-dropDown .dropdownList li:hover {
            font-weight: 700;
        }

    .custom-dropDown-calendar, .custom-dropDown .select2-container {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        width: 100% !important;
        height: 100%;
        opacity: 0;
        cursor: pointer !important;
    }


        .custom-dropDown .select2-container .select2-selection {
            height: 100%;
        }

    .custom-dropDown .daterangepicker {
        position: absolute;
        top: 6em !important;
        left: 0;
        z-index: 70;
        background: #fff;
        min-width: 100%;
        transition: .1s;
        box-shadow: 0 1px 12px 0 rgba(0,0,0,.15);
        border-radius: 0 0 2px 2px;
        max-height: 300px;
        overflow-y: auto;
        padding: 0;
        margin-top: -10px;
    }

        .custom-dropDown .daterangepicker.show-calendar {
            width: 670px;
        }

    .custom-dropDown .ranges, .custom-dropDown .ranges ul {
        width: auto;
        min-width: 160px;
        width: 100%
    }

        .custom-dropDown .daterangepicker.show-calendar .ranges, .custom-dropDown .ranges ul {
            width: auto;
        }

        .custom-dropDown .ranges li {
            color: #333;
            padding: 1rem 2rem;
            cursor: pointer;
            font-size: 1.2rem;
            transition: all .2s;
        }

    .custom-dropDown .drp-calendar {
        /*min-width: 96%;*/
        padding: 0px;
    }


.community-card-info > div > p {
    margin: 0px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.community-sub a:hover {
    text-decoration: underline;
}

@keyframes community-card-loading {
    50% {
        opacity: .4;
        transform: scale(.96);
    }
}

@keyframes community-card-favorite {
    50% {
        transform: scale(1.7);
    }
}


.community-card.loading {
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: community-card-loading;
    background-color: #ddd;
    transform: scale(0.95);
    opacity: .75;
}

.no-animation {
    animation-name: none !important;
}

.community-card-loading-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 100%;
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); */
    text-align: center;
    width: 25px;
    height: 25px;
    display: flex;
    transition: all .2s ease-in-out;
    color: #dead38;
    align-items: center;
    justify-content: center;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: community-card-favorite;
}

#favourites .community-card-loading-favorite {
    display: none;
}

.community-card-loading-image {
    width: 100%;
    height: 140px;
    background-color: #bbb;
}


@media only screen and (max-width: 650px) {
    .community-card-loading-image {
        width: 100%;
        height: 100px;
    }
}


.community-card-loading-title {
    width: 70%;
    height: 25px;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.community-card-loading-description {
    margin-top: 15px;
    width: 100%;
    height: 15px;
    border-radius: 10px;
    background-color: #f2f2f2;
    display: inline-block;
    margin-left: 10px;
}

    .community-card-loading-description.one {
        width: 8%;
    }

    .community-card-loading-description.two {
        width: 18%;
    }

    .community-card-loading-description.three {
        width: 28%;
    }

    .community-card-loading-description.four {
        width: 35%;
    }

.community-card-create {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    text-align: center;
    padding: 50px 0px;
    min-width: 260px;
}

    .community-card-create > div {
        font-size: 22px;
    }

    .community-card-create > i {
        font-size: 42px;
    }

.community-card-no-results {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    text-align: center;
    padding: 5px 5px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

    .community-card-no-results > div {
        font-size: 22px;
    }

        .community-card-no-results > div > span {
            font-weight: 600;
        }

.sortable-holder-community {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    background: #f2f2f2;
    color: #000;
    border-color: #dadfe3;
    min-height: 408px;
    display: inline-flex;
    margin: 5px 0px 5px 0px;
    z-index: 1 !important;
}

.sortable {
    background-color: #fff;
    border-radius: 10px;
}

.draggable-start-community {
    border-radius: 5px;
    border: 3px dashed #eee;
    padding: 0px 0px 0px 60px;
    margin: 10px 0px;
    position: relative;
}

    .draggable-start-community::after {
        font-family: "Font Awesome 5 Free";
        content: "a";
        content: "\f58e";
        visibility: visible;
        position: absolute;
        left: 0px;
        top: 0px;
        color: #000;
        font-size: 30px;
        display: block;
        font-weight: 900;
        background-color: rgba(0,0,0,0);
        padding: 15px 20px;
        border-radius: 7px 7px 7px 7px;
        cursor: grab;
        right: 0px;
        bottom: 0px;
        z-index: 100;
    }

.600 {
    font-weight: 600;
}

.edit-community-name,
.save-community-name {
    cursor: pointer;
    color: #555;
}

    .edit-community-name:hover,
    .save-community-name:hover {
        color: #000;
    }

#toast-container {
    top: 0;
    right: 0;
    width: 100%;
}

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 350px;
        margin-left: auto;
        margin-right: auto !important;
    }

/*    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 100%;
        margin: auto;
    }*/

/*    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        margin-bottom: 6px;
    }*/

.community-card-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    /* background-color: #ddd; */
    border-radius: 100%;
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); */
    text-align: center;
    width: 25px;
    height: 25px;
    display: flex;
    transition: all .2s ease-in-out;
    color: #fff;
    align-items: center;
    justify-content: center;
    opacity: .8;
}

    .community-card-favorite > i {
        margin-bottom: 2px;
    }

    .community-card-favorite:hover {
        transform: scale(1.2);
        color: #dead38;
        background-color: #fff;
        opacity: .9;
    }

    .community-card-favorite.active {
        color: #dead38;
        /*transform: scale(1.2);*/
        background-color: #fff;
        opacity: 1;
    }


.shareListUrl,
.shareListIframe {
    padding: 10px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    font-style: italic;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
}

.copyDiv {
    color: #fff;
    background-color: #3eb7f4;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 16px;
}

    .copyDiv:hover {
        font-weight: 600;
    }

.shareListUrl.copyToClipboard,
.shareListIframe.copyToClipboard {
    background-color: rgba(124,183,88,.3);
    border: 2px solid #7cb758;
    font-weight: 600;
    font-style: normal;
}

    .shareListUrl.copyToClipboard:after,
    .shareListIframe.copyToClipboard:after {
        content: "copied";
        position: absolute;
        bottom: 2px;
        right: 4px;
        color: #7cb758;
    }

.community-card.error {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    text-align: center;
    padding: 50px 0px;
    font-size: 16px;
}

    .community-card.error > i {
        font-size: 50px;
        text-align: center;
    }

.community-banner-banner-social:not(:empty) {
    display: inline-block;
    padding: 0px 7px;
    font-size: 35px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 20px;
}

.community-banner-banner-social a {
    cursor: pointer;
}

.community-banner-banner-social .fa-facebook-square {
    color: #3b5998;
    margin: 0px 3px;
}

.community-banner-banner-social .fa-twitter-square {
    color: #1DA1F2;
    margin: 0px 3px;
}

.community-banner-banner-social .fa-instagram-square {
    color: #833AB4;
    margin: 0px 3px;
}

@media (max-width:1200px) {
    .community-members .thumbnail-img:nth-child(1) {
        display: none;
    }

    .community-members .thumbnail-img:nth-child(2) {
        display: none;
    }

    /*.community-top-menu-list {
        display: block;
        overflow: scroll;
        white-space: nowrap;
    }*/

    /*.community-menu-item {
        display: inline-block;
        background-color: #ddd;
        border-radius: 20px;
        margin: 5px 5px;
        padding: 5px 20px;
    }*/

    /*.community-top-menu {
        padding: 0px 5px;
        border-top: 0px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }

    .community-top-menu-settings > .style-button {
        margin: 0 0.2em;
    }*/
}

@media (max-width:1100px) {
    .community-members .thumbnail-img:nth-child(3) {
        display: none;
    }

    .community-members .thumbnail-img:nth-child(4) {
        display: none;
    }
}

@media (max-width:1000px) {
    .community-members .thumbnail-img:nth-child(5) {
        display: none;
    }
}

@media (max-width:900px) {
    .show-on-mobile {
        display: block;
    }


    .community-members .thumbnail-img {
        /*display: none !important;*/
    }

    .community-members {
        padding-left: 25px;
    }

    .community-sub {
        display: none;
    }

    .community-members .thumbnail-img:nth-child(7),
    .community-members .thumbnail-img:nth-child(6),
    .community-members .thumbnail-img:nth-child(5),
    .community-members .thumbnail-img:nth-child(4),
    .community-members .thumbnail-img:nth-child(3),
    .community-members .thumbnail-img:nth-child(2),
    .community-members .thumbnail-img:nth-child(1) {
        display: inline;
    }

    .community-members .thumbnail-img:nth-child(8),
    .community-members .thumbnail-img:nth-child(9),
    .community-members .thumbnail-img:nth-child(10),
    .community-members .thumbnail-img:nth-child(11) {
        display: none;
    }

    .community-header {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 150px auto auto;
        grid-template-areas: "c-logo c-logo" "c-name c-name" "c-members c-members";
        width: 100%;
        padding: 5px;
        grid-gap: 0px;
        justify-items: center;
        margin-top: -125px;
        position: relative;
        background-color: transparent;
    }

    .community-members .invite-members-ui {
        padding: .5em .8em;
        font-size: 14px;
    }

    .community-members > div {
        margin-left: -10px;
    }

    .community-members {
        align-self: center;
        justify-self: center;
        grid-template-columns: auto auto auto auto auto auto auto auto;
    }

    .banner-img {
        height: 200px;
    }

    .community-card-holder {
        margin-left: 0px;
    }

    .community-item-header {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .community-menu-item {
        font-size: 18px;
        padding: 10px 15px 10px 15px;
    }

    .community-top-menu {
        padding: 0px;
    }

    .banner-img {
        display: block !important;
    }

    /*    .community-name {
        padding-right: 0px;
        text-align: center;
    }*/

    /*    .community-logo {
        width: 150px;
        height: 150px;
    }

    .community-logo {
        left: 0px;
    }*/
}

@media (max-width:750px) {



    /*    .community-name {
        font-size: 30px;
    }*/

    .community-members > .style-button {
        padding: .5em .75em;
        font-size: 1em;
    }

    .community-banner {
        padding: 0px 5px;
    }

    #BannerMoreButton, #BannerAdminButton {
        margin: 0 .2em;
        padding: .3em 1em;
    }

    .community-top-menu-list > .name {
        font-size: 16px;
    }

    .community-top-menu {
        grid-template-columns: auto 100px;
    }

    .community-menu-item {
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }
}

@media (max-width:500px) {
    /*    .community-name {
        font-size: 28px;
    }*/

    .hide-on-mobile {
        display: none !important;
    }

    .community-item-filter-link {
        white-space: nowrap;
    }
}




.community-items-container > .sortable {
    margin-bottom: 15px;
}

@media (max-width:700px) {



    .img-replace-hover .img-replace {
        visibility: visible;
        position: absolute;
        right: 10px;
        color: #fff;
        font-size: 18px;
        bottom: auto;
        top: 10px;
        display: block;
        font-weight: 900;
        background-color: #444;
        padding: 0px 5px;
        border-radius: 7px;
        cursor: pointer;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .img-replace-save {
        bottom: auto;
        top: 10px;
    }

        .img-replace-save .style-button {
            width: revert !important;
        }

    .community-item-header {
        grid-template-columns: auto auto minmax(0px, 80px);
        margin-right: 10px;
        margin-top: 20px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

        .community-item-header.user {
            grid-template-columns: auto auto minmax(0px, 80px);
            margin-right: 10px;
            margin-top: 30px;
            grid-column-gap: 5px;
        }

    .community-title {
        grid-column: 1 / span 2;
        font-size: 20px;
    }

    .community-item-search-container {
        grid-column: 1 / span 3;
    }

    .community-item-header.user > .community-item-search-container {
        grid-column: 1 / span 3;
    }

    .community-holder-left, .community-holder-right {
        display: none !important;
    }

    .community-items-container {
        margin: 20px 0px;
    }



    .community-container {
        width: 100vw;
        overflow: hidden;
    }



    .community-card-holder::-webkit-scrollbar,
    .stats-widget-cards::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    /* Track */
    .community-card-holder::-webkit-scrollbar-track,
    .stats-widget-cards::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .community-card-holder::-webkit-scrollbar-thumb,
    .stats-widget-cards::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 0px;
        cursor: pointer;
    }

        .community-card-holder::-webkit-scrollbar-thumb:hover,
        .stats-widget-cards::-webkit-scrollbar-thumb:hover {
            background: #666;
        }

    .community-item-header > .style-button {
        margin: 0px;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .shareList {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    #no-favourites > .community-card, .community-card-no-results {
        min-width: 160px;
    }
}



.community-header-container {
    background-color: var(--secondary-background-color);
}

.community-Header {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    max-width: 1500px;
    margin: auto;
    gap: 40px;
    font-size: 16px;
    color: var(--primary-text-color);
    line-height: 1.22;
    display: none;
}

@media only screen and (max-width: 650px) {
    .community-Header {
        /*display: grid;*/
        grid-template-columns: 100%;
        max-width: 1500px;
        gap: 0px;
        padding-top:0px;
    }
}

.community-Header-left {
    position: relative;
}

    .community-Header-left > img {
        width: 100%;
        display: block;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 25/15;
        position: relative;
        background-color: #f2f2f2;
        background-size: contain;
        height: 100%;
    }



.community-Header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    align-self: center;
    position: relative;
    padding: 15px 0px 15px;
}

@media only screen and (max-width: 650px) {
    .community-Header-right {
        padding: 0px 15px 15px;
    }
}

.community-Header-right .community-logo {
    max-height: 140px;
    object-fit: scale-down;
    display: block;
}



@media only screen and (max-width: 1300px) {
    .community-Header-right .community-logo {
        max-height: 100px;
    }
}

@media only screen and (max-width: 1100px) {
    .community-Header-right .community-logo {
        max-height: 70px;
    }
}

@media only screen and (max-width: 650px) {
    .community-Header-right .community-logo {
        margin-top: -35px;
        z-index: 1;
        background-color: #fff;
    }
}

.community-name {
    font-size: 30px;
    font-weight: 700;
}

@media only screen and (max-width: 1440px) {
    .community-name {
        font-size: 30px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 1000px) {
    .community-name {
        font-size: 25px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 650px) {
    .community-name {
        font-size: 22px;
        font-weight: 700;
    }
}

.community-member-count {
    font-weight: 600;
    margin-top: -10px;
}

@media only screen and (max-width: 970px) {
    .community-member-count {
        font-size: 14px;
    }
}

.community-join {
    color: #fff;
    background-color: #2AC940;
    display: inline-block;
    padding: 8px 50px;
    font-size: 22px;
    border-radius: 15px;
    font-weight: 600;
    margin: 5px 0px;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .community-join {
        padding: 6px 30px;
        font-size: 18px;
    }
}

.community-location,
.community-email,
.community-phone {
    color: var(--secondary-text-color);
}

    .community-location > i,
    .community-email > i,
    .community-phone > i {
        margin-right: 1rem;
    }

@media only screen and (max-width: 970px) {
    .community-location,
    .community-email,
    .community-phone {
        font-size: 14px;
    }
}

.community-header-social {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    line-height: 40px;
    z-index: 1;
}

@media only screen and (max-width: 650px) {
    .community-header-social {
        font-size: 30px;
        line-height: 30px;
    }
}

.community-header-social a {
    cursor: pointer;
    text-align: center;
}

.community-header-social .fa-facebook-square {
    position: relative;
    color: #3b5998;
    margin: 0px 3px;
}

.community-header-social .fa-twitter-square {
    position: relative;
    color: #1DA1F2;
    margin: 0px 3px;
}

.community-header-social .fa-instagram-square {
    position: relative;
    color: #833AB4;
    margin: 0px 3px;
}

.community-header-social .fas.fa-globe {
    margin: 0px 3px 3px;
    font-size: 25px;
    text-align: center;
    background-color: #363B3E;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

@media only screen and (max-width: 650px) {
    .community-header-social .fas.fa-globe {
        font-size: 18px;
        padding: 4px;
    }
}

    .community-header-social .fa-facebook-square:after,
    .community-header-social .fa-twitter-square:after,
    .community-header-social .fa-instagram-square:after {
        content: "";
        background-color: #fff;
        width: 80%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
        z-index: -1;
    }

.img-replace-logo {
    top: -10px;
    bottom: auto;
    right: -10px;
}


.community-Header-small {
    display: flex;
    align-items: center;
    gap: 15px;
    padding:10px;
}

    .community-Header-small .community-logo {
        height:100px;
    }

@media only screen and (max-width: 650px) {
    .community-Header-small {
        gap: 10px;
        padding: 5px;
    }
    .community-Header-small .community-logo {
        max-height: 70px;
        max-width:100px
    }
}

span.email-ids {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 5px;
    color: #676767;
}

span.cancel-email {
    border: 1px solid #676767;
    width: 18px;
    text-align: center;
    margin-left: 10px;
    border-radius: 49%;
    height: 18px;
    line-height: 15px;
    margin-top: 1px;
    cursor: pointer;
    display: inline-block;
}

.email-id-row {
    border: 1px solid #ccc;
}

    .email-id-row input {
        border: 0;
        outline: 0;
    }

span.to-input {
    display: none;
    float: left;
    padding-right: 11px;
}

.email-id-row {
    padding-top: 6px;
    padding-bottom: 7px;
    /*margin-top: 23px;*/
}

.modal-save:after {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    content: attr(data-save) !important;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    font-size: 40px;
    color: #fff;
    animation: fadingTextColor 0.8s infinite;
    /*z-index: 10001;*/
    border-radius: 5px;
}


.member-request {
    display: block;
    padding: 15px 25px;
    border: 1px solid #2ac940;
    border-radius: 15px;
    color: #2ac940;
    font-size: 20px;
    background-color: rgba(42,201,64,.1);
}

@media only screen and (max-width: 700px) {
    .member-request {
        display: flex;
        font-size: 14px;
        padding: 15px 15px;
        align-items: center;
    }
}