/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic); */
/* @import url(https://zavoloklom.github.io/material-design-iconic-font/css/docs.md-iconic-font.min.css);  */
/*Floating Action Button

/* 
#chatnik{
    display: none;
} */


#onlinchat .fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}

#onlinchat .fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  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;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
}

#onlinchat .fab:hover{
    width: 58px;
    height: 58px;
 
}

#onlinchat .fab > i {
  font-size: 2em;
  line-height: 55px;
  transition: all .2s ease-in-out;
}

#onlinchat .fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
}

#onlinchat .fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}

#onlinchat .fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

#onlinchat .fab:nth-last-child(1) {
  transition-delay: 25ms;
}

#onlinchat .fab:not(:last-child):nth-last-child(2) {
  transition-delay: 20ms;
}

#onlinchat .fab:not(:last-child):nth-last-child(3) {
  transition-delay: 40ms;
}

#onlinchat .fab:not(:last-child):nth-last-child(4) {
  transition-delay: 60ms;
}

#onlinchat .fab:not(:last-child):nth-last-child(5) {
  transition-delay: 80ms;
}

#onlinchat .fab:not(:last-child):active,
#onlinchat .fab:not(:last-child):focus,
#onlinchat .fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/

#onlinchat .chat {
    display: none;
  position: fixed;
  right: 15px;
  bottom: 85px;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  
  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: 15px;
  transition: all .2s ease-in-out;
}

#onlinchat .chat_header {
  margin: 10px;
  font-size: 14px;
 
  font-weight: 500;
}

#onlinchat .chat_header .span {
  float:right;
}

#onlinchat .chat_loader {
  display: block;
  float: right;
  background: rgba(0, 0, 0, 0);
  height: 15px;
  width: 15px;
  margin: 5px 10px 0 0;
  border-radius: 50%;
  border: solid 3px #263238;
}




  .chat_loader {
     -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;;
     -moz-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;;
     -o-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;;
      animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;;
  }






#onlinchat .chat.is-visible {
    display: block;
  opacity: 1;
  -webkit-animation: slideInUp .2s cubic-bezier(.42, 0, .58, 1);
  animation: slideInUp .2s cubic-bezier(.42, 0, .58, 1);
}

#onlinchat .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;
}

#onlinchat .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;
}

#onlinchat .chat_option ul li {
  float: none;
  position: relative;
}

#onlinchat .chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}

#onlinchat .chat_option.is-dropped>ul {
  display: block;
}

#onlinchat .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);
}

#onlinchat .chat_login a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
}

#onlinchat .chat_login a>i {
  font-size: 1.6em;
  line-height: 35px;
}

#onlinchat .chat_login input {
  position: relative;
  margin: 5px 0 5px 0;
  width: 90%;
 
  font-size: 12px;
  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;
}

#onlinchat .chat_login .chat_login_alert {
  margin-top: 10px;
  font-size: 12px;
 
  font-weight: 500;
}

#onlinchat .chat_field {
  position: relative;
  margin: 12px 0 5px 0;
  width: 50%;
 
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  background: #eceff1;
  display: inline-block;
}

#onlinchat .chat_field.chat_message {
  height: 30px;
  resize: none;
  font-family: NooraLight !important;
}

#onlinchat .fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #eceff1;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

#onlinchat .fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_listen {
  float: left;
  background: rgba(0, 0, 0, 0);

}

#fab_send {
  float: left;
  background: rgba(0, 0, 0, 0);
}

#onlinchat .fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

#onlinchat .fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #263238;
}

#onlinchat .chat_converse {
  position: relative;
  background: inherit;
  margin: 6px 0 0 0;
  max-height: 400px;
  min-height: 400px;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
}

#onlinchat .chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

#onlinchat .chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden;
}

#onlinchat .chat .chat_converse .chat_msg_item {
  position: relative;
  margin: 8px 0 15px 0;
  padding: 8px 10px;
  max-width: 40%;
  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);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  clear: both;
  z-index: 999;
}

#onlinchat .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);
}

#onlinchat .chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
  left: -52px;
  background: rgba(255, 255, 255, 0.6);
}

#onlinchat .chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, 0.6);
}

#onlinchat .chat .chat_converse .chat_msg_item .chat_avatar {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

#onlinchat .chat .chat_converse .chat_msg_item .chat_avatar > i {
  font-size: 22px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

#onlinchat .chat .chat_converse .chat_msg_item_user .chat_avatar > img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

#onlinchat .chat .chat_converse .chat_msg_item_user .chat_avatar > img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

#onlinchat .chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  text-align: right;
  font-family: NooraLight !important;
  float: left;
  background: rgba(255, 255, 255, 0.4);
  color: #263238;
}

#onlinchat .chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 60px;
  float: right;
  text-align: right;
  font-family: NooraLight !important;
  background: rgba(0, 0, 0, 0.4);
  color: #eceff1;
}

#onlinchat .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, .4);
}

#onlinchat .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: rgba(0, 0, 0, .4);
}

#onlinchat strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}
/*Chatbox scrollbar*/

#onlinchat ::-webkit-scrollbar {
  width: 6px;
}

#onlinchat ::-webkit-scrollbar-track {
  border-radius: 0;
}

#onlinchat ::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/*Element state*/

#onlinchat .is-active {
  transform: rotate(180deg);
  transition: all 1s ease-in-out;
}

#onlinchat .is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

#onlinchat .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);
}

#onlinchat .is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes load {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    #onlinchat .chat {
    width: 200px;
  }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    #onlinchat .chat {
    width: 300px;
  }
  #onlinchat .chat_field {
    width: 65%;
  }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    #onlinchat .chat {
    width: 300px;
  }
  #onlinchat .chat_field {
    width: 65%;
  }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    #onlinchat .chat {
    width: 400px;
  }
  #onlinchat .chat_field {
    width: 65%;
  }
}
/*Color Options*/

#onlinchat .red .fab {
  background: #F44336;
  color: #eceff1;
}

#onlinchat .pink .fab {
  background: #E91E63;
  color: #eceff1;
}

#onlinchat .purple .fab {
  background: #9C27B0;
  color: #eceff1;
}

#onlinchat .deep-purple .fab {
  background: #673AB7;
  color: #eceff1;
}

#onlinchat .indigo .fab {
  background: #3F51B5;
  color: #eceff1;
}

#onlinchat .blue .fab {
  background: #2196F3;
  color: #eceff1;
}

#onlinchat .light-blue .fab {
  background: #03A9F4;
  color: #263238;
}

#onlinchat .cyan .fab {
  background: #00BCD4;
  color: #263238;
}

#onlinchat .teal .fab {
  background: #009688;
  color: #eceff1;
}

#onlinchat .green .fab {
  background: #4CAF50;
  color: #263238;
}

.light-green .fab {
  background: #8BC34A;
  color: #263238;
}

#onlinchat .lime .fab {
  background: #CDDC39;
  color: #263238;
}

#onlinchat .yellow .fab {
  background: #FFEB3B;
  color: #263238;
}

#onlinchat .amber .fab {
  background: #FFC107;
  color: #263238;
}

#onlinchat .orange .fab {
  background: #FF9800;
  color: #eceff1;
}

#onlinchat .deep-orange .fab {
  background: #FF5722;
  color: #eceff1;
}

#onlinchat .brown .fab {
  background: #795548;
  color: #eceff1;
}

#onlinchat .grey .fab {
  background: #9E9E9E;
  color: #eceff1;
}

#onlinchat .blue-grey .fab {
  background: #607D8B;
  color: #eceff1;
}

#onlinchat .red .chat {
  background: #F44336;
  color: #eceff1;
}

#onlinchat .pink .chat {
  background: #E91E63;
  color: #eceff1;
}

#onlinchat .purple .chat {
  background: #9C27B0;
  color: #eceff1;
}

#onlinchat .deep-purple .chat {
  background: #673AB7;
  color: #eceff1;
}

#onlinchat .indigo .chat {
  background: #3F51B5;
  color: #eceff1;
}

.blue .chat {
  background: #2196F3;
  color: #eceff1;
}

.light-blue .chat {
  background: #03A9F4;
  color: #263238;
}

#onlinchat .cyan .chat {
  background: #00BCD4;
  color: #263238;
}

#onlinchat .teal .chat {
  background: #009688;
  color: #eceff1;
}

#onlinchat .green .chat {
  background: #4CAF50;
  color: #263238;
}

#onlinchat .light-green .chat {
  background: #8BC34A;
  color: #263238;
}

#onlinchat .lime .chat {
  background: #CDDC39;
  color: #263238;
}

.yellow .chat {
  background: #FFEB3B;
  color: #263238;
}

#onlinchat .amber .chat {
  background: #FFC107;
  color: #263238;
}

#onlinchat .orange .chat {
  background: #FF9800;
  color: #eceff1;
}

#onlinchat .deep-orange .chat {
  background: #FF5722;
  color: #eceff1;
}

#onlinchat .brown .chat {
  background: #795548;
  color: #eceff1;
}

#onlinchat .grey .chat {
  background: #9E9E9E;
  color: #eceff1;
}

#onlinchat .blue-grey .chat {
  background: #607D8B;
  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*/

#onlinchat .ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
          animation: ripple 0.5s ease-in-out;
}

@-webkit-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);
  }
}

@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);
  }
}




#chatnik ::placeholder {
    color: darkslategray;
    opacity: 1; /* Firefox */
  }
  
 #chatnik :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: darkslategray;
  }
  
  #chatnik ::-ms-input-placeholder { /* Microsoft Edge */
   color: darkslategray;
  }






  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    }
    @keyframes slideInUp {
    0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    } 






    .fa-comments{
        animation: clk4-animation 5s ease infinite;
        transform-origin: 50% 50%;
      }
    
      @keyframes clk4-animation {
         0% { transform:translate(0,0) }
        1.78571% { transform:translate(3px,0) }
        3.57143% { transform:translate(-3px,0) }
        5.35714% { transform:translate(3px,0) }
        7.14286% { transform:translate(-3px,0) }
        8.92857% { transform:translate(3px,0) }
        10.71429% { transform:translate(0,0) }
        100% { transform:translate(0,0) }
      }