@charset "UTF-8";
@font-face {
  font-family: IBMPlexSans;
  font-weight: 500;
  font-style: normal;
  src: url(https://www.redditstatic.com/accountmanager/c4b185e25a4dde85a29f902cd5ce5360.woff2) format("woff2"), url(https://www.redditstatic.com/accountmanager/5541172538ba72158be36a7c1cba64b4.woff) format("woff");
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #4870dd;
}

.hidden {
  display: none !important;
}

.accepted {
  color: #009218;
  font-weight: bold;
  background-color: rgba(0, 255, 0, 0.1) !important;
}

.declined {
  color: #c91616;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.1) !important;
}

.neutral {
  color: #4016c9;
  font-weight: bold;
  background-color: rgba(0, 0, 255, 0.1) !important;
}

.row_selected td.neutral {
  color: white !important;
}

.row_selected .accepted {
  color: #2ae69e;
  font-weight: bold;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.block {
  display: block !important;
}

.toolbar-placeholder {
  display: none;
}

.margin-top--65 {
  margin-top: 65px !important;
}

.label-root {
  color: inherit;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.2s ease all;
  font-size: 14px;
  /* color: color(pm); */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

/* dot animation */
@keyframes blink {
  /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
  0% {
    opacity: 0.2;
  }
  /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
  20% {
    opacity: 1;
  }
  /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
  100% {
    opacity: 0.2;
  }
}
.saving span {
  /**
   * Use the blink animation, which is defined above
   */
  animation-name: blink;
  /**
   * The animation should take 1.4 seconds
   */
  animation-duration: 1.4s;
  /**
   * It will repeat itself forever
   */
  animation-iteration-count: infinite;
  font-size: 40px;
  margin: 0px;
  /**
   * This makes sure that the starting style (opacity: .2)
   * of the animation is applied before the animation starts.
   * Otherwise we would see a short flash or would have
   * to set the default styling of the dots to the same
   * as the animation. Same applies for the ending styles.
   */
  animation-fill-mode: both;
}

.saving span:nth-child(2) {
  /**
   * Starts the animation of the third dot
   * with a delay of .2s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: 0.2s;
}

.saving span:nth-child(3) {
  /**
   * Starts the animation of the third dot
   * with a delay of .4s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: 0.4s;
}

.row_selected .declined {
  color: #ffa7a7;
  font-weight: bold;
}

.Text-bold {
  font-weight: 500;
}

.Text-color-primary {
  color: #4870dd;
}

.Text-size--14 {
  font-size: 14px;
}

.Text-align--left {
  text-align: left;
}

.Flex-flex {
  display: flex;
  width: 100%;
}

.Text-color-secondary {
  color: #99F;
}

.empty_database_container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  margin-top: 10px;
}

.empty_database_container .header {
  font-size: 18px;
}

.empty_database_container .message {
  color: #607890;
  display: flex;
}

.empty_database_container .button {
  margin: 0px !important;
}

.no_items_found_img {
  height: 120px;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-height: 30vh;
  width: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: drop-shadow(0px 30px 15px #e3e8ee);
}

.Padding--10px {
  padding: 10px !important;
}

.Padding--8px {
  padding: 8px !important;
}

button.md-primary {
  color: #4870dd;
}

md-radio-group:not([disabled]) md-radio-button .md-primary.md-checked .md-off {
  border-color: #4870dd !important;
}

md-radio-group:not([disabled]) .md-primary .md-on {
  background-color: #4870dd !important;
}

.dialog_form {
  width: 420px;
}

.dialog_form > form {
  width: 100%;
}

.paid_background {
  background-color: #c6ecc6 !important;
}

.error_background {
  background-color: #ecc6c6 !important;
}

.error_background_dark {
  background-color: rgb(179, 42, 61) !important;
}

.pending_background_dark {
  background-color: rgb(151, 151, 151) !important;
}

.simple_info_table td {
  font-size: 14px !important;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  padding: 5px 10px;
}

.simple_info_table thead {
  position: sticky;
  top: 0;
  background-color: white;
}

.md-avatar-small {
  width: 20px !important;
  height: 20px !important;
  border-radius: 3px !important;
}

.md-icon-14 {
  font-size: 14px !important;
  height: 14px !important;
  width: 14px !important;
  min-height: 14px !important;
  min-width: 14px !important;
}

.md-icon-primary {
  color: #4870dd !important;
  fill: #4870dd !important;
}

.md-blank-action {
  fill: #333 !important;
  color: #333 !important;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
}

.md-button.md-blank-action.md-icon {
  color: inherit;
  fill: inherit;
}

.md-button.md-square {
  min-width: 32px !important;
}

.md-button.mail-icon md-icon svg g .mail_icon_top {
  transform: translateY(3px);
}

.md-button.mail-icon md-icon svg g .mail_icon_bottom {
  transform: translateY(-3px);
}

.md-button.mail-icon:hover md-icon svg g .mail_icon_top {
  transform: translateY(0px);
}

.md-button.mail-icon:hover md-icon svg g .mail_icon_bottom {
  transform: translateY(0px);
}

.md-button.mail-icon md-icon svg g .mail_icon_top {
  transition: all 300ms;
}

.md-button.md-main-menu {
  width: 60px !important;
  min-width: 60px !important;
  height: 64px !important;
  margin: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  display: flex !important;
  border-left: 1px solid #DDD !important;
}

.md-button.md-main-menu md-icon {
  fill: #4870dd !important;
  font-size: 22px !important;
  color: #4870dd !important;
}

.md-button.md-main-menu.faded md-icon {
  fill: #4870dd !important;
  font-size: 22px !important;
  color: #314a8f !important;
}

.md-button.md-main-menu::-moz-selection {
  background-color: #FFF !important;
}

.md-button.md-main-menu::selection, .md-button.md-main-menu:focus-visible {
  background-color: #FFF !important;
}

.md-button.md-default-theme.md-primary-action, .md-button.md-primary-action {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
  background-color: #4870dd !important;
  color: white !important;
}

.md-button.md-default-theme.md-primary-action:hover,
.md-button.md-primary-action:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
  background-color: ligthen(#4870dd, 20%) !important;
  color: white !important;
}

.md-blank-action:focus {
  border: 1px solid #4870dd;
}

.md-primary-action[disabled] {
  background-color: rgba(72, 112, 221, 0.4509803922) !important;
}

html {
  display: block;
  position: relative;
  height: 100% !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  background-color: #FFF;
  color: #425466 !important;
  position: relative;
  z-index: 49;
  overflow: hidden !important;
  max-width: 100%;
  max-height: 100%;
}

#container {
  max-height: calc(100vh - 65px);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.clerk-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}

.clerk-toolbar-tools h2 {
  font-size: 20px;
  color: #425466;
}

.capitalize {
  text-transform: capitalize !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -2000px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.animated-background {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 28%, #eeeeee 43%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}

.dark_border {
  border: 2px solid rgb(233, 233, 233);
}

.shadow {
  box-shadow: 0px 2px 26px -8px rgba(0, 0, 0, 0.75) !important;
}

.mopNameAndLogos {
  border: 2px solid #919191;
  border-radius: 3px;
  background-color: #ddd;
  cursor: pointer;
}

.mopNameAndLogos:active {
  border: 2px solid rgb(42, 179, 149);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.mopNameAndLogos:focus {
  border: 2px solid rgb(42, 179, 149);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.secure-server {
  margin-right: 24px;
}

.mopNameAndLogos .logosContainer span img {
  max-height: 24px;
  margin-top: 19px;
  margin-right: 5px;
}

.md-list-item-text h3 {
  word-break: break-all !important;
  height: auto !important;
  white-space: pre-wrap !important;
}

.md-list-item-text p {
  white-space: pre-wrap !important;
  word-break: break-all !important;
  margin: 6px !important;
  padding: 5px !important;
}

.trans_button {
  background-color: rgba(0, 0, 0, 0);
  color: #425466 !important;
}

.inline {
  display: inline;
}

.toolbar {
  height: 64px;
  width: 100%;
  z-index: 3;
  position: relative;
}

md-toolbar.small, md-toolbar.small > .md-toolbar-tools {
  height: auto !important;
  min-height: 32px !important;
  color: #425466;
  font-size: 14px;
}

md-toolbar.small > .md-toolbar-tools > p {
  font-weight: bold;
}

.clear {
  background-color: #FFF !important;
}

.dark {
  background-color: #EEE !important;
}

.darker {
  background-color: #EEE !important;
}

.darker b {
  color: #425466;
}

.job_button {
  margin-right: 7px !important;
}

md-button.utility {
  background-color: rgb(233, 233, 233) !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

md-icon svg {
  fill: inherit !important;
}

md-select-value span div img {
  display: none !important;
}

md-option .md-text {
  width: 100% !important;
}

md-button.button_job {
  color: #425466 !important;
  background-color: none !important;
  font-weight: 900 !important;
}

md-datepicker.quote_date_input .md-button.md-icon-button md-icon svg path {
  fill: rgb(60, 92, 180);
}

md-datepicker.quote_date_input .md-button {
  position: absolute;
  margin-left: -28px;
  margin-top: -10px;
}

.md-datepicker-input-container {
  border-bottom: none !important;
}

md-datepicker.quote_date_input input {
  padding: 2px !important;
  width: 80px !important;
  min-width: 80px !important;
  font-size: 13px !important;
  text-align: right !important;
  margin-right: -2px !important;
  border-bottom: none !important;
}

md-datepicker.quote_date_input {
  border-bottom: none !important;
}

md-datepicker.quote_date_input .md-datepicker-triangle-button,
md-datepicker.stock_date .md-datepicker-triangle-button {
  display: none !important;
}

md-datepicker:not(.quote_date_input),
md-datepicker:not(.stock_date) {
  margin-top: -20px;
  margin-left: -15px;
}

md-datepicker:not(.quote_date_input) .md-datepicker-input-container,
md-datepicker:not(.stock_date) .md-datepicker-input-container {
  margin-top: -5px !important;
  max-width: calc(100% - 14px);
}

md-datepicker:not(.quote_date_input) .md-button.md-icon-button,
md-datepicker:not(.stock_date) .md-button.md-icon-button {
  margin-right: -8px !important;
}

md-datepicker.stock_date {
  margin-left: -12px !important;
  padding-top: 8px !important;
}

md-datepicker.stock_date .md-button {
  margin-top: -8px !important;
  position: relative !important;
  float: right !important;
}

md-datepicker.stock_date .md-button.md-icon-button md-icon svg path {
  fill: #895FFF;
}

.search-bar .md-icon-button {
  background-color: rgba(0, 0, 0, 0) !important;
}

.green:not(.row_selected) {
  color: #009218;
  font-weight: bold;
}

.invis {
  content: "" !important;
  color: rgba(0, 0, 0, 0);
}

.row_selected .green {
  color: #2ae69e;
  font-weight: bold;
}

.invis:after {
  color: rgb(248, 26, 26);
  font-weight: bold;
  content: "-";
}

.jobWidgetListItem {
  background-color: #e6e6e6;
  margin: 0px 0px 1px 0px !important;
  background: #e6e6e6; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fafafa, #f7f7f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.jobWidgetListItem b {
  margin-top: 10px !important;
  color: #425466 !important;
  letter-spacing: 1px;
}

.colon {
  max-height: 8px !important;
  margin-top: 5px;
}

.colon svg {
  height: 15px;
}

.colon svg path {
  fill: #e1e1e1 !important;
}

.colon_dark svg path {
  fill: #1f1f1f !important;
}

md-toolbar .md-toolbar-tools h2 a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

md-toolbar .md-toolbar-tools h2 a {
  padding: 3px;
  border-radius: 3px;
  transition: 200ms all linear;
  -moz-transition: 200ms all linear;
  -webkit-transition: 200ms all linear;
  -o-transition: 200ms all linear;
}

.jobWidgetListItem h3, .jobWidgetListItem h4 {
  margin-top: 5px !important;
  color: #425466 !important;
}

.jobWidgetListItem p {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #425466 !important;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 0px !important;
  margin: 8px;
}

.sidePanelWidget {
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
  margin-top: 1px;
}

.sidePanelWidget:last-of-type {
  border: none;
}

.sidePanelWidget h3 {
  margin-bottom: 10px !important;
}

.float {
  position: fixed !important;
  z-index: 99 !important;
  box-shadow: 0px 2px 26px -8px rgba(0, 0, 0, 0.75) !important;
  top: 0 !important;
}

.correct_float {
  margin-top: -54px;
}

md-progress-linear {
  height: 3px !important;
}
md-progress-linear .md-container {
  height: 3px !important;
}
md-progress-linear .md-container .md-bar {
  height: 3px !important;
}
md-progress-linear .md-container .md-dashed:before {
  height: 3px !important;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar).job md-icon, md-toolbar:not(.md-menu-toolbar).job md-icon {
  fill: #FFF !important;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar).job, md-toolbar:not(.md-menu-toolbar).job {
  background-color: #da6642;
  color: #FFF !important;
  font-weight: 900;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75), inset 30px 24px 23px 1px rgba(51, 50, 50, 0.11);
}

md-toolbar.tertiary {
  color: #FFF !important;
  background-color: #16B17F;
  font-weight: 900;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75), inset 30px 24px 23px -10px rgba(51, 50, 50, 0.11);
}

md-toolbar.blank_header {
  border-bottom: 1px solid #ddd;
  color: #425466;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

md-toolbar.secondary {
  color: #FFF;
  background-color: #4266DA;
  font-weight: 900;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75), inset 30px 24px 23px 1px rgba(51, 50, 50, 0.11);
}

.md-toolbar-tools h2 {
  transition: 0.6s ease all;
}

md-icon svg {
  transition: 0.6s ease all;
}

md-icon {
  transition: 0.6s ease all;
}

md-toolbar.db_buttons {
  background-color: #38383d !important;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75), inset 30px 24px 23px 1px rgba(51, 50, 50, 0.11), 68px 49px 48px rgba(0, 0, 0, 0.2) inset;
}

md-toolbar.meta-quaternary {
  color: #000;
  background-color: #fde4e4 !important;
}

md-toolbar.quaternary {
  color: #FFF;
  position: absolute;
  background-color: #DA4266;
  font-weight: 900;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75), inset 30px 24px 23px 1px rgba(51, 50, 50, 0.11);
}

.md-button.quaternary {
  color: #FFF !important;
  width: 100px;
  background-color: #da4242 !important;
  font-weight: 900 !important;
  float: right !important;
}

md-toolbar.quinary {
  color: #fff;
  background-color: #7c4dff;
  font-weight: 900;
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75), inset 30px 24px 23px 1px rgba(51, 50, 50, 0.11);
}

md-toolbar.lightgray {
  color: #425466;
  background-color: #4c66ad;
  font-weight: 900;
  background-color: #FFF;
  border-bottom: 1px solid #e3e8ee;
}

.search-bar {
  background-color: #222;
}

.search-bar * {
  color: white !important;
}

.search-bar input {
  border-bottom-color: white;
}

.md-errors-spacer {
  display: none;
}

#menubar {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  line-height: 60px;
  width: 100vw;
  margin-top: 15px;
  height: 60px;
  background-color: #232323;
  box-shadow: 0px 2px 26px -8px rgba(0, 0, 0, 0.75);
}

.dir {
  display: inline;
  margin-top: 2px;
  transition: 0.6s ease all;
}

#main_page_wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 60% 38%;
  color: #444;
  width: 100%;
  max-width: 793px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.block_container {
  border: 1px solid #e7e6e6;
  background-color: rgb(233, 233, 233);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.info_table {
  font-family: Roboto;
  outline: none;
  border: none;
  width: 100%;
  border-collapse: collapse;
}

.info_row {
  outline: none;
  border: none;
  width: 100%;
  padding: 10px;
}

.info_header {
  padding: 10px;
  padding-bottom: 5px;
  outline: none;
  border: none;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}

.info_data {
  padding: 10px;
  padding-top: 5px;
  outline: none;
  border: none;
  text-transform: capitalize;
  display: block;
  border-bottom: 1px solid rgb(204, 203, 203);
  font-size: 14px;
}

.container_title {
  position: relative;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0.6;
  width: 100%;
  background-color: #425466;
  color: white;
  font-family: IBMPlexSans;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#index_button_wrapper {
  grid-column: 1/1;
  grid-row: 1;
  max-width: 800px;
}

#front_profile_menu {
  grid-column: 2/2;
  grid-row: 1;
}

#front_tools_menu {
  grid-column: 1/1;
  grid-row: 1;
  max-width: 800px;
}

#front_stats_menu {
  grid-column: 2/2;
  grid-row: 2;
}

@media (max-width: 627px) {
  #account_functions {
    display: none !important;
  }
  #account_functions_menu {
    display: inline !important;
  }
  md-toolbar.lightgray {
    background: none !important;
  }
}
@media (max-width: 820px) {
  #index_button_wrapper {
    grid-column: 1/span 2;
    grid-row: 1;
    max-width: 800px;
  }
  #front_profile_menu {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  #front_tools_menu {
    grid-column: 1/span 2;
    grid-row: 3;
    max-width: 800px;
  }
  #front_stats_menu {
    grid-column: 1/span 2;
    grid-row: 4;
  }
}
#link_wrapper div {
  display: inline-block;
  color: white;
}

#slogan {
  float: left;
  font-family: sans-serif;
  text-transform: capitalize;
  color: #d1d1d1;
}

.widget_form {
  max-width: 600px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
  background-color: #FFF;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.chip {
  padding: 3px 6px;
  border-radius: 6px;
  color: white;
  background-color: #f66;
}

.widget_button_container {
  margin-bottom: 10px;
  position: relative;
}

#new_job_details {
  padding-bottom: 40px;
}

.job_info {
  margin: 0;
  list-style-type: none;
}

.job_info li {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: calc(50% - 20px) !important;
  height: auto;
}

md-grid-tile {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

md-grid-list md-grid-tile md-list {
  height: 100%;
  overflow-y: hidden !important;
  width: 50% !important;
}

md-grid-list md-grid-tile md-list md-list-item {
  height: 100%;
  overflow-y: hidden !important;
  max-width: 300px !important;
}

md-list-item.md-3-line::before, md-list-item.md-3-line > .md-no-style::before,
md-list-item, md-list-item > .md-no-style, md-list-item > .md-list-item-inner::before, md-list-item > .md-no-style::before {
  min-height: 32px !important;
}

md-list-item h4 {
  height: 100%;
  overflow-y: hidden !important;
  max-width: 300px !important;
  height: auto !important;
}

md-content {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  color: #425466;
}

.button_job {
  border-radius: 3px !important;
  color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  transition: border-radius 800ms ease-in-out, width 500ms ease-in-out, color 200ms ease-in-out !important;
}

.button_job:hover, .button_job:focus-within {
  transition: border-radius 800ms ease-in-out, width 500ms ease-in-out, color 200ms ease-in-out !important;
}

.button_job:hover span {
  width: auto !important;
}

.button_job span {
  width: 0px !important;
  transition: border-radius 800ms ease-in-out, width 500ms ease-in-out, color 200ms ease-in-out !important;
}

.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.draft span:first-of-type {
  background-color: #c0d9ff;
  padding: 1px 10px;
  border-radius: 4px;
}

.loadingspinner {
  width: 25px;
  height: 25px;
  animation: rotatespinner 2s linear infinite;
}
.loadingspinner .back {
  stroke: hsla(0, 0%, 100%, 0.207);
  stroke-linecap: round;
  z-index: 25;
}
.loadingspinner .o {
  stroke: hsl(0, 0%, 100%);
  stroke-linecap: round;
  animation: dashspinner 1.5s ease-in-out infinite;
}

@keyframes rotatespinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dashspinner {
  0% {
    stroke-dasharray: 1, 94;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 94;
    stroke-dashoffset: -5;
  }
  100% {
    stroke-dasharray: 90, 94;
    stroke-dashoffset: -90;
  }
}
.button_job svg {
  margin-top: 8px;
  margin-left: 2px;
}

.button_job:not(.payment_button) md-icon {
  fill: #ccc !important;
  color: #ccc !important;
  transition: color 1s;
  -webkit-transition: color 1s;
}

.button_job:not(.payment_button) md-icon svg g path {
  fill: #ccc !important;
  color: #ccc !important;
}

.button_job md-icon {
  fill: #ccc !important;
  color: #ccc !important;
}

.button_job:not(.payment_button) svg path {
  fill: #ccc !important;
  transition: all 2s;
  -webkit-transition: all 1s;
}

.button_job:not(.payment_button) svg g path {
  fill: #ccc !important;
  background-color: rgba(235, 233, 233, 0.027) !important;
  transition: all 2s;
  -webkit-transition: all 1s;
}

.button_jobHover {
  width: 170px !important;
  border-radius: 4px !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: white !important;
  font-weight: 4;
}

.circular {
  animation: rotatwe 1s ease-in-out infinite;
  height: 100px;
  position: relative;
  width: 100px;
}

.path {
  stroke: red;
  stroke-dasharray: 125;
  stroke-dashoffset: 125;
  animation: dash 1s ease-in-out infinite;
  stroke-linecap: round;
  transition: all 1s ease;
}

@keyframes rotate {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotateOnce {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes fullRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes rotatwe {
  to {
    stroke: red !important;
    stroke-dashoffset: -125;
  }
}
@keyframes color {
  0% {
    stroke: red !important;
  }
  40% {
    stroke: blue !important;
  }
  66% {
    stroke: green !important;
  }
  90% {
    stroke: yellow !important;
  }
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.button_jobHover md-icon {
  fill: #EEE !important;
  color: #EEE !important;
  transition: all 2s;
  -webkit-transition: all 1s;
}

.button_jobHover svg path {
  fill: #EEE !important;
  transition: all 2s;
  -webkit-transition: all 1s;
}

.button_jobHover svg g path {
  fill: #EEE !important;
  color: white !important;
}

.button_jobHover md-icon svg g path {
  fill: #EEE !important;
  color: #EEE !important;
}

.button_jobHover md-icon {
  fill: #EEE !important;
  color: #EEE !important;
}

.button_jobHover.delete_tb {
  background-color: #c32626 !important;
}

.quote_img_button {
  position: absolute !important;
  top: 0;
  right: 60px !important;
  z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000 !important;
}

.quote_img_button:nth-child(1) {
  position: absolute !important;
  top: 0;
  right: 0 !important;
  z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000 !important;
}

.button_job span {
  text-transform: capitalize;
}

.st0 {
  fill: #f0f0f0;
}

.svg_icon {
  display: inline;
  float: left;
  margin-top: 0px;
  height: 24px;
}

#title {
  text-transform: capitalize;
  font-family: Montserrat;
  font-weight: 900;
  margin: 10px !important;
  letter-spacing: 2px;
  /* left:120px; */
}

#about {
  float: right;
  /* right:210px; */
}

#settings {
  float: right;
  text-decoration: none;
  text-transform: capitalize;
  color: white;
}

#settings:hover {
  text-decoration: underline;
}

#contact {
  float: right;
}

#log_in {
  float: right;
  /* right:210px; */
}

.login_screen_toolbar {
  width: 200vw !important;
  border-bottom: none !important;
}

#container {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #efefef !important;
}

.button {
  list-style: none;
  margin: 20px;
  float: center;
  text-align: center;
  width: 120px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.button:hover {
  text-decoration: underline;
}

#jobs {
  background: url("../jobs.svg") no-repeat 0% center;
}

#stock {
  background: url("../stock.svg") no-repeat 0% center;
}

#users {
  background: url("../vector.svg") no-repeat 0% center;
}

.invoice {
  background: url("../invoice.svg") no-repeat 0% center;
}

#add_user {
  display: inline;
}

.home_button_wrapper a {
  text-decoration: none;
}

.home_button_wrapper {
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.1);
  margin: 2px;
  border-radius: 5px;
}

.sideFix {
  margin-left: 320px;
}

.darker_home {
  background-color: rgba(34, 34, 34, 0.1) !important;
  color: white !important;
  width: auto;
  font-weight: 100 !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
}

.darker_home {
  padding: 0px 10px 0px 10px !important;
}

.darker_home:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.dha {
  display: list-item !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: white !important;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 20 !important;
}

.homeButtonQuickLinkWrapper {
  display: list-item !important;
  list-style: none !important;
  margin: 0px !important;
}

.homeButtonQuickLink {
  padding: 0px !important;
  margin: 0px !important;
  width: 30% !important;
  /* display: block; */
  /* margin: 5px !important; */
  min-width: 10px !important;
  /* min-height: 10px !important; */
  height: 20px !important;
  /* width: 20px !important; */
  /* size: 12px; */
  /* font-size: 12px !important */
}

.homeButtonQuickLink md-icon {
  color: #4870dd;
  font: bold;
  font-size: 12px;
  color: white;
  padding: 0px !important;
}

.dha md-icon {
  margin-top: 6px !important;
  height: 15px !important;
  width: 15px !important;
  margin-left: 5px !important;
  color: white !important;
  font-size: 12px;
  list-style: none;
}

.darker_home md-icon {
  margin-top: 10px !important;
  height: 40px !important;
  margin-right: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-left: auto;
  color: white !important;
  float: center;
  font-size: 30px;
  list-style: none;
}

.darker_home md-icon svg path {
  fill: white !important;
}

.darker_home md-icon svg {
  font-size: 36px;
  height: 30px;
  width: auto;
  display: list-item;
  list-style: none;
}

.home_button a md-button {
  width: 80px !important;
  height: auto !important;
}

.home_button_wrapper a:nth-child(2) .md-button {
  position: absolute;
  padding: 0 !important;
  min-width: 0px !important;
  width: 0px !important;
  transition: all linear 250ms;
}

.home_button_wrapper:hover a:nth-child(2) .md-button {
  width: 80px !important;
}

.add_button {
  float: center;
  text-align: center;
  padding: 10px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  border: 1px solid rgb(204, 203, 203);
  color: #425466;
}

.home {
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  color: #425466;
}

#search {
  padding: 20px;
  position: relative;
  outline: none;
  background-image: url("zoom.png") left center;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.table thead tr {
  box-shadow: 0 -0.3px 36.7px rgba(0, 0, 0, 0.014), 0 -0.3px 31.5px rgba(0, 0, 0, 0.033), 0 -0.1px 23.2px rgba(0, 0, 0, 0.057), 0 0.6px 17.3px rgba(0, 0, 0, 0.087), 0 2.7px 21.1px rgba(0, 0, 0, 0.126), 0 15px 96px rgba(0, 0, 0, 0.2);
}

.row_selected:nth-child(1) {
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.75) !important;
}

.row_selected {
  background: rgb(10, 93, 175);
  color: white !important;
}

.row_selected:nth-child(2n) {
  background: rgb(11, 90, 168);
  color: white !important;
}

.table_search_input {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: #4870dd 2px solid;
  outline: none;
  transition: all 1s;
}

.row {
  z-index: 0;
  color: #425466;
  width: 100% !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.row.row_selected {
  -webkit-touch-callout: auto; /* iOS Safari */
  -webkit-user-select: auto; /* Safari */ /* Konqueror HTML */
  -moz-user-select: auto; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: auto;
}

.sort-by-table-header {
  padding: 10px !important;
}

.Box-Shadow--Simple {
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.row:not(.row_selected):hover {
  background-color: white !important;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.row:nth-child(2n):not(.row_selected):hover {
  background-color: #fdfdfd !important;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.row.row_selected:hover {
  background-color: #0066cc !important;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.row:nth-child(2n)::before {
  background-color: rgb(245, 245, 245);
}

.table {
  table-layout: fixed;
  border-collapse: collapse;
  background-color: white;
  background-color: rgba(238, 238, 238, 0.87);
  width: 100%;
  max-width: 100%;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.table tr {
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: Roboto;
}

.table tr td {
  padding: 12px;
  width: auto;
  height: auto;
  word-break: break-all;
  min-width: 100px;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.table tr td:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.01);
}

.table tr {
  resize: both;
  padding: 30px;
  border-collapse: collapse;
  margin: 30px;
}

.table {
  transition: all linear 1s;
  opacity: 1;
}

.table.ng-hide {
  opacity: 0;
}

.ng-hide {
  opacity: 0;
  transition: none 0;
}

#quotes_table {
  min-width: 100vw;
}

table.rz-table {
  table-layout: fixed;
  border-collapse: collapse;
}

table.rz-table th {
  position: sticky !important;
  top: 64px !important;
  min-width: 5px;
  background: linear-gradient(to right, #FFF calc(100% - 10px), #efefef 10px);
}

table.rz-table th .rz-handle {
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: ew-resize !important;
}

.table_col__selected {
  box-shadow: inset -47px 0 150px -47px #FFF !important;
}

table.rz-table th .rz-handle.rz-handle-active ~ th {
  border-right: 10px solid red !important;
}

table.rz-table th .rz-handle.rz-handle-active > th {
  border-right: 10px solid red !important;
}

.rz-handle {
  -webkit-clip-path: polygon(62% 9%, 79% 7%, 90% 4%, 100% 0, 100% 100%, 0 100%, 0 0, 11% 5%, 19% 7%, 38% 9%);
          clip-path: polygon(62% 9%, 79% 7%, 90% 4%, 100% 0, 100% 100%, 0 100%, 0 0, 11% 5%, 19% 7%, 38% 9%);
  background: #DDD;
}

.tb_resize {
  position: absolute;
  background-color: red;
  z-index: 10000000000000000000000000;
  min-width: 5px;
  margin-top: -20px;
  height: 20px;
  cursor: col-resize;
}

.table thead tr th {
  padding: 11px;
  color: #566e85;
  font-size: 14px !important;
  letter-spacing: 2px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror TML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

#client_info textarea {
  height: 100%;
}

#service_provider {
  height: 100%;
  white-space: pre-wrap;
  min-height: 130px;
  display: inline-block;
  margin-bottom: 20px;
  max-height: 50vh;
}

.table:before {
  position: absolute;
  z-index: 1000000000000000000000000000000000000000000000;
  width: 100px;
  height: 100% px;
  background-color: red;
}

.table tr th {
  min-width: 60px !important;
  width: auto;
  color: #425466;
  border: none;
  outline: none;
  padding: 5px;
  text-transform: capitalize;
  font-family: Roboto;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.table tr:first {
  min-width: 793px;
  max-width: 793px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.hide {
  display: none;
}

.quote_info_table {
  table-layout: fixed;
}

.reverse {
  transform: rotate(180deg);
}

.quote_info_table tr th {
  max-width: 200px;
}

.static {
  cursor: default;
}

.update_cell:hover:not(.static) {
  border: 1px solid #a4a4a4;
  cursor: text;
  margin: -1px;
}

.vertical_header {
  width: 300px;
  padding: auto;
  line-height: 49px;
  float: right;
  border: none;
  outline: none;
}

.table tr:not(.update) {
  padding-top: 0px;
  padding-bottom: 0px;
}

form {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

ul.simpleForm {
  list-style: none !important;
}

.signupTerms {
  font-size: 13px;
  margin: 20px 0;
}

.signupTerms span p {
  color: #515151;
  text-decoration: none !important;
}

.signupTerms span p a {
  color: rgb(19, 110, 247);
  text-decoration: none !important;
}

form input {
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.form_submit_button {
  float: right;
  padding: 10px;
}

#company_links {
  max-width: 793px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#company_links img {
  max-height: 16px;
}

#about_top {
  display: inline;
  padding: 10px;
  float: right;
}

#title_top {
  display: inline;
  font-weight: bold;
  text-transform: capitalize;
  float: left;
  text-decoration: none;
}

#contact_top {
  display: inline;
  padding: 10px;
  float: right;
}

.small_basic_link {
  font-family: "Roboto", sans-serif;
  display: inline;
  padding: 10px;
  font-size: 14px;
  color: #425466;
  margin-top: -26px;
  cursor: pointer;
  text-decoration-color: white;
}

.basic_link {
  cursor: pointer;
  font-family: Roboto;
  font-size: 14px;
}

.basic_link:hover {
  text-decoration: underline;
}

.small_basic_link:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.first-item {
  margin-top: 45px !important;
}

.monospace {
  font-family: monospace;
}

#page-wrap {
  background-color: #FFF;
  padding: 15px 20px;
  width: 793px;
  width: 813px !important;
  margin-bottom: 400px;
  min-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  box-shadow: 30px 30px 60px #bebebe, -30px -30px 60px #ffffff;
  border-radius: 4px;
  padding-bottom: 28px !important;
}

.cyan_border:hover {
  outline: 1px solid rgba(42, 230, 158, 0.7803921569) !important;
}

.cyan_border:focus {
  outline: 2px solid rgba(42, 230, 158, 0.7803921569) !important;
}

#header {
  overflow: hidden !important;
}

textarea {
  border: 0;
  font: 14px Georgia, Serif;
  overflow: hidden;
  resize: none;
}

.quote_table {
  font-family: Roboto;
}

#logo img {
  max-height: 125px;
}

.rss {
  display: grid;
  grid-gap: 10px;
}

.rss input:focus {
  border: none;
  outline: none;
}

.rss .dat:focus-within {
  border: 1px solid rgba(42, 230, 158, 0.7803921569);
}

.dat input:valid {
  background-color: none;
}

.rss input {
  outline: none;
  margin-top: 16px;
  font-size: 14px;
  width: 295px;
  min-height: 35px;
  border: 0px;
  left: 0;
  float: left;
  letter-spacing: 2px;
  background: rgba(0, 120, 211, 0);
  /* color:white; */
}

.rss input:invalid {
  outline: none;
}

.rss input:focus ~ .floating-label {
  margin-top: -50px;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 1;
}

.rss .dat:hover .floating-label {
  font-size: 11px;
  opacity: 1;
  margin-top: -50px;
}

.rss input:not(:focus):valid ~ .floating-label {
  letter-spacing: 2px;
  font-size: 11px;
  opacity: 1;
  margin-top: -50px;
  color: #0061a9;
}

.dat {
  background-color: white;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 6px;
  /* background-color:white; */
}

.dat:hover {
  cursor: text;
}

.floating-label:hover {
  font-size: 11px;
  opacity: 1;
  color: #425466;
}

.floating-label {
  letter-spacing: 3px;
  pointer-events: none;
  margin-left: -295px;
  font-family: arial;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.2s ease all;
  font-size: 12px;
  color: #425466;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.rss {
  border-radius: 7px;
  width: 500px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  width: 350px;
}

@media (max-width: 1020px) {
  .rss:not(.job_layout) {
    top: 20%;
    left: -40px;
    transform: scale(0.8);
  }
}
.rss:not(#loginform):not(.job_layout) {
  top: 50%;
}

@media (max-width: 1020px) {
  .rss:not(#loginform):not(.job_layout) {
    top: 20%;
    left: -40px;
    transform: scale(0.8);
  }
}
.rss a {
  font-family: IBMPlexSans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #425466;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.rss a:hover {
  color: darkblue;
}

.widget_wrapper .dat input {
  margin-top: 0px;
  margin-left: 15px;
}

.widget_wrapper .dat .floating-label {
  margin-top: -50px;
  margin-left: 15px;
}

.widget_wrapper .dat .floating-label svg {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -60px;
  margin-left: -5px;
}

@media (max-width: 1820px) {
  .job_layout {
    margin-left: 290px !important;
  }
}
@media only screen and (max-width: 950px) {
  .job_layout {
    margin-left: auto !important;
  }
}
.widget_item_owner {
  color: rgb(26, 86, 177);
}

.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.smallScroll {
  /* Track */
  /* Handle */
}
.smallScroll ::-webkit-scrollbar {
  width: 15px;
}
.smallScroll ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgb(146, 146, 146);
  background-color: #CCC;
}
.smallScroll ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px #888;
  -moz-box-shadow: 0 0 2px #888;
  border: 1px solid #CCC;
}
.smallScroll ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(70, 70, 70, 0.4);
}

.job_widget {
  /* Track */
  /* Handle */
}
.job_widget ::-webkit-scrollbar {
  width: 15px;
}
.job_widget ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgb(146, 146, 146);
  background-color: #CCC;
}
.job_widget ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px #888;
  -moz-box-shadow: 0 0 2px #888;
  border: 1px solid #CCC;
}
.job_widget ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(70, 70, 70, 0.4);
}

.job_widget {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  margin-top: 20px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #EAEAEA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 -0.1px 4.8px -28px rgba(0, 0, 0, 0.067), 0 -0.1px 11px -28px rgba(0, 0, 0, 0.07), 0 -0.1px 19.1px -28px rgba(0, 0, 0, 0.063), 0 0.1px 30.3px -28px rgba(0, 0, 0, 0.054), 0 0.3px 46.8px -28px rgba(0, 0, 0, 0.046), 0 0.9px 73px -28px rgba(0, 0, 0, 0.044), 0 2.1px 121.1px -28px rgba(0, 0, 0, 0.055), 0 6px 242px -28px rgba(0, 0, 0, 0.12);
}

.execute_button {
  position: relative;
  background-color: #ccc !important;
  color: black !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  /* width: 200px; */
  right: 0;
  cursor: pointer;
  float: right !important;
  height: auto;
  width: 120px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  /* border:1px solid lightgray; */
  outline: none;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 200ms linear;
  transition: all 200ms linear;
}

@media (max-width: 1020px) {
  .execute_button {
    font-size: 20px;
  }
}
.execute_button:hover {
  color: white;
  /* border:1px solid gray; */
  /* background: color(primary-dark); */
}

.execute_button:hover svg path {
  fill: #FFF;
  /* background: color(primary-dark); */
}

.button_ready {
  background-color: #4870dd !important;
  color: white !important;
}

.newPlanContainer {
  width: auto;
}

.checkedListContainer {
  display: table;
}

.checkedList {
  display: table-cell;
  vertical-align: middle;
}

.bullet {
  text-align: left !important;
}

.checkedList li {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-family: Roboto;
  max-width: 240px;
  -moz-columns: #333333 !important;
       columns: #333333 !important;
  font-weight: 400;
}

.logos img {
  height: 30px;
}

.logos img:nth-child(2) {
  margin: 0px 5px 0px 5px;
}

.checkmark {
  float: left;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  color: #4870dd;
  align-self: flex-start;
}

.checkmark-text {
  margin-left: 10px;
  width: 100%;
}

.checkedList,
.uncheckedList {
  text-align: left;
}

.checkedList .bullet,
.uncheckedList .bullet {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  position: relative;
  line-height: 30px;
}

.hasWeeklyPricing .checkedList,
.hasWeeklyPricing .uncheckedList {
  margin-top: 5px;
}

.hasWeeklyPricing .checkedList .bullet:last-child,
.hasWeeklyPricing .uncheckedList .bullet:last-child {
  padding-bottom: 7px;
}

@media only screen and (max-width: 600px) {
  .hasWeeklyPricing .checkedList,
  .hasWeeklyPricing .uncheckedList {
    margin-top: 0;
    font-size: 14px;
  }
  .hasWeeklyPricing .checkedList .bullet,
  .hasWeeklyPricing .uncheckedList .bullet {
    padding-bottom: 0.6em;
  }
  .hasWeeklyPricing .checkedList .bullet:last-child,
  .hasWeeklyPricing .uncheckedList .bullet:last-child {
    padding-bottom: 1px;
    margin-bottom: 0;
  }
}
/* stylelint-disable no-descending-specificity */
.checkedList .bullet {
  padding: 0 0 1em 2em;
  position: relative;
}

.checkedList .bullet:before {
  color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0.5em;
  height: 0.5em;
  width: 1em;
  content: "✓";
  left: 0.1em;
  /*rtl:begin:ignore*/
  border-bottom: 2px solid #4870dd;
  border-left: 2px solid #4870dd;
  transform: rotate(-45deg);
  /*rtl:end:ignore*/
}

.bullet {
  left: -15px;
  right: 0;
  margin-left: auto !important;
  margin-right: auto;
}

.planButton {
  width: 100% !important;
  margin: 0px !important;
  background-color: #4870dd !important;
  color: white !important;
}

.planHolder {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.planContainer {
  background-color: #eee;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 10px;
  line-height: 20px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
}

.execute_button svg {
  position: absolute;
  height: 90px;
  width: 50px;
  left: 10px;
  margin-top: -35px;
  float: left;
  transition: fill 200ms linear;
}

.toolbarError {
  padding: 5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  border-radius: 5px;
  background-color: #a64122;
  margin-left: 10px;
  font-size: 16px;
  color: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 -0.1px 4.8px -28px rgba(0, 0, 0, 0.067), 0 -0.1px 11px -28px rgba(0, 0, 0, 0.07), 0 -0.1px 19.1px -28px rgba(0, 0, 0, 0.063), 0 0.1px 30.3px -28px rgba(0, 0, 0, 0.054), 0 0.3px 46.8px -28px rgba(0, 0, 0, 0.046), 0 0.9px 73px -28px rgba(0, 0, 0, 0.044), 0 2.1px 121.1px -28px rgba(0, 0, 0, 0.055), 0 6px 242px -28px rgba(0, 0, 0, 0.12);
}

.formError {
  width: calc(100% - 20px);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  color: black;
  background-color: #ffd0c2;
  box-shadow: #DDD 1px 1px 1px;
  padding-top: 5px;
  padding: 8px 0px 0px 13px;
}

.widget_alert {
  padding: 12px;
  border: 1px solid rgb(255, 152, 90);
  background: rgb(255, 220, 199);
  border-radius: 5px;
}

.widget_alert md-icon {
  color: orangered;
}

.input-error {
  outline: 1px solid rgb(220, 0, 0);
  background-color: rgba(220, 0, 0, 0.1);
}

.execute_button svg path {
  fill: #36384C;
}

.pretty_price::after {
  background-color: #2ab395;
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
  content: attr(price);
  letter-spacing: 1px;
  font-family: monospace !important;
  background-color: #d6f0d6;
  border: 1px solid rgba(42, 179, 149, 0.1294117647);
  font-weight: 600;
}

.pretty_price::before {
  font-family: monospace !important;
  display: inline-block;
  color: #2ab395;
  padding-right: 3px;
  transform: scale(130%);
  font-weight: 700;
}

.pretty_figure {
  background-color: none;
  color: #425466;
  font-weight: bold;
  padding: 0px !important;
  font-weight: 600;
}

.pretty_figure_prefix {
  background-color: none;
  color: #425466;
  font-weight: bold;
  margin-right: -3px;
  font-weight: 600;
}

.negative_pretty_price {
  font-weight: 600;
  font-family: monospace !important;
  color: #b32a2a;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
}

.negative_pretty_price_prefix {
  color: #b32a2a;
  font-weight: 700;
  margin-right: -3px;
  font-family: monospace !important;
}

.positive_pretty_price {
  font-weight: 600;
  background-color: #2ab395;
  font-family: monospace !important;
  background-color: #d6f0d6;
  border: 1px solid #2ab395;
  color: #425466;
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: rgba(214, 240, 214, 0.431372549);
  border: 1px solid rgba(42, 179, 149, 0.1294117647);
}

.positive_pretty_price_prefix {
  font-family: monospace !important;
  display: none;
  margin-right: -3px;
  color: #2ab395;
  font-weight: 700;
}

.pretty_price_suffix {
  font-size: 90% !important;
  padding: 0px !important;
  margin: 0px !important;
  vertical-align: top;
}

.quote_note {
  font-family: "Roboto";
  padding: 20px;
  text-align: center;
}

.quote_note svg {
  position: relative;
  float: left;
}

#modal_serve {
  display: none;
  overflow: auto;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(207, 207, 207, 0.637);
  z-index: 9999999;
}

#page-loader {
  overflow: auto;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 9999999;
}

#page-loader svg {
  overflow: auto;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
}

#page-laoder svg circle {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

#page-loader span {
  overflow: auto;
  margin: auto;
  font-family: "Roboto";
  color: black;
  font-size: 16px;
  width: 100vw;
  height: 20px;
  text-align: center;
  overflow: auto;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 160px;
}

.container {
  width: 100%;
  background-color: none;
  margin: 0 auto;
}

ul.tabs {
  margin-top: 20px !important;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: Roboto;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current {
  padding-top: 15px;
  color: #222;
}

.tab-content {
  display: none;
  padding: 15px;
  font-family: Roboto;
}

.tab-content.current {
  display: inherit;
}

#card {
  border: radius 6px;
  flex: 1;
  background-color: #e9e9e9;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
}

#card:before, #card:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px/10px;
}

#card:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

:host {
  box-sizing: border-box;
  display: block;
  height: 100%;
}

:host([hidden-by-search]) {
  display: none;
}

.settings_table tr:hover {
  cursor: pointer;
}

.settings_table:not(.payment_table) tr {
  background: url("../right_arrow.svg") no-repeat 96% center;
}

.payment_table select {
  position: absolute;
  float: right;
}

.StripeElement {
  box-sizing: border-box;
  padding: 18px 15px 18px 15px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
  -webkit-transition: box-shadow 150ms ease;
  background-color: #fff;
  transition: box-shadow 150ms ease;
}

.formmodal {
  float: center;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  background-color: white;
  z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
}

.formContentContainer {
  padding: 20px;
}

#deactivate {
  color: #dd404d;
  text-decoration: none;
  font-style: none;
  font-family: IBMPlexSans, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 64px;
  text-transform: uppercase;
  cursor: pointer;
}

.cancleordeactivate {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.cancleordeactivate input {
  text-decoration: none;
  font-style: none;
  font-family: IBMPlexSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px l;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 4px;
  text-align: center;
  background: #dd404d;
  border: 1px solid #dd404d;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  line-height: unset;
  height: 35px;
  width: 155px;
  min-width: 155px;
}

.cancleordeactivate input:hover {
  background: #3394dc;
  border: 1px solid #3394dc;
}

.cancleordeactivate input:active {
  background: #0061a9;
}

.cancleordeactivate input:disabled, .cancleordeactivate a [data-disabled=true] {
  background: rgba(0, 121, 211, 0.5);
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}

.cancleordeactivate input {
  margin-right: 5px;
  line-height: 34px;
  width: 90px;
  height: 30px;
  display: inline-block;
}

.cancleordeactivate a {
  text-decoration: none;
  font-style: none;
  font-family: IBMPlexSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 4px;
  text-align: center;
  background: #dd404d;
  border: 1px solid #dd404d;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  line-height: unset;
  height: 35px;
  width: 155px;
  min-width: 155px;
}

.cancleordeactivate a:hover {
  background: #3394dc;
  border: 1px solid #3394dc;
}

.cancleordeactivate a:active {
  background: #0061a9;
}

.cancleordeactivate a:disabled, .cancleordeactivate a [data-disabled=true] {
  background: rgba(0, 121, 211, 0.5);
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}

.cancleordeactivate a {
  margin-right: 5px;
  line-height: 34px;
  width: 90px;
  height: 30px;
  display: inline-block;
}

#cancle {
  background: transparent;
  color: #0061a9;
  border: 1px solid #0079d3;
}

#cancle:hover {
  border: 1px solid #3394dc;
  color: #3394dc;
}

.dc {
  height: 50px;
  width: 100%;
  overflow: hidden;
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 5px;
}

.dc:hover {
  cursor: text;
}

.dc input {
  margin-top: -4px;
  position: absolute;
  height: 57px;
  width: 370px;
  left: 70px;
  border: none;
  outline: none;
}

.dc input:hover ~ .dc-label {
  top: 0px;
  bottom: 10px;
  font-size: 12px;
}

.dc input:focus ~ .dc-label {
  top: 0px;
  bottom: 10px;
  font-size: 12px;
}

.dc input:not(:focus):valid ~ .dc-label {
  top: 0px;
  bottom: 10px;
  font-size: 12px;
}

.dc-label {
  left: -25px;
  position: relative;
  pointer-events: none;
  margin-left: -250px;
  font-family: IBMPlexSans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  top: 18px;
  transition: 0.2s ease all;
  font-size: 13px;
  color: #636363;
}

#delete_account_form {
  z-index: 99999999;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #dd404d;
  background-color: #ddd;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.cancelAccountButton[disabled] {
  color: #a8797d !important;
  background-color: #cdcdcd !important;
}

#delete_account_form textarea {
  width: calc(100% - 15px) !important;
  padding: 5px;
  resize: vertical;
  width: 405px;
  border-radius: 5px;
  border: 1px solid lightgray;
}

#payment-form #startMembershipButton {
  padding: 16px 5px 16px 5px;
  font-size: 20px !important;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #f0eeff !important;
}

.options_wrapper {
  margin: 0 auto;
  border: 1px solid #c4c4c4;
  padding: 10px;
}

.col1,
.col2,
.col3 {
  position: relative;
  color: #425466;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  min-height: 12px;
}
.col1:after,
.col2:after,
.col3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.col1 select {
  width: 100%;
  height: 100%;
  padding: auto;
}

.inner {
  display: grid;
  grid-template-columns: 12px 12px 12px;
  grid-template-rows: 80%, 20%;
  grid-gap: 5px 5px;
}
@media (min-width: 768px) {
  .inner {
    grid-template-columns: 300px auto;
  }
}

@media (min-width: 768px) {
  .col1 {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
}

.col3 {
  grid-column: 1/span 3;
  grid-row: 2/span 1;
}
@media (min-width: 768px) {
  .col3 {
    grid-column: auto;
    grid-row: auto;
  }
}

.payment_form {
  display: none;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: auto;
  min-width: 50px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #e8e8e8;
  cursor: pointer;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

#table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}

.td_button {
  position: absolute;
  left: 20px;
  padding: 5px;
  padding-left: 20px;
  resize: none !important;
  display: block;
  background-color: none;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -30px;
}

#table table td {
  padding: 5px 5px 5px 5px;
  border-collapse: collapse;
  border: none;
  outline: none;
  margin: 0;
}

.tabletitle {
  padding: 5px;
  font-family: "Calibri";
  font-size: 1em;
  background: #e8e8e8;
}

.service {
  border-bottom: 1px solid #EEE;
}

.item {
  width: 24mm;
}

.itemtext {
  font-size: 1em;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inputErrorAlert {
  border: 2px solid #da4242 !important;
}

.inputError {
  position: absolute;
  margin-top: -10px;
  line-height: 10px;
  font-family: roboto;
  font-size: 12px;
  text-transform: uppercase;
  color: #da4242;
}

.grid_2 {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.grid_2 div:nth-child(2):not(.close_widget) svg {
  float: right;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.close_widget svg g path {
  fill: white;
}

.grid_2 div:nth-child(2):not(.close_widget) svg g path {
  fill: rgba(0, 0, 0, 0);
  background-color: white;
  transition: fill 1s ease;
}

.grid {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.grid div:nth-child(1) {
  grid-column: 1/2;
}

.grid div:nth-child(2) {
  grid-column: 2/3;
}

.grid div:nth-child(3) {
  grid-column: 3/4;
}

.gridr1c2 {
  display: grid;
  width: 100%;
  margin: 0px !important;
  grid-template-columns: 300px auto;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media (max-width: 690px) {
  .gridr1c2 {
    grid-template-columns: 200px auto;
  }
}
@media (max-width: 490px) {
  .gridr1c2 {
    grid-template-columns: 100px auto;
  }
}
.gridr1c2 .grid_cell:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/1;
}

.gridr1c2 .grid_cell:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1/1;
}

.grid1 {
  display: grid;
  width: 100%;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.grid1 .grid_cell {
  position: relative !important;
}

.grid1 .grid_cell:nth-child(1) {
  grid-column: 1/1;
  grid-row: 1/2;
}

.grid1 .grid_cell:nth-child(2) {
  grid-column: 1/1;
  grid-row: 2/2;
}

.passwordToggle {
  position: absolute;
  right: 0;
  margin-top: -17px !important;
  margin-bottom: 20px;
  cursor: pointer;
  margin-left: -18px !important;
  height: 18px;
  cursor: pointer;
  filter: invert(60%) sepia(3%) saturate(252%) hue-rotate(201.6deg) brightness(119%) contrast(119%);
}

.dynamic_input {
  border: 1px solid rgb(218, 217, 217);
  border-radius: 6px;
  padding: 0px 10px 10px 10px;
  background-color: #FFF;
  box-shadow: #DDD 1px 1px 1px;
  border-top: 1px solid #e4e4e4;
}

.dynamic_input:focus-within {
  border: 1px solid #4870dd;
}

.dynamic_input:focus-within > .grid_cell .grid_2 div:nth-child(2) svg g path {
  fill: rgba(42, 230, 158, 0.7803921569);
}

.dynamic_input:not(.static) {
  cursor: text;
}

.non_scrollable {
  padding: 20px;
  height: auto;
}

.non_scrollable .ng-binding {
  padding: 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.scrollable {
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
}

.scrollable .ng-binding {
  padding: 5px;
  margin: 0;
  font-size: 14px;
}

.dynamic_input .input:valid {
  background-color: none;
}

.dynamic_input .input {
  outline: none;
  margin-top: 6px;
  font-size: 14px;
  width: 100%;
  padding: 0;
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  letter-spacing: 0.8px;
  color: #425466;
  border: 0px;
  font-family: Roboto;
  background: none;
}

.dynamic_input .input:invalid {
  outline: none;
}

.dynamic_input .input:focus ~ .dynamic_input > label {
  font-size: 11px;
  letter-spacing: 1px;
}

.dynamic_input:hover .grid_cell > label {
  opacity: 1;
}

.dynamic_input .input:not(:focus):valid .dynamic_input > label {
  opacity: 1;
  color: #425466;
}

.dynamic_input label:hover {
  opacity: 1;
  color: #425466;
}

.dynamic_input label {
  pointer-events: none;
  font-family: Roboto;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.2s ease all;
  font-size: 14px;
  color: #425466;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.task_wrapper {
  width: 300px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.Visa {
  background-image: url("../payment-icons/Assets/Credit Card/Visa/Visa-card-dark.png");
  background-size: cover; /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
}

.small_text_header {
  font-size: 14px;
  font-weight: 600;
  color: #515151;
}

@media (max-width: 1420px) {
  .widget_wrapper {
    margin-left: 335px;
  }
}
@media (max-width: 1220px) {
  .widget_wrapper {
    margin-left: auto !important;
  }
}
.widget_wrapper {
  max-width: 793px;
  width: 100%;
  padding: 0;
  padding-bottom: 40px;
  border-radius: 3px;
  font-family: Roboto;
  background-color: #f0f0f0;
  margin-bottom: 80px;
  margin-top: 80px;
  box-shadow: 0 1px 4px #e3e8ee, 0 0 5px #e3e8ee;
  transition: all 0.5s 0.5s;
  -webkit-transition: all 0.5s 0.5s;
}

.widget_wrapper:nth-child(1) {
  margin-top: 10px;
}

.widget_wrapper span {
  float: left;
}

.widget_wrapper button {
  font-size: 16px;
  float: right;
  font-weight: 700;
  cursor: pointer;
}

.modal_widget_wrapper span {
  font-size: 16px;
  float: left;
  padding: 10px 10px 10px 20px;
  font-family: Roboto;
  font-weight: 700;
}

.modal_widget_wrapper button {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 20px 10px 10px;
  float: right;
  outline: none;
  box-shadow: none;
  border-radius: 7px;
  font-weight: 700;
}

#note_modal #note_wrap {
  width: calc(100% - 45px);
  min-height: 200px;
  padding: 10px 20px 10px 20px;
}

#note_modal #note_wrap textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
}

.awtww {
  cursor: pointer;
  right: 0;
  float: right;
  text-align: center;
}

.awtww svg {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.atwww svg path {
  fill: #c91616;
}

.awtww:hover .awtww svg path {
  fill: red;
}

.modal_widget_wrapper {
  position: fixed;
  max-width: 720px;
  min-width: 220px;
  width: 100%;
  z-index: 10000000000000000000000000000000000000000000000000000000000000000000000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 2s;
  -webkit-transition: all 1s;
}

.layout-padding, .layout-padding-gt-sm, .layout-padding-md, .layout-padding > *, .layout-padding-gt-sm > *, .layout-padding-md > *, .layout-padding > .flex, .layout-padding > .flex-gt-sm, .layout-padding > .flex-md {
  padding: 0px !important;
}

#employee_list {
  display: none;
  margin-top: -10px;
  background-color: rgba(76, 102, 173, 0.1450980392) !important;
}

#active_employees ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#active_employees ul li {
  list-style-type: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse 2s infinite;
}

#drop_file_zone h5 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
}

#drop_file_zone {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* background-color: #EEE;  */
  border: #999 2px dashed;
  color: #425466;
  width: 90%;
  height: auto;
  /* min-height:800px; */
  /* padding: 8px; */
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: sans-serif;
  /* background-image: -moz-linear-gradient(top,rgba(1,1,1,0.8),#36384C);
   background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(1,1,1,0.8)),to(#36384C));
  background-image: -webkit-linear-gradient(top,rgba(1,1,1,0.8),#36384C);
  background-image: -o-linear-gradient(top,rgba(1,1,1,0.8),#36384C);
  background-image: linear-gradient(to bottom,rgba(1,1,1,0.8),#36384C);
  background-repeat: repeat-x;	 */
}

#drag_upload_file {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
}

#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  margin-left: -80px;
  margin-bottom: 20px;
}

#file_list li {
  padding: 15px;
  display: list;
}

#drop_file_zone {
  width: 80%;
  max-width: 80%;
  height: auto;
  min-height: 100px;
}

#upload_container {
  /* background-color: #EEE;  */
  /* border: #999 5px dashed;
  color:white; */
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
  /* position: absolute;
  width:100%;
  height:auto;
  min-height:100%; */
}

.rotate360 {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 4px;
  transition: all 0.3s ease-in-out !important;
}

.spin {
  transform: rotate(180deg);
}

.spin360 {
  -webkit-animation: rotate 1s cubic-bezier(0.06, 0.84, 0.31, 1.02) infinite;
}

.spinback {
  -webkit-animation: rotateOnce 600ms ease reverse;
}
@keyframes slide {
  100% {
    left: 0px;
  }
}
.slide {
  animation: slide 300ms cubic-bezier(0.06, 0.84, 0.31, 1.02) forwards;
}
@keyframes slide {
  100% {
    left: 0px;
  }
}
md-list.jobTContainer {
  height: 100%;
  overflow-y: auto;
  width: 100% !important;
  overflow-x: hidden;
}

.independent {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

#newAttr__dialog {
  transition: all linear 300ms;
  opacity: 1;
}

#newAttr__dialogButton {
  transition-timing-function: linear;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 300ms;
  outline: none !important;
  border: none !important;
}

.newAttr_dialogButton::before {
  content: "+ ";
}

.newAttr_dialogButton {
  padding-top: 5px !important;
  margin-bottom: -5px !important;
  text-align: center !important;
}

#newAttr__dialog.ng-show {
  opacity: 1;
}

#newAttr__dialog.ng-show {
  opacity: 1;
  transition: none 0;
}

#newAttr__dialog.ng-hide {
  opacity: 0;
}

#newAttr__dialog.ng-hide {
  opacity: 0;
  transition: none 0;
}

.sidePanelInfoContainer {
  min-width: 120px;
  color: #425466 !important;
  align-self: baseline !important;
  padding-top: 6px;
}

.sidePanelInfoContainer.Flex-flex {
  width: 50% !important;
}

.sidePanelDataContainer {
  font-size: 14px;
  justify-content: space-between;
}

.sidePanelDataContainer h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400 !important;
  word-break: break-word;
  width: 150px;
}

.sidePanelDataContainer .keep {
  word-break: keep-all;
}

.sidePanelInfoContainer.Flex-flex h5 {
  width: 40% !important;
}

.sidePanelInfoContainer h5 {
  font-weight: 400 !important;
}

.sidePanelInfoContainer h6, .sidePanelInfoContainer h5 {
  font-size: 14px;
  width: 100% !important;
  margin: 10px;
  white-space: pre-wrap;
}

.sidePanelMenuContainer {
  display: inline;
  min-width: 10px !important;
  width: 10px;
  align-self: baseline;
}

.sidePanelMenuContainer .md-button {
  margin-top: -4px;
}

.sidePanelMenuContainer .md-button md-icon {
  color: #607890 !important;
}

.md-job-menu-button {
  margin: 0px !important;
  height: 20px !important;
  width: 20px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  float: right !important;
}

.temp {
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: list;
  width: 90%;
  height: 45px;
  border: 1px solid lightslategray;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  /* width:auto; */
}

.temp span {
  margin-top: 20px;
  float: left;
  bottom: 0;
}

.temp size {
  font-weight: 900;
  float: right;
}

.temp name {
  float: left;
}

.temp_file {
  /* width:300px;
  height:300px; */
  background-color: rgba(211, 211, 211, 0.144);
  width: 100%;
  height: 60px;
  /* max-width:420px; */
  /* width:auto;  */
  /* max-height:300px; */
}

.search-bar input {
  border-bottom-color: white;
}

md-input-container input {
  border-bottom-color: white;
}

.loader {
  width: 100%;
  height: 10px;
  position: relative;
  top: -10px;
  /* border-radius:5px; */
  /* background: repeating-linear-gradient(to right, rgba(0, 128, 0, 0.425) 0%, rgba(0, 0, 255, 0.336) 50%, rgba(255, 0, 0, 0.432) 100%); */
  /* 
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear; */
}

.bar {
  top: 0;
  left: 0;
  width: 0%;
  height: 10px;
  background-color: green;
  z-index: 999999999999;
  transition: all 0.2s ease-in-out;
}

.card {
  display: inline-block;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  background-color: #717171;
  margin: 10px;
  position: relative;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
}
.card .grid_cell {
  position: relative !important;
}
.card img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
}
.card p {
  text-align: left;
  color: white;
  text-transform: capitalize;
}

.ngcomplete-holder {
  position: relative;
}

.ngcomplete-dropdown {
  border-color: #336699;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  margin-right: 100px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-top: 0px;
  width: 215px;
  height: auto;
}

.ngcompleterow {
  color: #000000;
  padding: 2px;
}

.ngcompleterowactive {
  background-color: #336699;
  color: #ffffff;
  transition-property: top, left;
  transition-duration: 2s, 1s;
  transition-delay: 0s, 0.5s;
}

.highlighted {
  font-weight: bold;
}

#dropdown li {
  width: 100%;
  float: right;
  clear: right;
  display: none;
}

.simple_shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.y_resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 102%;
  background: transparent;
  cursor: col-resize;
}

.pagination {
  min-height: 40px;
  margin-top: -10px;
  margin-right: 10px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a {
  color: #4870dd;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: Roboto;
}

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 2px 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: rgb(233, 233, 233);
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 1px;
  border-left-width: 0;
}

.pagination ul > li:not(.disabled):not(.active) > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

[class*=span].pull-right, .row-fluid [class*=span].pull-right {
  float: right;
}

.pull-right {
  float: right;
}

.md-tools {
  background-color: #efefef !important;
}

.toast-error .md-toast-content {
  background-color: #ab4207 !important;
}

.md-toast-text {
  white-space: pre-line;
  padding: 10px 0px !important;
}

.pagination ul > .active > a {
  background-color: rgb(218, 217, 217);
}

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 1100px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 1375px) {
  .section {
    width: calc(100vw - 400px);
  }
}
@media only screen and (max-width: 1175px) {
  .span_2_of_2, .span_1_of_2 {
    flex: "";
    width: 100%;
    max-width: calc(100vw - 400px);
  }
}
@media only screen and (max-width: 750px) {
  .job_layout {
    margin: 10px;
    padding: 10px;
  }
  .section {
    width: calc(100vw - 40px);
  }
  .span_2_of_2, .span_1_of_2 {
    flex: "";
    width: 100%;
    max-width: calc(100vw - 40px);
  }
}
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
}

.metaTextarea:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
  color: gray;
  background-color: transparent;
}

.metaTextarea {
  white-space: pre-line;
  word-break: break-all;
}

trix-editor {
  color: #111;
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 4px 8px;
  outline: none;
}

trix-toolbar {
  position: absolute;
  margin-top: -25px;
  display: none;
}

trix-toolbar .trix-button-group {
  display: inline-block;
  font-size: 0;
  margin: 0 8px 4px 0;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 5px;
  overflow: hidden;
}

trix-toolbar .trix-button-group:last-of-type {
  margin-right: 0;
}

trix-toolbar .trix-button-group button, trix-toolbar .trix-button-group input[type=button] {
  position: relative;
  font-size: 0;
  margin: 0;
  height: 18px;
  width: 28px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
}

trix-toolbar .trix-button-group button::before, trix-toolbar .trix-button-group input[type=button]::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  content: "";
}

trix-toolbar .trix-button-group button.trix-active, trix-toolbar .trix-button-group input[type=button].trix-active {
  background: #cbeefa;
}

trix-toolbar .trix-button-group button.trix-active::before,
trix-toolbar .trix-button-group input[type=button].trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button-group button:disabled::before,
trix-toolbar .trix-button-group input[type=button]:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button-group button:not(:first-child),
trix-toolbar .trix-button-group input[type=button]:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .dialogs {
  position: relative;
}

trix-toolbar .dialogs .trix-button--dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 8px;
  line-height: 12px;
  background: #fff;
  box-shadow: 0 0.3rem 1rem #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .dialogs .trix-button--dialog input[type=button] {
  font-size: 12px;
  height: 24px;
  width: 50px;
  padding: 1px 8px 0 8px;
  width: auto;
  opacity: 0.6;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

trix-toolbar .dialogs .trix-button--dialog input[type=url], trix-toolbar .dialogs .trix-button--dialog input[type=text] {
  display: inline-block;
  height: 26px;
  font-size: 12px;
  padding: 0 8px;
  margin: 0 8px 0 0;
  border-radius: 5px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .dialogs .trix-button--dialog input[type=url].validate:invalid,
trix-toolbar .dialogs .trix-button--dialog input[type=text].validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .dialogs .dialog.link_dialog {
  min-width: 300px;
  max-width: 600px;
}

trix-toolbar .dialogs .dialog.link_dialog .trix-button-group {
  max-width: 110px;
}

trix-toolbar .dialogs .dialog.link_dialog input[type=url] {
  float: left;
  width: calc(100% - 120px);
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
  font-size: 11px !important;
  width: 70px !important;
  height: 25px !important;
  text-transform: uppercase;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  margin-right: 3px;
  box-shadow: 0px 0px 5px 1px #4870dd !important;
  outline: 2px solid #4870dd !important;
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-toolbar .trix-button-group button.trix-button--icon-bullet-list::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgd2lkdGg9IjI0cHgiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyNCAyNCI%2BCiAgPHBhdGggaWQ9IlNoYXBlIiBmaWxsPSIjMDAwIiBkPSJtNCA0Yy0xLjEwNjcgMC0yIDAuODkzMy0yIDJzMC44OTMzIDIgMiAyIDItMC44OTMzIDItMi0wLjg5MzMtMi0yLTJ6bTAgNmMtMS4xMDY3IDAtMiAwLjg5My0yIDJzMC44OTMzIDIgMiAyIDItMC44OTMgMi0yLTAuODkzMy0yLTItMnptMCA2Yy0xLjEwNjcgMC0yIDAuODkzLTIgMnMwLjg5MzMgMiAyIDIgMi0wLjg5MyAyLTItMC44OTMzLTItMi0yem00IDNoMTR2LTJoLTE0djJ6bTAtNmgxNHYtMmgtMTR2MnptMC04djJoMTR2LTJoLTE0eiIvPgo8L3N2Zz4K);
}

trix-toolbar .trix-button-group button.trix-button--icon-bold::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgd2lkdGg9IjI0cHgiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyNCAyNCI%2BCiA8cGF0aCBpZD0iU2hhcGUiIGZpbGw9IiMwMDAiIGQ9Im0xNS42IDExLjc5YzAuOTY1LTAuNjc1IDEuNjUtMS43NjUgMS42NS0yLjc5IDAtMi4yNTUtMS43NDUtNC00LTRoLTYuMjV2MTRoNy4wNGMyLjA5NSAwIDMuNzEtMS43IDMuNzEtMy43OSAwLTEuNTItMC44NjUtMi44MTUtMi4xNS0zLjQyem0tNS42LTQuMjloM2MwLjgzIDAgMS41IDAuNjcgMS41IDEuNXMtMC42NyAxLjUtMS41IDEuNWgtM3YtM3ptMy41IDloLTMuNXYtM2gzLjVjMC44MyAwIDEuNSAwLjY3IDEuNSAxLjVzLTAuNjcgMS41LTEuNSAxLjV6Ii8%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-italic::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgd2lkdGg9IjI0cHgiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyNCAyNCI%2BCiA8cGF0aCBpZD0iU2hhcGUiIGZpbGw9IiMwMDAiIGQ9Im0xMCA1djNoMi4yMTVsLTMuNDMgOGgtMi43ODV2M2g4di0zaC0yLjIxNWwzLjQzLThoMi43ODV2LTNoLTh6Ii8%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-link::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8%2BCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxwYXRoIGQ9Ik05Ljg3OTIzNDM3LDEzLjY5NjUgQzguMjA2OTIxODgsMTIuMDI0MTg3NSA4LjIwNjkyMTg4LDkuMzAzMzc1IDkuODc5MjM0MzcsNy42MzEwNjI1IEwxMy4yNTQyMzQ0LDQuMjU2MDYyNSBDMTQuMDY0MjM0NCwzLjQ0NjA2MjUgMTUuMTQxNDIxOSwzIDE2LjI4NzIzNDQsMyBDMTcuNDMzMDQ2OSwzIDE4LjUwOTY3MTksMy40NDYwNjI1IDE5LjMyMDIzNDQsNC4yNTYwNjI1IEMyMC45OTI1NDY5LDUuOTI4Mzc1IDIwLjk5MjU0NjksOC42NDkxODc1IDE5LjMyMDIzNDQsMTAuMzIxNSBMMTcuMzU4MDU0NywxMi4wMzY1NjY3IEMxNy4wMDA4NjcyLDEyLjM5Mzc1NDIgMTYuNDIyNjE3MiwxMi4zOTM3NTQyIDE2LjA2NTQyOTcsMTIuMDM2NTY2NyBDMTUuNzA4MjQyMiwxMS42NzkzNzkyIDE1LjcwODI0MjIsMTEuMTAxMTI5MiAxNi4wNjU0Mjk3LDEwLjc0Mzk0MTcgTDE4LjAyNzYwOTQsOS4wMjg4NzUgQzE4Ljk4NzIzNDQsOC4wNjkyNSAxOC45ODcyMzQ0LDYuNTA4MzEyNSAxOC4wMjc2MDk0LDUuNTQ4Njg3NSBDMTcuNTYyOTg0NCw1LjA4NDA2MjUgMTYuOTQ0Nzk2OSw0LjgyODEyNSAxNi4yODcyMzQ0LDQuODI4MTI1IEMxNS42Mjk2NzE5LDQuODI4MTI1IDE1LjAxMjA0NjksNS4wODQwNjI1IDE0LjU0Njg1OTQsNS41NDg2ODc1IEwxMS4xNzE4NTk0LDguOTIzNjg3NSBDMTAuMjEyMjM0NCw5Ljg4MzMxMjUgMTAuMjEyMjM0NCwxMS40NDQyNSAxMS4xNzE4NTk0LDEyLjQwMzg3NSBDMTEuNTI5MDQ2OSwxMi43NjEwNjI1IDExLjUyOTA0NjksMTMuMzM5MzEyNSAxMS4xNzE4NTk0LDEzLjY5NjUgQzEwLjk5MzU0NjksMTMuODc0ODEyNSAxMC43NTk1NDY5LDEzLjk2NDI1IDEwLjUyNTU0NjksMTMuOTY0MjUgQzEwLjI5MTU0NjksMTMuOTY0MjUgMTAuMDU3NTQ2OSwxMy44NzQ4MTI1IDkuODc5MjM0MzcsMTMuNjk2NSBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwMDAiPjwvcGF0aD4KICA8cGF0aCBkPSJNNC4yNTQyMzQzNywxOS40NTgzMjgxIEMyLjU4MTkyMTg3LDE3Ljc4NjAxNTYgMi41ODE5MjE4NywxNS4wNjUyMDMxIDQuMjU0MjM0MzcsMTMuMzkyODkwNiBMNi4xNzg3MjkwMSwxMS40OTAyMzQ0IEM2LjUzNTkxNjUxLDExLjEzMzA0NjkgNy4xMTQ3MjkwMSwxMS4xMzMwNDY5IDcuNDcxMzU0MDEsMTEuNDkwMjM0NCBDNy44Mjc5NzkwMSwxMS44NDc0MjE5IDcuODI4NTQxNTEsMTIuNDI1NjcxOSA3LjQ3MTM1NDAxLDEyLjc4Mjg1OTQgTDUuNTQ2ODU5MzcsMTQuNjg1NTE1NiBDNC41ODcyMzQzNywxNS42NDUxNDA2IDQuNTg3MjM0MzcsMTcuMjA2MDc4MSA1LjU0Njg1OTM3LDE4LjE2NTcwMzEgQzYuMDExNDg0MzcsMTguNjMwMzI4MSA2LjYyOTY3MTg3LDE4Ljg4NjI2NTYgNy4yODcyMzQzNywxOC44ODYyNjU2IEM3Ljk0NDc5Njg3LDE4Ljg4NjI2NTYgOC41NjI0MjE4NywxOC42MzAzMjgxIDkuMDI3NjA5MzcsMTguMTY1NzAzMSBMMTIuNDAyNjA5NCwxNC43OTA3MDMxIEMxMy4zNjIyMzQ0LDEzLjgzMTA3ODEgMTMuMzYyMjM0NCwxMi4yNzAxNDA2IDEyLjQwMjYwOTQsMTEuMzEwNTE1NiBDMTIuMDQ1NDIxOSwxMC45NTMzMjgxIDEyLjA0NTQyMTksMTAuMzc1MDc4MSAxMi40MDI2MDk0LDEwLjAxNzg5MDYgQzEyLjc1OTc5NjksOS42NjA3MDMxMiAxMy4zMzgwNDY5LDkuNjYwNzAzMTIgMTMuNjk1MjM0NCwxMC4wMTc4OTA2IEMxNS4zNjc1NDY5LDExLjY5MDIwMzEgMTUuMzY3NTQ2OSwxNC40MTEwMTU2IDEzLjY5NTIzNDQsMTYuMDgzMzI4MSBMMTAuMzIwMjM0NCwxOS40NTgzMjgxIEM5LjUxMDIzNDM3LDIwLjI2ODMyODEgOC40MzMwNDY4NywyMC43MTQzOTA2IDcuMjg3MjM0MzcsMjAuNzE0MzkwNiBDNi4xNDE0MjE4NywyMC43MTQzOTA2IDUuMDY0MjM0MzcsMjAuMjY4MzI4MSA0LjI1NDIzNDM3LDE5LjQ1ODMyODEgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMDAwIj48L3BhdGg%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-strike::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgd2lkdGg9IjI0cHgiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyNCAyNCI%2BCiA8cGF0aCBpZD0iUyIgZmlsbD0iIzAwMCIgZD0ibTEyLjcyOCAxNGMwLjEyMiAwLjA1NyAwLjIxNiAwLjEwNCAwLjI4MiAwLjE0MSAwLjI2MiAwLjE0NyAwLjQ1MSAwLjI5MyAwLjU3IDAuNDM2IDAuMTE4IDAuMTQ0IDAuMTc3IDAuMzEyIDAuMTc3IDAuNTAzIDAgMC4zMDctMC4xNDcgMC41NTgtMC40NDEgMC43NTItMC4yOTMgMC4xOTUtMC43NTUgMC4yOTMtMS4zODUgMC4yOTMtMC43MzEgMC0xLjUzMy0wLjEwNC0yLjQwNjYtMC4zMTItMC44NzM3LTAuMjA3LTEuNzE1Mi0wLjQ5Ni0yLjUyNDQtMC44Njd2My4zNzNjMC43NjYzIDAuMzI1IDEuNTAzOSAwLjU1NCAyLjIxMjkgMC42ODVzMS41ODYxIDAuMTk2IDIuNjMyMSAwLjE5NmMxLjI1MyAwIDIuMzQ1LTAuMTg3IDMuMjc2LTAuNTYgMC45MzEtMC4zNzQgMS42NDQtMC44OTggMi4xMzgtMS41NzJzMC43NDEtMS40NDUgMC43NDEtMi4zMTRjMC0wLjI2NC0wLjAyMS0wLjUxNS0wLjA2Mi0wLjc1NGgtNS4yMXptLTUuNDk3Ny00Yy0wLjA4MTktMC4zMzU4LTAuMTIyOS0wLjcwMjItMC4xMjI5LTEuMDk5NCAwLTEuMjkwMiAwLjUyNjQtMi4yOTYyIDEuNTc5MS0zLjAxOCAxLjA1MjgtMC43MjE3IDIuNDk5NS0xLjA4MjYgNC4zMzk1LTEuMDgyNiAxLjYyNiAwIDMuMjg0IDAuMzM1MyA0Ljk3NCAxLjAwNmwtMS4zIDIuOTIyMWMtMS40NjgtMC42MDA0LTIuNzM1LTAuOTAwNi0zLjgwMy0wLjkwMDYtMC41NTEgMC0wLjk1MiAwLjA4NjMtMS4yMDMgMC4yNTg3LTAuMjUgMC4xNzI1LTAuMzc2IDAuMzg2NS0wLjM3NiAwLjY0MTkgMCAwLjI3NDcgMC4xNiAwLjUyMDYgMC40NzggMC43Mzc4IDAuMTc5IDAuMTIxOCAwLjUzIDAuMjk5OCAxLjA1MiAwLjUzNDFoLTUuNjE3N3oiLz4KIDxwYXRoIGlkPSJQYXRoLTIiIGZpbGw9IiMwMDAiIGQ9Im0zIDEzaDE4di0yaC0xOHYyeiIvPgo8L3N2Zz4K);
}

trix-toolbar .trix-button-group button.trix-button--icon-quote::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KPHBhdGggZD0iTTYgMTdoM2wyLTR2LTZoLTZ2Nmgzek0xNCAxN2gzbDItNHYtNmgtNnY2aDN6IiBmaWxsPSIjMDAwIj48L3BhdGg%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-code::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KPHBhdGggZD0iTTE4LjE3IDEybC0zLjE3IDMuMTcgMS40MTUgMS40MTUgNC41ODUtNC41ODUtNC41ODUtNC41ODUtMS40MTUgMS40MTUgMy4xNyAzLjE3ek01LjgzIDEybDMuMTctMy4xNy0xLjQxNS0xLjQxNS00LjU4NSA0LjU4NSA0LjU4NSA0LjU4NSAxLjQxNS0xLjQxNS0zLjE3LTMuMTd6IiBmaWxsPSIjMDAwIj48L3BhdGg%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-bullets::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgd2lkdGg9IjI0cHgiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAyNCAyNCI%2BCiAgPHBhdGggaWQ9IlNoYXBlIiBmaWxsPSIjMDAwIiBkPSJtNCA0Yy0xLjEwNjcgMC0yIDAuODkzMy0yIDJzMC44OTMzIDIgMiAyIDItMC44OTMzIDItMi0wLjg5MzMtMi0yLTJ6bTAgNmMtMS4xMDY3IDAtMiAwLjg5My0yIDJzMC44OTMzIDIgMiAyIDItMC44OTMgMi0yLTAuODkzMy0yLTItMnptMCA2Yy0xLjEwNjcgMC0yIDAuODkzLTIgMnMwLjg5MzMgMiAyIDIgMi0wLjg5MyAyLTItMC44OTMzLTItMi0yem00IDNoMTR2LTJoLTE0djJ6bTAtNmgxNHYtMmgtMTR2MnptMC04djJoMTR2LTJoLTE0eiIvPgo8L3N2Zz4K);
}

trix-toolbar .trix-button-group button.trix-button--icon-numbers::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KPHBhdGggZD0iTTIgMTdoMnYwLjVoLTF2MWgxdjAuNWgtMnYxaDN2LTRoLTN2MXpNMyA4aDF2LTRoLTJ2MWgxdjN6TTIgMTFoMS44bC0xLjggMi4xdjAuOWgzdi0xaC0xLjhsMS44LTIuMXYtMC45aC0zdjF6TTcgNXYyaDE0di0yaC0xNHpNNyAxOWgxNHYtMmgtMTR2MnpNNyAxM2gxNHYtMmgtMTR2MnoiIGZpbGw9IiMwMDAiPjwvcGF0aD4KPC9zdmc%2BCg%3D%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-block-level.decrease::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8%2BCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxwYXRoIGQ9Ik0zLDE5IEwyMiwxOSBMMjIsMTcgTDMsMTcgTDMsMTkgTDMsMTkgWiBNMTAsMTMgTDIyLDEzIEwyMiwxMSBMMTAsMTEgTDEwLDEzIEwxMCwxMyBaIE0xLjcwNzEwNjc4LDEyLjc0MjY0MDcgTDQuNTM1NTMzOTEsMTUuNTcxMDY3OCBMNS45NDk3NDc0NywxNC4xNTY4NTQyIEwzLjgyODQyNzEyLDEyLjAzNTUzMzkgTDUuOTQ5NzQ3NDcsOS45MTQyMTM1NiBMNC41MzU1MzM5MSw4LjUgTDEsMTIuMDM1NTMzOSBMMS43MDcxMDY3OCwxMi43NDI2NDA3IFogTTMsNSBMMyw3IEwyMiw3IEwyMiw1IEwzLDUgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMDAwIj48L3BhdGg%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-block-level.increase::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8%2BCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxwYXRoIGQ9Ik0zLDE5IEwyMiwxOSBMMjIsMTcgTDMsMTcgTDMsMTkgTDMsMTkgWiBNMTAsMTMgTDIyLDEzIEwyMiwxMSBMMTAsMTEgTDEwLDEzIEwxMCwxMyBaIE0zLjEyMTMyMDM0LDEyLjAzNTUzMzkgTDEsMTQuMTU2ODU0MiBMMi40MTQyMTM1NiwxNS41NzEwNjc4IEw1Ljk0OTc0NzQ3LDEyLjAzNTUzMzkgTDUuMjQyNjQwNjksMTEuMzI4NDI3MSBMMi40MTQyMTM1Niw4LjUgTDEsOS45MTQyMTM1NiBMMy4xMjEzMjAzNCwxMi4wMzU1MzM5IFogTTMsNSBMMyw3IEwyMiw3IEwyMiw1IEwzLDUgWiIgaWQ9IlNoYXBlLUNvcHkiIGZpbGw9IiMwMDAiPjwvcGF0aD4KPC9zdmc%2BCg%3D%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-undo::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KPHBhdGggZD0iTTEyLjUgOGMtMi42NDUgMC01LjA1NSAwLjk4NS02LjkgMi42bC0zLjYtMy42djloOWwtMy42MTUtMy42MTVjMS4zODUtMS4xNjUgMy4xNi0xLjg4NSA1LjExNS0xLjg4NSAzLjU0NSAwIDYuNTQ1IDIuMzA1IDcuNTk1IDUuNWwyLjM2NS0wLjc4Yy0xLjM3NS00LjE5LTUuMzEtNy4yMi05Ljk2LTcuMjJ6IiBmaWxsPSIjMDAwIj48L3BhdGg%2BCjwvc3ZnPgo%3D);
}

trix-toolbar .trix-button-group button.trix-button--icon-redo::before {
  background-size: 70%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KPHBhdGggZD0iTTE4LjM5NSAxMC42Yy0xLjg0LTEuNjE1LTQuMjUtMi42LTYuODk1LTIuNi00LjY1IDAtOC41ODUgMy4wMzAtOS45NiA3LjIybDIuMzY1IDAuNzhjMS4wNTAtMy4xOTUgNC4wNTAtNS41IDcuNTk1LTUuNSAxLjk1NSAwIDMuNzMgMC43MiA1LjExNSAxLjg4NWwtMy42MTUgMy42MTVoOXYtOWwtMy42MDUgMy42eiIgZmlsbD0iIzAwMCI%2BPC9wYXRoPgo8L3N2Zz4K);
}

trix-toolbar .trix-button-group button.trix-button--icon-heading-1::before {
  background-size: 70%;
  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);
}

trix-toolbar .trix-button-group button.trix-button--icon-number-list::before {
  background-size: 70%;
  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);
}

trix-toolbar .trix-button-group button.trix-button--icon-decrease-nesting-level::before {
  background-size: 70%;
  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);
}

trix-toolbar .trix-button-group button.trix-button--icon-increase-nesting-level::before {
  background-size: 70%;
  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);
}

trix-toolbar .trix-button-group button.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);
  background-size: 55%;
}

trix-toolbar.no-image .trix-button-group button.trix-button--icon-attach {
  display: none !important;
}

trix-toolbar .trix-button-group button.trix-superscript {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii04NyA4OSAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtODcgODkgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM2NTY1NjU7c3Ryb2tlOiM2NTY1NjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9Ii03MSw5OC40IC03NS42LDEwMyAtNzEsMTA3LjYgLTcyLjQsMTA5IC03NywxMDQuNCAtODEuNiwxMDkgLTgzLDEwNy42IC03OC40LDEwMyAtODMsOTguNCAtODEuNiw5NyANCgktNzcsMTAxLjYgLTcyLjQsOTcgLTcxLDk4LjQgIi8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTY1LjIsMTAwSC03MHYtMWwwLjktMC44YzAuOC0wLjYsMS4zLTEuMiwxLjctMS42YzAuNC0wLjQsMC42LTAuOSwwLjYtMS4yYzAtMC4zLTAuMS0wLjUtMC4zLTAuNw0KCWMtMC4yLTAuMi0wLjUtMC4zLTAuOS0wLjNjLTAuMywwLTAuNiwwLjEtMC44LDAuMmwtMC43LDAuNGwtMC40LTEuMmMwLjMtMC4yLDAuNi0wLjQsMS0wLjVzMC44LTAuMiwxLjMtMC4yYzAuOCwwLDEuNCwwLjIsMS44LDAuNg0KCWMwLjQsMC40LDAuNiwwLjksMC42LDEuNmMwLDAuNi0wLjIsMS4xLTAuNSwxLjZjLTAuMywwLjUtMC44LDAuOS0xLjMsMS40bC0wLjYsMC41djBoMi42VjEwMHoiLz4NCjwvc3ZnPg0K);
}

trix-toolbar .trix-button-group button.trix-subscript {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii04NyA4OSAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtODcgODkgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM2NTY1NjU7c3Ryb2tlOiM2NTY1NjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tNzEsOTQuNGwtNC42LDQuNmw0LjYsNC42bC0xLjQsMS40bC00LjYtNC42bC00LjYsNC42bC0xLjQtMS40bDQuNi00LjZsLTQuNi00LjZsMS40LTEuNGw0LjYsNC42bDQuNi00LjYNCglMLTcxLDk0LjQgTS02NS4yLDEwOEgtNzB2LTFsMC45LTAuOGMwLjgtMC42LDEuMy0xLjIsMS43LTEuNmMwLjQtMC40LDAuNi0wLjgsMC42LTEuMmMwLTAuMy0wLjEtMC41LTAuMy0wLjcNCgljLTAuMi0wLjItMC41LTAuMy0wLjktMC4zYy0wLjMsMC0wLjYsMC4xLTAuOCwwLjJsLTAuNywwLjRsLTAuNC0xLjJjMC4zLTAuMiwwLjYtMC40LDEtMC41czAuOC0wLjIsMS4zLTAuMmMwLjgsMCwxLjQsMC4zLDEuOCwwLjcNCgljMC40LDAuNCwwLjYsMC45LDAuNiwxLjZjMCwwLjYtMC4yLDEuMS0wLjUsMS42Yy0wLjMsMC41LTAuOCwwLjktMS4zLDEuNGwtMC42LDAuNXYwaDIuNlYxMDh6Ii8+DQo8L3N2Zz4NCg==);
}

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);
}

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;
  background-color: transparent;
}

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%;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  line-height: 1.8em;
}

trix-editor .trix-button {
  color: #666;
  white-space: nowrap;
  font-size: 80%;
}

trix-editor .attachment__toolbar {
  text-align: center;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

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;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

trix-editor [data-trix-attachment] figcaption textarea {
  resize: none;
}

trix-editor figure {
  margin: 5px !important;
}

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;
}

trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment .remove {
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 22px;
  font-size: 0;
  color: black;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

trix-editor .trix-attachment .remove:after {
  content: "×";
  font-size: 18px;
  font-weight: bold;
  opacity: 0.6;
}

trix-editor .trix-attachment .remove:hover:after {
  opacity: 1;
}

trix-editor .trix-attachment .caption.caption-editing textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor blockquote {
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  border-left: 5px solid #ccc;
}

trix-editor 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;
}

.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 20px;
}

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

.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

.trix-content .attachment {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 13px;
}

.trix-content .attachment.attachment-file {
  color: #333;
  line-height: 30px;
  padding: 0 16px;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment .caption {
  display: block;
  margin: 4px auto 0 auto;
  padding: 0;
  text-align: center;
}

.trix-content .attachment .caption .size:before {
  content: " · ";
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

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;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

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;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

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;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

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);
}

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%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

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;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " · ";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.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;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 0px;
  text-align: right;
  display: block;
  background-image: none !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 0px;
}

.hdpi.pac-logo:after {
  background-image: none !important;
}

.newRowAnimation {
  background-color: none;
}

.newRowAnimation.ng-enter {
  background-color: rgba(0, 110, 255, 0.603);
  transition: 1000ms all !important;
}

.newRowAnimation.ng-active {
  background-color: rgba(255, 110, 0, 0.603);
  margin-left: -50px;
  display: table-row;
  opacity: 0;
  z-index: 99999999999999;
  transition: 230ms all !important;
}

.newRowAnimation.ng-enter-stagger {
  /* This is the delay between each animation of the staggered animation sequence */
  transition-delay: 0.1s;
  /* This should be set to 0s to avoid problems, this element could inherit the value from the repeatItemTransition element */
  transition-duration: 0s;
}

.repeatItemTransition {
  opacity: 1;
  transition: 0.2s linear all;
}

/* ngRepeat animation*/
.repeatItemTransition.ng-enter,
.repeatItemTransition.ng-leave {
  transition: 0.2s linear all;
}

.repeatItemTransition.ng-enter,
.repeatItemTransition.ng-leave.ng-leave-active {
  transition: 0.2s linear all;
  max-height: 0 !important;
  min-height: 0px !important;
  opacity: 0;
  left: -50px;
}

.repeatItemTransition.ng-leave,
.repeatItemTransition.ng-enter.ng-enter-active {
  max-height: 200px !important;
  opacity: 1;
  left: 0;
}

.repeatItemTransition.ng-enter-stagger,
.repeatItemTransition.ng-leave-stagger {
  /* This is the delay between each animation of the staggered animation sequence */
  transition-delay: 0.1s;
  /* This should be set to 0s to avoid problems, this element could inherit the value from the repeatItemTransition element */
  transition-duration: 0s;
}

.repeatItem.ng-enter-stagger,
.repeatItem.ng-leave-stagger,
.repeatItem.ng-move-stagger {
  /* This is the delay between each animation of the staggered animation sequence, now for keyframes animations */
  animation-delay: 0.2s;
  /* This should be set to 0s to avoid problems too, this element could inherit the value from the repeatItem element */
  animation-duration: 0;
}

/* ngRepeat ng-enter animation */
.repeatItem.ng-enter {
  animation: 1s ng-enter-repeat-animation;
}
@keyframes ng-enter-repeat-animation {
  from {
    max-height: 90px !important;
    opacity: 1;
    left: 0;
  }
  to {
    max-height: 0 !important;
    opacity: 0;
    left: -50px;
  }
}/*# sourceMappingURL=app.css.map */