#chat-comolehago #chat {
  background-color: #fafafa;
  height: 100vh; }
  #chat-comolehago #chat .uk-search-large .uk-search-input {
    height: 80px;
    background: 0 0;
    font-size: 1.2rem !important; }
  #chat-comolehago #chat input {
    background-color: transparent; }
  #chat-comolehago #chat #texto-usuario button {
    background-color: transparent;
    border-color: transparent; }
  #chat-comolehago #chat #boton-iniciar-chat button {
    margin-top: 1rem;
    background-color: #272D3C;
    color: white; }
  #chat-comolehago #chat .uk-chat {
    display: none;
    position: absolute;
    z-index: 1020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px !important;
    padding: 25px;
    background: #fff;
    color: #666;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }
