/*
Theme Name: SocialV Child
Theme URI: https://wordpress.iqonic.design/product/wp/socialv/
Author: the iQonic team
Author URI: https://iqonic.design/
Template:   socialv
Description: Social Network and Community BuddyPress Theme
Version: 2.0.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: socialv
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#xprofile-personal-li {
	display:none !important;
}
#shop-personal-li {
	display:none !important;
}
#forums-personal-li {
	display:none !important;
}
#forum-groups-li {
	display:none !important;
}
#courses-personal-li {
	display:none !important;
}
#activity-groups {
	display:none !important;
}
#mpp-audio-upload {
	display:none !important;
}
#mpp-doc-upload {
	display:none !important;
}
#audio-personal-li {
	display:none !important;
}
#doc-personal-li {
	display:none !important;
}
#groups-notification-settings-promoted {
	display:none !important;
}
#groups-notification-settings-request-completed {
	display:none !important;
}
#type\/audio-personal-li {
	display:none !important;
}
#type\/doc-personal-li {
	display:none !important;
}

.socialv-profile-left-infos {
	padding:0 1em;
}

.socialv-profile-left-info {
	display:flex;
	justify-content:space-between;
	gap:1em;
}

.socialv-profile-left-info-role,
.socialv-profile-left-info-age {
	display:flex;
	flex-direction:column;
	gap:0.5em;
}

#user_role option[value=""] {
    display:none !important;
}

input[type=date]:after {
	display:none !important;
}

.socialv-profile-left-infos-save {
	margin:1.5em 0 0 0;
	color:#FFFFFF;
	background-color:#31AA67;
}

.socialv-profile-left-infos-save:hover {
	background-color:#2C995C;
}

.socialv-profile-left-info-views {
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap: 1em;
}

.socialv-profile-left-info-role-views,
.socialv-profile-left-info-date-views,
.socialv-profile-left-info-age-views {
	position:relative;
	text-align:center;
}

.socialv-profile-left-info-role-views h5,
.socialv-profile-left-info-date-views h5,
.socialv-profile-left-info-age-views h5 {
	margin:0 0 4.2px 0 !important;
	font-size:16.8px;
	font-weight:600;
	color:#07142E;
}

.socialv-profile-left-info-role-views p,
.socialv-profile-left-info-date-views p,
.socialv-profile-left-info-age-views p {
	font-size:14px;
	font-weight:500;
}

.separator_profile {
    width:1.75px;
    height:12.25px;
	font-weight:500;
    background-color:#F1F1F1;
}

@media only screen and (max-width:1440px) and (min-width: 992px) {
	.socialv-profile-left-info {
		flex-direction:column;
	}
}

@media only screen and (max-width:1200px) and (min-width: 992px) {
	.socialv-profile-left-info label {
		font-size:13px;
	}
	
	.socialv-profile-left-info input {
		font-size:11px;
	}
	
	.select2-container {
		font-size:11px;
	}
}

@media only screen and (max-width: 992px) {
	.socialv-profile-left-info {
		justify-content:center;
	}
}

@media only screen and (max-width:1440px) {
	.socialv-profile-left-info-views {
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media only screen and (max-width:1200px) and (min-width:992px) {
	.socialv-profile-left-info-role-views h5,
	.socialv-profile-left-info-date-views h5,
	.socialv-profile-left-info-age-views h5 {
		font-size:13px;
	}

	.socialv-profile-left-info-role-views p,
	.socialv-profile-left-info-date-views p,
	.socialv-profile-left-info-age-views p {
		font-size:11px;
	}
}

@media only screen and (max-width:992px) {
	.socialv-profile-left-info-views {
		justify-content:center;
		gap:5em;
	}
}

@media only screen and (max-width:992px) {
    #item-header-content .socialv-profile-right {
		margin-bottom:0.5em;
    }
}

@media only screen and (max-width:768px) {
	.socialv-profile-left-info-views {
		gap:2em;
	}
	.socialv-profile-left-info-role-views h5,
	.socialv-profile-left-info-date-views h5,
	.socialv-profile-left-info-age-views h5 {
		font-size:13px;
	}

	.socialv-profile-left-info-role-views p,
	.socialv-profile-left-info-date-views p,
	.socialv-profile-left-info-age-views p {
		font-size:11px;
	}
}

@media only screen and (max-width:479px) {
	.socialv-profile-left-info-views {
		gap:1em;
	}
	
	.header-notification-icon button.socialv-switch-mode i, .header-notification-icon button.dropdown-toggle>i, header:not(.header-verticle) .header-notification-icon button.dropdown-toggle>i {
		font-size:1.8em !important;
	}
}

.socialv-bp-banner {
	display:none !important;
}

.social-login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 500;
    width: 100%;
	background-color: unset;
}

.separator span {
    padding: 0 10px;
}

.separator:before,
.separator:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}

.separator:before {
    margin-right: 10px;
}

.separator:after {
    margin-left: 10px;
}

.social-login-icons {
    margin-top: 10px;
}

.guest-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.guest-modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  font-family: sans-serif;
}

.guest-modal-btn {
  margin-top: 15px;
  display: inline-block;
  background: #0073aa;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.activity-header .time-since {
    display: none;
}


.time-since {
    display: none;
}
