.chat_log {
    width: auto;
}
.chat_log.log2 {
    background: transparent;
}
.chat_log > .chat_avatar {
    width: 60px;
}
.chat_log > .my_text {
    position: relative;
    padding: 6px;
    border-radius: 6px;
    word-break: break-word;
}
.chat_log > .my_text::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 100%;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}
.chat_log > .my_text > .btable {
    table-layout: auto;
}
.bicon.begen {
	color:#5e91ff;
	font-size: 10px;
	font-weight: bold;
}
.bicon.begenme {
	color:#ba2c2a;
	font-size: 10px;
	font-weight: bold;
}
.bicon.sev {
	color:#d46eab;
	font-size: 10px;
	font-weight: bold;
}
.bicon {
	margin-left:5px;
}
.like_youtube {
	float:left;
	cursor:pointer;
	padding:5px;
	border-radius:50px;
	display:flex;
}
.like_youtube img {
	width:20px;
}
.private_content .begeni {
	display:none;
}
img.youtube_chat_icon {
	width:16px;
}
.begeni {
	text-shadow:none;
}
.div-baslik{
	text-align: center;
    position: relative;
}
#container_call { z-index:201; position:fixed; top:80px; left:10px; margin-left:0px; margin-top:0px; display:none; }
.videosize { height:400px; }
.audiosize { height:120px; }
.callsize { width:360px; }
.biframe { padding:0; margin:0; border:0; display:block; }
.vcallhide { display:none !important; }
#vcall_streams { height: 100%; width:100%; }
#vcall_self { width:80px; height:100px; position:absolute; top:10px; left:10px; border-radius:10px; overflow:hidden; }
.vcall_self { width:140px !important; height:160px !important; }
.vcall_player { width: 100%; height: 100%; overflow: hidden; }
.vcall_container { width:100%; height:100%; }
.vcall_user { display:flex; align-items: center; column-gap: 0.5em;  padding: 5px 10px; border-radius: 5px; position: absolute; top: 10px; right: 10px; z-index: 9999; margin: 0; font-size: 18px; }
.vcall_vol{ height:20px; width:20px; }
#vcall_control { display:table; width:100%; position: absolute; bottom: 15px; left: 0; }
.vcall_btn { width:30px; text-align: center; cursor: pointer; padding:10px; border-radius:5px; }
.vcall_spacer { width:15px; }
.vcall_icon { display: block; height: 18px; width: 18px; }
.call_status_btn { padding:5px 10px; border-radius:5px; display:inline-block; font-size:13px; max-width:100%; text-align:center; }
/* overflow */
.bflow { overflow:hidden; }
.maxflow { overflow:hidden; max-width:100%; }
#room_call {
    width: 320px;
    height: 410px;
    padding: 25px 15px 20px 15px;
    position: absolute;
    left: 0;
    bottom: 85px;
    z-index: 202;
    display: none;
    text-align: initial;
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, .1);
    border-radius: .25rem;
    overflow: hidden;
    resize: 
    vertical;
}
#room_call_iframe {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.room_call_button {
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.room_call_body {
    background: none;
    color: #333;
}
.room_call_baslik {
    height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 4%);
}
.room_call_room {
    font-size: 16px;
    font-weight: 700;
}
.room_call_icon {
    font-size: 20px;
    vertical-align: middle;
}
.room_call_name {
    margin-right: 2px;	
    vertical-align: middle;
}
#room_call_streams {
    height: 248px;
    overflow-y: auto;
}
.room_call .kick_user {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.room_call .ulist_item {
    position: relative;
    display: table;
}
.room_call .ulist_name {
    padding: 0 10px;
}
.room_call_kick_button {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 5px;
}
.room_call_star {
    position: absolute;
    top: 26px;
    left: 28px;
    width: 7px;
    height: 7px;
    background-color: #c8bb2d;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transform: translate(-50%, -50%) rotate(0) translate(calc(50% - 31px));
}
.vcall_kick {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.room_call .ulist_avatar img {
    width: 36px;
    height: 36px;
}
.room_call_modal {
    padding: 20px 10px 10px 10px;
    margin: 5px;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    display: none;
}
.chat_log {
    width: auto;
}
.yan-menu-profil {
    color: #649ddf;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}


.yan-menu-profil .glob_av{
    width: 100px;
    padding: 0px;
    border-radius: 10%;
    border: 1px solid #fff;
}

.yan-menu-profil .switch_wrap {
    margin: 6px 7px 10px 7px;
}
.yan-menu-profil img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.yan-menu-profil img {
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.avmmenu img {

-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.avmmenu img {

-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.avmmenu img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.chat_avatar img {-moz-transition: all 1s ease-in-out;transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;}
.chat_avatar img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.menutrig img {-moz-transition: all 1s ease-in-out;transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;}
.menutrig img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.user_item_avatar img {
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.user_item_avatar img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.rainbow {
  border-radius: 9px;
  color: black;
  place-content: center;
  text-align: center;
  font-size: 15px;
  --border-size: 0.2rem;
  background-image: radial-gradient(#e6e8f3, #d9dce8);
}

@property --opacity {
  syntax: "<number>";
  initial-value: 0.5;
  inherits: false;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes opacityChange {
  to {
    --opacity: 1;
  }
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

.rainbow {
  animation: rotate 210s linear infinite, opacityChange 7s infinite alternate;
}
.chat_log > .chat_avatar {
    width: 60px;
}
.msktable {
	max-width: 100%;
	display: inline-block;
	background: #f3f3f3;
	border-radius: .4rem;
	padding: 5px 8px;
	position: relative;
	border-radius: 0px 15px;
	margin-left: 10px;
	er-width: 4px;
}


.chatops {
  display: inline-block;
  vertical-align: middle;
}
.chat_verify {
    font-size: 8px;
    color: #699f04;
    vertical-align: initial;
    text-shadow: none;
    position: absolute;
    top: 22px;
    left: 26px;
}

#main_input_mic {
    width: 320px;
    height: 410px;
    padding: 25px 15px 20px;
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: 202;
    display: none;
    text-align: initial;
    box-shadow: 0 -1px 8px 0 rgba(0,0,0,.1);
    border-radius: .25rem;
    overflow: hidden;
    resize: vertical
}
.modal_custom_title {
    background: 0 0;
    color: #260132;
    padding: 7px;
    border-radius: 5px;
    border: 3px solid #260132;
    display: inline
}

#container_call { z-index:201; position:fixed; top:80px; left:10px; margin-left:0px; margin-top:0px; display:none; }
.videosize { height:400px; }
.audiosize { height:120px; }
.callsize { width:360px; }
.biframe { padding:0; margin:0; border:0; display:block; }
.vcallhide { display:none !important; }
#vcall_streams { height: 100%; width:100%; }
#vcall_self { width:80px; height:100px; position:absolute; top:10px; left:10px; border-radius:10px; overflow:hidden; }
.vcall_self { width:140px !important; height:160px !important; }
.vcall_player { width: 100%; height: 100%; overflow: hidden; }
.vcall_container { width:100%; height:100%; }
.vcall_user { display:flex; align-items: center; column-gap: 0.5em;  padding: 5px 10px; border-radius: 5px; position: absolute; top: 10px; right: 10px; z-index: 9999; margin: 0; font-size: 18px; }
.vcall_vol{ height:20px; width:20px; }
#vcall_control { display:table; width:100%; position: absolute; bottom: 15px; left: 0; }
.vcall_btn { width:30px; text-align: center; cursor: pointer; padding:10px; border-radius:5px; }
.vcall_spacer { width:15px; }
.vcall_icon { display: block; height: 18px; width: 18px; }
.call_status_btn { padding:5px 10px; border-radius:5px; display:inline-block; font-size:13px; max-width:100%; text-align:center; }

.vcall_yayinda {
    height: 20px;
    width: 20px;
    margin-right: 5px
}

.vcall_el {
    height: 20px;
    width: 20px;
    margin-right: 5px
}

.room_call_button {
    padding: 3px 9px;
    border-radius: 5px;
    cursor: pointer
}

.room_call_body {
    background: 0 0;
    color: #333
}

.room_call_baslik {
    height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(0 0 0/4%)
}

.room_call_room {
    font-size: 16px;
    font-weight: 700
}

.room_call_icon {
    font-size: 20px;
    vertical-align: middle
}

.room_call_name {
    margin-right: 2px;
    vertical-align: middle
}

#room_call_streams {
    height: 248px;
    overflow-y: auto
}

.room_call .ulist_item {
    position: relative;
    display: table
}

.room_call .ulist_name {
    padding: 0 10px
}

.room_call .ulist_avatar img {
    width: 36px;
    height: 36px
}

.room_call_modal {
    padding: 20px 10px 10px;
    margin: 5px;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    display: none
}


.defaultflash1 {
	text-transform:uppercase;
	font-weight:700;
	font-size:20px;
	background:linear-gradient(to right,#095fab 10%,#25abe8 50%,#57d75b 60%);
	background-size:200% auto;
	color:#fff;
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:textclip 1.5s linear infinite;
	display:inline-block;
}
@keyframes textclip {
	to {
			background-position:200% center;
	}
}
.defaultflash2 {
	font-size:20px;
	background:linear-gradient(110deg,#bc0000 33%,rgba(0,0,0,0) 33%),linear-gradient(110deg,#ffffff 34%,#121108 34%);
	background-size:400%;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	-webkit-background-clip:text;
	animation:labarow 1.5s ease infinite;
	-webkit-animation:labarow 1.5s ease infinite;
	-moz-animation:labarow 1.5s ease infinite;
}
@keyframes labarow {
	0% {
			background-position:10% 40%
	}
	50% {
			background-position:25% 60%
	}
	100% {
			background-position:30% 100%
	}
}
.defaultflash3 {
	font-size:20px;
	font-weight:bold !important;
	text-shadow:0 0 80px rgba(255,255,255,.5);
	background:url(../default_images/flashnick/pp1.png) repeat-y;
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-animation:aitf 80s linear infinite;
	animation:aitf 80s linear infinite;
	-webkit-transform:translate3d(0,0,0);
	-webkit-backface-visibility:hidden;
	transform:translate3d(0,0,0);
	backface-visibility:hidden;
	text-transform:uppercase;
	letter-spacing:2px;
}
@-webkit-keyframes aitf {
	0% {
			background-position:0% 60%;
	}
	100% {
			background-position:100% 50%;
	}
}
.defaultflash4 {
	font-size:20px;
	letter-spacing:1px;
	background-image:url(../default_images/flashnick/pp.gif);
	background-size:cover;
	color:transparent;
	background-clip:text;
	-moz-background-clip:text;
	-webkit-background-clip:text;
	text-transform:uppercase;
}
.defaultflash5 {
	font-size:20px;
	text-transform:uppercase;
	text-decoration:underline;
	color:transparent;
	-webkit-text-stroke:#000;
	-webkit-text-stroke-width:1px;
	text-shadow:2px 2px 2px #2962ff;
	transition:all 0.5s ease-in-out;
	text-align:center;
	letter-spacing:0.2em;
	animation:flicker 0.5s ease-in-out infinite alternate;
}
@keyframes flicker {
	0% {
			opacity:0.5;
			text-shadow:2px 2px 2px #2962ff;
	}
	100% {
			opacity:1;
			text-shadow:2px 2px 5px #2962ff;
	}
}
.defaultflash6 {
	text-transform:uppercase;
	background-image:linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
	background-size:auto auto;
	background-clip:border-box;
	background-size:200% auto;
	letter-spacing:2px;
	color:#fff;
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:textclip 2s linear infinite;
	display:inline-block;
	font-size:20px;
}
@keyframes textclip {
	to {
			background-position:200% center;
	}
}
.defaultflash7 {
	color:blue;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	filter:blur(0.1rem);
	animation:letterspacing 5s infinite alternate cubic-bezier(.2,0,0,1);
}
@keyframes letterspacing {
	0% {
			letter-spacing:-1rem;
			filter:blur(0.1rem);
	}
	50% {
			filter:blur(0.1rem);
	}
	100% {
			letter-spacing:1rem;
			filter:blur(0rem);
	}
}
.defaultflash8 {
	color:#ff0000;
	font-size:20px;
	position:relative;
	text-transform:uppercase;
	-webkit-text-stroke:0.1vw #000000;
}
.defaultflash8::before {
	top:0;
	left:0;
	width:0;
	height:100%;
	color:#01cbff;
	overflow:hidden;
	position:absolute;
	content:attr(data-text);
	border-right:2px solid #000000;
	-webkit-text-stroke:0vw #f7f7fe;
	animation:animate 6s linear infinite;
}
@keyframes animate {
	0%,10%,100% {
			width:0;
	}
	70%,90% {
			width:100%;
	}
}
.defaultflash9 {
	color:transparent;
	font-size:20px;
	display:inline-block;
	border-radius:3px;
	background-color:#1d3557;
	position:relative;
	-webkit-background-clip:text;
	background-clip:text;
}
.defaultflash9:before {
	content:attr(data-text);
	background:linear-gradient(90deg,rgba(245,137,21,1) 0%,rgba(253,29,29,1) 51%,rgba(29,53,87,1) 100%);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:0;
	background-clip:text;
	-webkit-background-clip:text;
	transition:all 1s ease-in-out;
	animation:text-animation 3s infinite;
}
@keyframes text-animation {
	0% {
			width:0;
	}
	50% {
			width:100%;
	}
	100% {
			width:0;
	}
}
.defaultflash10 {
	text-align:center;
	font-size:20px;
	color:#ff0000;
	letter-spacing:-1px;
	font-weight:700;
	text-transform:uppercase;
	animation:blura 2s ease-out infinite;
	text-shadow:0px 0px 1px #fff,0px 0px 2px #fff;
}
@keyframes blura {
	from {
			text-shadow:0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #7B96B8,0px 0px 16px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px -10px 10px #7B96B8,0px -10px 10px #7B96B8;
	}
}
.defaultflash11 {
	position:relative;
	color:#262626;
	padding:5px 12px;
	font-size:20px;
	font-weight:700;
}
.defaultflash11:before {
	background:#262626;
	color:white;
	content:attr(data-text);
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	padding:5px 12px;
	-webkit-clip-path:polygon(0% 0%,30% 0%,30% 100%,0% 100%);
	clip-path:polygon(0% 0%,30% 0%,30% 100%,0% 100%);
	animation:prslides 4s 1s linear infinite;
}
@keyframes prslides {
	50% {
			-webkit-clip-path:polygon(70% 0%,100% 0%,100% 100%,70% 100%);
	}
}
.defaultflash12 {
	display:inline-block;
	font-size:20px;
	position:relative;
	animation:twistText 3s infinite;
	transform-style:preserve-3d;
	animation-timing-function:cubic-bezier(.5,0,.5,1);
}
@keyframes twistText {
	0% {
			transform:translateZ(-100px) rotateX(-90deg) scaleY(0.2) scaleX(1);
	}
	50% {
			transform:translateZ(-200px) rotateX(0deg) scaleY(1) scaleX(1);
	}
	100% {
			transform:translateZ(-100px) rotateX(90deg) scaleY(0.2) scaleX(1);
	}
}
.defaultflash13 {
	font:20px;
	background:linear-gradient(to left,#e57627 0%,#e57627 42.5%,#facb8f 50%,#e57627 57.5%,#e57627 100%);
	background-size:200% auto;
	background-clip:text;
	-webkit-background-clip:text;
	color:transparent;
	background-position:100% center;
	animation:loader 10s ease infinite reverse;
}
@keyframes loader {
	0% {
			background-position:100% center;
	}
	50% {
			background-position:0% center;
	}
	100% {
			background-position:100% center;
	}
}
.defaultflash14 {
	color:rgba(255,0,0,0.1);
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	background-size:cover;
	background-image:url(../default_images/flashnick/bon.jpg);
	-webkit-background-clip:text;
	background-clip:text;
	animation:background-text-animation 100s linear infinite;
}
@keyframes background-text-animation {
	0% {
			background-position:left 0px top 50%;
	}
	50% {
			background-position:left 1500px top 50%;
	}
	100% {
			background-position:left 0px top 50%;
	}
}
.defaultflash15 {
	color:#ff0000;
	font-size:20px;
	animation:defaultflash87 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both,tracking-in-expand 5s cubic-bezier(0.215,0.61,0.355,1) both infinite alternate;
}
@-webkit-keyframes defaultflash87 {
	0% {
			text-shadow:none;
	}
	100% {
			text-shadow:0 1px 0 #cccccc,0 1px 0 #cccccc,0 3px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 1px rgba(0,0,0,0.3);
	}
}
@keyframes defaultflash87 {
	0% {
			text-shadow:none;
	}
	100% {
			text-shadow:0 1px 0 #cccccc,0 1px 0 #cccccc,0 3px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 1px rgba(0,0,0,0.3);
	}
}
@-webkit-keyframes tracking-in-expand {
	0% {
			letter-spacing:-0.5em;
			opacity:0;
	}
	40% {
			opacity:0.6;
	}
	100% {
			opacity:1;
	}
}
@keyframes tracking-in-expand {
	0% {
			letter-spacing:-0.5em;
			opacity:0;
	}
	40% {
			opacity:0.6;
	}
	100% {
			opacity:1;
	}
}
.default_flash_select {
	width:150px;
	height: 30px;
}
.sub_list_blog { width:40px; display:table-cell; vertical-align:middle; text-align:center; position:relative; }
.sub_list_blog img { width:40px; height:40px; display:block; }
.blog_listing { border-radius:5px; }
.ustpanelbaslikrenk {
	color:#ff1a1a;
	-webkit-animation:colorchange 5s infinite alternate;
}
.ust_dj {
	width:100%;
	position:absolute;
	z-index:19;
}

.ust_dj_icerik {
    padding: 4px;
    margin: 0 auto;
    width: max-content;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(261deg, #411d11, #3f33ff, #495f69, #23d5ab, #495f696b);
    background-size: 500% 500%;
    animation: gradient 10s cubic-bezier(0.25, 0.1, 0.15, 1.22) infinite;
}
.ust_dj_genel {
 border-radius:11px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes colorchange {
	0% {
		color:#ffeb00;
	}
	10% {
		color:#ffeb00;
	}
	20% {
		color:#ffeb00;
	}
	40% {
		color:#ffeb00;
	}
	60% {
		color:#ffeb00;
	}
	80% {
		color:#ffeb00;
	}
	100% {
		color:#ff1a1a;
	}
}
.sms_textarea {
	height:150px;
	max-height:100%;
	border-radius:15px;
}
.sms_menu {
	display:table-cell;
	vertical-align:middle;
	width:20px;
	text-align:center;
	font-size:13px;
}
#sms_id {
	position:absolute;
	z-index:12;
	width:100%;
}
#smsgecis_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top:0px;
}
.ok_btn2 {
	background:linear-gradient(169deg,rgb(124 140 143) 0%,rgb(71 71 70) 51%,rgb(51 51 51) 100%);
	color:#ffffff;
	border:2px solid #000;
	box-shadow:inset 0 0 36px -7px #000;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px;
}
#container_user{padding:1px;}
@media screen and (max-width:769px){
	#footer_yetkili_list {display: none!important;}
}
#footer_yetkili_list.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
    height: 50px;
}
#footer_yetkili_list.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
#footer_yetkili_list.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
#footer_yetkili_list.owl-carousel .owl-stage-outer{
    width:180px;
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    border-bottom:2px solid #000
}
#footer_yetkili_list.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    padding: 6px 6px;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
#footer_yetkili_list.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
#footer_yetkili_list.owl-carousel .owl-item img{
    display:block;
    width:95%
}
#footer_yetkili_list.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}

#footer_yetkili_list.owl-carousel.owl-loaded{
    display:block
}
#footer_yetkili_list.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
#footer_yetkili_list.owl-carousel.owl-hidden{
    opacity:0
}
#footer_yetkili_list.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
#footer_yetkili_list.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#footer_yetkili_list.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
#footer_yetkili_list.owl-carousel.owl-rtl{
    direction:rtl
}
#footer_yetkili_list.owl-carousel.owl-rtl .owl-item{
    float:right
}
#footer_yetkili_list.no-js .owl-carousel{
    display:block
}
#footer_yetkili_list.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
#footer_yetkili_list.owl-carousel .owl-animated-in{
    z-index:0
}
#footer_yetkili_list.owl-carousel .owl-animated-out{
    z-index:1
}
#footer_yetkili_list.owl-carousel .fadeOut{
    animation-name:fadeOut
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel:not(.owl-loaded){
    opacity:0;
    visibility:hidden;
    height:0
}
.onay_input {
	text-align:center;
	line-height:38px;
	font-size:15px;
	z-index:1;
	position:relative;
}
.head_notify_onay {
    position: absolute;
    top: 5px;
    left: 23px;
    width: 17px;
    height: 18px;
    border-radius: 50px;
    display: none;
}
#container_user{padding:1px;}

.sag-panel-close {
    bottom: 100px;
    border-radius: 8px;
    margin-left: -14px;
    position: fixed;
    padding: 14px 2px;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
}
.notification { position:absolute; top:5px; left:8px; padding:2px 3px; border-radius:2px; font-size:11px; font-weight:bold; display:none;}
.light_panel_oda_list {
    padding: 8px 10px;
    cursor: pointer;
    font-size: .8rem;
    border-radius: 0.25rem;
    margin-bottom: 6px;
    border: 1px solid rgb(225 218 218 / 12%);
    border-left: 3px solid #03add84f;
    position: relative;
    overflow: hidden;
}

.light_panel_oda_list:hover {
    border: 1px solid rgba(0,0,0,.13);
    border-left: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}
.room-selection-button {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-sizing: border-box;
    border-left: 30px solid transparent;
    border-bottom: 70px solid rgba(0,0,0,.04);
}
.room-selection-button-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}
.room_selected  .room-selection-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.02);
}
.room_selected .room-selection-button {
  border-bottom: 70px solid #2196f3;
}
.room_selected  .room-selection-button-icon {
  color: #fff;
}
.pp_oda {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    text-align: center;
    left: 190px;
    position: absolute;
	animation: pulse5 linear 1000ms infinite;
}
.oda_efekt {
    animation: oda_efektt linear 1000ms infinite;
}
@keyframes oda_efektt {
    0% {
        box-shadow: 0 0 0 0 #7885ffb5
    }

    70% {
        box-shadow: 0 0 0 11px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}
.room_square_elem {
    width: calc((97% / 4) - 10px);
    height: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.square_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.room_square_elem img {
    width: 100%;
    display: block;
    height: auto;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px;
}
.div-baslik {
    text-align: center;
    position: relative
}
.div-baslik:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #ebebeb
}
.div-baslik span {
    background: #fff;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    border-radius: 12px;
    font-size: 11px
}
.roombackground {
	background-size:100% 100% !important;
}
.add_room_background {
	position:relative;
}
.room_background_item_wrap {
	display:table;
	border-radius:50px;
	overflow:hidden;
}
.room_background_item {
	width:40px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.room_background_menu {
	display:table-cell;
	vertical-align:middle;
	width:80px;
}
.room_background_select {
	-webkit-appearance:none;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.room_background_size {
	height:250px;
}
.choose_room_background {
	position: relative;
}


.radio-tag {
	border-radius:.25rem;
	border:1px solid rgba(0,0,0,.07);
	background:rgba(0,0,0,.07);
	font-size:15px;
}
.room-writings-layout {
  position: absolute;
  max-width: 100%;
  overflow-x: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-bottom: -1px;
  white-space: nowrap;
}
.room-writing {
  display: inline-block;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  font-size: 0.7rem;
  padding: 2px 3px;
  margin-left: 1px;
}
.writing-dot {
  margin-left: 2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 0;
  animation: wave_yazanlar 0.8s linear infinite;
}
.writing-dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.writing-dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.room-writing .writing-dot {
  background: #fff;
}
@keyframes wave_yazanlar {
	0%,100%,60% {
		transform:initial
	}
	30% {
		transform:translateY(-5px)
	}
}
.notification { position:absolute; top:5px; left:8px; padding:2px 3px; border-radius:2px; font-size:11px; font-weight:bold; display:none;}
.sohbet_radyaadi,.radio-tag {
	border-radius:.25rem;
	border:1px solid rgba(0,0,0,.07);
	background:rgba(0,0,0,.07)
}
.sohbet_radyaadi {
	min-width:100%;
	padding:8px;
	margin-bottom:6px
}
.radyo_calan_sarkimiz {
	font-weight:bold;
	font-family:sans-serif;
}
.kayanyazi {
	max-width:100%;
	overflow:hidden;
}
.kayan_yazi {
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	animation:kayan_yazi 10s linear infinite;
}
.kayan_yazi div {
	display:inline-block;
}
@keyframes kayan_yazi {
	0% {
		transform:translate(10,0);
	}
	100% {
		transform:translate(-100%,0);
	}
}
.radio-tag {
	padding:2px 4px;
	font-size:.8rem;
}
.radio-playback-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    animation: radyopulse linear 1000ms infinite;
}
.radio-playback-button:hover {
	background:rgba(0,0,0,.07)
}
@keyframes radyopulse {
	0% {
		box-shadow:0 0 0 0 #03add86e;
	}
	70% {
		box-shadow:0 0 0 20px transparent;
	}
	to {
		box-shadow:0 0 0 0 transparent;
	}
}

.chatops {
    position: absolute;
    right: 1px;
    bottom: 0;
    border-radius: 10px;
}
.roombackground { background-size: 100% 100% !important; }
.add_room_background { position:relative; }
.room_background_item_wrap { display:table; border-radius:50px; overflow:hidden; }
.room_background_item { width:40px; height:30px; display:table-cell; vertical-align:middle; text-align:center; }
.room_background_menu { display:table-cell; vertical-align:middle; width:80px; }
.room_background_select { -webkit-appearance:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; cursor:pointer; }
.room_background_size { height:250px; }
.choose_room_background { position:relative; }
.star_rank_chat {
	position:absolute;
	top: 24px;
	left: 15px;
	width: 9px;
	height: 8px;
	background-color:#000;
	clip-path:polygon(50%0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
}
.star_rank {
	top:50%;
	left:100%;
	margin-left:-18px
}
.chat_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.chat_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px))
}
.chat_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px))
}
.chat_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px));
}
.chat_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.chat_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px));
}
.chat_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 32px))
}
.chat_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 33px))
}
.chat_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 34px))
}
.chat_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 35px))
}
.chat_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 35px))
}
.chat_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 35px))
}
.chat_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 35px))
}
.chat_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 35px))
}
.chat_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 32px))
}
.panel_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.panel_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px))
}
.panel_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px))
}
.panel_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px))
}
.panel_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.panel_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.panel_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 31px))
}
.panel_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 31px))
}
.panel_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 31px))
}
.panel_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 31px))
}
.panel_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 31px))
}
.panel_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 31px))
}
.panel_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 31px))
}
.panel_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 31px))
}
.panel_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 31px))
}

.my_texts {
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 8px;
	position:relative;
}
.my_texts .username {
	font-size:12px;
}
.user_item_datas,.user_item_name {
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding: 0px 15px;
}
.user_yildiz_choice .bccheck {
	color:red;
	margin-top:14px;
}
.user_yildiz_color1,.user_yildiz_colors1 {
	background:linear-gradient(to top,#f33,maroon)!important;
}
.user_yildiz_color2,.user_yildiz_colors2 {
	background:linear-gradient(to top,#f63,#4d1300)!important;
}
.user_yildiz_color3,.user_yildiz_colors3 {
	background:linear-gradient(to top,#f93,#4d2600)!important;
}
.user_yildiz_color4,.user_yildiz_colors4 {
	background:linear-gradient(to top,#fc3,#806000)!important;
}
.user_yildiz_color5,.user_yildiz_colors5 {
	background:linear-gradient(to top,#cc0,#4d4d00)!important;
}
.user_yildiz_color6,.user_yildiz_colors6 {
	background:linear-gradient(to top,#9c0,#394d00)!important;
}
.user_yildiz_color7,.user_yildiz_colors7 {
	background:linear-gradient(to top,#59b300,#264d00)!important;
}
.user_yildiz_color8,.user_yildiz_colors8 {
	background:linear-gradient(to top,#829356,#2b301c)!important;
}
.user_yildiz_color9,.user_yildiz_colors9 {
	background:linear-gradient(to top,green,#001a00)!important;
}
.user_yildiz_color10,.user_yildiz_colors10 {
	background:linear-gradient(to top,#00e639,#00330d)!important;
}
.user_yildiz_color11,.user_yildiz_colors11 {
	background:linear-gradient(to top,#00e673,#063)!important;
}
.user_yildiz_color12,.user_yildiz_colors12 {
	background:linear-gradient(to top,#00e6ac,#004d39)!important;
}
.user_yildiz_color13,.user_yildiz_colors13 {
	background:linear-gradient(to top,#0cc,#004d4d)!important;
}
.user_yildiz_color14,.user_yildiz_colors14 {
	background:linear-gradient(to top,#03add8,#013d4b)!important;
}
.user_yildiz_color15,.user_yildiz_colors15 {
	background:linear-gradient(to top,#36f,#002080)!important;
}
.user_yildiz_color16,.user_yildiz_colors16 {
	background:linear-gradient(to top,#107896,#073845)!important;
}
.user_yildiz_color17,.user_yildiz_colors17 {
	background:linear-gradient(to top,#004d99,#66b3ff)!important;
}
.user_yildiz_color18,.user_yildiz_colors18 {
	background:linear-gradient(to top,#63f,#c6b3ff)!important;
}
.user_yildiz_color19,.user_yildiz_colors19 {
	background:linear-gradient(to top,#93f,#d9b3ff)!important;
}
.user_yildiz_color20,.user_yildiz_colors20 {
	background:linear-gradient(to top,#c3f,#ecb3ff)!important;
}
.user_yildiz_color21,.user_yildiz_colors21 {
	background:linear-gradient(to top,#f3f,#ffb3ff)!important;
}
.user_yildiz_color22,.user_yildiz_colors22 {
	background:linear-gradient(to top,#f3c,#ff99e6)!important;
}
.user_yildiz_color23,.user_yildiz_colors23 {
	background:linear-gradient(to top,#f39,#ffb3d9)!important;
}
.user_yildiz_color24,.user_yildiz_colors24 {
	background:linear-gradient(to top,#f36,#ffb3c6)!important;
}
.user_yildiz_color25,.user_yildiz_colors25 {
	background:linear-gradient(to top,#40e0d0,#ff8c00,#ff0080)!important;
}
.user_yildiz_color26,.user_yildiz_colors26 {
	background:linear-gradient(to top,#11998e,#38ef7d)!important;
}
.user_yildiz_color27,.user_yildiz_colors27 {
	background:linear-gradient(to top,#108dc7,#ef8e38)!important;
}
.user_yildiz_color28,.user_yildiz_colors28 {
	background:linear-gradient(to top,#fc5c7d,#6a82fb)!important;
}
.user_yildiz_color29,.user_yildiz_colors29 {
	background:linear-gradient(to top,#fc466b,#3f5efb)!important;
}
.user_yildiz_color30,.user_yildiz_colors30 {
	background:linear-gradient(to top,#c94b4b,#4b134f)!important;
}
.user_yildiz_color31,.user_yildiz_colors31 {
	background:linear-gradient(to top,#00f260,#0575e6)!important;
}
.user_yildiz_color32,.user_yildiz_colors32 {
	background:linear-gradient(to top,#fc4a1a,#f7b733)!important;
}
.user_yildiz_color33,.user_yildiz_colors33 {
	background:linear-gradient(to top,#22c1c3,#fdbb2d)!important;
}
.user_yildiz_color34,.user_yildiz_colors34 {
	background:linear-gradient(to top,#7f00ff,#e100ff)!important;
}
.user_yildiz_color35,.user_yildiz_colors35 {
	background:linear-gradient(to top,#67b26f,#4ca2cd)!important;
}
.user_yildiz_color36,.user_yildiz_colors36 {
	background:linear-gradient(to top,#ee0979,#ff6a00)!important;
}
.user_yildiz_color37,.user_yildiz_colors37 {
	background:linear-gradient(to top,#00c3ff,#ffff1c)!important;
}
.user_yildiz_color38,.user_yildiz_colors38 {
	background:linear-gradient(to top,#fc00ff,#00dbde)!important;
}
.user_yildiz_color39,.user_yildiz_colors39 {
	background:linear-gradient(to top,#833ab4,#fd1d1d,#fcb045)!important;
}
.user_yildiz_color40,.user_yildiz_colors40 {
	background:linear-gradient(to top,#43cea2,#185a9d)!important;
}
.user_yildiz_color41,.user_yildiz_colors41 {
	background:linear-gradient(to top,#bdc3c7,#2c3e50)!important;
}
.user_yildiz_color42,.user_yildiz_colors42 {
	background:linear-gradient(to top,#373b44,#4286f4)!important;
}
.user_yildiz_color43,.user_yildiz_colors43 {
	background:linear-gradient(to top,#2980b9,#6dd5fa,#fff)!important;
}
.user_yildiz_color44,.user_yildiz_colors44 {
	background:linear-gradient(to top,#f09,#493240)!important;
}
.user_yildiz_color45,.user_yildiz_colors45 {
	background:linear-gradient(to top,#f953c6,#b91d73)!important;
}
.user_yildiz_color46,.user_yildiz_colors46 {
	background:linear-gradient(to left,#c31432,#240b36)!important;
}
.user_yildiz_color47,.user_yildiz_colors47 {
	background:linear-gradient(to top,#dd3e54,#6be585)!important;
}
.user_yildiz_color48,.user_yildiz_colors48 {
	background:linear-gradient(to top,#8360c3,#2ebf91)!important;
}
.user_yildiz_color49,.user_yildiz_colors49 {
	background:linear-gradient(to top,#544a7d,#ffd452)!important;
}
.user_yildiz_color50,.user_yildiz_colors50 {
	background:linear-gradient(to top,#009fff,#ec2f4b)!important;
}
.user_yildiz_color51,.user_yildiz_colors51 {
	background:linear-gradient(to top,#59c173,#a17fe0,#5d26c1)!important;
}
.user_yildiz_color52,.user_yildiz_colors52 {
	background:linear-gradient(to top,#005aa7,#fffde4)!important;
}
.user_yildiz_color53,.user_yildiz_colors53 {
	background:linear-gradient(to top,#da4453,#89216b)!important;
}
.user_yildiz_color54,.user_yildiz_colors54 {
	background:linear-gradient(to top,#ad5389,#3c1053)!important;
}
.user_yildiz_color55,.user_yildiz_colors55 {
	background:linear-gradient(to top,#a8c0ff,#3f2b96)!important;
}
.user_yildiz_color56,.user_yildiz_colors56 {
	background:linear-gradient(to top,#333,#dd1818)!important;
}
.user_yildiz_color57,.user_yildiz_colors57 {
	background:linear-gradient(to top,#108dc7,#ef8e38)!important;
}
.user_yildiz_color58,.user_yildiz_colors58 {
	background:linear-gradient(to top,#23074d,#cc5333)!important;
}
.user_yildiz_color59,.user_yildiz_colors59 {
	background:linear-gradient(to top,#fffbd5,#b20a2c)!important;
}
.user_yildiz_color60,.user_yildiz_colors60 {
	background:linear-gradient(to top,#0f0c29,#302b63,#24243e)!important;
}
.user_yildiz_color61,.user_yildiz_colors61 {
	background:linear-gradient(to top,purple,pink)!important;
}
.user_yildiz_color62,.user_yildiz_colors62 {
	background:linear-gradient(to top,#00f260,#0575e6)!important;
}
.user_yildiz_color63,.user_yildiz_colors63 {
	background:linear-gradient(to top,#667db6,#0082c8,#ec38bc,#fdeff9)!important;
}
.user_yildiz_color64,.user_yildiz_colors64 {
	background:linear-gradient(to top,#e1eec3,#f05053)!important;
}
.user_yildiz_color65,.user_yildiz_colors65 {
	background:linear-gradient(to top,#03001e,#7303c0,#ec38bc,#fdeff9)!important;
}
.user_yildiz_color66,.user_yildiz_colors66 {
	background:linear-gradient(to top,#1a2a6c,#b21f1f,#fdbb2d)!important;
}
.user_yildiz_color67,.user_yildiz_colors67 {
	background:linear-gradient(to top,#000,#0f9b0f)!important;
}
.user_yildiz_color68,.user_yildiz_colors68 {
	background:linear-gradient(to top,#36d1dc,#5b86e5)!important;
}
.user_yildiz_color69,.user_yildiz_colors69 {
	background:linear-gradient(to top,#3a1c71,#d76d77,#ffaf7b)!important;
}
.user_yildiz_color70,.user_yildiz_colors70 {
	background:linear-gradient(to top,#283c86,#45a247)!important;
}
.user_yildiz_color71,.user_yildiz_colors71 {
	background:linear-gradient(to top,#ef3b36,#fff)!important;
}
.user_yildiz_color72,.user_yildiz_colors72 {
	background:linear-gradient(to top,#159957,#155799)!important;
}
.user_yildiz_color73,.user_yildiz_colors73 {
	background:linear-gradient(to top,#000046,#1cb5e0)!important;
}
.user_yildiz_color74,.user_yildiz_colors74 {
	background:linear-gradient(to top,#56ccf2,#2f80ed)!important;
}
.user_yildiz_color75,.user_yildiz_colors75 {
	background:linear-gradient(to top,#eb5757,#000)!important;
}
.user_yildiz_color76,.user_yildiz_colors76 {
	background:linear-gradient(to top,#20002c,#cbb4d4)!important;
}
.user_yildiz_color77,.user_yildiz_colors77 {
	background:linear-gradient(to top,#34e89e,#0f3443)!important;
}
.user_yildiz_color78,.user_yildiz_colors78 {
	background:linear-gradient(to top,#bdc3c7,#2c3e50)!important;
}
.user_yildiz_color79,.user_yildiz_colors79 {
	background:linear-gradient(to top,#a80077,#6f0)!important;
}
.user_yildiz_color80,.user_yildiz_colors80 {
	background:linear-gradient(to top,#000,#656565)!important;
}
.istek_post_title {
	display:table;
	table-layout:fixed;
	width:100%;
	margin-left:5px;
}
.istek_renk {
	color:#fff;
}
span.beklemede {
	color:#fff;
	background:#8c8c8c;
	padding:3px 10px;
	display:inline-block;
	line-height:1em;
	margin-top:2px;
	border-radius:20px;
	font-weight:400
}
span.sirada {
	color:#000;
	background:#f5ffac;
	padding:3px 10px;
	display:inline-block;
	line-height:1em;
	margin-top:2px;
	border-radius:20px;
	font-weight:400
}
span.calindi {
	color:#fff;
	background:#b303d8;
	padding:3px 10px;
	display:inline-block;
	line-height:1em;
	margin-top:2px;
	border-radius:20px;
	font-weight:400
}
.beklemede:hover {
	background-color:#eb675e
}
.sirada:hover {
	background-color:#eb675e
}
.calindi:hover {
	background-color:#eb675e
}
.siradaa {
	background-color:#f5ffac;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:10px;
	padding:5px 10px;
	text-decoration:none
}
.siradaa:hover {
	background-color:#eb675e
}
.siradaa:active {
	position:relative;
	top:1px
}
.yayinla {
	background-color:#009020;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:10px;
	padding:5px 10px;
	text-decoration:none
}
.yayinla:hover {
	background-color:#eb675e
}
.yayinla:active {
	position:relative;
	top:1px
}
.post_info span {
	font-size:11px
}
.yonetbuton {
	margin-top:-1px
}
.calindii {
	background-color:#b303d8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:10px;
	padding:2px 10px;
	margin-left:15px;
	text-decoration:none;
	width:38px;
	float:left;
	margin-right:5px
}
.calindii:hover {
	background-color:#eb675e
}
.calindii:active {
	position:relative;
	top:1px
}
#preloader {
	width:100%;
	height:100%;
	position:absolute;
	z-index:999999;
	background:#fff;
	font-family:'Signika',sans-serif
}
#preloader h1,#preloader p {
	text-align:center;
	color:#5197d6
}
#preloader h1 {
	margin:2% auto 0;
	font-size:32px
}
#preloader p {
	margin:5px auto 5%;
	font-weight:400
}
#loading,#preloader #footer {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	padding:10px
}
#loading {
	bottom:50%
}
#loading #blue {
	background:url("../default_images/icons/loading.svg");
	width:80px;
	height:80px
}
#loading #white {
	background:url("../default_images/icons/loading2.svg")
}
#loading #darkblue,#loading #white {
	width:80px;
	height:80px
}
#loading div {
	margin:auto;
	left:0;
	right:0;
	position:absolute;
}
#loading .rotate {
	animation-duration:4s;
	animation-iteration-count:infinite
}
#loading .left {
	animation-name:left
}
#loading .right {
	animation-name:right
}
#loading .loading {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#155d93;
	border-radius:50%;
	animation:loading 4s infinite;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in
}
#loading .loading:nth-child(1) {
	animation-delay:.6s;
	width:4px;
	height:4px;
	left:-15px
}
#loading .loading:nth-child(2) {
	animation-delay:.8s;
	width:4px;
	height:4px
}
#loading .loading:nth-child(3) {
	animation-delay:1s;
	width:4px;
	height:4px;
	right:-15px
}
@keyframes left {
	0% {
		transform-origin:center center;
		transform:rotate(360deg);
		opacity:1
	}
	to {
		transform-origin:center center;
		transform:rotate(0);
		opacity:1
	}
}
@keyframes right {
	0% {
		transform-origin:center center;
		transform:rotate(-360deg);
		opacity:1
	}
	to {
		transform-origin:center center;
		transform:rotate(0);
		opacity:1
	}
}
.onay_input {
	text-align:center;
	line-height:38px;
	font-size:15px;
	z-index:1;
	position:relative;
}
.alt_icon_yazi {
    font-size: 9px;
    line-height: 12px;
}
.panel_bar, .side_bar { display:table; width:100%; table-layout:fixed; height:40px; }
.panel_bar_item, .panel_option, .side_bar_item { display:table-cell; vertical-align:middle; width:40px; text-align:center; font-size:18px; cursor:pointer; }
.bcell_mid { display:table-cell; vertical-align:middle; }
.left_item {
	display:table;
	width:100%;
	table-layout:fixed;
	padding: 5px 5px;
	cursor:pointer;
	text-align:left;
	border-bottom: 1px solid #555555;
	border-radius: 1px;
}
.left_item:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:50%;
}
.left_item_icon,.left_item_notify,.left_item_text {
	color:#ffff;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle
}
.left_item_icon {
	white-space: nowrap;
    width: 26px;
    display: table-cell;
}
.left_item_text {
	font-size:12px
	display: table-cell;
    white-space: nowrap;
}
.left_item_icon,.left_item_notify {
	text-align:center;
	font-size:26px;
	position:relative
}
.room_owner{color:#fff;}
.rightnotify{top:0;right:12px;position:absolute;height:12px;width:12px;border-radius:50%;font-size:8px;line-height:12px;font-weight:700}
.room_left{font-size: 10px;margin-left: -14px;}
.modal_custom_title{background:0 0;color:#260132;padding:7px;border-radius:5px;border:3px solid #260132;display:inline}
@media screen and (max-width:415px){
.user_yonetims{width:103px!important;margin-left:0}
}
.user_yonetims{width:105px!important;height:auto!important;overflow:initial;position:relative;display:inline-block;margin:10px 9px;margin-left:0;text-align:center;border-radius:5px;background:linear-gradient(83deg,#ababab,#bdbdbd,#c6c6c6,#8e8e8d);box-shadow:0 5px 25px 0 rgb(255 255 255 / 25%)}
.user_yonetims img{width:80px;height:80px;border-radius:50px;margin:10px 0}
.user_square_elem_desc_name{margin:auto;padding:5px 0}
.user_square_elem_desc_title{margin:auto;padding-bottom:5px}
.div-baslik {
    text-align: center;
    position: relative
}
.div-baslik:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #ebebeb
}
.div-baslik span {
    background: #fff;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    border-radius: 12px;
    font-size: 11px
}
.booms_populeruyeler .like_icon{width:11px;height:16px}.booms_populeruyeler .like_count{padding:2px}.booms_populeruye:nth-child(1){background:#673AB7;color:#fff}.booms_populeruye:nth-child(2){background:#4CAF50;color:#fff!important}.booms_populeruye:nth-child(3){background:#E91E63;color:#fff!important}.booms_populeruye:nth-child(4){color:#fff;background:#FF5722}.booms_populeruye:nth-child(5){background:#795548;color:#fff}div.booms_populeruye:nth-child(1) div.ulist_name,div.lvl_rank:nth-child(2) div.ulist_name,div.lvl_rank:nth-child(3) div.ulist_name,div.lvl_rank:nth-child(4) div.ulist_name,div.lvl_rank:nth-child(5) div.ulist_name{color:#fff!important}
.profile_like{display:table;table-layout:fixed;width:100%}
.profile_like .like_icon{width:30px;height:30px;display:inline-block;vertical-align:middle}
#site_color {padding: 0px 5px 5px 5px;}
.site_color_switch {float: left;width: 22.6px;height: 22.6px;border-radius: 11.6px;margin: 2px;position: relative;text-align: center;border: 1px solid #222;}
.admin_rank_edit_img {width: 25px;height: 25px;}
.sag-panel-close {
    bottom: 100px;
    border-radius: 8px;
    margin-left: -14px;
    position: fixed;
    padding: 14px 2px;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
}
.head_notify_onay {
    position: absolute;
    top: 5px;
    left: 23px;
    width: 17px;
    height: 18px;
    border-radius: 50px;
    display: none;
}
.yan-menu-profil {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}
.uygulamaborder{
    border-radius:15px;
}
.list_mood2 { font-size:11px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color: #fff; }
.audioplayer {
  height: 2.5em; /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#222)
  );
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 1.25em rgba(0, 0, 0, 0.5); /* 20 */
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 1.25em rgba(0, 0, 0, 0.5); /* 20 */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 1.25em rgba(0, 0, 0, 0.5); /* 20 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 300px;
  margin: 13px auto;
}
.audioplayer-mini {
  width: 2.5em; /* 40 */
  margin: 0 auto;
}
.audioplayer > div {
  position: absolute;
}
.audioplayer-playpause {
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
}
.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222;
}
.audioplayer-playpause a {
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}
.audioplayer-time {
  width: 4.375em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}
.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em; /* 40 */
}
.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}
.audioplayer-bar {
  height: 0.875em; /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.438em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar {
  right: 4.375em; /* 70 */
}
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}
.audioplayer-bar-played {
  background: #007fd1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007fd1),
    to(#c600ff)
  );
  background: -webkit-linear-gradient(left, #007fd1, #c600ff);
  background: -moz-linear-gradient(left, #007fd1, #c600ff);
  background: -o-linear-gradient(left, #007fd1, #c600ff);
  background: linear-gradient(left, #007fd1, #c600ff);
  z-index: 2;
}
.audioplayer-volume {
  width: 2.5em; /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222;
}
.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}
.audioplayer-volume-button a {
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; /* 8 */
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em; /* 5 */
  height: 0.313em; /* 5 */
  border: 0.25em double #fff; /* 4 */
  border-width: 0.25em 0.25em 0 0; /* 4 */
  left: 0.563em; /* 9 */
  top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0; /* 15 */
  -moz-border-radius: 0 0.938em 0 0; /* 15 */
  border-radius: 0 0.938em 0 0; /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.audioplayer-volume-adjust {
  height: 6.25em; /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #222;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#222)
  );
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}
.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#007fd1),
    to(#c600ff)
  );
  background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
  background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
  background: -o-linear-gradient(bottom, #007fd1, #c600ff);
  background: linear-gradient(bottom, #007fd1, #c600ff);
}
.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow(1px 1px 0 #000);
  -moz-filter: drop-shadow(1px 1px 0 #000);
  filter: drop-shadow(1px 1px 0 #000);
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.audioplayer-bar,
.audioplayer-volume-adjust > div {
  -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}
.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
}
i.fa.fa-venus {color: violet;font-weight:bold;}
i.fa.fa-mars {color: burlywood;font-weight:bold; }
#container_user{padding:1px;}
img.mySmile {height: 23px;position: absolute;margin-left: 5px;margin-top: -7px;}
img.mySmiles {height: 32px; width:32px;position: absolute;margin-left: 5px;margin-top: -7px;}
img.mySmileList {height: 59px; width:45px;background:#fff;border:1px solid #c7c8c9!important;border-radius:5px;}
.soz_textarea {
	height:150px;
	max-height:100%;
	border-radius:15px;
}
.soz_menu {
	display:table-cell;
	vertical-align:middle;
	width:20px;
	text-align:center;
	font-size:13px;
}
#soz_id {
	position:absolute;
	z-index:12;
	width:100%;
}
#sozgecis_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top:0px;
}
.ok_btn2 {
	background:linear-gradient(169deg,rgb(124 140 143) 0%,rgb(71 71 70) 51%,rgb(51 51 51) 100%);
	color:#ffffff;
	border:2px solid #000;
	box-shadow:inset 0 0 36px -7px #000;
}
.ustpanelbaslikrenk {
	color:#ff1a1a;
	-webkit-animation:colorchange 5s infinite alternate;
}
@-webkit-keyframes colorchange {
	0% {
		color:#ffeb00;
	}
	10% {
		color:#ffeb00;
	}
	20% {
		color:#ffeb00;
	}
	40% {
		color:#ffeb00;
	}
	60% {
		color:#ffeb00;
	}
	80% {
		color:#ffeb00;
	}
	100% {
		color:#ff1a1a;
	}
}
#duyuru_id {
	position:absolute;
	z-index:12;
	width:100%;
}
#chat_duyuru_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top:0px;
}
#chat_yetkili_list {
	position:absolute;
	z-index:12;
	width:100%;
}
#chat_yetkili_list_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top: 4px;
	/* height: 44px; */
}
.chat_yetkili_list_bold {
	font-weight:bold;
}
.chat_ust_yetkililer {
	display:inline-block;
	vertical-align:baseline;
	margin:0 2px;
	padding:0 2px;
	border-radius:16px;
}
.chat_ust_yetkililer img {
	width:30px;
	height:30px;
	padding:1px;
	border-radius:50%;
}
.chat_ust_yetkililer_bilgi {
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
.chat_ust_yetkililer_avatar {
	display:table-cell;
	vertical-align:baseline;
	width:33px;
	height:33px;
}
.chat_yetkili_list_bellips {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.chat_yetkili_list_text_xsmall {
	font-size:10px;
}
.user_list_ust_color {background: linear-gradient(45deg, #6b6b6b 0 60%, #000000 0 40%, #348fd5 20% 100%);color:white;}
.rght_panel_oda_list {
    padding: 8px 10px;
    cursor: pointer;
    font-size: .8rem;
    border-radius: 0.25rem;
    margin-bottom: 6px;
    border: 1px solid rgb(225 218 218 / 12%);
    border-left: 3px solid #03add84f;
    position: relative;
    overflow: hidden;
}

.rght_panel_oda_list:hover {
    border: 1px solid rgba(0,0,0,.13);
    border-left: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}
.room-selection-button {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-sizing: border-box;
    border-left: 30px solid transparent;
    border-bottom: 70px solid rgba(0,0,0,.04);
}
.room-selection-button-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}
.room_selected  .room-selection-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.02);
}
.room_selected .room-selection-button {
  border-bottom: 70px solid #2196f3;
}
.room_selected  .room-selection-button-icon {
  color: #fff;
}
.pp_oda {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    text-align: center;
    left: 200px;
    position: absolute;
	animation: pulse5 linear 1000ms infinite;
}
.oda_efekt {
    animation: oda_efektt linear 1000ms infinite;
}
@keyframes oda_efektt {
    0% {
        box-shadow: 0 0 0 0 #7885ffb5
    }

    70% {
        box-shadow: 0 0 0 11px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}
.room_square_elem {
    width: calc((97% / 4) - 10px);
    height: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.square_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.room_square_elem img {
    width: 100%;
    display: block;
    height: auto;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px;
}
.kisisel_arkaplan_icerik{
  width: 428px;
  margin: 10px;
  height: 400px;
  overflow: auto;
}
.kisisel_arkaplan_aktif_olan{
	border: 3px rgb(3, 131, 250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
  max-height: 28.125rem;
  min-height: 28.125rem;
  overflow-y: auto;
}
.kisisel_arkaplan_active{
  color: #eaedf2;
  background: #007bff;
}
.kisisel_arkaplan_inside_wrapper {
  padding: 1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
  padding: 0 !important;
}
.kisisel_arkaplaan{
	height: calc(100% - 48px)!important
}
.kisisel_arkaplaan ul{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 46%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
.ikonListesiIMG {ma;cursor: pointer;float: left;min-height: 38px;max-height: 38px;min-width: 38px;max-width: 38px;background-color: #eaeaea6e;padding: 5px;margin: -4px;box-shadow: 4px 7px 10px 5px rgb(102 92 92);border-radius: 6px;}
.ikonListesiIMG2{cursor: pointer;float: left;min-height: 38px;max-height: 38px;min-width: 38px;max-width: 38px;background-color: #eaeaea6e;padding: 5px;margin: -4px;box-shadow: 4px 7px 10px 5px rgb(102 92 92);border-radius: 6px;}

.sticker,
.sticker .ikonListesiIMG2 {
    width: 58px;
    min-width: 58px;
    min-height: 58px;
    min-width: 58px;
    min-height: 58px;
    border-radius: 23%;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-color: #ffffff6e;
}


#main_input_mic{width: 320px;position:absolute;bottom:0;z-index:100;padding:10px;display:none;border-radius:5px;max-width:329px;float:left}
.rtc_button{height:30px;width:80px;background:#008fff;border:1px solid #000;border-radius:5px}
#main_input_group{width:50px;position:absolute;bottom:0;right:10px;z-index:100;padding:3px;display:none;border-radius:5px;max-width:329px}
.rtc_button{height:30px;width:80px;background:#008fff;border:1px solid #000;border-radius:5px}
.listener{position:absolute;bottom:5px;left:20px;padding:2px 3px;border-radius:10px;font-size:11px;font-weight:700;background:red;color:#fff}
}
.kisisel_arkaplan_aktif_olan{
	border: 3px rgb(3, 131, 250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
  max-height: 28.125rem;
  min-height: 28.125rem;
  overflow-y: auto;
}
.kisisel_arkaplan_active{
  color: #eaedf2;
  background: #007bff;
}
.kisisel_arkaplan_inside_wrapper {
  padding: 1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
  padding: 0 !important;
}
.kisisel_arkaplaan{
	height: calc(100% - 48px)!important
}
.kisisel_arkaplaan ul{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 46%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
.kisisel_arkaplaan img{
	width: 100%;
	height: 120px;
	border-radius: 5px;
	border: 3px #ffffff solid;
}
.kisisel_arkaplaan h1 { 
	position: absolute;
	top: 64px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: #08a393;
	color: #fff;
}
.kisisel_arkaplaan span{
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 36px!important;
  border-radius: 60px;
  background: rgba(179, 180, 180, 0.514);
  position: absolute;
  margin-left: 60px;
  margin-top: 20px;
}
@media only screen and (max-width:480px) {
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 33%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
}
@media screen and (max-width:400px) {
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 33%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}	
}
.defaultflash1 {
	text-transform:uppercase;
	font-weight:700;
	font-size:20px;
	background:linear-gradient(to right,#095fab 10%,#25abe8 50%,#57d75b 60%);
	background-size:200% auto;
	color:#fff;
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:textclip 1.5s linear infinite;
	display:inline-block;
}
@keyframes textclip {
	to {
			background-position:200% center;
	}
}
.defaultflash2 {
	font-size:20px;
	background:linear-gradient(110deg,#bc0000 33%,rgba(0,0,0,0) 33%),linear-gradient(110deg,#ffffff 34%,#121108 34%);
	background-size:400%;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	-webkit-background-clip:text;
	animation:labarow 1.5s ease infinite;
	-webkit-animation:labarow 1.5s ease infinite;
	-moz-animation:labarow 1.5s ease infinite;
}
@keyframes labarow {
	0% {
			background-position:10% 40%
	}
	50% {
			background-position:25% 60%
	}
	100% {
			background-position:30% 100%
	}
}
.defaultflash3 {
	font-size:20px;
	font-weight:bold !important;
	text-shadow:0 0 80px rgba(255,255,255,.5);
	background:url(../default_images/flashnick/pp1.png) repeat-y;
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-animation:aitf 80s linear infinite;
	animation:aitf 80s linear infinite;
	-webkit-transform:translate3d(0,0,0);
	-webkit-backface-visibility:hidden;
	transform:translate3d(0,0,0);
	backface-visibility:hidden;
	text-transform:uppercase;
	letter-spacing:2px;
}
@-webkit-keyframes aitf {
	0% {
			background-position:0% 60%;
	}
	100% {
			background-position:100% 50%;
	}
}
.defaultflash4 {
	font-size:20px;
	letter-spacing:1px;
	background-image:url(../default_images/flashnick/pp.gif);
	background-size:cover;
	color:transparent;
	background-clip:text;
	-moz-background-clip:text;
	-webkit-background-clip:text;
	text-transform:uppercase;
}
.defaultflash5 {
	font-size:20px;
	text-transform:uppercase;
	text-decoration:underline;
	color:transparent;
	-webkit-text-stroke:#000;
	-webkit-text-stroke-width:1px;
	text-shadow:2px 2px 2px #2962ff;
	transition:all 0.5s ease-in-out;
	text-align:center;
	letter-spacing:0.2em;
	animation:flicker 0.5s ease-in-out infinite alternate;
}
@keyframes flicker {
	0% {
			opacity:0.5;
			text-shadow:2px 2px 2px #2962ff;
	}
	100% {
			opacity:1;
			text-shadow:2px 2px 5px #2962ff;
	}
}
.defaultflash6 {
	text-transform:uppercase;
	background-image:linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
	background-size:auto auto;
	background-clip:border-box;
	background-size:200% auto;
	letter-spacing:2px;
	color:#fff;
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:textclip 2s linear infinite;
	display:inline-block;
	font-size:20px;
}
@keyframes textclip {
	to {
			background-position:200% center;
	}
}
.defaultflash7 {
	color:blue;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	filter:blur(0.1rem);
	animation:letterspacing 5s infinite alternate cubic-bezier(.2,0,0,1);
}
@keyframes letterspacing {
	0% {
			letter-spacing:-1rem;
			filter:blur(0.1rem);
	}
	50% {
			filter:blur(0.1rem);
	}
	100% {
			letter-spacing:1rem;
			filter:blur(0rem);
	}
}
.defaultflash8 {
	color:#ff0000;
	font-size:20px;
	position:relative;
	text-transform:uppercase;
	-webkit-text-stroke:0.1vw #000000;
}
.defaultflash8::before {
	top:0;
	left:0;
	width:0;
	height:100%;
	color:#01cbff;
	overflow:hidden;
	position:absolute;
	content:attr(data-text);
	border-right:2px solid #000000;
	-webkit-text-stroke:0vw #f7f7fe;
	animation:animate 6s linear infinite;
}
@keyframes animate {
	0%,10%,100% {
			width:0;
	}
	70%,90% {
			width:100%;
	}
}
.defaultflash9 {
	color:transparent;
	font-size:20px;
	display:inline-block;
	border-radius:3px;
	background-color:#1d3557;
	position:relative;
	-webkit-background-clip:text;
	background-clip:text;
}
.defaultflash9:before {
	content:attr(data-text);
	background:linear-gradient(90deg,rgba(245,137,21,1) 0%,rgba(253,29,29,1) 51%,rgba(29,53,87,1) 100%);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:0;
	background-clip:text;
	-webkit-background-clip:text;
	transition:all 1s ease-in-out;
	animation:text-animation 3s infinite;
}
@keyframes text-animation {
	0% {
			width:0;
	}
	50% {
			width:100%;
	}
	100% {
			width:0;
	}
}
.defaultflash10 {
	text-align:center;
	font-size:20px;
	color:#ff0000;
	letter-spacing:-1px;
	font-weight:700;
	text-transform:uppercase;
	animation:blura 2s ease-out infinite;
	text-shadow:0px 0px 1px #fff,0px 0px 2px #fff;
}
@keyframes blura {
	from {
			text-shadow:0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #7B96B8,0px 0px 16px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px -10px 10px #7B96B8,0px -10px 10px #7B96B8;
	}
}
.defaultflash11 {
	position:relative;
	color:#262626;
	padding:5px 12px;
	font-size:20px;
	font-weight:700;
}
.defaultflash11:before {
	background:#262626;
	color:white;
	content:attr(data-text);
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	padding:5px 12px;
	-webkit-clip-path:polygon(0% 0%,30% 0%,30% 100%,0% 100%);
	clip-path:polygon(0% 0%,30% 0%,30% 100%,0% 100%);
	animation:prslides 4s 1s linear infinite;
}
@keyframes prslides {
	50% {
			-webkit-clip-path:polygon(70% 0%,100% 0%,100% 100%,70% 100%);
	}
}
.defaultflash12 {
	display:inline-block;
	font-size:20px;
	position:relative;
	animation:twistText 3s infinite;
	transform-style:preserve-3d;
	animation-timing-function:cubic-bezier(.5,0,.5,1);
}
@keyframes twistText {
	0% {
			transform:translateZ(-100px) rotateX(-90deg) scaleY(0.2) scaleX(1);
	}
	50% {
			transform:translateZ(-200px) rotateX(0deg) scaleY(1) scaleX(1);
	}
	100% {
			transform:translateZ(-100px) rotateX(90deg) scaleY(0.2) scaleX(1);
	}
}
.defaultflash13 {
	font:20px;
	background:linear-gradient(to left,#e57627 0%,#e57627 42.5%,#facb8f 50%,#e57627 57.5%,#e57627 100%);
	background-size:200% auto;
	background-clip:text;
	-webkit-background-clip:text;
	color:transparent;
	background-position:100% center;
	animation:loader 10s ease infinite reverse;
}
@keyframes loader {
	0% {
			background-position:100% center;
	}
	50% {
			background-position:0% center;
	}
	100% {
			background-position:100% center;
	}
}
.defaultflash14 {
	color:rgba(255,0,0,0.1);
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	background-size:cover;
	background-image:url(../default_images/flashnick/bon.jpg);
	-webkit-background-clip:text;
	background-clip:text;
	animation:background-text-animation 100s linear infinite;
}
@keyframes background-text-animation {
	0% {
			background-position:left 0px top 50%;
	}
	50% {
			background-position:left 1500px top 50%;
	}
	100% {
			background-position:left 0px top 50%;
	}
}
.defaultflash15 {
	color:#ff0000;
	font-size:20px;
	animation:defaultflash87 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both,tracking-in-expand 5s cubic-bezier(0.215,0.61,0.355,1) both infinite alternate;
}
@-webkit-keyframes defaultflash87 {
	0% {
			text-shadow:none;
	}
	100% {
			text-shadow:0 1px 0 #cccccc,0 1px 0 #cccccc,0 3px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 1px rgba(0,0,0,0.3);
	}
}
@keyframes defaultflash87 {
	0% {
			text-shadow:none;
	}
	100% {
			text-shadow:0 1px 0 #cccccc,0 1px 0 #cccccc,0 3px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 1px rgba(0,0,0,0.3);
	}
}
@-webkit-keyframes tracking-in-expand {
	0% {
			letter-spacing:-0.5em;
			opacity:0;
	}
	40% {
			opacity:0.6;
	}
	100% {
			opacity:1;
	}
}
@keyframes tracking-in-expand {
	0% {
			letter-spacing:-0.5em;
			opacity:0;
	}
	40% {
			opacity:0.6;
	}
	100% {
			opacity:1;
	}
}
.default_flash_select {
	width:150px;
	height: 30px;
}
span.beklemede{color:#fff;background:#8c8c8c;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
span.sirada{color:#000;background:#f5ffac;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
span.calindi{color:#fff;background:#b303d8;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
span.yayinlandi{color:#fff;background:#009020;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
.siradaa{background-color:#f5ffac;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;cursor:pointer;color:#000;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none}
.siradaa:hover{background-color:#eb675e}
.siradaa:active{position:relative;top:1px}
.yayinla{background-color:#009020;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none}
.yayinlama{background-color:red;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none}
.yayinla:hover{background-color:#eb675e}
.yayinla:active{position:relative;top:1px}
.post_info span{font-size:11px}
.yonetbuton{margin-top:15px}
.yayinlanmadi{color:#fff;background:red;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
.calindii{background-color:#b303d8;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none;width:38px;float:left;margin-right:5px}
.calindii:hover{background-color:#eb675e}
.calindii:active{position:relative;top:1px}
.DJyayinda{text-align:center;font-size:25px;-webkit-text-stroke:thick;word-spacing:1px;overflow-wrap:break-word;letter-spacing:3px;text-transform:uppercase}
.istek_box{background:#2b2b2b;margin:15px;padding:15px;border-radius:0 30px;border-left:2px solid;border-right:2px solid}
.dj_management_label{position:relative}
.set_dj_button{position:absolute;right:0;top:-4px}
.chat-yan-menus{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:36px;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;background:#fff;color:#555;box-shadow:0 -1px 8px 0 rgba(0,0,0,.2),0 0 0 1px #eee;pointer-events:all;overflow-y:auto;z-index:1}
.chat-yan-menu{position:relative;height:48px;border-bottom:1px solid rgba(0,0,0,.07);cursor:pointer}
.chat-yan-menu:hover{background:rgba(0,0,0,.07)}
.chat-yan-menu:last-child{border-bottom:0}
.chat-yan-menu .icon{width:36px;height:36px;font-size:.7rem;line-height:36px;text-align:center}
.chat-yan-menu .icon.expanded-icon{height:48px;line-height:48px}
.cr_selected {border: solid 1px #007399;}
.custom_rank_image {padding:5px; width:auto;height:32px;}
.sub_list_blog {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.sub_list_blog img {
    width: 40px;
    height: 40px;
    display: block
}

.blog_listing {
    border-radius: 5px
}
.list_mood2 { font-size:11px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color: #fff; }
#container_user .user_modal_menu ul {
    background: #eaedf2;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
.OkeyOyun {
	width:100px;
	height:50px;
	position:fixed;
	z-index:4;
	margin-top:-44px;
}
.user_modal_menu {
    background: 0 0;
    text-align: center
}

#container_user {
    padding: 5px;
}

.ok_btn2 {
    background: linear-gradient(169deg,rgb(124 140 143) 0%,rgb(71 71 70) 51%,rgb(51 51 51) 100%);
    color: #fff;
    border: 2px solid #000;
    box-shadow: inset 0 0 36px -7px #000
}

[class~=populeruyeler10] {
    width: 100%;
}

[class~=populeruyeler10] {
    display: inline-grid;
}

.room-selection-button {
    width: .520833333in;
}

.room-selection-button {
    height: 100%;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-left-width: .03125in;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-bottom-width: .010416667in;
}

[class~=pp_oda],.room-selection-button,.room-selection-button-icon {
    position: absolute;
}

.room-selection-button-icon,.room-selection-button {
    right: 0;
}

.room-selection-button,.room-selection-button-icon {
    top: 0;
}

.room-selection-button,.room-selection-button-icon {
    bottom: 0;
}

.room-selection-button {
    background: 0 0;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-right-width: .010416667in;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-top-width: .010416667in;
}

.room-selection-button {
    box-sizing: border-box;
}

[class~=room_selected] [class~=room-selection-item]:hover,.room-selection-button {
    border-left-style: solid;
}

[class~=room_selected] [class~=room-selection-button] {
    border-bottom-width: .729166667in;
}

.room-selection-button {
    border-left-width: 30px;
}

.room-selection-button {
    border-left-color: transparent;
}

.room-selection-button {
    border-image: none;
}

.room-selection-button {
    border-bottom-width: 70px;
}

.room-selection-button,[class~=room_selected] [class~=room-selection-item]:hover,[class~=room_selected] [class~=room-selection-button] {
    border-bottom-style: solid;
}

.room-selection-button {
    border-bottom-color: rgba(0,0,0,.04);
}

.room-selection-button-icon {
    width: 2.25pc;
}

.room-selection-button-icon {
    height: .833333333in;
}

.room-selection-button-icon {
    display: flex;
}

.room-selection-button-icon {
    align-items: center;
}

.room-selection-button-icon {
    justify-content: center;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-right-style: solid;
}

.room-selection-button-icon {
    color: #2196f3;
}

[class~=pp_oda] {
    font-size: .104166667in;
}

[class~=pp_oda] {
    padding-left: .25pc;
}

[class~=pp_oda] {
    padding-bottom: 1.5pt;
}

[class~=pp_oda] {
    padding-right: .25pc;
}

[class~=pp_oda] {
    padding-top: 1.5pt;
}

[class~=pp_oda] {
    border-radius: 1.5pt;
}

[class~=pp_oda] {
    text-align: center;
}

[class~=pp_oda] {
    left: 190px;
}

[class~=room_selected] [class~=room-selection-button] {
    border-bottom-color: #2196f3;
}

[class~=room_selected] [class~=room-selection-button] {
    border-image: none;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-top-style: solid;
}

[class~=pp_oda] {
    animation: pulse5 linear 1000ms infinite;
}

[class~=oda_efekt] {
    animation: oda_efektt linear 1000ms infinite;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-left-color: rgba(0,0,0,.2);
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-bottom-color: rgba(0,0,0,.13);
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-right-color: rgba(0,0,0,.13);
}

.room_selected .room-selection-button-icon {
    color: #fff;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-top-color: rgba(0,0,0,.13);
}

[class~=room_selected] [class~=room-selection-item]:hover {
    border-image: none;
}

[class~=room_selected] [class~=room-selection-item]:hover {
    background: rgba(0,0,0,.02);
}

@keyframes oda_efektt {
    0% {
        box-shadow: 0 0 0 0 #7885ff;
    }

    70% {
        box-shadow: 0 0 0 11px transparent;
    }

    to {
        box-shadow: 0 0 0 0 transparent;
    }
}

.room_square_elem img,[class~=room_square_elem] {
    height: auto;
}

.audioplayer-mini .audioplayer-playpause,.room_square_elem img,[class~=square_name],[class~=progress_box] {
    width: 100%;
}

[class~=room_square_elem],[class~=progress_box] {
    cursor: pointer;
}

[class~=room_square_elem] {
    position: relative;
}

[class~=room_square_elem] {
    display: inline-block;
}

[class~=room_square_elem] {
    margin-left: .3125pc;
}

[class~=room_square_elem] {
    margin-bottom: .3125pc;
}

[class~=room_square_elem] {
    margin-right: .3125pc;
}

#room_call {
    width: 20pc;
}

#room_call {
    height: 25.625pc;
}

#room_call {
    padding-left: 11.25pt;
}

#room_call {
    padding-bottom: 1.25pc;
}

[class~=room_square_elem] {
    margin-top: .3125pc;
}

[class~=room_square_elem],[class~=room_square_elem],[class~=progress_box],[class~=square_name] {
    overflow: hidden;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    width: .313em;
}

[class~=audioplayer-playpause] a,.room_square_elem img {
    display: block;
}

[class~=audioplayer-volume-button] a:after,[class~=audioplayer-volume-button] a:before {
    content: "";
}

[class~=audioplayer-volume-button] a:before,#room_call,[class~=square_name],[class~=audioplayer]>div,[class~=audioplayer-volume-button] a:after,[class~=audioplayer-bar] div {
    position: absolute;
}

[class~=room_square_elem] {
    border-radius: 3.75pt;
    height: 79px;
    width: 64px;
}

[class~=square_name] {
    bottom: 0;
}

#room_call,[class~=square_name] {
    left: 0;
}

[class~=square_name] {
    font-size: 10px;
}

#room_call {
    padding-right: 11.25pt;
}

[class~=square_name] {
    text-overflow: ellipsis;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before {
    width: 40%;
}

[class~=audioplayer-playpause]:hover,.audioplayer-playpause:focus {
    background-color: #222;
}

[class~=square_name] {
    white-space: nowrap;
}

[class~=square_name] {
    padding-left: 3pt;
}

[class~=square_name] {
    padding-bottom: .125pc;
}

[class~=square_name] {
    padding-right: 3pt;
}

[class~=square_name] {
    padding-top: .125pc;
}

[class~=square_name] {
    border-radius: 0 0 .3125pc .3125pc;
}

[class~=progress_bar],[class~=square_name] {
    text-align: center;
}

[class~=progress_box] {
    background-color: rgba(0,0,0,.5);
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    width: .75em;
}

[class~=progress_box] {
    border-radius: .104166667in;
}

[class~=progress_bar] {
    width: 50%;
}

[class~=progress_bar] {
    height: 1.875pc;
}

[class~=progress_bar] {
    background-color: #74b20e;
}

#room_call {
    padding-top: 1.5625pc;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a,[class~=audioplayer-bar] div,.audioplayer-volume-button a:before {
    width: 0;
}

.audioplayer-volume-button a:before,[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    height: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    height: .313em;
}

[class~=progress_bar] {
    line-height: .3125in;
}

[class~=progress_bar] {
    color: white;
}

[class~=modal_custom_title] {
    background: 0 0;
}

[class~=modal_custom_title] {
    color: #260132;
}

[class~=modal_custom_title] {
    padding-left: .072916667in;
}

[class~=modal_custom_title] {
    padding-bottom: .072916667in;
}

.audioplayer-volume-button a:before {
    border-left-width: medium;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-left-width: 0;
}

[class~=modal_custom_title] {
    padding-right: .072916667in;
}

[class~=modal_custom_title] {
    padding-top: .072916667in;
}

[class~=audioplayer]:not([class~=audioplayer-mini]) [class~=audioplayer-playpause] {
    border-right-width: 1px;
}

[class~=audioplayer-novolume] [class~=audioplayer-time-duration] {
    border-right-width: 0;
}

[class~=modal_custom_title] {
    border-radius: 3.75pt;
}

[class~=modal_custom_title] {
    border-left-width: 2.25pt;
}

[class~=modal_custom_title] {
    border-bottom-width: 2.25pt;
}

[class~=modal_custom_title] {
    border-right-width: 2.25pt;
}

[class~=modal_custom_title] {
    border-top-width: 2.25pt;
}

[class~=modal_custom_title] {
    border-left-style: solid;
}

[class~=modal_custom_title] {
    border-bottom-style: solid;
}

.audioplayer-volume-button a:before {
    border-bottom-width: .5em;
}

[class~=modal_custom_title],[class~=audioplayer]:not([class~=audioplayer-mini]) [class~=audioplayer-playpause] {
    border-right-style: solid;
}

[class~=audioplayer-novolume] [class~=audioplayer-time-duration] {
    border-right-style: none;
}

[class~=modal_custom_title] {
    border-top-style: solid;
}

[class~=modal_custom_title] {
    border-left-color: #260132;
}

[class~=modal_custom_title] {
    border-bottom-color: #260132;
}

[class~=audioplayer-bar] div,[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before {
    height: 100%;
}

[class~=modal_custom_title] {
    border-right-color: #260132;
}

[class~=modal_custom_title] {
    border-top-color: #260132;
}

[class~=audioplayer-volume-button] a,[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before {
    background-color: #fff;
}

[class~=modal_custom_title] {
    border-image: none;
}

[class~=audioplayer-bar] div {
    left: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-bottom-width: 0;
}

[class~=modal_custom_title] {
    display: inline;
}

[class~=audioplayer] {
    height: 2.5em;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    height: .75em;
}

#room_call {
    bottom: 63.75pt;
}

[class~=audioplayer] {
    color: #fff;
}

[class~=audioplayer] {
    text-shadow: .010416667in 1px 0 #000;
}

[class~=audioplayer] {
    border-left-width: .010416667in;
}

[class~=audioplayer] {
    border-bottom-width: .010416667in;
}

[class~=audioplayer] {
    border-right-width: .010416667in;
}

[class~=audioplayer] {
    border-top-width: .010416667in;
}

[class~=audioplayer] {
    border-left-style: solid;
}

[class~=audioplayer-bar] div {
    top: 0;
}

[class~=audioplayer],.audioplayer-volume-button a:before {
    border-bottom-style: solid;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-right-width: .25em;
}

[class~=audioplayer],.audioplayer-volume-button a:before {
    border-right-style: solid;
}

[class~=audioplayer],.audioplayer-volume-button a:before {
    border-top-style: solid;
}

[class~=audioplayer] {
    border-left-color: #222;
}

[class~=audioplayer] {
    border-bottom-color: #222;
}

[class~=audioplayer] {
    border-right-color: #222;
}

[class~=audioplayer] {
    border-top-color: #222;
}

[class~=audioplayer] {
    border-image: none;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before {
    content: "";
}

[class~=audioplayer] {
    position: relative;
}

[class~=audioplayer-volume-button] a {
    width: .313em;
}

[class~=audioplayer-novolume] [class~=audioplayer-time-duration] {
    border-right-color: currentColor;
}

.audioplayer-volume-button a:before {
    border-right-width: .5em;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before,[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    position: absolute;
}

[class~=audioplayer] {
    z-index: 1;
}

.audioplayer-volume-button a:before {
    border-top-width: .5em;
}

[class~=audioplayer-novolume] [class~=audioplayer-time-duration] {
    border-image: none;
}

.audioplayer-volume-button a:before {
    border-left-style: none;
}

[class~=audioplayer] {
    background: #333;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-top-width: .25em;
}

[class~=audioplayer] {
    background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#222));
}

[class~=audioplayer-volume-button] a {
    height: .375em;
}

[class~=audioplayer] {
    background: -webkit-linear-gradient(top,#444,#222);
}

[class~=audioplayer] {
    background: -moz-linear-gradient(top,#444,#222);
}

[class~=audioplayer] {
    background: -o-linear-gradient(top,#444,#222);
}

[class~=audioplayer] {
    background: linear-gradient(top,#444,#222);
}

#room_call {
    z-index: 202;
}

[class~=audioplayer-volume-button] a {
    display: block;
}

[class~=audioplayer] {
    -webkit-box-shadow: inset 0 .75pt 0 rgba(255,255,255,.15),0 0 1.25em rgba(0,0,0,.5);
}

[class~=audioplayer-novolume] [class~=audioplayer-time-duration] {
    right: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-left-style: double;
}

[class~=audioplayer] {
    -moz-box-shadow: inset 0 .010416667in 0 rgba(255,255,255,.15),0 0 1.25em rgba(0,0,0,.5);
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-left-width: .5em;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-bottom-style: double;
}

[class~=audioplayer] {
    box-shadow: inset 0 .010416667in 0 rgba(255,255,255,.15),0 0 1.25em rgba(0,0,0,.5);
}

[class~=audioplayer] {
    -webkit-border-radius: 1.5pt;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-bottom-width: .5em;
}

[class~=audioplayer] {
    -moz-border-radius: .020833333in;
}

[class~=audioplayer] {
    border-radius: .020833333in;
}

[class~=audioplayer-novolume] [class~=audioplayer-bar] {
    right: 4.375em;
}

[class~=audioplayer] {
    max-width: 225pt;
}

[class~=audioplayer-mini],[class~=audioplayer] {
    margin-left: auto;
}

#room_call {
    display: none;
}

[class~=audioplayer] {
    margin-bottom: .8125pc;
}

#room_call {
    text-align: initial;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-right-style: double;
}

#room_call {
    box-shadow: 0 -.010416667in .5pc 0 rgba(0,0,0,.1);
}

#room_call {
    border-radius: .25rem;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-top-style: double;
}

[class~=audioplayer-mini],[class~=audioplayer] {
    margin-right: auto;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    top: 50%;
}

[class~=audioplayer] {
    margin-top: .8125pc;
}

[class~=audioplayer-playpause],[class~=audioplayer-mini] {
    width: 2.5em;
}

.audioplayer-volume-adjust>div,[class~=audioplayer-bar],[class~=audioplayer-volume]:hover,[class~=audioplayer-volume]:focus {
    background-color: #222;
}

[class~=audioplayer-mini] {
    margin-bottom: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-left-color: #fff;
}

[class~=audioplayer-volume-button] a {
    position: relative;
}

[class~=audioplayer-mini] {
    margin-top: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-bottom-color: #fff;
}

[class~=audioplayer-volume-button] a {
    z-index: 1;
}

[class~=audioplayer-time],[class~=audioplayer-playpause] {
    height: 100%;
}

[class~=audioplayer-playpause] {
    text-align: left;
}

[class~=audioplayer-playpause] {
    text-indent: -9999px;
}

[class~=audioplayer-playpause],[class~=audioplayer-bar] {
    cursor: pointer;
}

[class~=audioplayer-playpause],[class~=audioplayer-time] {
    z-index: 2;
}

[class~=audioplayer-playpause],[class~=audioplayer-time] {
    top: 0;
}

[class~=audioplayer-playpause] {
    left: 0;
}

[class~=audioplayer-volume-button] a {
    top: 40%;
}

[class~=audioplayer-time] {
    width: 4.375em;
}

[class~=audioplayer-time] {
    line-height: 2.375em;
}

[class~=audioplayer-time] {
    text-align: center;
}

.audioplayer-volume-button a:before {
    border-left-color: currentColor;
}

#room_call {
    overflow: hidden;
}

#room_call {
    resize: vertical;
}

#room_call_iframe {
    padding-left: 0;
}

[class~=audioplayer-time-current] {
    border-left-width: 1px;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    left: 50%;
}

[class~=audioplayer-volume-button] a {
    left: 35%;
}

.audioplayer-volume-button a:before {
    border-bottom-color: transparent;
}

[class~=audioplayer-time-current] {
    border-left-style: solid;
}

[class~=audioplayer-time-current] {
    border-left-color: rgba(0,0,0,.25);
}

[class~=audioplayer-time-current] {
    border-image: none;
}

[class~=audioplayer-time-duration],[class~=audioplayer]:not([class~=audioplayer-mini]) [class~=audioplayer-playpause] {
    border-right-color: rgba(255,255,255,.1);
}

[class~=audioplayer-time-current] {
    left: 2.5em;
}

[class~=audioplayer-time-duration] {
    border-right-width: .75pt;
}

[class~=audioplayer-time-duration] {
    border-right-style: solid;
}

[class~=audioplayer-time-duration],[class~=audioplayer]:not([class~=audioplayer-mini]) [class~=audioplayer-playpause] {
    border-image: none;
}

[class~=audioplayer-time-duration] {
    right: 2.5em;
}

[class~=audioplayer-bar] {
    height: .875em;
}

[class~=audioplayer-bar-loaded],[class~=audioplayer-bar] {
    z-index: 1;
}

.audioplayer-volume-adjust>div {
    width: 40%;
}

[class~=audioplayer-bar] {
    top: 50%;
}

[class~=audioplayer-bar] {
    right: 6.875em;
}

[class~=audioplayer-bar] {
    left: 6.875em;
}

[class~=audioplayer-bar] {
    margin-top: -.438em;
}

[class~=audioplayer-bar-loaded] {
    background-color: #333;
}

[class~=audioplayer-bar-played] {
    background: #007fd1;
}

[class~=audioplayer-bar-played] {
    background: -webkit-gradient(linear,left top,right top,from(#007fd1),to(#c600ff));
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-right-width: medium;
}

#room_call_iframe {
    padding-bottom: 0;
}

[class~=audioplayer-bar-played] {
    background: -webkit-linear-gradient(left,#007fd1,#c600ff);
}

[class~=audioplayer-bar-played] {
    background: -moz-linear-gradient(left,#007fd1,#c600ff);
}

[class~=audioplayer-bar-played] {
    background: -o-linear-gradient(left,#007fd1,#c600ff);
}

[class~=audioplayer-bar-played] {
    background: linear-gradient(left,#007fd1,#c600ff);
}

[class~=audioplayer-bar-played],[class~=audioplayer-volume] {
    z-index: 2;
}

[class~=audioplayer-volume] {
    width: 2.5em;
}

.audioplayer-volume-button,[class~=audioplayer-volume] {
    height: 100%;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-right-color: #fff;
}

[class~=audioplayer-volume] {
    border-left-width: 1px;
}

[class~=audioplayer-volume] {
    border-left-style: solid;
}

[class~=audioplayer-volume] {
    border-left-color: rgba(0,0,0,.25);
}

[class~=audioplayer-volume] {
    border-image: none;
}

[class~=audioplayer-volume] {
    text-align: left;
}

[class~=audioplayer-volume] {
    text-indent: -104.15625in;
}

.audioplayer-volume-button a:before {
    border-right-color: #fff;
}

.audioplayer-volume-adjust>div,[class~=audioplayer-volume] {
    cursor: pointer;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-top-color: #fff;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    margin-left: -.375em;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before,[class~=audioplayer-volume] {
    top: 0;
}

[class~=audioplayer-volume] {
    right: 0;
}

.audioplayer-volume-button {
    width: 100%;
}

.audioplayer-volume-adjust {
    height: 6.25em;
}

.audioplayer-volume-adjust {
    cursor: default;
}

.audioplayer-volume-adjust>div {
    height: 80%;
}

.audioplayer-volume-adjust {
    position: absolute;
}

.audioplayer-volume-adjust {
    left: 0;
}

.audioplayer-volume-adjust {
    right: -.75pt;
}

#room_call_iframe,[class~=audioplayer-playing] [class~=audioplayer-playpause] a,.audioplayer-volume-adjust>div {
    margin-bottom: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-image: none;
}

.audioplayer-volume-adjust {
    top: -7499.25pt;
}

.audioplayer-volume-adjust {
    background: #222;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    left: .563em;
}

.audioplayer-volume-adjust {
    background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#222));
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    top: -.063em;
}

#room_call_iframe {
    padding-right: 0;
}

.audioplayer-volume-adjust {
    background: -webkit-linear-gradient(top,#444,#222);
}

.audioplayer-volume-adjust>div {
    position: relative;
}

.audioplayer-volume-adjust {
    background: -moz-linear-gradient(top,#444,#222);
}

.audioplayer-volume-adjust {
    background: -o-linear-gradient(top,#444,#222);
}

#room_call_iframe {
    padding-top: 0;
}

#room_call_iframe {
    margin-left: 0;
}

.audioplayer-volume-adjust {
    background: linear-gradient(top,#444,#222);
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    -webkit-border-radius: 0 .938em 0 0;
}

.audioplayer-volume-adjust {
    -webkit-border-top-left-radius: 2px;
}

.audioplayer-volume-adjust {
    -webkit-border-top-right-radius: 2px;
}

.audioplayer-volume-adjust>div {
    z-index: 1;
}

.audioplayer-volume-button a:before {
    border-top-color: transparent;
}

.audioplayer-volume-adjust {
    -moz-border-radius-topleft: .020833333in;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    -moz-border-radius: 0 .938em 0 0;
}

.audioplayer-volume-adjust {
    -moz-border-radius-topright: 2px;
}

[class~=audioplayer-novolume] [class~=audioplayer-volume] {
    display: none;
}

.audioplayer-volume-adjust>div {
    margin-left: auto;
}

.audioplayer-volume-button a:before {
    border-image: none;
}

.audioplayer-volume-adjust {
    border-top-left-radius: 2px;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    border-radius: 0 .938em 0 0;
}

.audioplayer-volume-button a:before {
    z-index: 2;
}

.audioplayer-volume-button a:before {
    top: 50%;
}

[class~=audioplayer-volume]:not(:hover) [class~=audioplayer-volume-adjust] {
    opacity: 0;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:after {
    width: 40%;
}

.audioplayer-volume-adjust {
    border-top-right-radius: 2px;
}

[class~=audioplayer-pause],[class~=audioplayer-play] {
    -webkit-filter: drop-shadow(1px 1px 0 #000);
}

.audioplayer-volume-adjust div div,[class~=audioplayer-playing] [class~=audioplayer-playpause] a:after {
    height: 100%;
}

[class~=audioplayer-pause],[class~=audioplayer-play] {
    -moz-filter: drop-shadow(1px 1px 0 #000);
}

[class~=audioplayer-pause],[class~=audioplayer-play] {
    filter: drop-shadow(1px 1px 0 #000);
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-top-width: .5em;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    -webkit-transform: rotate(45deg);
}

[class~=audioplayer-bar] {
    -webkit-border-radius: .041666667in;
}

[class~=audioplayer-bar] {
    -moz-border-radius: 3pt;
}

[class~=audioplayer-bar] {
    border-radius: .041666667in;
}

[class~=audioplayer-bar] {
    -webkit-box-shadow: -1px -.0625pc 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
}

#room_call_iframe {
    margin-right: 0;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    -moz-transform: rotate(45deg);
}

.audioplayer-volume-button a:before {
    right: -.25em;
}

[class~=audioplayer-volume]:hover [class~=audioplayer-volume-adjust] {
    top: auto;
}

[class~=audioplayer-bar] {
    -moz-box-shadow: -.010416667in -.75pt 0 rgba(0,0,0,.5),1px .0625pc 0 rgba(255,255,255,.1);
}

[class~=audioplayer-bar] {
    box-shadow: -.010416667in -.010416667in 0 rgba(0,0,0,.5),1px .0625pc 0 rgba(255,255,255,.1);
}

[class~=room_call] [class~=kick_user],.room_call_button {
    cursor: pointer;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    -ms-transform: rotate(45deg);
}

[class~=audioplayer-bar-played] {
    -webkit-box-shadow: inset 0 0 .3125pc rgba(255,255,255,.5);
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    -o-transform: rotate(45deg);
}

[class~=room_call] [class~=kick_user] {
    height: .208333333in;
}

[class~=audioplayer-bar-played] {
    -moz-box-shadow: inset 0 0 .052083333in rgba(255,255,255,.5);
}

.audioplayer-volume-adjust>div {
    margin-right: auto;
}

[class~=audioplayer-bar-played] {
    box-shadow: inset 0 0 3.75pt rgba(255,255,255,.5);
}

[class~=audioplayer-volume-adjust] {
    -webkit-box-shadow: -1.5pt -.125pc 2px rgba(0,0,0,.15),2px -.020833333in 2px rgba(0,0,0,.15);
}

[class~=audioplayer-volume-adjust] {
    -moz-box-shadow: -.020833333in -.020833333in 1.5pt rgba(0,0,0,.15),2px -2px 1.5pt rgba(0,0,0,.15);
}

[class~=audioplayer-volume-adjust] {
    box-shadow: -1.5pt -.020833333in .020833333in rgba(0,0,0,.15),2px -1.5pt 2px rgba(0,0,0,.15);
}

[class~=audioplayer] * {
    -webkit-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

[class~=vcall_kick],[class~=room_call] [class~=kick_user] {
    width: .208333333in;
}

[class~=audioplayer] * {
    -moz-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

[class~=audioplayer] * {
    -o-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

.audioplayer-volume-adjust>div {
    margin-top: 30%;
}

[class~=audioplayer] * {
    transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

.audioplayer-volume-button a:before {
    margin-top: -.5em;
}

.room_call_button,[class~=room_call_kick_button] {
    padding-left: 9pt;
}

[class~=room_call] [class~=kick_user] {
    margin-right: 5px;
}

.room_call_button {
    padding-bottom: 3pt;
}

.audioplayer-volume-adjust div div {
    width: 100%;
}

.room_call_button,[class~=room_call_kick_button] {
    padding-right: 9pt;
}

.room_call_button {
    padding-top: 3pt;
}

.room_call_button {
    border-radius: 15.75pt;
}

.room_call_body {
    background: none;
}

.room_call_body {
    color: #333;
}

.room_call_baslik {
    height: 2.5pc;
}

.room_call_baslik {
    margin-bottom: .052083333in;
}

.room_call_room {
    font-size: 12pt;
}

.room_call_room {
    font-weight: 700;
}

[class~=room_call_icon] {
    font-size: 20px;
}

[class~=room_call_icon],[class~=room_call_name] {
    vertical-align: middle;
}

[class~=room_call_name] {
    margin-right: .020833333in;
}

[class~=room_call_kick_button] {
    padding-bottom: .375pc;
}

#room_call_iframe {
    margin-top: 0;
}

[class~=room_call_kick_button] {
    padding-top: .375pc;
}

[class~=room_call_kick_button] {
    font-size: 9pt;
}

[class~=room_call_kick_button],[class~=room_call_modal] {
    border-radius: .052083333in;
}

[class~=vcall_kick] {
    height: .208333333in;
}

.audioplayer-volume-adjust div div {
    position: absolute;
}

[class~=audioplayer]:not([class~=audioplayer-mute]) [class~=audioplayer-volume-button] a:after {
    transform: rotate(45deg);
}

[class~=vcall_kick] {
    margin-right: .3125pc;
}

[class~=room_call_modal],.room_call .ulist_name {
    padding-left: 10px;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-left-style: solid;
}

[class~=room_call_modal] {
    padding-bottom: 10px;
}

[class~=room_call_modal] {
    padding-right: 10px;
}

.audioplayer-volume-adjust div div {
    bottom: 0;
}

#room_call_iframe {
    border-left-width: 0;
}

.audioplayer-volume-adjust div div {
    left: 0;
}

[class~=room_call_modal] {
    padding-top: 20px;
}

[class~=room_call_modal] {
    margin-left: .052083333in;
}

[class~=room_call_modal] {
    margin-bottom: .052083333in;
}

.room_call .ulist_item {
    position: relative;
}

[class~=room_call_modal] {
    margin-right: .052083333in;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-bottom-style: solid;
}

[class~=room_call_modal] {
    margin-top: .052083333in;
}

#room_call_iframe {
    border-bottom-width: 0;
}

#room_call_iframe {
    border-right-width: 0;
}

[class~=room_call_modal] {
    position: fixed;
}

[class~=room_call_modal] {
    z-index: 9999;
}

[class~=room_call_modal] {
    display: none;
}

.frames_img {
    width: .854166667in;
}

.room_call .ulist_item {
    display: table;
}

#room_call_iframe {
    border-top-width: 0;
}

.frames_img {
    max-height: 61.5pt;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-right-style: none;
}

.audioplayer-volume-adjust div div {
    background: #007fd1;
}

.frames_img {
    margin-left: auto;
}

.audioplayer-volume-adjust div div {
    background: -webkit-gradient(linear,left bottom,left top,from(#007fd1),to(#c600ff));
}

.frames_img {
    margin-bottom: 0;
}

.frames_img {
    margin-right: auto;
}

.frames_img {
    margin-top: 0;
}

.frames_img {
    height: 61.5pt;
}



#room_call_iframe {
    border-left-style: none;
}



[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    margin-right: 0;
}

[class~=audioplayer-volume] a {
    -webkit-filter: drop-shadow(1px 1px 0 #000);
}





.audioplayer-volume-adjust div div {
    background: -webkit-linear-gradient(bottom,#007fd1,#c600ff);
}


[class~=radio-tag],[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-top-style: solid;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-left-color: #fff;
}

[class~=frame_class_userlist] {
    height: 37.5pt;
}

[class~=audioplayer-volume] a {
    -moz-filter: drop-shadow(1px 1px 0 #000);
}

.room_call .ulist_name {
    padding-bottom: 0;
}

[class~=audioplayer-volume] a {
    filter: drop-shadow(1px 1px 0 #000);
}

[class~=frame_class_chat],[class~=frame_class_userlist] {
    left: -.4375pc;
}

[class~=frame_class_userlist] {
    width: 37.5pt;
}

[class~=audioplayer-bar] div {
    -webkit-border-radius: .041666667in;
}

[class~=frame_class_userlist] {
    top: -.375pc;
}

[class~=frame_class_chat] {
    height: 3.4375pc;
}

#room_call_iframe {
    border-bottom-style: none;
}

[class~=audioplayer-bar] div {
    -moz-border-radius: 3pt;
}

[class~=frame_class_chat] {
    width: 55px;
}

[class~=audioplayer-volume]:hover [class~=audioplayer-volume-adjust] {
    bottom: 100%;
}

[class~=frame_class_chat] {
    top: -.5625pc;
}

[class~=audioplayer-volume-adjust] div,[class~=audioplayer-bar] div {
    border-radius: .041666667in;
}

[class~=radio-tag] {
    border-radius: .25rem;
}

[class~=radio-tag] {
    border-left-width: .0625pc;
}

.audioplayer-volume-adjust div div {
    background: -moz-linear-gradient(bottom,#007fd1,#c600ff);
}

[class~=radio-tag] {
    border-bottom-width: .0625pc;
}

[class~=radio-tag] {
    border-right-width: .0625pc;
}

[class~=radio-tag] {
    border-top-width: .0625pc;
}

.audioplayer-volume-adjust div div {
    background: -o-linear-gradient(bottom,#007fd1,#c600ff);
}

[class~=radio-tag] {
    border-left-style: solid;
}

[class~=radio-tag] {
    border-bottom-style: solid;
}

[class~=radio-tag] {
    border-right-style: solid;
}

[class~=radio-tag] {
    border-left-color: rgba(0,0,0,.07);
}

[class~=radio-tag] {
    border-bottom-color: rgba(0,0,0,.07);
}

[class~=radio-tag] {
    border-right-color: rgba(0,0,0,.07);
}

[class~=radio-tag] {
    border-top-color: rgba(0,0,0,.07);
}

[class~=radio-tag] {
    border-image: none;
}

[class~=radio-tag] {
    background: rgba(0,0,0,.07);
}

[class~=radio-tag] {
    font-size: 11.25pt;
}

[class~=ust_dj] {
    width: 100%;
}

.audioplayer-volume-adjust div div {
    background: linear-gradient(bottom,#007fd1,#c600ff);
}

[class~=ust_dj] {
    z-index: 19;
}

[class~=ust_dj_icerik] {
    padding-left: .041666667in;
}

.room_call .ulist_name {
    padding-right: 10px;
}

[class~=ust_dj_icerik] {
    padding-bottom: .041666667in;
}

[class~=audioplayer-volume-adjust] div div {
    -webkit-box-shadow: inset 0 0 .3125pc rgba(255,255,255,.5);
}

[class~=ust_dj_icerik] {
    padding-right: .041666667in;
}

[class~=ust_dj_icerik] {
    padding-top: .041666667in;
}

[class~=ust_dj_icerik] {
    margin-left: auto;
}

[class~=ust_dj_icerik] {
    margin-bottom: 0;
}

[class~=ust_dj_icerik] {
    margin-right: auto;
}

[class~=ust_dj_icerik] {
    margin-top: 19px;
}

[class~=audioplayer-volume-adjust] div div {
    -moz-box-shadow: inset 0 0 .052083333in rgba(255,255,255,.5);
}

[class~=ust_dj_icerik] {
    width: max-content;
}

[class~=ust_dj_icerik] {
    border-radius: 0 0 7.5pt 7.5pt;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-bottom-color: transparent;
}

[class~=ust_dj_icerik] {
    justify-content: center;
}

[class~=ust_dj_icerik] {
    align-items: center;
}

[class~=ust_dj_icerik] {
    color: #fff;
}

[class~=audioplayer-volume-adjust] div {
    -webkit-border-radius: .041666667in;
}

[class~=ust_dj_icerik] {
    background: linear-gradient(261deg,#411d11,#3f33ff,#495f69,#23d5ab,#495f69);
}

[class~=ust_dj_icerik] {
    background-size: 500% 500%;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a,#room_call_iframe {
    border-right-color: currentColor;
}

[class~=ust_dj_icerik] {
    animation: gradient 10s cubic-bezier(.25,.1,.15,1.22) infinite;
}

[class~=ust_dj_genel] {
    border-radius: .6875pc;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-top-color: transparent;
}

[class~=audioplayer-volume-adjust] div {
    -moz-border-radius: 3pt;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a {
    margin-top: -.375em;
}

[class~=room_call] [class~=ulist_avatar] img {
    width: .375in;
}

[class~=audioplayer-volume-adjust] div div {
    box-shadow: inset 0 0 3.75pt rgba(255,255,255,.5);
}

.room_call .ulist_name {
    padding-top: 0;
}

[class~=room_call] [class~=ulist_avatar] img {
    height: 27pt;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    border-image: none;
}

#room_call_iframe {
    border-right-style: none;
}

[class~=audioplayer-volume-adjust]>div {
    -webkit-box-shadow: -1px -.0625pc 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
}

[class~=audioplayer-volume-adjust]>div {
    -moz-box-shadow: -.010416667in -.75pt 0 rgba(0,0,0,.5),1px .0625pc 0 rgba(255,255,255,.1);
}

[class~=audioplayer-volume-adjust]>div {
    box-shadow: -.010416667in -.010416667in 0 rgba(0,0,0,.5),1px .0625pc 0 rgba(255,255,255,.1);
}

#room_call_iframe {
    border-top-style: none;
}

[class~=audioplayer] *:before,.audioplayer *:after {
    -webkit-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:after,[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    content: "";
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:after {
    background-color: #fff;
}

.audioplayer *:after,[class~=audioplayer] *:before {
    -moz-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

[class~=audioplayer] *:before,.audioplayer *:after {
    -o-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

.audioplayer *:after,[class~=audioplayer] *:before {
    transition: color .25s ease,background-color .25s ease,opacity .5s ease;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a,[class~=audioplayer-playing] [class~=audioplayer-playpause] a:after {
    position: absolute;
}

#room_call_iframe {
    border-left-color: currentColor;
}

#room_call_iframe {
    border-bottom-color: currentColor;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:after {
    top: 0;
}

#room_call_iframe {
    border-top-color: currentColor;
}

[class~=audioplayer-playing] [class~=audioplayer-playpause] a:before {
    left: 0;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    top: 50%;
}

#room_call_iframe {
    border-image: none;
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    left: 50%;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    margin-left: -.25em;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    margin-bottom: 0;
}

#room_call_iframe {
    display: block;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    margin-right: 0;
}

#room_call_iframe {
    width: 100%;
}

#room_call_iframe {
    height: 100%;
}

#room_call_streams {
    height: 2.583333333in;
}

#room_call_streams {
    overflow-y: auto;
}

[class~=audioplayer]:not([class~=audioplayer-playing]) [class~=audioplayer-playpause] a {
    margin-top: -.5em;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.kayanyazi {
    max-width: 100%;
}

.kayanyazi,[class~=kayan_yazi] {
    overflow: hidden;
}

[class~=kayan_yazi] {
    white-space: nowrap;
}

[class~=kayan_yazi],[class~=kayan_yazi] div {
    display: inline-block;
}

[class~=kayan_yazi] {
    animation: kayan_yazi 10s linear infinite;
}

@keyframes kayan_yazi {
    0% {
        transform: translate(10,0);
    }

    100% {
        transform: translate(-100%,0);
    }
}

[class~=sohbet_radyaadi],.radio-tag {
    border-radius: .25rem;
}

[class~=sohbet_radyaadi] {
    border-left-width: .0625pc;
}

[class~=sohbet_radyaadi] {
    border-bottom-width: .0625pc;
}

[class~=sohbet_radyaadi] {
    border-right-width: .0625pc;
}

span[class~=radio_sayi_en_alt] {
    top: 17px;
}

[class~=sohbet_radyaadi] {
    border-top-width: .0625pc;
}

[class~=sohbet_radyaadi] {
    border-left-style: solid;
}

span[class~=radio_sayi_en_alt] {
    left: 1.9375pc;
}

[class~=sohbet_radyaadi] {
    border-bottom-style: solid;
}

span[class~=radio_sayi_en_alt] {
    padding-left: .03125in;
}

[class~=sohbet_radyaadi] {
    border-right-style: solid;
}

[class~=sohbet_radyaadi] {
    border-top-style: solid;
}

[class~=sohbet_radyaadi] {
    border-left-color: rgba(0,0,0,.07);
}

[class~=sohbet_radyaadi] {
    border-bottom-color: rgba(0,0,0,.07);
}

[class~=sohbet_radyaadi] {
    border-right-color: rgba(0,0,0,.07);
}

[class~=sohbet_radyaadi] {
    border-top-color: rgba(0,0,0,.07);
}

[class~=sohbet_radyaadi] {
    border-image: none;
}

[class~=sohbet_radyaadi],.radio-tag {
    background: rgba(0,0,0,.07);
}

.radio-tag {
    border-left-width: .0625pc;
}

span[class~=radio_sayi_en_alt] {
    padding-bottom: 0;
}

.radio-tag {
    border-bottom-width: .0625pc;
}

span[class~=radio_sayi_en_alt] {
    padding-right: .03125in;
}

.radio-tag {
    border-right-width: .0625pc;
}

.radio-tag {
    border-top-width: .0625pc;
}

.radio-tag {
    border-left-style: solid;
}

span[class~=radio_sayi_en_alt] {
    padding-top: 0;
}

.radio-tag {
    border-bottom-style: solid;
}

span[class~=radio_sayi_en_alt] {
    border-radius: .020833333in;
}

.radio-tag {
    border-right-style: solid;
}

.radio-tag {
    border-top-style: solid;
}

.radio-tag {
    border-left-color: rgba(0,0,0,.07);
}

.radio-tag {
    border-bottom-color: rgba(0,0,0,.07);
}

span[class~=radio_sayi_en_alt] {
    font-size: 9pt;
}

.radio-tag {
    border-right-color: rgba(0,0,0,.07);
}

span[class~=radio_sayi_en_alt] {
    font-weight: 700;
}

.radio-tag {
    border-top-color: rgba(0,0,0,.07);
}

.radio-tag {
    border-image: none;
}

[class~=sohbet_radyaadi] {
    min-width: 100%;
}

[class~=sohbet_radyaadi] {
    padding-left: .083333333in;
}

[class~=sohbet_radyaadi] {
    padding-bottom: .083333333in;
}

span[class~=radio_sayi_en_alt] {
    background: red;
}

[class~=sohbet_radyaadi] {
    padding-right: .083333333in;
}

span[class~=radio_sayi_en_alt] {
    position: absolute;
}

[class~=sohbet_radyaadi] {
    padding-top: .083333333in;
}

span[class~=radio_sayi_en_alt] {
    color: #fff;
}

[class~=sohbet_radyaadi] {
    margin-bottom: .375pc;
}

.radyo_calan_sarkimiz {
    font-weight: bold;
}

.radyo_calan_sarkimiz {
    font-family: sans-serif;
}

[class~=radiopulse] {
    -webkit-animation: radiopulse 1.6s infinite;
}

@-webkit-keyframes radiopulse {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

[class~=progress-bar] {
    width: 132px;
}

[class~=progress-bar] {
    height: .125in;
}

[class~=progress-bar] {
    margin-top: 0;
}

[class~=progress-bar] {
    border-left-width: .75pt;
}

[class~=progress-bar] {
    border-bottom-width: .75pt;
}

[class~=progress-bar] {
    border-right-width: .75pt;
}

[class~=progress-bar] {
    border-top-width: .75pt;
}

[class~=progress-bar] {
    border-left-style: solid;
}

[class~=progress-bar] {
    border-bottom-style: solid;
}

[class~=progress-bar] {
    border-right-style: solid;
}

[class~=progress-bar] {
    border-top-style: solid;
}

[class~=progress-bar] {
    border-left-color: #565656;
}

[class~=progress-bar] {
    border-bottom-color: #565656;
}

[class~=progress-bar] {
    border-right-color: #565656;
}

[class~=progress-bar] {
    border-top-color: #565656;
}

[class~=progress-bar] {
    border-image: none;
}

[class~=progress-bar] {
    border-radius: .3125pc;
}

[class~=progress-bar] {
    display: -webkit-inline-box;
}

[class~=percentage] {
    display: block;
}

[class~=percentage] {
    height: 100%;
}

[class~=percentage] {
    background-color: #03add8;
}

[class~=percentage] {
    border-radius: .104166667in;
}

[class~=percentage] {
    animation: progress 1500ms ease-in 1;
}

[class~=c] {
    width: 35%;
}

[class~=c] {
    --space: 10;
}

@keyframes progress {
    from {
        width: 0;
    }
}

[class~=serverstabil] {
    width: 0;
}

[class~=serverstabil] {
    display: flex;
}

[class~=box] span {
    font-family: lato,sans-serif;
}

[class~=server]:first-child ul li {
    width: 4.5pt;
}

[class~=server]:first-child ul li {
    height: .375pc;
}

.box span:nth-child(2) {
    top: 2px;
}

[class~=serverstabil] {
    flex-direction: column;
}

[class~=box] span {
    font-weight: 300;
}

[class~=box] span {
    font-size: .208333333in;
}

[class~=serverstabil] {
    flex-wrap: nowrap;
}

[class~=serverstabil] {
    align-content: space-between;
}

[class~=serverstabil] {
    justify-content: space-around;
}

[class~=server]:first-child ul li {
    float: left;
}

[class~=serverstabil] {
    align-items: flex-start;
}

[class~=serverstabil] {
    font-size: .5625pc;
}

.box span:nth-child(7),.box span:nth-child(2),[class~=box] span:nth-child(12) {
    left: 93.75pt;
}

.box {
    width: 250px;
}

.box span:nth-child(7) {
    top: 63.75pt;
}

.box {
    height: 2.083333333in;
}

.box,[class~=box] span {
    position: absolute;
}

[class~=server]:first-child ul li {
    margin-left: .625pc;
}

.box {
    left: calc(50% - 125px);
}

.box {
    left: -webkit-calc(50% - 125px);
}

[class~=box] span:nth-child(12) {
    top: 1.71875in;
}

.box {
    top: calc(50% - 100px);
}

[class~=server]:first-child ul li {
    margin-top: 9pt;
}

[class~=server]:first-child ul li {
    background: rgba(149,244,118,.6);
}

.box {
    top: -webkit-calc(50% - 100px);
}

[class~=server] {
    width: 82.5pt;
}

[class~=server] {
    height: .072916667in;
}

[class~=server] ul li:first-child {
    -webkit-animation: pattern1 .14s linear infinite;
}

[class~=server] {
    border-radius: .75pt;
}

[class~=server] ul li:nth-child(2) {
    -webkit-animation: pattern1 .14s .02s linear infinite;
}

[class~=server] ul li:last-child {
    -webkit-animation: pattern1 .14s .05s linear infinite;
}

@-webkit-keyframes pattern1 {
    0% {
        background: rgba(149,244,118,.6);
    }

    100% {
        background: #95f476;
    }
}

[class~=warning] ul li {
    width: .375pc;
}

[class~=warning] ul li {
    height: 6px;
}

[class~=warning] ul li {
    float: left;
}

[class~=warning] ul li {
    margin-left: 10px;
}

[class~=warning] ul li:first-child {
    -webkit-animation: pattern2 .14s linear infinite;
}

[class~=warning] ul li:nth-child(2) {
    -webkit-animation: pattern2 .14s .02s linear infinite;
}

[class~=warning] ul li:last-child {
    -webkit-animation: pattern2 .14s .05s linear infinite;
}

[class~=warning] ul li {
    margin-top: 12px;
}

[class~=warning] ul li {
    background: rgba(245,190,0,.6);
}

@-webkit-keyframes pattern2 {
    0% {
        background: rgba(245,190,0,.6);
    }

    100% {
        background: #f5be00;
    }
}

[class~=error] ul li {
    width: 8.25pt;
}

[class~=error] ul li:last-child,[class~=error] ul li:nth-child(2),.error ul li:first-child {
    -webkit-animation: pattern3 .9s linear infinite;
}

[class~=error] ul li {
    height: .125in;
}

[class~=error] ul li {
    float: left;
}

[class~=error] ul li {
    margin-left: 0;
}

[class~=error] ul li {
    margin-top: .083333333in;
}

[class~=error] ul li {
    background: #0cf;
}

[class~=error] ul li {
    border-radius: 12pt;
}

@-webkit-keyframes pattern3 {
    0% {
        background: rgba(236,69,62,.6);
    }

    80% {
        background: #0aff22;
    }

    100% {
        background: #ec453e;
    }
}

[class~=status-attrs] {
    margin-left: 12pt;
}

[class~=status-attrs] {
    margin-bottom: .5pc;
}

[class~=status-attrs] {
    margin-right: 12pt;
}

[class~=status-attr-inner] i {
    width: 1.5rem;
}

[class~=status-attrs] {
    margin-top: .5pc;
}

[class~=dark] [class~=status-attrs],[class~=status-attrs] {
    border-left-width: .0625pc;
}

[class~=status-attrs] {
    border-radius: .25rem;
}

[class~=status-attrs],[class~=dark] [class~=status-attrs] {
    border-bottom-width: .75pt;
}

[class~=status-attr-inner] i {
    height: 1.5rem;
}

[class~=dark] [class~=status-attrs],[class~=status-attrs] {
    border-right-width: .75pt;
}

[class~=status-attr-inner] i {
    line-height: 1.5rem;
}

[class~=status-attrs],[class~=dark] [class~=status-attrs] {
    border-top-width: .75pt;
}

[class~=status-attr-inner] i {
    background: rgba(0,0,0,.07);
}

[class~=status-attrs],[class~=dark] [class~=status-attrs] {
    border-left-style: solid;
}

[class~=dark] [class~=status-attrs],[class~=status-attrs] {
    border-bottom-style: solid;
}

[class~=status-attrs],[class~=dark] [class~=status-attrs] {
    border-right-style: solid;
}

[class~=status-attr-inner] i {
    border-radius: 50%;
}

[class~=dark] [class~=status-attrs],[class~=status-attrs] {
    border-top-style: solid;
}

[class~=status-attr-inner] i {
    text-align: center;
}

[class~=status-attrs] {
    border-left-color: rgba(0,0,0,.13);
}

[class~=status-attrs] {
    border-bottom-color: rgba(0,0,0,.13);
}

[class~=status-attrs] {
    border-right-color: rgba(0,0,0,.13);
}

[class~=status-attrs] {
    border-top-color: rgba(0,0,0,.13);
}

[class~=dark] [class~=status-attrs] {
    border-left-color: hsla(0,0%,100%,.13);
}

[class~=status-attrs] {
    border-image: none;
}

[class~=dark] [class~=status-attr-inner] i {
    background: hsla(0,0%,100%,.07);
}

.user-cards-title,[class~=status-attrs] {
    padding-left: .5pc;
}

[class~=status-attrs],[class~=status-attr-inner] i {
    padding-bottom: .25pc;
}

[class~=status-attr-inner] i {
    margin-right: .041666667in;
}

.user-cards-title,[class~=status-attrs] {
    padding-right: .5pc;
}

[class~=status-attr-inner] i {
    padding-left: 3pt;
}

.user-cards-title,[class~=status-attrs] {
    padding-top: 6pt;
}

[class~=status-attrs] {
    font-size: .8rem;
}

[class~=status-attrs] {
    color: #777;
}

[class~=dark] [class~=status-attrs] {
    border-bottom-color: hsla(0,0%,100%,.13);
}

[class~=dark] [class~=status-attrs] {
    border-right-color: hsla(0,0%,100%,.13);
}

[class~=status-attr] {
    margin-bottom: .25pc;
}

[class~=status-attr] {
    display: flex;
}

[class~=status-attr] {
    flex-direction: row;
}

[class~=dark] [class~=status-attrs] {
    border-top-color: hsla(0,0%,100%,.13);
}

[class~=status-attr] {
    border-bottom-width: .0625pc;
}

[class~=status-attr] {
    border-bottom-style: solid;
}

[class~=status-attr] {
    border-bottom-color: rgba(0,0,0,.07);
}

[class~=status-attr],[class~=dark] [class~=status-attrs] {
    border-image: none;
}

[class~=status-attr] {
    padding-bottom: 3pt;
}

[class~=status-attr-inner] {
    flex: 1 1;
}

[class~=dark] [class~=status-attrs] {
    color: hsla(0,0%,100%,.8);
}

.user-cards-title {
    padding-bottom: 0;
}

[class~=user-cards-owner],[class~=dark] [class~=status-attr] {
    border-bottom-width: .0625pc;
}

.user-cards-title {
    font-weight: 700;
}

[class~=status-attr-inner] i {
    padding-right: 3pt;
}

[class~=user-cards-owner],[class~=dark] [class~=status-attr] {
    border-bottom-style: solid;
}

.user-cards-title {
    color: #136c83;
}

.user-cards-title-general {
    padding-left: 12pt;
}

[class~=dark] [class~=status-attr] {
    border-bottom-color: hsla(0,0%,100%,.13);
}

[class~=status-attr]:last-child,.user-cards-title-general {
    padding-bottom: 0;
}

[class~=user-cards-title-rank] {
    padding-left: 8px;
}

[class~=status-attr-inner] i {
    padding-top: 3pt;
}

[class~=dark] [class~=status-attr] {
    border-image: none;
}

[class~=user-cards-title-rank] {
    padding-bottom: 4.5pt;
}

[class~=user-cards-title-rank] {
    padding-right: .75pc;
}

[class~=status-attr]:last-child {
    margin-bottom: 0;
}

[class~=user-cards-title-rank] {
    padding-top: .208333333in;
}

[class~=user-cards-owner] {
    margin-left: .166666667in;
}

[class~=user-cards-owner] {
    margin-right: 1pc;
}

[class~=status-attr]:last-child {
    border-bottom-width: medium;
}

[class~=user-cards-owner] {
    border-radius: .5rem;
}

[class~=user-cards-owner] {
    padding-left: 7.5pt;
}

[class~=user-cards-owner] {
    padding-bottom: 7.5pt;
}

[class~=status-attr]:last-child {
    border-bottom-style: none;
}

[class~=status-attr]:last-child {
    border-bottom-color: currentColor;
}

[class~=user-cards-owner] {
    padding-right: 7.5pt;
}

[class~=user-cards-owner] {
    padding-top: 7.5pt;
}

[class~=user-cards-owner] {
    color: rgba(0,0,0,.6);
}

[class~=user-cards-owner] {
    border-left-width: .010416667in;
}

[class~=status-attr]:last-child {
    border-image: none;
}

[class~=user-cards-owner] {
    border-right-width: .010416667in;
}

[class~=user-cards-owner] {
    border-top-width: .010416667in;
}

[class~=user-cards-owner] {
    border-left-style: solid;
}

[class~=user-cards-owner] {
    border-right-style: solid;
}

[class~=user-cards-owner] {
    border-top-style: solid;
}

[class~=user-cards-owner] {
    border-left-color: rgba(0,0,0,.13);
}

[class~=user-cards-owner] {
    border-bottom-color: rgba(0,0,0,.13);
}

[class~=user-cards-owner] {
    border-right-color: rgba(0,0,0,.13);
}

[class~=user-cards-owner] {
    border-top-color: rgba(0,0,0,.13);
}

[class~=user-cards-owner] {
    border-image: none;
}

[class~=user-cards-owner] {
    margin-top: .03125in;
}

@media screen and (max-width: 769px) {
    #footer_yetkili_list {
        display:none !important;
    }
}

#footer_yetkili_list.owl-carousel .owl-stage-outer,#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage] {
    position: relative;
}

[class~=owl-height] {
    transition: height .5s ease-in-out;
}

[class~=sag-panel-close] {
    bottom: 100px;
}

[class~=owl-carousel] [class~=owl-nav][class~=disabled],#footer_yetkili_list[class~=owl-carousel] [class~=owl-dots][class~=disabled],#footer_yetkili_list[class~=owl-carousel] {
    display: none;
}

[class~=badge_info_icon] img {
    height: .416666667in;
}

[class~=sag-panel-close] {
    border-radius: .5pc;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage] {
    -ms-touch-action: pan-Y;
}

[class~=kisisel_arkaplaan] ul {
    width: 100%;
}

[class~=sag-panel-close] {
    margin-left: -10.5pt;
}

[class~=sag-panel-close] {
    position: fixed;
}

[class~=sag-panel-close] {
    padding-left: .125pc;
}

[class~=kisisel_arkaplaan] ul {
    margin-left: 0;
}

[class~=sag-panel-close] {
    padding-bottom: .145833333in;
}

[class~=sag-panel-close] {
    padding-right: .125pc;
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-refresh] [class~=owl-item] {
    visibility: hidden;
}

[class~=sag-panel-close] {
    padding-top: .145833333in;
}

[class~=sag-panel-close] {
    font-size: 30px;
}

[class~=sag-panel-close] {
    z-index: 2;
}

[class~=sag-panel-close] {
    cursor: pointer;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage],[class~=owl-carousel] [class~=owl-wrapper] {
    -moz-backface-visibility: hidden;
}

[class~=user_yildiz_colors1],[class~=user_yildiz_color1] {
    background: linear-gradient(to top,#f33,maroon) !important;
}

[class~=user_yildiz_colors2],[class~=user_yildiz_color2] {
    background: linear-gradient(to top,#f63,#4d1300) !important;
}

[class~=user_yildiz_colors3],[class~=user_yildiz_color3] {
    background: linear-gradient(to top,#f93,#4d2600) !important;
}

[class~=kisisel_arkaplaan] ul {
    margin-bottom: 0;
}

[class~=user_yildiz_colors4],[class~=user_yildiz_color4] {
    background: linear-gradient(to top,#fc3,#806000) !important;
}

[class~=user_yildiz_color5],[class~=user_yildiz_colors5] {
    background: linear-gradient(to top,#cc0,#4d4d00) !important;
}

#footer_yetkili_list.owl-carousel .owl-stage-outer {
    width: 180px;
}

[class~=user_yildiz_color6],[class~=user_yildiz_colors6] {
    background: linear-gradient(to top,#9c0,#394d00) !important;
}

.user_yildiz_colors7,.user_yildiz_color7 {
    background: linear-gradient(to top,#59b300,#264d00) !important;
}

[class~=owl-carousel] [class~=owl-item] [class~=owl-lazy] {
    opacity: 0;
}

[class~=user_yildiz_colors8],[class~=user_yildiz_color8] {
    background: linear-gradient(to top,#829356,#2b301c) !important;
}

[class~=owl-carousel] [class~=owl-wrapper] {
    -webkit-backface-visibility: hidden;
}

[class~=user_yildiz_color9],.user_yildiz_colors9 {
    background: linear-gradient(to top,green,#001a00) !important;
}

[class~=user_yildiz_color10],[class~=user_yildiz_colors10] {
    background: linear-gradient(to top,#00e639,#00330d) !important;
}

[class~=user_yildiz_color11],[class~=user_yildiz_colors11] {
    background: linear-gradient(to top,#00e673,#063) !important;
}

[class~=user_yildiz_color12],[class~=user_yildiz_colors12] {
    background: linear-gradient(to top,#00e6ac,#004d39) !important;
}

#footer_yetkili_list.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

[class~=user_yildiz_colors13],.user_yildiz_color13 {
    background: linear-gradient(to top,#0cc,#004d4d) !important;
}

[class~=owl-carousel] [class~=owl-wrapper] {
    -ms-backface-visibility: hidden;
}

[class~=kisisel_arkaplaan] ul {
    margin-right: 0;
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-drag] [class~=owl-item] {
    -webkit-user-select: none;
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-drag] [class~=owl-item] {
    -moz-user-select: none;
}

#footer_yetkili_list[class~=owl-carousel] {
    width: 100%;
}

[class~=kisisel_arkaplaan] ul {
    margin-top: 0;
}

[class~=user_yildiz_colors14],[class~=user_yildiz_color14] {
    background: linear-gradient(to top,#03add8,#013d4b) !important;
}

.user_yildiz_color15,[class~=user_yildiz_colors15] {
    background: linear-gradient(to top,#36f,#002080) !important;
}

[class~=kisisel_arkaplaan] ul {
    padding-left: 0;
}

[class~=kisisel_arkaplaan] ul {
    padding-bottom: 0;
}

.user_yildiz_color16,.user_yildiz_colors16 {
    background: linear-gradient(to top,#107896,#073845) !important;
}

[class~=user_yildiz_color17],[class~=user_yildiz_colors17] {
    background: linear-gradient(to top,#004d99,#66b3ff) !important;
}

[class~=user_yildiz_color18],[class~=user_yildiz_colors18] {
    background: linear-gradient(to top,#63f,#c6b3ff) !important;
}

[class~=user_yildiz_color19],[class~=user_yildiz_colors19] {
    background: linear-gradient(to top,#93f,#d9b3ff) !important;
}

[class~=kisisel_arkaplaan] ul {
    padding-right: 0;
}

.user_yildiz_color20,[class~=user_yildiz_colors20] {
    background: linear-gradient(to top,#c3f,#ecb3ff) !important;
}

[class~=user_yildiz_colors21],[class~=user_yildiz_color21] {
    background: linear-gradient(to top,#f3f,#ffb3ff) !important;
}

[class~=owl-carousel] [class~=owl-wrapper],#footer_yetkili_list.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0,0,0);
}

.user_yildiz_color22,[class~=user_yildiz_colors22] {
    background: linear-gradient(to top,#f3c,#ff99e6) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage]:after {
    content: ".";
}

[class~=kisisel_arkaplaan] ul {
    padding-top: 0;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item],[class~=kisisel_arkaplaan] li {
    float: left;
}

[class~=kisisel_arkaplaan] li,#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    position: relative;
}

.user_yildiz_colors23,[class~=user_yildiz_color23] {
    background: linear-gradient(to top,#f39,#ffb3d9) !important;
}

[class~=user_yildiz_color24],.user_yildiz_colors24 {
    background: linear-gradient(to top,#f36,#ffb3c6) !important;
}

[class~=user_yildiz_color25],[class~=user_yildiz_colors25] {
    background: linear-gradient(to top,#40e0d0,#ff8c00,#ff0080) !important;
}

[class~=kisisel_arkaplaan] li {
    list-style-type: none;
}

[class~=kisisel_arkaplaan] li {
    width: 46%;
}

[class~=user_yildiz_color26],[class~=user_yildiz_colors26] {
    background: linear-gradient(to top,#11998e,#38ef7d) !important;
}

[class~=kisisel_arkaplaan] li {
    margin-left: 1.33%;
}

[class~=user_yildiz_color27],[class~=user_yildiz_colors27] {
    background: linear-gradient(to top,#108dc7,#ef8e38) !important;
}

[class~=user_yildiz_colors28],[class~=user_yildiz_color28] {
    background: linear-gradient(to top,#fc5c7d,#6a82fb) !important;
}

[class~=kisisel_arkaplaan] li {
    margin-bottom: 1.33%;
}

[class~=kisisel_arkaplaan] li {
    margin-right: 1.33%;
}

.user_yildiz_colors29,[class~=user_yildiz_color29] {
    background: linear-gradient(to top,#fc466b,#3f5efb) !important;
}

[class~=owl-carousel] [class~=owl-wrapper] {
    -moz-transform: translate3d(0,0,0);
}

[class~=kisisel_arkaplaan] li {
    margin-top: 1.33%;
}

[class~=kisisel_arkaplaan] li {
    height: 120px;
}

.user_yildiz_color30,[class~=user_yildiz_colors30] {
    background: linear-gradient(to top,#c94b4b,#4b134f) !important;
}

.user_yildiz_colors31,[class~=user_yildiz_color31] {
    background: linear-gradient(to top,#00f260,#0575e6) !important;
}

[class~=kisisel_arkaplaan] ul {
    width: 100%;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage]:after {
    display: block;
}

[class~=user_yildiz_color32],[class~=user_yildiz_colors32] {
    background: linear-gradient(to top,#fc4a1a,#f7b733) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    min-height: .010416667in;
}

[class~=kisisel_arkaplaan] ul {
    margin-left: 0;
}

[class~=user_yildiz_colors33],[class~=user_yildiz_color33] {
    background: linear-gradient(to top,#22c1c3,#fdbb2d) !important;
}

[class~=kisisel_arkaplaan] ul {
    margin-bottom: 0;
}

[class~=kisisel_arkaplaan] ul {
    margin-right: 0;
}

[class~=kisisel_arkaplaan] ul {
    margin-top: 0;
}

[class~=user_yildiz_colors34],[class~=user_yildiz_color34] {
    background: linear-gradient(to top,#7f00ff,#e100ff) !important;
}

[class~=user_yildiz_color35],[class~=user_yildiz_colors35] {
    background: linear-gradient(to top,#67b26f,#4ca2cd) !important;
}

#footer_yetkili_list[class~=owl-carousel],#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -webkit-tap-highlight-color: transparent;
}

[class~=user_yildiz_color36],[class~=user_yildiz_colors36] {
    background: linear-gradient(to top,#ee0979,#ff6a00) !important;
}

[class~=kisisel_arkaplaan] ul {
    padding-left: 0;
}

[class~=owl-carousel] [class~=owl-wrapper] {
    -ms-transform: translate3d(0,0,0);
}

[class~=user_yildiz_colors37],[class~=user_yildiz_color37] {
    background: linear-gradient(to top,#00c3ff,#ffff1c) !important;
}

[class~=user_yildiz_colors38],.user_yildiz_color38 {
    background: linear-gradient(to top,#fc00ff,#00dbde) !important;
}

.user_yildiz_color39,.user_yildiz_colors39 {
    background: linear-gradient(to top,#833ab4,#fd1d1d,#fcb045) !important;
}

[class~=owl-carousel] [class~=owl-item] [class~=owl-lazy] {
    transition: opacity .4s ease;
}

[class~=user_yildiz_color40],[class~=user_yildiz_colors40] {
    background: linear-gradient(to top,#43cea2,#185a9d) !important;
}

[class~=user_yildiz_colors41],[class~=user_yildiz_color41] {
    background: linear-gradient(to top,#bdc3c7,#2c3e50) !important;
}

[class~=user_yildiz_colors42],[class~=user_yildiz_color42] {
    background: linear-gradient(to top,#373b44,#4286f4) !important;
}

[class~=owl-carousel]:not([class~=owl-loaded]) {
    opacity: 0;
}

[class~=user_yildiz_colors43],[class~=user_yildiz_color43] {
    background: linear-gradient(to top,#2980b9,#6dd5fa,#fff) !important;
}

[class~=kisisel_arkaplaan] ul {
    padding-bottom: 0;
}

.user_yildiz_color44,[class~=user_yildiz_colors44] {
    background: linear-gradient(to top,#f09,#493240) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    padding-left: 4.5pt;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    padding-bottom: 4.5pt;
}

[class~=user_yildiz_color45],[class~=user_yildiz_colors45] {
    background: linear-gradient(to top,#f953c6,#b91d73) !important;
}

[class~=kisisel_arkaplaan] ul {
    padding-right: 0;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    padding-right: 4.5pt;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    padding-top: 4.5pt;
}

[class~=user_yildiz_colors46],[class~=user_yildiz_color46] {
    background: linear-gradient(to left,#c31432,#240b36) !important;
}

.user_yildiz_colors47,[class~=user_yildiz_color47] {
    background: linear-gradient(to top,#dd3e54,#6be585) !important;
}

[class~=owl-carousel]:not([class~=owl-loaded]) {
    visibility: hidden;
}

[class~=user_yildiz_color48],[class~=user_yildiz_colors48] {
    background: linear-gradient(to top,#8360c3,#2ebf91) !important;
}

[class~=user_yildiz_colors49],.user_yildiz_color49 {
    background: linear-gradient(to top,#544a7d,#ffd452) !important;
}

[class~=kisisel_arkaplaan] ul {
    padding-top: 0;
}

[class~=kisisel_arkaplaan] li {
    float: left;
}

[class~=user_yildiz_colors50],[class~=user_yildiz_color50] {
    background: linear-gradient(to top,#009fff,#ec2f4b) !important;
}

[class~=kisisel_arkaplaan] li {
    list-style-type: none;
}

[class~=user_yildiz_colors51],.user_yildiz_color51 {
    background: linear-gradient(to top,#59c173,#a17fe0,#5d26c1) !important;
}

[class~=kisisel_arkaplaan] li {
    width: 46%;
}

[class~=kisisel_arkaplaan] li {
    margin-left: 1.33%;
}

.user_yildiz_color52,[class~=user_yildiz_colors52] {
    background: linear-gradient(to top,#005aa7,#fffde4) !important;
}

[class~=kisisel_arkaplaan] li {
    margin-bottom: 1.33%;
}

[class~=user_yildiz_colors53],[class~=user_yildiz_color53] {
    background: linear-gradient(to top,#da4453,#89216b) !important;
}

[class~=kisisel_arkaplaan] li {
    margin-right: 1.33%;
}

.user_yildiz_color54,[class~=user_yildiz_colors54] {
    background: linear-gradient(to top,#ad5389,#3c1053) !important;
}

[class~=user_yildiz_colors55],[class~=user_yildiz_color55] {
    background: linear-gradient(to top,#a8c0ff,#3f2b96) !important;
}

[class~=owl-carousel]:not([class~=owl-loaded]) {
    height: 0;
}

[class~=user_yildiz_choice] [class~=bccheck] {
    color: red;
}

[class~=user_yildiz_colors56],[class~=user_yildiz_color56] {
    background: linear-gradient(to top,#333,#dd1818) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -webkit-touch-callout: none;
}

.user_yildiz_colors57,[class~=user_yildiz_color57] {
    background: linear-gradient(to top,#108dc7,#ef8e38) !important;
}

.user_yildiz_colors58,[class~=user_yildiz_color58] {
    background: linear-gradient(to top,#23074d,#cc5333) !important;
}

[class~=user_yildiz_colors59],[class~=user_yildiz_color59] {
    background: linear-gradient(to top,#fffbd5,#b20a2c) !important;
}

[class~=user_yildiz_color60],[class~=user_yildiz_colors60] {
    background: linear-gradient(to top,#0f0c29,#302b63,#24243e) !important;
}

.user_yildiz_color61,[class~=user_yildiz_colors61] {
    background: linear-gradient(to top,purple,pink) !important;
}

[class~=user_yildiz_color62],[class~=user_yildiz_colors62] {
    background: linear-gradient(to top,#00f260,#0575e6) !important;
}

[class~=user_yildiz_colors63],.user_yildiz_color63 {
    background: linear-gradient(to top,#667db6,#0082c8,#ec38bc,#fdeff9) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -webkit-backface-visibility: hidden;
}

[class~=kisisel_arkaplaan] li {
    margin-top: 1.33%;
}

[class~=kisisel_arkaplaan] img,[class~=kisisel_arkaplaan] li {
    height: 120px;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -moz-backface-visibility: hidden;
}

[class~=user_yildiz_color64],.user_yildiz_colors64 {
    background: linear-gradient(to top,#e1eec3,#f05053) !important;
}

[class~=kisisel_arkaplaan] li {
    position: relative;
}

[class~=user_yildiz_color65],[class~=user_yildiz_colors65] {
    background: linear-gradient(to top,#03001e,#7303c0,#ec38bc,#fdeff9) !important;
}

[class~=user_yildiz_colors66],[class~=user_yildiz_color66] {
    background: linear-gradient(to top,#1a2a6c,#b21f1f,#fdbb2d) !important;
}

[class~=user_yildiz_choice] [class~=bccheck] {
    margin-top: 10.5pt;
}

[class~=user_yildiz_colors67],.user_yildiz_color67 {
    background: linear-gradient(to top,#000,#0f9b0f) !important;
}

[class~=user_yildiz_colors68],[class~=user_yildiz_color68] {
    background: linear-gradient(to top,#36d1dc,#5b86e5) !important;
}

[class~=user_yildiz_color69],[class~=user_yildiz_colors69] {
    background: linear-gradient(to top,#3a1c71,#d76d77,#ffaf7b) !important;
}

[class~=kisisel_arkaplaan] img {
    width: 100%;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -ms-backface-visibility: hidden;
}

[class~=kisisel_arkaplaan] img {
    border-radius: 5px;
}

[class~=kisisel_arkaplaan] img {
    border-left-width: .03125in;
}

[class~=user_yildiz_color70],[class~=user_yildiz_colors70] {
    background: linear-gradient(to top,#283c86,#45a247) !important;
}

[class~=kisisel_arkaplaan] img {
    border-bottom-width: .03125in;
}

[class~=user_yildiz_colors71],[class~=user_yildiz_color71] {
    background: linear-gradient(to top,#ef3b36,#fff) !important;
}

[class~=user_yildiz_color72],[class~=user_yildiz_colors72] {
    background: linear-gradient(to top,#159957,#155799) !important;
}

[class~=user_yildiz_colors73],[class~=user_yildiz_color73] {
    background: linear-gradient(to top,#000046,#1cb5e0) !important;
}

[class~=kisisel_arkaplaan] img {
    border-right-width: .03125in;
}

[class~=user_yildiz_colors74],.user_yildiz_color74 {
    background: linear-gradient(to top,#56ccf2,#2f80ed) !important;
}

[class~=user_yildiz_color75],[class~=user_yildiz_colors75] {
    background: linear-gradient(to top,#eb5757,#000) !important;
}

.user_yildiz_colors76,[class~=user_yildiz_color76] {
    background: linear-gradient(to top,#20002c,#cbb4d4) !important;
}

[class~=kisisel_arkaplan_modal_open] [class~=kisisel_arkaplan_tab_content] {
    max-height: 28.125rem;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -webkit-transform: translate3d(0,0,0);
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-drag] [class~=owl-item] {
    -ms-user-select: none;
}

[class~=user_yildiz_colors77],[class~=user_yildiz_color77] {
    background: linear-gradient(to top,#34e89e,#0f3443) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -moz-transform: translate3d(0,0,0);
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage]:after {
    clear: both;
}

[class~=kisisel_arkaplaan] img {
    border-top-width: .03125in;
}

[class~=user_yildiz_color78],[class~=user_yildiz_colors78] {
    background: linear-gradient(to top,#bdc3c7,#2c3e50) !important;
}

[class~=kisisel_arkaplan_modal_open] [class~=kisisel_arkaplan_tab_content] {
    min-height: 28.125rem;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage]:after {
    visibility: hidden;
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-drag] [class~=owl-item] {
    user-select: none;
}

.user_yildiz_color79,[class~=user_yildiz_colors79] {
    background: linear-gradient(to top,#a80077,#6f0) !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] {
    -ms-transform: translate3d(0,0,0);
}

[class~=user_yildiz_colors80],[class~=user_yildiz_color80] {
    background: linear-gradient(to top,#000,#656565) !important;
}

[class~=pbadge],[class~=pbadge_img] {
    width: .416666667in;
}

[class~=pbadge] {
    height: 30pt;
}

[class~=pbadge] {
    margin-bottom: 1.5pt;
}

[class~=kisisel_arkaplaan] img {
    border-left-style: solid;
}

[class~=pbadge] {
    display: grid;
}

[class~=owl-carousel] [class~=owl-item] img[class~=owl-lazy] {
    transform-style: preserve-3d;
}

[class~=pbadge] {
    align-items: center;
}

#footer_yetkili_list[class~=owl-carousel],[class~=pbadge_img],[class~=pbadge] {
    position: relative;
}

[class~=pbadge] {
    float: left;
}

#footer_yetkili_list[class~=owl-carousel] {
    z-index: 1;
}

[class~=kisisel_arkaplaan] img {
    border-bottom-style: solid;
}

[class~=pbadge] {
    border-radius: 10px;
}

[class~=kisisel_arkaplaan] img {
    border-right-style: solid;
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-loading],#footer_yetkili_list.owl-carousel.owl-loaded {
    display: block;
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-loading],#footer_yetkili_list.owl-carousel.owl-hidden {
    opacity: 0;
}

[class~=pbadge_img] {
    max-height: 2.5pc;
}

[class~=pbadge_img] {
    margin-left: auto;
}

[class~=pbadge_img] {
    margin-bottom: 0;
}

[class~=pbadge_img] {
    margin-right: auto;
}

[class~=pbadge_img] {
    margin-top: 0;
}

[class~=pbadge_count] {
    width: 1.125pc;
}

[class~=kisisel_arkaplaan] img {
    border-top-style: solid;
}

[class~=pbadge_count] {
    height: 13.5pt;
}

[class~=kisisel_arkaplaan] img {
    border-left-color: #fff;
}

[class~=pbadge_count] {
    bottom: 0;
}

[class~=kisisel_arkaplaan] img {
    border-bottom-color: #fff;
}

[class~=pbadge_count] {
    right: 0;
}

[class~=pbadge_count] {
    border-radius: 3.125pc;
}

[class~=pbadge_count] {
    background: #666;
}

[class~=kisisel_arkaplaan] img {
    border-right-color: #fff;
}

[class~=kisisel_arkaplan_modal_open] [class~=kisisel_arkaplan_tab_content] {
    overflow-y: auto;
}

[class~=pbadge_count],[class~=kisisel_arkaplaan] h1 {
    color: #fff;
}

[class~=pbadge_count] {
    font-size: .625pc;
}

[class~=badge_box_count],.badge_info_icon {
    width: 2.5pc;
}

[class~=badge_box_count] {
    height: 2.5pc;
}

[class~=badge_box_count] {
    margin-left: -30pt;
}

[class~=kisisel_arkaplaan] img {
    border-top-color: #fff;
}

[class~=kisisel_arkaplaan] img {
    border-image: none;
}

[class~=kisisel_arkaplaan] h1 {
    top: 64px;
}

#footer_yetkili_list.owl-carousel.owl-grab {
    cursor: move;
}

[class~=kisisel_arkaplaan] h1 {
    width: 100%;
}
.star_rank_chat {
    position: absolute;
    top: 16px;
    left: 18px;
    width: 9px;
    height: 8px;
    margin-left: -3px;
    background-color: #262416;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transform: translate(-50%, -50%) rotate(0) translate(calc(50% - 31px));
}
.star_rank_private {
    position: absolute;
    margin-top: -13px;
    margin-left: 13px;
    width: 5px;
    height: 5px;
    background-color: #c8bb2d;
    -webkit-clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
    clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
    transform: translate(-50%,-50%) rotate(0) translate(calc(50% - 31px));
}
.star_rank_private2 {
    position: absolute;
    margin-top: -15px;
    margin-left: 15px;
    width: 5px;
    height: 5px;
    background-color: #c8bb2d;
    -webkit-clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
    clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
    transform: translate(-50%,-50%) rotate(0) translate(calc(50% - 31px));
}
.avatar_news_input {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-table;
    vertical-align: top;
}

.news_input_c{
    display: inline-table;
    width: calc(100% - 40px);
	border-radius: 13px;
}

#footer_yetkili_list[class~=owl-carousel] {
    height: 37.5pt;
}

.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
    max-height: 28.125rem;
}

[class~=kisisel_arkaplaan] h1,.kisisel_arkaplaan span {
    text-align: center;
}

[class~=kisisel_arkaplaan] h1 {
    font-size: .75pc;
}

[class~=kisisel_arkaplaan] h1 {
    background: #08a393;
}

#footer_yetkili_list.owl-carousel.owl-grab {
    cursor: grab;
}

.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
    min-height: 28.125rem;
}

[class~=chat_yildiz1] {
    transform: translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px));
}

.kisisel_arkaplaan span {
    z-index: 9999;
}

.kisisel_arkaplaan span {
    width: 45pt;
}

[class~=chat_yildiz2] {
    transform: translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px));
}

.chat_yildiz3 {
    transform: translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px));
}

[class~=chat_yildiz4] {
    transform: translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px));
}

[class~=chat_yildiz5] {
    transform: translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px));
}

[class~=chat_yildiz6] {
    transform: translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px));
}

.chat_yildiz7 {
    transform: translate(-50%,-50%) rotate(120deg) translate(calc(130% - 32px));
}

.kisisel_arkaplaan span {
    height: 3.75pc;
}

[class~=chat_yildiz8] {
    transform: translate(-50%,-50%) rotate(144deg) translate(calc(130% - 33px));
}

#footer_yetkili_list[class~=owl-carousel][class~=owl-rtl] {
    direction: rtl;
}

[class~=chat_yildiz9] {
    transform: translate(-50%,-50%) rotate(168deg) translate(calc(130% - 34px));
}

#footer_yetkili_list[class~=no-js] [class~=owl-carousel] {
    display: block;
}

.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
    overflow-y: auto;
}

[class~=chat_yildiz10] {
    transform: translate(-50%,-50%) rotate(192deg) translate(calc(130% - 35px));
}

[class~=chat_yildiz11] {
    transform: translate(-50%,-50%) rotate(216deg) translate(calc(130% - 35px));
}

[class~=chat_yildiz12] {
    transform: translate(-50%,-50%) rotate(240deg) translate(calc(130% - 35px));
}

[class~=chat_yildiz13] {
    transform: translate(-50%,-50%) rotate(264deg) translate(calc(130% - 35px));
}

[class~=chat_yildiz14] {
    transform: translate(-50%,-50%) rotate(288deg) translate(calc(130% - 35px));
}

[class~=chat_yildiz15] {
    transform: translate(-50%,-50%) rotate(312deg) translate(calc(130% - 32px));
}


#footer_yetkili_list[class~=owl-carousel] [class~=animated] {
    animation-duration: 1s;
}


.kisisel_arkaplaan span {
    font-size: 36px !important;
}

.kisisel_arkaplaan span {
    border-radius: 45pt;
}


.kisisel_arkaplaan span {
    background: rgba(179,180,180,.514);
}


[class~=kisisel_arkaplan_icerik] {
    width: 321pt;
}

[class~=kisisel_arkaplan_icerik] {
    margin-left: 7.5pt;
}

[class~=kisisel_arkaplan_icerik] {
    margin-bottom: 7.5pt;
}

[class~=kisisel_arkaplan_icerik] {
    margin-right: 7.5pt;
}

[class~=kisisel_arkaplan_icerik] {
    margin-top: 7.5pt;
}

#footer_yetkili_list[class~=owl-carousel] [class~=animated] {
    animation-fill-mode: both;
}

[class~=kisisel_arkaplan_icerik] {
    height: 400px;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-animated-in] {
    z-index: 0;
}

.kisisel_arkaplaan span {
    position: absolute;
}

[class~=kisisel_arkaplan_icerik] {
    overflow: auto;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-left-width: .03125in !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-bottom-width: .03125in !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-right-width: .03125in !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-top-width: .03125in !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-left-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-bottom-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-right-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-top-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-left-color: #0383fa !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-bottom-color: #0383fa !important;
}

#footer_yetkili_list.owl-carousel .owl-animated-out {
    z-index: 1;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-right-color: #0383fa !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-top-color: #0383fa !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-image: none !important;
}

[class~=kisisel_arkaplan_active],[class~=kisisel_arkaplan_active] {
    color: #eaedf2;
}

[class~=kisisel_arkaplan_active],[class~=kisisel_arkaplan_active] {
    background: #007bff;
}

[class~=kisisel_arkaplan_inside_wrapper] {
    padding-left: 0;
}

[class~=kisisel_arkaplan_inside_wrapper] {
    padding-bottom: 1rem;
}

[class~=kisisel_arkaplan_inside_wrapper] {
    padding-right: 2rem;
}

#footer_yetkili_list[class~=owl-carousel] [class~=fadeOut] {
    animation-name: fadeOut;
}

[class~=kisisel_arkaplan_inside_wrapper] {
    padding-top: 1rem;
}

[class~=kisisel_arkaplan_padding] {
    padding-left: 0 !important;
}

[class~=kisisel_arkaplan_padding] {
    padding-bottom: 0 !important;
}

[class~=kisisel_arkaplan_padding] {
    padding-right: 0 !important;
}

[class~=kisisel_arkaplan_padding] {
    padding-top: 0 !important;
}

[class~=kisisel_arkaplaan],[class~=kisisel_arkaplaan] {
    height: calc(100% - 48px) !important;
}

.kisisel_arkaplaan span {
    margin-left: 45pt;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-left-width: .1875pc !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-bottom-width: .1875pc !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-right-width: .1875pc !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-top-width: .1875pc !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage]:after {
    line-height: 0;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-left-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-bottom-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-right-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-top-style: solid !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-left-color: #0383fa !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-bottom-color: #0383fa !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-right-color: #0383fa !important;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-top-color: #0383fa !important;
}

.kisisel_arkaplaan span {
    margin-top: 20px;
}

[class~=kisisel_arkaplan_aktif_olan] {
    border-image: none !important;
}

.kisisel_arkaplan_inside_wrapper {
    padding-left: 0;
}

.kisisel_arkaplan_inside_wrapper {
    padding-bottom: 1rem;
}

.kisisel_arkaplan_inside_wrapper {
    padding-right: 2rem;
}

.kisisel_arkaplan_inside_wrapper {
    padding-top: 1rem;
}

.kisisel_arkaplan_padding {
    padding-left: 0 !important;
}

.kisisel_arkaplan_padding {
    padding-bottom: 0 !important;
}

.kisisel_arkaplan_padding {
    padding-right: 0 !important;
}

.kisisel_arkaplan_padding {
    padding-top: 0 !important;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-stage]:after {
    height: 0;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] img {
    display: block;
}

#footer_yetkili_list.owl-carousel.owl-rtl .owl-item {
    float: right;
}

#footer_yetkili_list[class~=owl-carousel] [class~=owl-item] img {
    width: 95%;
}

@media only screen and (max-width: 480px) {
    [class~=kisisel_arkaplaan] li {
        float:left;
    }

    [class~=kisisel_arkaplaan] li {
        list-style-type: none;
    }

    [class~=kisisel_arkaplaan] li {
        width: 33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-left: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-bottom: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-right: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-top: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        height: 120px;
    }

    [class~=kisisel_arkaplaan] li {
        position: relative;
    }
}

@media screen and (max-width: 400px) {
    [class~=kisisel_arkaplaan] li {
        float:left;
    }

    [class~=kisisel_arkaplaan] li {
        list-style-type: none;
    }

    [class~=kisisel_arkaplaan] li {
        width: 33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-left: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-bottom: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-right: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        margin-top: 1.33%;
    }

    [class~=kisisel_arkaplaan] li {
        height: 120px;
    }

    [class~=kisisel_arkaplaan] li {
        position: relative;
    }
}

[class~=exp] {
    width: 70%;
}

[class~=exp],#container {
    margin-left: auto;
}

[class~=exp] {
    margin-bottom: 15pt;
}

[class~=exp] {
    margin-right: auto;
}

[class~=exp] {
    margin-top: 0;
}

[class~=exp],[class~=progressbar-text] {
    font-size: 1rem !important;
}

[class~=exp] {
    font-family: Raleway,Helvetica,sans-serif;
}

[class~=exp] {
    font-weight: bold;
}

[class~=cuexp] {
    float: left;
}

[class~=room_background_item],.user_stage,[class~=nexp],[class~=av_stage],[class~=cuexp] {
    text-align: center;
}

[class~=nexp],[class~=cuexp] {
    width: 50%;
}

[class~=nexp] {
    float: right;
}

.user_stage,[class~=av_stage] {
    color: white;
}

[class~=av_stage],[class~=background_chats]::before,.user_stage {
}

[class~=room_background_select],[class~=av_stage],.user_stage {
    top: 0;
[class~=av_stage],.user_stage {
    font-size: 8px;
}

[class~=av_stage],.user_stage {
    font-weight: 600;
}

[class~=av_stage],.user_stage {
    padding-left: 3px;
}

.user_stage,[class~=av_stage] {
    padding-bottom: .010416667in;
}

[class~=av_stage],.user_stage {
    padding-right: 3px;
}

[class~=av_stage],.user_stage {
    padding-top: .010416667in;
}

.user_stage,[class~=av_stage] {
    border-radius: 0 .260416667in 25px 25px;
    z-index: 99;
}

#container {
    width: 150pt;
}

#container {
    height: 4.375pc;
}

small {
    font-weight: normal;
}

[class~=roombackground] {
    background-size: 100% 100% !important;
}

[class~=add_room_background] {
    position: relative;
}

.room_background_item_wrap {
    display: table;
}

.room_background_item_wrap {
    border-radius: .520833333in;
}

.room_background_item_wrap {
    overflow: hidden;
}

[class~=room_background_item] {
    width: 30pt;
}

[class~=room_background_item] {
    height: .3125in;
}

[class~=room_background_item],[class~=room_background_menu] {
    display: table-cell;
}

[class~=room_background_menu],[class~=room_background_item] {
    vertical-align: middle;
}





[class~=room_background_menu] {
    width: 1.53125in;
}

[class~=room_background_select] {
    -webkit-appearance: none;
}

[class~=room_background_select] {
    position: absolute;
}

* {
    overflov: hidden;
}

#koyumod_icon:hover {
    color: #000;
}

[class~=room_background_select] {
    opacity: 0;
}

[class~=room_background_select] {
    width: 100%;
}



[class~=room_background_select] {
    cursor: pointer;
}

[class~=room_background_size] {
    height: 187.5pt;
}

[class~=choose_room_background] {
    position: relative;
}

[class~=switch_wrap_tema_modu] {
    display: block;
}

[class~=kmswitch],[class~=switch_wrap_tema_modu] {
    width: 37.5pt;
}


[class~=switch_wrap_tema_modu] {
    margin-left: 172%;
}

[class~=switch_wrap_tema_modu] {
    margin-right: 10%;
}

[class~=kmswitch] {
    display: table;
}

[class~=kmswitch] {
    padding-left: .125pc;
}

[class~=kmswitch] {
    padding-bottom: .125pc;
}

[class~=kmswitch] {
    padding-right: .125pc;
}



#container {
    margin-bottom: 0;
}

[class~=kmswitch] {
    padding-top: .125pc;
}

[class~=kmswitch] {
    border-radius: 75pt;
}

[class~=ustpanelbaslikrenk] {
    color: #ff1a1a;
}

[class~=ustpanelbaslikrenk] {
    -webkit-animation: colorchange 5s infinite alternate;
}

#container {
    margin-right: auto;
}



#container {
    margin-top: 0;
}

#koyumod_icon {
    font-size: 22px;
}

#koyumod_icon {
    color: #012832;
}

[class~=koyumod_icon] [class~=mdi-white-balance-sunny] {
    color: #fff !important;
}

@-webkit-keyframes colorchange {
    0% {
        color: #ffeb00;
    }

    10% {
        color: #ffeb00;
    }

    20% {
        color: #ffeb00;
    }

    40% {
        color: #ffeb00;
    }

    60% {
        color: #ffeb00;
    }

    80% {
        color: #ffeb00;
    }

    100% {
        color: #ff1a1a;
    }
}

#preloader p,#preloader h1 {
    text-align: center;
}

#loading,#preloader,#sms_id,#smsgecis_text,#preloader #footer,#loading div {
    position: absolute;
}

#preloader p,#loading div,#preloader h1 {
    margin-left: auto;
}

#preloader #footer {
    bottom: 0;
}

#sms_id {
    z-index: 12;
}

#sms_id,#preloader {
    width: 100%;
}

#preloader h1 {
    margin-bottom: 0;
}

#sms_id {
    height: 31px;
}

#preloader p,#preloader h1,#loading div {
    margin-right: auto;
}

#preloader h1 {
    margin-top: 2%;
}

#preloader p,#preloader h1 {
    color: #f63;
}

#smsgecis_text {
    vertical-align: top;
}

#preloader h1 {
    font-size: 2pc;
}

#smsgecis_text {
    margin-left: .020833333in;
}

#smsgecis_text {
    margin-top: 0;
}

#preloader #footer,#loading {
    left: 50%;
}

#loading,#preloader #footer {
    transform: translateX(-50%);
}

#loading,#preloader #footer {
    padding-left: 7.5pt;
}

#preloader {
    height: 100%;
}

#preloader #footer,#loading {
    padding-bottom: 7.5pt;
}

[class~=sms_textarea] {
    height: 150px;
}

#loading,#preloader #footer {
    padding-right: 7.5pt;
}

#preloader {
    z-index: 999999;
}

#preloader #footer,#loading {
    padding-top: 7.5pt;
}

#preloader p {
    margin-bottom: 5%;
}

#preloader p {
    margin-top: .052083333in;
}

#preloader {
    background: #ddd;
}

#loading .rotate {
    animation-duration: 4s;
}

#preloader {
    font-family: "Signika",sans-serif;
}

#loading #blue {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20168%20168%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20168%20168%22%3E%0A%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20%0A%09.st0%7Bfill%3A%235197D6%3B%7D%0A%09.st1%7Bfill%3Anone%3B%7D%0A%0A%20%20%3C%2Fstyle%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M129.9%2038.4c-25.8-25.8-68-25.2-93%201.8%20-23.3%2025.1-22.7%2064.5%201.3%2088.9%2021.2%2021.7%2053.9%2025.2%2078.8%2010.5%201.5-0.9%203.2-1.1%204.9-0.7l18.4%205.1c2.2%200.6%204.3-1.4%203.7-3.7l-5-18.2c-0.5-1.7-0.2-3.4%200.7-4.9C154.5%2092.4%20151.3%2059.8%20129.9%2038.4z%22%2F%3E%0A%20%20%20%20%3Cellipse%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-34.6941%2084.199)%22%20class%3D%22st1%22%20cx%3D%2284.3%22%20cy%3D%2284%22%20rx%3D%2283.4%22%20ry%3D%2283.4%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

#preloader p {
    font-weight: 400;
}

#loading {
    bottom: 58%;
}

[class~=sms_textarea] {
    max-height: 100%;
}

#loading #blue,#loading #darkblue,#loading #white {
    width: 60pt;
}

#loading #darkblue,#loading #white,#loading #blue {
    height: 80px;
}

#loading div {
    margin-bottom: auto;
}

#loading div {
    margin-top: auto;
}

#loading .rotate {
    animation-iteration-count: infinite;
}

[class~=sms_textarea] {
    border-radius: .15625in;
}

.sms_menu {
    display: table-cell;
}

#loading div {
    -webkit-writing-mode: vertical-rl;
}

.sms_menu {
    vertical-align: middle;
}

#loading #white {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20168%20168%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20168%20168%22%3E%0A%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st1%7Bfill%3Anone%3B%7D%0A%0A%20%20%3C%2Fstyle%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M113.8%20113.8c16.8-16.8%2016.4-44.4-1.2-60.7%20-16.4-15.2-42.1-14.8-58.1%200.8%20-14.2%2013.9-16.4%2035.2-6.8%2051.5%200.6%201%200.7%202.1%200.4%203.2l-3.3%2012c-0.4%201.5%200.9%202.8%202.4%202.4l11.9-3.3c1.1-0.3%202.2-0.1%203.2%200.5C78.5%20129.9%2099.8%20127.8%20113.8%20113.8z%22%2F%3E%0A%20%20%20%20%3Cellipse%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-34.7943%2083.9992)%22%20class%3D%22st1%22%20cx%3D%2284%22%20cy%3D%2284%22%20rx%3D%2254.5%22%20ry%3D%2254.5%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

#loading {
    display: flex;
}

#loading {
    flex-direction: row-reverse;
}

#loading {
    justify-content: center;
}

.sms_menu {
    width: 15pt;
}

.sms_menu {
    text-align: center;
}

.sms_menu {
    font-size: .8125pc;
}

@keyframes left {
    0% {
        transform-origin: center center;
        transform: rotate(360deg);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

#loading [class~=left] {
    animation-name: left;
}

@keyframes right {
    0% {
        transform-origin: center center;
        transform: rotate(-360deg);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

#loading .right {
    animation-name: right;
}

#loading [class~=loading]:nth-child(1) {
    animation-delay: .6s;
}

#loading [class~=loading]:nth-child(1),#loading [class~=loading]:nth-child(2),#loading [class~=loading]:nth-child(3) {
    width: 3pt;
}

#loading [class~=loading]:nth-child(3),#loading [class~=loading]:nth-child(2),#loading [class~=loading]:nth-child(1) {
    height: 4px;
}

#loading [class~=loading] {
    position: absolute;
}

#loading [class~=loading]:nth-child(1) {
    left: -.9375pc;
}

#loading [class~=loading] {
    margin-left: auto;
}

#loading [class~=loading]:nth-child(2) {
    animation-delay: .8s;
}

#loading [class~=loading]:nth-child(3) {
    animation-delay: 1s;
}

#loading [class~=loading] {
    margin-bottom: auto;
}

#loading [class~=loading] {
    margin-right: auto;
}

#loading [class~=loading] {
    margin-top: auto;
}

#loading [class~=loading]:nth-child(3) {
    right: -.15625in;
}

#loading [class~=loading] {
    top: 0;
}

#loading [class~=loading] {
    bottom: 0;
}

#loading [class~=loading] {
    left: 0;
}

#loading [class~=loading] {
    right: 0;
}

#loading [class~=loading] {
    background: #155d93;
}

#loading [class~=loading] {
    border-radius: 50%;
}

#loading [class~=loading] {
    animation: loading 4s infinite;
}

#loading [class~=loading] {
    animation-iteration-count: infinite;
}

#loading [class~=loading] {
    animation-timing-function: ease-in;
}

@keyframes loading {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-8px);
    }

    40% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-2px);
    }

    60% {
        transform: translateY(2px);
    }

    80% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

[class~=bicon][class~=begen] {
    color: #5e91ff;
}

[class~=bicon] {
    margin-left: 3.75pt;
}

[class~=like_youtube] {
    float: left;
}

[class~=like_youtube] {
    cursor: pointer;
}

[class~=bicon][class~=begenme],[class~=bicon][class~=begen],[class~=bicon][class~=sev] {
    font-size: .104166667in;
}

[class~=bicon][class~=begenme],[class~=bicon][class~=sev],[class~=bicon][class~=begen] {
    font-weight: bold;
}

[class~=bicon][class~=begenme] {
    color: #ba2c2a;
}

[class~=like_youtube] {
    padding-left: 3.75pt;
}

[class~=like_youtube] {
    padding-bottom: 3.75pt;
}

[class~=like_youtube] {
    padding-right: 3.75pt;
}

[class~=like_youtube] {
    padding-top: 3.75pt;
}

[class~=like_youtube] {
    border-radius: .520833333in;
}

[class~=like_youtube] {
    display: flex;
}

[class~=begeni] {
    text-shadow: none;
}

[class~=bicon][class~=sev] {
    color: #d46eab;
}

.private_content .begeni {
    display: none;
}

.like_youtube img {
    width: 1.25pc;
}

img.youtube_chat_icon {
    width: 1pc;
}

#wave_yazanlar [class~=dot]:nth-child(2) {
    animation-delay: -1.1s;
}

#wave_yazanlar [class~=dot]:nth-child(3) {
    animation-delay: -.9s;
}

@keyframes wave_yazanlar {
    0%,100%,60% {
        transform: initial;
    }

    30% {
        transform: translateY(-5px);
    }
}


[class~=writing-dot]:nth-child(2) {
    -webkit-animation-delay: .2s;
}

#oyunmydiv {
    z-index: 9;
}



[class~=room-writings-layout] {
    max-width: 100%;
}

[class~=room-writings-layout],[class~=div-baslik]:before {
    left: 0;
}

[class~=room-writings-layout] {
    overflow-x: hidden;
}

[class~=div-baslik]:before,[class~=room-writings-layout] {
    right: 0;
}

[class~=room-writings-layout] {
    bottom: 0;
}

[class~=room-writings-layout] {
    width: 100%;
}

[class~=room-writings-layout] {
    color: #fff;
}

[class~=onay_input],#oyunmydiv {
    text-align: center;
}

[class~=room-writings-layout] {
    padding-bottom: -.010416667in;
}

[class~=room-writings-layout] {
    white-space: nowrap;
}

.writing-dot,[class~=room-writing] {
    display: inline-block;
}

[class~=room-writing] {
    background: rgba(0,0,0,.13);
}

[class~=room-writing] {
    border-radius: .052083333in;
}

[class~=room-writing] {
    font-size: .7rem;
}

[class~=room-writing] {
    padding-left: .03125in;
}

[class~=room-writing] {
    padding-bottom: 1.5pt;
}

[class~=div-baslik]:before {
    top: 50%;
}



#oyunmydiv {
    border-radius: 10px;
}

[class~=room-writing] {
    padding-right: .03125in;
}

[class~=room-writing] {
    padding-top: 1.5pt;
}

[class~=room-writing] {
    margin-left: .0625pc;
}

#oyunmydiv {
    color: #f10;
}

.writing-dot {
    margin-left: .125pc;
}

[class~=div-baslik]:before {
    border-top-width: .0625pc;
}

[class~=writing-dot]:nth-child(2) {
    animation-delay: .2s;
}

.writing-dot {
    width: 2.25pt;
}

[class~=writing-dot]:nth-child(3) {
    -webkit-animation-delay: .4s;
}

[class~=writing-dot]:nth-child(3) {
    animation-delay: .4s;
}

.writing-dot {
    height: 2.25pt;
}

.writing-dot {
    border-radius: 50%;
}

[class~=room-writing] [class~=writing-dot] {
    background: #fff;
}


.avmmenu img {

-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.avmmenu img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.chat_avatar img {
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.chat_avatar img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.menutrig img {
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.menutrig img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.user_item_avatar img {
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
.user_item_avatar img:hover {
-moz-transform: rotate(360deg);
-o-transform: rotate (360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.star_rank,.star_rank_chat {
	position:absolute;
	top:18px;
	left:18px;
	width:7px;
	height:7px;
	background-color:#000;
	clip-path:polygon(50%0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
}
.star_rank {
	top:50%;
	left:100%;
	margin-left:-18px
}
.chat_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.chat_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px))
}
.chat_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px))
}
.chat_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px))
}
.chat_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.chat_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.chat_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 32px))
}
.chat_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 33px))
}
.chat_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 34px))
}
.chat_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 35px))
}
.chat_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 35px))
}
.chat_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 35px))
}
.chat_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 35px))
}
.chat_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 35px))
}
.chat_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 32px))
}
.right_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.right_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 31px))
}
.right_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 31px))
}
.right_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 31px))
}
.right_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.right_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.right_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 31px))
}
.right_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 31px))
}
.right_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 31px))
}
.right_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 31px))
}
.right_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 31px))
}
.right_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 31px))
}
.right_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 31px))
}
.right_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 31px))
}
.right_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 31px))
}
.user_item_datas,.user_item_name {
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0 8px;
}
.user_yildiz_choice .bccheck {
	color:red;
	margin-top:14px;
}
.user_yildiz_color1,.user_yildiz_colors1 {
	background:linear-gradient(to top,#f33,maroon)!important;
}
.user_yildiz_color2,.user_yildiz_colors2 {
	background:linear-gradient(to top,#f63,#4d1300)!important;
}
.user_yildiz_color3,.user_yildiz_colors3 {
	background:linear-gradient(to top,#f93,#4d2600)!important;
}
.user_yildiz_color4,.user_yildiz_colors4 {
	background:linear-gradient(to top,#fc3,#806000)!important;
}
.user_yildiz_color5,.user_yildiz_colors5 {
	background:linear-gradient(to top,#cc0,#4d4d00)!important;
}
.user_yildiz_color6,.user_yildiz_colors6 {
	background:linear-gradient(to top,#9c0,#394d00)!important;
}
.user_yildiz_color7,.user_yildiz_colors7 {
	background:linear-gradient(to top,#59b300,#264d00)!important;
}
.user_yildiz_color8,.user_yildiz_colors8 {
	background:linear-gradient(to top,#829356,#2b301c)!important;
}
.user_yildiz_color9,.user_yildiz_colors9 {
	background:linear-gradient(to top,green,#001a00)!important;
}
.user_yildiz_color10,.user_yildiz_colors10 {
	background:linear-gradient(to top,#00e639,#00330d)!important;
}
.user_yildiz_color11,.user_yildiz_colors11 {
	background:linear-gradient(to top,#00e673,#063)!important;
}
.user_yildiz_color12,.user_yildiz_colors12 {
	background:linear-gradient(to top,#00e6ac,#004d39)!important;
}
.user_yildiz_color13,.user_yildiz_colors13 {
	background:linear-gradient(to top,#0cc,#004d4d)!important;
}
.user_yildiz_color14,.user_yildiz_colors14 {
	background:linear-gradient(to top,#03add8,#013d4b)!important;
}
.user_yildiz_color15,.user_yildiz_colors15 {
	background:linear-gradient(to top,#36f,#002080)!important;
}
.user_yildiz_color16,.user_yildiz_colors16 {
	background:linear-gradient(to top,#107896,#073845)!important;
}
.user_yildiz_color17,.user_yildiz_colors17 {
	background:linear-gradient(to top,#004d99,#66b3ff)!important;
}
.user_yildiz_color18,.user_yildiz_colors18 {
	background:linear-gradient(to top,#63f,#c6b3ff)!important;
}
.user_yildiz_color19,.user_yildiz_colors19 {
	background:linear-gradient(to top,#93f,#d9b3ff)!important;
}
.user_yildiz_color20,.user_yildiz_colors20 {
	background:linear-gradient(to top,#c3f,#ecb3ff)!important;
}
.user_yildiz_color21,.user_yildiz_colors21 {
	background:linear-gradient(to top,#f3f,#ffb3ff)!important;
}
.user_yildiz_color22,.user_yildiz_colors22 {
	background:linear-gradient(to top,#f3c,#ff99e6)!important;
}
.user_yildiz_color23,.user_yildiz_colors23 {
	background:linear-gradient(to top,#f39,#ffb3d9)!important;
}
.user_yildiz_color24,.user_yildiz_colors24 {
	background:linear-gradient(to top,#f36,#ffb3c6)!important;
}
.user_yildiz_color25,.user_yildiz_colors25 {
	background:linear-gradient(to top,#40e0d0,#ff8c00,#ff0080)!important;
}
.user_yildiz_color26,.user_yildiz_colors26 {
	background:linear-gradient(to top,#11998e,#38ef7d)!important;
}
.user_yildiz_color27,.user_yildiz_colors27 {
	background:linear-gradient(to top,#108dc7,#ef8e38)!important;
}
.user_yildiz_color28,.user_yildiz_colors28 {
	background:linear-gradient(to top,#fc5c7d,#6a82fb)!important;
}
.user_yildiz_color29,.user_yildiz_colors29 {
	background:linear-gradient(to top,#fc466b,#3f5efb)!important;
}
.user_yildiz_color30,.user_yildiz_colors30 {
	background:linear-gradient(to top,#c94b4b,#4b134f)!important;
}
.user_yildiz_color31,.user_yildiz_colors31 {
	background:linear-gradient(to top,#00f260,#0575e6)!important;
}
.user_yildiz_color32,.user_yildiz_colors32 {
	background:linear-gradient(to top,#fc4a1a,#f7b733)!important;
}
.user_yildiz_color33,.user_yildiz_colors33 {
	background:linear-gradient(to top,#22c1c3,#fdbb2d)!important;
}
.user_yildiz_color34,.user_yildiz_colors34 {
	background:linear-gradient(to top,#7f00ff,#e100ff)!important;
}
.user_yildiz_color35,.user_yildiz_colors35 {
	background:linear-gradient(to top,#67b26f,#4ca2cd)!important;
}
.user_yildiz_color36,.user_yildiz_colors36 {
	background:linear-gradient(to top,#ee0979,#ff6a00)!important;
}
.user_yildiz_color37,.user_yildiz_colors37 {
	background:linear-gradient(to top,#00c3ff,#ffff1c)!important;
}
.user_yildiz_color38,.user_yildiz_colors38 {
	background:linear-gradient(to top,#fc00ff,#00dbde)!important;
}
.user_yildiz_color39,.user_yildiz_colors39 {
	background:linear-gradient(to top,#833ab4,#fd1d1d,#fcb045)!important;
}
.user_yildiz_color40,.user_yildiz_colors40 {
	background:linear-gradient(to top,#43cea2,#185a9d)!important;
}
.user_yildiz_color41,.user_yildiz_colors41 {
	background:linear-gradient(to top,#bdc3c7,#2c3e50)!important;
}
.user_yildiz_color42,.user_yildiz_colors42 {
	background:linear-gradient(to top,#373b44,#4286f4)!important;
}
.user_yildiz_color43,.user_yildiz_colors43 {
	background:linear-gradient(to top,#2980b9,#6dd5fa,#fff)!important;
}
.user_yildiz_color44,.user_yildiz_colors44 {
	background:linear-gradient(to top,#f09,#493240)!important;
}
.user_yildiz_color45,.user_yildiz_colors45 {
	background:linear-gradient(to top,#f953c6,#b91d73)!important;
}
.user_yildiz_color46,.user_yildiz_colors46 {
	background:linear-gradient(to left,#c31432,#240b36)!important;
}
.user_yildiz_color47,.user_yildiz_colors47 {
	background:linear-gradient(to top,#dd3e54,#6be585)!important;
}
.user_yildiz_color48,.user_yildiz_colors48 {
	background:linear-gradient(to top,#8360c3,#2ebf91)!important;
}
.user_yildiz_color49,.user_yildiz_colors49 {
	background:linear-gradient(to top,#544a7d,#ffd452)!important;
}
.user_yildiz_color50,.user_yildiz_colors50 {
	background:linear-gradient(to top,#009fff,#ec2f4b)!important;
}
.user_yildiz_color51,.user_yildiz_colors51 {
	background:linear-gradient(to top,#59c173,#a17fe0,#5d26c1)!important;
}
.user_yildiz_color52,.user_yildiz_colors52 {
	background:linear-gradient(to top,#005aa7,#fffde4)!important;
}
.user_yildiz_color53,.user_yildiz_colors53 {
	background:linear-gradient(to top,#da4453,#89216b)!important;
}
.user_yildiz_color54,.user_yildiz_colors54 {
	background:linear-gradient(to top,#ad5389,#3c1053)!important;
}
.user_yildiz_color55,.user_yildiz_colors55 {
	background:linear-gradient(to top,#a8c0ff,#3f2b96)!important;
}
.user_yildiz_color56,.user_yildiz_colors56 {
	background:linear-gradient(to top,#333,#dd1818)!important;
}
.user_yildiz_color57,.user_yildiz_colors57 {
	background:linear-gradient(to top,#108dc7,#ef8e38)!important;
}
.user_yildiz_color58,.user_yildiz_colors58 {
	background:linear-gradient(to top,#23074d,#cc5333)!important;
}
.user_yildiz_color59,.user_yildiz_colors59 {
	background:linear-gradient(to top,#fffbd5,#b20a2c)!important;
}
.user_yildiz_color60,.user_yildiz_colors60 {
	background:linear-gradient(to top,#0f0c29,#302b63,#24243e)!important;
}
.user_yildiz_color61,.user_yildiz_colors61 {
	background:linear-gradient(to top,purple,pink)!important;
}
.user_yildiz_color62,.user_yildiz_colors62 {
	background:linear-gradient(to top,#00f260,#0575e6)!important;
}
.user_yildiz_color63,.user_yildiz_colors63 {
	background:linear-gradient(to top,#667db6,#0082c8,#ec38bc,#fdeff9)!important;
}
.user_yildiz_color64,.user_yildiz_colors64 {
	background:linear-gradient(to top,#e1eec3,#f05053)!important;
}
.user_yildiz_color65,.user_yildiz_colors65 {
	background:linear-gradient(to top,#03001e,#7303c0,#ec38bc,#fdeff9)!important;
}
.user_yildiz_color66,.user_yildiz_colors66 {
	background:linear-gradient(to top,#1a2a6c,#b21f1f,#fdbb2d)!important;
}
.user_yildiz_color67,.user_yildiz_colors67 {
	background:linear-gradient(to top,#000,#0f9b0f)!important;
}
.user_yildiz_color68,.user_yildiz_colors68 {
	background:linear-gradient(to top,#36d1dc,#5b86e5)!important;
}
.user_yildiz_color69,.user_yildiz_colors69 {
	background:linear-gradient(to top,#3a1c71,#d76d77,#ffaf7b)!important;
}
.user_yildiz_color70,.user_yildiz_colors70 {
	background:linear-gradient(to top,#283c86,#45a247)!important;
}
.user_yildiz_color71,.user_yildiz_colors71 {
	background:linear-gradient(to top,#ef3b36,#fff)!important;
}
.user_yildiz_color72,.user_yildiz_colors72 {
	background:linear-gradient(to top,#159957,#155799)!important;
}
.user_yildiz_color73,.user_yildiz_colors73 {
	background:linear-gradient(to top,#000046,#1cb5e0)!important;
}
.user_yildiz_color74,.user_yildiz_colors74 {
	background:linear-gradient(to top,#56ccf2,#2f80ed)!important;
}
.user_yildiz_color75,.user_yildiz_colors75 {
	background:linear-gradient(to top,#eb5757,#000)!important;
}
.user_yildiz_color76,.user_yildiz_colors76 {
	background:linear-gradient(to top,#20002c,#cbb4d4)!important;
}
.user_yildiz_color77,.user_yildiz_colors77 {
	background:linear-gradient(to top,#34e89e,#0f3443)!important;
}
.user_yildiz_color78,.user_yildiz_colors78 {
	background:linear-gradient(to top,#bdc3c7,#2c3e50)!important;
}
.user_yildiz_color79,.user_yildiz_colors79 {
	background:linear-gradient(to top,#a80077,#6f0)!important;
}
.user_yildiz_color80,.user_yildiz_colors80 {
	background:linear-gradient(to top,#000,#656565)!important;
}
.star_rank,.star_rank_chat {
	position:absolute;
	top:18px;
	left:18px;
	width:7px;
	height:7px;
	background-color:#000;
	clip-path:polygon(50%0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
}
.star_rank {
	top:50%;
	left:100%;
	margin-left:-18px
}
.chat_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.chat_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px))
}
.chat_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px))
}
.chat_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px))
}
.chat_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.chat_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.chat_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 32px))
}
.chat_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 33px))
}
.chat_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 34px))
}
.chat_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 35px))
}
.chat_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 35px))
}
.chat_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 35px))
}
.chat_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 35px))
}
.chat_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 35px))
}
.chat_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 32px))
}
.right_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.right_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 31px))
}
.right_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 31px))
}
.right_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 31px))
}
.right_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.right_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.right_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 31px))
}
.right_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 31px))
}
.right_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 31px))
}
.right_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 31px))
}
.right_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 31px))
}
.right_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 31px))
}
.right_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 31px))
}
.right_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 31px))
}
.right_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 31px))
}
.back_priv {background:url(../default_images/icons/arkaplan2.png) no-repeat;background-size:100% 100%}
.emo_menu {
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    /* font-size: .8rem; */
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
}
#preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    background: #ddd;
    font-family: 'Signika', sans-serif;
}
#preloader h1 {
  text-align: center;
  margin: 2% auto 0 auto;
      color: #ff6633;
  font-size: 32px;
}

#preloader p {
  text-align: center;
  margin: 5px auto 5% auto;
  color: #ff6633;
  font-weight: 400;
}
#preloader #footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}
#loading{
    position: absolute;
    bottom: 58%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

#loading #blue {
  /* NO WHITESPACE in </tag><tag> */
  background: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20168%20168%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20168%20168%22%3E%0A%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20%0A%09.st0%7Bfill%3A%235197D6%3B%7D%0A%09.st1%7Bfill%3Anone%3B%7D%0A%0A%20%20%3C%2Fstyle%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M129.9%2038.4c-25.8-25.8-68-25.2-93%201.8%20-23.3%2025.1-22.7%2064.5%201.3%2088.9%2021.2%2021.7%2053.9%2025.2%2078.8%2010.5%201.5-0.9%203.2-1.1%204.9-0.7l18.4%205.1c2.2%200.6%204.3-1.4%203.7-3.7l-5-18.2c-0.5-1.7-0.2-3.4%200.7-4.9C154.5%2092.4%20151.3%2059.8%20129.9%2038.4z%22%2F%3E%0A%20%20%20%20%3Cellipse%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-34.6941%2084.199)%22%20class%3D%22st1%22%20cx%3D%2284.3%22%20cy%3D%2284%22%20rx%3D%2283.4%22%20ry%3D%2283.4%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  width: 80px;
  height: 80px;
}

#loading #white {
  /* NO WHITESPACE in </tag><tag> */
  background: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20168%20168%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20168%20168%22%3E%0A%20%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%20%20%20%20%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st1%7Bfill%3Anone%3B%7D%0A%0A%20%20%3C%2Fstyle%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M113.8%20113.8c16.8-16.8%2016.4-44.4-1.2-60.7%20-16.4-15.2-42.1-14.8-58.1%200.8%20-14.2%2013.9-16.4%2035.2-6.8%2051.5%200.6%201%200.7%202.1%200.4%203.2l-3.3%2012c-0.4%201.5%200.9%202.8%202.4%202.4l11.9-3.3c1.1-0.3%202.2-0.1%203.2%200.5C78.5%20129.9%2099.8%20127.8%20113.8%20113.8z%22%2F%3E%0A%20%20%20%20%3Cellipse%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-34.7943%2083.9992)%22%20class%3D%22st1%22%20cx%3D%2284%22%20cy%3D%2284%22%20rx%3D%2254.5%22%20ry%3D%2254.5%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  width: 80px;
  height: 80px;
}

#loading #darkblue {
  width: 80px;
  height: 80px;
}

#loading div {
  margin: auto;
 
  position: absolute;
  -webkit-writing-mode: vertical-rl;	
}

#loading .rotate{ 
    animation-duration: 4s;
    animation-iteration-count:infinite; 
} 

@keyframes left { 
    0% { 
        transform-origin: center center; 
        transform: rotate(360deg); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
#loading .left { 
    animation-name: left; 
}

@keyframes right { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-360deg); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
#loading .right { 
    animation-name: right; 
}

#loading .loading{
  position:absolute; 
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  background: #155d93;
  border-radius: 50%;
  animation: loading 4s infinite;
}

#loading .loading:nth-child(1) {
    animation-delay: 0.6s;  
    width: 4px;
    height: 4px;
    left:-15px;
}

#loading .loading:nth-child(2) {
   animation-delay: 0.8s; 
    width: 4px;
    height: 4px;
}

#loading .loading:nth-child(3) {
    animation-delay: 1s;
    width: 4px;
    height: 4px;
    right:-15px;
}

#loading .loading { 
 animation-iteration-count:infinite; 
 animation-timing-function: ease-in;
}

@keyframes loading {
  0%{
	transform: translateY(0px);
  }
  20%{
	transform: translateY(0px);
  }
  30%{
	transform: translateY(-8px);
  }
  40%{
	transform: translateY(5px);
  }
  50%{
	transform: translateY(-2px);
  }
  60%{
	transform: translateY(2px);
  }
  80%{
	transform: translateY(0px);
  }
  100%{
	transform: translateY(0px);
  }
}
.ustpanelbaslikrenk {
    color: #ff1a1a;
    -webkit-animation: colorchange 5s infinite alternate
}
@-webkit-keyframes colorchange {
    0% {
        color: #ffeb00
    }

    10% {
        color: #ffeb00
    }

    20% {
        color: #ffeb00
    }

    40% {
        color: #ffeb00
    }

    60% {
        color: #ffeb00
    }

    80% {
        color: #ffeb00
    }

    100% {
        color: #ff1a1a
    }
}

.sms_textarea {
    height: 150px;
    max-height: 100%;
    border-radius: 15px
}

.sms_menu {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    font-size: 13px
}

#sms_id {
    position: absolute;
    z-index: 12;
    width: 100%;
	height: 31px;
}

#smsgecis_text {
    vertical-align: top;
    position: absolute;
    margin-left: 2px;
    margin-top: 0
}

.ok_btn2 {
    background: linear-gradient(169deg,rgb(124 140 143) 0%,rgb(71 71 70) 51%,rgb(51 51 51) 100%);
    color: #fff;
    border: 2px solid #000;
    box-shadow: inset 0 0 36px -7px #000
}
.onay_input {
	text-align:center;
	line-height:38px;
	font-size:15px;
	z-index:1;
	position:relative;
}
.head_notify_onay {
    position: absolute;
    top: 5px;
    left: 23px;
    width: 31px;
    height: 17px;
    border-radius: 5px;
    display: none;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px
}
.head_notify, .menu_notify, .notification {
    position: absolute;
    display: none;
}
.notification {
    top: 2px;
    left: 2px;
    padding: 0 3px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
}
.mobile-messages-buttons-wrapper,
.mobile-messages-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none !important;
}
.mobile-messages-buttons-wrapper {
  overflow-y: auto !important;
  bottom: 48px;
}
.mobile-messages-right-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #fff;
  color: #555;
  pointer-events: all;
  text-align: center;
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px #eee !important;
  overflow-y: auto;	
}
.mobile-messages-right-button {
  position: relative;
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.mobile-messages-right-button:hover {
  background: rgba(0, 0, 0, 0.07);
}
.dark .mobile-messages-right-button:hover {
  background: hsla(0, 0%, 100%, 0.07);
}
.dark .mobile-messages-right-button {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
}
.mobile-messages-right-button:last-child {
  border-bottom: none;
}
.mobile-messages-right-button .icon {
  width: 36px;
  height: 36px;
  font-size: 0.7rem;
  line-height: 36px;
  text-align: center;
}
.mobile-messages-right-button .icon.expanded-icon {
  height: 48px;
  line-height: 48px;
}
.dark .mobile-messages-right-buttons {
  background: #151f2b;
  color: #fff;
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px hsla(0, 0%, 100%, 0.2) !important;
}
.menu-badge {
  position: absolute;
  bottom: 6px;
  font-size: 6px;
  padding: 2px 4px;
  background: none;
  border: none;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem;
  -webkit-transform: none;
  transform: none;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.menu-badge.important {
  background: #e53935;
  color: #fff;
}
.sag-panel-close {
    bottom: 100px;
    border-radius: 5px 5px 0 0;
    margin-left: -18px;
    position: fixed;
    padding: 11px 2px;
    line-height: 33px;
    font-size: 32px;
    z-index: 2;
    cursor: pointer;
}


.kisisel_arkaplan_icerik{
  width: 428px;
  margin: 10px;
  height: 400px;
  overflow: auto;
}
.kisisel_arkaplan_aktif_olan{
	border: 3px rgb(3, 131, 250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
  max-height: 28.125rem;
  min-height: 28.125rem;
  overflow-y: auto;
}
.kisisel_arkaplan_active{
  color: #eaedf2;
  background: #007bff;
}
.kisisel_arkaplan_inside_wrapper {
  padding: 1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
  padding: 0 !important;
}
.kisisel_arkaplaan{
	height: calc(100% - 48px)!important
}
.kisisel_arkaplaan ul{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 46%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
.kisisel_arkaplan_aktif_olan{
	border: 3px rgb(3, 131, 250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
  max-height: 28.125rem;
  min-height: 28.125rem;
  overflow-y: auto;
}
.kisisel_arkaplan_active{
  color: #eaedf2;
  background: #007bff;
}
.kisisel_arkaplan_inside_wrapper {
  padding: 1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
  padding: 0 !important;
}
.kisisel_arkaplaan{
	height: calc(100% - 48px)!important
}
.kisisel_arkaplaan ul{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 46%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
.kisisel_arkaplaan img{
	width: 100%;
	height: 120px;
	border-radius: 5px;
	border: 3px #ffffff solid;
}
.kisisel_arkaplaan h1 { 
	position: absolute;
	top: 64px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: #08a393;
	color: #fff;
}
.kisisel_arkaplaan span{
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 36px!important;
  border-radius: 60px;
  background: rgba(179, 180, 180, 0.514);
  position: absolute;
  margin-left: 60px;
  margin-top: 20px;
}
@media only screen and (max-width:480px) {
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 33%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
}
@media screen and (max-width:400px) {
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 33%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}	
}
span.radio_sayi_en_alt {
    top: 17px;
    left: 31px;
    padding: 0 3px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    background: red;
    position: absolute;
    color: #fff;
}
span.beklemede{color:#fff;background:#8c8c8c;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
span.sirada{color:#000;background:#f5ffac;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
span.calindi{color:#fff;background:#b303d8;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
span.yayinlandi{color:#fff;background:#009020;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
.siradaa{background-color:#f5ffac;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;cursor:pointer;color:#000;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none}
.siradaa:hover{background-color:#eb675e}
.siradaa:active{position:relative;top:1px}
.yayinla{background-color:#009020;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none}
.yayinlama{background-color:red;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none}
.yayinla:hover{background-color:#eb675e}
.yayinla:active{position:relative;top:1px}
.post_info span{font-size:11px}
.yonetbuton{margin-top:15px}
.yayinlanmadi{color:#fff;background:red;padding:3px 10px;display:inline-block;line-height:1em;margin-top:2px;border-radius:20px;font-weight:400}
.calindii{background-color:#b303d8;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;cursor:pointer;color:#fff;font-family:Arial;font-size:10px;padding:5px 10px;text-decoration:none;width:38px;float:left;margin-right:5px}
.calindii:hover{background-color:#eb675e}
.calindii:active{position:relative;top:1px}
.DJyayinda{text-align:center;font-size:25px;-webkit-text-stroke:thick;word-spacing:1px;overflow-wrap:break-word;letter-spacing:3px;text-transform:uppercase}
.istek_box{background:#2b2b2b;margin:15px;padding:15px;border-radius:0 30px;border-left:2px solid;border-right:2px solid}
.dj_management_label{position:relative}
.set_dj_button{position:absolute;right:0;top:-4px}
.kayanyazi {
	max-width:100%;
	overflow:hidden;
}
.kayan_yazi {
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	animation:kayan_yazi 10s linear infinite;
}
.kayan_yazi div {
	display:inline-block;
}
@keyframes kayan_yazi {
	0% {
		transform:translate(10,0);
	}
	100% {
		transform:translate(-100%,0);
	}
}
.sohbet_radyaadi,.radio-tag {
	border-radius:.25rem;
	border:1px solid rgba(0,0,0,.07);
	background:rgba(0,0,0,.07)
}
.sohbet_radyaadi {
	min-width:100%;
	padding:8px;
	margin-bottom:6px
}
.radyo_calan_sarkimiz {
	font-weight:bold;
	font-family:sans-serif;
}

.roombackground {
	background-size:100% 100% !important;
}
.add_room_background {
	position:relative;
}
.room_background_item_wrap {
	display:table;
	border-radius:50px;
	overflow:hidden;
}
.room_background_item {
	width:40px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.room_background_menu {
	display:table-cell;
	vertical-align:middle;
	width:147px;
}
.room_background_select {
	-webkit-appearance:none;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.room_background_size {
	height:250px;
}
.choose_room_background {
	position: relative;
}
@media screen and (max-width:768px){
	#chat_head {height: 50px;}
	#my_menu {height: 40px;}
	.ust-bar_sag { width: inherit !important; border-left: none!important; }	
}
.alt_icon_yazi {
    font-size: 8px;
    margin-top: 5px;
}
.room_square_elem {
    width: calc((97%/4) - 10px);
    height: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden
}
.square_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 0 5px 5px;
    text-align: center
}

.room_square_elem img {
    width: 100%;
    display: block;
    height: auto
}
.div-baslik{
	text-align: center;
    position: relative;
}
.div-baslik:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #ebebeb;
}

.div-baslik span{
    background: #fff;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0 30px;
    position: relative;
	border-radius: 12px;
	font-size: 11px;
}
.new_chat_oda {
    padding: 8px 10px;
    cursor: pointer;
    font-size: .8rem;
    border-radius: 0.25rem;
    margin-bottom: 6px;
    border: 1px solid rgb(225 218 218 / 12%);
    border-left: 3px solid #03add84f;
    position: relative;
    overflow: hidden;
}
.new_chat_oda:hover {
    border: 1px solid rgba(0,0,0,.13);
    border-left: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}
.room-selection-button {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-sizing: border-box;
    border-left: 30px solid transparent;
    border-bottom: 70px solid rgba(0,0,0,.04);
}
.room-selection-button-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}
.room_selected  .room-selection-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.02);
}
.room_selected .room-selection-button {
  border-bottom: 70px solid #2196f3;
}
.room_selected  .room-selection-button-icon {
  color: #fff;
}
.oda_efekt {
    animation: pulse5 linear 1000ms infinite;
}
.pp_oda {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    text-align: center;
    left: 200px;
    position: absolute;
	animation: pulse5 linear 1000ms infinite;
}
@keyframes pulse5 {
    0% {
        box-shadow: 0 0 0 0 #7885ffb5
    }

    70% {
        box-shadow: 0 0 0 11px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}
.ust-bar_sag {
    display: table-cell;
    vertical-align: middle;
    width: 340px;
    text-align: -webkit-right;
    border-left: 2px solid rgb(255 255 255 / 10%);
}
.ust-bar_button {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    text-align: -webkit-right;
}
.main-menu-button {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 0 12px;
    border-left: 2px solid rgb(255 255 255 / 10%);
    cursor: pointer;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.ust_dj_icerik {
    color: #fff;
    background: linear-gradient(261deg, #411d11, #fff, #495f69, #23d5ab, #495f696b);
    background-size: 500% 500%;
    animation: gradient 10s cubic-bezier(0.25, 0.1, 0.15, 1.22) infinite;
}
.dj_userlist {
    border-radius: 5px;
}
.dj_liste_baslik{
    background:url(../default_images/icons/active-userlist.gif) 129px 129px no-repeat;
    background-size:70px 80px;
    background-position:right
}
#wave_yazanlar .dot:nth-child(2){
    animation-delay:-1.1s
}
#wave_yazanlar .dot:nth-child(3){
    animation-delay:-.9s
}
@keyframes wave_yazanlar{
    0%,100%,60%{
        transform:initial
    }
    30%{
        transform:translateY(-5px)
    }
}
.room-writings-layout{
    position:absolute;
    max-width:100%;
    overflow-x:hidden;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    color:#fff;
    padding-bottom:-1px;
    white-space:nowrap
}
.room-writing{
    display:inline-block;
    background:rgba(0,0,0,.13);
    border-radius:5px;
    font-size:.7rem;
    padding:2px 3px;
    margin-left:1px
}
.writing-dot{
    margin-left:2px;
    display:inline-block;
    width:3px;
    height:3px;
    border-radius:50%;
    margin-right:0;
    animation:wave_yazanlar .8s linear infinite
}
.writing-dot:nth-child(2){
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.writing-dot:nth-child(3){
    -webkit-animation-delay:.4s;
    animation-delay:.4s
}
.room-writing .writing-dot{
    background:#fff
}
.cost_tag { padding:3px; border-radius:50px; }
.cost_tag_icon { width:16px; }
.cost_tag_icon img { width:16px; height:16px; display:block; }
.cost_tag_amount { font-weight:bold; font-size:14px; padding:0 3px; }
.cost_tag_wrapper { display:inline-block; }

.writing-dot {
    margin-right: 0;
}

.writing-dot {
    animation: wave_yazanlar .8s linear infinite;
}



[class~=onay_input] {
    line-height: 2.375pc;
}



[class~=head_notify_onay],[class~=onay_input] {
    font-size: 11.25pt;
}

#container_call {
    z-index: 201;
}

#container_call {
    position: fixed;
}

[class~=onay_input] {
    z-index: 1;
}

[class~=onay_input] {
    position: relative;
}





[class~=head_notify_onay] {
    position: absolute;
}

[class~=head_notify_onay] {
    top: .3125pc;
}

[class~=head_notify_onay] {
    left: 17.25pt;
}

[class~=head_notify_onay] {
    width: .177083333in;
}

[class~=head_notify_onay] {
    height: .1875in;
}

[class~=head_notify_onay] {
    border-radius: 50px;
}


#container_call,[class~=head_notify_onay] {
    display: none;
}


.alt_icon_yazi {
    font-size: .09375in;
}

.alt_icon_yazi {
    line-height: 9pt;
}

.masagizlemobil,[class~=nickdusurmobil] {
    background-color: blue;
}

[class~=nickdusurmobil],[class~=masagizle],.masagizlemobil,[class~=nickdusur] {
    color: #fff;
}

[class~=nickdusurmobil],.masagizlemobil,[class~=oyunmobil] {
    position: fixed;
}

.masagizlemobil,[class~=nickdusurmobil] {
    margin-top: .052083333in;
}

#container_call {
    top: 60pt;
}



[class~=nickdusurmobil] {
    margin-left: .9375in;
}

[class~=nickdusur],.masagizlemobil,[class~=masagizle],[class~=nickdusurmobil] {
    font-size: .166666667in;
}

#container_call {
    left: 10px;
}

[class~=masagizle],.masagizlemobil,[class~=nickdusurmobil],[class~=nickdusur] {
    border-radius: 75pt;
}

#container_call {
    margin-left: 0in;
}


#container_call {
    margin-top: 0in;
}

.masagizlemobil,[class~=oyuniframe] {
    margin-left: 2.708333333in;
}

[class~=div-baslik]:before {
    border-top-style: solid;
}



#vcall_streams,[class~=oyunmobil] {
    width: 100%;
}

[class~=oyunmobil] {
    height: 105vh;
}

[class~=oyunmobil] {
    background-color: #fffacd;
}

[class~=oyunmobil] {
    z-index: 99;
}

[class~=oyunmobil] {
    margin-top: 0;
}

#vcall_self,[class~=oyuniframe] {
    position: absolute;
}

[class~=oyuniframe] {
    margin-top: 30px;
}

[class~=div-baslik]:before {
    border-top-color: #ebebeb;
}


[class~=oyuniframe] {
    z-index: -1;
}

[class~=nickdusur],[class~=masagizle] {
    background-color: blue;
}



.masaustdiv,[class~=masagizle],[class~=nickdusur],[class~=nickdusurmobil]:hover {
    position: fixed;
}

[class~=nickdusur],[class~=masagizle] {
    margin-top: 7.5pt;
}

[class~=nickdusur] {
    margin-left: 300px;
}

#vcall_streams {
    height: 100%;
}



[class~=div-baslik]:before {
    border-image: none;
}

[class~=masagizle] {
    margin-left: 8.854166667in;
}


#vcall_self {
    width: 80px;
}



.div-baslik span {
    background: #fff;
}

#vcall_self {
    height: 100px;
}

.div-baslik span {
    color: #363636;
}


.masaustdiv {
    background-color: #000;
}

#vcall_self {
    top: 10px;
}




[class~=masagizlemobil]:hover,[class~=nickdusurmobil]:hover {
    background-color: #fff;
}

[class~=nickdusurmobil]:hover,.masaustdiv {
    font-size: .166666667in;
}

.masaustdiv {
    width: 45.9375pc;
}

.masaustdiv {
    height: 30px;
}

[class~=nickdusurmobil]:hover,.masaustdiv {
    margin-top: .3125pc;
}

#vcall_self {
    left: .104166667in;
}

.div-baslik span {
    display: inline-block;
}

.masaustdiv {
    margin-left: 262px;
}

.masaustdiv {
    cursor: move;
}

[class~=nickdusurmobil]:hover,[class~=masagizlemobil]:hover {
    color: #000;
}

.div-baslik span {
    font-weight: 600;
}

[class~=nickdusurmobil]:hover {
    margin-left: 5.625pc;
}

.div-baslik span {
    line-height: .260416667in;
}

[class~=biframe],.div-baslik span {
    margin-left: 0;
}

.masaustdiv {
    color: #fff;
}

#vcall_self,.masaustdiv {
    border-radius: .104166667in;
}

#vcall_self {
    overflow: hidden;
}

.masaustdiv {
    line-height: 22.5pt;
}


[class~=biframe],.div-baslik span {
    margin-bottom: 0;
}

[class~=div-baslik] {
    text-align: center;
}

.div-baslik span,[class~=biframe] {
    margin-right: 0;
}


[class~=div-baslik],.div-baslik span {
    position: relative;
}

[class~=videosize] {
    height: 25pc;
}

[class~=nickdusurmobil]:hover {
    border-radius: 100px;
}


[class~=audiosize] {
    height: 1.25in;
}

[class~=callsize] {
    width: 360px;
}


.div-baslik span,[class~=biframe] {
    margin-top: 0;
}

[class~=biframe] {
    padding-left: 0;
}

[class~=biframe],.div-baslik span {
    padding-bottom: 0;
}

[class~=biframe] {
    padding-right: 0;
}

.div-baslik span,[class~=biframe] {
    padding-top: 0;
}

.div-baslik span {
    padding-left: 1.875pc;
}

#vcall_control {
    display: table;
}

[class~=biframe] {
    border-left-width: 0;
}

[class~=biframe] {
    border-bottom-width: 0;
}

[class~=biframe] {
    border-right-width: 0;
}

[class~=biframe] {
    border-top-width: 0;
}

[class~=biframe] {
    border-left-style: none;
}

[class~=biframe] {
    border-bottom-style: none;
}

#vcall_control {
    width: 100%;
}

.div-baslik span {
    padding-right: 1.875pc;
}

[class~=biframe] {
    border-right-style: none;
}

[class~=masagizlemobil]:hover {
    position: fixed;
}

[class~=vcall_user],#vcall_control {
    position: absolute;
}

[class~=biframe] {
    border-top-style: none;
}

[class~=biframe] {
    border-left-color: currentColor;
}

[class~=biframe] {
    border-bottom-color: currentColor;
}

.div-baslik span {
    border-radius: 9pt;
}

[class~=biframe] {
    border-right-color: currentColor;
}

[class~=biframe] {
    border-top-color: currentColor;
}

[class~=biframe] {
    border-image: none;
}



[class~=biframe] {
    display: block;
}

[class~=vcallhide] {
    display: none !important;
}


.vcall_self {
    width: 105pt !important;
}

.vcall_self {
    height: 1.666666667in !important;
}

[class~=vcall_container],.vcall_player {
    width: 100%;
}

.vcall_player,[class~=vcall_container] {
    height: 100%;
}

[class~=masagizlemobil]:hover {
    margin-top: 3.75pt;
}

.vcall_player {
    overflow: hidden;
}


.div-baslik span {
    font-size: 8.25pt;
}

[class~=vcall_user] {
    display: flex;
}

[class~=vcall_user] {
    align-items: center;
}

[class~=vcall_user] {
    column-gap: .5em;
}

[class~=vcall_user],[class~=vcall_btn],[class~=call_status_btn] {
    padding-left: 7.5pt;
}

[class~=vcall_user] {
    padding-bottom: .3125pc;
}

[class~=vcall_btn],[class~=call_status_btn],[class~=vcall_user] {
    padding-right: 7.5pt;
}

[class~=vcall_user] {
    padding-top: .3125pc;
}

[class~=vcall_user],[class~=call_status_btn],[class~=vcall_btn] {
    border-radius: .3125pc;
}

[class~=vcall_user] {
    top: 10px;
}

[class~=vcall_user] {
    right: 10px;
}

[class~=vcall_user] {
    z-index: 9999;
}

[class~=vcall_user] {
    margin-left: 0;
}

#vcall_control {
    bottom: 15px;
}

[class~=vcall_user] {
    margin-bottom: 0;
}

[class~=masagizlemobil]:hover {
    margin-left: 260px;
}

[class~=vcall_user] {
    margin-right: 0;
}

[class~=vcall_user] {
    margin-top: 0;
}

[class~=vcall_user] {
    font-size: .1875in;
}

.vcall_vol {
    height: 20px;
}

.vcall_vol {
    width: 15pt;
}

[class~=vcall_btn] {
    width: 30px;
}

[class~=call_status_btn],[class~=vcall_btn] {
    text-align: center;
}

[class~=vcall_btn] {
    cursor: pointer;
}

[class~=masagizle]:hover,[class~=masagizlemobil]:hover,.nickdusur:hover {
    font-size: 12pt;
}

[class~=vcall_btn] {
    padding-bottom: .625pc;
}

[class~=masagizlemobil]:hover,[class~=masagizle]:hover,.nickdusur:hover {
    border-radius: 6.25pc;
}

[class~=masagizle]:hover,.nickdusur:hover {
    background-color: #fff;
}

[class~=vcall_btn] {
    padding-top: .625pc;
}

.vcall_spacer {
    width: 11.25pt;
}

#vcall_control {
    left: 0;
}

[class~=vcall_icon] {
    display: block;
}

[class~=vcall_icon] {
    height: 13.5pt;
}

[class~=masagizle]:hover,.nickdusur:hover {
    color: #000;
}

[class~=vcall_icon] {
    width: 13.5pt;
}

[class~=call_status_btn] {
    padding-bottom: .052083333in;
}

[class~=call_status_btn] {
    padding-top: .052083333in;
}

[class~=call_status_btn] {
    display: inline-block;
}

[class~=call_status_btn] {
    font-size: .8125pc;
}

.nickdusur:hover,.OkeyOyun,[class~=masagizle]:hover {
    position: fixed;
}

[class~=call_status_btn] {
    max-width: 100%;
}

.OkeyOyun {
    width: 100px;
}

.OkeyOyun {
    height: .520833333in;
}

.OkeyOyun {
    z-index: 4;
}

.OkeyOyun {
    margin-top: -.458333333in;
}

[class~=masagizle]:hover,.nickdusur:hover {
    margin-top: 7.5pt;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #800;
}

.nickdusur:hover {
    margin-left: 300px;
}

[class~=masagizle]:hover {
    margin-left: 8.854166667in;
}

::-webkit-scrollbar {
    width: .0625in;
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}


#container_call { z-index:201; position:fixed; top:80px; left:10px; margin-left:0px; margin-top:0px; display:none; }
.videosize { height:400px; }
.audiosize { height:120px; }
.callsize { width:360px; }
.biframe { padding:0; margin:0; border:0; display:block; }
.vcallhide { display:none !important; }
#vcall_streams { height: 100%; width:100%; }
#vcall_self { width:80px; height:100px; position:absolute; top:10px; left:10px; border-radius:10px; overflow:hidden; }
.vcall_self { width:140px !important; height:160px !important; }
.vcall_player { width: 100%; height: 100%; overflow: hidden; }
.vcall_container { width:100%; height:100%; }
.vcall_user { display:flex; align-items: center; column-gap: 0.5em;  padding: 5px 10px; border-radius: 5px; position: absolute; top: 10px; right: 10px; z-index: 9999; margin: 0; font-size: 18px; }
.vcall_vol{ height:20px; width:20px; }
#vcall_control { display:table; width:100%; position: absolute; bottom: 15px; left: 0; }
.vcall_btn { width:30px; text-align: center; cursor: pointer; padding:10px; border-radius:5px; }
.vcall_spacer { width:15px; }
.vcall_icon { display: block; height: 18px; width: 18px; }
.call_status_btn { padding:5px 10px; border-radius:5px; display:inline-block; font-size:13px; max-width:100%; text-align:center; }

/* call */
.call_back { background:#000; color:#fff; }
.vcall_user { background-color: rgba(31, 31, 31, 0.556); }
.vcall_btn { background:#222; }
.vcall_off { background-color:rgba(255, 80, 80, 0.7); }
#vcall_self { background:#000; }
.avmmenu { width:40px; }
.avmmenu img { width:40px; height:40px; border-radius:8px; display:block; }
.gold_icon, .ruby_icon { width:18px; }
.gold_icon2, .ruby_icon2 { width:16px; }
.gold_icon img, .ruby_icon img { width:18px; height:18px; display:block; }
.gold_icon2 img, .ruby_icon2 img { width:16px; height:16px; display:block; }
.gold_text, .ruby_text { font-size:16px; }
.gold_text2, .ruby_text2 { font-size:16px; }
.editstatus { width:36px; }
.menuname { font-size:16px; font-weight:bold; }
.stat_icon { width:18px; height:18px; border-radius:50%; background:#fff; display:block; margin:0 auto; }
.stat_icon img { display:block; width:100%; height:100%; border-radius:50%; }
.menuranking { height:11px; width:auto; }
.menuranktxt { font-size:11px; }
.chat_verify {
    font-size: 10px;
    color: #19bbe2;
    vertical-align: initial;
    text-shadow: none;
    position: absolute;
    top: 45px;
    left: 45px;
}

.defaultflash1 {
	text-transform:uppercase;
	font-weight:700;
	font-size:20px;
	background:linear-gradient(to right,#095fab 10%,#25abe8 50%,#57d75b 60%);
	background-size:200% auto;
	color:#fff;
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:textclip 1.5s linear infinite;
	display:inline-block;
}
@keyframes textclip {
	to {
			background-position:200% center;
	}
}
.defaultflash2 {
	font-size:20px;
	background:linear-gradient(110deg,#bc0000 33%,rgba(0,0,0,0) 33%),linear-gradient(110deg,#ffffff 34%,#121108 34%);
	background-size:400%;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	-webkit-background-clip:text;
	animation:labarow 1.5s ease infinite;
	-webkit-animation:labarow 1.5s ease infinite;
	-moz-animation:labarow 1.5s ease infinite;
}
@keyframes labarow {
	0% {
			background-position:10% 40%
	}
	50% {
			background-position:25% 60%
	}
	100% {
			background-position:30% 100%
	}
}
.defaultflash3 {
	font-size:20px;
	font-weight:bold !important;
	text-shadow:0 0 80px rgba(255,255,255,.5);
	background:url(../default_images/flashnick/pp1.png) repeat-y;
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-animation:aitf 80s linear infinite;
	animation:aitf 80s linear infinite;
	-webkit-transform:translate3d(0,0,0);
	-webkit-backface-visibility:hidden;
	transform:translate3d(0,0,0);
	backface-visibility:hidden;
	text-transform:uppercase;
	letter-spacing:2px;
}
@-webkit-keyframes aitf {
	0% {
			background-position:0% 60%;
	}
	100% {
			background-position:100% 50%;
	}
}
.defaultflash4 {
	font-size:20px;
	letter-spacing:1px;
	background-image:url(../default_images/flashnick/pp.gif);
	background-size:cover;
	color:transparent;
	background-clip:text;
	-moz-background-clip:text;
	-webkit-background-clip:text;
	text-transform:uppercase;
}
.defaultflash5 {
	font-size:20px;
	text-transform:uppercase;
	text-decoration:underline;
	color:transparent;
	-webkit-text-stroke:#000;
	-webkit-text-stroke-width:1px;
	text-shadow:2px 2px 2px #2962ff;
	transition:all 0.5s ease-in-out;
	text-align:center;
	letter-spacing:0.2em;
	animation:flicker 0.5s ease-in-out infinite alternate;
}
@keyframes flicker {
	0% {
			opacity:0.5;
			text-shadow:2px 2px 2px #2962ff;
	}
	100% {
			opacity:1;
			text-shadow:2px 2px 5px #2962ff;
	}
}
.defaultflash6 {
	text-transform:uppercase;
	background-image:linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
	background-size:auto auto;
	background-clip:border-box;
	background-size:200% auto;
	letter-spacing:2px;
	color:#fff;
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:textclip 2s linear infinite;
	display:inline-block;
	font-size:20px;
}
@keyframes textclip {
	to {
			background-position:200% center;
	}
}
.defaultflash7 {
	color:blue;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	filter:blur(0.1rem);
	animation:letterspacing 5s infinite alternate cubic-bezier(.2,0,0,1);
}
@keyframes letterspacing {
	0% {
			letter-spacing:-1rem;
			filter:blur(0.1rem);
	}
	50% {
			filter:blur(0.1rem);
	}
	100% {
			letter-spacing:1rem;
			filter:blur(0rem);
	}
}
.defaultflash8 {
	color:#ff0000;
	font-size:20px;
	position:relative;
	text-transform:uppercase;
	-webkit-text-stroke:0.1vw #000000;
}
.defaultflash8::before {
	top:0;
	left:0;
	width:0;
	height:100%;
	color:#01cbff;
	overflow:hidden;
	position:absolute;
	content:attr(data-text);
	border-right:2px solid #000000;
	-webkit-text-stroke:0vw #f7f7fe;
	animation:animate 6s linear infinite;
}
@keyframes animate {
	0%,10%,100% {
			width:0;
	}
	70%,90% {
			width:100%;
	}
}
.defaultflash9 {
	color:transparent;
	font-size:20px;
	display:inline-block;
	border-radius:3px;
	background-color:#1d3557;
	position:relative;
	-webkit-background-clip:text;
	background-clip:text;
}
.defaultflash9:before {
	content:attr(data-text);
	background:linear-gradient(90deg,rgba(245,137,21,1) 0%,rgba(253,29,29,1) 51%,rgba(29,53,87,1) 100%);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:0;
	background-clip:text;
	-webkit-background-clip:text;
	transition:all 1s ease-in-out;
	animation:text-animation 3s infinite;
}
@keyframes text-animation {
	0% {
			width:0;
	}
	50% {
			width:100%;
	}
	100% {
			width:0;
	}
}
.defaultflash10 {
	text-align:center;
	font-size:20px;
	color:#ff0000;
	letter-spacing:-1px;
	font-weight:700;
	text-transform:uppercase;
	animation:blura 2s ease-out infinite;
	text-shadow:0px 0px 1px #fff,0px 0px 2px #fff;
}
@keyframes blura {
	from {
			text-shadow:0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #7B96B8,0px 0px 16px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px 10px 10px #7B96B8,0px -10px 10px #7B96B8,0px -10px 10px #7B96B8;
	}
}
.defaultflash11 {
	position:relative;
	color:#262626;
	padding:5px 12px;
	font-size:20px;
	font-weight:700;
}
.defaultflash11:before {
	background:#262626;
	color:white;
	content:attr(data-text);
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	padding:5px 12px;
	-webkit-clip-path:polygon(0% 0%,30% 0%,30% 100%,0% 100%);
	clip-path:polygon(0% 0%,30% 0%,30% 100%,0% 100%);
	animation:prslides 4s 1s linear infinite;
}
@keyframes prslides {
	50% {
			-webkit-clip-path:polygon(70% 0%,100% 0%,100% 100%,70% 100%);
	}
}
.defaultflash12 {
	display:inline-block;
	font-size:20px;
	position:relative;
	animation:twistText 3s infinite;
	transform-style:preserve-3d;
	animation-timing-function:cubic-bezier(.5,0,.5,1);
}
@keyframes twistText {
	0% {
			transform:translateZ(-100px) rotateX(-90deg) scaleY(0.2) scaleX(1);
	}
	50% {
			transform:translateZ(-200px) rotateX(0deg) scaleY(1) scaleX(1);
	}
	100% {
			transform:translateZ(-100px) rotateX(90deg) scaleY(0.2) scaleX(1);
	}
}
.defaultflash13 {
	font:20px;
	background:linear-gradient(to left,#e57627 0%,#e57627 42.5%,#facb8f 50%,#e57627 57.5%,#e57627 100%);
	background-size:200% auto;
	background-clip:text;
	-webkit-background-clip:text;
	color:transparent;
	background-position:100% center;
	animation:loader 10s ease infinite reverse;
}
@keyframes loader {
	0% {
			background-position:100% center;
	}
	50% {
			background-position:0% center;
	}
	100% {
			background-position:100% center;
	}
}
.defaultflash14 {
	color:rgba(255,0,0,0.1);
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	background-size:cover;
	background-image:url(../default_images/flashnick/bon.jpg);
	-webkit-background-clip:text;
	background-clip:text;
	animation:background-text-animation 100s linear infinite;
}
@keyframes background-text-animation {
	0% {
			background-position:left 0px top 50%;
	}
	50% {
			background-position:left 1500px top 50%;
	}
	100% {
			background-position:left 0px top 50%;
	}
}
.defaultflash15 {
	color:#ff0000;
	font-size:20px;
	animation:defaultflash87 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both,tracking-in-expand 5s cubic-bezier(0.215,0.61,0.355,1) both infinite alternate;
}
@-webkit-keyframes defaultflash87 {
	0% {
			text-shadow:none;
	}
	100% {
			text-shadow:0 1px 0 #cccccc,0 1px 0 #cccccc,0 3px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 1px rgba(0,0,0,0.3);
	}
}
@keyframes defaultflash87 {
	0% {
			text-shadow:none;
	}
	100% {
			text-shadow:0 1px 0 #cccccc,0 1px 0 #cccccc,0 3px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 0 #cccccc,0 1px 1px rgba(0,0,0,0.3);
	}
}
@-webkit-keyframes tracking-in-expand {
	0% {
			letter-spacing:-0.5em;
			opacity:0;
	}
	40% {
			opacity:0.6;
	}
	100% {
			opacity:1;
	}
}
@keyframes tracking-in-expand {
	0% {
			letter-spacing:-0.5em;
			opacity:0;
	}
	40% {
			opacity:0.6;
	}
	100% {
			opacity:1;
	}
}
.default_flash_select {
	width:150px;
	height: 30px;
}
.sub_list_blog { width:40px; display:table-cell; vertical-align:middle; text-align:center; position:relative; }
.sub_list_blog img { width:40px; height:40px; display:block; }
.blog_listing { border-radius:5px; }
.ustpanelbaslikrenk {
	color:#ff1a1a;
	-webkit-animation:colorchange 5s infinite alternate;
}
.ust_dj {
	width:100%;
	position:absolute;
	z-index:19;
}

.ust_dj_icerik {
    padding: 4px;
    margin: 0 auto;
    width: max-content;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(261deg, #411d11, #3f33ff, #495f69, #23d5ab, #495f696b);
    background-size: 500% 500%;
    animation: gradient 10s cubic-bezier(0.25, 0.1, 0.15, 1.22) infinite;
}
.ust_dj_genel {
 border-radius:11px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes colorchange {
	0% {
		color:#ffeb00;
	}
	10% {
		color:#ffeb00;
	}
	20% {
		color:#ffeb00;
	}
	40% {
		color:#ffeb00;
	}
	60% {
		color:#ffeb00;
	}
	80% {
		color:#ffeb00;
	}
	100% {
		color:#ff1a1a;
	}
}
.sms_textarea {
	height:150px;
	max-height:100%;
	border-radius:15px;
}
.sms_menu {
	display:table-cell;
	vertical-align:middle;
	width:20px;
	text-align:center;
	font-size:13px;
}
#sms_id {
	position:absolute;
	z-index:12;
	width:100%;
}
#smsgecis_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top:0px;
}
.ok_btn2 {
	background:linear-gradient(169deg,rgb(124 140 143) 0%,rgb(71 71 70) 51%,rgb(51 51 51) 100%);
	color:#ffffff;
	border:2px solid #000;
	box-shadow:inset 0 0 36px -7px #000;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px;
}
.user_modal_menu{background:0 0;text-align:center;}
#container_user{padding:1px;}
#container_user .user_modal_menu ul {background: #eaedf2;display: inline-block;padding: 5px;border-radius: 5px;}
@media screen and (max-width:769px){
	#footer_yetkili_list {display: none!important;}
}
#footer_yetkili_list.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
    height: 50px;
}
#footer_yetkili_list.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
#footer_yetkili_list.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
#footer_yetkili_list.owl-carousel .owl-stage-outer{
    width:180px;
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    border-bottom:2px solid #000
}
#footer_yetkili_list.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    padding: 6px 6px;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
#footer_yetkili_list.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
#footer_yetkili_list.owl-carousel .owl-item img{
    display:block;
    width:95%
}
#footer_yetkili_list.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}

#footer_yetkili_list.owl-carousel.owl-loaded{
    display:block
}
#footer_yetkili_list.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
#footer_yetkili_list.owl-carousel.owl-hidden{
    opacity:0
}
#footer_yetkili_list.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
#footer_yetkili_list.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#footer_yetkili_list.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
#footer_yetkili_list.owl-carousel.owl-rtl{
    direction:rtl
}
#footer_yetkili_list.owl-carousel.owl-rtl .owl-item{
    float:right
}
#footer_yetkili_list.no-js .owl-carousel{
    display:block
}
#footer_yetkili_list.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
#footer_yetkili_list.owl-carousel .owl-animated-in{
    z-index:0
}
#footer_yetkili_list.owl-carousel .owl-animated-out{
    z-index:1
}
#footer_yetkili_list.owl-carousel .fadeOut{
    animation-name:fadeOut
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel:not(.owl-loaded){
    opacity:0;
    visibility:hidden;
    height:0
}
.onay_input {
	text-align:center;
	line-height:38px;
	font-size:15px;
	z-index:1;
	position:relative;
}
.head_notify_onay {
    position: absolute;
    top: 5px;
    left: 23px;
    width: 17px;
    height: 18px;
    border-radius: 50px;
    display: none;
}
#container_user{padding:1px;}

.sag-panel-close {
    bottom: 100px;
    border-radius: 8px;
    margin-left: -14px;
    position: fixed;
    padding: 14px 2px;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
}
.notification { position:absolute; top:5px; left:8px; padding:2px 3px; border-radius:2px; font-size:11px; font-weight:bold; display:none;}
.light_panel_oda_list {
    padding: 8px 10px;
    cursor: pointer;
    font-size: .8rem;
    border-radius: 0.25rem;
    margin-bottom: 6px;
    border: 1px solid rgb(225 218 218 / 12%);
    border-left: 3px solid #03add84f;
    position: relative;
    overflow: hidden;
}

.light_panel_oda_list:hover {
    border: 1px solid rgba(0,0,0,.13);
    border-left: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}
.room-selection-button {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-sizing: border-box;
    border-left: 30px solid transparent;
    border-bottom: 70px solid rgba(0,0,0,.04);
}
.room-selection-button-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}
.room_selected  .room-selection-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.02);
}
.room_selected .room-selection-button {
  border-bottom: 70px solid #2196f3;
}
.room_selected  .room-selection-button-icon {
  color: #fff;
}
.pp_oda {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    text-align: center;
    left: 190px;
    position: absolute;
	animation: pulse5 linear 1000ms infinite;
}
.oda_efekt {
    animation: oda_efektt linear 1000ms infinite;
}
@keyframes oda_efektt {
    0% {
        box-shadow: 0 0 0 0 #7885ffb5
    }

    70% {
        box-shadow: 0 0 0 11px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}
.room_square_elem {
    width: calc((97% / 4) - 10px);
    height: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.square_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.room_square_elem img {
    width: 100%;
    display: block;
    height: auto;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px;
}
.div-baslik {
    text-align: center;
    position: relative
}
.div-baslik:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #ebebeb
}
.div-baslik span {
    background: #fff;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    border-radius: 12px;
    font-size: 11px
}
.roombackground {
	background-size:100% 100% !important;
}
.add_room_background {
	position:relative;
}
.room_background_item_wrap {
	display:table;
	border-radius:50px;
	overflow:hidden;
}
.room_background_item {
	width:40px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.room_background_menu {
	display:table-cell;
	vertical-align:middle;
	width:80px;
}
.room_background_select {
	-webkit-appearance:none;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
.room_background_size {
	height:250px;
}
.choose_room_background {
	position: relative;
}


.radio-tag {
	border-radius:.25rem;
	border:1px solid rgba(0,0,0,.07);
	background:rgba(0,0,0,.07);
	font-size:15px;
}
.room-writings-layout {
  position: absolute;
  max-width: 100%;
  overflow-x: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-bottom: -1px;
  white-space: nowrap;
}
.room-writing {
  display: inline-block;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  font-size: 0.7rem;
  padding: 2px 3px;
  margin-left: 1px;
}
.writing-dot {
  margin-left: 2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 0;
  animation: wave_yazanlar 0.8s linear infinite;
}
.writing-dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.writing-dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.room-writing .writing-dot {
  background: #fff;
}
@keyframes wave_yazanlar {
	0%,100%,60% {
		transform:initial
	}
	30% {
		transform:translateY(-5px)
	}
}
.notification { position:absolute; top:5px; left:8px; padding:2px 3px; border-radius:2px; font-size:11px; font-weight:bold; display:none;}
.sohbet_radyaadi,.radio-tag {
	border-radius:.25rem;
	border:1px solid rgba(0,0,0,.07);
	background:rgba(0,0,0,.07)
}
.sohbet_radyaadi {
	min-width:100%;
	padding:8px;
	margin-bottom:6px
}
.radyo_calan_sarkimiz {
	font-weight:bold;
	font-family:sans-serif;
}
.kayanyazi {
	max-width:100%;
	overflow:hidden;
}
.kayan_yazi {
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	animation:kayan_yazi 10s linear infinite;
}
.kayan_yazi div {
	display:inline-block;
}
@keyframes kayan_yazi {
	0% {
		transform:translate(10,0);
	}
	100% {
		transform:translate(-100%,0);
	}
}
.radio-tag {
	padding:2px 4px;
	font-size:.8rem;
}
.radio-playback-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    animation: radyopulse linear 1000ms infinite;
}
.radio-playback-button:hover {
	background:rgba(0,0,0,.07)
}
@keyframes radyopulse {
	0% {
		box-shadow:0 0 0 0 #03add86e;
	}
	70% {
		box-shadow:0 0 0 20px transparent;
	}
	to {
		box-shadow:0 0 0 0 transparent;
	}
}
.background_chats::before {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	/* background:url('../default_images/icons/cat.svg'); */
	background-repeat:no-repeat;
	background-position:bottom -123px right;
	background-size:600px;
	opacity:1;
	box-shadow: inset 0 0 45px rgb(0,0,0,.271);
}
.chatops {
    position: absolute;
    right: 16px;
    bottom: 38px;
    border-radius: 10px;
}
.roombackground { background-size: 100% 100% !important; }
.add_room_background { position:relative; }
.room_background_item_wrap { display:table; border-radius:50px; overflow:hidden; }
.room_background_item { width:40px; height:30px; display:table-cell; vertical-align:middle; text-align:center; }
.room_background_menu { display:table-cell; vertical-align:middle; width:80px; }
.room_background_select { -webkit-appearance:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; cursor:pointer; }
.room_background_size { height:250px; }
.choose_room_background { position:relative; }
.star_rank,.star_rank_chat {
	position:absolute;
	top:18px;
	left:18px;
	width:7px;
	height:7px;
	background-color:#000;
	clip-path:polygon(50%0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
}
.star_rank {
	top:50%;
	left:100%;
	margin-left:-18px
}
.chat_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.chat_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px))
}
.chat_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px))
}
.chat_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px))
}
.chat_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.chat_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.chat_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 32px))
}
.chat_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 33px))
}
.chat_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 34px))
}
.chat_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 35px))
}
.chat_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 35px))
}
.chat_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 35px))
}
.chat_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 35px))
}
.chat_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 35px))
}
.chat_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 32px))
}
.panel_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.panel_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 30px))
}
.panel_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 30px))
}
.panel_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 30px))
}
.panel_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.panel_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.panel_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 31px))
}
.panel_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 31px))
}
.panel_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 31px))
}
.panel_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 31px))
}
.panel_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 31px))
}
.panel_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 31px))
}
.panel_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 31px))
}
.panel_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 31px))
}
.panel_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 31px))
}
.right_yildiz1 {
	transform:translate(-50%,-50%) rotate(-24deg) translate(calc(130% - 31px))
}
.right_yildiz2 {
	transform:translate(-50%,-50%) rotate(0deg) translate(calc(130% - 31px))
}
.right_yildiz3 {
	transform:translate(-50%,-50%) rotate(24deg) translate(calc(130% - 31px))
}
.right_yildiz4 {
	transform:translate(-50%,-50%) rotate(48deg) translate(calc(130% - 31px))
}
.right_yildiz5 {
	transform:translate(-50%,-50%) rotate(72deg) translate(calc(130% - 31px))
}
.right_yildiz6 {
	transform:translate(-50%,-50%) rotate(96deg) translate(calc(130% - 31px))
}
.right_yildiz7 {
	transform:translate(-50%,-50%) rotate(120deg) translate(calc(130% - 31px))
}
.right_yildiz8 {
	transform:translate(-50%,-50%) rotate(144deg) translate(calc(130% - 31px))
}
.right_yildiz9 {
	transform:translate(-50%,-50%) rotate(168deg) translate(calc(130% - 31px))
}
.right_yildiz10 {
	transform:translate(-50%,-50%) rotate(192deg) translate(calc(130% - 31px))
}
.right_yildiz11 {
	transform:translate(-50%,-50%) rotate(216deg) translate(calc(130% - 31px))
}
.right_yildiz12 {
	transform:translate(-50%,-50%) rotate(240deg) translate(calc(130% - 31px))
}
.right_yildiz13 {
	transform:translate(-50%,-50%) rotate(264deg) translate(calc(130% - 31px))
}
.right_yildiz14 {
	transform:translate(-50%,-50%) rotate(288deg) translate(calc(130% - 31px))
}
.right_yildiz15 {
	transform:translate(-50%,-50%) rotate(312deg) translate(calc(130% - 31px))
}
.my_texts {
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 8px;
	position:relative;
}
.my_texts .username {
	font-size:12px;
}
.user_item_datas,.user_item_name {
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding: 0 27px;
}
.user_yildiz_choice .bccheck {
	color:red;
	margin-top:14px;
}
.user_yildiz_color1,.user_yildiz_colors1 {
	background:linear-gradient(to top,#f33,maroon)!important;
}
.user_yildiz_color2,.user_yildiz_colors2 {
	background:linear-gradient(to top,#f63,#4d1300)!important;
}
.user_yildiz_color3,.user_yildiz_colors3 {
	background:linear-gradient(to top,#f93,#4d2600)!important;
}
.user_yildiz_color4,.user_yildiz_colors4 {
	background:linear-gradient(to top,#fc3,#806000)!important;
}
.user_yildiz_color5,.user_yildiz_colors5 {
	background:linear-gradient(to top,#cc0,#4d4d00)!important;
}
.user_yildiz_color6,.user_yildiz_colors6 {
	background:linear-gradient(to top,#9c0,#394d00)!important;
}
.user_yildiz_color7,.user_yildiz_colors7 {
	background:linear-gradient(to top,#59b300,#264d00)!important;
}
.user_yildiz_color8,.user_yildiz_colors8 {
	background:linear-gradient(to top,#829356,#2b301c)!important;
}
.user_yildiz_color9,.user_yildiz_colors9 {
	background:linear-gradient(to top,green,#001a00)!important;
}
.user_yildiz_color10,.user_yildiz_colors10 {
	background:linear-gradient(to top,#00e639,#00330d)!important;
}
.user_yildiz_color11,.user_yildiz_colors11 {
	background:linear-gradient(to top,#00e673,#063)!important;
}
.user_yildiz_color12,.user_yildiz_colors12 {
	background:linear-gradient(to top,#00e6ac,#004d39)!important;
}
.user_yildiz_color13,.user_yildiz_colors13 {
	background:linear-gradient(to top,#0cc,#004d4d)!important;
}
.user_yildiz_color14,.user_yildiz_colors14 {
	background:linear-gradient(to top,#03add8,#013d4b)!important;
}
.user_yildiz_color15,.user_yildiz_colors15 {
	background:linear-gradient(to top,#36f,#002080)!important;
}
.user_yildiz_color16,.user_yildiz_colors16 {
	background:linear-gradient(to top,#107896,#073845)!important;
}
.user_yildiz_color17,.user_yildiz_colors17 {
	background:linear-gradient(to top,#004d99,#66b3ff)!important;
}
.user_yildiz_color18,.user_yildiz_colors18 {
	background:linear-gradient(to top,#63f,#c6b3ff)!important;
}
.user_yildiz_color19,.user_yildiz_colors19 {
	background:linear-gradient(to top,#93f,#d9b3ff)!important;
}
.user_yildiz_color20,.user_yildiz_colors20 {
	background:linear-gradient(to top,#c3f,#ecb3ff)!important;
}
.user_yildiz_color21,.user_yildiz_colors21 {
	background:linear-gradient(to top,#f3f,#ffb3ff)!important;
}
.user_yildiz_color22,.user_yildiz_colors22 {
	background:linear-gradient(to top,#f3c,#ff99e6)!important;
}
.user_yildiz_color23,.user_yildiz_colors23 {
	background:linear-gradient(to top,#f39,#ffb3d9)!important;
}
.user_yildiz_color24,.user_yildiz_colors24 {
	background:linear-gradient(to top,#f36,#ffb3c6)!important;
}
.user_yildiz_color25,.user_yildiz_colors25 {
	background:linear-gradient(to top,#40e0d0,#ff8c00,#ff0080)!important;
}
.user_yildiz_color26,.user_yildiz_colors26 {
	background:linear-gradient(to top,#11998e,#38ef7d)!important;
}
.user_yildiz_color27,.user_yildiz_colors27 {
	background:linear-gradient(to top,#108dc7,#ef8e38)!important;
}
.user_yildiz_color28,.user_yildiz_colors28 {
	background:linear-gradient(to top,#fc5c7d,#6a82fb)!important;
}
.user_yildiz_color29,.user_yildiz_colors29 {
	background:linear-gradient(to top,#fc466b,#3f5efb)!important;
}
.user_yildiz_color30,.user_yildiz_colors30 {
	background:linear-gradient(to top,#c94b4b,#4b134f)!important;
}
.user_yildiz_color31,.user_yildiz_colors31 {
	background:linear-gradient(to top,#00f260,#0575e6)!important;
}
.user_yildiz_color32,.user_yildiz_colors32 {
	background:linear-gradient(to top,#fc4a1a,#f7b733)!important;
}
.user_yildiz_color33,.user_yildiz_colors33 {
	background:linear-gradient(to top,#22c1c3,#fdbb2d)!important;
}
.user_yildiz_color34,.user_yildiz_colors34 {
	background:linear-gradient(to top,#7f00ff,#e100ff)!important;
}
.user_yildiz_color35,.user_yildiz_colors35 {
	background:linear-gradient(to top,#67b26f,#4ca2cd)!important;
}
.user_yildiz_color36,.user_yildiz_colors36 {
	background:linear-gradient(to top,#ee0979,#ff6a00)!important;
}
.user_yildiz_color37,.user_yildiz_colors37 {
	background:linear-gradient(to top,#00c3ff,#ffff1c)!important;
}
.user_yildiz_color38,.user_yildiz_colors38 {
	background:linear-gradient(to top,#fc00ff,#00dbde)!important;
}
.user_yildiz_color39,.user_yildiz_colors39 {
	background:linear-gradient(to top,#833ab4,#fd1d1d,#fcb045)!important;
}
.user_yildiz_color40,.user_yildiz_colors40 {
	background:linear-gradient(to top,#43cea2,#185a9d)!important;
}
.user_yildiz_color41,.user_yildiz_colors41 {
	background:linear-gradient(to top,#bdc3c7,#2c3e50)!important;
}
.user_yildiz_color42,.user_yildiz_colors42 {
	background:linear-gradient(to top,#373b44,#4286f4)!important;
}
.user_yildiz_color43,.user_yildiz_colors43 {
	background:linear-gradient(to top,#2980b9,#6dd5fa,#fff)!important;
}
.user_yildiz_color44,.user_yildiz_colors44 {
	background:linear-gradient(to top,#f09,#493240)!important;
}
.user_yildiz_color45,.user_yildiz_colors45 {
	background:linear-gradient(to top,#f953c6,#b91d73)!important;
}
.user_yildiz_color46,.user_yildiz_colors46 {
	background:linear-gradient(to left,#c31432,#240b36)!important;
}
.user_yildiz_color47,.user_yildiz_colors47 {
	background:linear-gradient(to top,#dd3e54,#6be585)!important;
}
.user_yildiz_color48,.user_yildiz_colors48 {
	background:linear-gradient(to top,#8360c3,#2ebf91)!important;
}
.user_yildiz_color49,.user_yildiz_colors49 {
	background:linear-gradient(to top,#544a7d,#ffd452)!important;
}
.user_yildiz_color50,.user_yildiz_colors50 {
	background:linear-gradient(to top,#009fff,#ec2f4b)!important;
}
.user_yildiz_color51,.user_yildiz_colors51 {
	background:linear-gradient(to top,#59c173,#a17fe0,#5d26c1)!important;
}
.user_yildiz_color52,.user_yildiz_colors52 {
	background:linear-gradient(to top,#005aa7,#fffde4)!important;
}
.user_yildiz_color53,.user_yildiz_colors53 {
	background:linear-gradient(to top,#da4453,#89216b)!important;
}
.user_yildiz_color54,.user_yildiz_colors54 {
	background:linear-gradient(to top,#ad5389,#3c1053)!important;
}
.user_yildiz_color55,.user_yildiz_colors55 {
	background:linear-gradient(to top,#a8c0ff,#3f2b96)!important;
}
.user_yildiz_color56,.user_yildiz_colors56 {
	background:linear-gradient(to top,#333,#dd1818)!important;
}
.user_yildiz_color57,.user_yildiz_colors57 {
	background:linear-gradient(to top,#108dc7,#ef8e38)!important;
}
.user_yildiz_color58,.user_yildiz_colors58 {
	background:linear-gradient(to top,#23074d,#cc5333)!important;
}
.user_yildiz_color59,.user_yildiz_colors59 {
	background:linear-gradient(to top,#fffbd5,#b20a2c)!important;
}
.user_yildiz_color60,.user_yildiz_colors60 {
	background:linear-gradient(to top,#0f0c29,#302b63,#24243e)!important;
}
.user_yildiz_color61,.user_yildiz_colors61 {
	background:linear-gradient(to top,purple,pink)!important;
}
.user_yildiz_color62,.user_yildiz_colors62 {
	background:linear-gradient(to top,#00f260,#0575e6)!important;
}
.user_yildiz_color63,.user_yildiz_colors63 {
	background:linear-gradient(to top,#667db6,#0082c8,#ec38bc,#fdeff9)!important;
}
.user_yildiz_color64,.user_yildiz_colors64 {
	background:linear-gradient(to top,#e1eec3,#f05053)!important;
}
.user_yildiz_color65,.user_yildiz_colors65 {
	background:linear-gradient(to top,#03001e,#7303c0,#ec38bc,#fdeff9)!important;
}
.user_yildiz_color66,.user_yildiz_colors66 {
	background:linear-gradient(to top,#1a2a6c,#b21f1f,#fdbb2d)!important;
}
.user_yildiz_color67,.user_yildiz_colors67 {
	background:linear-gradient(to top,#000,#0f9b0f)!important;
}
.user_yildiz_color68,.user_yildiz_colors68 {
	background:linear-gradient(to top,#36d1dc,#5b86e5)!important;
}
.user_yildiz_color69,.user_yildiz_colors69 {
	background:linear-gradient(to top,#3a1c71,#d76d77,#ffaf7b)!important;
}
.user_yildiz_color70,.user_yildiz_colors70 {
	background:linear-gradient(to top,#283c86,#45a247)!important;
}
.user_yildiz_color71,.user_yildiz_colors71 {
	background:linear-gradient(to top,#ef3b36,#fff)!important;
}
.user_yildiz_color72,.user_yildiz_colors72 {
	background:linear-gradient(to top,#159957,#155799)!important;
}
.user_yildiz_color73,.user_yildiz_colors73 {
	background:linear-gradient(to top,#000046,#1cb5e0)!important;
}
.user_yildiz_color74,.user_yildiz_colors74 {
	background:linear-gradient(to top,#56ccf2,#2f80ed)!important;
}
.user_yildiz_color75,.user_yildiz_colors75 {
	background:linear-gradient(to top,#eb5757,#000)!important;
}
.user_yildiz_color76,.user_yildiz_colors76 {
	background:linear-gradient(to top,#20002c,#cbb4d4)!important;
}
.user_yildiz_color77,.user_yildiz_colors77 {
	background:linear-gradient(to top,#34e89e,#0f3443)!important;
}
.user_yildiz_color78,.user_yildiz_colors78 {
	background:linear-gradient(to top,#bdc3c7,#2c3e50)!important;
}
.user_yildiz_color79,.user_yildiz_colors79 {
	background:linear-gradient(to top,#a80077,#6f0)!important;
}
.user_yildiz_color80,.user_yildiz_colors80 {
	background:linear-gradient(to top,#000,#656565)!important;
}
.istek_post_title {
	display:table;
	table-layout:fixed;
	width:100%;
	margin-left:5px;
}
.istek_renk {
	color:#fff;
}
span.beklemede {
	color:#fff;
	background:#8c8c8c;
	padding:3px 10px;
	display:inline-block;
	line-height:1em;
	margin-top:2px;
	border-radius:20px;
	font-weight:400
}
span.sirada {
	color:#000;
	background:#f5ffac;
	padding:3px 10px;
	display:inline-block;
	line-height:1em;
	margin-top:2px;
	border-radius:20px;
	font-weight:400
}
span.calindi {
	color:#fff;
	background:#b303d8;
	padding:3px 10px;
	display:inline-block;
	line-height:1em;
	margin-top:2px;
	border-radius:20px;
	font-weight:400
}
.beklemede:hover {
	background-color:#eb675e
}
.sirada:hover {
	background-color:#eb675e
}
.calindi:hover {
	background-color:#eb675e
}
.siradaa {
	background-color:#f5ffac;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:10px;
	padding:5px 10px;
	text-decoration:none
}
.siradaa:hover {
	background-color:#eb675e
}
.siradaa:active {
	position:relative;
	top:1px
}
.yayinla {
	background-color:#009020;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:10px;
	padding:5px 10px;
	text-decoration:none
}
.yayinla:hover {
	background-color:#eb675e
}
.yayinla:active {
	position:relative;
	top:1px
}
.post_info span {
	font-size:11px
}
.yonetbuton {
	margin-top:-1px
}
.calindii {
	background-color:#b303d8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:10px;
	padding:2px 10px;
	margin-left:15px;
	text-decoration:none;
	width:38px;
	float:left;
	margin-right:5px
}
.calindii:hover {
	background-color:#eb675e
}
.calindii:active {
	position:relative;
	top:1px
}
#preloader {
	width:100%;
	height:100%;
	position:absolute;
	z-index:999999;
	background:#fff;
	font-family:'Signika',sans-serif
}
#preloader h1,#preloader p {
	text-align:center;
	color:#5197d6
}
#preloader h1 {
	margin:2% auto 0;
	font-size:32px
}
#preloader p {
	margin:5px auto 5%;
	font-weight:400
}
#loading,#preloader #footer {
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	padding:10px
}
#loading {
	bottom:50%
}
#loading #blue {
	background:url("../default_images/icons/loading.svg");
	width:80px;
	height:80px
}
#loading #white {
	background:url("../default_images/icons/loading2.svg")
}
#loading #darkblue,#loading #white {
	width:80px;
	height:80px
}
#loading div {
	margin:auto;
	left:0;
	right:0;
	position:absolute;
}
#loading .rotate {
	animation-duration:4s;
	animation-iteration-count:infinite
}
#loading .left {
	animation-name:left
}
#loading .right {
	animation-name:right
}
#loading .loading {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#155d93;
	border-radius:50%;
	animation:loading 4s infinite;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in
}
#loading .loading:nth-child(1) {
	animation-delay:.6s;
	width:4px;
	height:4px;
	left:-15px
}
#loading .loading:nth-child(2) {
	animation-delay:.8s;
	width:4px;
	height:4px
}
#loading .loading:nth-child(3) {
	animation-delay:1s;
	width:4px;
	height:4px;
	right:-15px
}
@keyframes left {
	0% {
		transform-origin:center center;
		transform:rotate(360deg);
		opacity:1
	}
	to {
		transform-origin:center center;
		transform:rotate(0);
		opacity:1
	}
}
@keyframes right {
	0% {
		transform-origin:center center;
		transform:rotate(-360deg);
		opacity:1
	}
	to {
		transform-origin:center center;
		transform:rotate(0);
		opacity:1
	}
}
.onay_input {
	text-align:center;
	line-height:38px;
	font-size:15px;
	z-index:1;
	position:relative;
}
.panel_bar, .side_bar { display:table; width:100%; table-layout:fixed; height:40px; }
.panel_bar_item, .panel_option, .side_bar_item { display:table-cell; vertical-align:middle; width:40px; text-align:center; font-size:18px; cursor:pointer; }
.bcell_mid { display:table-cell; vertical-align:middle; }
.left_item {
	display:table;
	width:100%;
	table-layout:fixed;
	padding: 5px 5px;
	cursor:pointer;
	text-align:center;
	border-bottom: 4px solid #131111;
	border-radius: 25px;
}
.left_item:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:50%;
}
.left_item_icon,.left_item_notify,.left_item_text {
	color:#ffff;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle
}
.left_item_text {
	font-size:12px
}
.left_item_icon,.left_item_notify {
	text-align:center;
	font-size:26px;
	position:relative
}
.room_owner{color:#fff;}
.rightnotify{top:0;right:12px;position:absolute;height:12px;width:12px;border-radius:50%;font-size:8px;line-height:12px;font-weight:700}
.room_left{margin-left: -5px;}
.modal_custom_title{background:0 0;color:#260132;padding:7px;border-radius:5px;border:3px solid #260132;display:inline}
@media screen and (max-width:415px){
.user_yonetims{width:103px!important;margin-left:0}
}
.user_yonetims{width:105px!important;height:auto!important;overflow:initial;position:relative;display:inline-block;margin:10px 9px;margin-left:0;text-align:center;border-radius:5px;background:linear-gradient(83deg,#ababab,#bdbdbd,#c6c6c6,#8e8e8d);box-shadow:0 5px 25px 0 rgb(255 255 255 / 25%)}
.user_yonetims img{width:80px;height:80px;border-radius:50px;margin:10px 0}
.user_square_elem_desc_name{margin:auto;padding:5px 0}
.user_square_elem_desc_title{margin:auto;padding-bottom:5px}
.div-baslik {
    text-align: center;
    position: relative
}
.div-baslik:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-top: 1px solid #ebebeb
}
.div-baslik span {
    background: #fff;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    border-radius: 12px;
    font-size: 11px
}
.booms_populeruyeler .like_icon{width:11px;height:16px}.booms_populeruyeler .like_count{padding:2px}.booms_populeruye:nth-child(1){background:#673AB7;color:#fff}.booms_populeruye:nth-child(2){background:#4CAF50;color:#fff!important}.booms_populeruye:nth-child(3){background:#E91E63;color:#fff!important}.booms_populeruye:nth-child(4){color:#fff;background:#FF5722}.booms_populeruye:nth-child(5){background:#795548;color:#fff}div.booms_populeruye:nth-child(1) div.ulist_name,div.lvl_rank:nth-child(2) div.ulist_name,div.lvl_rank:nth-child(3) div.ulist_name,div.lvl_rank:nth-child(4) div.ulist_name,div.lvl_rank:nth-child(5) div.ulist_name{color:#fff!important}
.profile_like{display:table;table-layout:fixed;width:100%}
.profile_like .like_icon{width:30px;height:30px;display:inline-block;vertical-align:middle}
#site_color {padding: 0px 5px 5px 5px;}
.site_color_switch {float: left;width: 26.6px;height: 21.6px;border-radius: 13.6px;margin: 1px;position: relative;text-align: center;}
.admin_rank_edit_img {width: 25px;height: 25px;}
.sag-panel-close {
    bottom: 100px;
    border-radius: 8px;
    margin-left: -14px;
    position: fixed;
    padding: 14px 2px;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
}
.head_notify_onay {
    position: absolute;
    top: 5px;
    left: 23px;
    width: 17px;
    height: 18px;
    border-radius: 50px;
    display: none;
}
.yan-menu-profil {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}
.yan-menu-profil .glob_av{
    width: 58px;
    padding: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.uygulamaborder{
    border-radius:15px;
}
.list_mood2 { font-size:11px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color: #fff; }
.audioplayer {
  height: 2.5em; /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#222)
  );
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 1.25em rgba(0, 0, 0, 0.5); /* 20 */
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 1.25em rgba(0, 0, 0, 0.5); /* 20 */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 1.25em rgba(0, 0, 0, 0.5); /* 20 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 300px;
  margin: 13px auto;
}
.audioplayer-mini {
  width: 2.5em; /* 40 */
  margin: 0 auto;
}
.audioplayer > div {
  position: absolute;
}
.audioplayer-playpause {
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
}
.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222;
}
.audioplayer-playpause a {
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}
.audioplayer-time {
  width: 4.375em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}
.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em; /* 40 */
}
.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}
.audioplayer-bar {
  height: 0.875em; /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.438em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar {
  right: 4.375em; /* 70 */
}
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}
.audioplayer-bar-played {
  background: #007fd1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007fd1),
    to(#c600ff)
  );
  background: -webkit-linear-gradient(left, #007fd1, #c600ff);
  background: -moz-linear-gradient(left, #007fd1, #c600ff);
  background: -o-linear-gradient(left, #007fd1, #c600ff);
  background: linear-gradient(left, #007fd1, #c600ff);
  z-index: 2;
}
.audioplayer-volume {
  width: 2.5em; /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222;
}
.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}
.audioplayer-volume-button a {
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; /* 8 */
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em; /* 5 */
  height: 0.313em; /* 5 */
  border: 0.25em double #fff; /* 4 */
  border-width: 0.25em 0.25em 0 0; /* 4 */
  left: 0.563em; /* 9 */
  top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0; /* 15 */
  -moz-border-radius: 0 0.938em 0 0; /* 15 */
  border-radius: 0 0.938em 0 0; /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.audioplayer-volume-adjust {
  height: 6.25em; /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #222;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#222)
  );
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}
.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#007fd1),
    to(#c600ff)
  );
  background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
  background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
  background: -o-linear-gradient(bottom, #007fd1, #c600ff);
  background: linear-gradient(bottom, #007fd1, #c600ff);
}
.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow(1px 1px 0 #000);
  -moz-filter: drop-shadow(1px 1px 0 #000);
  filter: drop-shadow(1px 1px 0 #000);
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.audioplayer-bar,
.audioplayer-volume-adjust > div {
  -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}
.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
}
i.fa.fa-venus {color: violet;font-weight:bold;}
i.fa.fa-mars {color: burlywood;font-weight:bold; }
.user_modal_menu{background:0 0;text-align:center;}
#container_user{padding:1px;}
#container_user .user_modal_menu ul {background: #eaedf2;display: inline-block;padding: 5px;border-radius: 5px;}
img.mySmile {height: 23px;position: absolute;margin-left: 5px;margin-top: -7px;}
img.mySmiles {height: 32px; width:32px;position: absolute;margin-left: 5px;margin-top: -7px;}
img.mySmileList {height: 59px; width:45px;background:#fff;border:1px solid #c7c8c9!important;border-radius:5px;}
.soz_textarea {
	height:150px;
	max-height:100%;
	border-radius:15px;
}
.soz_menu {
	display:table-cell;
	vertical-align:middle;
	width:20px;
	text-align:center;
	font-size:13px;
}
#soz_id {
	position:absolute;
	z-index:12;
	width:100%;
}
#sozgecis_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top:0px;
}
.ok_btn2 {
	background:linear-gradient(169deg,rgb(124 140 143) 0%,rgb(71 71 70) 51%,rgb(51 51 51) 100%);
	color:#ffffff;
	border:2px solid #000;
	box-shadow:inset 0 0 36px -7px #000;
}
.ustpanelbaslikrenk {
	color:#ff1a1a;
	-webkit-animation:colorchange 5s infinite alternate;
}
@-webkit-keyframes colorchange {
	0% {
		color:#ffeb00;
	}
	10% {
		color:#ffeb00;
	}
	20% {
		color:#ffeb00;
	}
	40% {
		color:#ffeb00;
	}
	60% {
		color:#ffeb00;
	}
	80% {
		color:#ffeb00;
	}
	100% {
		color:#ff1a1a;
	}
}
#duyuru_id {
	position:absolute;
	z-index:12;
	width:100%;
}
#chat_duyuru_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
	margin-top:0px;
}
#chat_yetkili_list {
	position:absolute;
	z-index:12;
	width:100%;
}
#chat_yetkili_list_text {
	vertical-align:top;
	position:absolute;
	margin-left:2px;
}
.chat_yetkili_list_bold {
	font-weight:bold;
}
.chat_ust_yetkililer {
	display:inline-block;
	vertical-align:baseline;
	margin:0 2px;
	padding:0 2px;
	border-radius:16px;
}
.chat_ust_yetkililer img {
	width:30px;
	height:30px;
	padding:1px;
	border-radius:50%;
}
.chat_ust_yetkililer_bilgi {
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
.chat_ust_yetkililer_avatar {
	display:table-cell;
	vertical-align:baseline;
	width:33px;
	height:33px;
}
.chat_yetkili_list_bellips {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.chat_yetkili_list_text_xsmall {
	font-size:10px;
}
.user_list_ust_color {background: linear-gradient(45deg, #6b6b6b 0 60%, #000000 0 40%, #348fd5 20% 100%);color:white;}
.rght_panel_oda_list {
    padding: 8px 10px;
    cursor: pointer;
    font-size: .8rem;
    border-radius: 0.25rem;
    margin-bottom: 6px;
    border: 1px solid rgb(225 218 218 / 12%);
    border-left: 3px solid #03add84f;
    position: relative;
    overflow: hidden;
}

.rght_panel_oda_list:hover {
    border: 1px solid rgba(0,0,0,.13);
    border-left: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}
.room-selection-button {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-sizing: border-box;
    border-left: 30px solid transparent;
    border-bottom: 70px solid rgba(0,0,0,.04);
}
.room-selection-button-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}
.room_selected  .room-selection-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.02);
}
.room_selected .room-selection-button {
  border-bottom: 70px solid #2196f3;
}
.room_selected  .room-selection-button-icon {
  color: #fff;
}
.pp_oda {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    text-align: center;
    left: 200px;
    position: absolute;
	animation: pulse5 linear 1000ms infinite;
}
.oda_efekt {
    animation: oda_efektt linear 1000ms infinite;
}
@keyframes oda_efektt {
    0% {
        box-shadow: 0 0 0 0 #7885ffb5
    }

    70% {
        box-shadow: 0 0 0 11px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}
.room_square_elem {
    width: calc((97% / 4) - 10px);
    height: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.square_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.room_square_elem img {
    width: 100%;
    display: block;
    height: auto;
}
.profil_ziyaret_count {
    position: absolute;
    bottom: 57px;
    left: 1px;
    padding: 1px 3px;
    border-radius: 50px;
}
.kisisel_arkaplan_icerik{
  width: 428px;
  margin: 10px;
  height: 400px;
  overflow: auto;
}
.kisisel_arkaplan_aktif_olan{
	border: 3px rgb(3, 131, 250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
  max-height: 28.125rem;
  min-height: 28.125rem;
  overflow-y: auto;
}
.kisisel_arkaplan_active{
  color: #eaedf2;
  background: #007bff;
}
.kisisel_arkaplan_inside_wrapper {
  padding: 1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
  padding: 0 !important;
}
.kisisel_arkaplaan{
	height: calc(100% - 48px)!important
}
.kisisel_arkaplaan ul{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 46%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
.ikonListesiIMG {
border-radius: 100%;
 cursor: pointer;
    float: left;
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    background-color: #eaeaea6e;
    padding: 5px;
    margin: -2px;
    box-shadow: 4px 7px 10px 5px rgb(102 92 92);
}

.ikonListesiIMG2 {
    border-radius: 100%;
    cursor: pointer;
    float: left;
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    background-color: #eaeaea6e;
    padding: 5px;
    margin: -4px;
    box-shadow: 4px 7px 10px 5px rgb(0 0 0/20%);
}
.sticker,
.sticker .ikonListesiIMG2 {
    width: 58px;
    min-width: 58px;
    min-height: 58px;
    min-width: 58px;
    min-height: 58px;
}

#main_input_mic{width:72px;position:absolute;bottom:0;z-index:100;padding:10px;display:none;border-radius:5px;max-width:329px;float:left}
.rtc_button{height:30px;width:80px;background:#008fff;border:1px solid #000;border-radius:5px}
#main_input_group{width:50px;position:absolute;bottom:0;right:10px;z-index:100;padding:3px;display:none;border-radius:5px;max-width:329px}
.rtc_button{height:30px;width:80px;background:#008fff;border:1px solid #000;border-radius:5px}
.listener{position:absolute;bottom:5px;left:20px;padding:2px 3px;border-radius:10px;font-size:11px;font-weight:700;background:red;color:#fff}
}
.kisisel_arkaplan_aktif_olan{
	border: 3px rgb(3, 131, 250) solid!important;
}
.kisisel_arkaplan_modal_open .kisisel_arkaplan_tab_content {
  max-height: 28.125rem;
  min-height: 28.125rem;
  overflow-y: auto;
}
.kisisel_arkaplan_active{
  color: #eaedf2;
  background: #007bff;
}
.kisisel_arkaplan_inside_wrapper {
  padding: 1rem 2rem 1rem 0;
}
.kisisel_arkaplan_padding {
  padding: 0 !important;
}
.kisisel_arkaplaan{
	height: calc(100% - 48px)!important
}
.kisisel_arkaplaan ul{
	width: 100%;
	margin: 0;
	padding: 0;	
}
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 46%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
.kisisel_arkaplaan img{
	width: 100%;
	height: 120px;
	border-radius: 5px;
	border: 3px #ffffff solid;
}
.kisisel_arkaplaan h1 { 
	position: absolute;
	top: 64px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: #08a393;
	color: #fff;
}
.kisisel_arkaplaan span{
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 36px!important;
  border-radius: 60px;
  background: rgba(179, 180, 180, 0.514);
  position: absolute;
  margin-left: 60px;
  margin-top: 20px;
}
@media only screen and (max-width:480px) {
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 33%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}
}
@media screen and (max-width:400px) {
.kisisel_arkaplaan li{
  float: left;
  list-style-type: none;
  width: 33%;
  margin: 1.33%;
  height: 120px;
  position: relative;
}	
}
