div#ozel_title {
	width: 200px;
    box-shadow:none;
    min-height: 30px;
    font-size: 17px;
    margin-top: 5px;
	margin-bottom: 15px;
    margin-right: 0px;
    background:none;
    border-radius: 38px;
    text-align: left;
    color: #16ccbb;
    padding-top: 6px;
	margin-left: 10px;
	font-weight: bold;
}
@media (min-width: 768px) {div#ozel_title { width: 100%; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; -webkit-appearance: none; text-align: center;background-color: #FFF;font-size: 12px; margin-left: 0px; font-weight: normal;}}
div#ozel_title img {
    margin-top: -2px;
}

#nav-mesajlar .my-profil-mesaj {
    position: relative;
    width: 100%;
    margin-top: 5px;
    min-height: 47px;
}

#nav-mesajlar .my-porfil-mesaj-img img {
    border-radius: 60%;
    width: 32px;
    height: 32px;
}
.myroot,.myvip,#ozel_total2 {
    display: none;
}



.profil-alan svg.myvip { position: absolute;fill: none;stroke: #fe8e0a;stroke-linecap: round;stroke-width: 2;stroke-dasharray: 1;stroke-dashoffset: 0;animation: vipstroke-draw 6s ease-out infinite alternate;width: 68px;height: 70px;left: -8px;top: -4px;}

.profil-alan svg.myroot { position: absolute;fill: none;stroke: #000;stroke-linecap: round;stroke-width: 2;stroke-dasharray: 1;stroke-dashoffset: 0;animation: rootstroke-draw 6s ease-out infinite alternate;width: 68px;height: 70px;left: -8px;top: -4px;}



video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rootlive.myvip {
    position: absolute;
    top: 50px;
    padding-left: 4px;
    padding-right: 4px;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
	background-color: #fe8e0a;
	left: 10px;
}
.viplive.myroot {
    position: absolute;
    left: 9px;
    top: 50px;
    padding-left: 4px;
    padding-right: 4px;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
	background-color: #000;
}

.live-profil.mycall {
    z-index: 999;
}
#nav-mesajlar .my-porfil-mesaj-nick {
    width: 124px;
    float: left;
    font-size: 12px;
    margin-top: 1px;
}

#nav-mesajlar .profil-nick {
    float: left;
    width: 90px;
}

.secili-kanal {
    background-color: #000000;
}

#nav-mesajlar .mesaj-time {
    display: none;
}

#nav-mesajlar .my-porfil-mesaj-img {
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 0;
}

#nav-mesajlar .my-profil-mesaj.ozel_mesaj_tab.tab.secilen {
    background: black;
    border-radius: 38px;
}

#nav-mesajlar .my-profil-mesaj.ozel_mesaj_tab.tab.secilen .my-porfil-mesaj-box {
    background: black;
    color: white;
}

#nav-mesajlar .my-porfil-mesaj-box:hover {
    background-color: white;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000;
}

#nav-mesajlar button.close {
    right: 2px;
    top: -6px;
}

a#nav-arkadaslar-tab {
    width: 100%;
    text-align: center;
}

#nav-mesajlar .gelen-msj {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 60%;
    background-color: #ff0074;
    margin-top: -33px;
    text-align: center;
    color: #FFF;
    line-height: 13px;
    font-size: 8px;
    padding-top: 1px;
    font-weight: bold;
}

#nav-mesajlar .profil-nick {
    float: left;
    width: 120px;
    margin-left: 1px;
    min-height: 10px;
    margin-right: 2px;
    color: #16ccbb;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}

#nav-mesajlar .my-porfil-mesaj-box {
    padding: 0px 4px 0px 2px;
    min-height: 22px;
    font-size: 9px;
    line-height: 21px;
    width: calc(100% - 48px);
}

.m-message-close {
    display: none;
}

.chat_ozel .message-back {
    display: none;
}
@media only screen and (max-width: 830px) {
    .chat_ozel .message-back {
        display: block;
        left: 0;
    }
    #kanallist_yan,
    #server-name {
        display: none;
    }

    .kanal-list {
        position: absolute;
        right: auto;
        width: 250px;
        left: 0;
        top: 0;
        display: none;
        z-index: 2000;
        bottom: 0;
        border-right: 1px solid #c7c7c7;
    }

    .m-message-close {
        display: block;
        top: 6px;
    }

    div#ozel_title {
        margin-top: 5px;

    }
}