/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */

@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-display: swap;
  src: url(/assets/Poppins-Thin-05d85ae567baada4e53f57133ea0952bbf25f2428c3a684769eae5f73f3e7c11.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Poppins-Regular-a87f45820cbf383d4e9de05508c1018904e38714b80df5e66471aaf50598b09e.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/assets/Poppins-Italic-5ad1680486dbbd647f45b16c7d11e07aad0780296fcc3d39148e24294118a9b2.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Poppins-Medium-27205620e8083ffdae8edb26504e396ee966da43a3cf1053f4ce77227587be40.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Poppins-SemiBold-00753476f6c79ee9af6b34b110b99b6a244e45b59fd08eef2f37ad524294e907.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Poppins-SemiBold-00753476f6c79ee9af6b34b110b99b6a244e45b59fd08eef2f37ad524294e907.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  font-display: swap;
  src: url(/assets/Poppins-Bold-0d0be7f1fdac1c3d56bc39b556b6ca8b3c86484aa932a2446fbbc747f0460be7.ttf);
}

@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-display: swap;
  src: url(/assets/Poppins-ExtraBold-8284f1e3ce5f24bf0a83e610feab7f890523b2f5104786ea6148a609c4b098ae.ttf);
}

html {
  height: 100%;
  overflow: auto;
}

body {
  height: 100%;
  min-height: 100%;
}

.page-main-header-inner {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 1rem 0 1rem;
  height: 60px;
}

.page-main-header-inner__sign-out-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.page-main-header-inner__sign-out {
  background: none;
  border: none;
  color: #8769AB;
  font-weight: 500;
}

.ellipsis-anim span {
  opacity: 0;
  -webkit-animation: ellipsis-dot 1s infinite;
  animation: ellipsis-dot 1s infinite;
}

.ellipsis-anim span:nth-child(1) {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

.ellipsis-anim span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ellipsis-anim span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* THEME OVERRIDES */
.page-wrapper .page-body-wrapper .page-header .row .main-header h6 {
  text-transform: none;
}

.terms {
  padding: 24px;
}

.terms ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 16px;
}

.terms li {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .7px;
  color: #242934;
}

.landing-page .landing-center .title-content h1 {
  margin-bottom: 0;
}

.navbar {
  height: 100px
}

.btn-login {
  padding: 6px 28px !important;
}

.btn-link {
  color: #FF775E;
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 0px
}

.landing-page {
  height: 100% !important;
}

.landing-page .page-wrapper {
  height: 100% !important;
}

.page-body-wrapper {
  height: 100%;
  overflow: auto;
}

.landing-page .landing-main .container {
  height: 100% !important;
  overflow: auto;
}

.landing-page .landing-main .container .row {
  height: 100% !important;
  overflow: auto;
}

.iconMenu-bar {
  width: 100px !important;
}

.question-area-2 {
  margin: auto;
  width: 100%;
}

@media (max-width: 800px) {
  .question-area-2 {
    margin-top: 0;
  }
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons span {
  font-size: 12.5px;
}
/* line 1, app/assets/stylesheets/shame.sass */
body, h1, h2, h3, h4, h5, span, p, td, th, label, input, button, a, li, strong, div, text {
  font-family: 'Poppins', sans-serif !important;
}

/* line 4, app/assets/stylesheets/shame.sass */
.new-nps-graph {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* line 10, app/assets/stylesheets/shame.sass */
.pdf-basic-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/shame.sass */
.js-choose-csv-dummy-btn-value, .js-choose-image-dummy-btn-value, .js-choose-csv-dummy-btn-value-line-manager {
  display: none;
}

/* line 18, app/assets/stylesheets/shame.sass */
.new-heading {
  font-size: 16px;
}

/* line 21, app/assets/stylesheets/shame.sass */
.no-bg {
  background-color: transparent !important;
}

/* line 24, app/assets/stylesheets/shame.sass */
th {
  text-transform: capitalize;
}

/* line 27, app/assets/stylesheets/shame.sass */
.media {
  align-items: center;
}

/* line 30, app/assets/stylesheets/shame.sass */
.form-subtitle {
  color: #6b7280;
}

/* line 33, app/assets/stylesheets/shame.sass */
.form-group {
  max-width: 40rem;
}

/* line 35, app/assets/stylesheets/shame.sass */
.form-group--mt {
  margin-top: 16px;
}

/* line 38, app/assets/stylesheets/shame.sass */
.image-preview {
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  margin-top: 24px;
}

/* line 44, app/assets/stylesheets/shame.sass */
.new-project-form-switch-group {
  display: flex;
  align-items: center;
}

/* line 47, app/assets/stylesheets/shame.sass */
.new-project-form-switch-group--switch {
  display: flex;
  align-items: center;
  margin-left: 80px;
}

/* line 51, app/assets/stylesheets/shame.sass */
.new-project-form-switch-group--switch .switch {
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/shame.sass */
.project-details-wrapper {
  display: grid;
  grid-template-columns: 200px auto auto;
  grid-row-gap: 16px;
}

/* line 58, app/assets/stylesheets/shame.sass */
.project-details-wrapper .key, .project-details-wrapper .user-email {
  color: #6b7280;
}

/* line 60, app/assets/stylesheets/shame.sass */
.project-details-wrapper .details-value {
  grid-column: span 2/span 2;
}

/* line 62, app/assets/stylesheets/shame.sass */
.project-details-wrapper .details-value--margin {
  margin-left: 16px;
}

/* line 64, app/assets/stylesheets/shame.sass */
.project-details-wrapper .details-value--padding-left {
  padding-left: 16px;
}

/* line 66, app/assets/stylesheets/shame.sass */
.project-details-wrapper .details-value .user-email {
  font-weight: 500;
  font-size: 14px;
}

/* line 69, app/assets/stylesheets/shame.sass */
.project-details-wrapper .details-value dl {
  max-width: 20rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  padding-bottom: 16px;
}

/* line 76, app/assets/stylesheets/shame.sass */
.no-slash:before {
  content: none !important;
}

/* line 83, app/assets/stylesheets/shame.sass */
.label-set-info {
  font-weight: bold;
  font-size: 17px;
}

/* line 87, app/assets/stylesheets/shame.sass */
.custom-form-style {
  outline: 0;
  border-radius: 15px;
  height: 40px;
  border: 1px solid #efefef !important;
}

/* line 93, app/assets/stylesheets/shame.sass */
.bulk-download-section {
  display: flex;
  align-items: center;
}

/* line 97, app/assets/stylesheets/shame.sass */
.alert-custom {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  background-color: #80cf00;
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  font-size: 2rem;
  z-index: 1000;
}

/* line 110, app/assets/stylesheets/shame.sass */
.alert-custom--error {
  background-color: #ef4444;
}

/* line 113, app/assets/stylesheets/shame.sass */
.number-circle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #8769AB;
  color: #8769AB;
  text-align: center;
  font-size: 12px;
  float: left;
  margin-right: 1em;
  font-weight: bold;
}

/* line 128, app/assets/stylesheets/shame.sass */
.note-editable ul {
  list-style: inside !important;
}

/* line 130, app/assets/stylesheets/shame.sass */
.note-editable p {
  margin-bottom: 8px;
}

/* line 132, app/assets/stylesheets/shame.sass */
.note-editable th {
  text-transform: none !important;
}

/* line 136, app/assets/stylesheets/shame.sass */
.user-profile .hovercard .cardheader {
  background: url(/html/assets/images/profileban.png) !important;
}

/* line 140, app/assets/stylesheets/shame.sass */
.landing-page .bg-sky-blue-clear {
  background-image: url(/html/assets/images/bg-left-clear.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: auto;
}

/* line 148, app/assets/stylesheets/shame.sass */
.rating-bx {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 153, app/assets/stylesheets/shame.sass */
.bg-info {
  background-color: #8769AB !important;
}

/* line 156, app/assets/stylesheets/shame.sass */
.marginL90 {
  margin-left: 90px !important;
}

/* line 159, app/assets/stylesheets/shame.sass */
.flex-basic {
  display: flex;
  align-items: center;
}

/* line 163, app/assets/stylesheets/shame.sass */
.page-body-dynamic-size {
  margin-left: 5rem !important;
}

/* line 166, app/assets/stylesheets/shame.sass */
.pre-set-info {
  font-size: 16px;
  font-weight: bold;
}

/* line 170, app/assets/stylesheets/shame.sass */
.ip-card-height {
  height: 17vh;
  min-height: 148px;
}

@media (max-width: 800px) {
  /* line 175, app/assets/stylesheets/shame.sass */
  .tooltip {
    display: none !important;
  }
  /* line 177, app/assets/stylesheets/shame.sass */
  .ip-card-height {
    min-height: 270px;
  }
}

/* line 180, app/assets/stylesheets/shame.sass */
.note-resizebar {
  background: white !important;
}

/* line 183, app/assets/stylesheets/shame.sass */
.js-hide-user-info-bx {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* line 190, app/assets/stylesheets/shame.sass */
.js-hide-user-info-bx-sub {
  width: 90%;
}

/* line 193, app/assets/stylesheets/shame.sass */
.pre-set-info-bx {
  border-radius: 8px;
  background-color: #ececec;
  padding: 1rem;
  border: 1px solid white;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(126, 55, 216, 0.19);
}

/* line 201, app/assets/stylesheets/shame.sass */
.line-spacer-line {
  width: 100%;
  height: 1px;
  background-color: grey;
  opacity: 0.25;
  margin: 2rem 0;
}

/* line 208, app/assets/stylesheets/shame.sass */
.line-spacer-half {
  width: 100%;
  height: 0.5rem;
}

/* line 212, app/assets/stylesheets/shame.sass */
.line-spacer-1 {
  width: 100%;
  height: 1rem;
}

/* line 216, app/assets/stylesheets/shame.sass */
.line-spacer-2 {
  width: 100%;
  height: 2rem;
}

/* line 220, app/assets/stylesheets/shame.sass */
.line-spacer-3 {
  width: 100%;
  height: 3rem;
}

/* line 224, app/assets/stylesheets/shame.sass */
.line-spacer-4 {
  width: 100%;
  height: 4rem;
}

/* line 228, app/assets/stylesheets/shame.sass */
.line-spacer-5 {
  width: 100%;
  height: 5rem;
}

/* line 232, app/assets/stylesheets/shame.sass */
.logo-correct-image-style {
  width: 10rem;
  border-radius: 16px;
}

/* line 236, app/assets/stylesheets/shame.sass */
.iconsidebar-menu {
  top: 54px !important;
}

/* line 239, app/assets/stylesheets/shame.sass */
.page-body {
  min-height: calc(100vh - 54px) !important;
  margin-top: 54px !important;
}

/* line 243, app/assets/stylesheets/shame.sass */
.customizer-links {
  display: none;
}

/* line 283, app/assets/stylesheets/shame.sass */
.br-widget a {
  background-color: rgba(255, 119, 94, 0.4) !important;
}

/* line 286, app/assets/stylesheets/shame.sass */
a.br-selected, a.br-active {
  background-color: #ff775e !important;
}

/* line 289, app/assets/stylesheets/shame.sass */
.bar-icons {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: none !important;
}

/* line 294, app/assets/stylesheets/shame.sass */
.bar-icons:hover, .bar-icons:active, .bar-icons:focus, .bar-icons:disabled {
  background-color: rgba(255, 119, 94, 0.4) !important;
  box-shadow: none !important;
}

/* line 297, app/assets/stylesheets/shame.sass */
.custom-question-container {
  max-width: 100% !important;
}

/* line 300, app/assets/stylesheets/shame.sass */
.active-side-bar-tab {
  background-color: rgba(255, 119, 94, 0.8) !important;
}

/* line 302, app/assets/stylesheets/shame.sass */
.active-side-bar-tab span {
  color: white !important;
}

/* line 304, app/assets/stylesheets/shame.sass */
.active-side-bar-tab i {
  color: white !important;
}

/* line 307, app/assets/stylesheets/shame.sass */
.img:before {
  content: none !important;
}

/* line 310, app/assets/stylesheets/shame.sass */
.img:after {
  background: none !important;
}

/* line 313, app/assets/stylesheets/shame.sass */
.login-theme-form {
  width: calc(100% - 290px);
}

@media (min-width: 1192px) {
  /* line 317, app/assets/stylesheets/shame.sass */
  .hidden-on-desk-and-tab {
    display: none !important;
  }
}

@media (max-width: 1191px) {
  /* line 321, app/assets/stylesheets/shame.sass */
  .hidden-on-mobile-only {
    display: none !important;
  }
  /* line 323, app/assets/stylesheets/shame.sass */
  .login-theme-form {
    width: 100% !important;
  }
}

@media (min-width: 571px) and (max-width: 1023px) {
  /* line 328, app/assets/stylesheets/shame.sass */
  .modal-dialog {
    max-width: 80% !important;
  }
}

@media (max-width: 570px) {
  /* line 333, app/assets/stylesheets/shame.sass */
  .custom-mobi-padding {
    padding: 1rem !important;
  }
}

@media (min-width: 1000px) and (max-width: 1439px) {
  /* line 339, app/assets/stylesheets/shame.sass */
  .top-margin-for-mobile {
    margin-top: 4rem !important;
  }
}

@media (max-width: 999px) {
  /* line 345, app/assets/stylesheets/shame.sass */
  .top-margin-for-mobile {
    margin-top: 4rem !important;
  }
}

@media (max-width: 767px) {
  /* line 349, app/assets/stylesheets/shame.sass */
  .top-margin-for-mobile {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  /* line 353, app/assets/stylesheets/shame.sass */
  .custom-question-descp-row-master {
    flex-direction: column;
    height: auto !important;
  }
  /* line 357, app/assets/stylesheets/shame.sass */
  .custom-question-descp-col-height {
    height: auto !important;
    padding-top: 2rem;
    align-items: flex-start !important;
  }
  /* line 363, app/assets/stylesheets/shame.sass */
  .custom-question-descp-card-width {
    width: 100% !important;
  }
}

/* line 366, app/assets/stylesheets/shame.sass */
.edit-user-form {
  padding: 16px 24px 16px 24px;
}

/* line 368, app/assets/stylesheets/shame.sass */
.edit-user-form label {
  margin-top: 16px;
}

/* line 370, app/assets/stylesheets/shame.sass */
.edit-user-form input[type="submit"] {
  margin-top: 24px;
  float: right;
}

/* line 374, app/assets/stylesheets/shame.sass */
.trix-button-group--file-tools {
  display: none !important;
}
/* line 1, app/assets/stylesheets/department.sass */
.created-departments-line-item-bx, .created-teams-line-item-bx {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
  width: 100%;
}

/* line 8, app/assets/stylesheets/department.sass */
.created-departments-line-item-title, .created-departments-line-item-head-name, .created-departments-line-item-head-email, .created-teams-line-item-title, .created-teams-line-item-head-name, .created-teams-line-item-head-email {
  margin-right: 1rem;
}

/* line 11, app/assets/stylesheets/department.sass */
.created-departments-line-item-title {
  text-decoration: underline;
  font-size: 21px;
}

/* line 15, app/assets/stylesheets/department.sass */
.created-departments-line-item-department-name {
  margin-right: 1rem;
  font-size: 25px;
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/leader-dashboard.sass */
.no-hover:hover {
  background-color: none !important;
}

/* line 4, app/assets/stylesheets/leader-dashboard.sass */
.leader-dashboard-header {
  border-bottom: 1px solid #eee;
}

/* line 6, app/assets/stylesheets/leader-dashboard.sass */
.leader-dashboard-header .main-header-right {
  justify-content: flex-end;
  box-shadow: none;
  padding-right: .5rem;
}

/* line 10, app/assets/stylesheets/leader-dashboard.sass */
.leader-dashboard-header .main-header-right .burger-icon-wrapper {
  background-color: #f8f5fd;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/leader-dashboard.sass */
.page-wrapper .page-body-wrapper .leader-dashboard-body {
  padding-top: 4rem;
  margin-left: 7rem;
}

/* line 21, app/assets/stylesheets/leader-dashboard.sass */
.page-wrapper .page-body-wrapper .leader-dashboard-body--no-margin {
  margin-left: 0 !important;
}

/* line 23, app/assets/stylesheets/leader-dashboard.sass */
.iconsidebar-menu {
  top: 80px !important;
}

/* line 25, app/assets/stylesheets/leader-dashboard.sass */
.page-wrapper .page-body-wrapper .page-header {
  padding: 2rem 15px;
}

/* line 29, app/assets/stylesheets/leader-dashboard.sass */
.logo-wrapper img {
  max-width: 8rem;
}

/* line 31, app/assets/stylesheets/leader-dashboard.sass */
.dashboard-section {
  margin-top: 2rem;
}

/* line 33, app/assets/stylesheets/leader-dashboard.sass */
.page-wrapper .page-body-wrapper .page-header .row .main-header h2 {
  color: #FF775E;
}

/* line 35, app/assets/stylesheets/leader-dashboard.sass */
.page-wrapper .page-body-wrapper .page-header .row .main-header h2 span {
  padding-left: 0px;
}

/* line 39, app/assets/stylesheets/leader-dashboard.sass */
.motivation-list li span {
  font-size: 13px;
}

/* line 42, app/assets/stylesheets/leader-dashboard.sass */
.pl-16 {
  padding-left: 16px;
}

/* line 45, app/assets/stylesheets/leader-dashboard.sass */
.picker-item-wrapper {
  margin-bottom: 1rem;
}

/* line 47, app/assets/stylesheets/leader-dashboard.sass */
.picker-item-wrapper .picker-item-text-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/leader-dashboard.sass */
.picker-item-wrapper .picker-item-text-row span {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

/* line 56, app/assets/stylesheets/leader-dashboard.sass */
.picker-item-wrapper .picker-item-text-row .percentage-text {
  font-weight: 500;
}

/* line 58, app/assets/stylesheets/leader-dashboard.sass */
.picker-item-wrapper .progress {
  height: 40px;
}

/* line 61, app/assets/stylesheets/leader-dashboard.sass */
.retention-chart-header {
  margin-bottom: 2.25rem;
  font-size: 1.1rem;
  font-weight: 700;
}

/* line 66, app/assets/stylesheets/leader-dashboard.sass */
.nps-section-img-bx {
  max-width: 500px;
  height: auto;
}

/* line 70, app/assets/stylesheets/leader-dashboard.sass */
.nps-section-img-bx .float-child div:nth-child(5) {
  height: 110px !important;
  width: 200px;
}

/* line 73, app/assets/stylesheets/leader-dashboard.sass */
.nps-section-graph-bx {
  margin-top: 0 !important;
}

/* line 76, app/assets/stylesheets/leader-dashboard.sass */
.web-nps-pin-bx {
  position: absolute;
  width: 0;
  top: -0.39rem;
}

/* line 81, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 4px;
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator--half-margin {
  margin-top: 1rem;
}

/* line 92, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator--border-green {
  border-bottom: 4px solid #4dc45a;
}

/* line 94, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator--border-red {
  border-bottom: 4px solid #F6808B;
}

/* line 96, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator--border-yellow {
  border-bottom: 4px solid #FBDF07;
}

/* line 98, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator--border-grey {
  border-bottom: 4px solid #808080;
}

/* line 100, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator--opacity {
  opacity: 0.6;
}

/* line 102, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .fulfillment-text {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.2;
}

/* line 107, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .scale-motivator-image {
  width: 80px;
  height: 64px;
}

/* line 110, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .fulfillment-icon {
  width: 20px;
  height: 20px;
}

/* line 113, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .score {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 118, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .score span {
  margin: 0 4px;
}

/* line 120, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .bottom-score {
  margin-top: .5rem;
}

/* line 122, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .fulfillment-status {
  padding-left: 1rem;
}

/* line 124, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .fulfillment-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 4px;
}

/* line 129, app/assets/stylesheets/leader-dashboard.sass */
.motivation-motivator .fulfillment-row span {
  font-weight: 500;
  font-size: .75rem;
  margin-left: 15px;
}

/* line 133, app/assets/stylesheets/leader-dashboard.sass */
.scale-motivator-title-row {
  margin-bottom: 2rem;
}

/* line 135, app/assets/stylesheets/leader-dashboard.sass */
.scale-motivator-title-row h5 {
  font-weight: 600;
}

/* line 138, app/assets/stylesheets/leader-dashboard.sass */
.sidebar-main {
  transition: transform 0.3s ease-in-out;
}

/* line 140, app/assets/stylesheets/leader-dashboard.sass */
.sidebar-main--hidden {
  transform: translateX(-200px);
}

/* line 143, app/assets/stylesheets/leader-dashboard.sass */
.leader-mobile-sidebar {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

/* line 147, app/assets/stylesheets/leader-dashboard.sass */
.leader-mobile-sidebar i {
  font-size: 32px;
  color: #ff775e;
}

/* line 152, app/assets/stylesheets/leader-dashboard.sass */
.action-items-form .check_boxes {
  display: flex;
  flex-direction: column;
}

/* line 155, app/assets/stylesheets/leader-dashboard.sass */
.action-items-form .check_boxes .checkbox {
  margin-bottom: 1rem;
}

/* line 157, app/assets/stylesheets/leader-dashboard.sass */
.action-items-form .check_boxes .checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 161, app/assets/stylesheets/leader-dashboard.sass */
.action-items-form .check_boxes .checkbox label::before {
  content: none;
}

/* line 163, app/assets/stylesheets/leader-dashboard.sass */
.action-items-form .check_boxes .checkbox input[type="checkbox"] {
  opacity: 1;
  margin-right: 1rem;
}

/* line 167, app/assets/stylesheets/leader-dashboard.sass */
.dropdown-item {
  border-radius: 0px !important;
}

/* line 170, app/assets/stylesheets/leader-dashboard.sass */
.apexcharts-radialbar #apexcharts-radialbarTrack-0 {
  stroke: rgba(240, 240, 240, 0.85) !important;
}

/* line 173, app/assets/stylesheets/leader-dashboard.sass */
.accordion {
  display: flex;
  align-items: center;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 2rem 0;
  background-color: #eee;
}

/* line 187, app/assets/stylesheets/leader-dashboard.sass */
.accordion i {
  font-size: 32px;
  font-weight: bold;
}

/* line 190, app/assets/stylesheets/leader-dashboard.sass */
.accordion:focus {
  outline: 5px auto black;
}

/* line 192, app/assets/stylesheets/leader-dashboard.sass */
.accordion:hover {
  background-color: #ccc;
}

/* line 194, app/assets/stylesheets/leader-dashboard.sass */
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* line 199, app/assets/stylesheets/leader-dashboard.sass */
#tooltip {
  visibility: hidden;
  width: 15rem;
  position: absolute;
  z-index: 999;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  padding: .5rem;
}

/* line 210, app/assets/stylesheets/leader-dashboard.sass */
.has-tooltip {
  position: relative;
}

/* line 213, app/assets/stylesheets/leader-dashboard.sass */
.has-tooltip:hover #tooltip {
  visibility: visible;
}

/* line 216, app/assets/stylesheets/leader-dashboard.sass */
#hovertip {
  visibility: hidden;
  width: 15rem;
  position: absolute;
  z-index: 999;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  padding: .5rem;
}

/* line 227, app/assets/stylesheets/leader-dashboard.sass */
.has-hovertip {
  position: relative;
}

/* line 230, app/assets/stylesheets/leader-dashboard.sass */
.has-hovertip:hovertip #hovertip {
  visibility: visible;
}

/* line 234, app/assets/stylesheets/leader-dashboard.sass */
.web-nps .pdf-header-txt-2 {
  font-size: 16px;
}

/* line 238, app/assets/stylesheets/leader-dashboard.sass */
.wins-card .motivation-motivator {
  cursor: auto;
}

/* line 240, app/assets/stylesheets/leader-dashboard.sass */
.wins-card .card-body-content {
  background-color: #FAFAFA;
  padding: 1.5rem 1rem;
  border-radius: 8px;
}

/* line 244, app/assets/stylesheets/leader-dashboard.sass */
.wins-card .card-header {
  padding-bottom: .5rem;
}

/* line 246, app/assets/stylesheets/leader-dashboard.sass */
.wins-card .wins-card-body {
  padding: 2rem 50px;
}

/* line 248, app/assets/stylesheets/leader-dashboard.sass */
.wins-card .wins-opportunities-header {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

/* line 253, app/assets/stylesheets/leader-dashboard.sass */
.motivation-container {
  padding-top: 2rem;
}

/* line 256, app/assets/stylesheets/leader-dashboard.sass */
.btn-outline-secondary:hover {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

/* line 260, app/assets/stylesheets/leader-dashboard.sass */
.apexcharts-legend {
  inset: auto 0px 0px !important;
}

/* line 265, app/assets/stylesheets/leader-dashboard.sass */
.action-item-checkbox label input {
  margin-bottom: 4px;
  margin-right: 8px;
}

/* line 269, app/assets/stylesheets/leader-dashboard.sass */
.apexcharts-datalabel-label {
  font-size: 12px;
}

/* line 272, app/assets/stylesheets/leader-dashboard.sass */
.individual-dashboard {
  font-size: 12px;
}

/* line 274, app/assets/stylesheets/leader-dashboard.sass */
.individual-dashboard .pdf-content-txt-1 {
  font-size: 12px;
}

/* line 278, app/assets/stylesheets/leader-dashboard.sass */
.dataTables_info {
  float: left;
  align-items: center;
  height: 40px;
  display: flex;
  font-size: 12px;
  margin-top: 10px;
}

/* line 286, app/assets/stylesheets/leader-dashboard.sass */
.dataTables_paginate {
  float: right;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 10px;
}

/* line 293, app/assets/stylesheets/leader-dashboard.sass */
.paginate_button {
  min-width: 1.5em;
  padding: 0.5em 1em;
  cursor: pointer;
}

/* line 299, app/assets/stylesheets/leader-dashboard.sass */
.paginate_button.current {
  border: 1px solid #8769AB;
  border-radius: 15px;
  background-color: #8769AB;
  color: white;
}

/* line 305, app/assets/stylesheets/leader-dashboard.sass */
.paginate_button.disabled {
  color: #666;
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 310, app/assets/stylesheets/leader-dashboard.sass */
.ellipsis {
  padding: 0 1em;
}

/* line 313, app/assets/stylesheets/leader-dashboard.sass */
.dataTables_length {
  float: left;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 317, app/assets/stylesheets/leader-dashboard.sass */
.dataTables_length select {
  border: 1px solid #efefef;
  border-radius: 15px;
  padding: 0 14px;
  margin: 0 5px;
  height: 25px;
  font-size: 12px;
  width: 80px;
}

/* line 327, app/assets/stylesheets/leader-dashboard.sass */
.dataTables_filter {
  float: right;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 332, app/assets/stylesheets/leader-dashboard.sass */
.dataTables_filter input {
  border: 1px solid #efefef;
  border-radius: 15px;
  padding: 0 10px;
  margin-left: 10px;
  height: 25px;
  font-size: 12px;
}

/* line 343, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 348, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 351, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 359, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 1.2em;
  display: block;
  opacity: 0.3;
}

/* line 366, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 370, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 374, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 378, app/assets/stylesheets/leader-dashboard.sass */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(asset_data_base64("Poppins-Thin.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins Regular';
  font-style: normal;
  font-weight: 400;
  src: url(asset_data_base64("Poppins-Regular.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  src: url(asset_data_base64("Poppins-Italic.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(asset_data_base64("Poppins-Medium.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(asset_data_base64("Poppins-SemiBold.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(asset_data_base64("Poppins-SemiBold.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: 800;
  src: url(asset_data_base64("Poppins-Bold.ttf")) format("otf");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url(asset_data_base64("Poppins-ExtraBold.ttf")) format("otf");
}

/* line 51, app/assets/stylesheets/pdf.sass */
body {
  font-family: 'Poppins', sans-serif !important;
}

/* line 54, app/assets/stylesheets/pdf.sass */
.page-break {
  display: block;
  clear: both;
  page-break-after: always;
}

/* line 59, app/assets/stylesheets/pdf.sass */
.page-logo-header-bx {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}

/* line 64, app/assets/stylesheets/pdf.sass */
.cover-bx {
  position: relative;
  width: 100%;
  height: 1200px;
}

/* line 69, app/assets/stylesheets/pdf.sass */
.nps-pin-bx {
  position: absolute;
  width: 0;
  top: -3rem;
}

/* line 74, app/assets/stylesheets/pdf.sass */
.cover-heading-text-bx {
  position: absolute;
  left: 28%;
  bottom: 150px;
  text-align: start;
  z-index: 99;
  -webkit-transform: translate(-50%);
}

/* line 82, app/assets/stylesheets/pdf.sass */
.cover-heading-text-multi-bx {
  position: absolute;
  left: 35%;
  bottom: 150px;
  text-align: start;
  z-index: 99;
  -webkit-transform: translate(-50%);
}

/* line 90, app/assets/stylesheets/pdf.sass */
.page-num-line-spacer {
  height: 1px;
  background-color: black;
  width: 100%;
}

/* line 96, app/assets/stylesheets/pdf.sass */
.cover-large-text {
  font-size: 75px;
  color: white;
  font-weight: bold;
  margin-bottom: -45px;
  font-family: 'Poppins Regular';
}

/* line 103, app/assets/stylesheets/pdf.sass */
.cover-small-text {
  font-size: 25px;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: -10px;
  font-family: 'Poppins Regular';
}

/* line 111, app/assets/stylesheets/pdf.sass */
.pdf-content-txt-1 {
  font-size: 16px;
}

/* line 115, app/assets/stylesheets/pdf.sass */
.page-logo-header-icon {
  width: 120px;
}

/* line 118, app/assets/stylesheets/pdf.sass */
.pdf-header-txt-1 {
  font-size: 16px;
  font-weight: bold;
}

/* line 122, app/assets/stylesheets/pdf.sass */
.pdf-header-txt-2 {
  font-size: 18px;
  font-weight: bold;
}

/* line 126, app/assets/stylesheets/pdf.sass */
.pdf-header-txt-3 {
  font-size: 20px;
  font-weight: bold;
}

/* line 130, app/assets/stylesheets/pdf.sass */
.pdf-line-spacer-half {
  width: 100%;
  height: 8px;
}

/* line 134, app/assets/stylesheets/pdf.sass */
.pdf-line-spacer-1 {
  width: 100%;
  height: 16px;
}

/* line 138, app/assets/stylesheets/pdf.sass */
.pdf-line-spacer-2 {
  width: 100%;
  height: 32px;
}

/* line 142, app/assets/stylesheets/pdf.sass */
.table-of-contents-index-bx {
  width: 100%;
  height: 20px;
  position: relative;
}

/* line 148, app/assets/stylesheets/pdf.sass */
.float-r {
  float: right;
}

/* line 151, app/assets/stylesheets/pdf.sass */
.float-l {
  float: left;
}

/* line 154, app/assets/stylesheets/pdf.sass */
.scale-graph-bx {
  width: 60%;
  position: relative;
  border-left: 2px solid black;
  margin-left: 70px;
}

/* line 160, app/assets/stylesheets/pdf.sass */
.scale-graph-bar-dummy {
  position: absolute;
  height: 35px;
  z-index: -1;
  left: 1px;
  top: 7px;
}

/* line 167, app/assets/stylesheets/pdf.sass */
.fufillment-icon-bx {
  position: absolute;
  right: -40px;
  height: 25px;
  width: 25px;
}

/* line 173, app/assets/stylesheets/pdf.sass */
.scale-graph-bar {
  padding: 0.5rem;
  height: 30px;
  z-index: 2;
  position: relative;
}

/* line 180, app/assets/stylesheets/pdf.sass */
.scale-graph-bar span {
  z-index: 3;
  font-size: 14px;
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/pdf.sass */
.scale-graph-bar-dummy-2 {
  position: absolute;
  height: 35px;
  left: 0;
  top: 0;
  width: 100%;
  border: 2px solid black;
  border-left: 1px;
}

/* line 194, app/assets/stylesheets/pdf.sass */
.scale-graph-bar-dummy-3 {
  position: absolute;
  border-left: 1px solid black;
  z-index: 5;
  height: 100%;
  width: 100%;
}

/* line 201, app/assets/stylesheets/pdf.sass */
.graph-scale-icon {
  width: 50px;
  position: absolute;
  left: -50px;
}

/* line 206, app/assets/stylesheets/pdf.sass */
.graph-scale-icon-key {
  width: 17.5px;
  vertical-align: baseline;
}

/* line 210, app/assets/stylesheets/pdf.sass */
.practical-guideline-icon {
  margin-right: 16px;
  width: 50px;
}

/* line 214, app/assets/stylesheets/pdf.sass */
.summary-icon {
  width: 100px;
}

/* line 217, app/assets/stylesheets/pdf.sass */
.clearfix {
  overflow: auto;
}

/* line 220, app/assets/stylesheets/pdf.sass */
.scale-graph-bx-key-bx {
  position: absolute;
  right: -250px;
  bottom: -100px;
}

/* line 225, app/assets/stylesheets/pdf.sass */
.scale-graph-bx-key-bx-item {
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

/* line 230, app/assets/stylesheets/pdf.sass */
.scale-graph-bx-key-bx-item-cont {
  position: relative;
  margin-right: 18px;
  width: 18px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 238, app/assets/stylesheets/pdf.sass */
.thedonkey {
  background-color: red;
  width: 100px;
  height: 100px;
}

/* line 245, app/assets/stylesheets/pdf.sass */
.float-child {
  float: left;
}

/* line 249, app/assets/stylesheets/pdf.sass */
.scale-graph-bx-key-bx-item-bx span {
  font-size: 13px;
  white-space: nowrap;
}

/* line 253, app/assets/stylesheets/pdf.sass */
.appendix-table-heading-bx {
  width: 100%;
  padding: 8px;
  border: 1px solid black;
  border-bottom: 0;
}

/* line 260, app/assets/stylesheets/pdf.sass */
.appendix-table table {
  width: 100%;
}

/* line 262, app/assets/stylesheets/pdf.sass */
.appendix-table td, .appendix-table th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

/* line 267, app/assets/stylesheets/pdf.sass */
.table-min-width {
  min-width: 50% !important;
  background-color: green;
}

/* line 270, app/assets/stylesheets/pdf.sass */
.table-min-width td {
  min-width: 50% !important;
}

/* line 273, app/assets/stylesheets/pdf.sass */
.pdf-number-bx {
  margin-bottom: 16px;
  margin-left: 36px;
}

/* line 277, app/assets/stylesheets/pdf.sass */
.motivator-content {
  text-align: justify;
  text-justify: inter-word;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
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;
}
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 {
  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;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::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.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%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 {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir=rtl] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.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%;
}
/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

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

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