
.section_header {
    width: 100%;
    display: block;
}
.section_header .pull-right {
    width: 100%;
    float: none;
    text-align: center;
}
.section_header .pull-right .icon {
    width: auto;
}
.section_header .module-header {
   padding: 3px 5px 3px 5px;
    margin: -3px -10px 0px 0px;
}
.membersSection-avatars {
    margin: 0;
    justify-content: center!important;
}
/*Change slideshow  background*/
.photoSlideshow {
background-color: transparent;
}
/*Change color of prew next buttons*/
.slick-prev:before, .slick-next:before {
opacity: 1;
color: black;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    padding: 0;
}

/* ============================================
   NING 3 – URL ONLY (SAFE VERSION)
   ============================================ */


/* 1. Hide ONLY the "From my computer" tab */
li.xj_from_computer {
    display: none !important;
}


/* 2. Hide ONLY the upload content panel */
.xg_floating_container .xj_from_computer,
.xg_floating_container div[class*="from_computer"] {
    display: none !important;
}


/* 3. Kill file inputs but NOT the popup container */
.xg_floating_container input[type="file"] {
    display: none !important;
    pointer-events: none !important;
}


/* 4. Remove Upload File toolbar button */
.mce-container [aria-label*="File" i] {
    display: none !important;
}


/* 5. Remove HTML toggle button (based on text span) */
.mce-container button span.mce-txt {
    font-size: 0 !important;
}

.mce-container button span.mce-txt::after {
    content: "";
}

.mce-container button:has(span.mce-txt) {
    display: none !important;
}

/* ============================================
   Disable drag & drop inside image dialog
   ============================================ */

/* Disable drop zones */
.xg_floating_container [class*="drop"],
.xg_floating_container [class*="drag"] {
    display: none !important;
}

/* Neutralize drop behavior on container */
.xg_floating_container {
    pointer-events: auto !important;
}

/* Prevent drop interaction visually */
.xg_floating_container * {
    -webkit-user-drag: none !important;
}

.compactImagePicker {
    display: none !important;
}