.ql-container {
  font-family: "BeVietnamPro", sans-serif;
}

.ql-toolbar.ql-snow {
  border-radius: 18px 18px 0 0;
  border-bottom: 0;
  padding: 20px 0 0 32px;
  border-color: #e1e3e6;
}

.ql-editor {
  font-size: 16px !important;
  padding-top: 0px;
}

.ql-editor.ql-blank {
  font-size: 16px !important;
}

.ql-editor.ql-blank::before {
  font-style: normal;
  padding: 0 17px;
}

.ql-container.ql-snow {
  border-radius: 0px 0px 18px 18px;
  height: 100px;
  padding: 6px 17px;
  border-color: #e1e3e6;
}

.ql-toolbar.ql-snow .ql-formats button {
  margin: 0 10px 0 0;
}

/* Mobile */
@media (min-width: 375px) and (max-width: 767px) {
  .ql-toolbar.ql-snow {
    border-radius: 7.7px 7.7px 0 0;
    border-bottom: 0;
    padding: 8.5px 0 0 13.7px;
    border-color: #e1e3e6;
  }

  .ql-editor {
    font-size: 11px !important;
    padding-top: 0px;
  }

  .ql-editor.ql-blank {
    font-size: 11px !important;
    padding-top: 0px;
  }

  .ql-editor.ql-blank::before {
    font-style: normal;
    padding: 0;
  }

  .ql-container.ql-snow {
    border-radius: 0px 0px 7.7px 7.7px;
    height: 50px;
    padding: 6px 0px;
    border-color: #e1e3e6;
  }

  .ql-toolbar.ql-snow .ql-formats button {
    margin: 0 10px 0 0;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ql-toolbar.ql-snow {
    border-radius: 18px 18px 0 0;
    border-bottom: 0;
    padding: 20px 0 0 28px;
    border-color: #e1e3e6;
  }

  .ql-editor {
    font-size: 16px !important;
    padding-top: 0px;
  }

  .ql-editor.ql-blank {
    font-size: 16px !important;
  }

  .ql-editor.ql-blank::before {
    font-style: normal;
    padding: 0 17px;
  }

  .ql-container.ql-snow {
    border-radius: 0px 0px 18px 18px;
    height: 100px;
    padding: 6px 17px;
    border-color: #e1e3e6;
  }

  .ql-toolbar.ql-snow .ql-formats button {
    margin: 0 10px 0 0;
  }
}
