/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/pg.scss ***!
  \*******************************************************************************************************************************/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student {
  display: block;
  margin-bottom: 5px; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__student-title {
    font-size: 18px;
    font-weight: bold; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__student-title .acp__student-color-code {
      display: inline-block;
      vertical-align: middle;
      padding: 5px;
      border-radius: 5px; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student > div {
    display: inline-block; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type {
    width: auto; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected {
      border: 1px dashed #ccc;
      color: #ccc;
      padding: 5px;
      border-radius: 5px;
      padding-right: 25px;
      position: relative;
      cursor: pointer; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected .acp__filter-type {
        display: inline-block;
        vertical-align: middle; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected svg {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 3px;
        top: 4px;
        fill: currentColor; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected:hover {
        color: #000;
        border: 1px dashed #000; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option {
      padding: 4px;
      border-radius: 5px;
      background: #000;
      color: #fff;
      display: inline-block; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        fill: currentColor;
        cursor: pointer; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg:hover {
          opacity: .8; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter {
    position: absolute;
    z-index: 2; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper {
      position: relative;
      background: #fff; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search {
        border: 1px solid #ccc;
        width: 150px;
        height: 40px;
        box-sizing: content-box;
        padding: 2px;
        border-radius: 5px 5px 0 0; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search input {
          display: block;
          float: left;
          height: 40px;
          width: 123px;
          border: none; }
          .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search input:focus {
            outline: none;
            box-shadow: 0 0 0 0; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search svg {
          padding-top: 7px;
          display: block;
          float: right;
          width: 25px;
          height: 25px;
          fill: #ccc; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options {
        border-radius: 0 0 5px 5px;
        box-sizing: content-box;
        width: 154px;
        position: absolute;
        top: 44px;
        max-height: 250px;
        overflow-y: scroll;
        background: #fff;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option {
          width: auto;
          display: block;
          padding: 5px;
          margin-bottom: 0;
          cursor: pointer; }
          .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option:nth-child(odd) {
            background: #efefef; }
          .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option:hover {
            background: #139017;
            color: #fff; }
          .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option.active {
            background: #139017;
            color: #fff; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__student-age-filter-remove {
    display: inline-block;
    vertical-align: middle; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__student-age-filter-remove svg {
      display: block;
      width: 20px;
      height: 20px;
      fill: #852f2f;
      cursor: pointer; }

.acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__add-student-button {
  display: inline-block;
  padding: 10px 15px;
  background: #ccc;
  border-radius: 40px;
  margin: 5px 0;
  border: none;
  cursor: pointer; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__add-student-button:hover {
    color: #fff;
    background: #000; }

.acp__weekly-calendar-wrapper .acp__weekly-calendar-body {
  display: flex;
  text-align: center; }

.acp__weekly-calendar-wrapper .acp__weekly-calendar-day {
  flex: 1;
  padding: 5px; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-header {
    border-radius: 5px 5px 0 0;
    background: #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box {
    display: block;
    margin-top: 5px;
    border-radius: 5px;
    padding-bottom: 10px;
    background: #efefef; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-label {
      border-radius: 5px 5px 0 0;
      padding: 5px 0;
      background: #118c1d;
      color: #fff; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-time {
      font-size: 30px;
      font-weight: bold;
      line-height: 42px;
      padding-top: 10px;
      position: relative; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-time .acp__multi-student-clarity {
        position: absolute;
        width: 100%;
        top: 0;
        height: 0;
        background: #f00;
        font-size: 12px;
        text-align: left; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-time .acp__multi-student-clarity span {
          position: relative;
          display: inline-block;
          margin-left: 5px;
          height: 16px;
          width: 16px;
          background: blue;
          border-radius: 30px;
          padding: 2px;
          top: -10px;
          line-height: 16px; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal {
      overflow: hidden;
      max-height: 0px;
      transition: max-height 1s ease-in-out;
      padding: 0 10px;
      text-align: left; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-detail {
        margin: 0; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-detail .acp_class-detail-label {
          font-weight: bold; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-detail.acp__class-title {
          font-size: 17px;
          padding: 3px 0; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-detail.acp__class-location {
          padding-bottom: 3px; }
          .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-detail.acp__class-location svg {
            width: 15px;
            height: 15px;
            fill: currentColor;
            position: inline-block;
            vertical-align: middle; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-button {
        border-radius: 20px;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        display: block;
        text-align: center;
        margin-top: 5px; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-button.acp__class-more-info {
          background: #ccc;
          color: #000;
          position: relative; }
          .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-button.acp__class-more-info .acp__class_details-box {
            position: absolute;
            width: 100%;
            bottom: 100%;
            border-radius: 10px;
            padding: 10px;
            text-align: left;
            background: #fff; }
        .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp__class-button.acp__class-enroll {
          background: #000;
          color: #ccc; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-reveal .acp_class-detail-label-day {
        width: 35px;
        display: inline-block;
        vertical-align: middle; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box:hover .acp__class-reveal, .acp__weekly-calendar-wrapper .acp__weekly-calendar-day .acp__weekly-calendar-day-time-wrapper .acp__day-time-box:focus .acp__class-reveal {
      max-height: 700px; }

.acp__weekly-calendar-wrapper .acp__weekly-calendar-working {
  text-align: center; }

.acp__multi-circle {
  width: 30px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  overflow: hidden; }

.acp__class_details-box {
  border-top: 1px solid;
  margin-top: 5px;
  padding-top: 5px; }
  .acp__class_details-box .acp_class-detail-label {
    display: inline-block;
    vertical-align: top;
    width: 70px; }
  .acp__class_details-box .acp__class-detail-contents {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 75px); }
  .acp__class_details-box ul.acp__class-detail-contents {
    margin-top: 0;
    margin-bottom: 0; }

.acp__loading-details {
  text-align: center; }
  .acp__loading-details .acp__detail-loader {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    position: relative;
    margin: auto;
    border-radius: 40px;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite; }
    .acp__loading-details .acp__detail-loader .acp__top-dash {
      height: 2px;
      width: 4px;
      position: absolute;
      background-color: #fff;
      top: -1px;
      left: 50%;
      margin-left: -2px; }
    .acp__loading-details .acp__detail-loader .acp__bottom-dash {
      height: 2px;
      width: 4px;
      position: absolute;
      background-color: #fff;
      bottom: -1px;
      left: 50%;
      margin-left: -2px; }

.acp__jump-to-day {
  display: none; }

@media (max-width: 900px) {
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__student-title {
    margin-bottom: 2px; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type {
    width: 100%;
    margin-bottom: 2px; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option {
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      .acp__weekly-calendar-wrapper .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg {
        position: absolute;
        right: 5px;
        top: 10px; }
  .acp__weekly-calendar-wrapper .acp__weekly-calendar-body {
    display: block; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-body .acp__weekly-calendar-day {
      width: 100%;
      display: block; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-body .acp__class_details-box .acp_class-detail-label {
      display: block;
      width: 100%; }
    .acp__weekly-calendar-wrapper .acp__weekly-calendar-body .acp__class_details-box .acp__class-detail-contents {
      display: block;
      width: 100%; }
  .acp__weekly-calendar-not-working .acp__jump-to-day {
    display: block; }
    .acp__weekly-calendar-not-working .acp__jump-to-day label {
      font-weight: bold; }
    .acp__weekly-calendar-not-working .acp__jump-to-day select {
      width: 100%;
      max-width: 100%;
      display: block;
      margin: 2px 0; } }

.acp_c_filterplot-wrappers {
  display: inline-block;
  border: 1px solid #8B8C8E;
  border-radius: 3px;
  position: relative; }
  .acp_c_filterplot-wrappers .acp_c_filterplot-header {
    display: block;
    padding: 10px 30px 10px 10px;
    color: #8B8C8E;
    font-size: 18px;
    line-height: 18px !important;
    position: relative;
    cursor: pointer; }
    .acp_c_filterplot-wrappers .acp_c_filterplot-header svg {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 5px;
      fill: currentColor; }

.acp_c_filter-plot_options {
  padding-top: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 43px;
  border: 1px solid #8B8C8E;
  border-radius: 3px;
  min-width: 200px;
  width: 125%;
  background: #fff;
  z-index: 100; }
  .acp_c_filter-plot_options .acp_c_filter-search {
    position: relative;
    display: block;
    margin-right: 3px;
    margin-left: 3px;
    border-bottom: 1px solid #8B8C8E;
    overflow: auto; }
    .acp_c_filter-plot_options .acp_c_filter-search input[type=text] {
      display: block;
      float: left;
      height: 30px;
      width: calc(100% - 25px);
      border: none;
      position: relative;
      padding: 5px;
      box-sizing: border-box;
      outline: none; }
      .acp_c_filter-plot_options .acp_c_filter-search input[type=text]:active, .acp_c_filter-plot_options .acp_c_filter-search input[type=text]:focus {
        outline: none;
        box-shadow: 0 0 0 0 #fff; }
    .acp_c_filter-plot_options .acp_c_filter-search svg {
      float: right;
      display: block;
      height: 20px;
      width: 20px;
      margin-top: 5px;
      fill: #8B8C8E; }
  .acp_c_filter-plot_options .acp_c_filter-option-list {
    background: #fff;
    max-height: 150px;
    overflow-y: scroll; }
    .acp_c_filter-plot_options .acp_c_filter-option-list ul {
      margin-top: 0;
      margin-block-start: 0 !important;
      list-style-type: none !important;
      padding-left: 0 !important; }
      .acp_c_filter-plot_options .acp_c_filter-option-list ul li {
        cursor: pointer;
        padding: 7px;
        margin-bottom: 1px;
        font-size: 14px; }
        .acp_c_filter-plot_options .acp_c_filter-option-list ul li svg {
          display: inline-block;
          vertical-align: middle;
          height: 15px;
          width: 0;
          fill: currentColor;
          transform: scale(0);
          transition: all .3s ease-in-out; }
        .acp_c_filter-plot_options .acp_c_filter-option-list ul li:nth-child(odd) {
          background: #efefef; }
        .acp_c_filter-plot_options .acp_c_filter-option-list ul li.active {
          background: #35aa3f;
          color: #fff; }
          .acp_c_filter-plot_options .acp_c_filter-option-list ul li.active svg {
            width: 15px;
            transform: scale(1); }

.acp__selected_filters {
  padding: 10px 0; }
  .acp__selected_filters .acp__single-selected-filter-option {
    height: 35px;
    width: auto;
    border-radius: 4px;
    font-size: 16px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    .acp__selected_filters .acp__single-selected-filter-option svg {
      cursor: pointer;
      display: inline-block;
      width: 15px;
      height: 15px;
      fill: currentColor;
      margin-left: 5px;
      vertical-align: middle; }
      .acp__selected_filters .acp__single-selected-filter-option svg:hover {
        opacity: .8; }

.acp__filter-plot-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.acp__location-select-title {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px; }

.acp__fp-enrollment-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@media screen and (max-width: 650px) {
  .acp_c_filterplot-wrappers {
    width: 90%;
    display: block;
    margin: 5px auto; }
    .acp_c_filterplot-wrappers .acp_c_filter-plot_options {
      width: 100%; }
  .acp__selected_filters {
    width: 90%;
    display: block;
    margin: 5px auto; } }

.acp__color_picker-circle-example {
  margin: 10px 0 10px 10px;
  width: 45px;
  height: 45px;
  position: relative; }
  .acp__color_picker-circle-example .acp-word-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    font-style: italic;
    text-rendering: optimizelegibility;
    text-transform: uppercase; }

.acp__class-table-wrapper {
  width: 100%;
  border-collapse: collapse; }
  .acp__class-table-wrapper thead tr th {
    text-align: left;
    padding: 10px;
    font-weight: bold;
    position: relative; }
    .acp__class-table-wrapper thead tr th.sortable {
      cursor: pointer; }
      .acp__class-table-wrapper thead tr th.sortable:hover {
        opacity: .8; }
    .acp__class-table-wrapper thead tr th .acp__table-sort {
      display: block;
      height: 15px;
      width: 15px;
      transform: rotate(90deg);
      position: absolute;
      right: 0px;
      top: 50%;
      margin-top: -7.5px;
      fill: currentColor; }
    .acp__class-table-wrapper thead tr th.active_sort {
      opacity: .8; }
  .acp__class-table-wrapper tbody tr td {
    text-align: left;
    padding: 10px;
    vertical-align: middle; }
    .acp__class-table-wrapper tbody tr td .acp__table-col-preface {
      display: none; }
    .acp__class-table-wrapper tbody tr td .acp_table-general-info {
      font-weight: normal; }
    .acp__class-table-wrapper tbody tr td .acp__btn {
      display: block;
      text-decoration: none;
      text-align: center;
      border-radius: 20px;
      padding: 10px; }
      .acp__class-table-wrapper tbody tr td .acp__btn:hover {
        opacity: .8; }
    .acp__class-table-wrapper tbody tr td .acp__table_schedule {
      display: block;
      position: relative;
      cursor: pointer;
      text-align: center; }
      .acp__class-table-wrapper tbody tr td .acp__table_schedule b {
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        font-size: 10px;
        height: 18px;
        width: 18px;
        line-height: 18px;
        text-align: center; }
        .acp__class-table-wrapper tbody tr td .acp__table_schedule b.acp__active {
          border-style: solid;
          border-width: 1px;
          border-radius: 20px; }
      .acp__class-table-wrapper tbody tr td .acp__table_schedule b.acp__table-col-preface {
        display: none; }
      .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected {
        position: absolute;
        display: none;
        width: 160px;
        border-radius: 4px;
        left: 50%;
        margin-left: -80px;
        bottom: 25px;
        -webkit-box-shadow: 0 3px 5px 0 #000000;
        box-shadow: 0 3px 5px 0 #000000; }
        .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected > p {
          display: block;
          margin-bottom: 3px;
          margin-top: 2px;
          font-size: 15px; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected > p .acp__day-name {
            display: inline-block;
            vertical-align: middle;
            width: 40px; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected > p .acp__day-time {
            display: inline-block;
            vertical-align: middle;
            width: 50px; }
        .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected:after {
          content: " _ ";
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #000;
          bottom: -10px;
          position: absolute;
          left: 50%;
          margin-left: -5px; }
      .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details {
        position: absolute;
        bottom: 0;
        display: none;
        background: rgba(0, 0, 0, 0.7);
        padding: 5px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        left: 50%;
        margin-left: -10px; }
        .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details svg {
          display: block;
          position: relative;
          height: 20px;
          width: 20px;
          fill: #fff; }
        .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details .acp__table-loading-details {
          height: 2px;
          border-radius: 2px;
          background: #fff;
          display: block;
          position: absolute;
          animation: 1s infinite normal slide-loading; }
      .acp__class-table-wrapper tbody tr td .acp__table_schedule:hover .acp_table_schedule-details {
        display: block; }
      .acp__class-table-wrapper tbody tr td .acp__table_schedule:hover .acp_table_schedule-details-collected {
        display: block; }
    .acp__class-table-wrapper tbody tr td .acp__table-multi-stu-indicator {
      padding: 2px 4px; }
    .acp__class-table-wrapper tbody tr td .acp__table-sessions ul {
      margin: 0; }

.acp__class-table-outer .acp__class-table-loading {
  text-align: center; }

@media (max-width: 1200px) {
  .acp__class-table-wrapper thead {
    display: none; }
  .acp__class-table-wrapper tbody {
    display: block; }
    .acp__class-table-wrapper tbody tr {
      display: block; }
      .acp__class-table-wrapper tbody tr td {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px; }
        .acp__class-table-wrapper tbody tr td:first-child {
          padding-top: 15px;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .acp__class-table-wrapper tbody tr td:last-child {
          padding-bottom: 15px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
        .acp__class-table-wrapper tbody tr td .acp__table-col-preface {
          display: inline-block;
          vertical-align: top;
          width: 100px;
          font-size: 13px;
          font-weight: bold; }
        .acp__class-table-wrapper tbody tr td .acp_table-general-info {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 105px);
          font-weight: normal;
          line-height: 1.4em;
          font-size: 13px; }
        .acp__class-table-wrapper tbody tr td .acp__table-sessions ul {
          display: inline-block;
          width: calc(100% - 105px); }
        .acp__class-table-wrapper tbody tr td .acp__table_schedule {
          font-size: 13px;
          text-align: left; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule b.acp__table-col-preface {
            display: inline-block; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp__table-col-preface {
            font-size: 13px;
            width: 100px;
            display: inline-block;
            text-align: left;
            font-weight: bold; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            left: auto;
            margin-left: 5px; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected {
            position: relative;
            display: block;
            width: 100%;
            margin-left: auto;
            left: auto;
            bottom: 0;
            webkit-box-shadow: 0 0 0 0 #000000;
            box-shadow: 0 0 0 0 #000000;
            padding: 5px;
            margin: 5px 0;
            box-sizing: border-box; }
            .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected p {
              margin: 0; }
              .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected p b {
                font-size: 13px; }
              .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected p .acp__day-name {
                text-align: left; }
            .acp__class-table-wrapper tbody tr td .acp__table_schedule .acp_table_schedule-details-collected:after {
              display: none; }
          .acp__class-table-wrapper tbody tr td .acp__table_schedule:hover .acp_table_schedule-details {
            position: relative;
            display: inline-block; } }

@keyframes slide-loading {
  0% {
    left: 15%;
    width: 10%; }
  25% {
    left: 15%;
    width: 70%; }
  50% {
    left: 70%;
    width: 10%; }
  75% {
    left: 15%;
    width: 70%; }
  100% {
    left: 15%;
    width: 10%; } }

@media (max-width: 900px) {
  .acp__class-table .acp__class-table-inner-table .acp__student .acp__student-title {
    margin-bottom: 2px; }
  .acp__class-table .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type {
    display: block;
    width: 100%;
    margin-bottom: 2px; }
    .acp__class-table .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option {
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      .acp__class-table .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg {
        position: absolute;
        right: 5px;
        top: 10px; } }

.acp__loading-wrapper {
  padding: 130px 0;
  text-align: center; }

.iclass-default-card {
  overflow: hidden;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  transition: transform 0.55s cubic-bezier(0.67, -1.07, 0.31, 2.08);
  position: relative; }
  .iclass-default-card .card-top-line {
    background: #e48125;
    height: 5px;
    width: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s cubic-bezier(0.67, -1.07, 0.31, 2.08); }
  .iclass-default-card .card-img-wrap {
    height: 150px;
    overflow: hidden;
    cursor: pointer; }
    .iclass-default-card .card-img-wrap img {
      o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      transform: scale(1);
      opacity: 1;
      transition: all 1s ease-in-out; }
  .iclass-default-card .card-sub-body {
    padding: 15px 30px; }
  .iclass-default-card .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em; }
  .iclass-default-card .location-detail {
    padding-left: 20px;
    position: relative;
    font-size: 13px !important;
    margin: 10px 0; }
    .iclass-default-card .location-detail svg {
      width: 15px;
      height: 15px;
      fill: currentColor;
      position: absolute;
      top: 3px;
      left: 0; }
    .iclass-default-card .location-detail .acp__time {
      display: inline-block;
      vertical-align: middle; }
  .iclass-default-card .acp__btn {
    border: 1px solid #565656;
    border-radius: 20px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 3px; }
  .iclass-default-card .card-footer {
    text-align: center;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #565656;
    margin-left: 30px;
    margin-right: 30px;
    position: relative; }
    .iclass-default-card .card-footer .acp__color_picker-circle-example {
      position: absolute;
      right: 0;
      top: 5px; }
  .iclass-default-card:hover {
    transform: translateY(-10px); }
    .iclass-default-card:hover .card-top-line {
      width: 100%; }
    .iclass-default-card:hover .card-img-wrap img {
      transform: scale(1.2);
      opacity: .8; }
  .iclass-default-card .acp__day {
    width: 40px;
    padding-left: 10px;
    margin-right: 10px;
    border-right: 1px solid #efefef;
    display: inline-block;
    vertical-align: middle;
    box-sizing: content-box; }
  .iclass-default-card .acp__days-of-the-week {
    text-align: left;
    padding: 20px 0; }
    .iclass-default-card .acp__days-of-the-week span {
      font-weight: 200;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      opacity: .6;
      margin-right: 5px; }
      .iclass-default-card .acp__days-of-the-week span.active {
        opacity: 1;
        font-weight: 400; }

.preview-box .iclass-default-card {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 727px) {
  .iclass-default-card .iclass-default-card-body .card-sub-body .card-title {
    font-size: 16px; }
  .iclass-default-card .iclass-default-card-body .card-footer {
    padding: 5px !important; } }

.acp__weekly-calendar-header .acp__student, .acp__class-table-inner-table .acp__student {
  display: block;
  margin-bottom: 5px; }
  .acp__weekly-calendar-header .acp__student .acp__student-title, .acp__class-table-inner-table .acp__student .acp__student-title {
    font-size: 18px;
    font-weight: bold; }
    .acp__weekly-calendar-header .acp__student .acp__student-title .acp__student-color-code, .acp__class-table-inner-table .acp__student .acp__student-title .acp__student-color-code {
      display: inline-block;
      vertical-align: middle;
      padding: 5px;
      border-radius: 5px; }
  .acp__weekly-calendar-header .acp__student > div, .acp__class-table-inner-table .acp__student > div {
    display: inline-block; }
  .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type {
    width: auto; }
    .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__unselected {
      border: 1px dashed #ccc;
      color: #ccc;
      padding: 5px;
      border-radius: 5px;
      padding-right: 25px;
      position: relative;
      cursor: pointer; }
      .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected .acp__filter-type, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__unselected .acp__filter-type {
        display: inline-block;
        vertical-align: middle; }
      .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected svg, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__unselected svg {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 3px;
        top: 4px;
        fill: currentColor; }
      .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__unselected:hover, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__unselected:hover {
        color: #000;
        border: 1px dashed #000; }
    .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option {
      padding: 4px;
      border-radius: 5px;
      background: #000;
      color: #fff;
      display: inline-block; }
      .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        fill: currentColor;
        cursor: pointer; }
        .acp__weekly-calendar-header .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg:hover, .acp__class-table-inner-table .acp__student .acp__weekly-class-filter-type .acp__selected-filter-option svg:hover {
          opacity: .8; }
  .acp__weekly-calendar-header .acp__student .acp__filter, .acp__class-table-inner-table .acp__student .acp__filter {
    position: absolute;
    z-index: 2; }
    .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper {
      position: relative;
      background: #fff; }
      .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search {
        border: 1px solid #ccc;
        width: 150px;
        height: 40px;
        box-sizing: content-box;
        padding: 2px;
        border-radius: 5px 5px 0 0; }
        .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search input, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search input {
          display: block;
          float: left;
          height: 40px;
          width: 123px;
          border: none; }
          .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search input:focus, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search input:focus {
            outline: none;
            box-shadow: 0 0 0 0; }
        .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search svg, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-search svg {
          padding-top: 7px;
          display: block;
          float: right;
          width: 25px;
          height: 25px;
          fill: #ccc; }
      .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options {
        border-radius: 0 0 5px 5px;
        box-sizing: content-box;
        width: 154px;
        position: absolute;
        top: 44px;
        max-height: 250px;
        overflow-y: scroll;
        background: #fff;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc; }
        .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option {
          width: auto;
          display: block;
          padding: 5px;
          margin-bottom: 0;
          cursor: pointer; }
          .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option:nth-child(odd), .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option:nth-child(odd) {
            background: #efefef; }
          .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option:hover, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option:hover {
            background: #139017;
            color: #fff; }
          .acp__weekly-calendar-header .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option.active, .acp__class-table-inner-table .acp__student .acp__filter .acp__internal-filter-wrapper .acp__filter-options .acp__filter-option.active {
            background: #139017;
            color: #fff; }
  .acp__weekly-calendar-header .acp__student .acp__student-age-filter-remove, .acp__class-table-inner-table .acp__student .acp__student-age-filter-remove {
    display: inline-block;
    vertical-align: middle; }
    .acp__weekly-calendar-header .acp__student .acp__student-age-filter-remove svg, .acp__class-table-inner-table .acp__student .acp__student-age-filter-remove svg {
      display: block;
      width: 20px;
      height: 20px;
      fill: #852f2f;
      cursor: pointer; }

.acp__weekly-calendar-header .acp__add-student-button, .acp__class-table-inner-table .acp__add-student-button {
  display: inline-block;
  padding: 10px 15px;
  background: #ccc;
  border-radius: 40px;
  margin: 5px 0;
  border: none;
  cursor: pointer; }
  .acp__weekly-calendar-header .acp__add-student-button:hover, .acp__class-table-inner-table .acp__add-student-button:hover {
    color: #fff;
    background: #000; }

