@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/* line 1, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request {
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, sans-serif;
  box-sizing: border-box;
  color: #5867dd;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f7f8fa;
  transition: background-color 0.3s ease;
}

/* line 2, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request.current {
  background-color: rgba(255, 184, 34, 0.1);
}

/* line 5, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request:hover {
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, sans-serif;
  box-sizing: border-box;
  outline: none !important;
  color: #2739c1;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f7f8fa;
  transition: background-color 0.3s ease;
  background-color: #f7f8fa;
}

/* line 23, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request:after {
  border: 0;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-smoothing: antialiased;
  content: "";
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-smoothing: antialiased;
  content: "";
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  color: #74788d;
}

/* line 59, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request .status {
  width: 100px;
}

/* line 63, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request .details {
  line-height: 1.5;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2739c1;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 79, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request .details .title {
  line-height: 1.5;
  text-align: left;
  font-family: Poppins, Helvetica, sans-serif;
  box-sizing: border-box;
  transition: color 0.3s ease;
  font-size: 1rem;
  font-weight: 400;
  color: #595d6e;
}

/* line 90, app/assets/stylesheets/approval_requests.scss */
.previous-approval-request .details .info {
  line-height: 1.5;
  text-align: left;
  font-family: Poppins, Helvetica, sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
  color: #74788d;
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, node_modules/trix/dist/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, node_modules/trix/dist/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 20, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 27, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 30, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 32, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 35, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 61, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 64, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 71, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 74, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 87, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 90, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 92, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 94, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

/* line 98, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 100, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 102, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 104, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 106, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 108, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 110, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 112, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 114, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 116, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 118, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 120, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 122, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 124, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 126, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 138, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 150, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 152, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 156, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 158, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 161, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 163, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 166, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 172, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 175, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 179, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 181, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 184, node_modules/trix/dist/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 187, node_modules/trix/dist/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 189, node_modules/trix/dist/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 191, node_modules/trix/dist/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 193, node_modules/trix/dist/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 195, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 204, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 206, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 221, node_modules/trix/dist/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 228, node_modules/trix/dist/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 230, node_modules/trix/dist/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 242, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 244, node_modules/trix/dist/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 246, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 248, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 260, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 273, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 275, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 277, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 279, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 290, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 301, node_modules/trix/dist/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 303, node_modules/trix/dist/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 307, node_modules/trix/dist/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 310, node_modules/trix/dist/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 321, node_modules/trix/dist/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 323, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 325, node_modules/trix/dist/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 335, node_modules/trix/dist/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 338, node_modules/trix/dist/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 342, node_modules/trix/dist/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 345, node_modules/trix/dist/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 347, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 349, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 351, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 354, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 358, node_modules/trix/dist/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 365, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 369, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 373, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content div {
  display: block !important;
}

/* line 17, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 26, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 35, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 42, app/assets/stylesheets/actiontext.scss */
.form-control.rich_text_area {
  height: auto;
}

/* line 5, app/assets/stylesheets/action_text_snippets.scss */
.trix-button--snippets {
  position: relative;
}

/* line 8, app/assets/stylesheets/action_text_snippets.scss */
.trix-button--snippets .trix-button-icon {
  font-size: 1.2em;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu {
  display: block;
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 29, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: background-color 0.15s ease-in-out;
}

/* line 42, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item:hover, .action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 49, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--bootstrap.dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 60, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 66, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind li {
  transition: background-color 0.15s ease-in-out;
}

/* line 69, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind li:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 74, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown--tailwind li:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 82, app/assets/stylesheets/action_text_snippets.scss */
.action-text-snippets-dropdown {
  z-index: 1000;
}

/* line 1, app/assets/stylesheets/buttons.scss */
.btn.default-cursor {
  cursor: default !important;
}

/* line 5, app/assets/stylesheets/changelog.scss */
#changelog h2 {
  padding-bottom: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

/* line 11, app/assets/stylesheets/changelog.scss */
#changelog h3 {
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/direct_upload.css */
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

/* line 12, app/assets/stylesheets/direct_upload.css */
.direct-upload--pending {
  opacity: 0.6;
}

/* line 16, app/assets/stylesheets/direct_upload.css */
.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

/* line 27, app/assets/stylesheets/direct_upload.css */
.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

/* line 31, app/assets/stylesheets/direct_upload.css */
.direct-upload--error {
  border-color: red;
}

/* line 35, app/assets/stylesheets/direct_upload.css */
input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

/* line 1, app/assets/stylesheets/form.scss */
.form-control.styleless-textarea {
  background-color: white !important;
  border: 0;
  resize: none;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/form.scss */
.form-control[readonly] {
  background-color: #f7f8fa;
}

/* line 12, app/assets/stylesheets/form.scss */
.form-control.is-valid {
  background: none !important;
  border-color: #e2e5ec !important;
}

/* line 18, app/assets/stylesheets/form.scss */
.form-control.is-valid:focus {
  border-color: #3c5b91 !important;
}

/* line 22, app/assets/stylesheets/form.scss */
.form-control.is-valid.no-check {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff !important;
  padding: 9px 20px 9px 12px !important;
}

/* line 1, app/assets/stylesheets/general.scss */
body {
  font-weight: 500 !important;
  color: #666666;
  letter-spacing: 0.05em;
  font-family: -apple-system, "system-ui", "Segoe UI";
}

/* line 8, app/assets/stylesheets/general.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #ebedf2;
}

/* line 16, app/assets/stylesheets/general.scss */
table.fit tr[role="row"] th:first-child, table.fit tr[role="row"] td:first-child {
  padding-left: 30px !important;
  display: hidden;
}

/* line 20, app/assets/stylesheets/general.scss */
table.fit tr[role="row"] th:last-child, table.fit tr[role="row"] td:last-child {
  padding-right: 30px !important;
  display: hidden;
}

/* line 24, app/assets/stylesheets/general.scss */
table.fit tr[role="row"] td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 31, app/assets/stylesheets/general.scss */
.ui-sortable-handle {
  width: 100%;
  padding: 5px;
  border: 1px solid #D8D8D8;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* line 39, app/assets/stylesheets/general.scss */
.kt-nav__link-title {
  padding-left: 0px !important;
}

/* line 43, app/assets/stylesheets/general.scss */
.hide {
  display: none !important;
}

/* line 45, app/assets/stylesheets/general.scss */
.nvt-sortable-header {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 50, app/assets/stylesheets/general.scss */
.nvt-sortable-header::after {
  color: #ddd;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
}

/* line 55, app/assets/stylesheets/general.scss */
.nvt-sortable-header.nvt-sortable-header--asc::after {
  color: #000;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0de";
}

/* line 60, app/assets/stylesheets/general.scss */
.nvt-sortable-header.nvt-sortable-header--desc::after {
  color: #000;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
}

/* line 67, app/assets/stylesheets/general.scss */
.topbar-badge {
  height: 40px;
  padding: 1em 1em;
  font-size: 100%;
}

/* line 73, app/assets/stylesheets/general.scss */
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

@media (max-width: 1024px) {
  /* line 2, app/assets/stylesheets/header.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    text-indent: 0px !important;
    color: #646c9a;
  }
}

/* line 1, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table, div.inline-editable-table-sm {
  caption-side: bottom;
  border-collapse: collapse;
  font-family: "Cerebri Sans", sans-serif;
  display: table;
  width: 100%;
}

/* line 8, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .tbody, div.inline-editable-table .td, div.inline-editable-table .tfoot, div.inline-editable-table .thead, div.inline-editable-table .th, div.inline-editable-table .tr, div.inline-editable-table-sm .tbody, div.inline-editable-table-sm .td, div.inline-editable-table-sm .tfoot, div.inline-editable-table-sm .thead, div.inline-editable-table-sm .th, div.inline-editable-table-sm .tr {
  border: 0 solid;
  border-color: inherit;
}

/* line 13, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .thead, div.inline-editable-table-sm .thead {
  vertical-align: bottom;
  display: table-header-group;
}

/* line 17, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .thead .tr, div.inline-editable-table-sm .thead .tr {
  display: table-row;
  vertical-align: inherit;
}

/* line 21, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .thead .tr .th, div.inline-editable-table-sm .thead .tr .th {
  padding: 1rem;
  display: table-cell;
  font-size: .625rem;
  vertical-align: middle;
  background-color: #f9fbfd;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .08em;
  color: #95aac9;
  white-space: nowrap;
  text-align: -webkit-match-parent;
}

/* line 23, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .thead .tr .th:first-of-type, div.inline-editable-table-sm .thead .tr .th:first-of-type {
  padding-left: 1.5rem !important;
}

/* line 26, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .thead .tr .th:last-child, div.inline-editable-table-sm .thead .tr .th:last-child {
  padding-right: 1.5rem !important;
}

/* line 44, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .tbody, div.inline-editable-table-sm .tbody {
  vertical-align: inherit;
  display: table-row-group;
}

/* line 48, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .tbody .tr, div.inline-editable-table-sm .tbody .tr {
  display: table-row;
  vertical-align: inherit;
}

/* line 52, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .tbody .tr .td, div.inline-editable-table-sm .tbody .tr .td {
  padding: 1rem;
  border-top: 1px solid #edf2f9;
  vertical-align: baseline;
  display: table-cell;
}

/* line 54, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .tbody .tr .td:first-of-type, div.inline-editable-table-sm .tbody .tr .td:first-of-type {
  padding-left: 1.5rem !important;
}

/* line 57, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table .tbody .tr .td:last-child, div.inline-editable-table-sm .tbody .tr .td:last-child {
  padding-right: 1.5rem !important;
}

/* line 69, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm {
  font-size: 10px;
}

/* line 73, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td {
  padding: .2rem;
}

/* line 75, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td:first-of-type {
  padding-left: 1.5rem !important;
}

/* line 78, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td:last-child {
  padding-right: 1.5rem !important;
}

/* line 81, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td .form-control {
  font-size: .6rem;
  line-height: .4rem;
  padding: .2rem .4rem;
}

/* line 86, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td .form-group {
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td .form-group .form-check {
  min-height: 0;
}

/* line 92, app/assets/stylesheets/inline_editable_table.scss */
div.inline-editable-table-sm .tbody .tr .td .btn.btn-sm {
  font-size: .6rem;
}

/* line 2, app/assets/stylesheets/libs/toast_extras.scss */
#toast-container .toast.toast-success {
  opacity: 1 !important;
}

/* line 4, app/assets/stylesheets/libs/toast_extras.scss */
#toast-container .toast.toast-success .toast-title, #toast-container .toast.toast-success .toast-message {
  color: white;
}

/* line 1, app/assets/stylesheets/metronic_overrides.scss */
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:after {
  background-color: #ffffff !important;
}

/* line 5, app/assets/stylesheets/metronic_overrides.scss */
.kt-badge.nvt-menu-badge {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/metronic_overrides.scss */
.kt-badge--unified-danger.nvt-menu-badge {
  color: white !important;
  background: rgba(217, 83, 79, 0.2);
  border: solid 1px rgba(217, 83, 79, 0.5);
}

/* line 1, app/assets/stylesheets/mobile_helper.scss */
#portal--message-center--items-list-container {
  height: 0%;
  overflow: auto;
  margin: 0 -10px;
}

/* line 7, app/assets/stylesheets/mobile_helper.scss */
#portal--ticket-search {
  width: 80%;
}

@media (max-width: 1024px) {
  /* line 12, app/assets/stylesheets/mobile_helper.scss */
  .nvt--hide-on-mobile {
    display: none !important;
  }
  /* line 16, app/assets/stylesheets/mobile_helper.scss */
  #portal--tickets-panel {
    position: relative !important;
    left: auto;
    width: 100% !important;
  }
  /* line 21, app/assets/stylesheets/mobile_helper.scss */
  #portal--tickets-panel #portal--resolved-switch {
    display: none;
  }
  /* line 25, app/assets/stylesheets/mobile_helper.scss */
  #portal--tickets-panel #portal--new-ticket-button {
    height: 35px !important;
    width: 35px !important;
  }
  /* line 31, app/assets/stylesheets/mobile_helper.scss */
  #portal--ticket-toolbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  /* line 39, app/assets/stylesheets/mobile_helper.scss */
  .nvt--hide-on-desktop {
    display: none !important;
  }
  /* line 43, app/assets/stylesheets/mobile_helper.scss */
  #portal--resolved-switch {
    display: block;
  }
  /* line 47, app/assets/stylesheets/mobile_helper.scss */
  #portal--new-ticket-button {
    height: 38px !important;
    width: 38px !important;
  }
}

/* line 53, app/assets/stylesheets/mobile_helper.scss */
.portal--ticket-list-item {
  background-color: white;
  margin: 0 !important;
  padding: 10px 10px !important;
  margin: 0 -10px 0 0 !important;
}

/* line 59, app/assets/stylesheets/mobile_helper.scss */
.portal--ticket-list-item.selected {
  background-color: rgba(93, 120, 255, 0.1);
}

/* line 64, app/assets/stylesheets/mobile_helper.scss */
.portal--ticket-list-item.hidden {
  display: none !important;
}

/* line 3, app/assets/stylesheets/on_call_calendar.scss */
#on-call-calendar #mobile-calendar .date:nth-child(even) {
  background: #f7f8fa;
}

/* line 5, app/assets/stylesheets/on_call_calendar.scss */
#on-call-calendar #mobile-calendar .date label {
  display: inline-block;
  width: 80px;
}

/* line 11, app/assets/stylesheets/on_call_calendar.scss */
#on-call-calendar .calendar-title {
  width: 150px;
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/portlets.scss */
.horizontal-overflow {
  overflow-x: scroll;
}

/* line 7, app/assets/stylesheets/proposal_items.scss */
.proposal-items {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row {
  display: flex;
  width: 100%;
  border-top: 1px solid #edf2f9;
}

/* line 16, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row.header {
  background-color: #f7f8fa;
  border-left: 1px solid #edf2f9;
  border-right: 1px solid #edf2f9;
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row:hover:not(.footer) {
  background-color: #f7f8fa;
}

/* line 25, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row:hover:not(.footer) textarea:read-only {
  background-color: #f7f8fa !important;
}

/* line 30, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row.no-border {
  border-top: 0px;
}

/* line 34, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column {
  display: flex;
  padding: 0.5rem;
  letter-spacing: .08em;
  min-height: 40px;
  align-items: center;
}

/* line 41, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.handle {
  flex-basis: 40px;
  padding-left: 0;
}

/* line 45, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.name {
  flex-basis: 100px;
}

/* line 48, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.description {
  flex-grow: 1;
}

/* line 51, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.unit-price {
  flex-basis: 100px;
}

/* line 54, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.quantity {
  flex-basis: 100px;
}

/* line 57, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.total-price {
  flex-basis: 100px;
}

/* line 60, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.actions {
  justify-content: flex-end;
  flex-basis: 140px;
}

/* line 65, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column.total {
  flex-grow: 1;
  justify-content: flex-start;
}

/* line 70, app/assets/stylesheets/proposal_items.scss */
.proposal-item-admin-row .column .handle {
  cursor: move !important;
}

/* line 7, app/assets/stylesheets/proposals.scss */
.kt-timeline-v1__item.kt-timeline-v1__item-by-client-user.kt-timeline-v1__item--left:after {
  border-left: solid 10px #f0fcf4 !important;
}

/* line 12, app/assets/stylesheets/proposals.scss */
.kt-timeline-v1__item.kt-timeline-v1__item-by-client-user.kt-timeline-v1__item--right:after {
  border-right: solid 10px #f0fcf4 !important;
}

/* line 16, app/assets/stylesheets/proposals.scss */
.kt-timeline-v1__item.kt-timeline-v1__item-by-client-user .kt-timeline-v1__item-content {
  background-color: #f0fcf4 !important;
}

/* Hide the element on mobile */
@media (max-width: 1509px) {
  /* line 3, app/assets/stylesheets/responsive_helpers.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 1510px) {
  /* line 9, app/assets/stylesheets/responsive_helpers.scss */
  .hide-on-desktop {
    display: none !important;
  }
}

/* line 2, app/assets/stylesheets/shared_resources.scss */
.shared-resource:hover {
  background-color: #f5f5f4;
  border-radius: 0.25rem;
}

/* line 6, app/assets/stylesheets/shared_resources.scss */
.shared-resource:hover input {
  background-color: #f5f5f4;
}

/* line 11, app/assets/stylesheets/shared_resources.scss */
.shared-resource input[type=text] {
  padding-left: 5px;
}

/* line 2, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../usr/local/bundle/ruby/3.0.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}

/* line 2, app/assets/stylesheets/stimulus_ui/select_customizations.scss */
.stimulus-ui--es .selected {
  background-color: #f7f8fa;
}

/* line 3, app/assets/stylesheets/tables.scss */
table.sticky thead {
  position: sticky;
  top: 120px;
  background-color: white;
}

/* line 15, app/assets/stylesheets/tables.scss */
table.table-hover-border tbody tr:hover td {
  border-top: 1px solid #787878 !important;
  border-bottom: 1px solid #787878 !important;
}

/* line 1, app/assets/stylesheets/task_list_items.scss */
.task_list_items {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row, .task_list_items .task_list_item-admin-form {
  display: flex;
  width: 100%;
  border-top: 1px solid #edf2f9;
}

/* line 10, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row.header, .task_list_items .task_list_item-admin-form.header {
  background-color: #f7f8fa;
  border-left: 1px solid #edf2f9;
  border-right: 1px solid #edf2f9;
  font-weight: bold;
}

@media (max-width: 1400px) {
  /* line 17, app/assets/stylesheets/task_list_items.scss */
  .task_list_items .task_list_item-admin-row.header .due-on, .task_list_items .task_list_item-admin-row.header .assigned-to, .task_list_items .task_list_item-admin-form.header .due-on, .task_list_items .task_list_item-admin-form.header .assigned-to {
    display: none;
  }
}

@media (max-width: 1400px) {
  /* line 25, app/assets/stylesheets/task_list_items.scss */
  .task_list_items .task_list_item-admin-row.item-row .due-on, .task_list_items .task_list_item-admin-row.item-row .assigned-to, .task_list_items .task_list_item-admin-row.item-row .label, .task_list_items .task_list_item-admin-form.item-row .due-on, .task_list_items .task_list_item-admin-form.item-row .assigned-to, .task_list_items .task_list_item-admin-form.item-row .label {
    width: 100%;
    padding: 0 0 0 0;
    min-height: 20px;
  }
  /* line 30, app/assets/stylesheets/task_list_items.scss */
  .task_list_items .task_list_item-admin-row.item-row .label, .task_list_items .task_list_item-admin-form.item-row .label {
    padding-top: 0.5rem 0 0 0;
  }
}

@media (max-width: 1400px) {
  /* line 38, app/assets/stylesheets/task_list_items.scss */
  .task_list_items .task_list_item-admin-row.item-form-row .attributes, .task_list_items .task_list_item-admin-form.item-form-row .attributes {
    width: 500px;
  }
}

/* line 44, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column, .task_list_items .task_list_item-admin-form .column {
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0;
  letter-spacing: .08em;
  min-height: 40px;
}

/* line 50, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.handle, .task_list_items .task_list_item-admin-form .column.handle {
  flex-basis: 60px;
  padding-left: 0;
  cursor: move !important;
}

/* line 56, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.attributes, .task_list_items .task_list_item-admin-form .column.attributes {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0;
}

/* line 63, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.assigned-to, .task_list_items .task_list_item-admin-form .column.assigned-to {
  flex-basis: 300px;
  flex-shrink: 0;
}

/* line 67, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.due-on, .task_list_items .task_list_item-admin-form .column.due-on {
  flex-basis: 200px;
  flex-shrink: 0;
}

/* line 71, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.label, .task_list_items .task_list_item-admin-form .column.label {
  flex-grow: 1;
}

/* line 75, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.note, .task_list_items .task_list_item-admin-form .column.note {
  flex-grow: 1;
  display: block;
}

/* line 80, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column.actions, .task_list_items .task_list_item-admin-form .column.actions {
  justify-content: flex-end;
  flex-basis: 120px;
  flex-shrink: 0;
}

/* line 88, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .break, .task_list_items .task_list_item-admin-form .break {
  flex-basis: 100%;
  height: 0;
}

/* line 95, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row.completed {
  text-decoration: line-through;
}

/* line 99, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row:hover:not(.footer) {
  background-color: #f7f8fa;
}

/* line 101, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row:hover:not(.footer) textarea:read-only {
  background-color: #f7f8fa !important;
}

/* line 105, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-row .column {
  align-items: center;
}

/* line 110, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-form {
  background-color: #f1f9fd;
}

/* line 112, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-form textarea:read-only {
  background-color: #f1f9fd !important;
}

/* line 115, app/assets/stylesheets/task_list_items.scss */
.task_list_items .task_list_item-admin-form .attributes {
  padding-left: 5px !important;
}

/* line 5, app/assets/stylesheets/tickets.scss */
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item:last-child .kt-nav__link .kt-nav__link-icon {
  font-size: 1.25rem;
}

/* line 9, app/assets/stylesheets/tickets.scss */
.kt-portlet--skin-solid a {
  color: white;
}

/* line 13, app/assets/stylesheets/tickets.scss */
.nvt-ticket-item {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #646c9a;
  display: block;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

/* line 32, app/assets/stylesheets/tickets.scss */
.nvt-ticket-item.nvt-ticket-item--active .nvt-ticket-link {
  align-items: center;
  background-color: #eeeeee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  color: #646c9a;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  text-align: left;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

/* line 64, app/assets/stylesheets/tickets.scss */
.nvt-ticket-item .nvt-ticket-link {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  color: #646c9a;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  text-align: left;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

/* line 93, app/assets/stylesheets/tickets.scss */
.nvt-ticket-item .nvt-ticket-link .nvt-ticket-icon {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #8e96b8;
  cursor: pointer;
  display: block;
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Font Awesome 5 Free";
  font-feature-settings: normal;
  font-size: 16.25px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-position: normal;
  font-weight: 900;
  height: 0px;
  line-height: 0px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: -2.990000009536743px;
  margin-right: 9.100000381469727px;
  margin-top: 0px;
  text-align: center;
  text-rendering: auto;
}

/* line 123, app/assets/stylesheets/tickets.scss */
.nvt-ticket-item .nvt-ticket-link .nvt-ticket-icon .nvt-ticket-text {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #595d6e;
  cursor: pointer;
  display: block;
  flex-grow: 1;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 19px;
  line-height: 19.5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

/* line 145, app/assets/stylesheets/tickets.scss */
.kt-chat__text p {
  margin-bottom: 20px;
}

/* line 149, app/assets/stylesheets/tickets.scss */
.kt-chat__text .trix-content div {
  display: inline-block;
  word-break: break-word;
  word-wrap: break-word;
}

/* line 156, app/assets/stylesheets/tickets.scss */
label.ticket--sidebar-item--label {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 162, app/assets/stylesheets/tickets.scss */
.ticket--sidebar-item:not(:last-child) {
  padding-bottom: 20px;
}

/* line 2, app/assets/stylesheets/ticket_audit_log.scss */
.ticket-audit-logs--live-list .ticket-audit-logs--user-log {
  display: none;
}

/* line 6, app/assets/stylesheets/ticket_audit_log.scss */
.ticket-audit-logs--live-list .ticket-audit-logs--internal-log {
  display: none;
}

/* line 11, app/assets/stylesheets/ticket_audit_log.scss */
.ticket-audit-logs--live-list.ticket-audit-logs--user-logs-enabled .ticket-audit-logs--user-log {
  display: flex;
}

/* line 17, app/assets/stylesheets/ticket_audit_log.scss */
.ticket-audit-logs--live-list.ticket-audit-logs--internal-logs-enabled .ticket-audit-logs--internal-log {
  display: flex;
}

/* line 1, app/assets/stylesheets/ticket_messages.scss */
.sla-ticket-message-status .sla-expecting-switch {
  display: none;
}

/* line 5, app/assets/stylesheets/ticket_messages.scss */
.sla-ticket-message-status:hover .sla-expecting-switch {
  display: inline;
}

/* line 9, app/assets/stylesheets/ticket_messages.scss */
.kt-chat__text {
  width: 100%;
  overflow-x: scroll;
}

/* line 10, app/assets/stylesheets/ticket_messages.scss */
.kt-chat__text pre {
  text-wrap: wrap;
}

/* line 1, app/assets/stylesheets/ticket_summaries.scss */
.ticket-summary-body {
  padding-bottom: 0 !important;
}

/* line 5, app/assets/stylesheets/ticket_summaries.scss */
.ticket-summary-footer {
  border-top-color: rgba(255, 255, 255, 0.25) !important;
  font-style: italic;
  font-size: 9px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 25px !important;
}

/* line 1, app/assets/stylesheets/portal/customer_satisfaction.scss */
form.client-satisfaction {
  /* Hide the radio buttons */
  /* Define the styles for the icons */
  /* Make the selected icon fully opaque */
}

/* line 3, app/assets/stylesheets/portal/customer_satisfaction.scss */
form.client-satisfaction input[type="radio"] {
  display: none;
}

/* line 8, app/assets/stylesheets/portal/customer_satisfaction.scss */
form.client-satisfaction .icon {
  font-size: 32px;
  opacity: 0.5;
  /* Semi-transparent */
  cursor: pointer;
  /* Additional styles for the icon, such as size, color, etc. */
}

/* line 15, app/assets/stylesheets/portal/customer_satisfaction.scss */
form.client-satisfaction .icon:hover {
  opacity: 1;
}

/* line 20, app/assets/stylesheets/portal/customer_satisfaction.scss */
form.client-satisfaction input[type="radio"]:checked + .icon {
  opacity: 1;
}

/* line 2, app/assets/stylesheets/portal/proposals.scss */
.kt-invoice-2 .kt-invoice__head {
  padding: 20px 0;
}

/* line 4, app/assets/stylesheets/portal/proposals.scss */
.kt-invoice-2 .kt-invoice__head .kt-invoice__container {
  width: 95%;
}

/* line 10, app/assets/stylesheets/portal/proposals.scss */
.kt-invoice-2 .kt-invoice__body .kt-invoice__container {
  width: 95%;
}

/* line 14, app/assets/stylesheets/portal/proposals.scss */
.kt-invoice-2 .kt-invoice__body .kt-invoice__container table thead tr th {
  padding-top: 6.5px;
}

/* line 19, app/assets/stylesheets/portal/proposals.scss */
.kt-invoice-2 .kt-invoice__body .kt-invoice__container table tbody tr td {
  padding: 0px;
}

/* line 28, app/assets/stylesheets/portal/proposals.scss */
.kt-invoice-2 .kt-invoice__footer .kt-invoice__container {
  width: 95%;
}
