/* line 5, app/assets/stylesheets/schedulers.scss */
.testimonial-group > .row {
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/schedulers.scss */
.testimonial-group > .row > .col-3 {
  height: 80vh;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0px;
}

/* line 17, app/assets/stylesheets/schedulers.scss */
.testimonial-group > .row > .col-lg-3 {
  height: auto;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0px;
}

/* line 24, app/assets/stylesheets/schedulers.scss */
.testimonial-group > .row > .col-lg-5 {
  height: auto;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0px;
}

/* line 31, app/assets/stylesheets/schedulers.scss */
.thread {
  width: 100%;
  height: inherit;
  border-radius: 0px !important;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0px;
}

/* line 40, app/assets/stylesheets/schedulers.scss */
.thread > .card {
  cursor: move;
}

/* line 45, app/assets/stylesheets/schedulers.scss */
.thread {
  position: relative;
  display: inline-block;
  background-color: #303952;
  border-radius: calc(10px - 1px) calc(10px - 1px) 0 0;
}

/* line 51, app/assets/stylesheets/schedulers.scss */
.thread:hover {
  z-index: 100;
  background-color: #383e4e;
}

/* line 55, app/assets/stylesheets/schedulers.scss */
.bg-medium {
  background-color: #e2daf0 !important;
}

/* line 58, app/assets/stylesheets/schedulers.scss */
.bg-gray {
  background-color: #7a849e !important;
}

/* line 61, app/assets/stylesheets/schedulers.scss */
.thread-card:active {
  transform: scale(0.95) rotate(2deg);
}

/* line 64, app/assets/stylesheets/schedulers.scss */
.thread-card {
  background-color: #2d49e6 !important;
  color: white;
  border-width: 0px !important;
  border-radius: 0px !important;
}

/* line 70, app/assets/stylesheets/schedulers.scss */
.thread-card > .card-body {
  background: transparent;
  border-width: 0px !important;
}

/* line 74, app/assets/stylesheets/schedulers.scss */
.thread-card > .card-header {
  border-width: 0px !important;
  background: #4460ff;
}

/* line 80, app/assets/stylesheets/schedulers.scss */
.thread-card > .card-header:hover {
  background-color: #2d49e6 !important;
}
