.card {
  font-weight: 400;
  border: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
#editor {
  min-height: 250px;
  max-height: 500px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid rgb(204, 204, 204);
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px inset;
  box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: auto;
  outline: none;
}

.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.btn {
  margin: 0.375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.84rem 2.14rem;
}

.btn[class*=btn-outline-] {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled){
  cursor: pointer;
}

.btn-outline-blue {
  color: #1976d2!important;
  background-color: transparent!important;
  border: 2px solid #1976d2!important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}