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;
}
.nick-box figure{margin: 0px !important;}
#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;
}

#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: #404d65; color: #FFF;}

.secili-kanal:hover{color: #d5394f !important;}
.m-secili-kanal {
    background: #404d65; color: #FFF;
}

.secilen:after {position: absolute;width: 8px;height: 8px;border-radius: 50%;content: '';background: #d5394f;margin-left: -15px;margin-top: 9px;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}

#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;
}

#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: 2px;
}

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: 992px) {
    .chat_ozel .message-back {
        display: block;
        right: 20px;
    }
    #kanallist_yan,
    #server-name {
        display: none;
    }

    .jsend-message-clm {
        position: fixed;
        right: auto;
        width: 100%;
        left: 0;
        top: 0;
        display: none;
        z-index: 2003;
        bottom: 0;
        background: #343e51;
        margin-left: -1px;
    }

    .m-message-close {
        display: block;
        top: 9px;
    }

    div#ozel_title {
        margin-top: 5px;

    }
}