/* src/styles.css */
body {
  background-color: var(--aui-page-background);
}
.delete {
  color: #de350b !important;
}
.p-15 {
  padding: 15px;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-5 {
  padding-top: 5px;
}
.p-10 {
  padding: 10px;
}
.actions-list {
  background-color: rgba(9, 30, 66, 0.06);
  padding: 5px 0 5px 17px;
}
.spinner-center {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-center {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 120px;
}
.sm-text {
  font-size: 12px !important;
}
.auth-btn-handler {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.description-input {
  max-width: 100% !important;
}
.select-clear-all {
  margin-left: -40px;
  top: -12px;
  color: rgb(148 153 164);
  cursor: pointer;
}
.avatar-name-users-table {
  padding-left: 5px;
  position: relative;
  top: -3px;
}
.info-icon {
  color: var(--aui-button-primary-bg-color, #0052cc);
  cursor: pointer;
}
m-l-5 {
  margin-left: 5px;
}
.table-valign td {
  vertical-align: middle !important;
}
.short-message-handler {
  width: 540px !important;
}
.additional-options div.field-group {
  padding-bottom: 15px !important;
}
.dark-text {
  color: #5e6c84;
  font-weight: 800;
}
.timer-automation-form .select2-container-disabled .select2-input {
  cursor: not-allowed !important;
}
.buttons app-button {
  padding-right: 7px;
}
.activity-row {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #dfe1e6;
  align-items: center;
}
.activity-row:last-child {
  border-bottom: none;
}
.project-col {
  flex: 2;
  padding-right: 8px;
  max-width: 350px;
}
.reason-col {
  flex: 1;
  padding-right: 18px;
  position: relative;
}
.truncated-text {
  display: inline-block;
  position: relative;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.truncated-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      var(--aui-page-background));
  pointer-events: none;
}
.duration-col {
  flex: 1;
  padding-right: 8px;
  text-align: center;
}
.start-time-col {
  flex: 1;
  padding-right: 8px;
  max-width: 200px;
}
.actions-col {
  flex: 0 0 100px;
  text-align: right;
}
.aui.table-valign {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-FOQCJBAX.css.map */
