
  @keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }

.bt.freelancer {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
	font-family: "Segoe UI";
	letter-spacing: 1px;
}
.bt.freelancer:before {
	border-radius: 100px;
	border: 2px solid #468cdc;
	box-shadow: 0 0 15px rgba(0,255,204,0.15), 0 0 15px rgba(0,255,204,0.15) inset;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 110px;
	width: 110px;
	margin-left: -57px;
	margin-top: -57px;
	opacity: 1;
	transform: scale(1);
	transition: all 300ms;
	box-sizing: unset;
}
.bt.freelancer:hover:before {
	transform: scale(1.05);
	box-sizing: unset;
}
.bt.circle.freelancer {
	background: #23466e;
	border: none;
	border-radius: 900px;
	color: #e4ecfa;
	cursor: pointer;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: relative;
	margin: auto;
	margin-top: 25px;
	transition: 0.5s;
}
.loader{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 9999999;
	left: 0;

}
.loader .logo{
	position: absolute;
    top: 38%;
    left: 37%;
	animation: rotation 6s infinite linear;


}
.loading{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 8, 31, 1);
    z-index: 9999999;
	left: 0;
}
.loading .logo{
	position: absolute;
    width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bt.circle.freelancer:hover {
	background: #3e70aa;
	padding: -2px;
}
.text-center{
	text-align: center;
}
.cover.freelancer,
.cover.log-out
 {

	width: 100%;
	height: 100%;
	top: 30%;
	max-width: 750px;
	margin: 0 auto;

}
body{
	background-color: #010a1f !important;
}


#error-box{
	color: rgb(204, 144, 144);
}
#error{
	color: rgb(204, 144, 144);
}
#success{
	color: rgb(120, 192, 120)
}


.search-box{
	border-radius: 5px;
	transition: all 1s;
}
.search-box::-webkit-input-placeholder{
	color:#1d2026;
	padding-left: 8px;
	

}
.search-box:focus{
	outline:none;
	border: 2px solid #0270D7;
	transition: all 1s;
}


.box-profil{
	width: 80%;margin: 0 auto;
}
.nav-item{
	overflow: hidden;
}
.nav-item button{
	background: #1d2026;
	color: #8a94a7;
	width: 100%;
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}
.nav-item button:hover{
	background-color: #ccc;
}
.nav-item button.active{
	background-color: #242830;
	
}
.nav-content{
	display: none;
	padding: 6px 0;
}
.nav-content.active{
	display: block;
}


.list-data{
	position: relative;
}
.nav.icon{
	position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
}
.nav.icon.edit{
	right: 5%;
}
.nav.icon.member{
	right: 5%;
}
.nav.icon.online{
	right: 15%;
}
.nav.icon.leave{
	right: 25%;
}
.nav.icon.image{
	right: 15%;
}
.nav.icon.info{
	right: 25%;
}
.plus-icon{
    position: fixed;
    background: #242830 !important;
	color: #8a94a7;
    bottom: 49px;
    left: 0;
    right: 0;
    z-index: 9999;
}
.plus-icon a,
.bg-list a
{
	display: block;
    text-align: center;
}
.more-chat{
	text-decoration: none;
	font-size: 15px;
}
.box-reply{
	margin-top: 50px;
	background: #242830;
	padding: 15px;
}
.chat-item{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: #242830;
}
.color-green{
	color: green !important;
}
.color-red{
	color:  red !important;
}
.color-orange{
	color:  orange !important;
}
.color-orange{
	color:  orange;
}


.item-chat{
	margin-top: 30px;
	background: #323842;
    padding: 5px;
	border-radius: 7px;
}
.info-chat{
	background: #2a2e36;
	position: relative;
	height: 30px;
}

.departman-chat{
	position: absolute;
    left: 2%;
	top:2%;
	z-index: 99;
	font-size: 15px;
}
.status-chat{
	position: absolute;
    right: 2%;
	top:2%;
	z-index: 99;
	font-size: 15px;
}
.chat-item div{
	padding: 5px;
	flex-grow: 1;
}
.chat-item div.photo{
	width: 35%;
}
.chat-item div.bio{
	width: 85%;
}
.chat-item p,
.chat-item h5
{
	margin: 0;
	font-size: 15px;
}
.chat-item .time{
position: absolute;
right: 3%;
top: 3%;
font-size: 13px;
}
.bio-list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.bio-list div{
	padding: 5px;
	flex-grow: 1;
}

.bio-list div.photo{
	width: 25%;
}
.bio-list div.bio{
	width: 75%;
}
.bio-list h5,
.bio-list p
{
	margin: 0;
	text-align: left;
	margin:0 2px;

}

.bg-list{
	background: #242830;
	color: #8a94a7;
}
.logout{
	background: #242830;
    border: none;
    color: #8a94a7;
	width: 100%;
}
.box{

	position: relative;
}

.box svg{

	color: #8a94a7;
}
.box.profile .access ul{
	padding-left:0;
}
.box.profile .access ul li {
	list-style: none;
	text-align: left;
	margin: 7px 0;
	position: relative;
	padding: 5px 0px 5px 15px;

}
li svg.icon-menu{
	color: #8a94a7;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.box.profile .access ul li a{
	text-decoration: none;
	color: #8a94a7;
	display: block;
}
.container.data{
	margin-bottom: 180px;
}
textarea{
	background-color: #c2c6cd;
    font-size: 13px;
    width: 100%;
    color: #000000;
    padding: 2px 5px;
    display: block;
    margin: 30px auto;
	resize: none;
}
select{
	background-color: #c2c6cd;
    font-size: 13px;
    width: 100%;
    color: #000000;
    padding: 2px 5px;
    display: block;
    margin: 30px auto;
}
.site-header-app{
    padding: 10px 0;
    position: relative;
}
.flex{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list{
padding:2px 0 ;
}
.border-50{
	border-radius: 50%;
}
.list-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background: #242830;
	margin-bottom: 28px;

}
.list-box a{
	padding: 5px;
	flex-grow: 1;
	width: 25%;
}
.list-box .box-image{
	padding: 5px;
	flex-grow: 1;
	width: 25%;
}
.list-box .info-box{
	padding: 5px;
	flex-grow: 1;
	width: 25%;
}
.box-image{
	position: relative;
	
}
.icon-delete{
	position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
	background: #242830;
}
.list-box .add-image{
	padding: 5px;
	flex-grow: 1;
	width: 100%;
}
.list-box .add-image img{
margin: 0 auto;
cursor: pointer;
}
.list-box h2{
	text-align: left;
	padding: 5px;
	flex-grow: 3;
	width: 75%;
	margin:0;
	font-size: 20px;
}

.flex-box{
	text-align: center;
	padding: 5px;
	flex-grow: 1;
	width: 50%;
}
.btn{
	display: block;
	border: none;
	text-decoration: none;
    /* border-color: #242830; */
    background: #242830;
    color: #8a94a7;
	margin: 30px auto;
	text-align: center;
}

.btn-chat{
	display: block;
	border: none;
	text-decoration: none;
    background: #242830;
    color: #8a94a7;
	margin: 3px auto;
	text-align: center;
}
.input-chat{
	background-color: #c2c6cd;
    font-size: 13px;
    width: 100%;
    color: #000000;
    padding: 2px 5px;
    display: block;
	margin: 3px auto !important;
}
/* .btn:hover{
transition: .5s all;
    color: #0270D7;
} */

.img-fix{
    width: 100%;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.start-button-circle{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    /* text-transform: uppercase; */
    background-color: #242830;
    color: #fff !important;
    border: 2px solid #242830;
    /* border-radius: 2px; */
	border-radius: 50%;
    cursor: pointer;
    /* padding:32px; */
    height: 100px;
	width: 100px;
    text-align: center;
    white-space: nowrap;
	transition: 2s all;
	margin: 0 auto;
}
.top-navbar{
	background-color:#242830 ;
	height: 30px;
	position: fixed;
	top: 0;
	width: 100%;
}

.start-button-circle:hover{
	background: #262a33;
	border: 2px solid #0270D7;
}
.menu-bottom-pwa div > a{
	position: relative;
}
.menu-bottom-pwa div a > div.notification-menu{
	position: absolute;
	left: 70%;
	bottom: 70%;
	background: red;
    border-radius: 50%;
	padding: 0 10px;
	font-size: 10px;
}
input{
	background-color: #c2c6cd;
    font-size: 13px;
    width: 100%;
    color: #000000;
    padding: 2px 5px;
    display: block;
	margin: 30px auto;
}
input::placeholder{
	
	color: #000000;
}
.site-header-app{
	padding: 24px 0;
}
.section-inner-app{
	position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
}
.en{
	text-align: left;
}
#app{
	color: #8A94A7 !important;
}
.image-cover img{
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    border: 2px solid #fdfdfd;
}
#login_form div,
#register_form div,
#profile_info div
{
margin-bottom: 15px;
width: 50%;
border-radius: 15px;
margin: 15px auto;
}
.text-message{
	margin-top: 25px;
	text-align: left;
}
.btn{
width: 50%;
cursor: pointer;
transition: .5s all;
}

.main.login-page{
    width: 350px;
    height: 500px;
    background: red;
    overflow: hidden;
    background: url(https://doc-08-2c-docs.googleusercontent.com/docs/securesc/68c90smiglihng9534mvqmq1946dmis5/fo0picsp1nhiucmc0l25s29respgpr4j/1631524275000/0352236…/0352236…/1Sx0jhdpEpnNIydS4rnN4kHSJtU1EyWka?e=view&authuser=0&nonce=gcrocepgbb17m&user=0352236…&hash=tfhgbs86ka6divo3llbvp93mg4csvb38) no-repeat center/ cover;
    border-radius: 10px;
    box-shadow: 5px 20px 50px #000;
    margin: 50px auto;
}
#chk{
	display: none;
}
.user-prof{
	
	width: 50%;
	border-radius: 50%;
	margin: 0 auto;
	

}
.invisible{
	display: none;
}
.user-page{
	
	width: 100%;
	border-radius: 50%;
	margin: 0 auto;
	border: 3px solid #4efe92;

}
.signup.login-page{
	position: relative;
	width:100%;
	height: 100%;
}
label.login-page{
	color: #fff;
	font-size: 1.3em;
	justify-content: center;
	display: flex;
	margin: 60px;
	font-weight: bold;
	cursor: pointer;
	transition: .5s ease-in-out;
}
input.login-page{
	width: 60%;
	height: 20px;
	background: #e0dede;
	justify-content: center;
	display: flex;
	margin: 20px auto;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 5px;
    box-sizing: unset;
    font-size: 14px;
}
button.login-page{
	width: 60%;
	height: 40px;
	margin: 10px auto;
	justify-content: center;
	display: block;
	color: #fff;
	background: #097dea;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	outline: none;
	border: none;
	border-radius: 5px;
	transition: .2s ease-in;
	cursor: pointer;
}
button.login-page:hover{
	background: #07559d;
}
.login{
	height: 460px;
	background: #eee;
	border-radius: 60% / 10%;
	transform: translateY(-180px);
	transition: .8s ease-in-out;
}
.login label{
	color: #573b8a;
	transform: scale(.6);
}

#chk:checked ~ .login{
	transform: translateY(-500px);
}
#chk:checked ~ .login label{
	transform: scale(1);	
}
#chk:checked ~ .signup label{
	transform: scale(.6);
}


.menu-bottom-pwa{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: #242830;
    display: none;
    z-index: 99999;
}
.flex-box{
	display: flex;
	align-items: center;
	justify-content: center;

}
.message-list{

}

.meta-image{
	background: #e0dede;
	border-radius: 10px;
	flex-grow: 1;
	align-items: center;
}
.box-search{
	margin-bottom: 25px;
}
.box-search input{
width: 100%;
padding: 10px;
border-radius: 15px;
}
.meta-image img{
	margin: 0 auto;

}
.profile-info{
	
}
.image-box img{
border-radius: 15px;
margin-bottom: 20px;
}
.meta-info{

	flex-grow: 2;
	align-items: center;
}
/* #camera-container{
		position: fixed !important;
		left: 0;
		right: 0;
} */
.meta-info h6,
.meta-info p
{
	margin: 0 20px;
	text-align: left;

}
.meta-time{

	flex-grow: 4;
	align-items: center;
}
.meta-time h5,
.meta-time 
{
	margin: 0;

}


.site-header-inner{
	justify-content: center;
}
.menu-bottom-pwa{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu-bottom-pwa div{
	color:#fdfdfd;
}
.active-menu-pwa{
	color: #4efe92;
}
.feature{
	width: 100px;
}
