html,
body {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: #f00 !important;
}
body {
/*background-color: #208672 !important;*/
  color: #333 !important;
  background: url("../images/arka.png") center center no-repeat;
  background-size: cover;
}
/* chat giris */
.chat-giris .input-group {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  overflow: hidden;
}
.chat-giris .input-group:hover,
.chat-giris .input-group:focus {
  border: 1px solid #2ecc71;
}
.chat-giris .form-control:focus {
  box-shadow: none !important;
  border: none !important;
}
.chat-giris .input-group:hover i {
  color: #2ecc71;
  opacity: 1;
}
.chat-giris .input-group:hover i:after {
  border-color: #d8d8d8;
}
.chat-giris .form-control i {
  font-size: 30px;
  opacity: 0.1;
  position: relative;
  width: 50px;
}
.chat-giris .form-control i:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #333;
  position: absolute;
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 7777777;
}
.chat-giris .form-control {
  border: none !important;
  height: 55px;
  background: #fff;
  font-size: 14px;
  font-family: Poppins !important;
  font-weight: 400;
}
.chat-giris .input-group .form-control {
  border: none !important;
  box-shadow: none;
}
.chat-giris input::placeholder {
  color: #d2d2d2 !important;
}
.chat-giris input {
  color: #2ecc71;
}
.chat-giris .input-group-btn input,
.login-form {
  max-width: 420px;
  margin: 80px auto;
  font: 14px/1.6em Lato, serif;
}
.login-form .panel {
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.login-form .panel .panel-heading {
  color: #fff;
  background: #16a085;
  text-align: center;
  line-height: 2.5em;
  font-weight: bold;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
}
.login-form .panel .panel-body {
  background: #fff;
  padding: 14px 26px 36px 26px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
form[role=login] {
  color: #5d5d5d;
  font-family: Poppins;
  font-size: 13px;
}
form[role=login] input,
form[role=login] button {
  font-size: 14px;
  font-weight: bold;
}
form[role=login] input[type="email"] {
  margin-bottom: -4px !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border: 3px solid #89d1fb;
  color: #89d1fb;
}
border-top-left-radius: 0 {
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border: 3px solid #89d1fb;
  color: #89d1fb;
}
form[role=login] input:first-child,
form[role=login] input:first-child:active {
  border-bottom: 1px solid #89d1fb;
}
form[role=login] input::-webkit-input-placeholder {
  color: #89d1fb;
}
form[role=login] input:-moz-placeholder {
  color: #89d1fb;
}
form[role=login] input::-moz-placeholder {
  color: #89d1fb;
}
form[role=login] input:-ms-input-placeholder {
  color: #89d1fb;
}
form[role=login] button.btn-block {
  margin: 25px 0 30px 0;
  font-family: Poppins !important;
}
.btn-success {
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  background: #2ecc71 !important;
  border-radius: 3px !important;
  line-height: 40px !important;
  font-size: 18px !important;
}
.form-links {
  margin: 0;
}
.form-links a {
  line-height: 2.1em;
}
.form-links span {
  display: inline-block;
  margin-right: 10px;
}
.external-links {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 50px;
}
.external-links a {
  color: #fff;
}
.external-links a:hover {
  color: #fff;
}
.chat-ust {
  background: #1abc9c;
}
.p-lr-0 {
  padding: 0 !important;
}
.collapse-smart {
  display: none !important;
}
.t-w {
  color: #fff !important;
  padding-top: 3px !important;
  display: inline-block;
}
/* user top menu */
.top-menu {
  background: #16a085;
}
/* top menu list */
.top-menu-list,
.top-menu-list .nav,
.top-menu-list .nav li,
.top-menu-list .nav li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
}
.top-menu-list .list-group-item li a:hover {
  background: #168c75;
}
.top-menu-list .list-group-item li a i {
  font-size: 12px;
  margin: 0 5px;
}
/* chat user content */
.chat-panel {
  position: relative;
  background: url("../images/arka.png"), url("../images/logo.png");
  background-color: #f7f7f7;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -15px;
  background-position: right bottom, right 20px;
  background-repeat: repeat, no-repeat;
}
/* message con */
.message-con {
  background: #fff;
  padding: 10px 0 10px 0;
  border-top: 1px solid #d8d8d8;
}
.message-con textarea {
  border-radius: 0;
  background: #fff;
  border: 1px solid #1abc9c;
}
/* nav menu list */
.list-group .list-group-item {
  overflow-x: hidden;
  overflow-y: auto;
}
.nicklist,
.tablar {
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #eee;
}
.message {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid rgba(68,68,68,0.267);
  padding: 20px 0 10px 0;
  background: #fff;
}
.full-screen {
  color: #fff;
  font-size: 13px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.full-screen:hover,
.full-screen:focus {
  color: #fff !important;
}
/**/
.open-close {
  background: #a94442;
  padding: 3px 8px;
  font-size: 9px;
  text-transform: uppercase;
}
.radyo-btn {
  padding: 3px 8px;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
a.radyo {
  background: rgba(0,0,0,0.239) !important;
  padding: 0 5px 0 0px !important;
  float: right;
  border-radius: 3px !important;
  height: 30px !important;
  line-height: 27px !important;
  margin: 5px 0 5px 0 !important;
}
.btn-gonder.btn-primary {
  box-shadow: none !important;
  background: #16a085 !important;
  border: none !important;
  text-shadow: none !important;
}
.btn-gonder.btn-primary:hover {
  background: #0f7d68 !important;
}
/* profil */
.profil-panel {
  padding: 15px 0 15px 15px;
  height: 100vh;
  border-left: 1px solid #d8d8d8;
  margin-left: -15px;
}
.text-ayar {
  background: #f3f3f3;
  border-top: 1px solid #d8d8d8;
}
.font-panel {
  margin: 0 -15px;
}
.font-panel > li > span {
  color: #333;
  position: relative;
  display: block;
}
/* mobil ayar */
@media (max-width: 425px) {
  .collapse-smart {
    display: inherit !important;
  }
  #chatPanel {
    width: 100%;
  }
  .chat-panel {
    position: relative;
    background: url("../images/arka.png");
    background-color: #f7f7f7;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -15px;
  }
}
/* small screen ayar */
@media (max-width: 769px) {
  .mobil-alan {
    background: #16a085;
  }
  .mobil-alan .list-group-item {
    height: inherit;
    padding: 0;
    margin: 0;
    min-height: inherit;
  }
  .mobil-alan .list-group-item li,
  .mobil-alan .list-group-item li a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }
  .font-panel.list-group-item li {
    display: inline-block;
    float: left;
  }
  #menu-1 {
    background: #1abc9c;
  }
  a.radyo {
    background: inherit !important;
  }
  .inline-menu,
  .inline-menu.list-group-item,
  .inline-menu.list-group-item li {
    display: inline-block;
    float: left;
  }
  .inline-menu.list-group-item li a,
  .usermenu,
  .kanal-menu,
  .kanal-menu.list-group-item,
  .kanal-menu.list-group-item li,
  .kanal-menu.list-group-item li a {
    color: #fff;
    font-size: 12px;
  }
}
/* smart screen */
.prefix {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin: 0 3px 0 0;
  font-size: 12px;
  text-align: center;
  color: #e3e3e3;
}
span.prefix.v {
  display: inline-block;
  background: #ff5722;
  padding-top: 2px;
}
span.prefix.h {
  display: inline-block;
  background: #00bcd4;
  padding-top: 2px;
}
span.prefix.o {
  display: inline-block;
  background: #47b547;
  padding-top: 1px;
}
span.prefix.a {
  display: inline-block;
  background: #b54747;
  padding-top: 2px;
}
span.prefix.q {
  display: inline-block;
  background: #8547b5;
  padding-top: 2px;
}
span.prefix.s {
  display: inline-block;
  background: #8547b5;
  padding-top: 2px;
}
.erko {
  animation: hello 0.6s ease-in-out infinite;
  font-weight: bold;
}
/* diyalog alan */
.diyalog .mesaj {
  font-size: 13px;
  line-height: 150%;
}
.diyalog .mesaj a {
  color: #f00;
  font-size: 15px;
}
.diyalog .mesaj .zaman {
  float: left;
  margin-right: 10px;
}
.diyalog .mesaj .nick {
  float: left;
  margin-right: 10px;
  font-weight: 600;
}
.not.not-black {
  background: rgba(0,0,0,0.078);
}
.not.not-white {
  background: #eee;
}
.not.not-red {
  background: rgba(217,83,79,0.18);
}
.not.not-blue {
  background: rgba(51,122,183,0.18);
}
.not.not-yellow {
  background: rgba(240,173,78,0.259);
}
.sabit {
  font-size: 18px;
  opacity: 0.5;
  position: absolute !important;
  right: 0;
}
.sabit:hover {
  color: #f00;
  cursor: pointer;
  opacity: 1;
}
.siyah {
  color: #000;
}
.topic {
  color: #008000;
}
#kanalisim:first-letter {
  text-transform: capitalize;
}
/*.user-content.container-fluid > .row > .col-md-10
	padding-right: 0 !important
	padding-left: 0 !important
*/
.topicimiz {
  position: absolute;
  top: 40px;
  height: 20px;
  right: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
.topicimiz:hover {
  height: auto;
  max-height: 100px;
  overflow: auto;
  word-wrap: break-word;
}
.kirmizi {
  color: #f00;
}
.mesaj .irc-fg0,
.topicimiz .irc-fg0,
.mesaj .irc-fg00,
.topicimiz .irc-fg00 {
  color: #fff;
}
.mesaj .irc-fg1,
.topicimiz .irc-fg1,
.mesaj .irc-fg01,
.topicimiz .irc-fg01 {
  color: #000;
}
.mesaj .irc-fg2,
.topicimiz .irc-fg2,
.mesaj .irc-fg02,
.topicimiz .irc-fg02 {
  color: darkBlue;
}
.mesaj .irc-fg3,
.topicimiz .irc-fg3,
.mesaj .irc-fg03,
.topicimiz .irc-fg03 {
  color: darkGreen;
}
.mesaj .irc-fg4,
.topicimiz .irc-fg4,
.mesaj .irc-fg04,
.topicimiz .irc-fg04 {
  color: #f00;
}
.mesaj .irc-fg5,
.topicimiz .irc-fg5,
.mesaj .irc-fg05,
.topicimiz .irc-fg05 {
  color: darkRed;
}
.mesaj .irc-fg6,
.topicimiz .irc-fg6,
.mesaj .irc-fg06,
.topicimiz .irc-fg06 {
  color: #800080;
}
.mesaj .irc-fg7,
.topicimiz .irc-fg7,
.mesaj .irc-fg07,
.topicimiz .irc-fg07 {
  color: #ffa500;
}
.mesaj .irc-fg8,
.topicimiz .irc-fg8,
.mesaj .irc-fg08,
.topicimiz .irc-fg08 {
  color: #ff0;
}
.mesaj .irc-fg9,
.topicimiz .irc-fg9,
.mesaj .irc-fg09,
.topicimiz .irc-fg09 {
  color: #73e073;
}
.mesaj .irc-fg10,
.topicimiz .irc-fg10 {
  color: #008080;
}
.mesaj .irc-fg11,
.topicimiz .irc-fg11 {
  color: #0ff;
}
.mesaj .irc-fg12,
.topicimiz .irc-fg12 {
  color: #00f;
}
.mesaj .irc-fg13,
.topicimiz .irc-fg13 {
  color: #f0f;
}
.mesaj .irc-fg14,
.topicimiz .irc-fg14 {
  color: dimGray;
}
.mesaj .irc-fg15,
.topicimiz .irc-fg15 {
  color: lightGray;
}
.mesaj .irc-bg0,
.topicimiz .irc-bg0,
.mesaj .irc-bg00,
.topicimiz .irc-bg00 {
  background-color: #fff;
}
.mesaj .irc-bg1,
.topicimiz .irc-bg1,
.mesaj .irc-bg01,
.topicimiz .irc-bg01 {
  background-color: #000;
}
.mesaj .irc-bg2,
.topicimiz .irc-bg2,
.mesaj .irc-bg02,
.topicimiz .irc-bg02 {
  background-color: darkBlue;
}
.mesaj .irc-bg3,
.topicimiz .irc-bg3,
.mesaj .irc-bg03,
.topicimiz .irc-bg03 {
  background-color: darkGreen;
}
.mesaj .irc-bg4,
.topicimiz .irc-bg4,
.mesaj .irc-bg04,
.topicimiz .irc-bg04 {
  background-color: #f00;
}
.mesaj .irc-bg5,
.topicimiz .irc-bg5,
.mesaj .irc-bg05,
.topicimiz .irc-bg05 {
  background-color: darkRed;
}
.mesaj .irc-bg6,
.topicimiz .irc-bg6,
.mesaj .irc-bg06,
.topicimiz .irc-bg06 {
  background-color: #800080;
}
.mesaj .irc-bg7,
.topicimiz .irc-bg7,
.mesaj .irc-bg07,
.topicimiz .irc-bg07 {
  background-color: #ffa500;
}
.mesaj .irc-bg8,
.topicimiz .irc-bg8,
.mesaj .irc-bg08,
.topicimiz .irc-bg08 {
  background-color: #ff0;
}
.mesaj .irc-bg9,
.topicimiz .irc-bg9,
.mesaj .irc-bg09,
.topicimiz .irc-bg09 {
  background-color: #73e073;
}
.mesaj .irc-bg10,
.topicimiz .irc-bg10 {
  background-color: #008080;
}
.mesaj .irc-bg11,
.topicimiz .irc-bg11 {
  background-color: #0ff;
}
.mesaj .irc-bg12,
.topicimiz .irc-bg12 {
  background-color: #00f;
}
.mesaj .irc-bg13,
.topicimiz .irc-bg13 {
  background-color: #f0f;
}
.mesaj .irc-bg14,
.topicimiz .irc-bg14 {
  background-color: dimGray;
}
.mesaj .irc-bg15,
.topicimiz .irc-bg15 {
  background-color: lightGray;
}
.mesaj .irc-bold,
.topicimiz .irc-bold {
  font-weight: bold;
}
.mesaj .irc-underline,
.topicimiz .irc-underline {
  text-decoration: underline;
}
.mesaj .irc-italic,
.topicimiz .irc-italic {
  font-style: italic;
}
.list-group .list-group-item {
  padding: 5px 5px;
}
li.tab.list-group-item > #title {
  width: 85% !important;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.list-group-item>.badge {
  position: absolute;
  right: 20px;
  background-color: #cd5c5c !important;
}
.list-group-item {
  cursor: pointer;
}
.list-group-item:hover {
  background-color: #d9edf7;
}
.ikon {
  color: #16a085;
  font-size: 15px !important;
}
.panel-collapse > div > .list-group-item:hover {
  background-color: #eee;
  border: none;
}
.panel-collapse > div > .list-group-item {
  border: none;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
}
.font-panel.nav li {
  float: none;
  display: inline-block;
  padding: 2px;
}
.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}
.icon-addon .glyphicon {
  position: absolute;
  z-index: 2;
  left: 0 !important;
  font-size: 14px;
  width: 20px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 19px;
  font-size: 12px;
  line-height: 1.5;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px;
}
#chatListUser,
#chatListKanal {
  font-size: 12px;
}
.nick.list-group-item {
  text-overflow: ellipsis;
}
#nickopen,
#kanalopen {
  z-index: 99999999;
}
.badge-info {
  background-color: #3a87ad;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50%;
  border-radius: 50% !important !important;
}
.badge-info:hover {
  background-color: #2d6987;
}
#hashtag {
  font-size: 30px !important;
  color: #0ff;
  margin-left: -2px;
  margin-top: 0;
}
.navbar-nav {
  margin: unset !important;
}
.uyari-badge {
  top: 0;
  left: 50px;
  background-color: #f00 !important;
  position: absolute;
  white-space: nowrap !important;
  margin-right: 10px;
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.bootstrap-growl > .glyphicon {
  font-size: 18px;
  text-align: center;
  top: 2px;
}
#panelSol {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media only screen and (min-device-width: 1440px) {
  #chatPanel,
  #chatListUser,
  #chatListKanal {
    font-size: 14px !important;
  }
}
.emojione {
  width: 20px;
  margin-bottom: 3px;
}
.gonderen {
  font-weight: bold;
}
.top-menu-list > ul >li:hover {
  background-color: #4fc3ac;
  cursor: pointer;
}
.secili {
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #c5cfd4;
}
#ayar-yazi {
  padding: 0 4px;
}
ul.dropdown-menu.pull-right > li > span {
  color: #000;
  padding-left: 5px !important;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .mob {
    position: absolute;
    left: 50%;
    font-size: 14px !important;
    box-shadow: none !important;
    background: #777 !important;
    border: none !important;
    text-shadow: none !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    bottom: 6px;
  }
  #chatListUser,
  #chatListUser > .row,
  .hepsi,
  .nicklist,
  #sagtaraf > .row,
  #chatListKanal,
  #chatListKanal > .row,
  .kanal-nav,
  .tablar {
    padding-bottom: 10px;
  }
  .uyari-badge {
    top: 10px;
    right: 66px;
    left: unset;
  }
  .topicimiz {
    width: 75%;
  }
  #sagtaraf {
    float: left;
    height: 100%;
    min-height: 100%;
    position: absolute !important;
    top: 0;
    right: 0;
  }
  .chat-kanal,
  .text-ayar {
    width: 75% !important;
  }
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  bottom: 60px;
  left: 45px;
  right: 0;
  width: 200px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #fff;
}
.gizle {
  display: none !important;
}
li {
  list-style-type: none;
}
.notice {
  font-style: italic;
}
.context-menu.dropdown-menu {
  display: block;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: visibility 0s 0.1s, opacity 0.1s linear;
  visibility: hidden;
}
.context-menu.dropdown-menu.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.context-menu.dropdown-menu a {
  cursor: pointer;
}
.dropdown-submenu .dropdown-toggle:after {
  content: "\f0da";
  display: inline-block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  padding-top: 3px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
#cnxt-cursor {
  height: 0px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0px;
}
nav.navbar.navbar-default.navbar-fixed-top,
.chat-ust {
  min-height: 40px !important;
  height: 40px !important;
}
#radyo {
  border-radius: 5%;
  background-color: #16a085;
  padding-left: 5px;
  padding-right: 10px;
  position: absolute;
  right: 5px;
  top: 2px;
}
#calan {
  display: inline-block;
  color: #fff;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
}
#status {
  margin-top: 10%;
  text-align: center;
}
.main-page-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: radial-gradient(#003841, 20%, #002339);
  z-index: 99999;
}
.neon-light {
  width: 200px;
  height: 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #00f5ff;
  border-radius: 3px;
  box-shadow: 0 0 100px #00f5ff, 0 0 200px #00f5ff, 0 0 1000px #00f5ff, 0 0 1500px #00f5ff, 0 0 20px #00f5ff, inset 0 0 5px #00f;
  animation: flicker 2s linear infinite;
}
.neon-light:before {
  content: "";
  width: 30px;
  height: 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #006469;
  border-radius: 3px;
  box-shadow: 0 0 100px #000, 0 0 50px #000, 0 0 50px #000, inset 0 0 5px #000;
  animation: animate 2s linear infinite;
}
.zsohbet {
  width: 100%;
  height: 10px;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 21px;
  text-align: center;
  color: #0ff;
  margin: auto;
  text-shadow: 0 -6px 10px #000;
  animation: lights 1.5s linear infinite, flicker 1.5s infinite;
  z-index: 99999;
}
.chat-ust {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10001;
}
.text-ayar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
}
.panel-footer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.chat-panelimiz {
  padding-bottom: 62px;
  padding-top: 40px;
}
.panel {
  margin-bottom: 0px !important;
}
.panelSol {
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.basliyoruz,
#chat,
.chat-bolum,
.user-content,
.chat-ust-ic,
.chat-ust-ic > .row,
#panelSol,
.chat-panelimiz,
.chat-panel,
.sohbetkismi {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}
.chat-ust-ic > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#chatPanel {
  float: left;
  height: 100%;
  min-height: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#sagtaraf {
  float: left;
  height: 100%;
  min-height: 100%;
}
#chatListUser,
#chatListUser > .row,
.hepsi,
.nicklist,
#sagtaraf > .row,
#chatListKanal,
#chatListKanal > .row,
.kanal-nav,
.tablar {
  height: 100%;
  min-height: 100%;
}
#chatListUser {
  padding-top: 40px;
  padding-bottom: 30px;
}
#chatListKanal {
  padding-top: 40px;
}
.arama {
  position: relative;
}
.chat-kanal {
  padding-top: 20px;
}
.tablar {
  background-color: #fff;
}
.btn-ufak {
  font-size: 12px !important;
  vertical-align: middle !important;
  line-height: 10px !important;
  margin-left: 5px !important;
}
span.gonderen .fa {
  margin-right: -4px;
  margin-left: -4px;
}
span.yazi {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}
.chat-ozel {
  padding-top: 30px;
}
.engellerim {
  position: absolute !important;
  top: 0;
  height: 30px;
  right: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
#engellerim {
  position: absolute;
  left: 0;
  top: 2px;
}
#engellistesi {
  position: absolute;
  right: 0;
  top: 2px;
}
.menuBox {
  font-family: Raleway, sans-serif !important;
  position: relative;
  background: #16a085;
  height: 40px;
}
.menuBox .kanallar {
  color: #fff;
  font-weight: bold;
  padding: 10px 0 0 0px;
  display: block;
}
.menuBox .menua {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  display: block;
}
.menuBox .ozelmesaj {
  position: absolute;
  color: #fff;
  font-weight: bold;
  padding: 10px 0px;
  display: block;
  text-align: right;
  right: 3px;
}
.mobilmenunav.nav {
  overflow-x: hidden;
  height: calc(100vh - 150px) !important;
  overflow-y: scroll;
  padding-bottom: 20px !important;
}
.acilirBox {
  position: absolute;
  z-index: 999999;
  display: none;
  top: 40px;
  left: 10px;
  right: 15px;
  height: calc(100vh - 80px) !important;
  background: #2f9884;
  z-index: 9999;
  padding-bottom: 20px !important;
}
.acilirBaslik {
  color: #000;
  font-weight: bolder;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.mobilmenunav > .active {
  background: rgba(68,119,109,0.451);
}
.kapaticon {
  position: absolute;
  top: 8px;
  right: 40px;
}
.kapaticon span {
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  padding: 1px 5px;
  display: block;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.kapaticon span:hover {
  border: 2px solid #26b7d9 !important;
  color: #26b7d9;
  cursor: pointer;
}
.mobilmenunav li {
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.mobilmenunav li span {
  float: right;
}
.mobilmenunav li span:hover {
  background: #f00 !important;
  color: #fff !important;
}
.mobilmenunav li:hover {
  background: rgba(68,119,109,0.451);
  cursor: pointer;
}
.omesajkapat {
  margin-left: 30px;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  background: #000;
  color: #ff7477;
  border-radius: 8px;
}
.omesajkapat:hover {
  color: #fff;
  cursor: pointer;
}
.omsjrenk {
  color: #ff7477;
  margin-right: 5px;
  font-size: 18px !important;
}
.mobilmenunav > li > span.badge {
  margin-right: 10px;
  margin-top: -3px;
  font-size: 22px;
}
.omesajsayi {
  text-decoration: underline;
  color: #fff;
}
p {
  display: inline;
}
.kapaticon > span > i.fa.fa-close {
  position: absolute;
  right: 4px;
  bottom: 2px;
}
.yolla {
  z-index: 9999 !important;
}
#saydir {
  position: absolute;
  right: 65px;
  background-color: #ff7477;
  font-size: 17px;
  top: 12px;
}
#skymenu,
.tablar {
  font-weight: 600;
}
.gosterbutton {
  top: 70px;
  right: 0;
  width: 66px;
  padding: 3px;
  cursor: pointer;
  color: #fff;
  background: #16a085;
  border-bottom: 5px solid #087a64;
  border-radius: 10px 0px 0px 10px;
  display: block;
  text-align: center;
  position: absolute;
}
.gosterbutton:hover {
  background: #087a64;
  border-bottom: 5px solid #055847;
}
.gizlebutton {
  top: 70px;
  right: 25%;
  width: 55px;
  padding: 3px;
  cursor: pointer;
  color: #fff;
  background: #16a085;
  border-bottom: 5px solid #087a64;
  border-radius: 10px 0px 0px 10px;
  display: block;
  text-align: center;
  position: absolute;
}
.gizlebutton:hover {
  background: #087a64;
  border-bottom: 5px solid #055847;
}
.mavi {
  color: #3f51b5;
}
.yesil {
  color: #4caf50;
}
.input-group-addon {
  padding: 6px 9px !important;
}
.hepsi {
  background-color: #fff !important;
}
@-moz-keyframes hello {
  50% {
    color: #e26060;
  }
}
@-webkit-keyframes hello {
  50% {
    color: #e26060;
  }
}
@-o-keyframes hello {
  50% {
    color: #e26060;
  }
}
@keyframes hello {
  50% {
    color: #e26060;
  }
}
@-moz-keyframes hello {
  100% {
    color: #e40000;
  }
}
@-webkit-keyframes hello {
  100% {
    color: #e40000;
  }
}
@-o-keyframes hello {
  100% {
    color: #e40000;
  }
}
@keyframes hello {
  100% {
    color: #e40000;
  }
}
@-moz-keyframes animate {
  0% {
    transform: translateX(-85px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-85px);
  }
}
@-webkit-keyframes animate {
  0% {
    transform: translateX(-85px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-85px);
  }
}
@-o-keyframes animate {
  0% {
    transform: translateX(-85px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-85px);
  }
}
@keyframes animate {
  0% {
    transform: translateX(-85px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-85px);
  }
}
@-moz-keyframes lights {
  0% {
    color: #0ff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #0ff;
  }
}
@-webkit-keyframes lights {
  0% {
    color: #0ff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #0ff;
  }
}
@-o-keyframes lights {
  0% {
    color: #0ff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #0ff;
  }
}
@keyframes lights {
  0% {
    color: #0ff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #0ff;
  }
}
@-moz-keyframes flicker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes flicker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
