.reactions {
	cursor: pointer;
	transition: all 20ms ease-out;
	background: #fdfdfd url(/imajlar/emoji/like.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

[data-emoji-class="1"] {
	background: #fdfdfd url(/imajlar/emoji/like.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

[data-emoji-class="2"] {
	background: #fdfdfd url(/imajlar/emoji/love.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

[data-emoji-class="3"] {
	background: #fdfdfd url(/imajlar/emoji/haha.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

[data-emoji-class="4"] {
	background: #fdfdfd url(/imajlar/emoji/wow.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

[data-emoji-class="5"] {
	background: #fdfdfd url(/imajlar/emoji/sad.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

[data-emoji-class="6"] {
	background: #fdfdfd url(/imajlar/emoji/angry.svg) center left no-repeat !important;
	background-size: 24px 24px !important;
	background-position: left 5px top 2px !important;
}

.reactions span {
	display: block;
	padding: 0px 0px 0px 24px;
	text-align: left;
}

._bar {
	display: none;
	position: absolute;
	z-index: 99;
}

._bar ._inner img {
	width: 30px;
	position: relative;
	cursor: pointer;
	float: left;
	transform: scale(.8, .8) translate(0, 0);
	transition: transform 200ms ease;
}

._bar ._inner img:nth-child(1) {
	-webkit-animation: bounced .21s .1s;
}

._bar ._inner img:nth-child(2) {
	-webkit-animation: bounced .25s .1s;
}

._bar ._inner img:nth-child(3) {
	-webkit-animation: bounced .29s .1s;
}

._bar ._inner img:nth-child(4) {
	-webkit-animation: bounced .3s .1s;
}

._bar ._inner img:nth-child(5) {
	-webkit-animation: bounced .35s .1s;
}

._bar ._inner img:nth-child(6) {
	-webkit-animation: bounced .4s .1s
}

@-webkit-keyframes bounced {
	0% {
		bottom: 5px;
	}
	25% {
		bottom: 55px;
	}
	50% {
		bottom: 20px;
	}
	75% {
		bottom: 15px;
	}
	100% {
		bottom: 0;
	}
}

._bar ._inner img:hover {
	transform: scale(1, 1) translate(0, -6px);
	opacity: 1;
}

._inner {
	position: relative;
	overflow: visible;
	background-color: #1d1f25;
	margin: auto;
	padding: 0px 0px 1px 1px;
	border-radius: 20px;
	-moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ov_visi {
	overflow: visible;
}

.reaction-list {
	margin: 0;
}

.reaction-list .list-group-item {
	border-radius: 0;
	background: #17191f;
	display: inline-block;
	border: 0;
	padding: 5px 10px;
}

.reaction-list .list-group-item img {
	width: 24px;
	position: relative;
	cursor: pointer;
	float: left;
	transform: scale(.8, .8) translate(0, 0);
	transition: transform 200ms ease;
}

.reactions_badge {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #c5c8ce;
}

.reactionCount>span.pop_baloon {
	display: inline-block;
	margin-left: -7px;
	position: relative;
}

.reactionCount>span.pop_baloon:first-child {
	margin-left: 0;
}

.reactionCount>span.pop_baloon img {
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

.reactionCount>span.text {
	font-size: 11px;
	margin-left: 3px;
}

.custom-pop.popover {
	max-width: 100%;
	background-color: #17191f;
	-moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
}

.custom-pop.popover.left .arrow::after {
	border-left-color: #17191f;
}

.custom-pop.popover.right .arrow::after {
	border-right-color: #17191f;
}

.custom-pop.popover.bottom .arrow::after {
	border-bottom-color: #17191f;
}

.custom-pop.popover.top .arrow::after {
	border-top-color: #17191f;
}

.custom-pop .popover-content {
	color: #c5c8ce;
	background-color: #17191f;
}

.btn-def {
	background-color: #fdfdfd !important;
	border: 1px solid #eee;
}

.btn-def:hover,
.btn-def:active,
.btn-def:focus {
	background-color: #fff !important;
	border: 1px solid #ddd;
}


/*
     FILE ARCHIVED ON 17:22:43 Apr 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:41:56 Sep 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.648
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.061
  esindex: 0.009
  cdx.remote: 18.465
  LoadShardBlock: 140.075 (3)
  PetaboxLoader3.datanode: 115.946 (4)
  PetaboxLoader3.resolve: 78.96 (2)
  load_resource: 79.917
*/