.color-blue {
  color: #3656a3 !important;
}
.background-blue {
  background-color: #3656a3 !important;
}
.color-green {
  color: #0d9737 !important;
}
.background-green {
  background-color: #0d9737 !important;
}
.color-green-dark {
  color: #086b29 !important;
}
.background-green-dark {
  background-color: #086b29 !important;
}
.color-green-light {
  color: #33ea6a !important;
}
.background-green-light {
  background-color: #33ea6a !important;
}
.color-green-lightest {
  color: #d6ebdc !important;
}
.background-green-lightest {
  background-color: #d6ebdc !important;
}
.color-grey {
  color: #6a6a6a !important;
}
.background-grey {
  background-color: #6a6a6a !important;
}
.color-grey-dark {
  color: #353a45 !important;
}
.background-grey-dark {
  background-color: #353a45 !important;
}
.color-grey-light {
  color: #9ca0ab !important;
}
.background-grey-light {
  background-color: #9ca0ab !important;
}
.color-grey-lightest {
  color: #f4f4f4 !important;
}
.background-grey-lightest {
  background-color: #f4f4f4 !important;
}
.color-red {
  color: #e41827 !important;
}
.background-red {
  background-color: #e41827 !important;
}
.color-red-light {
  color: #fef6f6 !important;
}
.background-red-light {
  background-color: #fef6f6 !important;
}
.color-grey-light-2 {
  color: #f2f3f5 !important;
}
.background-grey-light-2 {
  background-color: #f2f3f5 !important;
}
.color-gold {
  color: #ffd700 !important;
}
.background-gold {
  background-color: #ffd700 !important;
}
.color-orange {
  color: #ff781d !important;
}
.background-orange {
  background-color: #ff781d !important;
}
.color-black {
  color: #000000 !important;
}
.background-black {
  background-color: #000000 !important;
}
.color-color-white {
  color: #ffffff !important;
}
.background-color-white {
  background-color: #ffffff !important;
}
.color-color-blue {
  color: #3656a3 !important;
}
.background-color-blue {
  background-color: #3656a3 !important;
}
.color-color-green {
  color: #0d9737 !important;
}
.background-color-green {
  background-color: #0d9737 !important;
}
.color-color-green-dark {
  color: #086b29 !important;
}
.background-color-green-dark {
  background-color: #086b29 !important;
}
.color-color-green-light {
  color: #33ea6a !important;
}
.background-color-green-light {
  background-color: #33ea6a !important;
}
.color-color-green-lightest {
  color: #d6ebdc !important;
}
.background-color-green-lightest {
  background-color: #d6ebdc !important;
}
.color-color-grey {
  color: #6a6a6a !important;
}
.background-color-grey {
  background-color: #6a6a6a !important;
}
.color-color-grey-dark {
  color: #353a45 !important;
}
.background-color-grey-dark {
  background-color: #353a45 !important;
}
.color-color-grey-darkest {
  color: #222222 !important;
}
.background-color-grey-darkest {
  background-color: #222222 !important;
}
.color-color-grey-light {
  color: #9ca0ab !important;
}
.background-color-grey-light {
  background-color: #9ca0ab !important;
}
.color-color-grey-lightest {
  color: #f4f4fc !important;
}
.background-color-grey-lightest {
  background-color: #f4f4fc !important;
}
.color-color-red {
  color: #e41827 !important;
}
.background-color-red {
  background-color: #e41827 !important;
}
.color-color-red-light {
  color: #fef6f6 !important;
}
.background-color-red-light {
  background-color: #fef6f6 !important;
}
.color-color-gold {
  color: #ffd700 !important;
}
.background-color-gold {
  background-color: #ffd700 !important;
}
.color-color-brown {
  color: #7C3E1A !important;
}
.background-color-brown {
  background-color: #7C3E1A !important;
}
.color-color-orange {
  color: #ff781d !important;
}
.background-color-orange {
  background-color: #ff781d !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-30 {
  font-size: 30px !important;
}
.v-btn {
  text-transform: unset !important;
}
.v-btn:not(.v-btn--tile),
.v-card,
.v-menu__content,
.v-snack__wrapper,
.v-chip,
.v-pagination__item--active,
.v-text-field--solo,
.text-editor,
.multi-action-button-toggle,
.select,
.auto-complete {
  border-radius: 0.75em !important;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
html {
  overflow: auto;
}
:focus {
  outline: none;
}
.details-parent {
  height: calc(100vh - 64px);
  overflow-y: auto;
  position: relative;
}
.details-parent .loading-state {
  filter: blur(4px);
  pointer-events: none;
}
.details-parent .automation-details-page {
  overflow-y: auto;
}
.details-parent .automation-details-page {
  scrollbar-color: #aaaaaa #f5f5f5;
  scrollbar-face-color: #aaaaaa;
  scrollbar-track-color: #f5f5f5;
  scrollbar-width: thin;
}
.details-parent .automation-details-page::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.details-parent .automation-details-page::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 5px;
}
.details-parent .automation-details-page::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 10px;
}
.details-parent .automation-details-page .automation-header {
  background: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 64px;
  width: 100%;
  z-index: 7;
}
.details-parent .automation-details-page .automation-details-container {
  margin-top: 60px;
}
.details-parent .automation-details-page #public_comment_auto .text-editor,
.details-parent .automation-details-page #internal_note_auto .text-editor {
  z-index: 2;
}
.comment-editor .row .col {
  padding-top: 10px;
}
.comment-editor .row .col .text-editor-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.comment-type-selector {
  border: 2px solid rgba(0.1, 0.1, 0.1, 0.1) !important;
  border-bottom: 0px !important;
  border-radius: 14px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.comment-type-selector .select {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/*# sourceMappingURL=TicketTriggerDetails.0f1e9255.css.map*/