body{
	background:#FAFAFA;
}
*{
	padding:0px;
	margin:0px;
}
.bt-menu{
	position:fixed;
	box-shadow:0 4px 8px -4px #000;
	justify-content:space-between;
	align-items:center;
	background:#fff;
	display:flex;
	float:left;
	width:100%;
	z-index:2;
	left:0px;
	top:0px;
}
.bt-title{
	margin-left:10px;
	transition:text-shadow 0.3s linear;
	text-shadow:0px 5px 8px #000;
	text-decoration:none;
	float:left;
}
.bt-title:hover{
	text-shadow:0px 0px 6px gray;
}
h1 #t1{
	color:gold;
	float:left;
}
h1 #t2{
	color:crimson;
	float:left;
}
.termis{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.bt-sub{
	transition:background 0.5s linear;
	justify-content:center;
	border-radius:100%;
	align-items:center;
	background:#F2F2F2;
	cursor:pointer;
	display:flex;
	height:40px;
	float:right;
	width:40px;
}
.bt-sub:hover{
	background:#D9EEE1;
}
.bt-logs{
	margin-right:5px;
	position:relative;
	border-radius:20px;
	overflow:hidden;
	float:right;
}
.signup{
	position:relative;
	transition:background 0.5s linear;
	justify-content:center;
	box-sizing:border-box;
	text-decoration:none;
	align-items:center;
	border-radius:20px;
	background:#059862;
	cursor:pointer;
	padding:20px;
	display:flex;
	height:40px;
	float:left;
	color:#fff;
	z-index:2;
}
.signup:hover{
	background:green;
}
.login{
	position:relative;
	margin-left:-35px;
	transition:background 0.5s linear;
	border-left:20px solid #D9EEE1;
	justify-content:center;
	box-sizing:border-box;
	text-decoration:none;
	align-items:center;
	border-radius:20px;
	background:#D9EEE1;
	cursor:pointer;
	padding:20px;
	display:flex;
	height:40px;
	float:left;
	color:#000;
	z-index:1;
}
.login:hover{
	border-left:20px solid green;
	background:green;
	color:#fff;
}
@keyframes expandir{
	0%{width: 0px;}
	100%{width: 100%;}
}
.bt-block{
	position:fixed;
	animation:expandir 0.3s forwards;
	background:rgba(0,0,0,0.5);
	backdrop-filter:blur(5px);
	display:none;
	height:100%;
	float:left;
	width:100%;
	z-index:3;
	right:0px;
	top:0px;
}
.bt-submenu{
	position:absolute;
	background:#fff;
	overflow-x:hidden;
	height:100%;
	width:300px;
	float:left;
	right:0px;
	top:0px;
}
.sub-menubt{
	margin-left:10px;
	transition:background 0.2s linear;
	font:15px arial, tahoma;
	width:calc(100% - 20px);
	box-sizing:border-box;
	text-decoration:none;
	border-radius:10px;
	padding:10px;
	float:left;
	color:#000;
}
.subbtspro{
	margin-top:10px;
	margin-bottom:10px;
	background:#F2F2F2;
	cursor:default;
}
.coropsed{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 10px);
	transition:0.3s linear;
	box-sizing:border-box;
	align-items:center;
	white-space:nowrap;
	background:#DDDDDD;
	border-radius:6px;
	overflow:hidden;
	cursor:pointer;
	display:flex;
	padding:5px;
	float:left;
}
.coropsed input{
	width:calc(100% - 30px);
	float:left;
}
.coropsed span{
	font:15px arial, tahoma;
	text-align:center;
	font-weight:bold;
	width:30px;
	float:left;
}
.straigbur{
	margin-left:10px;
	margin-bottom:10px;
	font:15px arial, tahoma;
	width:calc(50% - 15px);
	transition:0.4s linear;
	box-sizing:border-box;
	text-decoration:none;
	background:skyblue;
	border-radius:6px;
	overflow:hidden;
	padding:10px;
	float:left;
	color:#000;
}
.straigbur:hover{
	background:#DDDDDD;
}
.subbts{
	margin-bottom:10px;
}
.subbts:hover{
	background:#F2F2F2;
	cursor:pointer;
}
.logoubts{
	margin-left:10px;
	width:calc(100% - 20px);
	font:16px arial, tahoma;
	transition:0.5s linear;
	box-sizing:border-box;
	text-decoration:none;
	background:crimson;
	border-radius:8px;
	font-weight:bold;
	padding:10px;
	color:#fff;
	float:left;
}
.logoubts:hover{
	background:#9c3a4e;
	color:#fff;
}
.cleambt{
	cursor:pointer;
	float:right;
}
.displayer{
	position:absolute;
	height:100%;
	width:100%;
	float:left;
	z-index:-1;
	left:0px;
	top:0px;
}
.mensso{
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cora{
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.homeluv{
	margin-top:75px;
	position:relative;
	background:linear-gradient(140deg, #EADEDB 0%, #BC70A4 50%, #BFD641 75%);
	box-shadow:0px 0px 6px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border-radius:6px;
	padding:10px;
	float:left;
	left:10px;
}
.testluv{
	font:18px arial, tahoma;
}
.imgluv{
	padding-right:10px;
	height:150px;
	width:150px;
	float:left;
}
.goluv{
	margin-top:10px;
	justify-content:center;
	display:flex;
	float:left;
	width:100%;
}
.ediluv{
	box-shadow:0px 0px 4px #000;
	font:15px arial, tahoma;
	transition:1s linear;
	text-decoration:none;
	background:#0272BA;
	border-radius:10px;
	font-weight:bold;
	padding:10px;
	float:left;
	color:#fff;
}
.ediluv:hover{
	background:#015388;
}
.anunluv{
	margin-left:10px;
	box-shadow:0px 0px 4px #000;
	font:15px arial, tahoma;
	transition:1s linear;
	text-decoration:none;
	background:#54A245;
	border-radius:10px;
	font-weight:bold;
	padding:10px;
	float:left;
	color:#fff;
}
.anunluv:hover{
	background:#417E36;
}
.mutaim{
	margin-top:10px;
	margin-left:10px;
	-ms-overflow-style:none;
	width:calc(100% - 20px);
	box-sizing:border-box;
    scrollbar-width:none;
	align-items:center;
	overflow:auto;
	padding:10px;
	display:flex;
	float:left;
}
.mutaim::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:4px;
}
.taimfl{
	box-shadow:0px 0px 4px #000;
	width:calc(33.33% - 6.5px);
	-ms-overflow-style:none;
	transition:0.5s linear;
	border:1px solid gray;
	box-sizing:border-box;
	scrollbar-width:none;
	border-radius:8px;
	overflow:auto;
	flex:0 0 auto;
	padding:10px;
	float:left;
}
.taimfl::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:4px;
}
.vc2{
	background:rgba(25,22,84,1);
	background:-moz-linear-gradient(left, rgba(25,22,84,1) 0%, rgba(67,198,172,1) 100%);
	background:-webkit-gradient(left top, right top, color-stop(0%, rgba(25,22,84,1)), color-stop(100%, rgba(67,198,172,1)));
	background:-webkit-linear-gradient(left, rgba(25,22,84,1) 0%, rgba(67,198,172,1) 100%);
	background:-o-linear-gradient(left, rgba(25,22,84,1) 0%, rgba(67,198,172,1) 100%);
	background:-ms-linear-gradient(left, rgba(25,22,84,1) 0%, rgba(67,198,172,1) 100%);
	background:linear-gradient(to right, rgba(25,22,84,1) 0%, rgba(67,198,172,1) 100%);
}
.taimer{
	margin:auto;
	box-shadow:0px 0px 3px #000;
	border:1px solid #000;
	border-radius:12px;
	display:flex;
	height:148px;
	width:148px;
}
.taind{
	margin-left:10px;
}
.taipl{
	margin-top:10px;
	font:17px arial, tahoma;
	text-align:center;
	font-weight:bold;
	color:#F2F2F2;
	float:left;
}
.readly{
	margin-top:15px;
	margin-left:60px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 120px);
	box-sizing:border-box;
	border:1px solid gray;
	transition:1s linear;
	border-radius:10px;
	min-width:300px;
	padding:30px;
	float:left;
}
.readly:hover{
	background:gray;
}
.imgdly{
	padding-right:10px;
	height:150px;
	width:150px;
	float:left;
}
.lirulp{
	margin-top:80px;
	margin-left:10px;
	width:calc(100% - 20px);
	justify-content:center;
	border-radius:6px;
	display:flex;
	float:left;
}
.carulp{
	margin-bottom:15px;
	box-shadow:0px 0px 4px;
	box-sizing:border-box;
	background:#ffffff;
	border-radius:8px;
	padding:10px;
	width:400px;
	float:left;
}
.tirulp{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 4px #000;
	width:calc(50% - 15px);
	transition:0.3s linear;
	box-sizing:border-box;
	background:#ffffff;
	border-radius:6px;
	outline:none;
	padding:10px;
	border:0px;
	float:left;
}
.tirulp:focus{
	background:#E8F0FE;
}
.hoprulp{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 4px #000;
	width:calc(100% - 20px);
	transition:0.3s linear;
	box-sizing:border-box;
	background:#ffffff;
	border-radius:6px;
	outline:none;
	padding:10px;
	border:0px;
	float:left;
}
.hoprulp:focus{
	background:#E8F0FE;
}
.horulp{
	margin-top:15px;
	margin-left:10px;
	margin-bottom:10px;
	box-shadow:0px 0px 4px #000;
	width:calc(100% - 20px);
	transition:0.5s linear;
	box-sizing:border-box;
	background:#D9EEE1;
	border-radius:6px;
	cursor:pointer;
	outline:none;
	padding:10px;
	border:0px;
	float:left;
	color:#000;
}
.horulp:hover{
	background:green;
	color:#fff;
}
.curupl{
	margin-top:15px;
	margin-left:10px;
	position:relative;
	box-shadow:0px 0px 4px #000;
	width:calc(50% - 15px);
	justify-content:center;
	box-sizing:border-box;
	align-items:center;
	background:#EEEEEE;
	white-space:nowrap;
	border-radius:8px;
	overflow:hidden;
	cursor:pointer;
	display:flex;
	padding:5px;
	float:left;
}
.curupl span{
	margin-left:10px;
	float:left;
}
.turupl{
	margin-top:15px;
	margin-left:10px;
	position:relative;
	box-shadow:0px 0px 4px #000;
	width:calc(100% - 20px);
	justify-content:center;
	box-sizing:border-box;
	align-items:center;
	background:#EEEEEE;
	border-radius:8px;
	cursor:pointer;
	display:flex;
	padding:5px;
	float:left;
}
.turupl span{
	margin-left:10px;
	float:left;
}
.till{
	margin-top:10px;
	box-shadow:0px 0px 4px #000;
	box-sizing:border-box;
	background:#059862;
	border-radius:6px;
	padding:5px;
	width:100%;
	float:left;
	color:#fff;
}
.meta{
	position:relative;
	box-sizing:border-box;
	background:red;
	padding:10px;
	color:#000;
	width:100%;
	float:left;
	top:70px;
}
.cosmik{
	margin-top:10px;
	margin-left:10px;
	width:calc(100% - 20px);
	box-sizing:border-box;
	overflow-y:hidden;
	display:flex;
	padding:5px;
	float:left;
}
.cosmik::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:0px;
	width:4px;
}
.humik{
	position:relative;
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	box-sizing:border-box;
	background:#fff;
	padding:10px;
	float:left;
}
.humik:hover .himik{
	display:block;
}
.himik{
	display:none;
}
.chemik{
	position:absolute;
	font:15px arial, tahoma;
	justify-content:center;
	align-items:center;
	font-weight:bold;
	background:#fff;
	display:flex;
	height:100%;
	width:100%;
	float:left;
	color:#000;
	left:0px;
	top:0px;
}
.scramik{
	margin-left:15px;
}
.barek{
	border-radius:6px;
	height:30px;
	width:35px;
}
.titlemik{
	font:17px arial, tahoma;
	white-space:nowrap;
	font-weight:bold;
	color:gray;
	width:100%;
	float:left;
}
.totmik{
	font:18px arial, tahoma;
	font-weight:bold;
	color:#000;
	width:100%;
	float:left;
}
.nobeb{
	margin-top:75px;
	margin-left:10px;
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border-radius:6px;
	background:#fff;
	padding:7px;
	float:left;
}
.nobeb img{
	box-shadow:0px 0px 3px #000;
	border-radius:6px;
	height:60px;
	width:60px;
	float:left;
}
.prims{
	padding-right:10px;
	float:left;
}
.mouz{
	width:calc(100% - 70px);
	font:16px arial, tahoma;
	text-overflow:ellipsis;
	box-sizing:border-box;
	white-space:nowrap;
	font-weight:bold;
	overflow:hidden;
	padding-top:5px;
	float:right;
}
.miza{
	-webkit-box-orient:vertical;
	font:14px arial, tahoma;
	width:calc(100% - 70px);
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-height:15px;
	overflow:hidden;
	line-clamp:2;
	float:right;
	color:gray;
}
.husme{
	margin-top:10px;
	margin-left:10px;
	justify-content:space-between;
	width:calc(100% - 20px);
	display:flex;
	float:left;
}
.keime{
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	width:calc(34% - 20px);
	box-sizing:border-box;
	background:#ffffff;
	max-height:240px;
	overflow:auto;
	padding:10px;
	float:left;
}
.korme{
	font:16px arial, tahoma;
	font-weight:bold;
}
.nueme{
	margin-top:5px;
	margin-bottom:5px;
	font:12px arial, tahoma;
	font-weight:bold;
	color:gray;
	width:100%;
	float:left;
}
.gorme{
	font:12px arial, tahoma;
	font-weight:bold;
	float:right;
	color:gray;
}
.veume{
	position:relative;
	font:12px arial, tahoma;
	transition:0.3s linear;
	box-sizing:border-box;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	float:left;
	width:100%;
	color:#000;
}
.soume{
	background:#EEEEEE;
}
.veume:hover{
	background:red;
}
.dinme{
	font:12px arial, tahoma;
	font-weight:bold;
	float:right;
}
.likers{
	margin-top:15px;
	margin-left:10px;
	margin-bottom:10px;
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	width:calc(100% - 20px);
	box-sizing:border-box;
	background:#ffffff;
	max-height:350px;
	overflow:auto;
	padding:10px;
	float:left;
}
.tikers{
	font:18px arial, tahoma;
	font-weight:bold;
}
.tilkers{
	font:13px arial, tahoma;
	float:right;
	color:gray;
}
.mekers{
	margin-bottom:10px;
	justify-content:center;
	display:flex;
	float:left;
	width:100%;
}
.hekers{
	transition:0.5s linear;
	box-sizing:border-box;
	text-decoration:none;
	border-radius:10px;
	background:#DDDDDD;
	text-align:center;
	cursor:pointer;
	padding:10px;
	color:#000;
	float:left;
	width:50%;
}
.hekers:hover{
	background:gray;
	color:#fff;
}
.hekerst{
	transition:0.5s linear;
	box-sizing:border-box;
	text-decoration:none;
	border-radius:10px;
	background:#DDDDDD;
	text-align:center;
	cursor:pointer;
	padding:10px;
	color:#000;
	float:left;
	width:50%;
}
.hekerst:hover{
	background:gray;
	color:#fff;
}
.straust{
	position:fixed;
	background-color: rgba(0,0,0,0.3);
	backdrop-filter:blur(5px);
	justify-content:center;
	align-items:center;
	display:flex;
	height:100%;
	width:100%;
	float:left;
	z-index:3;
	left:0px;
	top:0px;
}
.resalt{
	margin-top:10px;
	box-shadow:0px 0px 3px #000;
	transition:0.2s linear;
	box-sizing:border-box;
	background:#DDDDDD;
	border-radius:6px;
	outline:none;
	padding:10px;
	width:300px;
	clear:both;
	float:left;
	border:0px;
}
.resalt:focus{
	background:#E8F0FE;
}
.lusalt:hover{
	background:gray;
	cursor:pointer;
}
.desamr{
	position:fixed;
	height:100%;
	width:100%;
	float:left;
	left:0px;
	top:0px;
}
.slust{
	box-sizing:border-box;
	background:#ffffff;
	border-radius:10px;
	padding:10px;
	float:left;
	z-index:1;
}
.juicerhd{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	width:calc(100% - 20px);
	font:12px arial, tahoma;
	box-sizing:border-box;
	font-weight:bold;
	background:red;
	padding:10px;
	float:left;
}
.bromp{
	margin-top:5px;
	box-shadow:0px 0px 3px #000;
	box-sizing:border-box;
	background:#DDDDDD;
	padding:10px;
	outline:none;
	height:50px;
	resize:none;
	width:100%;
	border:0px;
	float:left;
}
.goldhd{
	cursor:pointer;
}
.faust{
	margin-top:15px;
	margin-left:10px;
	width:calc(100% - 20px);
	justify-content:center;
	align-items:center;
	display:flex;
	float:left;
}
.foust{
	margin-left:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	transition:0.3s linear;
	box-sizing:border-box;
	background:#F2F2F2;
	border-radius:10px;
	outline:none;
	padding:10px;
	border:0px;
	float:left;
}
.foust:focus{
	background:#FFC0CB;
}
.sendphoto{
	margin-left:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	transition:0.3s linear;
	background:#F2F2F2;
	border-radius:10px;
	color:transparent;
	cursor:pointer;
	outline:none;
	float:left;
}
.sendphoto:focus{
	background:#FFC0CB;
}
.sendphoto::-webkit-file-upload-button{
	outline:none;
	display:none;
}
.sendphoto::before{
	background:url('../img/btn013.png') no-repeat center center;
	display:inline-block;
	color:transparent;
	outline:none;
	height:30px;
	content:'@';
	padding:2px;
	width:100%;
}
.enoust{
	margin-bottom:10px;
	color:gray;
}
.santer{
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	box-sizing:border-box;
	border-radius:10px;
	background:#fff;
	padding:10px;
	width:450px;
	float:left;
}
.myors{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 4px #E5E5E5;
	border:1px solid #E5E5E5;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border-radius:8px;
	background:#fff;
	padding:5px;
	float:left;
}
.klipst{
	box-sizing:border-box;
	overflow:auto;
	display:flex;
	padding:5px;
	width:100%;
	float:left;
}
.klipst::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:1px;
}
.buters{
	margin-right:10px;
	box-shadow:0px 0px 3px #000;
	font:14px arial, tahoma;
	text-decoration:none;
	white-space:nowrap;
	border-radius:8px;
	font-weight:bold;
	background:#000;
	padding:7px;
	float:left;
	color:#fff;
}
.fraim{
	float:left;
}
.himdi{
	margin-left:10px;
	margin-bottom:10px;
	font:18px arial, tahoma;
	width:calc(100% - 20px);
	font-weight:bold;
	float:left;
	color:gray;
}
.mags{
	margin-top:10px;
	margin-left:10px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	align-items:center;
	background:#F2F2F2;
	border-radius:6px;
	overflow:hidden;
	display:flex;
	padding:10px;
	float:left;
}
.mags a{
	text-decoration:none;
}
.couse{
	margin-top:15px;
	margin-bottom:10px;
}
.promts{
	margin-top:15px;
}
.bater{
	width:calc(100% - 150px);
	font:16px arial, tahoma;
	text-overflow:ellipsis;
	font-weight:bold;
	line-height:30px;
	overflow:hidden;
	float:left;
}
.bater a{
	color:#000;
}
.biters{
	box-shadow:0px 0px 3px #000;
	font:14px arial, tahoma;
	box-sizing:border-box;
	background:skyblue;
	text-align:center;
	border-radius:6px;
	font-weight:bold;
	overflow:hidden;
	padding:5px;
	float:right;
	width:70px;
	color:#000;
}
.twos{
	margin-right:10px;
	background:darkred;
	color:#fff;
}
.creods{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 2px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border:1px solid gray;
	background:#ffffff;
	padding:10px;
	float:left;
}
.paglog{
	margin-top:10px;
	border-radius:8px 8px 0px 0px;
	font:18px arial, tahoma;
	box-sizing:border-box;
	background:#EEEEEE;
	text-align:center;
	font-weight:bold;
	padding:5px;
	float:left;
	width:100%;
}
.deleadstring, .deleadstrings{
	position:absolute;
	box-sizing:border-box;
	cursor:pointer;
	padding:7px;
	float:right;
	height:100%;
	width:30px;
	right:25px;
	z-index:1;
	top:0px;
}
.editboots{
	position:absolute;
	box-sizing:border-box;
	cursor:pointer;
	padding:7px;
	float:right;
	height:100%;
	width:30px;
	right:50px;
	z-index:1;
	top:0px;
}
.adscop{
	position:absolute;
	box-sizing:border-box;
	cursor:pointer;
	padding:7px;
	float:right;
	height:100%;
	width:30px;
	right:0px;
	z-index:1;
	top:0px;
}
.mexor{
	margin-left:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	text-decoration:none;
	background:#FFC0CB;
	border-radius:6px;
	padding:10px;
	color:#000;
	float:left;
}
.mexir{
	margin-top:10px;
	width:100%;
	color:gray;
	float:left;
}
.mized{
	margin-top:15px;
	margin-left:10px;
	width:300px;
	float:left;
}
.cezed{
	margin-left:5px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 10px);
	transition:0.4s linear;
	box-sizing:border-box;
	text-decoration:none;
	white-space:nowrap;
	background:#ffffff;
	text-align:center;
	border-radius:6px;
	overflow:hidden;
	min-width:120px;
	cursor:pointer;
	padding:10px;
	color:#fff;
	float:left;
}
.cezed:hover{
	background:skyblue;
}
.cezed h3{
	font:16px arial, tahoma;
	font-weight:bold;
	color:gray;
}
.retized{
	background:#78D2AF;
}
.retized:hover{
	background:#3EC28E;
}
.retized h3{
	color:#fff;
}
.depozed{
	background:#FCDA52;
}
.depozed:hover{
	background:gold;
}
.depozed h3{
	color:#000;
}
.viyed{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:-5px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	word-wrap: break-word;
	background:#F2F2F2;
	border-radius:8px;
	padding:5px;
	float:left;
}
.ployed{
	margin-top:15px;
	margin-right:10px;
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	width:calc(100% - 330px);
	box-sizing:border-box;
	border-radius:10px;
	background:#fff;
	padding:10px;
	float:right;
}
.ployed h1{
	font:16px arial, tahoma;
	font-weight:bold;
	color:gray;
}
.textad{
	margin-top:10px;
	box-shadow:0px 0px 3px #000;
	box-sizing:border-box;
	background:#F2F2F2;
	border-radius:8px;
	min-height:50px;
	outline:none;
	padding:5px;
	resize:none;
	width:100%;
	float:left;
	border:0px;
}
.tiyed{
	margin-top:10px;
	float:left;
}
.miyed{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 3px gray;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border-radius:10px;
	background:#fff;
	cursor:pointer;
	padding:10px;
	outline:none;
	border:0px;
	float:left;
}
.goyed{
	margin-left:5px;
	margin-right:5px;
	box-shadow:0px 0px 3px #000;
	justify-content:center;
	box-sizing:border-box;
	align-items:center;
	border-radius:10px;
	background:#F2F2F2;
	cursor:pointer;
	display:flex;
	padding:5px;
	float:left;
}
.goyed input{
	margin-right:5px;
}
.huyed{
	margin-top:10px;
	margin-left:10px;
	width:calc(100% - 20px);
	box-sizing:border-box;
	white-space:nowrap;
	overflow:auto;
	display:flex;
	padding:5px;
	float:left;
}
.huyed::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:1px;
}
.sobgod{
	margin-top:10px;
	box-shadow:0px 0px 3px #000;
	box-sizing:border-box;
	background:#F2F2F2;
	border-radius:6px;
	outline:none;
	padding:5px;
	width:100%;
	border:0px;
	float:left;
}
.draws{
	margin-top:10px;
	margin-left:10px;
	width:calc(100% - 20px);
	box-sizing:border-box;
	background:#EDF7FE;
	border-radius:10px;
	padding:10px;
	float:left;
	color:#000;
}
.disyed{
	margin-top:10px;
	margin-left:10px;
	width:calc(34% - 18px);
	box-sizing:border-box;
	text-decoration:none;
	background:#EDF7FE;
	white-space:nowrap;
	border-radius:8px;
	text-align:center;
	overflow:hidden;
	padding:10px;
	float:left;
}
.disyed h3{
	font:16px arial, tahoma;
	font-weight:bold;
	color:#000;
}
.disyed span{
	font:13px arial, tahoma;
	color:#000;
}
.proyed{
	box-shadow:0px 0px 3px #000;
	cursor:pointer;
}
.conteme{
	margin-top:15px;
	font:16px arial, tahoma;
	font-weight:bold;
	color:darkred;
	width:100%;
	float:left;
}
.corops{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 3px #000;
	width:calc(33% - 10px);
	transition:0.3s linear;
	box-sizing:border-box;
	align-items:center;
	white-space:nowrap;
	background:#DDDDDD;
	border-radius:6px;
	overflow:hidden;
	cursor:pointer;
	display:flex;
	padding:5px;
	float:left;
}
.corops input{
	margin-right:5px;
}
.corops span{
	font:13px arial, tahoma;
	font-weight:bold;
}
.corops:hover{
	background:#F2F2F2;
}
.profil{
	margin-top:10px;
	margin-left:10px;
	width:calc(100% - 20px);
	box-sizing:border-box;
	background:#36393C;
	border-radius:8px;
	padding:10px;
	float:left;
}
.improfil{
	border-radius:100%;
	height:50px;
	width:50px;
	float:left;
}
.tifil{
	box-sizing:border-box;
	font:16px arial, tahoma;
	width:calc(100% - 50px);
	white-space:nowrap;
	padding-right:7px;
	font-weight:bold;
	line-height:25px;
	padding-left:7px;
	overflow:hidden;
	color:#DDDDDD;
	float:right;
}
.pyfil{
	margin-top:5px;
	border-bottom:3px dashed #DDDDDD;
	font:16px arial, tahoma;
	word-wrap:break-word;
	padding-bottom:5px;
	color:#DDDDDD;
	width:100%;
	float:left;
}
.urfil{
	margin-top:10px;
	margin-left:10px;
	font:15px arial, tahoma;
	width:calc(50% - 15px);
	text-overflow:ellipsis;
	box-sizing:border-box;
	text-decoration:none;
	border-radius:10px;
	background:skyblue;
	white-space:nowrap;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	padding:10px;
	color:#fff;
	float:left;
}
#sand{
	transition:0.5s linear;
	cursor:pointer;
	color:red;
}
#sand:hover{
	color:green;
}
.triyed{
	margin-top:10px;
	margin-left:10px;
	width:calc(100% - 20px);
	font:15px arial, tahoma;
	box-sizing:border-box;
	background:#EDF7FE;
	border-radius:8px;
	padding:10px;
	float:left;
}
.sinal{
	font:18px arial, tahoma;
	text-align:center;
	font-weight:bold;
	color:gray;
}
.imnal{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 3px #000;
	width:calc(50% - 15px);
	box-sizing:border-box;
	background:#F2F2F2;
	border-radius:6px;
	outline:none;
	padding:10px;
	padding:10px;
	border:0px;
	float:left;
}
.imnal:disabled{
	box-shadow:0px 0px 3px gray;
	background:#fff;
}
.pronal{
	margin-top:15px;
	margin-left:10px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	background:#F2F2F2;
	border-radius:8px;
	cursor:pointer;
	padding:10px;
	outline:none;
	border:0px;
	float:left;
}
.errclean{
	position:fixed;
	justify-content:center;
	align-items:center;
	background:#fff;
	display:flex;
	height:100%;
	float:left;
	width:100%;
	z-index:2;
	left:0px;
	top:0px;
}
.errclean div{
	box-shadow:0px 0px 3px #000;
	text-decoration:none;
	border-radius:6px;
	background:#ddd;
	width:300px;
	padding:7px;
	float:left;
}
.errclean span{
	font:14px arial, tahoma;
	box-sizing:border-box;
	color:#000;
	width:100%;
	float:left;
}
.errclean a{
	margin-top:5px;
	box-sizing:border-box;
	text-decoration:none;
	text-align:center;
	background:gray;
	padding:7px;
	float:left;
	width:100%;
	color:#000;
}
.riem{
	margin-left:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #000;
	width:calc(32.5% - 10px);
	font:16px arial, tahoma;
	text-overflow:ellipsis;
	transition:0.4s linear;
	box-sizing:border-box;
	align-items:center;
	white-space:nowrap;
	background:#F2F2F2;
	border-radius:6px;
	overflow:hidden;
	cursor:pointer;
	display:flex;
	padding:5px;
	float:left;
}
.riem input{
	margin-right:5px;
}
.riem:hover{
	background:skyblue;
}
.claims{
	margin-top:5px;
	margin-left:40px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 80px);
	box-sizing:border-box;
	background:#1D295D;
	border-radius:6px;
	padding:10px;
	float:left;
}
.claims img{
	box-shadow:0px 0px 3px #000;
	border:1px solid #000;
	border-radius:8px;
	height:175px;
	width:200px;
	float:left;
}
.claims span{
	font:13px arial, tahoma;
	font-weight:bold;
	color:#fff;
}
.teins{
	padding-right:10px;
	float:left;
}
.footer{
	margin-left:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #E5E5E5;
	border:1px solid #E5E5E5;
	width:calc(100% - 20px);
	font:13px arial, tahoma;
	box-sizing:border-box;
	background:#FFFFFF;
	text-align:center;
	border-radius:6px;
	padding:5px;
	float:left;
}
.km1{
	margin-top:15px;
}
.km2{
	margin-top:10px;
}
.km3{
	margin-top:5px;
}
.clired{
	margin-left:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 20px);
	box-sizing:border-box;
	background:#F2F2F2;
	border-radius:8px;
	padding:5px;
	float:left;
}
.guaj{
	margin-top:10px;
	margin-left:10px;
	box-shadow:0px 0px 3px #000;
	width:calc(100% - 100px);
	box-sizing:border-box;
	border-radius:6px;
	background:#ffffff;
	padding:10px;
	outline:none;
	border:0px;
	float:left;
}
.puaj{
	margin-top:10px;
	margin-right:10px;
	box-shadow:0px 0px 3px #000;
	box-sizing:border-box;
	background:skyblue;
	border-radius:6px;
	cursor:pointer;
	outline:none;
	padding:10px;
	float:right;
	width:70px;
	border:0px;
}
.tacty{
	margin-top:5px;
	margin-left:10px;
	width:calc(100% - 20px);
	border-radius:6px;
	float:left;
}
.testy{
	padding-right:10px;
	float:left;
}
.tacty img{
	box-shadow:0px 0px 3px #000;
	border-radius:10px;
	height:58px;
	width:50px;
	float:left;
}
.naty{
	width:calc(100% - 60px);
	overflow:hidden;
	height:20px;
	float:right;
}
.nadim{
	font:14px arial, tahoma;
	word-wrap:break-word;
	color:#000000;
}
.wemp{
	width:calc(100% - 100px);
	font:16px arial, tahoma;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
	overflow:hidden;
	float:left;
}
.fety{
	font:12px arial, tahoma;
	text-align:right;
	float:right;
	width:100px;
	color:gray;
}
.tevop{
	margin-left:20px;
	margin-bottom:5px;
	width:calc(100% - 40px);
	font:16px arial, tahoma;
	box-sizing:border-box;
	border-radius:6px;
	background:gray;
	color:#F2F2F2;
	padding:10px;
	float:left;
}
.clm1{
	margin-top:10px;
}
.prompu{
	margin-top:10px;
	margin-left:10px;
	width:calc(100% - 20px);
	float:left;
}
.fomde{
	color:darkred;
}
.nors{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	box-shadow:0px 0px 3px gray;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border-radius:6px;
	background:#fff;
	padding:10px;
	float:left;
}
.totaly{
	font:18px arial, tahoma;
	font-weight:bold;
	float:left;
	width:100%;
}
.creto{
	margin-top:10px;
	margin-left:10px;
	width:calc(50% - 15px);
	box-sizing:border-box;
	text-decoration:none;
	border-radius:10px;
	background:skyblue;
	text-align:center;
	padding:10px;
	color:#000;
	float:left;
}
.repo{
	background:darkred;
	color:#fff;
}
.sebs{
	margin-top:10px;
	word-wrap:break-word;
	float:left;
	width:100%;
}
.sebs a{
	text-decoration:none;
	color:gray;
}
.sebs a:hover{
	text-decoration:underline;
}
.merogs{
	justify-content:center;
	box-sizing:border-box;
	display:flex;
	padding:5px;
	float:left;
	width:100%;
}
.rehs{
	height:250px;
	width:300px;
	float:left;
}
.videopre{
	object-fit:fill;
	height:250px;
	width:300px;
	float:left;
}
.joters{
	margin-top:10px;
	font:14px arial, tahoma;
	word-wrap:break-word;
	width:100%;
	float:left;
	color:gray;
}
@media screen and (max-width: 770px){
.errclean div{
	width:calc(100% - 40px);
}
.claims{
	margin-top:0px;
}
.taimfl{
	max-height:300px;
}
.login:active{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	background-color:green;
}
.signup:active{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	background-color:green;
}
.bt-sub{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
}
.carulp{
	width:400px;
}
.tirulp{
	width:calc(50% - 15px);
}
.bt-submenu{
	width:50%;
	min-width:250px;
}
.readly{
	margin-left:40px;
	min-width:calc(100% - 80px);
}
.imgdly{
	height:140px;
	width:140px;
	float:left;
}
}
@media screen and (max-width: 650px){
.claims{
	margin-left:10px;
	width:calc(100% - 20px);
}
.claims img{
	height:150px;
	width:150px;
}
.taimfl{
	max-height:100%;
}
.mutaim{
	margin-top:0px;
	margin-left:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	display:block;
	width:100%;
}
.taimfl{
	margin-top:15px;
	margin-left:10px;
	min-width:calc(100% - 20px);
}
.taipl{
	float:none;
}
.photem{
	padding-right:10px;
	float:left;
}
.mized{
	margin-left:10px;
	width:calc(100% - 20px);
	overflow-y:hidden;
	display:flex;
}
.mized::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:4px;
}
.cezed{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	justify-content:flex-star;
	width:calc(34% - 10px);
}
.ployed{
	width:calc(100% - 20px);
}
.resalt{
	width:100%;
}
.slust{
	width:calc(100% - 20px);
}
.husme{
	display:inline-block;
}
.keime{
	width:100%;
	float:left;
}
.maome{
	margin-bottom:10px;
}
.carulp{
	width:calc(100% - 20px);
}
.tirulp{
	width:calc(50% - 15px);
}
.bt-submenu{
	width:60%;
	min-width:250px;
}
.readly{
	margin-left:30px;
	min-width:calc(100% - 60px);
}
.imgdly{
	height:120px;
	width:120px;
	float:left;
}
}
@media screen and (max-width: 400px){
.mized{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:-5px;
	width:calc(100% - 20px);
	display:flex;
}
.mized::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:4px;
}
.cezed{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	justify-content:flex-star;
	width:calc(34% - 10px);
	padding:7px;
}
.ployed{
	width:calc(100% - 20px);
}
.santer{
	width:100%;
}
.resalt{
	width:100%;
}
.slust{
	width:calc(100% - 20px);
}
.husme{
	display:inline-block;
}
.keime{
	width:100%;
	float:left;
}
.maome{
	margin-bottom:10px;
}
.carulp{
	width:calc(100% - 20px);
}
.tirulp{
	width:calc(100% - 20px);
}
.bt-title{
	font:20px arial, tahoma;
	font-weight:bold;
}
.bt-submenu{
	width:60%;
	min-width:250px;
}
.readly{
	margin-left:10px;
	min-width:calc(100% - 20px);
}
.imgdly{
	height:100px;
	width:100px;
	float:left;
}
}
@media screen and (max-width: 350px){
.mized{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:-5px;
	width:calc(100% - 20px);
	display:flex;
}
.mized::-webkit-scrollbar {
	background:transparent;
	display:none;
	height:1px;
	width:4px;
}
.cezed{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	justify-content:flex-star;
	width:calc(34% - 10px);
	padding:7px;
}
.ployed{
	width:calc(100% - 20px);
}
.santer{
	width:100%;
}
.resalt{
	width:100%;
}
.slust{
	width:calc(100% - 20px);
}
.husme{
	display:inline-block;
}
.keime{
	width:100%;
	float:left;
}
.maome{
	margin-bottom:10px;
}
.carulp{
	width:calc(100% - 20px);
}
.tirulp{
	width:calc(100% - 20px);
}
.bt-title{
	font:20px arial, tahoma;
	font-weight:bold;
}
.bt-submenu{
	width:60%;
	min-width:250px;
}
.readly{
	margin-left:10px;
	min-width:calc(100% - 20px);
}
.imgdly{
	height:100px;
	width:100px;
	float:left;
}
}
::-webkit-scrollbar {
	background:#4F504F;
	width:6px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius:4px;
	background:#00b88e;
}
::-webkit-scrollbar-thumb:hover {
	background:#007a5e;
}