
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);


/******************************************************************************************/
/* 768px ve altındaki ekranlar için */
@media only screen and (max-width: 768px) {

  .mesaj{
    margin-top: -35px; 
    margin-left: -12px;
  }

  .simdi-sohbet-et{
    display: none;
  }

  .canlidestek {
  
    margin: 1em;
    
    z-index: 998;
    position: fixed; /* Sabit konum */
    bottom: 10px; /* Alt kenardan 20px yukarıda */
    right: -10px; /* Sağ kenardan 20px içerde */
  }

  .canlidestek2 {
    display: block;
    width: 45px;
    height: 100px;
    border-radius: 0px;
    text-align: center;
    padding-right: 0px;
    color: #263238;
    padding-top:70px;
    right: -5px;
    bottom: -25px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
  }

  .canlidestek2 > i {
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-in-out;
  }

  .canlidestek2:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
  }

  .canlidestek2:not(:last-child) > i {
    font-size: 1.4em;
    line-height: 40px;
  }

  .canlidestek2:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
  }

  .canlidestek2:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
  }

  .canlidestek2:not(:last-child):active,
  .canlidestek2:not(:last-child):focus,
  .canlidestek2:not(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
  }

  /* Chat mesaj alanı */
  .chat {
    position: fixed;
    right: 45px;
    bottom: 0px;
    width: 350px;
    height: 520px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .chat_header {
    margin: 10px;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
  }

  .chat_header .span {
    float:right;
  }

  .chat_loader {
    display: none;
    float: right;
    background: rgba(0, 0, 0, 0);
    height: 8px;
    width: 8px;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    border: solid 2px #263238;
  }

  .chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    -moz-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    -o-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  }

  .chat_option {
    float: left;
    font-size: 1.5em;
    list-style: none;
    position: relative;
    width: 20px;
    height: 100%;
    cursor: pointer;
    text-align: relative;
    margin-right: 10px;
  }

  .chat_option ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    background: #eceff1;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    padding: 0;
    z-index: 1000;
    width: 150px;
  }

  .chat_option ul li {
    float: none;
    position: relative;
  }

  .chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
  }

  .chat_option.is-dropped>ul {
    display: block;
  }

  .chat_login {
    width: 100%;
    height: 150px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
  }

  .chat_login a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
  }

  .chat_login a>i {
    font-size: 1.6em;
    line-height: 35px;
  }

  .chat_login input {
    position: relative;
    margin: 5px 0 5px 0;
    width: 90%;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
    height: 30px;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    margin: 10px 0 0 0;
  }

  .chat_login .chat_login_alert {
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
  }
  /* Mesaj yazma alanı */
  .chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 95%;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
  }
  /* Mesaj yazma alanı */

  .chat_field.chat_message {
    height: 100px;
    resize: none;
    margin-top: 0px;
    background: #fff;
  }

  .chat_converse {
    position: relative;
    background: #333;
    margin: 6px 0 0 0;
    /* max-height: 256px; */
    min-height: 0;
    font-size: 15px;
    line-height: 16px;
    overflow-y: auto;
    width: 100%;
    float: right;
    height: 400px;
  }

  .chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
  }

  .chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 70%;
    display: block;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .28);
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    -moz-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    -o-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
  }

  .chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(255, 255, 255, 0.3);
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background:  #178BB5;
  }

  .chat .chat_converse .chat_msg_item .chat_avatar {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
  }

  .chat .chat_converse .chat_msg_item .chat_avatar > i {
    font-size: 22px;
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .chat .chat_converse .chat_msg_item_user .chat_avatar > img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
  }

  .chat .chat_converse .chat_msg_item_user .chat_avatar > img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 60px;
    float: right;
    background: #178BB5;
    color: #fff;
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.3);
  }

  .chat_msg_item.chat_msg_item_user:before {
    content: '';
    position: absolute;
    top: 15px;
    right: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-left-color: #178BB5;
  }

  strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 18px;
    display: block;
  }

  
  /* Chat mesaj alanı */

  .vynogo{
    text-align: center; 
    padding: 5px 15px; 
    background: #333; 
    position: fixed; 
    bottom: 517px;
    right: 45px;
    width: 350px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #fff;
  }

  #cht_dosya_yukle{
      position: relative; /* Sabit konum */
      right: 0px; /* Sağ kenardan 20px içerde */
      left: 5px;
      margin-top: 0px;
      border-radius: 0px;
      width: 95px;
      height: 100px;
      float: left;
      bottom: -10px;
  }

  #canli_destek_gonder{
      position: relative; /* Sabit konum */
      right: 5px; /* Sağ kenardan 20px içerde */
      margin-top: 0px;
      border-radius: 0px;
      width: 240px;
      float: right;
      bottom: -10px;
  }
  
}
/* 768px ve altındaki ekranlar için */

/******************************************************************************************/


/* 769px ve üzerindeki ekranlar için */
@media only screen and (min-width: 769px) {

  .mesaj{
    margin-top:20px; 
    margin-left:-200px;
  }

  .canlidestek {
  
    margin: 1em;
    
    z-index: 998;
    position: fixed; /* Sabit konum */
    bottom: 120px; /* Alt kenardan 20px yukarıda */
    right: -130px; /* Sağ kenardan 20px içerde */
  }

  .canlidestek2 {
    transform: rotate(90deg);
    display: block;
    width: 280px;
    height: 45px;
    right: -4px;
    bottom: -20px;
    border-radius: 0px;
    text-align: right;
    padding-right: 30px;
    color: #263238;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
  }

  .canlidestek2 > i {
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-in-out;
  }

  .canlidestek2:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
  }

  .canlidestek2:not(:last-child) > i {
    font-size: 1.4em;
    line-height: 40px;
  }

  .canlidestek2:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
  }

  .canlidestek2:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
  }

  .canlidestek2:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
  }

  .canlidestek2:not(:last-child):active,
  .canlidestek2:not(:last-child):focus,
  .canlidestek2:not(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
  }
  /* Chat mesaj alanı */
  .chat {
    position: fixed;
    right: 45px;
    bottom: 0px;
    width: 700px;
    height: 700px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .chat_header {
    margin: 10px;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
  }

  .chat_header .span {
    float:right;
  }

  .chat_loader {
    display: none;
    float: right;
    background: rgba(0, 0, 0, 0);
    height: 8px;
    width: 8px;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    border: solid 2px #263238;
  }

  .chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    -moz-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    -o-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  }

  .chat_option {
    float: left;
    font-size: 1.5em;
    list-style: none;
    position: relative;
    width: 20px;
    height: 100%;
    cursor: pointer;
    text-align: relative;
    margin-right: 10px;
  }

  .chat_option ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    background: #eceff1;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    padding: 0;
    z-index: 1000;
    width: 150px;
  }

  .chat_option ul li {
    float: none;
    position: relative;
  }

  .chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
  }

  .chat_option.is-dropped>ul {
    display: block;
  }

  .chat_login {
    width: 100%;
    height: 150px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
  }

  .chat_login a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
  }

  .chat_login a>i {
    font-size: 1.6em;
    line-height: 35px;
  }

  .chat_login input {
    position: relative;
    margin: 5px 0 5px 0;
    width: 90%;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
    height: 30px;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    margin: 10px 0 0 0;
  }

  .chat_login .chat_login_alert {
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
  }
  /* Mesaj yazma alanı */
  .chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 95%;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    background: #eceff1;
    display: inline-block;
  }
  /* Mesaj yazma alanı */

  .chat_field.chat_message {
    height: 100px;
    resize: none;
    margin-top: 0px;
    background: #fff;
  }

  .chat_converse {
    position: relative;
    background: #333;
    margin: 6px 0 0 0;
    /* max-height: 256px; */
    min-height: 0;
    font-size: 15px;
    line-height: 16px;
    overflow-y: auto;
    width: 100%;
    float: right;
    height: 590px;
  }

  .chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
  }

  .chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 70%;
    display: block;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .28);
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    -moz-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    -o-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
  }

  .chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(255, 255, 255, 0.3);
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background:  #178BB5;
  }

  .chat .chat_converse .chat_msg_item .chat_avatar {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
  }

  .chat .chat_converse .chat_msg_item .chat_avatar > i {
    font-size: 22px;
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .chat .chat_converse .chat_msg_item_user .chat_avatar > img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
  }

  .chat .chat_converse .chat_msg_item_user .chat_avatar > img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 60px;
    float: right;
    background: #178BB5;
    color: #fff;
  }

  .chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.3);
  }

  .chat_msg_item.chat_msg_item_user:before {
    content: '';
    position: absolute;
    top: 15px;
    right: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-left-color: #178BB5;
  }

  strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 18px;
    display: block;
  }

  
  /* Chat mesaj alanı */

  .vynogo{
    text-align: center; 
    padding: 5px 15px; 
    background: #333; 
    position: fixed; 
    bottom: 700px;
    right: 486.5px;
    border-radius: 10px 10px 0px 0px;
  }

  #cht_dosya_yukle{
      position: relative; /* Sabit konum */
      right: 0px; /* Sağ kenardan 20px içerde */
      left: 5px;
      margin-top: 0px;
      border-radius: 0px;
      width: 95px;
      height: 100px;
      float: left;
      bottom: -10px;
  }

  #canli_destek_gonder{
      position: relative; /* Sabit konum */
      right: 5px; /* Sağ kenardan 20px içerde */
      margin-top: 0px;
      border-radius: 0px;
      width: 590px;
      float: right;
      bottom: -10px;
  }
  
}
/* 769px ve üzerindeki ekranlar için */

/******************************************************************************************/




/*Chatbox*/



.canlidestek2_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #333;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.canlidestek2_field a {
  display: inline-block;
  text-align: center;
}

#canlidestek2_listen {
  float: left;
  background: rgba(0, 0, 0, 0);
}

#canlidestek2_send {
  float: right;
  background: rgba(0, 0, 0, 0);
}

.canlidestek2_field .canlidestek2 {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.canlidestek2_field .canlidestek2>i {
  font-size: 15px;
  line-height: 16px;
  color: #ff0000;
}


/*Chatbox scrollbar*/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/*Element state*/

.is-active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.10);
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  -moz-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  -o-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/

@keyframes zoomIn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes load {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/*Color Options*/


.blue .canlidestek2 {
  background: #178BB5;
  color: #eceff1;
}


.blue .chat {
  background: #178BB5;
  color: #eceff1;
}

/* Ripple */

.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  transform: scale(0);
}
/*animation effect*/

.ink.animate {
  animation: ripple 0.5s ease-in-out;
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5);
  }
}





#loginPrompt {
    background: #333;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

.chat-item {
    padding: 10px;
    margin: 5px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.chat-item:hover {
    background: rgba(255,255,255,0.2);
}

#chatHistory {
    border-bottom: 1px solid #555;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 700px;
    background: #333;
}

#prime2 {
    position: fixed; /* Sabit konum */
    right: 0px; /* Sağ kenardan 20px içerde */
    border-radius: 0px;
    margin-top: -6px;
    width: 45px;
    border: none;
}

#geri_mesajlar_ac{
    position: fixed; /* Sabit konum */
    right: 0px; /* Sağ kenardan 20px içerde */
    margin-top: 67px;
    border-radius: 0px;
    width: 45px;
    border: none;
}

#yeni_konu_ac{
    position: fixed; /* Sabit konum */
    right: 0px; /* Sağ kenardan 20px içerde */
    margin-top: 31px;
    border-radius: 0px;
    width: 45px;
    border: none;
    background: #0097B2;
}



