.img-fluid {
  max-width: 100%;
  height: auto;
}

.tiny-inside textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
  min-height: 500px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  line-height: 1.25;
}

.tiny-inside .mce-tinymce {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.tiny-inside .mce-tinymce .mce-branding {
  display: none !important;
}

.search-query {
  font-weight: 700;
  display: inline-block;
  background-color: #C8E6C9;
}

.v-rating .v-icon {
  padding: 5px;
}

.v-data-table__wrapper tbody td {
  padding: 15px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}

