/* GERAL */

* {
	box-sizing: border-box;
}

#loader-overlay{
	z-index: 9999999999999999999999999999999999999999999!important;
}

.badge-purple{
	background-color:#ad1c7f;
	color: #fff;
}
.row{
	margin: 0;
}

p{
	margin-bottom: 0;
}

body {
	margin: 0;
	background-color: #eaeaea;
}
img{ vertical-align: 0%;}

.swal2-container{
	z-index: 999999999999999999999999999999!important;
}

.btn-outline-gradient {
    color: #333;
	background-color: #eaeaea;
	border: 0;
	box-shadow: none;
}
.btn-outline-gradient:hover, btn-outline-gradient:focus {
    color: #fff;
	background: linear-gradient(180deg, rgba(126,59,138,1) 50%, #af1c7f 88%);
	box-shadow: none;
}

.gradient-border{
	padding: 1px;
	background: linear-gradient(180deg, rgba(126,59,138,1) 50%, #af1c7f 88%);

}
.btn-gradient{

	background: linear-gradient(180deg, rgba(126,59,138,1) 50%, #af1c7f 88%);
	border: 0;
	color: #fff;
}
.btn-gradient:hover, .btn-gradient:focus{

	background: linear-gradient(180deg, rgb(93, 44, 102) 50%, #99186e 88%);
	border: 0;
	color: #fff;
	box-shadow: none;
}
.btn-pink {
    background-color: #af1c7f;
    color: #fff;
	border: 0;
}

/*HEADER MOBILE FIRST*/

header nav{
    position:fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
	z-index: 1000;
}

nav .badge-purple{
    font-size: 15px;
    position: absolute;
    top: 8px;
	user-select: none;
}
header nav .rounded-div{
	border-radius: 50%;
    width: 350%;
    background: -moz-linear-gradient(180deg, rgba(153,24,110,1) 2%, rgba(126,59,138,1) 5%);
	background: -webkit-linear-gradient(180deg, rgba(153,24,110,1) 2%, rgba(126,59,138,1) 5%);
	background: linear-gradient(180deg, rgba(153,24,110,1) 2%, #7e3b8a 5%);
    height: 200vh;
    margin: 0 auto;
    position: absolute;
    left: -178%;
	top: 20px;
    margin-left: 50.75%;
	box-shadow: 0 -3px 23px #00000075;
}

nav .col-2, nav .col-4{
	text-align: center;
    padding: 0!important;
    display: flex;
    justify-content: center;
}

nav .rounded-circle.search,
nav .rounded-circle.plus,
nav .rounded-circle.home,
nav .rounded-circle.email,
nav .rounded-circle.bell{
	border: 3px solid #fff;
	height: 45px;
	width: 45px;
	margin-top: 10px;
	background-color: #92328b;
	cursor: pointer;
}

nav .rounded-circle.search{
	
	background-image: url('../../img/icones/search.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55%;
}
nav .rounded-circle.search.active{
	
	background-image: url('../../img/icones/search-roxo.png')!important;
	background-color: #fff!important;
	border-color: #92328B;
}

nav .rounded-circle.plus{
	
	background-image: url('../../img/icones/plus.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
}

nav .rounded-circle.home{
	
	background-image: url("../../img/icones/home.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
}
nav .rounded-circle.home.active{
	
	background-image: url("../../img/icones/home-roxo.png")!important;
	background-color: #fff!important;
	border-color: #92328B;
}

nav .rounded-circle.email{
	background-image: url('../../img/icones/mail.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
}
nav .rounded-circle.email.active{
	background-image: url('../../img/icones/mail-roxo.png');
	background-color: #fff!important;
	border-color: #92328B;
}

nav .rounded-circle.bell{
	background-image: url('../../img/icones/bell.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55%;
}
nav .rounded-circle.bell.active{
	background-image: url('../../img/icones/bell-roxo.png');
	background-color: #fff!important;
	border-color: #92328B;
}

.feed-btn, .my-profile-btn{
	transition: 0.5s;
	position: absolute!important;
	margin-bottom: 100px!important;
	background-color: white;
	border: 3px solid #eaeaea;
}

.feed-btn{
	background-image: url("../../img/icones/home.png")!important;
	background-repeat: no-repeat;
	background-size: 30px!important;
}

.feed-btn.active{
	transition: 0.5s;
	margin-right: 80px;
	margin-top: -60px;
	box-shadow: 2px 2px 5px black;
}

.my-profile-btn.active{
	transition: 0.5s;
	margin-right: -80px;
	margin-top: -60px;
	box-shadow: 2px 2px 5px black;
}
	
.box-search{
	border-radius: 25px;
    background-color: #fff;
    margin: 15px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    cursor: pointer;
	box-shadow: 0 0 15px #828282;
}
.box-search .carousel-inner{
	border-radius: 25px 25px 0 0;
}
.box-search .carousel-item{
	height: 300px;
}
.box-search .carousel-control-prev-icon {
    background-image: url(../../img/icones/back.png);
	width: 13px!important;
}
.box-search .carousel-control-next-icon {
    background-image: url(../../img/icones/back.png);
	transform: rotate(180deg);
	width: 13px!important;
}
/*.box-search img{
	border-radius: 25px 25px 0 0;
}*/

.box-search .profile-search{
	border-radius: 25px 25px 0 0;
    background-color: #fff;
    height: 300px;
    width: 100%;
    flex: none;
    background-image: url(../../img/padrao/girl.jpg);
    background-position: center;
    background-size: cover;
}

.box-search .infos-profile {
	display: flex;
	justify-content: space-between;
	color: #7b3888;
}
.warning-age{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100vh;
    background: #eaeaea;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.age-circle {
    height: 118px;
    width: 118px;
    background-color: #333;
    text-align: center!important;
    margin: 0 auto 20px;
    font-size: 40px;
    color: #fff;
    font-family: Cabin,Helvetica,monospace;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-search .infos-profile > p{
	color: #7b3888;
	width: fit-content;
}

.box-search p{
	font-family: 'gilroy','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-overflow: unset;
	width: 150px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow-y: hidden;
	font-size: 14px;
	color: #767676;
	word-wrap: break-word;
}

.box-search .city-style{
	color: #7b3888;
	-webkit-line-clamp: unset;
    width: 100%;
}

nav .rounded-circle.profile{
	border: 3px solid #fff;
	height: 55px;
	width: 55px;
	background-color: #92328b;
	background-image: url('../../img/icones/user.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

nav .rounded-circle.profile.active{
	border-color: #922276;
}
nav .rounded-circle.profile.active img{
	display: none;
}

nav .desktop{
	display: none;
}

nav .input-group{
	display: none;
}


@media(min-width: 767px){
	
	header nav{
		position:fixed;
		top: 0;
		height: 70px;
		width: 100%;
		background: rgb(153,24,110);
		background: -moz-linear-gradient(180deg, rgba(153,24,110,1) 25%, rgba(136,45,127,1) 77%, rgba(255,255,255,0) 90%);
		background: -webkit-linear-gradient(180deg, rgba(153,24,110,1) 25%, rgba(136,45,127,1) 77%, rgba(255,255,255,0) 90%);
		background: linear-gradient(180deg, rgba(153,24,110,1) 25%, rgba(136,45,127,1) 77%, rgba(255,255,255,0) 90%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99186e",endColorstr="#ffffff",GradientType=1);
	}
	header nav .container{
		padding: 5px 0px;
	} 
	nav .rounded-circle.plus,
	nav .rounded-circle.home, 
	nav .rounded-circle.email, 
	nav .rounded-circle.bell,
	nav .rounded-circle.search{
		margin-top: 5px;
		border: none;
		height: 35px;
		width: 35px;
		background-color: transparent;
	}
	nav .input-group{
		display: flex;
	}
	nav .rounded-circle.search.mobile{
		display: none;
	}
	nav .input-group .rounded-circle.search{
		display: block;
		height: 20px;
		width: 20px;
		background-color: transparent;
		border: none;
		margin: 0;
	}
	nav .input-group,
	nav .input-group .input-group-text,
	nav .input-group .form-control{
		height: 30px;
		margin-top: 3px;
		color: #7e3b8a;
		font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	}
	
	nav .input-group .ui-input-text{
		width: 80%;
	}
	
	.input-group input.form-control::placeholder{
		color: #af1c7e83;
	}
	nav .input-group .form-control{
		border-radius: 0 25px 25px 0;
		border: 0;
	}

	nav .input-group .input-group-text{
		
		border-radius: 25px 0 0 25px;
		background-color: #fff;
		border: none;
	}

	header nav .rounded-div{
		display:none;
	}
	nav .desktop{
		display: block;
		order: 1;	
	}
	nav .desktop img{height: 45px;}
	nav .rounded-circle.profile{
		border: 3px solid #fff;
		height: 45px;
		width: 45px;
		background-color: #92328b;
		background-image: url('../../img/padrao/girl.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	nav .profile-div{order: 6;}
	nav .email-div{order: 4;}
	nav .plus-div{order: 3;}
	nav .bell-div{order: 5;}
	nav .logo-div{order: 1;}
	nav .search-div{order: 2;}
	
	nav .badge-purple{
		font-size: 12px;
		position: absolute;
		top: 1px;
	}

	.feed-btn{
		display: none;
	}

	.my-profile-btn.active{
		margin-right: 0px;
		margin-top: 0px;
	}

	.profile-notify{
		background-size: cover!important;
	}

	.profile-div div{
		display: none;
	}
	.box-search .carousel-item{
		height: 500px;
	}
	.box-search{
		border-radius: 25px;
		background-color: #fff;
		margin: 15px;
		display: flex;
		width: 80%;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
		box-shadow: 0 0 15px #828282;
	}
}