body {
  background: url("../images/bg1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #393939;
  font-weight: 400;
}
a {
  color: #337ab7;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #f3f3f3;
}
*::-webkit-scrollbar-thumb {
  background: #cfcfd1;
}
*::-webkit-scrollbar-thumb:hover {
  background: #eee;
}
li {
  list-style: none;
}
.switch {
  position: relative;
  width: 80px;
  height: 35px;
  margin-right: 3%;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/night.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow: inset 0px 0px 2px rgba(255,255,255,0.7);
  transition: background-image 0.7s ease-in-out;
  outline: none;
  cursor: pointer;
  overflow: hidden;
}
.switch:checked {
  background-image: url("../images/day.png");
  background-size: cover;
  transition: background-image 1s ease-in-out;
}
.switch:after {
  content: '';
  width: 26px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 4px;
  transform: translateX(0px);
  animation: off 0.7s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
  box-shadow: inset 5px -5px 4px rgba(53,53,53,0.3);
}
.switch:checked:after {
  animation: on 0.7s forwards cubic-bezier(0.8, 0.5, 0.2, 1.4);
  box-shadow: inset -5px -5px 4px rgba(53,53,53,0.3);
  left: -30px;
}
.switch:checked:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 5px;
  transform-origin: 53px 10px;
  background-color: transparent;
  box-shadow: 5px -1px 0px #fff;
  filter: blur(0px);
  animation: sun 0.7s forwards ease;
}
.switch:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 5px;
  filter: blur(1px);
  background-color: #f5daaa;
  box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
  transform-origin: 34px 10px;
  animation: moon 0.7s forwards ease;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ul-fix {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat-ust {
  background: #272a39;
}
.chat-ust > .row {
  height: 50px;
}
.mtop5 {
  margin-top: 5px;
}
.mtop10 {
  margin-top: 10px;
}
.mbottom10 {
  margin-bottom: 10px;
}
.main-content {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }
  #sayio {
    background-color: rgba(0,0,0,0.35);
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    position: fixed;
    margin-right: -2px;
  }
  .menu-one {
    display: none;
  }
  #gizler .gizlebutton,
  #gizler .gosterbutton {
    height: 30px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    line-height: 30px;
    padding: 0 7px;
    color: #888;
  }
}
.menu-one ul li {
  margin-left: 10px;
}
.menu-one ul li a {
  background: #4a97b4;
  color: #fff;
  padding: 0 10px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.menu-one ul li a:hover {
  background: #53a4c3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
}
.menu-one ul li.menu-nickname {
  color: #4a97b4;
}
.hakkinda:after {
  content: 'Hakkımızda';
}
@media only screen and (max-width: 991px) {
  .s-genel-bar {
    display: none;
  }
  .founder:hover {
    color: #fff !important;
  }
  .list-group-item .sop:hover {
    color: #fff !important;
  }
  .list-group-item .op:hover {
    color: #fff !important;
  }
  .list-group-item .halfop:hover {
    color: #fff !important;
  }
  .list-group-item .voice:hover {
    color: #fff !important;
  }
  .list-group-item .user:hover {
    color: #fff !important;
  }
  #chatListUser .nick.list-group-item.list-group-item-info:hover {
    background: #272a39;
  }
}
.s-genel-bar .text-1 {
  color: #fff;
  font-size: 18px;
}
.s-genel-bar .text-2 {
  color: #4a97b4;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .main-content .main-row .omr11 {
    width: 100% !important;
  }
  .main-content .main-row.bars-x .main-col:nth-child(1) {
    width: 100% !important;
  }
  .main-content .main-row.bars-x .main-col:nth-child(2) {
    display: none !important;
  }
  .main-content .main-row.bars-x .mob-clear-icon {
    right: 10px !important;
  }
  .main-content .main-row.bars-x .mob-radio {
    border-top: none !important;
  }
  .main-content .main-row.bars-x .mrad-bg {
    display: none !important;
  }
  .radio-but {
    background: #272a39;
    color: #fff;
  }
  .radio-but:hover {
    background: #272a39;
  }
  .radio-but.active {
    background: #272a39;
  }
  .radio-but active {
    background: #272a39;
  }
  .mrad-bg {
    margin-top: 9px;
  }
  #calan {
    width: 100%;
    margin-left: -10px;
    font-size: 8px;
  }
  .profil {
    position: fixed;
    background: #757884;
    height: 30px;
    width: 100%;
    margin: -0.25rem;
    font-size: 12px;
/* z-index:555; */
  }
  .avatar {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0 8px 0 0;
    border: 4px solid #fff;
    border-radius: 999999px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3), 0 6px 2px rgba(0,0,0,0.1), 0 10px 5px rgba(0,0,0,0.1), inset 0 0 0 10px #fff;
  }
  .avatar img {
    width: 32px;
    height: 32px;
  }
  #ozel_pencere_nick {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    padding-left: 5px;
    float: left;
  }
  #yazi_stili {
    position: absolute;
    bottom: 5px;
  }
  .profilsag {
    position: relative;
    float: right;
    right: 15px;
    margin-top: 4px;
  }
  .profilsag .dropdown-menu {
    background: #757884 !important;
    padding: 10px;
    font-size: 16px;
  }
  .profilsag .btn-light {
    outline: none;
    border: none;
  }
  .m-l30 {
    margin-left: 30px;
  }
  .gizle2 {
    display: none;
  }
  .p-t85 {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1149px) {
  .gizle3 {
    display: none;
  }
}
@media only screen and (max-width: 1349px) {
  .menu-one ul li a {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 1399px) {
  .menu-one ul li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) {
  #sayi {
    background-color: #4a97b4;
    border-radius: 5px;
    padding: 5px;
    color: #2d2323;
  }
  #sayio {
    display: none;
  }
  .avatar {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0 20px 0 0;
    border: 4px solid #fff;
    border-radius: 999999px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3), 0 6px 2px rgba(0,0,0,0.1), 0 10px 5px rgba(0,0,0,0.1), inset 0 0 0 10px #fff;
  }
  .avatar img {
    width: 64px;
    height: 64px;
  }
  #ozel_pencere_nick {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 72px;
    padding-left: 20px;
    float: left;
  }
  #yazi_stili {
    position: absolute;
    bottom: 5px;
  }
  .profilsag {
    position: relative;
    float: right;
    right: 15px;
    margin-top: 16px;
  }
  .profilsag .btn {
    background: #fff;
    color: #000;
    padding: 0 10px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    outline: none;
    border: none;
  }
  .profilsag .btn:hover {
    background: #fbfbfb;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .profilsag .kirmizi {
    color: #f11f1f !important;
  }
  .profilsag .mavi {
    color: #2583e8 !important;
  }
  .profilsag .yesil {
    color: #28a745 !important;
  }
  .p-t85 {
    padding-top: 85px;
  }
  #btnGroupDrop1 {
    display: none;
  }
  .nicklist strong {
    font-weight: 600 !important;
  }
  #gizler .gizlebutton,
  #gizler .gosterbutton {
    height: 40px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    line-height: 40px;
    padding: 0 20px;
    color: #888;
  }
  .night .fontsize {
    background: #333646;
    color: #dbdce4;
  }
  .night .bold-text {
    color: #dbdce4;
  }
  .night .italic-text {
    color: #dbdce4;
  }
  .night .bold-text:hover {
    background-color: #555761;
  }
  .night .italic-text:hover {
    background-color: #555761;
  }
  .night .underline-text:hover {
    background-color: #555761;
  }
  .night .secili {
    background-color: #232327;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1679px) {
  .main-content .main-row .main-col:nth-child(1) {
    width: 70%;
  }
  .main-content .main-row .omr11:nth-child(1) {
    width: 85%;
  }
  .main-content .main-row .main-col:nth-child(2) {
    width: 15%;
    border-right: 5px solid #272a39;
  }
  .main-content .main-row .omr1:nth-child(2) {
    display: none;
  }
  .main-content .main-row .main-col:nth-child(3) {
    width: 15%;
    border-left: 5px solid #272a39;
  }
  .m-topic {
    position: fixed;
    width: 70%;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 15px;
    font-weight: 500;
  }
  .profil {
    position: absolute;
    display: block;
    background: #757884;
    height: 72px;
    width: 85%;
    margin: -0.25rem;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1680px) {
  .main-content .main-row .main-col:nth-child(1) {
    width: 74%;
  }
  .main-content .main-row .omr11:nth-child(1) {
    width: 87%;
  }
  .main-content .main-row .main-col:nth-child(2) {
    width: 13%;
    border-right: 5px solid #272a39;
  }
  .main-content .main-row .omr1:nth-child(2) {
    display: none;
  }
  .main-content .main-row .main-col:nth-child(3) {
    width: 13%;
    border-left: 5px solid #272a39;
  }
  .m-topic {
    position: fixed;
    width: 74%;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 15px;
    font-weight: 500;
  }
  .profil {
    position: absolute;
    display: block;
    background: #757884;
    height: 72px;
    width: 87%;
    margin: -0.25rem;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content .main-row .main-col:nth-child(1) {
    width: 80%;
  }
  .main-content .main-row .main-col:nth-child(2) {
    width: 20%;
  }
  .main-content .main-row .main-col:nth-child(3) {
    display: none !important;
  }
  #sayio {
    right: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .main-content .main-row .main-col:nth-child(1) {
    width: 70%;
  }
  .main-content .main-row .main-col:nth-child(2) {
    width: 30%;
  }
  .main-content .main-row .main-col:nth-child(3) {
    display: none !important;
  }
  #sayio {
    right: 32%;
  }
}
@media only screen and (min-width: 992px) {
  .c2-main-row .main-col:nth-child(1) {
    width: 85% !important;
  }
  .c2-main-row .main-col:nth-child(2) {
    width: 15% !important;
  }
  .c2-main-row .main-col:nth-child(3) {
    display: none;
  }
  .chat-kanal {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-topic {
    height: 50px;
    padding: 12px 20px 0px 20px;
    overflow: hidden;
    background-color: #fafafb;
  }
}
@media only screen and (max-width: 991px) {
  .m-topic {
    display: none;
  }
}
@media only screen and (max-width: 1249px) {
  .menu-nickname span {
    display: none;
  }
}
.m-topic a {
  color: #8f8f8f;
  font-weight: 500;
}
.m-topic a:hover {
  color: #272a39;
}
.text-red {
  color: #f35656;
}
.chat-table {
  display: table;
  width: 100%;
}
.chat-table .chat-cell {
  vertical-align: bottom;
  display: table-cell;
}
.chat-table .chat-cell .chat-message {
  margin-top: 5px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .chat-table .chat-cell .chat-message {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .chat-table .chat-cell .chat-message {
    font-size: 13px;
  }
}
.chat-table .chat-cell .chat-message .cm-nick {
  font-weight: 500;
}
.chat-table .chat-cell .chat-message .cm-nick::after {
  content: ">";
  margin: 0 5px;
}
.chat-content {
  border-right: 1px solid #d0d0d0;
  overflow-x: auto;
}
.chat-editor {
  border-top: 1px solid #d0d0d0;
}
@media only screen and (min-width: 992px) {
  .chat-content {
    background: url("../images/logo.png") no-repeat right 15px top 75px;
  }
  .chat-editor {
    height: 100px;
    border-right: 1px solid #d0d0d0;
  }
}
@media only screen and (max-width: 991px) {
  .chat-editor {
    height: 40px;
    border-top: 1px solid #cecece;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
.ce-top {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 991px) {
  .ce-top {
    display: none;
  }
}
.ce-top .ce-left .cel-col {
  border-right: 1px solid #d0d0d0;
}
.colour-picker {
  width: 40px;
  height: 39px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  background: url("../images/icon7.png") no-repeat center center;
  cursor: pointer;
}
.btn-colorselector {
  width: 40px;
  height: 39px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  background: url("../images/icon7.png") no-repeat center center;
  cursor: pointer;
}
.colour-picker:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
}
.italic-text {
  font-style: italic;
}
.underline-text {
  text-decoration: underline;
}
.bold-text,
.underline-text,
.italic-text {
  font-family: "Georgia", sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  display: block;
  height: 39px;
  text-align: Center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
  line-height: 39px;
}
.bold-text:hover,
.underline-text:hover,
.italic-text:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
}
.clear-messages {
  width: 40px;
  height: 39px;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: url("../images/icon9.png") no-repeat center center;
  cursor: pointer;
}
.clear-messages:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
}
.mirc-indir {
  padding: 0 15px 0 40px;
  height: 39px;
  display: block;
  font-weight: 500;
  line-height: 39px;
  background: url("../images/icon8.png") no-repeat left 15px center;
  cursor: pointer;
}
.mirc-indir:hover {
  background-color: #f1f1f1;
}
.farkli-surum {
  padding: 0 15px 0 40px;
  height: 39px;
  display: block;
  font-weight: 500;
  line-height: 39px;
  background: url("../images/icon65.png") no-repeat left 15px center;
  cursor: pointer;
}
.farkli-surum:hover {
  background-color: #f1f1f1;
}
.ce-right .cer-col {
  border-left: 1px solid #d0d0d0;
}
.radio-play {
  background: url("../images/icon11.png") no-repeat center center;
  width: 18px;
  height: 18px;
  display: block;
}
.radio-but {
  cursor: pointer;
  font-weight: 500;
  height: 39px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0 15px;
}
.radio-but:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.screen-but {
  width: 40px;
  height: 39px;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: url("../images/icon12.png") no-repeat center center;
  cursor: pointer;
}
.screen-but:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #f1f1f1;
}
.ce-bot {
  background: #eaeaea;
}
@media only screen and (min-width: 992px) {
  .ce-bot {
    height: 60px;
  }
  #calan {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .ce-bot {
    height: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .ce-bot .ceb-col:nth-child(1) {
    display: none;
  }
  .ce-bot .ceb-col:nth-child(2) {
    width: 5%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
  }
  .ce-bot .ceb-col:nth-child(3) {
    width: 85%;
  }
  .ce-bot .ceb-col:nth-child(4) {
    width: 10%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .ce-bot .ceb-col:nth-child(1) {
    display: none;
  }
  .ce-bot .ceb-col:nth-child(2) {
    width: 7%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
  }
  .ce-bot .ceb-col:nth-child(3) {
    width: 78%;
  }
  .ce-bot .ceb-col:nth-child(4) {
    width: 15%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ce-bot .ceb-col:nth-child(1) {
    width: 12%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
  }
  .ce-bot .ceb-col:nth-child(2) {
    width: 12%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
  }
  .ce-bot .ceb-col:nth-child(3) {
    width: 50%;
  }
  .ce-bot .ceb-col:nth-child(4) {
    width: 25%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ce-bot .ceb-col:nth-child(1) {
    width: 5%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
  }
  .ce-bot .ceb-col:nth-child(2) {
    width: 5%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
  }
  .ce-bot .ceb-col:nth-child(3) {
    width: 75%;
  }
  .ce-bot .ceb-col:nth-child(4) {
    width: 15%;
    padding: 0 5px;
  }
}
/*
.message-textarea {
  display:block;
  width:100%;
  @media only screen and (min-width:992px) {
  height:60px;
  font-size:18px;
  padding:17px 20px 0 20px;
  }
  @media only screen and (max-width:991px) {
  height:40px;
  font-size:12px;
  padding:9px 15px 0 15px;
  }
  line-height:24px;
  font-weight:600;
  border:none;
  background:transparent;
  resize:none;
}
*/
.emojionearea .emojionearea-editor {
  display: block;
  width: 100%;
  line-height: 24px;
  font-weight: 600;
  border: none;
  overflow-x: auto;
  background: transparent !important;
  resize: none;
}
@media only screen and (min-width: 992px) {
  .emojionearea .emojionearea-editor {
    height: 55px;
    font-size: 18px;
    padding: 17px 50px 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .emojionearea .emojionearea-editor {
    height: 40px;
    font-size: 12px;
    padding: 9px 45px 0 15px;
  }
}
.message-textarea:focus {
  outline: none;
}
.message-search-icon {
  display: block;
  background: url("../images/icon10.png") no-repeat center center;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
.open-smilebox {
  display: block;
  margin: 0 auto;
  background: url("../images/icon13.png") no-repeat center center;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .open-smilebox {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .open-smilebox {
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
}
.message-option-icon {
  display: block;
  background: url("../images/icon35.png") no-repeat center center;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
.send-button {
  display: block;
  background: #272a39;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  font-weight: 700;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 992px) {
  .send-button {
    font-size: 14px;
    height: 35px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 991px) {
  .send-button {
    font-size: 12px;
    height: 25px;
    line-height: 24px;
  }
}
.send-button:hover {
  background: #4a97b4;
}
.user-search input {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  background: #fff url("../images/icon14.png") no-repeat left 10px center;
}
@media only screen and (min-width: 992px) {
  .user-search input {
    height: 50px;
    padding: 0 0 0 35px;
    background-color: #fafafb;
  }
}
@media only screen and (max-width: 991px) {
  .user-search input {
    height: 40px;
    font-size: 12px;
    padding: 0 0 0 30px;
  }
}
.user-search input:focus {
  outline: none;
}
.user-lists {
  overflow-x: auto;
}
.us-ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.us-ul li:hover {
  background: #dfe1e9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.us-ul .us-table {
  cursor: pointer;
  position: relative;
  color: #565656;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .us-ul .us-table {
    display: table;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .us-ul .us-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 9px;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .us-ul .us-table.current {
    background: #272a39;
    color: #fff;
  }
}
.us-ul .us-table .us-cell {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .us-ul .us-table .us-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .us-ul .us-table .us-cell:nth-child(1) {
    width: 11%;
  }
  .us-ul .us-table .us-cell:nth-child(2) {
    width: 89%;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .us-ul .us-table .us-cell:nth-child(1) {
    width: 22%;
  }
  .us-ul .us-table .us-cell:nth-child(2) {
    width: 78%;
    padding-left: 5px;
  }
}
.us-ul .us-table .us-cell.us-icon > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .us-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .mob-top-menu .col-2 {
    flex: 12.333333%;
    max-width: 12.333333% !important;
  }
  .us-menu {
    display: none;
  }
  .us-menu a {
    display: block;
    background-color: #303342;
    font-size: 12px;
    border-top: 1px solid #3d4155;
    color: #fff;
    padding: 5px 5px 5px 30px;
  }
  .us-menu a.ozele-yaz {
    background-image: url("../images/icon38.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }
  .us-menu a.whois-cek {
    background-image: url("../images/icon39.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }
  .us-menu a.engelle-x {
    background-image: url("../images/icon40.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
  }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .jconfirm-box-container {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0;
  }
}
@media screen and (min-width: 421px) and (max-width: 499px) {
  .jconfirm-box-container {
    flex: 0 0 84% !important;
    max-width: 84% !important;
    margin-left: 6%;
  }
}
@media screen and (min-width: 500px) and (max-width: 578px) {
  .jconfirm-box-container {
    flex: 0 0 74% !important;
    max-width: 74% !important;
    margin-left: 12%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1149px) {
  .farkli-surum {
    padding: 0px 3px 0 7px;
    background: none;
  }
  .mirc-indir {
    padding: 0 9px 0 8px;
    background: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1129px) {
  .hakkinda:after {
    content: '';
  }
}
@media screen and (min-width: 992px) and (max-width: 1014px) {
  .menu-one ul li {
    margin-left: 2px;
  }
}
.us-pink {
  background: #ef509a;
}
.us-green {
  background: #34b99d;
}
.us-red {
  background: #ff4747;
}
.us-blue {
  background: #4a88da;
}
.us-purple {
  background: #9372e2;
}
.us-grey {
  background: #b3b6bb;
}
.channel-lister {
  background: #eaeaec;
  overflow-x: auto;
}
.channel-listerx {
  background: #272a39;
  border-top: 1px solid #34384a;
  border-left: none !important;
  overflow-x: auto;
}
.border-right-fix {
  border-right: none !important;
}
.channel-list {
  padding: 16px 13px;
}
.channel-list li {
  display: flex;
  background: #fff;
  margin-bottom: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  color: #85878f;
  font-weight: 500;
}
.channel-list li:hover {
  background: #f1f1f1;
}
.channel-list li.current {
  background: #272a39;
  color: #fff !important;
}
.channel-list li .cl-table {
  display: table;
  width: 100%;
}
.channel-list li .cl-table .cl-cell {
  display: table-cell;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 0;
  vertical-align: middle;
}
.channel-list li .cl-table .cl-cell:nth-child(1) {
  width: 18%;
}
.channel-list li .cl-table .cl-cell:nth-child(2) {
  width: 65%;
}
.channel-list li .cl-table .cl-cell:nth-child(3) {
  width: 17%;
  text-align: center;
}
.cl-hash-grey {
  background: url("../images/icon16.png") no-repeat center center;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 auto;
}
.cl-close {
  background: url("../images/icon15.png") no-repeat center center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}
.cl-hash-green {
  background: url("../images/icon17.png") no-repeat center center;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 auto;
}
.cl-name-green {
  color: #029d0d;
}
.cl-user-icon {
  background: url("../images/icon6.png") no-repeat center center;
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto;
}
.cl-number-green {
  background: #029d0d;
  color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
}
.mchannel-list {
  padding: 0px;
}
.mchannel-list li {
  color: #272a39 !important;
  font-weight: 400;
  display: inline-block;
  margin: 0.5px;
  padding: 3px 23px 1px 6px;
  border-right: 1px solid #cececf !important;
  border-bottom: 1px solid #cececf !important;
  font-size: 13px;
  position: relative;
  background: #fff;
}
.mchannel-list li p {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.mchannel-list li span.kapat {
  top: 5px !important;
}
.mchannel-list li span.saydir {
/*
  position:relative !important;
  display:inline-block;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  background:#272a39;
  color:white;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  margin-left:5px;
  padding:3px;
  */
  display: none !important;
}
.mchannel-list li.active {
  background: #272a39 !important;
  border-color: #272a39;
  color: #fff !important;
}
.mchannel-list li.active .title {
  color: #fff !important;
}
.mchannel-list li:hover {
  background: #5b5d65;
  color: #fff !important;
}
.mchannel-list li.current {
  background: #272a39;
  color: #fff !important;
}
.mchannel-list > li > span.badge {
  position: absolute;
  right: 2px;
  top: 8px;
}
#contextMenu {
  position: absolute;
  display: none;
  z-index: 100;
}
.right-click-menu {
  background: #272a39;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
}
.right-click-menu li {
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.right-click-menu li:last-child {
  border-bottom: none;
}
.right-click-menu li a {
  display: table;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
}
.right-click-menu li a:hover {
  background: #4a97b4;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  color: #fff;
}
.right-click-menu li a .rcm-col {
  display: table-cell;
  vertical-align: middle;
}
.right-click-menu li a .rcm-col:nth-child(1) {
  width: 15%;
}
.right-click-menu li a .rcm-col:nth-child(2) {
  width: 85%;
  padding-left: 5px;
}
.modal-header .x-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}
.modal-header .x-close:focus {
  outline: none;
}
.modal-header-dark .x-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  background: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.modal-header-dark .x-close:focus {
  outline: none;
}
.form-control {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
}
.form-control::placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.form-control::-ms-input-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.form-control::-moz-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.form-control:-moz-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.form-control::-webkit-input-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.sbtn {
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  font-weight: 700;
}
.sbtn.sbtn-secondary {
  border: 2px solid #272a39;
  line-height: 32px;
}
.sbtn.sbtn-primary {
  line-height: 35px;
  background: #272a39;
  border: none;
  color: #fff;
}
.sbtn:hover {
  background: #4a97b4;
  color: #fff;
  border-color: #4a97b4;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sbtn:focus {
  outline: none;
}
.form-label {
  cursor: pointer;
  color: #272a39;
  font-weight: 500;
}
.form-label input {
  display: none;
}
.form-label input:checked + span {
  background: #272a39;
  border-color: #272a39;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-label input:checked + span::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-label span {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  float: left;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  margin: 0 7px 0 0;
  position: relative;
}
.form-label span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  left: 3px;
  top: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.engel-list-icon {
  background-image: url("../images/icon28.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
}
.mb-content-over {
  max-height: 400px;
  overflow-x: auto;
}
.all-clear-modal {
  display: block;
  padding: 10px 20px 10px 30px;
  background: url("../images/icon29.png") no-repeat left center;
  color: #8f8f8f;
}
.modal-tit-bot {
  border-bottom: 1px solid #f3f3f3;
}
.mb-body-white {
  background: #fff !important;
}
.modal-tit-bot {
  background: #fdfdfd;
}
@media only screen and (min-width: 992px) {
  .mob-top-menu {
    display: none;
  }
}
/*
@media only screen and (max-width: 991px) {
  #sagtaraf {
	display: none;
  }
}
*/
@media only screen and (max-width: 991px) {
  .dropdown-colorselector>.dropdown-menu {
    position: relative !important;
    display: block;
    width: 100% !important;
    background-color: transparent !important;
    top: -14% !important;
  }
  .dropdown-colorselector>.dropdown-menu.dropdown-caret:after {
    display: none;
  }
  .btn-colorselector {
    display: none !important;
  }
}
.mob-top-menu > .row {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .mob-top-menu .mob-channel-title {
    color: #fff;
    height: 50px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    line-height: 50px;
    display: block;
    background: url("../images/icon32.png") no-repeat right 15px center;
    padding: 0 15px;
    border-right: 1px solid #333648;
  }
  .mob-top-menu .mob-channel-title.current {
    background: #eaeaec url("../images/icon33.png") no-repeat right 15px center;
    color: #393939;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .mob-top-menu .mob-channel-list {
    position: fixed;
    overflow-x: auto;
    padding: 5px 5px;
    z-index: 20;
    display: none;
    top: 50px;
    background: #eaeaec;
    left: 0;
    width: 100%;
  }
  .mob-top-menu .mob-menu {
    display: block;
    background: url("../images/icon34.png") no-repeat center center;
    height: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-left: 1px solid #333648;
  }
  .mob-top-menu .mob-menu.current {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #eaeaec;
  }
  .mob-top-menu .mob-ozel-mesajlar {
    padding: 0 10px;
    height: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .mob-top-menu .mob-ozel-mesajlar.current {
    background: #eaeaec;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .mob-top-menu .mob-ozel-mesajlar.current .om-text1 {
    color: #393939;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .mob-top-menu .mob-ozel-mesajlar .om-text1 {
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 12px;
  }
  .mob-top-menu .mob-ozel-mesajlar .om-icon {
    width: 24px;
    height: 25px;
    display: block;
    color: #fff;
    background: url("../images/icon31.png") no-repeat center center;
    line-height: 24px;
    text-align: Center;
    font-size: 10px;
  }
  .mob-top-menu .mob-ozel-mesajlar .om-icon.current {
    background: url("../images/icon30.png") no-repeat center center;
  }
  .mob-top-menu .mcl-bg {
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    padding: 5px 9px 3px 9px;
    line-height: 19px;
    font-size: 13px;
  }
  .mob-top-menu .mcl-bg:hover,
  .mob-top-menu .mcl-bg.current {
    background: #272a39;
    color: #fff;
  }
  .mob-top-menu .mcl-bg a {
    display: block;
    background: url("../images/icon15.png") no-repeat center center;
    width: 7px;
    height: 7px;
    background-size: 100%;
  }
  .mob-top-menu .mobile-menu {
    position: fixed;
    overflow-x: auto;
    padding: 10px;
    display: none;
    z-index: 20;
    top: 50px;
    background: #fff;
    left: 0;
    width: 100%;
  }
  .mob-top-menu .mobile-menu ul {
    display: block;
    padding: 20px;
    margin: 0;
    list-style: none;
  }
  .mob-top-menu .mobile-menu ul li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
  }
  .mob-top-menu .mobile-menu ul li a {
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
  }
  .fontsize {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    padding: 8px;
    font-weight: bold;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu ul li a .menu-col:nth-child(1) {
    width: 15%;
  }
  .mobile-menu ul li a .menu-col:nth-child(2) {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu ul li a .menu-col:nth-child(1) {
    width: 8%;
  }
  .mobile-menu ul li a .menu-col:nth-child(2) {
    width: 92%;
  }
}
@media only screen and (max-width: 991px) {
  .main-content.channel-fix .mob-clear-icon {
    top: 210px;
  }
  .mob-channel-list {
    height: auto;
    max-height: 88px;
    overflow-x: auto;
  }
  .mobile-topic {
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
  }
  .mobile-topic a {
    color: #999;
    display: block;
    font-weight: 600;
  }
  .mobile-topic .row {
    color: #272a39;
    margin-top: 5px;
    font-size: 11px;
  }
  .mobile-topic .row .col-auto:nth-child(1) {
    border-right: 1px solid #ddd;
    padding-right: 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-topic {
    display: none;
  }
  .moi-dropped {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .moi-temizle {
    border: 2px solid #fff;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }
  .moi-kapat {
    border: 2px solid #fff;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }
  .mobomesaj {
    overflow: auto !important;
  }
  .mozel-kapat {
    border: 1px solid #130f0f;
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
    text-align: center;
    font-weight: 700;
    color: #f2f3f5;
    background: #4e5052;
  }
  .moi-dropped {
    position: absolute;
    z-index: 100000;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #272a39;
    max-height: 100%;
    min-height: 380px;
    overflow: auto;
    overflow-y: scroll;
  }
  .moi-dropped .color-label span {
    border: 3px solid #e5e5e5;
  }
  .moi-dropped .color-label span::after {
    right: 3.5px !important;
  }
  .moi-dropped .moi-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .moi-dropped .label-yazi {
    display: block;
    cursor: pointer;
  }
  .moi-dropped .label-yazi input {
    display: none;
  }
  .moi-dropped .secili {
    background: #e56363 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .moi-dropped .label-yazi {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #e5e5e5;
    font-family: "Georgia", sans-serif;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 579px) {
  .mob-ozel-mesajlar-drop {
    padding: 3px;
    width: 50% !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 639px) {
  .mob-ozel-mesajlar-drop {
    padding: 3px;
    width: 40% !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .mob-ozel-mesajlar-drop {
    padding: 3px;
    width: 35% !important;
  }
}
@media only screen and (max-width: 991px) {
  .ht-mob-hide {
    display: none;
  }
  .mob-ozel-mesajlar-drop {
    position: fixed;
    top: 50px;
    z-index: 100;
    padding: 5px;
    right: 0;
    display: none;
    width: 30%;
    background: #eaeaec;
    overflow: auto;
  }
  .mob-ozel-mesajlar-drop .mom-bg {
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col .mom-adet {
    background: url("../images/icon31.png") no-repeat center center;
    width: 24px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: Center;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col .mom-adet.current {
    background: url("../images/icon30.png") no-repeat center center;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col .mom-icon1 {
    background: url("../images/icon41.png") no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(2) .mom-name {
    font-size: 15px;
    color: #828282;
    font-weight: 600;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(3)::after {
    clear: both;
    display: block;
    content: "";
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(3) .mom-close {
    display: block;
    background: url("../images/icon15.png") no-repeat center center;
    width: 10px;
    height: 10px;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(1) {
    width: 15%;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(2) {
    width: 75%;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(3) {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(1) {
    width: 5%;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(2) {
    width: 85%;
  }
  .mob-ozel-mesajlar-drop .mom-bg .mom-col:nth-child(3) {
    width: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .editor-mobile {
    display: none;
  }
  .fontsize {
    border: none;
    padding: 8px;
    font-weight: bold;
    background-color: #fff;
  }
}
.editor-mobile .mob-radio {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10;
  border-top: 1px solid #e5e5e5;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .editor-mobile .mob-radio {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .editor-mobile .mob-radio {
    width: 20%;
  }
}
.editor-mobile .mob-radio .row {
  height: 60px;
  text-align: Center;
}
.editor-mobile .mob-radio .row .mrad-bg {
  height: 58px;
  background: #f7f7f7;
  font-weight: 600;
  font-size: 12px;
}
.editor-mobile .mob-radio .row .mrad-bg.current {
  background-image: url("../images/icon36.png");
}
.editor-mobile .mob-clear-icon {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7 url("../images/icon9.png") no-repeat center center;
  position: fixed;
  top: 60px;
  z-index: 10;
  right: 35%;
}
.editor-mobile .mrad-hider {
  height: 58px;
  display: block;
  background: #f7f7f7 url("../images/icon37.png") no-repeat center center;
}
.editor-mobile .mrad-hider.current {
  position: absolute;
  top: -20px;
  z-index: 100;
  right: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
}
.colour-dropdown {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  z-index: 10;
  padding: 20px;
  position: absolute;
  display: none;
  bottom: 40px;
  width: 295px;
}
.color-label {
  cursor: pointer;
}
.color-label input {
  display: none;
}
.color-label input:checked + span::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.color-label span {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 34px;
  height: 34px;
}
.color-label span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  top: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.oz-user-pp {
  position: relative;
  padding: 20px 0;
}
.oz-user-pp img {
  display: block;
  width: 128px;
  height: 128px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
}
.oz-user-pp .oz-user-button {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 0;
  text-align: center;
  background: #2c84a5;
}
.oz-us-link {
  margin-top: 10px;
}
.oz-us-link a {
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.oz-us-link a:hover {
  background: #f1f1f1;
}
.oz-us-link a .oz-col:nth-child(1) {
  width: 15%;
}
.oz-us-link a .oz-col:nth-child(2) {
  width: 85%;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .mob-user-list {
    display: none;
  }
  .mob-user-func {
    height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .mob-user-func .muf-col a {
    display: block;
    border-right: 1px solid #ddd;
    line-height: 40px;
    font-weight: 500;
    color: #999;
    font-size: 12px;
  }
  .mob-user-func .muf-col a.muf-user {
    background: url("../images/icon52.png") no-repeat left 10px center;
    padding: 0 10px 0 35px;
  }
  .mob-user-func .muf-col a.muf-engel {
    background: url("../images/icon53.png") no-repeat left 10px center;
    padding: 0 10px 0 35px;
  }
  .mob-user-func .muf-col a.muf-engellediklerim {
    background: url("../images/icon54.png") no-repeat left 10px center;
    padding: 0 10px 0 35px;
  }
  .mob-user-func .muf-col:nth-child(1) {
    width: 30%;
  }
  .mob-user-func .muf-col:nth-child(2) {
    width: 30%;
  }
  .mob-user-func .muf-col:nth-child(3) {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .desk-user {
    display: none;
  }
  .mob-user-func {
    height: 40px;
    border-bottom: 1px solid #ddd;
  }
  .mob-user-func .muf-col a {
    display: block;
    border-right: 1px solid #ddd;
    line-height: 40px;
    font-weight: 500;
    color: #999;
    font-size: 12px;
  }
  .mob-user-func .muf-col a.muf-user {
    background: url("../images/icon52.png") no-repeat left 10px center;
    padding: 0 10px 0 35px;
  }
  .mob-user-func .muf-col a.muf-engel {
    background: url("../images/icon53.png") no-repeat left 10px center;
    padding: 0 10px 0 35px;
  }
  .mob-user-func .muf-col a.muf-engellediklerim {
    background: url("../images/icon54.png") no-repeat left 10px center;
    padding: 0 10px 0 35px;
  }
  .mob-user-func .muf-col:nth-child(1) {
    width: 30%;
  }
  .mob-user-func .muf-col:nth-child(2) {
    width: 30%;
  }
  .mob-user-func .muf-col:nth-child(3) {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .emojionearea .emojionearea-button > div {
    right: 10px;
    z-index: 100%;
    top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .emojionearea .emojionearea-button > div {
    right: 5px;
    z-index: 100%;
    top: 20%;
  }
  .emojionearea-picker-position-top {
    position: fixed !important;
    z-index: 100 !important;
    bottom: 55px !important;
    left: 0 !important;
    width: 95% !important;
    top: auto !important;
    right: 0 !important;
    margin: auto !important;
  }
  .emojionearea-picker-position-top .emojionearea-wrapper {
    width: 100% !important;
  }
}
.login-bg {
  background: #cfd0d9 url("../images/bg1.jpg") no-repeat center center;
  background-size: cover;
}
.login-bar {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .login-bar {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1920px) {
  .login-bar {
    margin-top: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1919px) {
  .login-bar {
    margin-top: 130px;
  }
}
.login-bar .login-title {
  background: #272a39;
  color: #fff;
  text-align: Center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 1px solid #45495d;
}
@media only screen and (min-width: 992px) {
  .login-bar .login-content {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .login-bar .login-content {
    padding: 50px 20px;
    position: relative;
  }
}
.login-bar .login-content .lc-text1 {
  color: #fff;
  text-align: Center;
  font-size: 18px;
  font-weight: 600;
}
.login-bar .login-content .lc-text2 {
  text-align: center;
  color: #ddd;
}
.login-bar .login-content .lc-col {
  margin-top: 20px;
}
.login-bar .login-content .lc-col .login-input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: none;
  background: #fff;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}
.login-bar .login-content .lc-col .login-input:focus {
  outline: none;
}
.login-bar .login-content .lc-col .login-button {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: none;
  color: #fff;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  padding: 0 20px;
  text-align: center;
  background: #2c84a5;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .login-bar .login-content .lc-col .login-button {
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
  }
}
.login-eski {
  margin-top: 5px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.login-bar .login-content .lc-col .login-button:hover {
  background: #2ca55f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.login-bar .login-content .lc-col .login-button:focus {
  outline: none;
}
.login-input::placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.login-input::-ms-input-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.login-input:-ms-input-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.login-input::-moz-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.login-input:-moz-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.login-input::-webkit-input-placeholder {
  color: #272a39 !important;
  opacity: 1 !important;
}
.head-top-col:nth-child(1) {
  width: 15%;
}
.head-top-col:nth-child(2) {
  width: 70%;
  padding-right: 3px;
}
.head-top-col:nth-child(3) {
  width: 15%;
}
.head2-user {
  font-size: 16px;
  background: url("../images/icon57.png") no-repeat left 20px center;
  padding-left: 50px;
  padding-right: 10px;
  color: #d3d3d3;
}
.channel2-icons a {
  height: 49px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #34384a;
  display: block;
  width: 33.33333%;
}
.channel2-icons a:hover {
  background-color: #34384a;
}
.channel2-icons a.c2-icon1 {
  background-image: url("../images/icon58.png");
}
.channel2-icons a.c2-icon2 {
  background-image: url("../images/icon59.png");
}
.channel2-icons a.c2-icon3 {
  background-image: url("../images/icon60.png");
}
.channel2-inner {
  padding: 15px;
  overflow-x: auto;
  border-bottom: 1px solid #34384a;
}
.channel2-inner::-webkit-scrollbar {
  width: 7px;
}
.channel2-inner::-webkit-scrollbar-track {
  background: #363a4c;
}
.channel2-inner::-webkit-scrollbar-thumb {
  background: #6b7087;
}
.channel2-inner::-webkit-scrollbar-thumb:hover {
  background: #6b7087;
}
.c2-title {
  color: #fff;
  padding: 5px 10px;
}
.c2-channel-list .c2cl-bg {
  padding: 5px 10px;
  position: relative;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.c2-channel-list .c2cl-bg.current {
  background: #fff;
  color: #272a39;
}
.c2-channel-list .c2cl-bg:hover {
  color: #ee962f;
  background: #171923;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.c2-channel-list .c2cl-bg:hover .c2cl-close {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}
.c2-channel-list .c2cl-bg .c2cl-close {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  top: 8px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: url("../images/icon64.png") no-repeat center center;
  cursor: pointer;
}
.c2-channel-list .c2cl-bg .c2cl-close:hover {
  background-color: rgba(255,255,255,0.05);
}
.c2-sohbet-list .c2-om-bg {
  padding: 5px 10px;
  color: #b2b2b9;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1920px) {
  .c2-sohbet-list .c2-om-bg .pl-xl-2 {
    padding-left: 0 !important;
  }
}
.c2-sohbet-list .c2-om-bg .c2cl-close {
  position: absolute;
  right: 10px;
  width: 16px;
  z-index: 3;
  height: 16px;
  top: 8px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: url("../images/icon64.png") no-repeat center center;
  cursor: pointer;
}
.c2-sohbet-list .c2-om-bg .c2cl-close:hover {
  background-color: rgba(255,255,255,0.05);
}
.c2-sohbet-list .c2-om-bg .c2om-number {
  background: url("../images/icon30.png") no-repeat;
  width: 24px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.c2-sohbet-list .c2-om-bg .c2om-icon {
  background: url("../images/icon62.png") no-repeat;
  width: 24px;
  height: 24px;
}
.c2-sohbet-list .c2-om-bg.current {
  color: #fff;
}
.c2-sohbet-list .c2-om-bg:hover {
  color: #ee962f;
  background: #171923;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.c2-sohbet-list .c2-om-bg:hover .c2cl-close {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}
.c2-hider {
  background: url("../images/icon63.png") no-repeat center center;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  right: 0;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .c2-hider {
    display: none;
  }
}
.c2-hider.current {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-color: #272a39;
}
.c2-hider-inner {
  padding: 10px 20px 0 0;
}
/* icons */
.icon1 {
  background: url("../images/icon1.png") no-repeat center center;
  width: 14px;
  display: block;
  height: 16px;
}
.icon2 {
  background: url("../images/icon2.png") no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
}
.icon3 {
  background: url("../images/icon3.png") no-repeat center center;
  width: 16px;
  display: block;
  height: 16px;
}
.icon4 {
  background: url("../images/icon4.png") no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
}
.icon5 {
  background: url("../images/icon5.png") no-repeat center center;
  width: 16px;
  height: 15px;
  display: block;
}
.icon40 {
  background: url("../images/icon42.png") no-repeat center center;
  width: 26px;
  height: 26px;
  display: block;
}
.icon41 {
  background: url("../images/icon43.png") no-repeat center center;
  width: 26px;
  height: 26px;
  display: block;
}
.icon42 {
  background: url("../images/icon44.png") no-repeat center center;
  width: 26px;
  height: 26px;
  display: block;
}
.icon43 {
  background: url("../images/icon45.png") no-repeat center center;
  width: 26px;
  height: 26px;
  display: block;
}
.icon44 {
  background: url("../images/icon46.png") no-repeat center center;
  width: 23px;
  height: 26px;
  display: block;
}
.icon45 {
  background: url("../images/icon47.png") no-repeat center center;
  width: 27px;
  height: 26px;
  display: block;
}
.icon46 {
  background: url("../images/icon48.png") no-repeat center center;
  width: 21px;
  height: 17px;
  display: block;
}
.icon47 {
  background: url("../images/icon49.png") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
}
.icon48 {
  background: url("../images/icon50.png") no-repeat center center;
  width: 18px;
  height: 18px;
  display: block;
}
.icon49 {
  background: url("../images/icon51.png") no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
}
.icon50 {
  background: #e9ebf2 url("../images/icon55.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
}
.icon51 {
  background: #e9ebf2 url("../images/icon56.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
}
.icon66 {
  background: url("../images/icon66.png") no-repeat center center;
  width: 14px;
  display: block;
  height: 16px;
}
.icon67 {
  background: url("../images/icon67.png") no-repeat center center;
  width: 26px;
  height: 26px;
  display: block;
}
.right-click-menu li a:hover .icon6 {
  background-position: 0 -13px;
}
.right-click-menu li a:hover .icon7 {
  background-position: 0 -11px;
}
.right-click-menu li a:hover .icon8 {
  background-position: 0 -14px;
}
.right-click-menu li a:hover .icon9 {
  background-position: 0 -14px;
}
.right-click-menu li a:hover .icon10 {
  background-position: 0 -14px;
}
.right-click-menu li a:hover .icon11 {
  background-position: 0 -14px;
}
.right-click-menu li a:hover .icon12 {
  background-position: 0 -10px;
}
.right-click-menu li a:hover .icon13 {
  background-position: 0 -10px;
}
.right-click-menu li a:hover .icon14 {
  background-position: 0 -9px;
}
.right-click-menu li a:hover .icon15 {
  background-position: 0 -13px;
}
.icon6 {
  background: url("../images/icon18.png") no-repeat center center;
  background-position: 0 0;
  width: 14px;
  height: 13px;
  display: block;
  margin: 0 auto;
}
.icon7 {
  background: url("../images/icon19.png") no-repeat center center;
  background-position: 0 0;
  width: 14px;
  height: 11px;
  display: block;
  margin: 0 auto;
}
.icon8 {
  background: url("../images/icon20.png") no-repeat center center;
  background-position: 0 0;
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
}
.icon9 {
  background: url("../images/icon21.png") no-repeat center center;
  background-position: 0 0;
  width: 17px;
  height: 14px;
  display: block;
  margin: 0 auto;
}
.icon10 {
  background: url("../images/icon22.png") no-repeat center center;
  background-position: 0 0;
  width: 9px;
  height: 14px;
  display: block;
  margin: 0 auto;
}
.icon11 {
  background: url("../images/icon23.png") no-repeat center center;
  background-position: 0 0;
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
}
.icon12 {
  background: url("../images/icon24.png") no-repeat center center;
  background-position: 0 0;
  width: 11px;
  height: 10px;
  display: block;
  margin: 0 auto;
}
.icon13 {
  background: url("../images/icon25.png") no-repeat center center;
  background-position: 0 0;
  width: 11px;
  height: 10px;
  display: block;
  margin: 0 auto;
}
.icon14 {
  background: url("../images/icon26.png") no-repeat center center;
  background-position: 0 0;
  width: 10px;
  height: 9px;
  display: block;
  margin: 0 auto;
}
.icon15 {
  background: url("../images/icon27.png") no-repeat center center;
  background-position: 0 0;
  width: 14px;
  height: 13px;
  display: block;
  margin: 0 auto;
}
.gizle {
  display: none !important;
}
#gizler .gizlebutton {
  display: block;
}
#gizler {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 100;
}
.prefix {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin: 0 7px 0 0;
  font-size: 12px;
  text-align: center;
  color: #e3e3e3;
}
span.prefix.v {
  display: inline-block;
  background: #ecb731;
  padding-top: 2px;
}
span.prefix.u {
  display: inline-block;
  background: #00334e;
  padding-top: 4px;
  font-family: 'FontAwesome';
}
span.prefix.u:before {
  content: "\f007";
}
span.prefix.h {
  display: inline-block;
  background: #69bd27;
  padding-top: 2px;
}
span.prefix.o {
  display: inline-block;
  background: #48a9c5;
  padding-top: 1px;
}
span.prefix.a {
  display: inline-block;
  background: #b54747;
  padding-top: 2px;
}
span.prefix.q {
  display: inline-block;
  background: #f44336;
  padding-top: 2px;
}
span.prefix.s {
  display: inline-block;
  background: #be0027;
  padding-top: 2px;
}
.nicklist li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 7px 1px 5px 7px !important;
  white-space: nowrap;
  overflow: hidden;
}
.nicklist li:hover {
  background: #dfe1e9;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.erko {
  animation: hello 0.6s ease-in-out infinite;
  font-weight: bold;
}
.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:hover {
  color: #f00;
  cursor: pointer;
  opacity: 1;
}
.siyah {
  color: #000;
}
.emojione {
  width: 20px;
  margin-bottom: 3px;
}
.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: #272a39;
  margin-right: 5px;
  font-size: 18px !important;
}
.kirmizi {
  color: #f00;
}
.mesaj .irc-fg0,
.m-topic .irc-fg0,
.mesaj .irc-fg00,
.m-topic .irc-fg00 {
  color: #fff;
}
.mesaj .irc-fg1,
.m-topic .irc-fg1,
.mesaj .irc-fg01,
.m-topic .irc-fg01 {
  color: #000;
}
.mesaj .irc-fg2,
.m-topic .irc-fg2,
.mesaj .irc-fg02,
.m-topic .irc-fg02 {
  color: darkBlue;
}
.mesaj .irc-fg3,
.m-topic .irc-fg3,
.mesaj .irc-fg03,
.m-topic .irc-fg03 {
  color: darkGreen;
}
.mesaj .irc-fg4,
.m-topic .irc-fg4,
.mesaj .irc-fg04,
.m-topic .irc-fg04 {
  color: #f00;
}
.mesaj .irc-fg5,
.m-topic .irc-fg5,
.mesaj .irc-fg05,
.m-topic .irc-fg05 {
  color: darkRed;
}
.mesaj .irc-fg6,
.m-topic .irc-fg6,
.mesaj .irc-fg06,
.m-topic .irc-fg06 {
  color: #800080;
}
.mesaj .irc-fg7,
.m-topic .irc-fg7,
.mesaj .irc-fg07,
.m-topic .irc-fg07 {
  color: #ffa500;
}
.mesaj .irc-fg8,
.m-topic .irc-fg8,
.mesaj .irc-fg08,
.m-topic .irc-fg08 {
  color: #ff0;
}
.mesaj .irc-fg9,
.m-topic .irc-fg9,
.mesaj .irc-fg09,
.m-topic .irc-fg09 {
  color: #73e073;
}
.mesaj .irc-fg10,
.m-topic .irc-fg10 {
  color: #008080;
}
.mesaj .irc-fg11,
.m-topic .irc-fg11 {
  color: #0ff;
}
.mesaj .irc-fg12,
.m-topic .irc-fg12 {
  color: #00f;
}
.mesaj .irc-fg13,
.m-topic .irc-fg13 {
  color: #f0f;
}
.mesaj .irc-fg14,
.m-topic .irc-fg14 {
  color: dimGray;
}
.mesaj .irc-fg15,
.m-topic .irc-fg15 {
  color: lightGray;
}
.mesaj .irc-bg0,
.m-topic .irc-bg0,
.mesaj .irc-bg00,
.m-topic .irc-bg00 {
  background-color: #fff;
}
.mesaj .irc-bg1,
.m-topic .irc-bg1,
.mesaj .irc-bg01,
.m-topic .irc-bg01 {
  background-color: #000;
}
.mesaj .irc-bg2,
.m-topic .irc-bg2,
.mesaj .irc-bg02,
.m-topic .irc-bg02 {
  background-color: darkBlue;
}
.mesaj .irc-bg3,
.m-topic .irc-bg3,
.mesaj .irc-bg03,
.m-topic .irc-bg03 {
  background-color: darkGreen;
}
.mesaj .irc-bg4,
.m-topic .irc-bg4,
.mesaj .irc-bg04,
.m-topic .irc-bg04 {
  background-color: #f00;
}
.mesaj .irc-bg5,
.m-topic .irc-bg5,
.mesaj .irc-bg05,
.m-topic .irc-bg05 {
  background-color: darkRed;
}
.mesaj .irc-bg6,
.m-topic .irc-bg6,
.mesaj .irc-bg06,
.m-topic .irc-bg06 {
  background-color: #800080;
}
.mesaj .irc-bg7,
.m-topic .irc-bg7,
.mesaj .irc-bg07,
.m-topic .irc-bg07 {
  background-color: #ffa500;
}
.mesaj .irc-bg8,
.m-topic .irc-bg8,
.mesaj .irc-bg08,
.m-topic .irc-bg08 {
  background-color: #ff0;
}
.mesaj .irc-bg9,
.m-topic .irc-bg9,
.mesaj .irc-bg09,
.m-topic .irc-bg09 {
  background-color: #73e073;
}
.mesaj .irc-bg10,
.m-topic .irc-bg10 {
  background-color: #008080;
}
.mesaj .irc-bg11,
.m-topic .irc-bg11 {
  background-color: #0ff;
}
.mesaj .irc-bg12,
.m-topic .irc-bg12 {
  background-color: #00f;
}
.mesaj .irc-bg13,
.m-topic .irc-bg13 {
  background-color: #f0f;
}
.mesaj .irc-bg14,
.m-topic .irc-bg14 {
  background-color: dimGray;
}
.mesaj .irc-bg15,
.m-topic .irc-bg15 {
  background-color: lightGray;
}
.mesaj .irc-bold,
.m-topic .irc-bold {
  font-weight: 600;
}
.mesaj .irc-underline,
.m-topic .irc-underline {
  text-decoration: underline;
}
.mesaj .irc-italic,
.m-topic .irc-italic {
  font-style: italic;
}
.global .nick {
  color: #6a67ce;
}
.gonderen {
  padding-right: 3px;
}
.notice .gonderen {
  color: #be0027;
}
.siyah {
  color: #000;
}
.glyphicon {
  position: absolute;
  float: right;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-remove:before {
  content: "\f00d";
}
.input-group-addon {
  border-right: 1px solid #d0d0d0 !important;
  padding: 7px 7px 7px 7px;
}
.secili {
  text-align: center;
  border-radius: 2px;
  background-color: #c5cfd4;
}
.list-group .list-group-item {
  padding: 7px 12px;
}
.ozelmesaj #title {
  width: 70% !important;
}
li.tab.list-group-item > #title {
  width: 85%;
  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: #f3f3f3;
}
.list-group-item.active {
  background-color: #08080a !important;
  border-color: #0f1010 !important;
}
.list-group-item.active i {
  color: #fff;
}
i.kirmizi {
  animation: blinker 1.4s linear infinite;
}
.uyari-badge {
  animation: blinker 1.9s linear infinite;
  font-size: 13px;
  font-weight: 500;
  background: #dc3545;
  height: 18px;
  margin-top: 3px;
  border-radius: 12px;
  box-shadow: 1px 1px #888;
}
.mavi {
  color: #7d95ec;
}
.yesil {
  color: #4caf50;
}
.action {
  color: #9c00be;
  font-weight: 600;
}
.ozelmesaj ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ozelmesaj li {
  display: block;
  color: #272a39 !important;
  font-weight: 500;
  margin: 0 0 5px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 10px 3px 10px;
  border-right: 1px solid #cececf !important;
  border-bottom: 1px solid #cececf !important;
  position: relative;
  background: #fff;
}
.ozelmesaj li p {
  display: inline;
}
.ozelmesaj > li > span.badge {
  background: transparent;
  color: #777;
  font-size: 13px;
  padding: 0;
}
.ozelmesaj li span {
  position: absolute;
  right: 10px;
  top: 8px;
}
.ozelmesaj li.active {
  background: #272a39 !important;
  color: #fefefe !important;
}
.ozelmesaj li.active i {
  color: #fefefe;
}
.ozelmesaj li .kirmizi {
  color: #f00 !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;
}
#skymenu,
.tablar {
  font-weight: 600;
}
#chatListUser .nick.list-group-item.list-group-item-info #skymenu {
  background: transparent !important;
  padding: 5px 0px;
  width: 100% !important;
}
#chatListUser .nick.list-group-item.list-group-item-info #skymenu::before {
  clear: both;
  content: "";
}
#chatListUser .nick.list-group-item.list-group-item-info #skymenu .list-group-item {
  background: transparent !important;
  font-size: 12px;
  color: #fff;
  width: 100% !important;
  padding: 5px 10px !important;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#chatListUser .nick.list-group-item.list-group-item-info #skymenu .list-group-item .ikon {
  color: #787d97 !important;
  margin-right: 5px !important;
}
.night .main-content {
  background: #333646;
  color: #dbdce4;
}
.night .chat-content {
  border-right: 2px solid #575963;
}
.night .m-topic {
  background: #333646;
  color: #dbdce4;
  border-bottom: 1px solid #4a5070;
  border-right: 1px solid #4a5070;
}
.night .nicklist li {
  background: #333646;
  color: #dbdce4;
  border-bottom: 1px solid #414452;
}
.night .nicklist li:hover {
  background: #98afc0;
}
.night .channel-list li {
  background: #575963;
  color: #dbdce4;
}
.night .channel-list li:hover {
  background: #505152;
}
.night .user {
  color: #dbdce4;
}
.night .channel-lister {
  background: #333646;
}
.night .mesaj .irc-fg1,
.m-topic .irc-fg1,
.mesaj .irc-fg01,
.m-topic .irc-fg01 {
  color: #dbdce4;
}
.night .mesaj .irc-fg2,
.m-topic .irc-fg2,
.mesaj .irc-fg02,
.m-topic .irc-fg02 {
  color: #715aca;
}
.night .user-search input {
  background-color: #333646;
  color: #dbdce4;
  border-bottom: 1px solid #333646;
}
.night .user-search ::placeholder {
  color: #eaeaea;
}
.night .ce-bot {
  background: #323442;
  color: #dbdce4;
}
.night .menu-one ul li a {
  background: #575963;
  color: #dbdce4;
}
.night .menu-one ul li a:hover {
  background: #858e94;
}
.night *::-webkit-scrollbar-thumb {
  background: #5b5b65;
}
.night *::-webkit-scrollbar-track {
  background: #b3b1b1;
}
.night .chat-editor {
  border-top: 1px solid #3f4461;
  border-right: 1px solid #3f4461;
}
.night .ce-top .ce-left .cel-col {
  border-right: 1px solid #3f4461;
}
.night .ce-top {
  border-bottom: 1px solid #3f4461;
}
.night .input-group-addon {
  border-right: 1px solid #3f4461 !important;
}
.night .ce-right .cer-col {
  border-left: 1px solid #3f4461;
}
.night .farkli-surum {
  color: #dbdce4;
}
.night .farkli-surum:hover {
  background-color: #555761;
}
.night .mirc-indir {
  color: #dbdce4;
}
.night .mirc-indir:hover {
  background-color: #555761;
}
.night #sayi {
  background-color: #caccd1;
}
.night .menu-one ul li.menu-nickname {
  color: #848a8c;
}
.night .clear-messages {
  background: url("../images/icon9n.png") no-repeat center center;
}
.night .screen-but {
  background: url("../images/icon12n.png") no-repeat center center;
}
.night .send-button:hover {
  background: #53555f;
}
.night .profil {
  background: #3e404a;
}
.night .profilsag .btn {
  background: #d0d2d3;
}
.night .mob-top-menu .mob-channel-list {
  background: #353742;
}
.night .mob-ozel-mesajlar-drop {
  background: #272a39;
}
.night .mchannel-list li {
  background: #575963;
  color: #dbdce4 !important;
  border-right: 1px solid #3f4461 !important;
  border-bottom: 1px solid #3f4461 !important;
}
.night .ozelmesaj li {
  background: #53545d;
  color: #dbdce4 !important;
  border-right: 1px solid #3f4461 !important;
  border-bottom: 1px solid #3f4461 !important;
}
.night .ozelmesaj li.active {
  background: #9c9cb1 !important;
}
.night .mob-top-menu .mobile-menu {
  background: #353742;
  color: #dbdce4;
}
.night .mob-top-menu .mobile-menu ul li {
  border-bottom: 1px solid #4a5070;
}
.night .omsjrenk {
  color: #e7e9ef;
}
.night .dark2 .jconfirm-title-c {
  background: #272a39;
  color: #dbdce4;
}
.night .dark2 .jconfirm-closeIcon {
  color: #fffdfd;
}
.night .form-control {
  background: #dbdce4;
}
.night #gizler .gizlebutton {
  background: #272a39 !important;
  color: #dbdce4 !important;
  border: 1px solid #4a5070 !important;
}
.night #gizler .gosterbutton {
  background: #272a39 !important;
  color: #dbdce4 !important;
  border: 1px solid #4a5070 !important;
}
.night .nightmod {
  background: #272a39;
  border: 2px solid #3d3f4a;
}
.night #sayio {
  background-color: rgba(26,140,197,0.38);
}
.night .profilsag .btn-light {
  background-color: #575963;
  border-color: #66676b;
  color: #d6dbe0;
}
.night .profilsag .btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #010410;
  border-color: #0a0f25;
  color: #d6dbe0;
}
.night .avatar {
  border: 4px solid #767882;
}
.night .founder {
  color: #e22b3c;
}
.night .voice {
  color: #b58a1e;
}
.nightmod {
  background: #f5f5f5;
  text-align: center;
  border-radius: 15px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  border: 2px solid #ececec;
}
.nightmod p {
  margin-bottom: 4px !important;
  font-size: 12px;
  font-weight: 600;
}
.lisans {
  text-align: center;
  margin-bottom: 10px;
}
.dark2 .jconfirm-box {
  padding: 0px !important;
  background: #efefef !important;
  border-top: none !important;
}
.dark2 .jconfirm-title-c {
  padding: 1rem 1rem;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5 !important;
  color: #272a39;
  font-size: 1.25rem !important;
  font-weight: 600;
}
.dark2 .jconfirm-content-pane {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
  background: #efefef;
  color: #000 !important;
}
.dark2 .btn-default {
  background: #272a39 !important;
  border: none;
  color: #fff;
}
.dark2 .jconfirm-closeIcon {
  top: 15px !important;
  color: #000;
}
.dark2 .mb-2,
.my-2 {
  margin-bottom: 0.1rem !important;
}
.dark2 .mb-5 {
  margin-bottom: 0.5rem !important;
}
.dark2 .jconfirm-icon-c {
  color: #4bafcc !important;
}
.dropdown-menu {
  background: #272a39;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
}
.dark3 .jconfirm-box {
  padding: 0px !important;
  background: #efefef !important;
  border-top: none !important;
}
.dark3 .jconfirm-title-c {
  padding: 1rem 1rem;
  background: #272a39;
  position: relative;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5 !important;
  color: #fff;
  font-size: 1.15rem !important;
  font-weight: 500;
  background-image: url("../images/icon28.png");
  background-repeat: no-repeat;
  background-position: left 8px center;
}
.dark3 .jconfirm-content-pane {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
  background: #efefef;
  color: #000 !important;
}
.dark3 .btn-default {
  background: #272a39 !important;
  border: none;
  color: #fff;
}
.dark3 .jconfirm-closeIcon {
  top: 15px !important;
  color: #000;
}
.dark3 .mb-2,
.my-2 {
  margin-bottom: 0.1rem !important;
}
.dark3 .mb-5 {
  margin-bottom: 0.5rem !important;
}
.dark3 .jconfirm-icon-c {
  color: #4bafcc !important;
}
.dropdown-menu .disabled {
  display: none !important;
}
.dropdown-menu li {
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu li a {
  display: table;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
}
.dropdown-menu li a:hover {
  background: #4a97b4;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  color: #fff;
}
.dropdown-menu li a .rcm-col {
  display: table-cell;
  vertical-align: middle;
}
.dropdown-menu li a .rcm-col:nth-child(1) {
  width: 15%;
}
.dropdown-menu li a .rcm-col:nth-child(2) {
  width: 85%;
  padding-left: 5px;
}
.desk-user {
  width: 15%;
  float: right;
}
#sayi {
  background-color: #4a97b4;
  border-radius: 5px;
  padding: 5px;
  color: #2d2323;
}
.topic {
  background: rgba(0,0,0,0.1);
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
}
.founder {
  color: #f00;
}
.sop {
  color: #be0027;
}
.op {
  color: #48a9c5;
}
.halfop {
  color: #589a23;
}
.voice {
  color: #e6b12b;
}
.user {
  color: #00334e;
}
.nicklist strong {
  font-weight: 400;
}
@-moz-keyframes hello {
  50% {
    color: #e26060;
  }
}
@-webkit-keyframes hello {
  50% {
    color: #e26060;
  }
}
@-o-keyframes hello {
  50% {
    color: #e26060;
  }
}
@-moz-keyframes hello {
  100% {
    color: #e40000;
  }
}
@-webkit-keyframes hello {
  100% {
    color: #e40000;
  }
}
@-o-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);
  }
}
@-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;
  }
}
@-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;
  }
}
@-moz-keyframes off {
  0% {
    transform: translateX(80px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(0px);
    width: 26px;
  }
}
@-webkit-keyframes off {
  0% {
    transform: translateX(80px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(0px);
    width: 26px;
  }
}
@-o-keyframes off {
  0% {
    transform: translateX(80px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(0px);
    width: 26px;
  }
}
@keyframes off {
  0% {
    transform: translateX(80px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(0px);
    width: 26px;
  }
}
@-moz-keyframes on {
  0% {
    transform: translateX(0px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(80px);
    width: 26px;
  }
}
@-webkit-keyframes on {
  0% {
    transform: translateX(0px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(80px);
    width: 26px;
  }
}
@-o-keyframes on {
  0% {
    transform: translateX(0px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(80px);
    width: 26px;
  }
}
@keyframes on {
  0% {
    transform: translateX(0px);
    width: 26px;
  }
  50% {
    width: 55px;
    border-radius: 25px;
  }
  100% {
    transform: translateX(80px);
    width: 26px;
  }
}
@-moz-keyframes sun {
  0% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  50% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  90% {
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
  100% {
    transform: rotate(0deg);
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
}
@-webkit-keyframes sun {
  0% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  50% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  90% {
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
  100% {
    transform: rotate(0deg);
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
}
@-o-keyframes sun {
  0% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  50% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  90% {
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
  100% {
    transform: rotate(0deg);
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
}
@keyframes sun {
  0% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  50% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  90% {
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
  100% {
    transform: rotate(0deg);
    background-color: #f5daaa;
    box-shadow: 0px 0px 10px #f5deb4, 0px 0px 20px #f5deb4, 0px 0px 30px #f5deb4, inset 0px 0px 2px #efd3a3;
    filter: blur(1px);
  }
}
@-moz-keyframes moon {
  0% {
    transform: rotate(0deg);
    filter: blur(1px);
  }
  50% {
    filter: blur(1px);
  }
  90% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  100% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
}
@-webkit-keyframes moon {
  0% {
    transform: rotate(0deg);
    filter: blur(1px);
  }
  50% {
    filter: blur(1px);
  }
  90% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  100% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
}
@-o-keyframes moon {
  0% {
    transform: rotate(0deg);
    filter: blur(1px);
  }
  50% {
    filter: blur(1px);
  }
  90% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  100% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
}
@keyframes moon {
  0% {
    transform: rotate(0deg);
    filter: blur(1px);
  }
  50% {
    filter: blur(1px);
  }
  90% {
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
  100% {
    transform: rotate(170deg);
    background-color: transparent;
    box-shadow: 5px -1px 0px #fff;
    filter: blur(0px);
  }
}
@-moz-keyframes blinker {
  40% {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  40% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  40% {
    opacity: 0;
  }
}
@keyframes blinker {
  40% {
    opacity: 0;
  }
}
@-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;
  }
}
