@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Source+Code+Pro:wght@300;400;700&display=swap");
html, body {
  height: 100%;
  min-height: 100%; }

* {
  color: #cccccc;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif; }

html {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #1c1c1c; }

body {
  margin: 0;
  background: #1c1c1c;
  height: 100%;
  min-height: 100%; }

.devtools {
  width: calc(100% - 30px);
  margin: 25px 15px;
  padding: 30px;
  background: #242F3D;
  border-radius: 12px; }

.search_block {
  background: #161616;
  padding-left: 158px;
  border-bottom: 1px solid #282828;
  height: 100px;
  display: flex;
  align-items: center; }
  .search_block form {
    display: flex;
    margin-right: 15px; }
    .search_block form input[type=text] {
      height: 46px;
      color: #eeeeee;
      background: #333333;
      width: 670px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      border: 1px solid #161616;
      outline: none;
      font-size: 16px;
      padding: 0 11px; }
  .search_block a {
    min-width: 110px;
    margin-right: 10px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    background: #333333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0 11px;
    color: #bbbbbb;
    transition: 0.3s; }
    .search_block a:hover {
      background: #4d4d4d; }

.field {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #eeeeee;
  background: #333333;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #161616;
  outline: none;
  font-size: 16px;
  padding: 7px 7px; }

.result {
  padding: 20px 15px 10px;
  width: 100%;
  margin: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #333333;
  -webkit-text-fill-color: #ccc;
  -webkit-box-shadow: 0 0 0 1000px #333333 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

.form_block {
  width: 88.5%;
  margin: 15px auto;
  height: 100%;
  display: flex; }
  .form_block .tools {
    padding: 15px;
    width: 30%; }
    .form_block .tools textarea {
      padding: 15px; }
  .form_block .searchResult {
    padding: 15px;
    width: 30%; }
    .form_block .searchResult .result__snippet {
      text-decoration: none; }
  .form_block .translate {
    padding: 15px;
    width: 70%;
    display: flex;
    position: relative; }
    .form_block .translate #revertLang {
      position: absolute;
      left: calc(50% - 14px);
      top: 200px;
      user-select: none;
      background: #242F3D;
      height: 28px;
      width: 28px;
      border-radius: 50%;
      color: #6386b0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      cursor: pointer; }
      .form_block .translate #revertLang:hover {
        background: #2e3c4d; }
    .form_block .translate .textarea-wrapper {
      width: 100%;
      height: max-content;
      position: relative;
      display: inline-block;
      margin-right: 30px; }
      .form_block .translate .textarea-wrapper:last-child {
        margin-right: 0; }
      .form_block .translate .textarea-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        right: 1px;
        bottom: 6px;
        border-style: solid;
        border-width: 0 9px 9px 0;
        border-color: transparent transparent #444444 #444444;
        transform: rotate(-90deg);
        pointer-events: none;
        box-sizing: content-box;
        z-index: 10; }
    .form_block .translate textarea {
      height: 400px;
      min-height: 400px;
      resize: vertical;
      position: relative;
      padding: 15px; }

.bookmarksBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  background: inherit; }
  .bookmarksBar ul li {
    position: relative;
    padding: 6px 10px;
    white-space: nowrap; }
    .bookmarksBar ul li:hover > ul {
      display: block; }
    .bookmarksBar ul li a {
      color: white;
      text-decoration: none; }
      .bookmarksBar ul li a:hover {
        text-decoration: underline; }
    .bookmarksBar ul li ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      flex-direction: column;
      background: #2a2a2a;
      z-index: 100;
      min-width: 180px; }

.bookmarksBar > ul > li {
  border-right: 1px solid #333; }

::-webkit-scrollbar {
  width: 8px;
  background: black; }

::-webkit-scrollbar-thumb {
  transition: 0.3s;
  background: #2a2a2a;
  -webkit-border-radius: 0px; }
  ::-webkit-scrollbar-thumb:hover {
    background: #3d3d3d; }

::-webkit-scrollbar-corner {
  margin: 2px;
  background: black; }

.chatApp {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .chatApp .toolbarWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px; }
  .chatApp .mainWrapper {
    height: 100%;
    display: flex; }
    .chatApp .mainWrapper .chatListWrapper {
      width: 300px;
      min-width: 300px;
      height: 100%;
      background: #0d0d0d;
      padding-top: 50px; }
    .chatApp .mainWrapper .chatWrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .chatApp .mainWrapper .chatWrapper .chatBoxWrapper {
        overflow-y: auto;
        height: 100%;
        padding-top: 50px; }
        .chatApp .mainWrapper .chatWrapper .chatBoxWrapper .chatBox {
          width: 60%;
          margin: 0 auto;
          display: flex;
          flex-direction: column; }
          .chatApp .mainWrapper .chatWrapper .chatBoxWrapper .chatBox .message {
            display: inline-flex;
            border-radius: 1.8rem;
            margin: 10px 0;
            padding: 1rem 1.5rem;
            font-size: 22px;
            max-width: 80%;
            word-wrap: break-word;
            white-space: pre-wrap;
            line-height: 38px; }
            .chatApp .mainWrapper .chatWrapper .chatBoxWrapper .chatBox .message.user {
              margin-left: auto;
              background: #262626; }
            .chatApp .mainWrapper .chatWrapper .chatBoxWrapper .chatBox .message.assistant {
              margin-right: auto; }
      .chatApp .mainWrapper .chatWrapper .chatInput {
        width: 60%;
        margin: 0 auto 50px;
        display: flex;
        justify-content: center;
        align-items: end; }
        .chatApp .mainWrapper .chatWrapper .chatInput .inputWrapper {
          width: 100%;
          background: #262626;
          border-radius: 1.8rem;
          overflow: hidden;
          padding: 5px 30px 5px 25px; }
        .chatApp .mainWrapper .chatWrapper .chatInput textarea {
          overflow-y: hidden;
          width: 100%;
          background: #262626;
          border: 0;
          outline: none;
          font-size: 22px;
          line-height: 38px;
          padding: 15px 15px 0 15px;
          resize: none;
          border-radius: 1.8rem; }
          .chatApp .mainWrapper .chatWrapper .chatInput textarea::-webkit-scrollbar {
            border-radius: 8px;
            width: 8px;
            background: #262626; }
          .chatApp .mainWrapper .chatWrapper .chatInput textarea::-webkit-scrollbar-thumb {
            transition: 0.3s;
            background: #484848;
            border-radius: 8px; }
            .chatApp .mainWrapper .chatWrapper .chatInput textarea::-webkit-scrollbar-thumb:hover {
              background: #5d5d5d; }
