.bp-vimeo-video {
    text-align: center;
    margin:-10px 0 20px;
	padding-bottom:57%;
	position: relative;
}
.bp-vimeo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
  border-style: solid;
  border-width: 5px;
}

.bp-multi-video {
  position: relative;
}

.bb-activity-poll_block .bb-option-input-wrap {
  margin-right: 5px;
}


@media screen and (max-width: 580px) {

	.activity-update-form .whats-new-form-footer, 
	.bp-nouveau-activity-form-placeholder- .whats-new-form-footer{
		  flex-direction: initial;
		  padding-top: 0;
	}
	
	#whats-new-toolbar .bb-icon-l{
		font-size:36px;
	}
	
}

#content.site-main{
	min-height:calc(100vh - 200px);
}

.main-notification-settings tbody .notification_heading td,
.main-notification-settings tbody tr:hover{
	background:#fff;
}

.main-notification-settings tbody tr td:first-child{
	border-right:0px;
}

.main-notification-settings tbody tr td:last-child{
	border-left:0px;
}

.main-notification-settings tbody td{
	border:0px;
	border-bottom: 10px solid #e1e1e1;
}

.main-notification-settings tbody tr:first-child td{
	padding-bottom:0px;
}


.buddypress.group-members.members #buddypress.buddypress-wrap .bp-multi-video,
.buddypress.notifications.buddypress #buddypress .main-navs,
.buddypress.notifications.buddypress #buddypress .bp-subnavs{
	display:none;
}

.video-container .e-tab-content{ 
    position: relative;
    padding-bottom: 56.25% !important;
    overflow: hidden;
    max-width: 100%;
    height: auto !important;
    background: none !important;
    } 

.video-container .e-tab-content iframe,
.video-container .e-tab-content object,
.video-container .e-tab-content embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.single-video-container{ 
        position: relative; 
        padding-bottom: 56.25% !important;
        overflow: hidden;
        max-width: 100%;
        height: auto;
		background: none !important;
    } 

.single-video-container iframe,
.single-video-container object,
.single-video-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.whats-new-form-footer #bb-activity-poll-form_modal .bb-action-popup-content .bp-checkbox-wrap{
	display: flex;
    gap: 5px;
    align-items: center;
}

.whats-new-form-footer #bb-activity-poll-form_modal .bb-action-popup-content .bp-checkbox-wrap input[type="checkbox"]{
    height: 20px;
    width: 20px;
    margin-top: -7px;
}

.buddypress-wrap .standard-form input[type=checkbox], 
.buddypress-wrap .standard-form input[type=radio]{
	accent-color: #ce0000;
}


#bb-accordion-section-group{
	background:none;
}

.bb-activity-poll_block .bb-activity-poll-option .bb-option-field-wrap{
	position:relative;
	z-index:1;
}


/* wbcom 25 aug 2025 */

.bp-wrap{
	overflow:hidden;
}


/*group join reltaed css*/
.ldjg-notice{
    display:block;
    padding:12px 14px;
    border-radius:6px;margin:12px 0;
    border:1px solid #e5e7eb;
    background:#f9fafb;
    color:#111827;
    font-size:14px;
    line-height:1.4;
}

.ldjg-notice-success{
   /* border-color:#34d399;
    background:#ecfdf5;
    color:#065f46;*/
    background-color: #ce0000;
    color: white !important;    
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
    width: 15%;
}
.ldjg-notice-error{
    border-color:#f87171;
    background:#fef2f2;
    color:#7f1d1d;
}
.ldjg-notice-already{
    border-color:#60a5fa;
    background:#eff6ff;
    color:#1e3a8a;
}
.ldjg-already-member{
    display:inline-block;
    padding:10px 12px;
    border-radius:6px;margin:12px 0;
    border:1px solid #eff6ff;
    background:#eff6ff;
    color:#1e3a8a;
    font-size:14px;
    line-height:1.4;
}
.ld-group-join{
    background: #000000;
    border:1px solid #000000 !important;
    color: #ffffff !important;
    padding: 15px;
    border: 1px black;
    text-decoration: none!important;
    font-size: 15px;
    border-radius: 3px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    transition:all 0.3s;
}
.ld-group-join:hover{
    background: #ffffff;
    color: #000000 !important;
}
/*group join reltaed css*/




