.chat_panel {
    background-color: #0000006b;
}
#chat_left_menu {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: none;
    background-color: rgba(197, 193, 212, 0.13);
}
#chat_center {
   background: transparent;
}
#warp_show_chat {
    background-color: rgba(68, 68, 68, 0.36);
    height: 273px;
    border: 1px solid rgba(0, 0, 0, 0.8);
}
.wrap_right_data{
	border: 1px solid rgba(140, 140, 140, 0);
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.38);
}
.border_bottom, .panel_bar, .listing_element, .post_element, .list_element, .user_item, .ulist_item, .box_title{
	border-bottom: 0;
}
.background_box{
	background-color: #00000082;
}
.input_wrap {
    background: transparent;
    border-top: 0;
}
/*Status Power*/
.bustate{
	margin-top: -3px;
	color: #ffffff;
}
@media only screen and (max-width: 768px) {
	.border_right, #chat_left {
		padding: 0;
	}
	#chat_left_menu {
		background-color: rgba(0, 0, 0, 0.66);
	}
	#container_chat{
		padding: 0;
	}
	.border_left, #chat_right {
		padding: 0;
	}
	.wrap_right_data{
		background-color: rgba(0, 0, 0, 0.78);
	}
}
/* profile.php layout*/
.profile_top,.ok_btn,.delete_btn{
	background-color: #008;
}
.profile_top{
	color: #fff;
	background-color: #008;
	background-image: linear-gradient(hsla(0,0%,100%,.3),rgba(0,0,0,.3));
	border-radius: 8px 8px 0px 0px;
}
.ok_btn {
	color: #fff;
	background-color: #008;
	background-image: linear-gradient(hsl(224, 100%, 50%),rgba(2, 255, 127));
}
.delete_btn {
	width: 48%;
	margin-left: 0%;
	margin-top: 5px;
	background-color: #008;
	background-image: linear-gradient(hsl(224, 100%, 50%),rgba(2, 255, 127));
}
.ok_btn > i.fa,.delete_btn > i.fa{
   float: left;
}
.large_modal_in{
	border-radius: 8px 8px 8px 8px;
}
.modal_top {
	border-radius: 8px 8px 0px 0px;
}
.my_profile_name {
	padding: 64px 9px 0 9px;
}
.pro_zone{
	padding: 15px;
}
.tpad15 {
    padding: 0; 
}
p.list_element.info_pro {
    padding: 10px;
    padding-top: 10;
}
/* without login*/

.ok_btn-2 > i.fa,.default_btn > i.fa{
	float:left;
}
.ok_btn-2, .default_btn {
    color: #fff;
    width: auto;
    float: unset;
    margin-left: 0;
    background-color: #3f8698;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0),rgba(0, 0, 0, 0));
}
.ok_btn-2{
	background-color: #7b7fcb;
	font-weight: bold;
}
/*NameGrad nameWave*/
.clip {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nameWave {
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: nameWave 3s linear infinite normal;
    animation: nameWave 3s linear infinite normal;
}
@-webkit-keyframes nameWave{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 100% 0;
	}
}
