@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800'); /*Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url("../fonts/font-awesome.css");
@import url("bootstrap.css");
@import url("primary.css");
@import url("mystyles.css"); /*Write down your styles in this file. The rest of the files can be replaced with the standard ones on updates.*/
@import url("header.css");
@import url("chat.css");
@import url('noauth.css');
@import url('../fonts/font-awesome1.css');
@import url("style2.css");


.with_code table tr td {
    word-break: normal;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #AAAAAA;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 10px;
  background-color: #181818;
}


#chat .input-group button {
    font-family: Font Awesome\ 5 Pro;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
    position: absolute;
    top: -10px;
    right: 9px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #3a8dff;
    color: #3a8dff !important;
    overflow: hidden;
    font-weight: bold;
}

