.acf-field .select2-hidden-accessible {
  display: none !important; }

body .swal2-popup {
  font-size: 16px; }

.confetti-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
  z-index: 90; }

body .swal2-styled.swal2-confirm {
  background: #d25000;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: middle;
  border-style: solid;
  letter-spacing: 1.63px;
  padding: var(--btn-y) var(--btn-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.1; }

body .swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(210, 80, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(210, 80, 0, 0.5); }

body.single-cc_check_in main.main > section:first-child {
  padding-top: 20px !important;
  padding-bottom: 0 !important; }
body.single-cc_check_in main.main > section + section {
  padding-top: 0 !important; }

.acf-field[data-name="top_priorities"] p {
  line-height: 1.3; }

.acf-field .acf-label label {
  font-size: 20px;
  color: #181e22; }

.acf-field textarea {
  height: inherit; }

.acf-form > .acf-fields > .acf-field {
  padding-left: 30px;
  padding-right: 30px; }

.acf-form > .acf-fields {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px; }

.acf-form .select2 + .jcf-select {
  display: none !important; }
.acf-form .select2-container .select2-selection--single {
  height: auto;
  padding: 10px 5px; }
.acf-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

.disable-course-companion .jcf-checkbox {
  display: none; }
.disable-course-companion span {
  color: #fff; }
.disable-course-companion .acf-switch {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.disable-course-companion .acf-switch, .disable-course-companion .acf-switch:hover, .disable-course-companion .acf-switch.-focus {
  background: #4ead30;
  border-color: #18350f; }
  .disable-course-companion .acf-switch .acf-switch-on, .disable-course-companion .acf-switch:hover .acf-switch-on, .disable-course-companion .acf-switch.-focus .acf-switch-on {
    text-shadow: #18350f 0 1px 0; }
  .disable-course-companion .acf-switch .acf-switch-slider, .disable-course-companion .acf-switch:hover .acf-switch-slider, .disable-course-companion .acf-switch.-focus .acf-switch-slider {
    border-color: #18350f; }
.disable-course-companion .acf-switch:hover {
  opacity: 0.9; }
.disable-course-companion .acf-switch.-focus {
  opacity: 0.7; }
.disable-course-companion .acf-switch.-on, .disable-course-companion .acf-switch.-on:hover, .disable-course-companion .acf-switch.-focus.-on {
  background: #bc0c0c;
  border-color: #830404; }
  .disable-course-companion .acf-switch.-on .acf-switch-on, .disable-course-companion .acf-switch.-on:hover .acf-switch-on, .disable-course-companion .acf-switch.-focus.-on .acf-switch-on {
    text-shadow: #830404 0 1px 0; }
  .disable-course-companion .acf-switch.-on .acf-switch-slider, .disable-course-companion .acf-switch.-on:hover .acf-switch-slider, .disable-course-companion .acf-switch.-focus.-on .acf-switch-slider {
    border-color: #830404; }

.cc-checkmark-ul li:before {
  content: url("../images/check-circle-green.svg");
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  position: relative;
  bottom: -4px; }

body.course-companion-action-finalize .acf-field[data-name="top_priorities"] .acf-actions {
  display: none; }
body.course-companion-action-finalize .acf-field[data-name="top_priorities"] .acf-js-tooltip {
  display: none !important; }

.cc-alert {
  position: relative; }
  .cc-alert p {
    margin-bottom: 20px;
    line-height: 1.3; }
  .cc-alert .emails-opted-out-notice-container {
    text-align: right; }
    .cc-alert .emails-opted-out-notice-container .emails-opted-out-notice {
      background: #ffe8a8;
      font-size: 14px;
      padding: 10px 16px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      line-height: 1.3;
      border: 2px solid #ffbc00;
      border-bottom: 0;
      display: inline-block;
      margin-right: 10px;
      margin-left: 10px;
      text-align: left; }
  .cc-alert.hide-email-opt-out-notice .emails-opted-out-notice-container {
    display: none; }
  .cc-alert .heading {
    margin-top: -15px; }
    .cc-alert .heading h6 {
      margin-bottom: 0; }
  .cc-alert h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 16px; }
  .cc-alert .cc-alert-content {
    background: #f0f6fb;
    border-width: 3px;
    border-style: solid;
    border-color: #c8def0;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 3; }
  .cc-alert .bg {
    position: absolute;
    background: rgba(28, 71, 106, 0.6);
    border-radius: 10px;
    left: 30px;
    right: 30px;
    bottom: -11px;
    height: 50px;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    opacity: 0; }

.cc-alert-warning .cc-alert-content {
  background: #ffe8a8;
  border-color: #ffbc00; }
.cc-alert-warning .bg {
  background: rgba(0, 0, 0, 0.6); }

.cc-alert-success .cc-alert-content {
  background: #4ead30;
  border-color: #3c8525; }
.cc-alert-success .bg {
  background: rgba(0, 0, 0, 0.6); }

.cc-alert-info .cc-alert-content {
  background: #309aff;
  border-color: #0081fc; }
.cc-alert-info .bg {
  background: rgba(0, 0, 0, 0.6); }

.cc-alert-danger .cc-alert-content {
  background: #ffe1e3;
  border-color: #ff4855; }
.cc-alert-danger .bg {
  background: rgba(0, 0, 0, 0.6); }

.course-companion-logo {
  content: url("../images/cc_logo_circle.svg"); }

.cc-logo-snooze .course-companion-logo {
  content: url("../images/cc_logo_sleep_circle.svg"); }

.cc-logo-sad .course-companion-logo {
  content: url("../images/cc_logo_sad_circle.svg"); }

.logo-col {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100px !important;
  flex: 0 0 100px !important;
  padding-right: 0 !important; }

.cc-alert-content *:last-child {
  margin-bottom: 0; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-tooltip {
  border-radius: 100px;
  border: 1.5px solid #309aff;
  color: #309aff;
  width: 20px;
  font-weight: bold;
  height: 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 0 3px;
  text-align: center;
  position: relative;
  top: -10px;
  cursor: pointer; }

.tooltipster-base .tooltipster-box {
  background: #f0f6fa;
  border: 2px solid #309aff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px 13px white;
  box-shadow: 0 0 16px 13px white; }

.tooltipster-base .tooltipster-content {
  color: #181e24;
  line-height: 1.3;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 400; }
  .tooltipster-base .tooltipster-content *:last-child {
    margin-bottom: 0; }

.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #309aff !important; }
.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #f0f6fa !important; }

.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #309aff !important; }
.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #f0f6fa !important; }

.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #309aff !important; }
.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #f0f6fa !important; }

.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #309aff !important; }
.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #f0f6fa !important; }

@media (max-width: 768px) {
  .acf-field {
    min-width: 100%; } }

/*# sourceMappingURL=styles.css.map */
