/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .csscalc .pm-group-view .pm-profile-title.group-dis{
    width: 75%;
 }
 .pm-profile-title-header.pm-dbfl.group-vid-cover{
    display: flex;
    min-height: 180px;
 }
 /* .group-dis{
    width: 75% !important;
 } */
 .pm-group-view .pm-header-section{
        height: fit-content;
        min-height: 445px;

    /* display: flex; */
 }
 
 
 .pm-group-view .pm-profile-title-header {
         position: relative;
 }
 
 .rgba .pm-group-view .pm-profile-title-header .pm-profile-image {
     top: -90px;
 }
 
 .pm-group-vid-profile-img{
    width: 25%;
 }
 .pm-grp-img{
    left: 30px !important;
 }
 .pm-profile-title.pm-difl.pm-pad10.group-dis{
    margin: 0;
 }
 .pm-group-vid-profile-img .pm-group-signup{
    margin-top: -60px;
 }
 .pm-header-section.pm-dbfl.pm-bg.pm-border.pm-radius5.group-vid-cover .pm-edit-group{
    position: absolute;
    bottom: 150px;
    right: 20px;
 }
 .pm-group-icon-popup{
    /* width: 200px; */
    height: 200px;
 }
 .pm-group-popup{
   text-align: center;
 }
 
 .pm-group-view .pm-profile-image {
    width: 170px;
    height: 170px;
 }
 
 .rgba .pm-group-view .pm-profile-image video{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
 }
 
 #pm-change-cover-image-dialog .pm-popup-container .pm-popup-image .pm-grp-img video {
    width: 560px;
    height: 200px;
    object-fit: cover;
 }
 
 .csscalc .pm-group-view .pm-profile-title.group-dis {
    width: 80%;
}

 .csscalc .pm-group-vid-profile-img {
    width: 20%;
    text-align: center;
}

 .csscalc .pm-group-view .pm-group-vid-profile-img .pm-profile-image {
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
    margin: 0px auto;
    float: none;
    position: relative;
    top: -70px;
    left: auto !important;
}

.csscalc .pm-group-view .pm-group-vid-profile-img .pm-group-signup {
    
}

.csscalc .pmagic .pm-group-description {
    background-color: transparent;
    border: 0px;
    width: 100%;
}

 .pm-group-card-box {
    display: none;
}

#reset-group-icon {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

#pm-change-cover-image-dialog .pm-popup-image input[type=submit] {
    margin: 10px 0 0 0;
    width: 100%;
    float: none;
    margin: 11px auto;
}

.group-cover-upload-reset-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.group-cover-upload-reset-box #reset-group-cover {
    margin-top: 20px;
}

.pmagic .pm-group-view .pm-user-name {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.pmagic .pm-group-view .pm-cover-image video {
    height: 100%;
    object-fit: cover;
    object-position:center;
    max-height: 690px;
}

.pm-group-view .pm-cover-image {
    overflow: hidden;
    height: 100%;
    min-height: 300px;
}

.pmagic .pm-profile-tab-wrap .pm-profile-tab {

    padding: 12px 10px;
}

.pmagic .pm-group-description .pm-card-label {
    width: 15%;
}

.pmagic .pm-group-description .pm-card-value {
    width: 80%;
}

.pmagic .pm-group-description .pm-card-value.pm-group-desc {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 28px;
}

.pmagic #pg_group_tabs #pg_members #pg_members_grid_view .pm-user-image video {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    position: relative;
    margin: auto!important;
    padding: 10px!important;
    width: 150px;
    height: 150px;
    object-fit: cover;
    background-color: rgba(255, 255, 255, .8);
}

#pg-group-badge ul li video {
 margin: 0 0em;
}

#pg-group-badge ul li video{
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    -webkit-transition: all .3s;
    -webkit-transform-origin: 50% 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}

#pg-group-badge ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.pmagic .pm-group-container .pm-group .pm-group-logo .pm-group-logo-img video {
    -webkit-animation: pm-fadein 1s linear 1;
    -moz-animation: pm-fadein 1s linear 1;
    -o-animation: pm-fadein 1s linear 1;
    animation: pm-fadein 1s linear 1;
    margin: auto!important;
    padding: 0!important;
    max-height: 210px;
    width: 92%;
    transition: 1s;
    position: relative;
    z-index: 8;
    object-fit: cover;
    height: 178px;
}