/* =========================
   Base Layout & Typography
   ========================= */
body {
	margin-bottom: 100px;
	font-family: system-ui, -apple-system, system-ui, "Segoe UI", ".SFNSText-Regular", Roboto, Helvetica, "sans-serif";
}
.main-container {
	margin-top: 84px;
}

/* =========================
   Utility Classes & Helpers
   ========================= */
.popup-item,
.ajax_link {
	cursor:pointer;
}
.initial-items-holder,
#loadMoreBlock {
	margin:0;
}

/* =========================
   Responsive Layout
   ========================= */
@media (max-width: 991px) {
	.main-container {
		margin-top: 60px;
		max-width: 100% !important;
   }
	.order-lg-1 { order:2; }
	.order-lg-2 { order:1; }
}
@media (min-width: 1600px) {
	.col-3xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.col-3xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-3xl-3 { flex: 0 0 25%; max-width: 25%; }
	.col-3xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-3xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-3xl-6 { flex: 0 0 50%; max-width: 50%; }
	.col-3xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-3xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-3xl-9 { flex: 0 0 75%; max-width: 75%; }
	.col-3xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.col-3xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.col-3xl-12 { flex: 0 0 100%; max-width: 100%; }
	.offset-3xl-1 { margin-left: 8.333333%; }
	.offset-3xl-2 { margin-left: 12.5%; }
	.offset-3xl-3 { margin-left: 16.666665%; }
}

/* =========================
   Links & Text
   ========================= */
a, a:hover {
	text-decoration: none;
}

/* =========================
   User Images & Avatars
   ========================= */
.userimage-link {
	float: left;
	width: 50px;
}
.comment-user .userimage-link {
	width: 30px;
	height: 30px;
}

/* =========================
   Dropdowns & Menus
   ========================= */
.dropdown-action {
	padding: 10px;
	font-size: 16px;
}
.dropdown-entry{
	z-index:1001;
	font-size:18px;
	position:absolute;
	bottom:2px;
	right:2px;
}
.dropdown-action:hover {
	background: #dddddd;
}
.dropstart .dropdown-toggle::before, .dropdown .dropdown-toggle::after {
	display: none !important;
}
.dropstart .dropdown-toggle::after {
	border-top: .7em solid;
	border-right: .5em solid transparent;
	border-left: .5em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #ddd;
}

/* =========================
   Forms & Inputs
   ========================= */
.form-select:focus {
	border: 1px solid #333333;
	outline: 0;
	box-shadow: none;
  }

/* =========================
   Video & Media
   ========================= */
.video-iframe {
	position:relative;
	padding-bottom: 56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
}
.video-iframe iframe,
.video-iframe object,
.video-iframe embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-thumbnail {
	aspect-ratio: 16/9 !important;
}

/* =========================
   Navigation & Menus
   ========================= */
.main-menu{
	border-bottom: 1px solid var(--siteBordersMenus);
	background-color:white;
}
.navbar.fixed-left{
	border-right: 1px solid var(--siteBordersMenus);
}
@media (max-width: 768px) {
	.main-menu{
		border:none;
   }
}
.navbar-brand {
	font-size: 25px;
	min-width: 170px;
}
@media (max-width: 991px) {
	.navbar {
		display: block !important;
		padding-left: 0px !important;
   }
}
.nav-user-link {
	padding: 0px;
}
.nav-user-link:after {
	content: none;
}
.main-menu .dropdown-toggle::after {
	display: none;
}
.navbar-icons .nav-link i{
	font-size: 26px;
}
.nav-link:focus, .nav-link:hover {
	color: #777;
}
.nav-link {
	color:#777;
}
.offcanvas .nav-link {
	padding: .5rem .8rem;
	font-size:17px;
}
@media (max-width: 768px) {
	.offcanvas .nav-link {
		font-size:20px;
   }
	.offcanvas .nav-link i {
		border-radius: 100%;
		padding: 10px;
   }
}
.navbar.fixed-left .nav-link i {
	border-radius: 100%;
	padding: 10px;
}
.main-menu .nav .nav-item-right {
	display: inline-block;
}
.main-menu .navbar-nav {
	flex-direction: row;
}
.main-menu {
	height: 60px;
}
.main-menu .offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
	margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}
.main-menu .offcanvas-start {
	width: 280px;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-light .navbar-toggler {
	border: none;
}
.user-menu {
	width:260px;
	font-size:18px;
	overflow:auto;
}
.user-menu .dropdown-item i {
	border-radius: 100%;
	padding: 6px;
	margin-right:10px;
}
.user-menu i {
	color: #888888;
}
.user-menu a {
	padding: 8px 32px;
}
.user-menu .fa-user-menu {
	width: 30px;
	display: inline-flex;
}
.add-menu a {
	padding: 8px 32px;
	font-size: 20px;
}
.add-menu-holder {
	display: none !important;
}
@media (max-width: 991px) {
	.add-menu-holder {
		display: block !important;
   }
	.menu-items-bar {
		margin-top:40px;
   }
}
@media (max-width: 768px) {
	.user-menu {
		left: 0px !important;
		min-width: 100%;
		position: fixed;
		top: 55px !important;
		height: calc(100% - (60px));
		max-width: 100vw;
		border: 0 !important;
	  }
}

/* =========================
   Blocks & Cards
   ========================= */
.block {
	margin-top: 24px;
}
.block.left, .block.right {
	min-width: 200px;
	text-align: left;
}
.block-holder .card {
	margin-bottom: 20px;
	min-width: 200px;
}
.block-title, .content-title {
	text-align: left;
	padding: 15px;
	font-size: 20px;
	border-radius: 10px !important;
	border-bottom: none;
	background-color: transparent;
	color: #666666;
}
.block-title {
	padding-left: 0px;
}
.block-content {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	border-radius: 0 0 .25rem .25rem;
	border-top: none;
	padding-top: 0px;
}
.block-view-more {
	display: none;
}
.block-toggle i {
	transition: color 1s;
}
.block-toggle.blocks-empty i{
	color:#ccc;
}
.block-holder {
	display: block;
}
@media (max-width: 991px) {
	.block-holder {
		display: none;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
   }
	.block-pos-right {
		display: block;
		padding: 0px;
		width: 100% !important;
   }
	.block-view-more {
		display: block;
   }
}
.block-item-image{
	position: relative;
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	justify-content:end;
	display:flex;
	aspect-ratio:4/3;
}
@media (min-width: 567px) {
	.block-item-image{
		width: 33.333333%;
   }
}
@media (min-width: 991px) {
	.block-item-image{
		width: 50%;
   }
}
.block-item-image-title{
	position:absolute;
	color:#ffffff;
	bottom: 0px;
}

/* =========================
   Photo & Image Blocks
   ========================= */
.photo-block-holder .card-category {
	float: right;
}
.photo-block-card {
	margin-bottom: 10px;
}
.photo-block-card a {
	color: white;
}

/* =========================
   Buttons & Links
   ========================= */
.btn-outline-secondary:hover {
	color: inherit;
	background-color: transparent;
	border: none;
}
btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: none;
}

/* =========================
   Feed & Status Updates
   ========================= */
.status-form-holder {
	min-height: 100px;
	display: block;
	position: relative;
	border-radius: .25rem;
}
.status-form-input {
	border: none;
	padding: 10px;
}
.status-form-action-icon {
	margin-left: 10px;
	float: right;
	color: #888888;
}
.status-form-action-icon .submit {
	right: -10px;
	display: block;
	position: relative;
}
.pagination-feed .pagination {
	visibility: hidden;
}
.user-icon {
	bottom: 2px;
  	position: relative;
}
.userimage-link {
	width: 50px;
	height: 50px;
	object-fit: cover;

}
.userimage-link-dropdown {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.feed-type-switch {
	border-bottom: none !important;
	margin-bottom: -10px;
	z-index: 1000;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.feed-type-switch .dropdown{
	cursor:pointer;
}
@media (max-width: 991px) {
	.feed-form-holder{
		padding:0px;
	}
}
.feed-form {
	display: block;
	margin-bottom: 30px;
	border-radius: 10px;
}
#post-form-content{
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.share-buttons {
	flex-direction: row;
	border:none;
}
.share-buttons-link {
	font-size: 32px;
	color: #888;
	display:flex;
	cursor:pointer;
}
#status_form {
	border-radius: 5px;
}
.feed-item-info{
	font-size:12px;
}
@media (max-width: 991px) {
	.feed-holder, .profile-holder {
		padding: 0px;
		width: 100% !important;
   }
	.profile-holder {
		order:2;
   }
	.feed-holder {
		order:3;
   }
	.feed-item, .share-buttons {
		border-radius: 0px;
   }
	.feed-form {
		border-top:none !important;
   }
}
.feed-video {
	max-height:768px;
}
.dropdown-action-feed {
	position: absolute;
	top: 12px;
	right: 15px;
	color: #888888;
  }
.ellipsis {
	color: #a09c9c 
}
.muted-color {
	color: #a09c9c;
	font-size: 13px 
}
.ellipsis i {
	margin-top: 3px;
	cursor: pointer 
}
.icons i {
	font-size: 25px 
}
.icons .fa-heart {
	color: red 
}
.icons .fa-smile-o {
	color: yellow;
	font-size: 29px 
}
.rounded-image {
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px 
}
.name {
	font-weight: 600 
}
.status small {
	margin-right: 10px;
	color: blue 
}
.fonts {
	position: absolute;
	right: 13px;
	top: 8px;
	color: #a09c9c 
}
.form-control {
	border-color: var(--siteBorders) !important;
}
.form-control:focus {
	border-color: var(--siteBorders) !important;
	outline: 0;
	box-shadow: none 
}
.video-preview::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	box-sizing: border-box;
	width: 74px;
	height: 74px;
	border-style: solid;
	border-width: 37px 0px 37px 74px;
	border-color: transparent transparent transparent white;
}
.item-description{
	white-space: pre-line;
}

/* =========================
   Comments & Reactions
   ========================= */
.comment-input {
	padding-right: 120px;
}
.comment-image-button{
	margin-right:32px;
}
.comment-image-holder{
	margin-left: 38px;
}

.input-group .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
}
.input-group div {
	width: 100%;
}
.btn-outline-secondary {
	color: #888888;
}
.comment-items-holder .card {
	border: none;
	border-bottom: 1px solid var(--siteBorders) !important;
}
.comment-items-holder .comment-item-append:last-child {
	border-bottom: none !important;
}
.comment-items-holder.less .card {
	display: none;
}
.comment-items-holder.less .card:nth-last-child(-n+3) {
	display: block;
}
.comment-item {
	border-radius: 0px !important;
	padding-left: 5px;
	margin-bottom: 0px !important;
}
.comment-text {
	margin-top: 10px;
	margin-left: 38px;
	font-size: 16px;
}
.comment-delete {
	display: none;
}
.comment-item:hover .comment-delete {
	display: block;
}
.comment-item:hover .comment-delete i {
	color: red;
}
.comment-item .card-body {
	padding-bottom: 0px;
}
.comment-user-image {
	border-radius: 50%;
}
.comment-username-span .username-span {
	font-size: 16px !important;
}
.dropdown-action-comment {
	float: right;
	color: #888888;
}
.comment-load-more-holder{
	height:40px;
}
.comment-image-input{
	display:none;
}
.comments-holder .btn {
	color:#7f7f7f;
}
/*emoji*/
.comments-holder .input-group div a {
	top: 6px !important;
	right: 80px !important;
}
/*emoji*/
.add-holder ul a, .comments-holder .input-group div ul a {
	font-size: 25px !important;
}
.index-item-thumbnail {
	position: relative;
	cursor: default;
}
.index-item-icon-holder {
	position: absolute;
	z-index:3;
}
.index-item-icon-holder .dropdown-menu {
    z-index: 1050; 
}
.index-item-thumbnail .user-icon{
	width:10px;
}

.index-item-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:0px;
	aspect-ratio: 4/3;
	border-radius: .2rem !important;

}
.index-item-img-icons{
	z-index: 10;
	position: relative;
}
.index-item-info{
	position: absolute;
	bottom:4px;
}
.index-item-thumbnail img {
	position: relative;
}
.index-item-thumbnail .info{
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	height:40px;
	/*opacity:0;
	transition: 0.5s;*/
}

/* =========================
   Images & Galleries
   ========================= */
.image-popup-holder{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.multi-image{
	display:block;
	position:relative;
	height:30vh;
	background-position:center;
	background-size:cover;
}
@media (min-width: 991px) {
	.multi-image{
		width:auto;
		min-height:80vh;
		background-position:bottom;
   }
}
.item-info-icon{
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,0.4);
	color: white;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size:15px;
	border-radius: 100px;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	margin-top: .6rem;
  	margin-right: .6rem;
}
.item-info-bottom{

	background: rgba(0,0,0,0.4);
	margin-bottom: .2rem;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	  
}
.item-info-bottom .username-span,
.item-info-bottom-title{
	font-size:16px;
	color: white !important;
}
.item-bottom-icon{
	height: 30px;
	width: 30px;
	background: rgba(255,255,255,.6);
	color: #333;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size:15px;
}
.slide-number{
	font-weight:600;
}
.image-preview {
	display:block;
	height:300px;
	width:100%;
	background-size:contain;
	background-repeat: no-repeat;
}
.image-preview-collection {
	float:left;
	aspect-ratio: 4/3;
	width:50%;
	background-size:cover;
	background-position: center;
}
.image-preview-collection.first {
	border: 4px dashed white;
}
@media (min-width: 568px) {
	.image-preview-collection {
		width:33.33333%;
   }
}
/*image upload*/
.hideImage {
	display: none;
}
#preview-image {
	margin-top: 10px;
	max-width: 400px;
	;
	height: auto;
}
#description-input {
	resize: none;
}
.item-image-delete{
	cursor: pointer;
	color: red;
	float: right;
	right: 10px;
	position: relative;
	top: 6px;
	font-size:20px;
}

/* =========================
   Users & Members
   ========================= */
.members-block-item .userimage-link {
	width: 80px;
	height: 80px;
}
.browse-index-item {
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.browse-index-item .userimage-link {
	width:120px;
	height:120px;
}
.browse-index-item .username-span {
	font-size: 16px;
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	white-space: nowrap;
	text-align: center;
}

/* =========================
   Profile & Account
   ========================= */
.card-profile-img {
	position: relative;
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	z-index: 2;
	vertical-align: middle;
	width: 12rem;
	height: 12rem;
	object-fit: cover;
}
.profile-image {
	margin-top: -12.3rem;
	margin-bottom: 1rem;
	width: 200px;
}
.profile-action {
	height: 40px;
}
.card-profile .card-header {
	height: 24rem;
	background-position: center center;
	background-size: cover;
	border-bottom: 1px solid #333333;
}
@media (max-width: 576px) {
	.card-profile .card-header {
		height: 12rem;
   }
	.card-profile-img {
		width: 8rem;
		height: 8rem;
		margin-top: 4rem;
   }
}
.profile-action-btn {
	min-width: 100px;
}
.profile-username-span, .browse-username-span {
	cursor:pointer;
}
.profile-username-span, .profile-extra {
	font-size: 12px;
}
.profile-nav {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	list-style: none;
	padding-left: 8px;
	justify-content: left;
	margin-bottom:0px;
}
.profile-nav .nav-link {
	cursor:pointer;
	display:flex;
	align-items:center;
}
.profile-action i {
	font-size:20px;
}

/* =========================
   Reactions & Interactions
   ========================= */
.reactions-user-text {
	display: inline-block;
	margin-left: 5px;
}
.reaction-comment {
	margin-left: 38px;
}
.reaction-comment .reaction-container {
	margin-top: 10px;
}
.reaction-holder {
	min-height: 10px;
}
.like-stat {
	cursor: pointer;
}

/* =========================
   Index & Listing Pages
   ========================= */
.item-index-header h3 {
	color: #555555;
}
.item-index-header-right {
	position: absolute;
	right: 12px;
	top: 12px;
}

/* =========================
   Cards & Headers
   ========================= */
.item-header {
	padding-top: 16px;
}
.card-header {
	background-color: transparent;
	border-bottom: 1px solid #333333;
}
.card-header-info{
	margin-left:70px;
}
.card-title {
	margin-bottom: 5px;
	font-size: 16px;
}
.card {
	border-radius: 5px;
	padding: 0px;
}

.card .card-img-top {
	border-radius: 0px;
	max-height:900px;
	object-fit:cover;
}

.feed-holder .card .card-img-top {
	max-height:700px;
	/*object-fit:contain;*/
}

.card-image {
	border-radius: 0px;
	object-fit: contain !important;
}
#modal .card-img-top.card-image {
    max-width: 100%;
    height: auto;
}
@media (max-height: 1200px) {
	.card-image {
		max-height: 700px !important;
	}
}

.index-card-image {
	aspect-ratio: 4/3;
	background-size:cover;
	background-position: center;
	border-radius: .2rem;
}

@media (max-width: 768px) {
	.card {
		border-radius: 0px;
		border-left:none;
		border-right:none;
   }
	.main-content-holder .card-body{
		padding-left:0px;
		padding-right:0px;
   }

   .index-card-image, .index-item-img {
	border-radius: 0 !important;	
	}
}

.user-browse-image {
	aspect-ratio: 1/1;
}

/* =========================
   Notifications & Messages
   ========================= */
.notification-item, .messages-item, .notification-item-index {
	position: relative;
	padding: 1rem 1rem;
	border-bottom: 1px solid var(--siteBorders);
	background: lightblue;
	min-width: 300px;
	font-size: 14px;
	color: #555555;
	display:block;
	width:100% 
}
.notification-item-sender {
	color: #555555;
}
.notification-item-link {
	color: #888888;
}
.messages-red, .notification-red {
	display: none;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #f00;
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #fff;
}
.messages-number, .notification-number {
	font-size: 10px;
	top: 3px;
	position: absolute;
	width: 100%;
	font-weight: 900;
}
.messages-item.is_seen, .notification-item.is_seen, .notification-index-holder .is_seen {
	background: #f8f8f8;
}
.notification-items .username-span {
	font-size: inherit;
}
#offcanvasNotification .notification-item {
	font-size: 18px;
}
.notification-view-more {
	height: 30px;
	text-align: center;
}
.notification-time {
	font-size: 12px;
}
.notification-item-index {
	display: block;
	border-bottom: 1px solid #333333;
}
.notification-item-index a {
	display:block;
	padding: 1.5rem 1.5rem;
	width: 100%;
	font-size: 14px;
	color: #555555;
}
.notification-delete {
	position: relative;
	display: block;
	font-size: 20px;
	float: right;
	z-index: 1000;
	cursor:pointer;
}
.notification-btn {
	border-radius: 0px !important;
	color: red;
}
.messages-user-img, .notification-user-img {
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 5px;
	background-position: center;
	background-size: contain;
}
.notification-info{
	font-size:14px;
}
/*notification navbar*/
@media (max-width: 768px) {
	.notification-items {
		min-width:100%;
		left: 0px !important;
		position: fixed;
		top: 55px !important;
		max-height: 500px;
   }
}
/* =========================
   Tags & Hashtags
   ========================= */
.hashtag-item-name a {
	font-size: 25px;
	color: #666666;
}
.hashtag-item-count {
	font-size: 15px;
	color: #888888;
}

/* =========================
   Landing & Welcome
   ========================= */
.welcome-holder {
	background: white;
	border-radius: 10px;
	padding: 100px;
}
.welcome-holder .card{
	background-color: transparent !important;
}
@media (max-width: 576px) {
	.welcome-holder {
		padding: 10%;
   }
}

/* =========================
   Miscellaneous & Utilities
   ========================= */
@media (max-width: 991px) {
	.main-content-holder {
		max-width: 100% !important;
		padding:0px;
   }
}
#image_preview {
	max-width:100%;
	max-height:30vh; 
}
.ajax-loader-holder {
	height: 10px;
}
.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* =========================
   Toasts & Notifications
   ========================= */
.item-image {
	width:150px;
	height:150px;
	background-size:cover;
	background-position:center;
}
.toast-container {
	z-index:200000;
}
.toast {
	background-color: rgba(255,255,255,.95);
}
.spinner-holder{
	height:80px;
}
.privacy-select{
	width:150px;
}

/* =========================
   Offcanvas & Side Menus
   ========================= */
.offcanvas .card {
	border:none;
}
.offcanvas-end {
	margin-top:60px;
	border:none;
}
#offcanvasSide, #offcanvasNotification, #offcanvasMessage{
	width: 100%;
}
@media (min-width: 991px) {
	.offcanvas-top {
		width:60%;
   }
}
@media (min-width: 1400px) {
	.offcanvas-top {
		width:800px;
   }
}
@media (min-width: 991px) {
	#offcanvasNotification, #offcanvasMessage{
		width: 450px;
   }
	#offcanvasSide{
		width: 991px;
   }
	.offcanvas-end {
		border-left: 1px solid rgba(0,0,0,.125) !important;
   }
}
#offcanvasSide .offcanvas-body .card{
	border:none;
}
.item-view-icon{
	font-size:22px;
	color:#777;
}

/* =========================
   Live Streaming
   ========================= */
.live-user img {
	width: 80px !important;
	height: 80px !important;
}
.live-content {
	min-height: 80px;
}
.live-user {
	width: 80px;
	float: left;
	display: block;
}

/* =========================
   Modals & Dialogs
   ========================= */
.modal-header {
	border-bottom: none;
}

.modal-body {
	padding-top: 0px;
}

.modal-body .post-form {
	padding: 1rem;
}

@media (max-width: 768px) {
	.modal-body {
		padding: 0px;
	}
	}


.modal-backdrop {
	background-color: black;
	opacity: var(--backdropOpacity) !important;
	
}
#modal, #modal-custom {
	backdrop-filter: var(--backdropFilter);
}
.modal .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}
.modal-username a span {
	font-size: 14px;
}

#modal-custom .modal-content{
	border-color: rgba(0,0,0,.15) !important;
}


.btn-back:hover {
	text-decoration: none;
	opacity: 0.75;
  }
/*
#modal .card{
	border:none !important;
}
*/
.card-modal {
	width:100vw;
	border:none;
}

@media (min-width: 768px) {
	.card-modal {
		width:75vw;
	}
	}
@media (min-width: 992px) {

.card-modal {
	width:50vw;
}
}

#modal {
	z-index: 2040 !important; /* Back modal */
	}
.custom-backdrop {
	z-index: 2055 !important; /* Higher than the fullscreen modal */
}

#modal-custom {
	z-index: 2060 !important; /* Front modal */
}


/* =========================
   Search & Autocomplete
   ========================= */
.search-index .username-span {
	font-size: 16px !important;
}
.ui-autocomplete {
	z-index: 10000 !important;
}
.item-search {
	border-bottom: 1px solid var(--siteBorders);
}
.item-search-icon,
.global-search-icon{
	color: #888;
	background:none;
	border: none;
}
#search_item {
	border:none !important;
	background-color:transparent !important;
}
#search_item:focus {
	border:none !important;
}
.item-search {
	border:none;
}
.item-search-holder
{
	border-bottom: var(--siteBorders) 1px solid;
}
/* =========================
   Messages & Chat
   ========================= */
#chat1 .form-outline .form-control~.form-notch div {
	pointer-events: none;
	border: 1px solid;
	border-color: #eee;
	box-sizing: border-box;
	background: transparent;
}
#chat1 .form-outline .form-control~.form-notch .form-notch-leading {
	left: 0;
	top: 0;
	height: 100%;
	border-right: none;
	border-radius: .65rem 0 0 .65rem;
}
#chat1 .form-outline .form-control~.form-notch .form-notch-middle {
	flex: 0 0 auto;
	max-width: calc(100% - 1rem);
	height: 100%;
	border-right: none;
	border-left: none;
}
#chat1 .form-outline .form-control~.form-notch .form-notch-trailing {
	flex-grow: 1;
	height: 100%;
	border-left: none;
	border-radius: 0 .65rem .65rem 0;
}
#chat1 .form-outline .form-control:focus~.form-notch .form-notch-leading {
	border-top: 0.125rem solid #39c0ed;
	border-bottom: 0.125rem solid #39c0ed;
	border-left: 0.125rem solid #39c0ed;
}
#chat1 .form-outline .form-control:focus~.form-notch .form-notch-leading, #chat1 .form-outline .form-control.active~.form-notch .form-notch-leading {
	border-right: none;
	transition: all 0.2s linear;
}
#chat1 .form-outline .form-control:focus~.form-notch .form-notch-middle {
	border-bottom: 0.125rem solid;
	border-color: #39c0ed;
}
#chat1 .form-outline .form-control:focus~.form-notch .form-notch-middle, #chat1 .form-outline .form-control.active~.form-notch .form-notch-middle {
	border-top: none;
	border-right: none;
	border-left: none;
	transition: all 0.2s linear;
}
#chat1 .form-outline .form-control:focus~.form-notch .form-notch-trailing {
	border-top: 0.125rem solid #39c0ed;
	border-bottom: 0.125rem solid #39c0ed;
	border-right: 0.125rem solid #39c0ed;
}
#chat1 .form-outline .form-control:focus~.form-notch .form-notch-trailing, #chat1 .form-outline .form-control.active~.form-notch .form-notch-trailing {
	border-left: none;
	transition: all 0.2s linear;
}
#chat1 .form-outline .form-control:focus~.form-label {
	color: #39c0ed;
}
#chat1 .form-outline .form-control~.form-label {
	color: #bfbfbf;
}
.message-time {
	font-size: 10px;
}
.messages-items-holder,
.history-items-holder {
	height: 60vh;
	overflow-y: scroll;
	overflow-x: hidden;
	display: flex;
	flex-direction: column-reverse;
}
.message-bubble-self {
	border-radius: 15px;
	background-color: #eee;
}
.message-bubble-user {
	border-radius: 15px;
	background-color: rgba(57, 192, 237, .2);
}
.message-delete-span {
	font-size: 14px;
	position: relative;
	right: 10px;
	color: #aaa;
	cursor: pointer;
}
.messages-item {
	padding: .5rem 1rem;
}

/* =========================
   Follow & Relationships
   ========================= */
.modal-follow-btn {
	position: absolute;
	right: 0px;
	top: 12px;
}

/* =========================
   Scroll to Top
   ========================= */
#topBtn {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 99;
	border: 1px solid #333333;
	outline: none;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	cursor: pointer;
	padding: 5px;
	border-radius: 10px;
	font-size: 22px;
}

#topBtn:hover {
	background-color: rgba(0, 0, 0, 1);
}

/* =========================
   Loading & Progress
   ========================= */
#loadingProgress {
	width: 100%;
	height: 4px;
	overflow: hidden;
	background-color: transparent;
	margin: auto;
	z-index: 10000000;
	top: 0;
	position: fixed;
}
#loadingSmall, #loadingSmallOffcanvas {
	width: 100%;
	height: 2px;
	overflow: hidden;
	background-color: transparent;
	margin: auto;
	z-index: 10000000;
}
.loading-indicator-holder{
	height:2px;
}
.loadingProgress {
	background-color: #555555;
	margin-top: 0;
	margin-left: -58px;
	animation-name: bounce_loadingProgress;
	-o-animation-name: bounce_loadingProgress;
	-ms-animation-name: bounce_loadingProgress;
	-webkit-animation-name: bounce_loadingProgress;
	-moz-animation-name: bounce_loadingProgress;
	animation-duration: 4s;
	-o-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	width: 100%;
	height: 4px;
}
@keyframes bounce_loadingProgress {
	0% {
		margin-left: -90%;
   }
	100% {
		margin-left: 90%;
   }
}
@-o-keyframes bounce_loadingProgress {
	0% {
		margin-left: 0px;
   }
	100% {
		margin-left: 100%;
   }
}
@-ms-keyframes bounce_loadingProgress {
	0% {
		margin-left: -58px;
   }
	100% {
		margin-left: 58px;
   }
}
@-webkit-keyframes bounce_loadingProgress {
	0% {
		margin-left: -58px;
   }
	100% {
		margin-left: 58px;
   }
}
@-moz-keyframes bounce_loadingProgress {
	0% {
		margin-left: -58px;
   }
	100% {
		margin-left: 58px;
   }
}

/* =========================
   Carousel & Sliders
   ========================= */
.carousel-item{
	transition:transform .2s ease-in-out 
}
.carousel-indicators {
	margin-bottom: 0rem;
}
.alert-dismissible .btn-close {
	right: 8px;
  }
/* =========================
   Dropzone & File Upload
   ========================= */
.dropzone .dz-preview.dz-image-preview {
	background: none !important;
}
/* =========================
   Groups & Collections
   ========================= */
.feed-item-group a{
	color:#888;
}

/* =========================
   Fullscreen & Layouts
   ========================= */
.navbar.fixed-left {
	position:fixed;
	top:60px;
	left:0;
	right:0;
	z-index:1030;
	bottom:0;
	width:200px;
	flex-flow:column nowrap;
	align-items:flex-start;
	font-size:18px;
}
@media (min-width:768px) {
	.navbar.fixed-left .navbar-collapse {
		flex-grow:0;
		flex-direction:column;
		width:100% 
   }
	.navbar.fixed-left .navbar-collapse .navbar-nav {
		flex-direction:column;
		width:100% 
   }
	.navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
		width:100% 
   }
	.navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
		top:0 
   }
}
@media(min-width:1600px) {
	.navbar.fixed-left {
		width:320px;
   }
	.navbar.fixed-left .nav-item{
		margin-bottom:12px !important;
   }
}
@media(max-width:991px) {
	.navbar-icons {
		width:100% !important;
   }
}

/* =========================
   Wallet & Payments
   ========================= */
.wallet-balance{
	font-size:20px;
}
.wallet-body-icon{
	font-size: 50px;
	width: 110px;
	height:110px;
}
.image-container {
	display: inline-block;
}

.image-popup {
    position:fixed;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index:999999999;
    overflow:auto;
}

/* =========================
   Blog & Articles
   ========================= */
@media(min-width:1600px) {
	.index-card-image-blog{
		aspect-ratio: 3/2;
	}
}