@import "../system/action/action_esunus.php?flashnicks=1";
@keyframes blink{
    0%{
        opacity:0
    }
    50%{
        opacity:.5
    }
    to{
        opacity:1
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
#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)
    }
}
@-webkit-keyframes open-close-banner {
  0% {width: 1.5em; opacity: 0;}
  2% {width: 1.5em; opacity: 1;}
  8% {width: 90%;}
  80% {width: 90%;}
  90% {width: 1.5em; opacity: 1;
    -webkit-transform: rotate(0deg);
  }
  98% {
    width: 1.5em;
    -webkit-transform: rotate(720deg);
  }
  100% {width: 1.5em; opacity: 0;}
}
@-moz-keyframes open-close-banner {
  0% {width: 1.5em; opacity: 0;}
  2% {width: 1.5em; opacity: 1;}
  8% {width: 90%;}
  80% {width: 90%;}
  90% {
    width: 1.5em; 
    opacity: 1;
    -moz-transform: rotate(0deg);
  }
  98% {
    width: 1.5em;
    -moz-transform: rotate(720deg);
  }
  100% {width: 1.5em; opacity: 0;}
}
@keyframes open-close-banner {
  0% {width: 1.5em; opacity: 0;}
  2% {width: 1.5em; opacity: 1;}
  8% {width: 90%;}
  80% {width: 90%;}
  90% {
    width: 1.5em; 
    opacity: 1;
    transform: rotate(0deg);
  }
  98% {
    width: 1.5em;
    transform: rotate(720deg);
  }
  100% {width: 1.5em; opacity: 0;}
}
@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes bounce { 
  0% { transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@keyframes ball { 
  from {
    transform: translateY(0) scaleY(.8);
  }
  to {
    transform: translateY(-10px);
  }
}
.user_modal_menu{
    background:0 0;
    margin: 0 10px;
    text-align:center
}
#container_user{
    padding: 5px;
}
.message{
    background:#fff;
    border-radius:.4rem .4rem .4rem .4rem;
    float:left;
    padding:2px 4px;
    box-shadow:1px 1px 1px -1px #000
}
.system-message-icon-container{
    width:25px;
    min-height:25px;
    height:25px;
    line-height:25px;
    text-align:center
}
.system-message-icon-container,.system-message-img-container{
    display:inline-block;
    margin-right:5px;
    font-size:18px;
    opacity:1;
    vertical-align:sub
}
.chatops{
    display:inline-block;
    vertical-align:middle
}
.chat_top{
    margin:auto;
    position:absolute;
    text-align:center;
    width:100%
}
::-webkit-scrollbar{
    width:6px
}
::-webkit-scrollbar-track{
    background-color:rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb{
    background-color:#000
}
::-webkit-scrollbar-thumb:hover{
    background-color:#800
}
.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
}
.private-writing .writing-dot{
  background: #ff0057;
}
.private-writing {
    display: table;
    table-layout: fixed;
    width: 100%;
	margin: 4px 0;	
}
.reply-msg-row{
    align-items:flex-end;
    background-color:#f5f5f5;
    box-sizing:border-box;
    display:flex;
    position:absolute;
    transition:transform .25s;
    width:100%;
    padding:5px;
    z-index:999
}
.reply-msg-row .replied-to{
    background-color:#dbdee0;
    width:100%;
    text-align:left;
    color:#425158;
    display:flex
}
.reply-msg-row-show{
    transform:translateY(-100%)
}
.reply-msg-row-hide{
    transform:translateY(0)
}
.reply-msg-row .close-reply-msg{
    padding:5px!important;
    font-size:16px;
    opacity:1;
    text-shadow:none;
    color:#f44336;
    border-radius:3px;
    margin:auto
}
.replied-to{
    background-color:rgba(0,0,0,.1);
    position:relative;
    display:flex;
    overflow:hidden;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
    border-radius:5px!important
}
.replies .replied-to{
    background-color:#fafafa;
    margin-bottom:5px
}
.replied-border{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    flex:none;
    width:4px;
    background-color:#7b7bd2
}
.replied-content{
    padding:4px 12px 8px 8px!important;
    display:flex;
    align-items:center;
    min-height:42px;
    max-height:82px
}
.replied-content,.replied-content-data{
    flex-grow:1;
    overflow:hidden
}
.replied-user{
    display:inline-flex;
    max-width:100%;
    font-weight:500;
    font-size:12.8px;
    line-height:22px
}
.replied-html{
    display:-webkit-box;
    max-height:44px;
    overflow:hidden;
    font-size:12px;
    line-height:20px;
    text-overflow:ellipsis;
    word-wrap:break-word;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}
.replied-preview img{
    width:60px;
    height:60px
}
.chat-replied-bubble{
    padding-top:5px;
    border-radius:5px
}
.sent .chat-replied-bubble{
    background:var(--sent-background)
}
.replies .chat-replied-bubble{
    background:var(--received-background)
}
.inputCevap{
    position:absolute;
    right:17px;
    padding:12.4px 0;
    border-radius:0 30px 30px 0
}
.msg_mark{
    padding:8px 2px 2px 4px;
    font-size: 12px;
}
.seen_mark{
    color:#34b7f1
}
.pdate{
    font-size:11px;
    padding-top:3px;
    display:table-cell;
    vertical-align:middle;
    color:#03add8b0
}
.reply_message{
    display:block;
    background:rgba(0,0,0,.06)!important;
    color:#515151;
    border-radius:.4rem;
    padding:2px 4px;
    margin:2px 0;
    position:relative;
    border-left:3px solid;
    text-decoration:none
}
#koyumod_icon{
    font-size: 18px;
    color:#012832;
	padding: 2px;
}
.koyumod_icon .mdi-white-balance-sunny{
    color:#fff!important
}
#koyumod_icon:hover{
    color:#000
}
#progressbar{
    display:none;
    position:absolute;
    width:100%;
    height:10px;
    z-index:9999
}
#progressbar span{
    display:block;
    background:green;
    transition:all 500ms ease 0;
    height:10px
}
.profile_like{
    display:table;
    table-layout:fixed;
    margin-top:20px;
    width:100%
}
.profile_like .like_icon{
    width:30px;
    height:30px;
    display:inline-block;
    vertical-align:middle
}
.dogrulanmisprofil,.online_user .dogrulanmisprofil{
    font-size:6px;
    color:#03add8;
    vertical-align:initial;
    text-shadow:none
}
.online_user .dogrulanmisprofil{
    margin-left:2px;
    vertical-align:middle
}
.chat_verify {
    font-size: 7px;
    color: #ff0000;
    vertical-align: initial;
    text-shadow: none;
    position: absolute;
    top: 20px;
    left: 20px;
}
.search_box_input{
    background:#fafafa;
    border:1px solid #efefef!important;
    color:#666;
    padding:5px 7px;
    width:100%;
    min-width:100%;
    max-width:100%;
    border-radius:14px
}
.alt_icon_yazi{
    font-size: 8px;
    margin-top: 5px;
}
.eacount{
    border-radius:3px;
    padding: 5px 5px;
    font-size:11px
}
@media screen and (max-width:769px){
	#solyetki {display: none!important;}
}
#solyetki.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
    height: 50px;
}
#solyetki.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
#solyetki.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
#solyetki.owl-carousel .owl-stage-outer{
    width:180px;
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    border-bottom:2px solid #000
}
#solyetki.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    padding: 6px 6px;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
#solyetki.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)
}
#solyetki.owl-carousel .owl-item img{
    display:block;
    width:95%
}
#solyetki.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
#solyetki.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    cursor:grab;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#solyetki.owl-carousel.owl-loaded{
    display:block
}
#solyetki.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
#solyetki.owl-carousel.owl-hidden{
    opacity:0
}
#solyetki.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
#solyetki.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#solyetki.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
#solyetki.owl-carousel.owl-rtl{
    direction:rtl
}
#solyetki.owl-carousel.owl-rtl .owl-item{
    float:right
}
#solyetki.no-js .owl-carousel{
    display:block
}
#solyetki.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
#solyetki.owl-carousel .owl-animated-in{
    z-index:0
}
#solyetki.owl-carousel .owl-animated-out{
    z-index:1
}
#solyetki.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
}
#main_radyo{
    max-width:320px;
    height:315px;
    position:absolute;
    bottom:0;
    left:0;
    z-index:100;
    display:none
}
.radyo_content{
    width:100%;
    overflow:hidden;
    overflow-y:hidden;
    padding:15px
}
.radio-playback{
    text-align:center;
    display:flex;
    justify-content:center;
    padding:24px 12px;
    clear:both
}
.radio-playback-button{
    width:64px;
    height:64px;
    border:1px solidrgba(0,0,0,.2);
    border-radius:50%;
    text-align:center;
    line-height:64px;
    cursor:pointer;
    animation:pulse4 linear 1000ms infinite
}
.radio-playback-button:hover{
    background:rgba(0,0,0,.07)
}
.esunus_radyaadi,.radio-tag{
    border-radius:.25rem;
    color:rgba(0,0,0,.6);
    border:1px solid rgba(0,0,0,.07);
    background: #f85f5f;
}
.esunus_radyaadi{
    min-width:100%;
    padding:8px;
    margin-bottom:6px
}
.radio-tag{
    padding:2px 4px;
    font-size:.8rem
}
.mesajradyobtn {
    animation: popupShow 0.5s ease;
    line-height: 1.6rem;
    text-align: center;
    color: #888;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    display: block;
    margin: 5px 0px;
    padding: 4px 8px;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
    border: 1px solid #ddd;
    color: #999;
    display: block;
    border-radius: .5rem;
    min-width: auto !important;
    margin-right: 8px !important;
}
.yayincidegerlendir {
    font-size: 10px;
    vertical-align: text-bottom;
}
.istek_content{
    color:#e1e1e1;
    padding:20px 15px;
    overflow:visible;
    margin-top:15px;
    position:relative;
    border-radius:.4em
}
.istek_caliyorkutu{
    background:#4caf50!important
}
.istek_siradakutu{
    background:#673ab7!important
}
.istek_beklemekutu{
    background:#607d8b!important
}
.istek_durumm{
    display:table-cell;
    right:10px;
    top:45%;
    position:absolute;
    color:#fff;
    font-weight:700!important;
    opacity:.15
}
.esunus_dj{
    width:max-content;
    font-size:11px
}
.esunus_djismi{
    font-weight:700;
    margin-left:4px
}
#esunus_djismi{
    position:absolute;
    margin-left:4px
}
.chat_head_name,.left_temamod_text{
    display:table-cell;
    white-space:nowrap;
    vertical-align:middle
}
.chat_head_name{
    width:100%;
    padding-left:0
}
.left_temamod_text{
    overflow:hidden;
    text-overflow:ellipsis
}
.chat_head_name_logo{
    display:table-cell;
    vertical-align:middle;
    width:35px;
    position:relative
}
.chat_head_name_logo img{
    width:33px;
    height:33px;
    border-radius:.25rem;
    display:block;
    cursor:pointer;
    border-color:#03add8
}
.chat_head_name_item_data{
    display:table-cell;
    vertical-align:top;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:1px 0 0;
    font-size:12px
}
.in_room_ok{
    display:table-cell;
    vertical-align:middle;
    width:1%;
    white-space:nowrap;
    padding-left:5px
}
.room_lock_icon{
    padding:4px 2px;
    font-size:18px
}
.sol-panel-open{
    top:30%;
    border-radius:0 100% 100% 0;
    margin-left:-5px;
    position:fixed;
    font-size:30px;
    z-index:2;
    cursor:pointer
}
.sol_notify{
    position:absolute;
    top:-5px;
    left:15px;
    padding:3px 6px;
    border-radius:13px;
    font-size:11px;
    font-weight:700;
    display:none;
    animation:pulse2 linear 1000ms infinite
}
.room_settings_bg{
    width:100px;
    height:50px;
    vertical-align:middle;
    margin-right:10px
}
.bildirimbaslik{
    margin-bottom:2px;
    padding:3px 3px;
    font-size:9px;
    font-weight:800;
    color:#fff;
    background:#012832
}
.bildirimmesaj{
    background:#f1f1f1;
    padding:3px;
    border-radius:3px;
    white-space:normal;
    word-break:break-word;
    font-size:14px
}
.urp-package-container{
    border-radius:.25rem;
    border:1px solid rgba(0,0,0,.2);
    padding:8px;
    overflow:hidden
}
.urp-package-container.bordered{
    padding:16px 0
}
.urp-title{
    margin-top:4px;
    padding-left:16px;
    color:#919191
}
.urp-wrapper{
    padding:0 16px 16px
}
.urp-item{
    user-select:all!important;
    -webkit-user-select:all;
    -ms-user-select:all;
    -moz-user-select:all;
    font-weight:700;
    color:#616161
}
.dj_liste_baslik{
    background:url(../../default_images/active-userlist.gif) 129px 129px no-repeat;
    background-size:130px 80px;
    background-position:right
}
#private_menu2{
    right:0;
    top:100%;
    width:170px;
    z-index:40
}
#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-timing-function: linear;*/ 
    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 /*#5197d6*/;
  border-radius: 50%;
  /*box-shadow: 0 0 2px black;*/
  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);
  }
}
.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;
}
#site_color{
	padding: 0px 5px 5px 5px;
}
.site_color_switch {
    float: left;
    width: 11.6px;
    height: 11.6px;
    border-radius: 11.6px;
    margin: 1px;
    position: relative;
    text-align: center;
}
.ust_dj {
    width: 100%;
    position: absolute;
    z-index: 9;
    display: none;
}
.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;
}
.topdjwraper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    display: block;
    width: 260px;
    border-radius: 10px;
    display: none;
    background-size: 500% 500%;
    animation: gradient 10s cubic-bezier(0.25, 0.1, 0.15, 1.22) infinite;
	background: snow;
}
.topdjcontrol {
    display: table;
    width: 100%;
    height: 46px;
    padding: 5px;
    table-layout: fixed;
    animation: popupShow 0.5s ease;
    background: url(../../default_images/esunusx.gif) 129px 129px no-repeat;
    background-size: 185px 100px;
    background-position: right;
}
.tdavatarwrap {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.tdavatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
}
.tdusername_wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tdcancel {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    font-size: 16px;
    text-align: center;
}
.tdcount {
    border-radius: 50px;
    padding: 2px 4px;
    font-size: 7px;
    float: right;
}
.text-end{
    text-align: end;

}
#bildirimtext, #news_data {
    height: 45px;
    border: none;
    overflow: hidden;
    background: none !important;
    border: none !important;
}
.esunus_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;
}
.esunus_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;
}
.chat_sol {
    display: table-cell;
    width: 100px;
    border-radius: 0;
    overflow: hidden;
    overflow-y: auto;
}
.left_item {display: table;width: 100%;table-layout: fixed;padding: 8px 4px;cursor: pointer;text-align: center;border-bottom: 1px solid rgb(0 0 0 / 10%);border-radius: 13px;}
.left_item:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 50%;  /* or 100px */
  border-bottom:1px solid magenta;
}
.left_item_icon, .left_item_notify, .left_item_text {
    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: 24px;
    margin-bottom: 4px;
    position: relative;
}
.yan-menu-profil {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}


.yan-menu-profil .glob_av{
    width: 50px;
	height: 50px;
    padding: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.yan-menu-profil .switch_wrap {
    margin: 6px 7px 10px 7px;
}
.head_notify, .menu_notify, .notification {
    position: absolute;
    display: none;
}
.notification {
    top: 3px;
    left: 5px;
    padding: 1px 3px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
}
.status-attrs{
    margin:8px 16px;
    border-radius:.25rem;
    border:1px solid rgba(0,0,0,.13);
    padding:8px 8px 4px;
    font-size:.8rem;
    color:#777
}
.dark .status-attrs{
    border:1px solid hsla(0,0%,100%,.13);
    color:hsla(0,0%,100%,.8)
}
.status-attr{
    margin-bottom:4px;
    display:flex;
    flex-direction:row;
    border-bottom:1px solid rgba(0,0,0,.07);
    padding-bottom:4px
}
.dark .status-attr{
    border-bottom:1px solid hsla(0,0%,100%,.13)
}
.status-attr:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none
}
.status-attr-inner{
    flex:1 1
}
.status-attr-inner i{
    width:1.5rem;
    height:1.5rem;
    line-height:1.5rem;
    background:rgba(0,0,0,.07);
    border-radius:50%;
    text-align:center;
    margin-right:4px;
    padding: 4px;
}
.dark .status-attr-inner i{
    background:hsla(0,0%,100%,.07)
}
.user-cards-title {
    padding: 8px 8px 0;
    font-weight: 700;
    color: #136c83;
}
.user-cards-title-general {
    padding-left: 16px;
    padding-bottom: 0;
}
.user-cards-title-rank {
    padding: 20px 12px 6px 8px;
}
.user-cards-owner {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 0.5rem;
    padding: 10px;
    color: rgba(0,0,0,.6);
    border: 1px solid rgba(0,0,0,.13);
    margin-top: 3px;
}
.radio_sayi {
    top: 6px;
    left: 15px;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    background: red;
    position: absolute;
    color: #fff;

}

#container_user .user_modal_menu ul {
    width: 100%;
    height: 35px;
    display: table;
    table-layout: fixed;
}
#container_user .user_modal_menu ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #ddd;
}
#container_user .user_modal_menu ul li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#container_user .user_modal_menu ul li {
    padding: 10px 0px;
    border-radius: 0;
    font-size: .8rem;
    font-weight: normal;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: table-cell;
}
#container_user .user_modal_menu .modal_selected {
   font-weight: bold;
}
.private_warn {
    background: rgb(0 0 0 / 88%);
    position: absolute;
    z-index: 99999999;
    width: 100%;
    height: 120%;
    text-align: center;
    color: #fff;
    display: none;
}
.private_warn_body {
	margin-top: 55%;
}
.private_warn_body p{
	margin-bottom: 10px;
}


.kmswitch  {
    display: table;
    width: 50px;
    padding: 2px;
    border-radius: 100px;
}

.yan-menu-username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65px;
    text-align: center;
    margin-top: 2px;
}

.mini_icon .list_rank  {
	height: 10px !important;
	width: 10px !important;
	margin: 2px 1px;
	float: right;
}
.mini_icon .list_flag  {
	height: 10px !important;
	margin: 2px 1px;
	float: right;
}
.mini_icon i  {
    height: 12px;
    width: 12px;
    float: right;
    vertical-align: middle;
    font-size: 12px;
    margin: 2px 1px;
}
.room_square_elem {
    width: calc((100% / 4) - 10px);
    height: auto;
	cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.room_square_elem img {
    width: 100%;
    display: block;
    height: auto;
}
.roombg_current {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: block;
}
.hizli_list_item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 10px;
    cursor: pointer;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.avitem2 {
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
}
.sag-panel-close {
    bottom: 0;
    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;
}
#karalma {
    position: absolute;
    background: #00000080;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
}
#mstream {
    position: absolute;
    right: 55px;
    bottom: 55px;
}
#mstream_audio {
    position: absolute;
    right: 100px;
    bottom: 55px;
}
#mstream_call {
    position: absolute;
    right: 15px;
    bottom: 100px;
}
#mstream_img { animation: pulse5 linear 1000ms infinite; }
.sg-bildirim {
    position: absolute;
    margin: -58px 0px 0px 5px;
}
.alt-player {
    display: table-cell;
}
.rightnotify {
    top: 0px;
    right: 12px;
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
}
@media screen and (max-width:768px){
	#chat_head {height: 50px;}
	#my_menu {height: 40px;}
	.pboxed {bottom: 10px;}	
	.ust-bar_sag { width: inherit !important; border-left: none!important; }	
}

i.fa.fa-venus {color: violet;}
i.fa.fa-mars {color: burlywood;}
.esunus10 {width: 100%;display: inline-grid;}
.ulist_data.text-end {width: 100%;height: auto;table-layout: auto;display: flex;justify-content: right;}
.tiny_button.warn_btn.text_micro {width: 100%;height: auto;table-layout: auto;display: flex;justify-content: flex-end;background: tomato;}
.tiny_button.ok_btn.text_micro {width: 100%;height: auto;table-layout: auto;display: flex;
justify-content: right;background: steelblue;}
a.no_link_like.theme_color {color: #f5deb37a;}
{
    color: #fff;
    background-color: #007bff;
}


.yeni_uye {
    position: absolute;
    font-size: 8px;
    padding: 1px 4px;
    border-radius: 2px;
    text-align: center;
    top: 28px;
    right: 7px;
}
.yeni_uye_profile {
    font-size: 8px;
    padding: 1px 4px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
}
.chat_yeni_uye {
    position: absolute;
    font-size: 8px;
    padding: 1px 4px;
    border-radius: 2px;
    text-align: center;
    top: 26px;
    right: -1px;
}
.oda_efekt {
    animation: pulse5 linear 1000ms infinite;
}

.out_page_content #footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}
.pr_come {

}
.achievement-banner {
    opacity: 0;
    margin: -110px auto 0px auto;
    font-size: 36px;
    width: 100%;
    color: seashell;
    background: black;
    border-radius: 15px;
    position: relative;
    padding: 0.125em;
    min-height: 1.5em;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.achievement-banner {
    -webkit-animation: open-close-banner 5s 1;
    -moz-animation: open-close-banner 5s 1;
    animation: open-close-banner 5s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.achievement-banner .achievement-icon {
    border-radius: 100%;
    position: relative;
    background: #000;
    border: 2px solid #F5C4C3;
    border-top-color: #45ca3d;
    height: 45px;
    width: 45px;
    z-index: 100;
    box-sizing: border-box;
}
.achievement-banner .achievement-icon img{
	width: 41px;
    height: 41px;
    border-radius: 100%;
}
.achievement-banner .achievement-text {
    text-shadow: 0 2px 0 #000;
    position: absolute;
    top: 20px;
    left: 60px;
    font-size: 14px;
    line-height: 1;
    width: 400%;
}
.achievement-banner .achievement-notification {
    margin: 0;
}
#container_news .sysname {
    font-weight: bold;
    margin-right: 5px;
}


.chat_mini_avatar {width: 25px;height: 25px;border-radius: 50px;vertical-align: middle;}

/*gift*/

.MystorE {
    position: absolute;
    left: 132px;
    font-weight: bold;
    padding: 6px;
    margin: 2px;
}

.info_green {
    border-radius: 5px;
    background: #aaff9b;
    color: #420000;
}

.gift_img {
    border-radius: 12px;
    width: 35px;
    height: 35px;
}


/*shadow_avatar*/

.info_ps {
    border-radius: 5px;
    background: #ffc6c6;
    color: #420000;
    border: 1px solid red;
    font-weight: bold;
    text-align: center;
}

.gift-container:hover {
    border: 1px solid #777;
}

div.gift-container img {
    padding: 10px 5px 5px;
    height: auto;
    width: 80px;
    height: 80px;
}

div.gift-desc {
    padding: 5px 3px;
    text-align: center;
    background: #260132;
    font-size: 13px;
    color: #fff;
}

.gift-responsive {
    padding: 6px;
    float: left;
    width: 25%;
}

@media only screen and (max-width: 700px) {
    .gift-responsive {
        width: 33%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .gift-responsive {
        width: 33%;
    }
}

p.giftheading {
    padding-bottom: 5px;
    text-align: center;
    color: #20292f;
    font-size: 17px;
}

div.gift-container:hover>div.gift-desc {
    background: #a703dc;
    color: #fff;
}

.gift-container {
    border: 1px solid #e6e6e6 !important;
    text-align: center;
    border-radius: 5px;
}

div.gift-container img {
    height: 70px;
    width: 70px;
}

#stories {
    padding: 0;
    overflow: hidden;
    max-width: 400px;
    overflow-x: auto;
}

.delete-story {
    font-size: 20px;
    width: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    padding-right: 10px;
}
.tools-story {
    font-size: 40px;
    width: 23px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    padding-right: 5px;
}
.story-description {
    margin-top: 10px;
}

.stories.carousel {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.stories.carousel::-webkit-scrollbar {
    width: 0;
    background: 0 0;
}

.stories.carousel .story>a>.img>*,
.stories.list .story>a>.img>* {
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.stories.carousel .story {
    display: inline-block;
    width: 100px;
    max-width: 100px;
    margin: 10px 8px 10px 0px;
    background: #eee;
    padding: 10px 5px 0 5px;
    border-radius: 5px;
}

.stories.carousel .story:first-child {
    margin-left: 0;
}

.stories.carousel .story:last-child {
    margin-right: 0;
}

.stories.carousel .story>a {
    text-align: center;
    display: block;
}

.stories.carousel .story>a:active>.img {
    transform: scale(0.9);
}

.stories.carousel .story>a>.img {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 90px;
    height: 18vw;
    overflow: hidden;
    transition: transform 0.2s;
}

.stories.carousel .story>a>.img>* {
    display: block;
    height: 100%;
    width: 100%;
}

.stories.carousel .story>a>.info {
    display: block;
    margin: 0.5em 0;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background: #e74d5a;
    border-radius: 5px;
    color: white !important;
}

.stories.carousel .story>a>.info strong {
    font-weight: 300;
    font-size: 11px;
    color: white !important;
}

.stories.carousel .story>a>.info strong span {
    color: white !important;
}

.stories.carousel .story>.items,
.stories.carousel .story>a>.info .time {
    display: none;
}

.stories.list {
    white-space: nowrap;
    overflow: auto;
}

.stories.list .story {
    display: block;
    width: auto;
    margin: 5px 0px;
    padding: 5px;
    border-radius: 5px;
}

.stories.list .story>a {
    text-align: left;
    display: block;
}

.stories.list .story>a>.img {
    height: 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
}

.stories.list .story>a>.img>* {
    display: block;
    height: 100%;
    width: 100%;
}

.stories.list .story>a>.info {
    display: inline-block;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin-top: 3px;
}

.stories.list .story>a>.info strong {
    font-weight: 600;
    display: block;
}

.stories.list .story>a>.info .time {
    display: inline-block;
}

.stories.list .story>.items {
    display: none;
}

@-webkit-keyframes TCRSlideTime {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 100%;
    }
}

@keyframes TCRSlideTime {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 100%;
    }
}

@-webkit-keyframes TCRLoading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes TCRLoading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#tcr-modal {
    outline: 0 !important;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    font-size: 14px;
    font-family: inherit;
}

#tcr-modal-content,
#tcr-modal-content .story-viewer,
#tcr-modal-content .story-viewer>.slides,
#tcr-modal-content .story-viewer>.slides>* {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
	
}

#tcr-modal * {
    user-select: none;
    outline: 0;
}

#tcr-modal.with-effects {
    transform: scale(0.01);
    transform-origin: top left;
    transition: 0.25s;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
}

#tcr-modal.with-effects.animated {
    transform: scale(1);
    border-radius: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

#tcr-modal.with-effects.closed {
    transform: translateY(100%);
}

#tcr-modal .slider {
    width: 300vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100vw;
    position: absolute;
}

#tcr-modal .slider>* {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

#tcr-modal .slider>.previous {
    left: 0;
}

#tcr-modal .slider>.viewing {
    left: 100vw;
}

#tcr-modal .slider>.next {
    left: 200vw;
}

#tcr-modal .slider.animated {
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#tcr-modal.with-cube #tcr-modal-content {
    perspective: 1000vw;
    transform: scale(0.95);
    perspective-origin: 50% 50%;
    overflow: visible;
    transition: 0.3s;
}

#tcr-modal.with-cube .slider {
    transform-style: preserve-3d;
    transform: rotateY(0);
}

#tcr-modal.with-cube .slider>.previous {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
}

#tcr-modal.with-cube .slider>.viewing {
    backface-visibility: hidden;
    left: 100vw;
    transform: translateZ(50vw);
}

#tcr-modal.with-cube .slider>.next {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
}

#tcr-modal-content .story-viewer.paused.longPress .head,
#tcr-modal-content .story-viewer.paused.longPress .slides-pointers,
#tcr-modal-content .story-viewer.paused.longPress .tip {
    opacity: 0;
}

#tcr-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>b {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

#tcr-modal-content .story-viewer.next {
    z-index: 10;
}

#tcr-modal-content .story-viewer.viewing {
    z-index: 5;
}

#tcr-modal-content .story-viewer.previous {
    z-index: 0;
}

#tcr-modal-content .story-viewer.loading .head .loading,
#tcr-modal-content .story-viewer.muted .tip.muted {
    display: block;
}

#tcr-modal-content .story-viewer.loading .head .right .close,
#tcr-modal-content .story-viewer.loading .head .right .time {
    display: none;
}

#tcr-modal-content .story-viewer .slides-pointers {
    display: table;
    table-layout: fixed;
    border-spacing: 6px;
    border-collapse: separate;
    position: absolute;
    width: 100vh;
    bottom: 0;
    top: 0;
    left: calc(50vw - 50vh);
    right: calc(50vw - 50vh);
    z-index: 100020;
}

#tcr-modal-content .story-viewer .slides-pointers>* {
    display: table-row;
}

#tcr-modal-content .story-viewer .slides-pointers>*>* {
    display: table-cell;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

#tcr-modal-content .story-viewer .slides-pointers>*>.seen {
    background: #fff;
}

#tcr-modal-content .story-viewer .slides-pointers>*>*>b {
    background: #fff;
    width: auto;
    max-width: 0;
    height: 2px;
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 2px;
}

#tcr-modal-content .story-viewer .slides-pointers>*>.active>b {
    -webkit-animation-name: TCRSlideTime;
    animation-name: TCRSlideTime;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#tcr-modal-content .story-viewer .head {
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    line-height: 56px;
    z-index: 100010;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
    padding: 0 6px;
}

#tcr-modal-content .story-viewer .head .img {
    background-size: cover;
    border: 2px solid #fff;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

#tcr-modal-content .story-viewer .head .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 0.1;
    box-sizing: border-box;
}

#tcr-modal-content .story-viewer .head .time {
    opacity: 0.75;
    font-weight: 500;
    font-size: 13px;
}

#tcr-modal-content .story-viewer .head .left {
    line-height: 1 !important;
    display: inline-block;
    margin: 6px 0;
}

#tcr-modal-content .story-viewer .head .left>div {
    display: inline-block;
    max-width: 30vw;
    vertical-align: middle;
}

#tcr-modal-content .story-viewer .head .left>div>* {
    width: 100%;
    display: inline-block;
    line-height: 21px;
}

#tcr-modal-content .story-viewer .head .left>div>strong {
    font-weight: 500;
}

#tcr-modal-content .story-viewer .head .right {
    float: right;
    margin-right: 10px;
}

#tcr-modal-content .story-viewer .head .back,
#tcr-modal-content .story-viewer .head .right .close {
    font-size: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
}

#tcr-modal-content .story-viewer .head .left>.back {
    display: none;
    width: 24px;
    margin: -6px -6px 0;
}

#tcr-modal-content .story-viewer .head .right .time {
    display: none;
}

#tcr-modal-content .story-viewer .head .loading {
    display: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-top-color: #fff;
    -webkit-animation: TCRLoading 1s infinite linear;
    animation: TCRLoading 1s infinite linear;
}

#tcr-modal-content .story-viewer .head,
#tcr-modal-content .story-viewer .slides-pointers,
#tcr-modal-content .story-viewer .tip {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#tcr-modal-content .story-viewer .slides .item {
    display: none;
    overflow: hidden;
    background: #000;
}

#tcr-modal-content .story-viewer .slides .item:before {
    z-index: 4;
    background: 0 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#tcr-modal-content .story-viewer .slides .item>.media {
    max-height: 90vh;
    max-width: 98%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
}

#tcr-modal-content .story-viewer .slides .item.active,
#tcr-modal-content .story-viewer .slides .item.active .tip.link {
    display: block;
}

#tcr-modal-content .story-viewer .tip {
    text-decoration: none;
    display: none;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 12px 24px;
}
#tcr-modal-content .story-viewer .reply_input {
    width: 90%;
    right: 5%;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    z-index: 1000;
    color: #fff;
    font-weight: 500;
    padding: 12px 24px;
    user-select: auto;
}

@media (max-width: 1024px) {
    #tcr-modal-content .story-viewer .head .right {
        margin-right: 15px;
    }
    .story-user-info {
        line-height: 10px;
        margin-bottom: 30px;
    }
    .delete-story {
        margin-right: 10px;
        margin-top: 8px;
    }
    #tcr-modal-content .story-viewer .head {
        top: 3px;
    }
    #tcr-modal-content .story-viewer .head .loading {
        width: 24px;
        height: 24px;
        margin: 6px 0;
    }
    #tcr-modal-content .story-viewer .head .img {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
    #tcr-modal-content .story-viewer .head .left {
        font-size: 15px;
        margin: 15px 0;
    }
    #tcr-modal-content .story-viewer .head .left>div {
        padding-bottom: 30px;
    }
    #tcr-modal-content .story-viewer .head .right .time {
        display: none;
        white-space: nowrap;
        font-size: 15px;
        margin: 15px 0;
        line-height: 30px;
        padding-right: 30px;
    }
    #tcr-modal-content .story-viewer .head .left>.back {
        display: none;
        background: 0 0;
        z-index: 20;
        visibility: visible;
        margin: -6px 0;
        position: absolute;
        height: 42px;
        width: 72px;
        line-height: 36px;
        text-align: left;
        vertical-align: top;
        text-shadow: none;
    }
    #tcr-modal-content .story-viewer.with-back-button .head .left>.back {
        display: block;
        font-size: 20px;
        margin-top: 3px;
    }
    #tcr-modal-content .story-viewer.with-back-button .head .left .img {
        margin-left: 25px;
        margin-bottom: 60px;
    }
    #tcr-modal-content .story-viewer .tip {
        font-size: 16px;
        padding: 6px 12px;
        bottom: 55px;
    }
    #tcr-modal-content .story-viewer .head .right .time {
        display: none;
    }
}

.stories.vemdezap .story>a {
    text-decoration: none;
    color: #333;
}

.stories.vemdezap .story>a>.img {
    border-radius: 50%;
    padding: 2px;
    background: #00bfa5;
}

.stories.vemdezap .story>a>.img>* {
    border-radius: 50%;
    border: 3px solid #fff;
}

.stories.list.vemdezap .story {
    border-bottom: 1px solid #eee;
}

.stories.list.vemdezap .story:last-child {
    border-bottom: 0;
}

.stories.list.vemdezap .story>a>.info .time {
    display: inline-block;
    color: #999;
}

.stories.vemdezap .story.seen {
    background: #fff;
    opacity: 0.5;
}

.stories.vemdezap .story.seen>a>.img {
    background: #999;
}

.stories.snapgram .story>a {
    text-decoration: none;
    color: #333;
}

.stories.snapgram .story>a>.img {
    border-radius: 50%;
    padding: 3px;
    /* background: radial-gradient( ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%); */
}

.stories.snapgram .story>a>.img>* {
    border-radius: 50%;
    border: 1px solid #fff;
}

.stories.snapgram .story.seen {
    background: #ccc;
    opacity: 0.6;
}

.stories.snapgram .story.seen>a>.img {
    background: #999;
}

.stories.snapgram .story.seen>a {
    color: #999 !important;
}

#story_post {
    height: 60px;
    border: none;
    overflow: hidden;
    background: none !important;
    border: none !important;
}

#story_file {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.star_rank {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -18px;
    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));
}
.star_rank_chat {
    position: absolute;
    top: 16px;
    left: 18px;
    width: 9px;
    height: 8px;
    margin-left: -2px;
    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_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;
}
.news_list {
    background: #c7c8c9;
    border-radius: 5px;
    padding: 10px 5px 5px 10px;
    margin-bottom: 10px;
}

.avatar_reply_div{
    display: inline-table;
    vertical-align: bottom;
}
.avatar_reply {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-table;
}
.pp_oda {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    text-align: center;
    left: 200px;
    position: absolute;
	animation: pulse5 linear 1000ms infinite;
}
.esunus_notification {
    position: absolute;
    left: 16px;
    top: 26px;
    width: calc(100% - 16px* 3);
    z-index: 20000;
    font-size: 14px;
    margin: 0;
    border: none;
    box-sizing: border-box;
    transition-property: transform;
    direction: ltr;
    max-width: 360px;
    padding: 8px 15px;
    border-radius: 16px;
    box-shadow: none;
    background: lightcoral;
    margin-top: env(safe-area-inset-top);
    transform: translateY(-20px);
    transition: opacity 0.3s, transform 0.3s;
    animation: fadeInDown 0.5s ease-in-out forwards;
	
}
@media (min-width: 568px) {
  .esunus_notification {
    left: 50%;
    width: 568px;
    margin-left: calc(-1 * 360px / 2);
	  
  }
}
.esunus_notification-title {
  font-size: 14px;
  text-transform: none;
  line-height: 1.35;
  font-weight: 600;
}
.esunus_notification-content {
    margin-left: 40px;
}
.esunus_notification-subtitle {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}
.esunus_notification-icon {position: absolute;left: 5px;top: 12px;margin-right: 10px;font-size: 0;line-height: 28px;}
.esunus_notification-icon i,
.esunus_notification-icon {
  width: 28px;
  height: 28px;
}
.esunus_notification-icon i {
  font-size: var(--f7-esunus_notification-icon-size);
}
.esunus_notification-icon img {
    height: 36px;
    border-radius: 50%;
    width: 36px;
}
.esunus_notification-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 36px;
}
.esunus_notification-close-button {
  font-size: 24px;
  transition-duration: .3s;
  margin-left: auto;
  cursor: pointer;
  position: relative;
}
.hunter_private::before {
    content: "";
    position: absolute;
    margin-top: 24px;
    left: 38px;
    border-top: 6px solid rgb(237 237 237);
    /*border-right: 7px solid transparent;*/
}
.target_private::before {
    content: "";
    position: absolute;
    margin-top: 24px;
    right: 38px;
    border-top: 6px solid rgb(51 51 51);
   /* border-left: 7px solid transparent;*/
}
.hunter_private {
    background: #fff;
    border-radius: .4rem .4rem .4rem .4rem;
    float: left;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 1px;
   box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 45%);
}
.target_private {
    border-radius: .4rem .4rem .4rem .4rem;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 1px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 42%);
    background: #e7f4fe;
    color: black;
}
.private_logs {
    transform: scale(0);
    transform-origin: 0 0;
    -webkit-animation: bounce 500ms linear both;
    animation: bounce 500ms linear both;
}
.chat_radio_color {
    color: #ff3333 !important;
}
.hunter_privatexx{padding:5px;max-width:320px;display:inline-block;word-wrap:break-word;line-height:1.1em;border-radius:4px;background:#ededed;font-family: 'Merienda';font-size: 13px;}
.privcontxx{width:100%;margin:0 auto;display:flex;height:auto;align-items:center}
.private_avatarxx{display:table-cell;width: 18px;vertical-align: middle;padding: 4px 0;}
.private_logsxx{display:table;table-layout:fixed;width:100%}
.priwrapxx{display:table-cell}
.avatar_privatexx,img.get_info.avatar_privatexx{display:inline-block;width:auto;height: 16px;}
.btable.vmargin20esunus {margin-bottom: 8px;outline: none;background: #d9d9d9;border-radius: 0.25rem;height: 47px;line-height: 17px;padding-left: 4px;font-size: 13px;width: 100%;box-sizing: border-box;border: 1px solid #ccc;margin-top: 20px;}
.reg_button.theme_btnesunus {border: 0!important;height: 38px;color: #2196f3!important;background: #f1f1f1;margin-top: 0!important;box-sizing: border-box;font-weight: 700;border-top: 1px solid #5a0606;}
.bcell_mid.frightesunus {padding-left: 3px;font-weight: 700;color: #2196f3;display: block;position: relative;line-height: 50px;text-align: center;border-left: 1px solid #011525;}

.private_like_hunter {
    position: absolute;
    left: 35px;
    bottom: 0px;
}
.private_like_target {
    position: absolute;
    right: 36px;
    bottom: 8px;
}
.private_like_hunter img, .private_like_target img{
    width: 18px;
    height: 18px;
}
.hediye_cark {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    background: radial-gradient(circle, #ffffff, #dde);
    border-radius: 50%;
    border: 10px solid #dde;
    position: relative;
    overflow: hidden;
    transition: transform 5s ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 
                inset 0 0 10px rgba(255, 255, 255, 0.3); /* Hafif parlama efekti */
    transition: transform 5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.hediye_cark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), 
                0 0 60px rgba(255, 255, 255, 0.2); /* Halka çevresine ekstra parlama */
    z-index: -1;
}
.hediye_cark div {
    width: 70px; /* Her dilim çemberin yarısını kaplar */
    height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(100% 0, 0 100%, 0 0); /* Dilimleri üçgen olarak kesiyoruz */
    transform-origin: 0 100%; /* Merkez noktası dilimin alt kısmında */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    color: #fff;
}

.hediye_cark span {
    position: absolute;
    top: 30%; /* Yazıyı dilimin ortasına hizalamak için */
    margin-left: 60%;
    transform: translate(-50%, -50%) rotate(100deg); /* Yazıyı düz görünmesi için döndürüyoruz */
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.hediye_cark img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.hediye_cark .c-bir {
    background-color: #ff0000;
    transform: rotate(0deg);
}

.hediye_cark .c-iki {
    background-color: #44ab00;
    transform: rotate(24deg); /* 1 dilim = 36° */
}

.hediye_cark .c-uc {
    background-color: #ccff00;
    transform: rotate(48deg); /* 2 dilim = 72° */
}

.hediye_cark .c-dort {
    background-color: #ffcc00;
    transform: rotate(72deg); /* 3 dilim = 108° */
}

.hediye_cark .c-bes {
    background-color: #ff6600;
    transform: rotate(96deg); /* 4 dilim = 144° */
}

.hediye_cark .c-alti {
    background-color: #ff0000;
    transform: rotate(120deg); /* 5 dilim = 180° */
}

.hediye_cark .c-yedi {
    background-color: #ff0066;
    transform: rotate(144deg); /* 6 dilim = 216° */
}

.hediye_cark .c-sekiz {
    background-color: #ff00cc;
    transform: rotate(168deg); /* 7 dilim = 252° */
}

.hediye_cark .c-dokuz {
    background-color: #cc00ff;
    transform: rotate(192deg); /* 8 dilim = 288° */
}

.hediye_cark .c-on {
    background-color: #6600ff;
    transform: rotate(216deg); /* 9 dilim = 324° */
}

.hediye_cark .c-onbir {
    background-color: #0000ff;
    transform: rotate(240deg); /* 9 dilim = 324° */
}

.hediye_cark .c-oniki {
    background-color: #0066ff;
    transform: rotate(264deg); /* 9 dilim = 324° */
}

.hediye_cark .c-onuc {
    background-color: #00ccff;
    transform: rotate(288deg); /* 9 dilim = 324° */
}

.hediye_cark .c-ondort {
    background-color: #217362;
    transform: rotate(312deg); /* 9 dilim = 324° */
}
.hediye_cark .c-onbes {
    background-color: #5e9b76;
    transform: rotate(336deg); /* 9 dilim = 324° */
}

.hediye_cark_arrow {
    position: absolute;
    top: 20px;
    text-align: center;
    font-size: 30px;
    color: #1f2667;
    z-index: 999;
    animation: arrow-pulse 1.5s infinite; /* Ok animasyonu */
}
.hediye_cark_wrapper {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    text-align: center;
}
#hediye_cark_spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #1f2667;
    text-transform: uppercase;
    border: 6px solid #fff;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-family: sans-serif;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 
                inset 0 0 5px rgba(0, 0, 0, 0.2); /* Düğmeye parlama efekti */
}

.hediye_cark_metin {
    text-align: center;
    margin: 20px 10% 0 10%;
    padding: 10px 0;
    color: #1f2667;
    font-weight: bold;
    background: #dde;
    border-radius: 6px;
}

/* Ok animasyonu */
@keyframes arrow-pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.2);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(3600deg); /* Çark tamamen dönüyor */
    }
}
.private_hikaye {
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
    width: 50px;
    height: 50px;
    display: block;
}
.back_priv {background:url(../upload/room/arkaplan2.png) no-repeat;background-size:100% 100%}
.back_ypriv {background:url(../upload/room/esunusmeting.png) no-repeat;background-size:100% 100%}
.ypriv_kurallar {
    padding: 6px;
    width: 150px;
    margin: auto;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
	background: steelblue;
}
#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;
	animation: popupShow 0.5s ease;
}
#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: 50%;
    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;
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
			0 0 0 60px rgba(255, 255, 255, 0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
			0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
			0 0 0 80px rgba(255, 255, 255, 0);
	}

}
textarea.full_textarea {background: white;font-family: sans-serif;font-weight: 750;font-size: 13px;}
svg.img-fluid {
    vertical-align: text-bottom;
    overflow: visible;
    max-width: max-content;
}
span.radio_sayixxl {
    top: 17px;
    left: 31px;
    padding: 0 3px;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 700;
    background: red;
    position: absolute;
    color: #fff;
}
i.mdi.mdi-alarm-light {
    animation: pulse2 linear(0.5 4.9%, 3 100%) 1000ms infinite;
    border-radius: 15px;
}
i.fa.fa-exclamation-circle {
    animation: pulse2 linear(0.5 4.9%, 3 100%) 1000ms infinite;
    border-radius: 15px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.kayrenk {
  justify-content: center;
  align-items: center;
  color:#fff;
  /* yaziyi bÃ¼yÃ¼tmek iÃ§in 
  font-size:19px; 
  */
  padding:0px 5px;
  border-radius:20px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
			0 0 0 60px rgba(255, 255, 255, 0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
			0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
			0 0 0 80px rgba(255, 255, 255, 0);
	}
}
.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;
}

.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;
  z-index: 2;
}
.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;
}
.istek_iframe {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 400px;
    margin-top: 10px;
}
.mobile_left_toggle {
    position: absolute;
    background: #fff;
    margin-top: 15px;
    border-radius: 0px 50% 50% 0px;
    padding: 8px 8px 8px 6px;
    z-index: 1;
}
.omcount {
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 5px;
    float: right;
}

.desc_icon {
    font-size: 20px;
    margin: 0px 3px;
    vertical-align: middle;
}
.mobil_uygulama {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .73);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: hidden !important;
    z-index: 9999;	
}
.mobil_uygulama_body {
    position: absolute;
    max-height: 100%;
    width: 100% !important;
    margin: 0;
    border: none;
    border-radius: 0;
    max-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	animation: popupShow 1.1s ease;
}
.mobil_uygulama_header_wrapper {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
}
.mobil_uygulama_header {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.mobil_uygulama_back {
    line-height: 50px !important;
    height: 50px;
    border-radius: 0;
    margin: 0 10px 0 0;
    border: none;
    width: 50px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    color: #777;
    cursor: pointer;
    box-sizing: border-box;
}
.mobil_uygulama_title {
    line-height: 50px;
    color: #555;
    font-weight: 700;
    padding-right: 16px;
	font-size: 16px;
    font-variant: all-petite-caps;
}
.mobil_uygulama_icerik {
    width: 100%;
    max-height: 100%;
    height: available;
    overflow: hidden;
    display: block;
    position: relative;
    flex-grow: 1;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 15px;
}
.mobil_uygulama .dialog-exp {
    font-size: .8rem;
    color: #666;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}
.mobil_uygulama_butonlar {
    display: table-cell;
    vertical-align: middle;
}
.mobil_uygulama_buton {
display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.mobil_uygulama_buton img {
    width: 120px;
}
..mobil_uygulama_footer_wrapper {
    width: 100%;
    display: block;
}
.mobil_uygulama_footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #eee;
}
.mobil_uygulama .dialog-button {
    margin: 7px;
    width: auto;
    border-radius: .25rem;
    color: #777;
    border: none !important;
    font-size: 0.8rem;
    font-weight: 400 !important;
    font-size: 11px;
}
.mobil_uygulama .h-spacer {
    flex: 1 1;
}
#main_emoticon,#private_emoticon {
    padding: 5px;
}
#main_emoticon .emo_head .emo_menu:first-child,
#private_emoticon .emo_head .emo_menu:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #ddd;
}
#main_emoticon .emo_head .emo_menu:last-child,
#private_emoticon .emo_head .emo_menu:last-child  {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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;
}
#main_emoticon,#private_emoticon .bselected {
    font-weight: 700;
}
.user-count-badge {
    display: inline;
    border: 1px solid rgba(0, 0, 0, .07);
    color: #adaaaa;
    padding: 0 4px;
    border-radius: .25rem;
    margin-left: 4px;
}
.dj_userlist {
    border-radius: 5px;
}
.haftaninuyesi {
    /* background: rgb(3 169 244 / 43%); */
    border-radius: 6px;
    padding: 5px 10px;
    margin-top: 10px;
    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;
}
.puser_name p {
    margin-bottom: 0px;
}
.haftaninuyesi .star_rank {
    top: auto;
    left: auto;
    margin-left: 16px;
    margin-top: -16px;
}
.haftaninuyesi .puser_rank img{
    float: left;
}
.haftaninuyesi .puser_name {
    padding: 0 12px;
}
@media screen and (max-width:768px){
	.portalenust {display: none;}
}
.news_stories_list {
    padding: 0 10px 10px 10px;
    border-bottom: 2px dotted rgb(0 0 0 / 10%);
}
.news_stories_list .stories.carousel .story {
    width: auto;
    max-width: 80px;
    margin: 0px 5px 2px -1px;
    /* background: none; */
    padding: 4px 4px 0 5px;
}
.news_stories_list .stories.carousel .story > a > .img {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  height: 60px;
  width: 60px;
  overflow: hidden;
  transition: transform 0.2s;
  position: relative;
}

.stories.snapgram .story > a > .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px dashed #ee583f;
  animation: rotate-border 8s linear infinite;
  box-sizing: border-box;
}
.stories.snapgram .story.seen > a > .img::before {
  border: none; /* Noktalı sınır */
  animation: none;
}

@keyframes rotate-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

button.dialog-button.positive.mobil_uygulama_close {background: #2196f3 !important;color: #fff;font-weight: 700 !important;margin: 9px;
padding: 9px;}
#radio_iframe {
    border: none;
    overflow: hidden;
	margin-top: 10px;	
    height: 120px;
    width: 100%;
}
.tdlike_container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}
.tdlike_count {
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    font-size: 9px;
    border-radius: 50px;
}
.tdlike_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.gostergizlebtn {
    animation: popupShow 0.5s ease;
    margin: 5px 0px;
    color: #000000bd;
    font-size: 11px;
    max-width: 100%;
    width: 107px;
    height: 32px;
    padding-left: 4px;
    border: 1px solid rgb(0 0 0 / 34%);
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: .4rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.prtext {
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    padding: 8px 0;
    position: relative;
}
#yan_mesajlar_wrapper {
	display:none;
    z-index: 2;	
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
}
#yan_mesajlar {
	position: absolute;
	z-index: 999;
	background: #ffffff;
	padding: 5px;
	width: 65%;
	height: 100%;
	right: 0;
}
.mobile-popup-close-button-wrapper {
    position: absolute;
    bottom: 0;
    width: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    right: 268px;
    background: #2196f3;
    border-radius: .25rem;
    cursor: pointer;
}
.instacolor {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.esunusadmin {cursor: pointer;padding: 1px 10px;border-radius: 0.25rem;background: rgb(0 0 0 / 19%);font-weight: 700;display: inline;
color: #717171;font-size: 11px;}
i.fas.fa-sharp.fa-solid.fa-bars {font-size: 25px;}
span.genelmesaj {color: tomato;font-size: 12px;font-family: 'Merienda';font-weight: bold;}
img.esunusonay {width: 13px;height: 13px;margin: 3px 6px;float: right;}
p#topdj_user {font-weight: bold;font-size: smaller;}
img.chat_image {
    max-height: 138px;
    height: 100px !important;
    border: 2px solid rgb(0 0 0 / 15%);
    cursor: zoom-in;
    width: auto !important;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    margin: 0;
    border: 1px solid rgb(0 0 0 / 60%);
}

#profilresimleri .profile_avatar { display: inline-block; }
.puser_score .like_icon, .comment_icon {
    width: 16px;
    height: 16px;
}
.ustyayincidegerlendir {
    float: right;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
}