input[type="color"] {
  position: relative;
  top: 7px;
  padding: 0px !important;
  -webkit-appearance: none;
  width: 26px !important;
  height: 26px !important;
  border-radius: 26px !important;
  border: 1px solid #000;
}

html,
body {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body {
  position: relative !important;
}

.mute-button {
  position: relative;
  color: #3a82f6;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  padding: 0.25rem;
  transition: all 0.5s ease !important;
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.mute-button:hover {
  /* background: #3a82f6;
  color: rgba(255, 255, 255, 0.9); */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  top: -1px;
}
.unmute-button {
  position: relative;
  color: #f16060;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  padding: 0.25rem;
  transition: all 0.5s ease !important;
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.unmute-button:hover {
  /* background: #f16060;
  color: rgba(255, 255, 255, 0.9); */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  top: -1px;
}
.float-right {
  float: right;
}

#lobby-back-button {
  cursor: pointer;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  background: rgba(255, 255, 255, 0.75);
  color: #454545;
  border-radius: 7.5px !important;
}

#lobby-back-button:hover {
  background: #fff;
  color: #121928;
}

.close-panel {
  font-size: 21px;
  color: #8efabb;
}

.close-panel:hover {
  cursor: pointer;
}

.saved-sets-panel-hidden {
  top: -150% !important;
}

.saved-sets-panel-visible {
  top: 0px !important;
}

/* .saved-set-panel-hidden {
  top: -150% !important;
}

.saved-set-panel-visible {
  top: 100% !important;
} */

.global-panel-padding {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.disable-scroll {
  overflow-y: hidden !important;
}

.saved-settings-header {
  color: #fff;
  letter-spacing: 1.3px;
  font-size: 40px;
}

.close-panel-button {
  border-radius: 5px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 25px;
  color: #8efabb;
  transition: all 0.3s ease;
}

.close-panel-button:hover {
  letter-spacing: 1.2px;
  background: #8efabb;
  color: #12233f;
  padding-right: 10.42px;
  padding-left: 10.42px;
  cursor: pointer;
}

.white-box-subheader {
  color: #fff;
  font-size: 20px;
}

.configuration-save-textbox {
  color: #12233f;
  border: 3.5px solid #fff;
  margin-top: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.configuration-save-textbox:focus {
  border: 3.5px solid #8efabb;
  background: #12233d;
  color: #8efabb;
}

.saved-sets-panel {
  overflow-y: scroll !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 20px;
  left: 0;
  z-index: 999 !important;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.6s ease;
}

.daily-video-div {
  top: 1em !important;
  right: 1em !important;
}

.view-report {
  font-size: 21.42px;
  color: #12233f;
  transition: all 0.3s ease;
}

.darker-box {
  background: #12233f;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.42);
  width: 100%;
}

.belief-box {
  height: 145px;
  overflow-y: scroll;
}

.flex-balance-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-balance-row > [class*="balance"] {
  display: flex;
  flex-direction: column;
}

.pad-a-bit {
  padding-left: 15px;
  padding-right: 15px;
}

.triggering-event {
  color: #fff;
  font-size: 18px;
}

.saved-settings-subheader {
  margin-top: -3px;
  font-size: 20.42px;
  color: #fff;
  font-style: italic;
}

.settings-box-button {
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-right: 6.5px;
  font-size: 18.2px;
  letter-spacing: initial;
  transition: all 0.3s ease;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.settings-box-button-green:hover {
  cursor: pointer;
  color: #12233f;
  background: #8efabb;
}

.settings-box-button-red:hover {
  cursor: pointer;
  color: #12233f;
  background: #ec3c3c;
}

.save-configuration-button {
  margin-top: 5px;
  letter-spacing: initial;
  color: #8efabb;
  border: 3.5px solid #8efabb;
  background: transparent;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.save-configuration-button:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
  background: #8efabb;
  color: #12233f;
}

.current-configuration-box {
  position: relative;
  top: 0;
  border-radius: 5px;
  margin-top: 6px;
  background: #8efabb;
  color: #12233f;
  letter-spacing: 1.2px;
  font-size: 24.42px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.current-configuration-header {
  display: inline-block;
  font-size: 24.42px;
  color: #12233f !important;
  border-radius: 5px;
  padding-right: 10px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}

.current-configuration-header:hover {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  letter-spacing: 1.3px;
  background: #12233f;
  color: #8efabb !important;
}

.current-configuration-subheader {
  font-size: 22px;
  color: #12233f;
  margin-bottom: 5px;
}

.current-configuration-update {
  font-size: 22px;
  border: 3.5px solid #12233f;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #12233f;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.current-configuration-update:hover {
  background: #12233f;
  color: #8efabb;
  cursor: pointer;
}

.setting-name {
  color: inherit;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.setting-name:hover {
  letter-spacing: 1.3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #8efabb;
  color: #12233f;
  cursor: pointer;
}

.setting-box {
  position: relative;
  top: 0;
  border-radius: 5px;
  margin-top: 6px;
  background: #12233f;
  color: #8efabb;
  letter-spacing: 1.2px;
  font-size: 24.42px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.setting-box:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.55);
}

.settings-box-save:hover {
  cursor: initial !important;
  top: 0px !important;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0) !important;
}

.settings-box-icon {
  color: inherit;
  position: relative;
}

.exit-call-container {
  display: flex;
  justify-content: end;
}

.exit-bottom {
  position: relative;
  width: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2.5px solid #fff;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

.exit-bottom:hover {
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25) !important;
}
/* .exit-container {
  margin-left:3px;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2.5px solid #fff;
  width:fit-content;
  font-size:21px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color:#ffffff;
} */

.exit-container {
  position: absolute;
  top: 15px;
  transition: all 0.3s ease 0s;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  /* border: 2.5px solid #fff; */
  width: fit-content;
  font-size: 50px;
  justify-content: flex-start;
  color: #ffffff;
}
.exit-container:hover {
  cursor: pointer;
  /* color: #12233f;
  background: #ffffff; */
}

.exit-call-button {
  font-size: 40px;
  color: #121928;
  cursor: pointer;
}

.attribute-label {
  /* font-family: Helvetica, Arial, Sans-serif; */
  font-size: 18px !important;
  line-height: 24px !important;
  color: #121928 !important;
  position: relative;
  z-index: 9;
  /* font-weight: bolder; */
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}

.report-client-name {
  font-size: 18px !important;
  line-height: 18px !important;
  color: #121928;
  font-weight: bold;
}

.list {
  background-color: transparent;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100%;
}

.white-box {
  border-radius: 5px;
  background: #fff;
  padding: 12px;
}

.white-box-header {
  letter-spacing: 1.1px;
  color: #12233f;
  font-size: 23.42px;
}

.darker-box-header {
  display: inline-block;
  border-radius: 5px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 12.42px;
  padding-bottom: 12.42px;
  background: #12233f;
  color: #8efabb;
  font-size: 23.42px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.42);
}

.darker-box-header-text {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 23.42px;
  color: #8efabb;
}

.client-name-box {
  display: inline-block;
  background: #8efabb;
  color: #12233f;
  font-size: 22.42px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border-radius: 5px;
}

.save-data-reminder {
  font-size: 21px;
  font-style: italic;
  color: #12233f;
}

.view-report-button {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 3.5px solid #fff;
  color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 6.42px;
  padding-bottom: 6.42px;
  font-size: 21.42px;
}

.view-report-button:hover {
  letter-spacing: 1.2px;
  background: #fff;
  color: #12233f;
  cursor: pointer;
}

.report-pane {
  z-index: 999999998;
  background: #12233f;
  color: #fff;
  position: absolute;
  top: -200vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  transition: all 0.4s ease;
  /* padding-bottom: 35px; */
}

.report-pane-active {
  top: 0px;
}

.view-report:hover {
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6.42px;
  padding-bottom: 6.42px;
  background: #12233f;
  color: #fff;
  cursor: pointer;
}

.client-records-box-enter {
  border-radius: 5px;
  background: #fff;
  color: #12233f;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.saved-box-check {
  background: #8efabb;
  color: #12233f;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.margin-top-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
}

.client-record-item-enter {
  width: 100%;
  border-radius: 7.5px;
  padding: 0.75rem;
  font-style: 10px !important;
  transition: all 0.3s;
  color: #12233f;
  margin-top: 1rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255);
  min-height: 81.5px;
}

.edit-config-input {
  width: 100%;
  border-radius: 7.5px;
  padding: 0.75rem;
  font-style: 10px !important;
  transition: all 0.3s;
  color: #12233f;
  margin-top: 1rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.75);
  min-height: 50.5px;
}

.pencil-icon {
  font-size: 17px;
  color: #8efabb !important;
  position: absolute;
  top: 5px;
  right: 5px;
}

.pencil-icon:hover {
  cursor: pointer;
}

[contenteditable] {
  outline: 0px solid transparent;
}

.client-record-item {
  font-size: 18px;
}

.enable-button {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 18.42px;
  border-radius: 5px;
  border: 3.5px solid #8efabb;
  color: #8efabb;
  padding-top: 4.2px;
  padding-bottom: 4.2px;
  padding-left: 6.42px;
  padding-right: 6.42px;
  transition: all 0.3s ease;
}

.enable-button-selected {
  background: #8efabb !important;
  color: #12233f !important;
}

.enable-button:hover {
  background: #8efabb;
  color: #12233f;
  cursor: pointer;
}

.scales-header {
  background: #12233f;
  color: #fff;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 17px;
  padding-bottom: 27px;
  font-size: 20px;
}

.skip-client-records {
  display: inline-block;
  text-align: center;
  color: #8efabb;
  font-size: 20.42px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.skip-client-records:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
  padding-left: 8px;
  padding-right: 8px;
  color: #12233f;
  background: #8efabb;
}

.client-records-set {
  background: #fff;
  border-radius: 5px;
  padding: 12px;
  padding-top: 20px;
}

.client-records-box {
  margin-top: 25px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #8efabb;
  color: #12233f;
}

.client-records-header {
  font-size: 25px;
}

.client-records-subheader {
  font-size: 18px;
  font-style: italic;
}

.video-enable-header {
  font-size: 38.42px;
  color: #12233f;
  letter-spacing: 1.2px;
}

#speedMovement.in,
#speedMovement.collapsing,
#theming.in,
#theming.collapsing,
#path.in,
#path.collapsing {
  display: inline-block;
  width: 100%;
}

.client-records-panel {
  position: fixed;
  left: 0 !important;
  top: 0;
  z-index: 1000 !important;
  height: 100% !important;
  overflow-y: scroll;
  transition: all 0.4s ease !important;
}

.client-records-panel-hidden {
  transition: all 0.3s ease !important;
  top: -200% !important;
}

.text-justify {
  text-align: justify !important;
}

.video-enable-option {
  letter-spacing: 1.2px;
  display: inline-block;
  border: 3.5px solid #12233f;
  color: #12233f;
  text-transform: uppercase;
  font-size: 27.42px;
  margin-left: 3.42px;
  margin-right: 3.42px;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 190px;
  transition: all 0.3s ease;
}

.video-enable-option:hover {
  cursor: pointer;
  background: #8efabb;
  color: #12233f;
}

.visual-enable-option-selected {
  background: #8efabb !important;
  color: #12233f !important;
}

.block-this {
  display: block;
  width: 100%;
  height: 5.5px;
  background: #12233f;
  border-radius: 5px;
}

.alert-icon {
  position: relative;
  top: 5px;
  background: #222428;
  border-radius: 100%;
  padding: 6px;
  font-size: 31px;
}

.connection-id-display {
  background: #3a82f6;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  margin-bottom: 10px;
}

.therapist-disable {
  background: #fff;
  /* background: rgb(229 231 235); */
  border-radius: 7.5px;
  padding: 20px 25px;
  font-size: 20px;
}

.instructions-step {
  font-size: 29.42px;
  color: #fff;
  border-radius: 5px;
  background: #12233f;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11.42px;
  padding-bottom: 11.42px;
}

.generate-baa {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 30.42px;
  color: #12233f;
  border: 4.5px solid #12233f;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  transition: all 0.3s ease;
}

.generate-baa:hover {
  letter-spacing: 1.5px;
  color: #fff;
  background: #12233f;
  cursor: pointer;
}

.baa-disclaimer {
  margin-top: 10px;
  font-size: 18.42px;
  color: #12233f;
  font-style: italic;
}

.optional-section {
  font-size: 20px;
  color: #12233f;
}

.profile-pic-button {
  transition: all 0.3s ease;
  display: inline-block;
  border: 3.5px solid #12233f;
  color: #12233f;
  font-size: 20px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
}

.modify-width-element {
  width: 97% !important;
}

.profile-pic-button:hover {
  cursor: pointer;
  background: #12233f;
  color: #fff;
  letter-spacing: 1.2px;
}

.optional-button {
  display: inline-block;
  position: relative;
  margin-top: 5.5px;
  border: 3.5px solid #12233f;
  color: #12233f;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.optional-button:hover {
  cursor: pointer;
  border-color: #8efabb;
  background: #8efabb;
  color: #12233f;
}

.optional-button-selected {
  border: 3.5px solid #12233f !important;
  background: #8efabb !important;
  color: #12233f !important;
}

.small-highlight-icon {
  position: relative;
  top: 5px;
  background: #12233f;
  color: #8efabb;
  font-size: 24px;
  border-radius: 100%;
  padding: 3.4px;
}

.second-row {
  position: absolute;
  top: 900px;
  left: 0;
  right: 0;
  bottom: 0;
}

.second-row iframe {
  display: block;
  margin-left: auto;
  border-radius: 5px;
  margin-right: auto;
  width: 90%;
  height: 420px;
  border: none;
}

@media only screen and (max-width: 383px) {
  .second-row {
    top: 1240px;
  }
}

@media only screen and (max-width: 469px) and (min-width: 384px) {
  .second-row {
    top: 1170px;
  }
}

@media only screen and (max-width: 553px) and (min-width: 470px) {
  .second-row {
    top: 1060px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 554px) {
  .second-row {
    top: 950px;
  }
}

@media only screen and (max-width: 1148px) and (min-width: 768px) {
  .second-row {
    top: 990px;
  }
}

@media only screen and (max-width: 936px) and (min-width: 768px) {
  .second-row {
    top: 1075px;
  }
}

.invite-ban-body-modify {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #6c7381 !important;
  margin-top: 10px;
}

@media only screen and (max-width: 538px) {
  .invite-ban-modify {
    font-size: 16.42px;
  }

  .hide-this-mobile-pls {
    display: none !important;
  }

  .absolute-full-cover {
    height: 100vh !important;
  }

  .remove-pad-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.promo-logo {
  height: 100%;
  width: 100%;
}

.dark-full-cover {
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #12233f !important;
  z-index: 9999 !important;
  transition: all 0.7s ease;
}

.dark-full-cover-visible {
  top: 0vh;
}

.dark-full-cover-hidden {
  top: -210vh;
}

.dark-full-cover-hidden-down {
  transition: all 0.7s ease !important;
  top: 150vh;
}

.instructions-step-description {
  font-size: 23.42px;
}

.refresh-icon {
  position: relative;
  top: 3.35px;
}

.action-disabled {
  /* background: #222428; */
  z-index: 999 !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: none;
  left: 0;
  transition: all 0.15s ease;
}

.action-disabled-hidden {
  top: -150vh !important;
}

.person-icon {
  font-size: 28px;
  position: relative;
  top: 3.5px;
  margin-right: 3px;
  color: inherit;
}

.resync-button {
  position: relative;
  border-radius: 5px;
  z-index: 99.1 !important;
  top: 12px;
  left: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
}

.resync-button:hover {
  letter-spacing: 1.2px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  background: #112240;
  color: #8efabb;
}

.session-big {
  margin-top: 30px;
  border-top: 3.5px solid #12233f;
  padding-top: 15px;
  font-size: 28px;
}

.dont-want-pin {
  transition: all 0.3s ease;
  color: #12233f;
  font-size: 18px;
}

.dont-want-pin:hover {
  cursor: pointer;
  letter-spacing: 1.3px;
}

.client-identification-hide {
  top: 150vh !important;
}

.capitalize {
  text-transform: capitalize;
}

.previous-client-box {
  position: relative;
  top: 0px;
  background: #8efabb;
  color: #12233f;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 28.42px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.previous-client-box:hover {
  cursor: pointer;
  top: -2px;
  letter-spacing: 1.2px;
  background: #12233f;
  color: #8efabb;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.label-sub {
  position: relative;
  /* font-style: italic; */
  font-size: 13px;
  color: #6c7381;
}

.belief-header {
  font-size: 18px;
  color: #12233f;
  /* font-style: italic; */
}

.load-previous-client {
  color: #12233f;
  font-size: 20.42px;
  transition: all 0.3s ease;
}

.load-previous-client:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
}

.belief-body {
  font-size: 16px;
  color: #6c7381;
}

.report-body {
  font-size: 16px;
  color: #6c7381;
  margin-top: 8px;
  font-weight: 500;
  text-align: justify;
  border-top: rgb(229, 231, 235) 1px solid;
  padding-top: 16px;
  text-align: center;
}

.report-button-container {
  /* margin-top: 2vh; */
  display: grid;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
  margin-bottom: 8vh;
}

.exit-session-report-button {
  flex-grow: 1;
  text-align: center;
  font-weight: 500 !important;
  font-size: 22px;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #f16060 !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.exit-session-report-button:hover {
  cursor: pointer;
  letter-spacing: 0.2px;
  top: -1px;

  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}

.close-report-button {
  flex-grow: 1;
  text-align: center;
  font-weight: 500 !important;
  font-size: 22px;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  color: #121928 !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.close-report-button:hover {
  cursor: pointer;
  letter-spacing: 0.2px;
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}

.range-slider-config {
  width: 380px !important;
}

@media only screen and (max-width: 1147px) {
  .range-slider-config {
    width: 235px !important;
  }
}

.client-pin-box-modify {
  letter-spacing: 3.42px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.force-select {
  -webkit-user-select: all;
  /* Chrome 49+ */
  -moz-user-select: all;
  /* Firefox 43+ */
  -ms-user-select: all;
  /* No support yet */
  user-select: all;
  /* Likely future */
}

.number-text {
  color: #112240;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  border: 3.5px solid #112240;
}

.extra-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.full-width {
  left: 0;
  width: 100vw;
}

.full-width-emdr {
  position: absolute;
  left: 0;
}

.larger-card-header {
  font-size: 21px;
}

.no-notes {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 15px;
  font-size: 18px;
  background: #4257b2;
  color: #fff;
}

.full {
  height: 100% !important;
  /* height:100% !important;width:100% !important;*/
}

input[type="color"]::-webkit-color-swatch-wrapper {
  border-radius: 26px !important;
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border-radius: 26px !important;
  border: none;
}

.mobile-scroll {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
}

.fixed-hidden {
  background: red !important;
  position: fixed !important;
  top: 100vh !important;
}

.results-box-inactive {
  position: fixed !important;
  top: -100vh !important;
  width: 100vw;
  left: 0;
  z-index: 99 !important;
  opacity: 0 !important;
  background: #f9fbfd;
  height: 100vh;
  transition: all 0.35s ease;
}

.results-box-active {
  opacity: 1 !important;
  top: 0vh !important;
}

.theme {
  background: #2ecd72 !important;
  transition: all 0.9s ease 0s !important;
}

.color-pick {
  transition: all 0.3s ease;
  position: relative;
}

.instructions-box-element-number-modify {
  margin-left: 10px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 21.42px;
  background: #12233f;
  color: #8efabb;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
}

.find-client-icon {
  color: #12233f;
  font-size: 22px;
  margin-right: 3px;
  margin-left: 7px;
}

.desktop-margin-left {
  margin-left: 7px;
}

.find-client {
  font-style: italic;
  margin-left: 10px;
  color: #12233f;
  font-size: 21px;
  letter-spacing: 1.1px;
  border-bottom: 4.5px solid #12233f;
  padding-bottom: 3px;
}

.find-client-smaller {
  font-size: 17.42px;
  border-bottom: 3px solid #12233f;
}

.find-client-subheader {
  margin-left: 10px;
  font-size: 17px;
  color: #12233f;
}

.find-client-subheader-smaller {
  font-size: 16.42px;
}

.therapist-card {
  border-radius: 5px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0);
}

.therapist-card:hover {
  cursor: pointer;
  top: -2.5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
}

.therapist-card-top {
  height: 36vh;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.zach {
  background-image: url("../img/zach.jpg");
}

.adriana {
  background-image: url("../img/adriana.jpg");
}

.schedule-appointment {
  transition: all 0.3s ease;
  border: 3.5px solid #fff;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 28px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.schedule-appointment:hover {
  letter-spacing: 1.3px;
  background: #fff;
  color: #12233f;
  cursor: pointer;
}

.learn-about-therapist {
  font-style: italic;
  transition: all 0.3s ease;
  margin-top: 10px;
  color: #fff;
  font-size: 21.42px;
}

.learn-about-therapist:hover {
  letter-spacing: 1.3px;
}

.therapist-card-bottom {
  position: relative;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: #12233f;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.therapist-card-header {
  text-transform: capitalize;
  font-size: 33.42px;
  color: #fff;
}

.color-pick:hover {
  cursor: pointer;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.45);
}

.light-theme-background {
  background: #fff;
}

.light-theme-element {
  background: #8efabb;
}

.element-duration {
  transition: background-color 0.19s ease 0s !important;
}

.emdr-element-top-bottom {
  position: relative;
}

.emdr-element {
  height: 155px !important;
  width: 155px !important;
  border-radius: 155px;
  z-index: 98 !important;
  transition: border-radius 0.43s ease 0s !important;
  /*
    trangle styles
     position: relative;
    top:-27px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #8EFABB;
    transition: border-bottom .3s ease 0s;
    */
}

.emdr-element-no-cut {
  position: relative;
  height: 155px;
  width: 155px;
  z-index: 98 !important;
  transition: border-radius 0.43s ease 0s !important;
}

.circle {
  border-radius: 155px !important;
}

.square {
  border-radius: 0px !important;
}

.squareRounded {
  position: relative;
  top: 7px;
  border-radius: 10px !important;
}

.pad-preview {
  padding-left: 10px;
}

.shape-category {
  text-align: center;
  line-height: 50px;
  display: inline-block;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 50px;
  width: 60px;
  transition: all 0.3s ease 0s;
}

.shape-category:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.65) !important;
  cursor: pointer;
}

.shape-active-selected {
  background: #e8e8e8 !important;
  position: relative;
  font-weight: 600 !important;
  border: solid 1px #a9a9a9;
  pointer-events: none;
}

.shape-active-selected-triangle {
  border-bottom: 30px solid #fff !important;
}

.shape-active {
  background: #fff !important;
}

.shape-active-triangle {
  border-bottom: 30px solid #fff !important;
}

.heart {
  position: relative;
  width: 100px;
  height: 90px;
}

.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: red;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.circle {
  position: relative;
  top: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #222428;
  border-radius: 35px;
  transition: background 0.3s ease 0s;
}

.circle-start {
  /* position: relative;
  display: inline-block; */
  background: #e74c3c;
  /* transition: background 0.3s ease 0s; */
}

.belief-option {
  transition: all 0.3s ease;
  background: #12233f;
  color: #8efabb;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.belief-option:hover {
  cursor: pointer;
  background: #8efabb;
  color: #12233f !important;
}

.belief-option-header {
  display: inline-block;
  color: inherit;
  margin-bottom: 5.2px;
  border-bottom: 3.5px solid #8efabb;
  font-size: 26px;
}

.belief-option-body {
  color: inherit;
  margin-top: -2px;
  font-style: italic;
  font-size: 22px;
}

.prefill-button {
  background: #12233f;
  color: #fff;
  border: 3.5px solid #12233f;
  font-size: 21px;
  margin-bottom: 10px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}

.prefill-button:hover {
  letter-spacing: 1.2px;
  border: 3.5px solid #12233f;
  cursor: pointer;
  background: #fff;
  color: #12233f;
}

.square {
  position: relative;
  top: 10px;
  display: inline-block;
  height: 35px;
  width: 35px;
  /*background:#8EFABB;*/
  transition: background 0.3s ease 0s;
}

.square-mini {
  position: relative;
  top: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #222428;
  transition: background 0.3s ease 0s;
}

.squareRounded {
  position: relative;
  top: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  background: #222428;
  transition: background 0.3s ease 0s;
}

.triangle-element {
  height: 0 !important;
  width: 0 !important;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-bottom: 30px solid #8efabb !important;
}

.triangle {
  position: relative;
  top: -27px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #8efabb;
  transition: border-bottom 0.3s ease 0s;
}

.therapy-element-height {
  height: 100vh !important;
}

.therapy-settings-header {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

#close-load-config:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.animation-transition {
  transition: all 0.3s ease 0s !important;
}

.section-card {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fast-anim {
  animation-duration: 0.3s !important;
}

.margin-left-right {
  margin-left: 3px;
  margin-right: 3px;
}

.margin-left-right-large {
  margin-left: 6px;
  margin-right: 6px;
}

.preset-item-selected {
  pointer-events: none;
  background: #e8e8e8 !important;
  position: relative;
  font-weight: 600 !important;
  border: solid 1px #a9a9a9 !important;
}

.therapy-settings-margin {
  margin-top: 15px;
}

.preset-item {
  font-weight: 500;
  border-radius: 5px;
  font-size: 0.9rem;
  display: inline-block;
  color: #222428;
  transition: all 0.3s ease;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 4.2px;
  padding-bottom: 4.2px;
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  /* transition: all 0.3s ease 0s; */
  margin-top: 5px;
  border: transparent solid 1px;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.font-normal {
  font-weight: normal;
}

.preset-item:hover {
  /* background: #222428;
  color: #ffffff; */
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.65) !important;
}

.go-back-button {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.back-to-config {
  letter-spacing: initial;
  position: relative;
  top: -12.42px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

.back-to-config:hover {
  cursor: pointer;
  letter-spacing: 1.3px;
}

.videocam-style {
  background: #8efabb !important;
  color: #12233f !important;
  border-radius: 100%;
  padding: 3.42px;
  position: relative;
  top: 3px;
  margin-right: 5px !important;
  font-size: 28px;
}

.emdr-box-button-spawn {
  display: inline-block;
  font-size: 18.42px;
  border: 3.5px solid #12233f;
  background: #12233f;
  color: #8efabb;
  padding-left: 5.42px;
  padding-right: 5.42px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.emdr-box-button-spawn:hover {
  letter-spacing: 1.3px;
  background: transparent;
  color: #12233f;
  cursor: pointer;
}

.emdr-box-active {
  top: 0vh !important;
}

.therapy-session-dropup {
  position: relative;
  font-size: 24px;
  top: 7px;
  color: #fff;
}

.emdr-hide-button-settings-hidden {
  position: absolute;
  top: 8.5px;
  right: 15px;
}

.hide-arrow {
  position: relative;
  top: -2px;
  left: -2px;
}

.emdr-hide-button-alternate {
  border-radius: 35px;
  position: fixed;
  top: 10px;
  border: 2.5px solid #8efabb;
  color: #8efabb !important;
  height: 35px;
  width: 35px;
  background: transparent;
  right: 15px;
  font-size: 34px;
  animation-duration: 0.1s !important;
  transition: all 0.5s ease 0s;
}

.opacity-shift {
  opacity: 0;
}

.emdr-hide-button-alternate:hover {
  cursor: pointer;
  border: 2.5px solid #fff;
  background: #fff !important;
  color: #12233f !important;
}

.current-session-count {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  font-size: 17px;
  right: 70px;
  top: 10px;
  color: #fff;
  background: #12233f;
  border-radius: 5px;
}

.pin-button {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #12233f;
  font-size: 18px;
  background: transparent;
  border: 3.5px solid #12233f;
  transition: all 0.3s ease;
}

.pin-button:hover {
  letter-spacing: 1.2px;
  cursor: pointer;
  color: #fff;
  background: #12233f;
}

.emdr-hide-button {
  background: #fff;
  border-radius: 35px;
  border: 2.5px solid #12233f;
  color: #12233f;
  font-size: 34px;
  transition: all 0.3s ease 0s;
}

.emdr-hide-button:hover {
  cursor: pointer;
  color: #fff;
  border: 2.5px solid #fff;
  background: #12233f;
}

.instructions-box-section-header-top {
  font-size: 34px;
  margin-top: 45px;
}

.instructions-box-section {
  border-radius: 10px;
  background: #fff;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 40px;
  padding-right: 40px;
}

.instructions-box-section-header {
  color: #4257b2;
  font-size: 25.5px;
}

.instructions-box-header {
  text-align: center;
  margin-top: 35px;
  font-size: 38px;
  letter-spacing: 7px;
  color: #fff;
}

.instructions-button {
  border: 2.5px solid #fff;
  border-radius: 10px;
  color: #fff;
  width: 205px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  left: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.instructions-button:hover {
  cursor: pointer;
  background: #fff;
  color: #4257b2;
}

.hide-button {
  color: #fff;
  padding-left: 11px;
  border-radius: 10px;
  height: 35px;
  padding-right: 11px;
  float: right;
  top: 5px;
  border: 2px solid #fff;
}

.instructions-box-section-body {
  font-size: 16.5px;
}

.analyze-box-background {
  background: rgb(72, 190, 191);
  background: linear-gradient(
    183deg,
    rgba(72, 190, 191, 1) 0%,
    rgba(55, 231, 180, 1) 100%
  );
  /*
    background: rgb(72,190,191);
background: linear-gradient(0deg, rgba(72,190,191,1) 0%, rgba(55,231,180,1) 100%);
*/
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
}

.instructions-box {
  background: rgb(57, 76, 156);
  background: linear-gradient(
    324deg,
    rgba(57, 76, 156, 1) 10%,
    rgba(66, 87, 178, 1) 77%
  );
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
}

.emdr-box-button {
  color: #12233f;
  font-size: 18.42px;
  display: inline-block;
  border-bottom: 4px solid transparent;
  transition: all 0.15s ease-in-out;
}

.emdr-box-button:hover {
  cursor: pointer;
  border-bottom: 4px solid #12233f;
}

.prevent-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

/*
html, body {margin: 0; height: 100%; overflow: hidden}
*/

.emdr-box-buttons {
  padding: 10px 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -250px !important;
  background: rgba(255, 255, 255, 0.92);
  width: 100%;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  transition: all 0.4s ease, opacity 0.2s ease;
  z-index: 999 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transition-delay {
  transition-delay: 0.25s !important;
}

.emdr-box-buttons-active {
  top: 0px !important;
  opacity: 1;
}

.bls-status-subheader {
  color: #fff;
  letter-spacing: 1.2px;
  font-size: 17px;
}

.emdr-box {
  position: absolute;
  /*padding-left:40px;*/
  overflow-x: hidden !important;
  top: 100vh;
  width: 100%;
  height: 100vh;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  transition: top 0.4s ease-out;
}

.emdr-box-video {
  width: 58.33333333% !important;
  right: 0 !important;
}

.massive-focus {
  z-index: 999999999 !important;
}

@media only screen and (max-width: 990px) {
  .emdr-box-video {
    width: 50% !important;
  }
}

.alternate-main {
  position: absolute;
  top: 37%;
}

#alternate-main {
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
}

.resume-the-session {
  display: inline-block !important;
  border-radius: 5px;
  background: transparent;
  font-size: 32.42px;
  letter-spacing: 1.3px;
  color: #8efabb;
  transition: all 0.3s ease;
}

.resume-the-session:hover {
  color: #12233f;
  background: #8efabb;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  letter-spacing: 2.3px;
}

/* .pause-banner {
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
  position: absolute;
  opacity: 0;
  top: 30vh;
  background: rgba(255, 255, 255, 0.75);
  letter-spacing: 2.42px;
  font-size: 60.2px;
  color: #8efabb;
  padding:1.5rem;
  border-radius: 7.5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.35s ease !important;



} */

.visual-bls-disabled {
  border-radius: 7.5px;
  transition: all 0.35s ease !important;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5%;
  background: rgb(229 231 235);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #121928;
  box-shadow: 0 3px 15px #0006;
}

.pause-banner {
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
  border-radius: 7.5px;
  transition: all 0.35s ease !important;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(4%, 35px);
  background: rgb(229 231 235);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #121928;
  box-shadow: 0 3px 15px #0006;
}

.pause-buttons-container {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: stretch;
  flex-direction: row;
  gap: 0.4rem;
  flex-wrap: wrap;
}
/* .pause-banner-visible {
  opacity: 1;
} */

.top-bottom-line {
  position: relative;
  top: 55px;
  width: 100%;
  height: 1.5px;
  background: #8efabb;
}

.alternate-preview-top {
  position: absolute;
  left: -webkit-calc(50% - 77.5px);
  left: expression(50% - 77.5px);
  left: -moz-calc(50% - 77.5px);
  left: -o-calc(50% - 77.5px);
  left: calc(50% - 77.5px);
  top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.alternate-preview-bottom {
  position: absolute;
  /*
    left: -webkit-calc(50% - 77.5px);
    left: expression(50% - 77.5px);
    left: -moz-calc(50% - 77.5px);
    left: -o-calc(50% - 77.5px);
    left: calc(50% - 77.5px);
    */
  top: 0px;
  left: 10px;
  margin-left: auto;
  margin-right: auto;
}

.alternate-preview-bottom-left {
  position: absolute;
  /*
    left: -webkit-calc(50% - 77.5px);
    left: expression(50% - 77.5px);
    left: -moz-calc(50% - 77.5px);
    left: -o-calc(50% - 77.5px);
    left: calc(50% - 77.5px);
    */
  bottom: 10px;
  left: 10px;
  margin-left: auto;
  margin-right: auto;
}

.alternate-main-top {
  position: absolute;
  left: -webkit-calc(50% - 77.5px);
  left: expression(50% - 77.5px);
  left: -moz-calc(50% - 77.5px);
  left: -o-calc(50% - 77.5px);
  left: calc(50% - 77.5px);
  top: 57px;
  margin-left: auto;
  margin-right: auto;
}

.alternate-main-bottom {
  position: absolute;
  left: -webkit-calc(50% - 77.5px);
  left: expression(50% - 77.5px);
  left: -moz-calc(50% - 77.5px);
  left: -o-calc(50% - 77.5px);
  left: calc(50% - 77.5px);
  bottom: 30px;
  top: 57px;
  margin-left: auto;
  margin-right: auto;
}

.range-slider-full {
  width: 100% !important;
}

.range-slider-light {
  background: #fff !important;
}

.range-slider-large {
  margin-top: 0px;
  border-radius: 5px;
  -webkit-appearance: none;
  width: 80%;
  height: 35px !important;
  background: #d3d3d3;
  outline: none;
  /*opacity: 0.7;*/
  -webkit-transition: 0.2s;
  transition: background 0.3s ease 0s;
}

.range-slider {
  margin-top: 0px;
  border-radius: 5px;
  -webkit-appearance: none;
  width: 80%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  /*opacity: 0.7;*/
  -webkit-transition: 0.2s;
  transition: background 0.3s ease 0s;
}

.session-selection {
  -webkit-overflow-scrolling: touch !important;
  background: rgb(57, 76, 156);
  background: linear-gradient(
    324deg,
    rgba(57, 76, 156, 1) 10%,
    rgba(66, 87, 178, 1) 77%
  );
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 20px;
  padding-top: 5vh;
  top: -150%;
  position: fixed;
  padding-bottom: 5vh;
  z-index: 99;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  transition: top 0.5s ease-in-out;
}

.session-selection-active {
  top: 0%;
}

.section-selection-header {
  font-size: 33px;
}

.swal-wide {
  width: 75vw !important;
  height: 75vh !important;
}

@media only screen and (max-width: 540px) {
  .swal-wide {
    width: 100vw !important;
    height: 100vh !important;
  }
}

@media only screen and (max-height: 540px) {
  .swal-wide {
    width: 100vw !important;
    height: 100vh !important;
  }
}

.vertical-center-box {
  position: relative;
  top: 12vh;
}

.bls-choice {
  display: block;
  border-radius: 5px;
  border: 4.5px solid #12233f;
  padding-left: 15.42px;
  color: #12233f !important;
  padding-right: 15.42px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25.42px;
  font-weight: bolder;
  letter-spacing: 1.2px;
  transition: all 0.3s ease;
}

.return-config {
  display: inline-block;
  font-size: 20.42px;
  transition: all 0.3s ease;
}

.return-config:hover {
  cursor: pointer;
  letter-spacing: 1.4px;
}

.bls-choice:hover {
  cursor: pointer;
  background: #12233f;
  color: #fff !important;
}

.bls-icon {
  position: relative;
  top: 4.2px;
  border-radius: 100%;
  font-size: 27px;
  color: inherit !important;
}

.bls-control-panel-header {
  position: relative;
  top: 15px;
  display: inline-block;
  background: #8efabb;
  color: #12233f !important;
  border-radius: 5px;
  padding-left: 9.5px;
  padding-right: 9.5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: bolder;
  font-size: 35.42px;
  letter-spacing: 1.2px;
}

.save-client-record {
  border: 3.5px solid #112240;
  color: #112240;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  font-size: 23.42px;
  transition: all 0.3s ease;
}

.save-client-record:hover {
  cursor: pointer;
  background: #112240;
  color: #fff;
  letter-spacing: 1.2px;
}

.bls-controls-subheader {
  margin-top: 7px;
  margin-bottom: 2px;
  font-size: 22px;
}

.path-choice-button-selected {
  background: #12233f !important;
  color: #fff !important;
}

.path-choice-button {
  display: inline-block;
  font-size: 18px;
  margin-left: 0px !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-left: 8px;
  padding-right: 8px;
  background: transparent;
  color: #12233f;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.3s ease;
  border: 4px solid #12233f;
  font-weight: bolder imp !important;
}

.path-choice-button:hover {
  background: #12233f;
  color: #fff;
  cursor: pointer;
}

.path-option-button {
  display: inline-block;
  font-size: 18.42px;
  color: #12233f;
  border: 3.5px solid #12233f;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

.path-option-button:hover {
  background: #12233f;
  color: #fff;
  cursor: pointer;
}

.bls-control-panel {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: scroll;
  position: absolute;
  top: -150vh;
  height: 100vh;
  transition: all 0.4s ease;
}

.bls-control-panel-active {
  background-image: url("../img/gradient-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: 1000 !important;
}

.position-check {
  position: relative;
  left: 22px;
}

.save-therapy-button {
  padding-left: 27px;
  padding-right: 27px;
  font-size: 20.5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2.5px solid #fff;
  border-radius: 10px;
  color: #fff;
  position: relative;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 15px !important;
  transition: all 0.3s ease;
}

.save-therapy-button:hover {
  background: #fff;
  color: #8efabb;
}

.textarea-input {
  min-height: 125px;
  max-height: 300px;
}

.therapy-value-record-input {
  border: 2.5px solid #fff;
  color: #8efabb;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18.5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.therapy-value-record-input:focus {
  color: #fff !important;
  background: transparent;
}

.therapy-over-box {
  -webkit-overflow-scrolling: touch !important;
  min-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background: rgb(67, 243, 141);
  background: linear-gradient(
    42deg,
    rgba(67, 243, 141, 1) 10%,
    rgba(46, 204, 113, 1) 77%
  );
  border-radius: 10px;
  /*position: relative;*/
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 5.5vh;
  padding-bottom: 5.5vh;
}

.hide-box {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.therapy-over-box-input:focus {
  background: transparent;
}

.load-more {
  position: relative;
  top: 3px;
  color: #4257b2;
  font-size: 15px;
  transition: border-bottom 0.3s ease;
}

.load-more:hover {
  cursor: pointer;
}

.therapy-over-box-input {
  margin-left: 4px;
  margin-right: 4px;
  border: 2.5px solid #fff;
}

.therapy-modal {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.therapy-over-box-header {
  margin-left: auto;
  margin-right: auto;
  color: #454545;
  font-size: 34px;
  font-weight: bolder;
  text-align: center;
}

.therapy-over-box-subheader {
  font-size: 18px;
  color: #454545;
}

.question-mark {
  position: relative;
  top: -1px;
  line-height: 12px;
  /* left: 1.5px; */
  color: inherit;
}

.information-circle {
  display: inline-block;
  text-align: center;
  position: relative;
  /* left: -3px; */
  height: 20px;
  width: 20px;
  font-size: 14px;
  font-weight: lighter;
  border-radius: 100%;
  border: 2.5px solid #3b82f6;
  background: #3b82f6;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.information-circle:hover {
  cursor: pointer;
  color: #3b82f6;
  background: #fff;
}

.range-slider:hover {
  background: #e5e5e5;
  opacity: 1;
}

.range-slider-large::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  width: 35px !important;
  height: 35px !important;
  background: #2ecd72;
  cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background: #2ecd72;
  cursor: pointer;
}

.customize-bls {
  margin-bottom: 25px;
  border: 3.5px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  font-size: 24.42px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.customize-bls:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
  background: #fff;
  color: #12233f;
}

.faster-animation {
  animation-duration: 0.16s !important;
}

.range-slider-large::-moz-range-thumb {
  width: 35px !important;
  height: 35px !important;
  background: #2ecd72;
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #2ecd72;
  cursor: pointer;
}

.number-input-style {
  margin-top: -10px;
  border: 2.5px solid #8efabb;
  color: #8efabb;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18.5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.instructions-steps {
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 3.2px solid #4257b2;
  color: #4257b2;
  font-size: 20px;
}

.position-therapy-check {
  position: relative;
  left: 17px;
  top: -15px;
}

.position-check {
  position: relative;
  left: 21px;
}

.number-input-style:focus {
  color: #fff !important;
  background: #8efabb;
}

.preview-pane-configuration {
  position: absolute;
  top: -150vh !important;
  z-index: 99999999 !important;
  transition: all 0.3s ease;
}

.preview-pane-choice-button-active {
  /* border-color: #8efabb !important; */
  background: #fff !important;
  color: #121928 !important;
  pointer-events: none;
}

.preview-pane-configuration-toggle {
  z-index: 99999999 !important;
  position: absolute;
  top: 2em;
  left: 2em;
}

.bls-control-option-icon {
  color: inherit !important;
}

.bls-control-option {
  display: inline-block;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #8efabb;
  border: 3.5px solid #8efabb;
  margin-top: 10px !important;
  margin-left: 6.5px;
  margin-right: 6.5px;
  margin-top: 15px;
  letter-spacing: 1.2px;
  font-size: 20.42px;
  transition: all 0.3s ease;
}

.bls-control-option:hover {
  cursor: pointer;
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #112240;
  background: #8efabb;
  border: 3.5px solid #8efabb;
  margin-top: 10px !important;
  margin-left: 6.5px;
  margin-right: 6.5px;
  margin-top: 15px;
  letter-spacing: 1.2px;
  font-size: 20.42px;
  transition: all 0.3s ease;
}

.bls-control-option-selected {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #112240;
  border: 3.5px solid #8efabb;
  background: #8efabb;
  margin-top: 10px !important;
  margin-left: 6.5px;
  margin-right: 6.5px;
  margin-top: 15px;
  letter-spacing: 1.2px;
  font-size: 20.42px;
  transition: all 0.3s ease;
}

.preview-pane-configuration-active {
  top: 0 !important;
}

.preview-pane {
  transition: all 0.3s ease !important;
  z-index: 98;
  height: 100vh;
  background-color: #2c415a;
}

.preview-pane-smaller {
  z-index: 9 !important;
  height: 100vh;
  background-color: #2c415a;
}

.rubber-band {
  -webkit-overflow-scrolling: touch !important;
}

.pause-outline-box {
  position: relative;
  top: 2px;
  color: inherit !important;
  font-style: 25px;
}

.pause-preview-button-reposition-bottom-left {
  position: absolute !important;
  height: 55px !important;
  line-height: 27.5px !important;
  left: 20px !important;
  bottom: 15px !important;
}

.pause-preview-button-reposition {
  /* top: initial !important;
  position: absolute !important;
  right: 20px !important;
  bottom: 15px !important; */
}

.pause-preview-button-hide {
  display: inline-block;
  position: absolute !important;
  top: initial !important;
  bottom: -150px !important;
  right: 20px !important;
}

.client-control-action {
  display: inline-block;
  font-size: 23px;
  background: #12233f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6.42px;
  padding-bottom: 6.42px;
  border-radius: 5px;
  color: #8efabb;
  transition: all 0.3s ease;
}

.client-control-action:hover {
  cursor: pointer;
  background: #fff;
  color: #12233f;
}

.resync-preview-button {
  display: inline-block !important;
  width: 135px;
  text-align: center;
  color: #12233f;
  background: #fff;
  border-radius: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  letter-spacing: 3px;
  border: 3.5px solid transparent;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.3s ease;
}

.resync-preview-button:hover {
  cursor: pointer;
  background: #8efabb;
}

.pause-preview-button-relative {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  /* letter-spacing: 3px; */
  font-size: 16px;
  font-weight: 500 !important;
  /* border: 3.5px solid #12233f; */
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #12233f !important;
  transition: all 0.3s ease;
}

.pause-preview-button-relative:hover {
  background: #12233f;
  /* border-color: #8EFABB; */
  color: #fff !important;
  /* color: #8EFABB !important; */
  cursor: pointer;
}

.pause-preview-button {
  position: absolute;
  right: 20px;
  top: 15px;
  background: #ffffff;
  border-radius: 7.5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #222428 !important;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.pause-preview-button:hover {
  margin-bottom: 1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.preview-text-box-position {
  position: fixed;
  right: 15px;
  top: 15px;
}

.preview-text-box {
  background: #12233f;
  color: #8efabb !important;
  border: 3.5px solid #8efabb;
  border-radius: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  letter-spacing: 3px;
}

.preview-label {
  letter-spacing: 3px !important;
}

.preview-text {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: #12233f;
  color: #8efabb !important;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 24.5px;
  letter-spacing: 5px;
}

.preview-text-subheader {
  letter-spacing: 1px;
}

.force-top-extreme {
  z-index: 9999999 !important;
}

.force-top-extreme-big {
  z-index: 99999999 !important;
}

.preview-pane-choice-header {
  padding-bottom: 3.42px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #454545;
  text-align: center;
  margin-bottom: 6px;
}

.close-report {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 21px;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.close-report:hover {
  cursor: pointer !important;
}

.preview-pane-choice-hide {
  top: -50vh !important;
}

.report-pane-header {
  position: relative;
  top: 3px;
  font-size: 42px;
  letter-spacing: 1.2px;
}

.report-pane-subheader {
  position: relative;
  top: -4px;
  font-style: italic;
  font-size: 26px;
}

.float-left-desktop {
  float: left;
}

.float-right-desktop {
  float: right;
}

@media only screen and (max-width: 767px) {
  .float-left-desktop {
    float: initial !important;
  }

  .float-right-desktop {
    float: initial !important;
  }
}

.notes-container-smaller {
  display: inline-block !important;
  width: 90% !important;
  padding-bottom: 20px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
}

.notes-container {
  padding-bottom: 20px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
}

.notes-container-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  color: #12233f;
  font-size: 30.42px;
}

.notes-container-body {
  padding-left: 20px;
  padding-right: 20px;
  color: #12233f;
  font-size: 20.42px;
}

.preview-pane-choice {
  padding: 1.25rem 1.5rem 1.5rem;
  font-size: 18px;
  position: relative;
  top: 2%;
  left: 42.94%;
  border-radius: 7.5px;
  margin-top: 1rem;
  position: absolute;
  transition: all 0.3s ease;
  background: #fff;
  color: #112240;
  z-index: 9999999999 !important;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

/* .preview-pane-choice-button {
  border-radius: 5px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  border: 3.5px solid #112240;
  color: #112240;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  background: transparent;
  transition: all 0.3s ease;


} */

/* .preview-pane-choice-button:hover {
  cursor: pointer;
  background: #112240;
  color: #fff;
} */

#display-options-container {
  position: absolute;
  background-color: #000;
  height: 48px;
  width: 100%;
  top: calc(100% - 48px);
}

#display-options-tabs {
  padding: 8px;
  height: 48px;
  width: 100%;
  top: calc(100% - 48px);
  position: absolute;
  background-color: #ffffff66;
  display: flex;
  gap: 4px;
  /* justify-content: center; */
}

@media (min-width: 993px) {
  #video-container {
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 41.66%;
    z-index: 999;
    border-radius: 0px;
    height: 100%;
    top: 0px;
    background: #000;
  }

  #small-video-header {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #video-container {
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 50%;
    z-index: 999;
    border-radius: 0px;
    height: 100%;
    top: 0px;
    background: #000;
  }

  #small-video-header {
    display: none;
  }
}

@media (max-width: 767px) {
  #video-container {
    position: absolute;
    border: 5.1px solid black;
    right: 1em;
    z-index: 1000;
    background: transparent;
    width: 357px;
    height: 452px;
    border-radius: 5px;
    bottom: 1em;
    padding: 0px !important;
    background: #000;
  }

  #bls-hide-icon,
  #display-options-tabs {
    display: none;
  }
  .picture-in-picture {
    bottom: 10px !important;
  }

  #small-video-header {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
    color: #fff;
    padding: 2px 6px 7px;
    font-size: 16px;
    background: black;
  }

  /* iframe {
    height: 100% !important;
  } */
}

.preview-pane-choice-button {
  font-weight: 500 !important;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff54;
  color: #121928c1;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  flex-grow: 1;
  text-align: center;
}

.preview-pane-choice-button:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.cochoice-button-active {
  border: 3.5px solid #8efabb !important;
  color: #112240 !important;
  background: #8efabb !important;
}

.setting-category-large {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #112240;
  letter-spacing: 1.5px;
  font-weight: bolder;
}

.setting-category {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #112240;
  /* letter-spacing: 3.5px; */
}

.button-title {
  margin-bottom: 12px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  /* color:rgb(108, 115, 129); */
  /* letter-spacing: 3.5px; */
}

.bls-title {
  font-weight: 500 !important;
  font-size: 1.25rem;
  color: #121928;
  margin-bottom: 0.3rem !important;
}

.mini-card {
  padding: 1.25rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 1);
  margin-top: 1rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
}

.prefills-container {
  padding: 1.25rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 1);
  margin-top: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 7.5px;
}

.prefills-container:hover {
  top: -1px;
  box-shadow: 0px 6px 12px rgb(0 0 0 / 45%);
  cursor: pointer;
  position: relative;
}

.prefills-body {
  color: #121928;
  text-align: justify;
  font-size: 16px;
  margin-top: 4px !important;
}

.prefills-title {
  /* font-family: Helvetica, Arial, Sans-serif; */
  font-weight: bold;
  font-size: 20px;
  color: #3a82f6;
}

/* .mini-card {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(255, 255, 255, 1);
    margin-top: 1rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    border-radius: 7.5px;
} */

.shapes-container {
  position: relative;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0.5rem;
}

.help-icon {
  font-size: 1.25rem;
  font-weight: bolder;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 999;
  float: right;
}

.collapse-arrow-box {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
}

.collapse-arrow {
  float: right;
  position: relative;
  right: 0px;
  font-size: 32px !important;
  color: #454545;
  transition: all 0.3s ease 0s;
}

.arrow {
  animation-duration: 0.2s !important;
  margin-top: 2.8px;
  position: absolute;
}

.arrow-down {
  transform: rotate(180deg);
}

.section-card-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 26.42px;
  font-weight: 500 !important;
  color: #fff;
  font-family: Helvetica, Arial, Sans-serif;
  color: #121928;
}

.client-selection-header {
  text-transform: capitalize;
}

.close-button {
  transition: all 0.3s ease 0s;
  padding-top: 4.4px;
  padding-bottom: 4.4px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 20px;
  background: #fff;
  border: 2.5px solid #4257b2;
  font-size: 16px;
  color: #4257b2;
}

.close-button:hover {
  cursor: pointer;
  background: #4257b2;
  color: #fff;
}

.load-more-text {
  position: relative;
  top: 5px;
  transition: all 0.3s ease;
  font-size: 16.5px;
  color: #4257b2;
  border-bottom: 3.5px solid transparent;
}

.control-element-box {
  padding-left: 0px;
  padding-right: 0px;
}

.control-element-header {
  color: #12233f;
  text-transform: uppercase;
  display: block;
  font-size: 21px;
  letter-spacing: 1.4px;
}

.change-path {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.load-more-text:hover {
  cursor: pointer;
  border-bottom: 3.5px solid #4257b2;
}

.save-changes-button {
  transition: all 0.3s ease 0s;
  padding-top: 4.4px;
  padding-bottom: 4.4px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 20px;
  background: #4257b2;
  border: 2.5px solid #4257b2;
  font-size: 16px;
  color: #fff;
}

.save-changes-button:hover {
  cursor: pointer;
  color: #4257b2;
  background: #fff !important;
}

.save-changes-button-red {
  background: #e74c3d;
  border: 2.5px solid #e74c3d;
}

.set-description-style {
  color: #fff;
  font-size: 18px;
  letter-spacing: initial;
  font-style: italic;
}

.save-changes-button-red:hover {
  color: #e74c3d;
  background: #fff;
  cursor: pointer;
}

.modal-header-element {
  margin-top: 15px;
  font-size: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.emdr-modal-header {
  text-align: center;
  margin-top: 4px;
  font-size: 30px;
  color: #112240;
  font-weight: bold;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.section-card-body {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
}

.therapy-setting-box-green {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
  border: 2.5px solid #fff;
  color: #fff;
  border-radius: 10px;
}

.therapy-setting-box {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.therapy-setting-box-icon {
  position: relative;
  top: 7px;
  font-size: 24px;
  color: #4257b2;
}

.therapy-setting-box-icon {
  color: inherit;
}

.therapy-setting-box-header-green {
  font-size: 24px;
  color: #fff;
}

.therapy-setting-box-header {
  word-wrap: break-word !important;
  display: inline-block !important;
  width: 90%;
  line-height: 25px;
  font-size: 22px;
  color: #4257b2;
}

.therapy-setting-box-header-change {
  border-radius: 10px;
  transition: all 0.3s ease;
  padding: 5px;
}

.therapy-setting-box-header-change:hover {
  background: #4257b2;
  color: #fff;
}

.therapy-setting-box-description-change {
  padding-left: 5px;
}

.awesome {
  background: purple;
}

.color-picker {
  background: blue !important;
}

.therapy-setting-box-button-green {
  padding: 7px;
  border-radius: 10px;
  font-size: 15px;
  border: 2.5px solid #fff;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.therapy-setting-box-button-green:hover {
  cursor: pointer;
  background: #ffff;
  color: #4257b2;
}

.therapy-setting-box-button {
  padding: 7px;
  border-radius: 10px;
  font-size: 15px;
  border: 2.5px solid #4257b2;
  color: #4257b2;
  transition: all 0.3s ease 0s;
}

.therapy-setting-box-button:hover {
  cursor: pointer;
  background: #4257b2;
  color: #fff;
}

.set-delete:hover {
  border: 2.5px solid #e74c3c;
  background: #e74c3c;
}

.therapy-setting-box-description-green {
  font-size: 16px;
  color: #fff;
}

.therapy-setting-box-description {
  word-wrap: break-word !important;
  display: block;
  font-size: 16px;
  color: #454545;
}

.warning-initial {
  text-align: center;
  background: #e74c3c;
  color: #12233f;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9.42px;
  padding-bottom: 9.42px;
  border-radius: 5px;
  font-size: 20.42px;
}

.chart-label {
  border-radius: 5px;
  text-align: center;
  /* background: #12233f; */
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  color: #121928;
  font-size: 22px;
  margin-bottom: 5.42px;
}

.end-bls-button {
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2.5px solid #fff;
  color: #fff;
  font-size: 21px;

  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 21px;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.end-bls-button:hover {
  cursor: pointer;
  color: #12233f;
  background: #fff;
}

.dashboard-button {
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3.5px solid #fff;
  color: #fff;
  font-size: 21px;
}

.dashboard-button:hover {
  cursor: pointer;
  color: #12233f;
  background: #fff;
}

.text-input-error {
  border: 2.5px solid #e64c3c !important;
}

.text-input-error:focus {
  background: #e64c3c !important;
}

.set-input-error-text {
  font-size: 15px;
  color: #e64c3c;
}

.video-option-box {
  display: inline-block;
  background: #12233f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.542);
}

.video-option-box-select-header {
  font-size: 30px;
  color: #8efabb;
}

.video-option-box-select-subheader {
  font-style: italic;
  font-size: 23.42px;
  color: #fff;
}

.video-option-box-push {
  margin-right: 5px;
}

.error-highlight-box {
  display: inline-block;
  background: #e74c3d;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  color: #12233f;
  font-size: inherit;
}

.video-option-box-select {
  text-align: center;
  display: inline-block;
  width: 110px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3.5px solid #fff;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.video-option-box-select:hover {
  cursor: pointer;
  letter-spacing: 1.3px !important;
  background: #fff;
  color: #12233f;
  border: 3.5px solid #fff;
}

.video-option-box-selected {
  letter-spacing: 1.3px !important;
  background: #fff !important;
  color: #12233f !important;
  border: 3.5px solid #fff !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #454545;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #454545;
}

input:focus::-webkit-input-placeholder {
  color: #fff;
}

.textarea {
  width: 85%;
  transition: all 0.1s ease 0s;
  min-height: 80px;
  max-height: 640px;
}

.textarea:focus::placeholder {
  color: #fff !important;
}

.pin-error-text {
  display: inline-block;
  color: #e74c3c;
  font-size: 18px;
}

.pin-input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border-radius: 5px;
  font-size: 28.5px;
  text-align: center;
  border: 2.5px solid #12233f;
  color: #12233f;
  transition: all 0.3s ease 0s;
}

.pin-input:hover {
  cursor: pointer;
}

.pin-input:focus {
  background: #12233f !important;
  color: #fff;
}

.text-input {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  font-size: 16px;
  border: 2.5px solid #454545;
  color: #454545;
  transition: all 0.3s ease 0s;
}

.text-input:focus {
  background: #454545 !important;
  color: #fff;
}

.dashboard-button-blue {
  padding-left: 12px;
  padding-right: 12px;
}

.dashboard-button-blue:hover {
  color: #4257b2;
}

.dashboard-icon {
  transition: all 0.3s ease 0s;
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 24px;
}

.dashboard {
  color: #8efabb;
}

.dash-arrow {
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.preview-nav {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 2.5px solid #8efabb;
  color: #12233f !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 5px;
  transition: all 0.3s ease 0s;
}

.preview-nav-arrow {
  position: relative;
  font-size: 18px;
  top: 3px;
  color: inherit;
}

.preview-nav-arrow:hover {
  color: inherit !important;
}

.dashboard-icon-blue {
  top: 5px;
  font-size: 25.5px;
}

.dashboard-icon-blue:hover {
  color: inherit !important;
}

.dashboard-nav {
  padding-left: 17px;
}

.therapy-settings-body {
  font-size: 16px;
}

.therapy-settings-usage-darker {
  color: #12233f;
  border: 3.5px solid #12233f !important;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  font-size: 26.42px;
  transition: all 0.3s ease 0s;
}

.therapy-settings-usage-darker:hover {
  letter-spacing: 1.4px;
  cursor: pointer;
  color: #fff !important;
  background: #12233f !important;
}

.therapy-settings-useage {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  letter-spacing: 1.2px;
  font-size: 24.42px;
  transition: all 0.3s ease 0s;
  background-color: rgba(255, 255, 255, 1);
  color: #3a82f6;
}

.therapy-settings-useage:hover {
  cursor: pointer;
  background: #3a82f6;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1.65px;
}

.therapy-settings-useage-larger {
  font-size: 32.42px;
}

.settings-panel {
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  height: 100vh;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
  padding-left: 20px;
  padding-top: 5vh;
}

.toggle-element {
  position: absolute;
  width: 100%;
  top: 0px;
  padding-top: 0px;
  width: 100%;
  position: relative;
  color: #fff;
  padding-left: 0px;
  font-size: 20px;
  border-bottom: 2.5px solid #8efabb;
  border-radius: 10px;
  padding-bottom: 3px;
}

.toggle-element:hover {
  color: #fff;
  border-bottom: 2.5px solid #fff !important;
  background: transparent !important;
}

.toggle-element:focus {
  color: #fff;
  background: transparent !important;
}

.navbar-therapy {
  background: rgb(255, 255, 255) !important;
  background: rgba(255, 255, 255, 1) !important;
}

.soft-badge-blue {
  color: #fff;
  background: #4257b2;
}

.config-card {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding: 1.5rem;
  transition: top 2.5s ease;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  margin-top: 1rem !important;
  overflow: visible;
  border-radius: 7.5px;
}

.config-card-title {
  /* font-family: Helvetica, Arial, Sans-serif; */
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #454545;
}

.input-range {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 100%;
}

.library-button {
  font-family: Helvetica, Arial, Sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #3a82f6;
  color: #ffffff !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 7px;
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.library-button:hover {
  top: -1px;
  cursor: pointer;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}

.dash-goals {
  font-size: 17.1px;
}

.text-input-failure {
  border: 2.5px solid #e64c3c;
}

.failure-text {
  color: #e64c3c;
}

.force-hidden {
  display: none !important;
}

.full-block-box {
  display: inline-block;
  font-size: 32px;
  background: #ec5451;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.special-sound-icon {
  position: relative;
  top: 2px;
  height: 35px;
  background: #fff;
  color: #12233f;
  border-radius: 100%;
  padding: 5px;
}

.special-sound-box-header {
  font-size: 20.42px;
  font-weight: bold;
}

.special-sound-box-description {
  color: #6c7381 !important;
  font-size: 15.42px;
}

.code-box {
  display: inline-block;
  background: #112240;
  color: #8efabb !important;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6.42px;
  padding-bottom: 6.42px;
  border-radius: 5px;
}

.perma-hide {
  display: none !important;
}

@media only screen and (max-width: 385px) {
  .modify-font-mobile-adjust {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 564px) {
  .modify-font-mobile-adjust {
    font-size: 14px;
  }

  .report-pane-header-name {
    font-size: 35px;
  }
}

.passes-count-box-centered {
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
  left: 0 !important;
  right: 0 !important;
  width: 95%;
}

.passes-count-box {
  position: absolute;
  z-index: 99.1 !important;
  bottom: 16px;
  left: 15px;
  background: #fff;
  border-radius: 5px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #12233f;
}

.passes-count {
  background: #fff;
  padding-left: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 7px;
  color: #12233f;
  border-radius: 5px;
}

.special-sound-box-border-active {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.942);
  top: -2px !important;
}

.special-sound-box-border-active-2 {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.942);
  top: -2px !important;
}

.special-sound-box-border-active-3 {
  top: -2px !important;
  border: solid #8efabb 3px;
  box-shadow: 0px 3.5px 17px rgba(0, 0, 0, 0.542);
}

.swal2-container {
  z-index: 999999999 !important;
}

.lobby-title {
  color: #121928;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.full-fill-panel {
  overflow-y: scroll !important;
  z-index: 999 !important;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #e5e7eb;
  /* transition: all 0.64s ease; */
}

.full-fill-panel-active {
  top: 0 !important;
}

.full-fill-panel-inactive {
  top: -200% !important;
}

.special-sound-box-border {
  position: relative;
  top: 0;
  background: #fff;
  color: #12233f;
  padding: 10px;
  border-radius: 7.5px;
  transition: all 0.3s ease;
}

.special-sound-box-border:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: -2px;
}

.theme-circle {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}

.colorblind-color-1 {
  background: #43a2ca;
}

.colorblind-color-2 {
  background: #a8ddb5;
}

.colorblind-color-3 {
  background: #8856a8;
}

.colorblind-color-4 {
  background: #e0ecf4;
}

.colorblind-color-5 {
  background: #e44a33;
}

.colorblind-color-6 {
  background: #fee9c8;
}

.colorblind-color-7 {
  background: #1d9099;
}

.colorblind-color-8 {
  background: #ece2f0;
}

.colorblind-color-9 {
  background: #fee0dd;
}

.colorblind-color-10 {
  background: #c51c8a;
}

.colorblind-color-11 {
  background: #d95f0e;
}

.colorblind-color-12 {
  background: #fec450;
}

.colorblind-color-13 {
  background: #f1e441;
}

.colorblind-color-14 {
  background: #009e73;
}

.colorblind-color-15 {
  background: #235fa5;
}

.colorblind-color-16 {
  background: #0b284c;
}

.colorblind-color-17 {
  background: #098fda;
}

.colorblind-color-18 {
  background: #cc2c34;
}

.special-sound-box {
  border: 3.5px solid transparent;
  position: relative;
  top: 0;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  background: #12233f;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.special-sound-box:hover {
  top: -2px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #8efabb;
  color: #12233f;
}

.special-sound-box-selected {
  border: 3.5px solid #12233f;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2) !important;
  background: #8efabb !important;
  color: #12233f !important;
}

.special-sound-button-fill {
  font-size: 18.42px;
  border: 3px solid #12233f;
  color: #fff;
  background: #12233f;
  display: inline-block;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  transition: all 0.3s ease;
}

.special-sound-button-fill:hover {
  cursor: pointer;
  background: #12233f;
  color: #8efabb;
  letter-spacing: 1.2px;
}

.special-sound-button {
  /* font-size: 18.420px;
            border: 3px solid #12233f;
            color: #12233f;
            display: inline-block;
            border-radius: 5px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 6.5px;
            padding-bottom: 6.5px;
            transition: all .3s ease; */
  font-weight: 500 !important;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #12233f;
  color: #ffffff !important;
  padding-left: 7px;
  padding-right: 7px;
  border: 3.5px solid #12233f;
  margin-top: 16px;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.special-sound-button:hover {
  /* cursor: pointer;
            background: #12233f;
            color: #fff;
            letter-spacing: 1.2px; */
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  color: #12233f !important;
}

.therapist-session-button:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.therapist-session-button {
  font-weight: 500 !important;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #222428 !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.browse-prefill-button {
  width: 100%;
  justify-content: center;
  background-color: #3a82f6;
  color: #fff !important;
}

[contenteditable="true"]:empty::before {
  content: attr(placeholder);
  color: gray;
  pointer-events: none;
  display: block; /* For Firefox */
}
.video-tips-button {
  font-weight: 500 !important;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #3a82f6;
  /*  */
  color: #ffffff !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  margin-top: 16px;
}

.video-tips-button:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.bls-start-button {
  font-weight: 500 !important;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #3a82f6;
  color: #ffffff !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.green-hover {
}
.green-hover:hover {
  background: #00d679 !important;
  color: #ffffff !important;
}
.bls-start-button:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.end-session-button {
  font-weight: 500 !important;
  font-size: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #f16060 !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.end-session-button:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.global-emdr-close-button {
  font-weight: 500 !important;
  font-size: 20px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #3a82f6 !important;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  min-height: 60px;
  width: 100%;
  justify-content: center;
}

.global-emdr-close-button:hover {
  top: -1px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.position-circle-arrow {
  color: white;
}

/* .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
} */
/*
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
} */

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

/* .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
} */
/* .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
} */
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.report-pane-template {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
}

.report-header {
  font-weight: bold;
  color: #121928;
  margin-bottom: 3vh !important;
  margin-top: 3vh !important;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.charts-container {
  margin-top: 16px;
  width: 100%;
  display: grid;
  gap: 16px 16px;
}

@media screen and (max-width: 767px) {
  .charts-container {
    grid-template-columns: minmax(0, 1fr);
  }
  .report-button-container {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .charts-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .report-button-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.chart-box {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 16px;
}

input:checked + .slider {
  background-color: #3a82f6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.full-block {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2c415a;
}

.eye-icon-new {
  position: relative;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: #12233f;
  padding: 7px;
  border-radius: 100%;
}

.fill-preview-pane-box {
  background: #8efabb;
  color: #12233f;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
  border-radius: 5px;
  font-size: 24px;
  letter-spacing: 1.4px;
}

.fill-preview-pane {
  transition: all 0.42s ease;
  position: absolute;
  top: 0;
  left: 0;
  color: #8efabb;
  background: #2c415a;
  height: 100%;
  width: 100%;
  z-index: 99 !important;
}

.fill-preview-pane-hide {
  top: -600vh !important;
}

.action-hidden-2 {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: none !important;
  background: #12233f !important;
}

.action-hidden-2-force-hide {
  top: -200% !important;
}

.action-hidden-2-force-show {
  top: 0 !important;
}

@media only screen and (max-width: 435px) {
  .margin-top-mobile-therapy {
    margin-top: 20px !important;
  }

  .client-report-text-modify {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .therapist-disable-2 {
    position: relative;
    top: 25vh;
  }

  .action-hidden-1 {
    display: none !important;
  }

  .action-hidden-2 {
    position: absolute !important;
    left: 0 !important;
    height: 100% !important;
    display: block !important;
    background: #12233f !important;
  }

  .stop-scrolling {
    overflow-y: initial !important;
  }

  .action-disabled {
    overflow-y: initial !important;
    display: block;
    height: 100%;
  }
}

@media only screen and (max-width: 300px) {
  .number-input-style {
    width: 195px !important;
  }
}

@media only screen and (max-width: 500px) {
  .analyze-box-section {
    width: 100% !important;
  }

  .number-input-style {
    width: 205px !important;
  }
}

@media only screen and (max-width: 327px) and (min-width: 301px) {
  .number-input-style {
    width: 235px !important;
  }
}

@media only screen and (max-width: 356px) {
  .therapy-setting-box-button {
    padding: 5.7px;
    border-radius: 10px;
    font-size: 13.7px;
    border: 2px solid #4257b2;
  }

  .instructions-mobile-move {
    font-size: 23px !important;
  }

  .instructions-box-section-header {
    font-size: 23px;
  }

  .instructions-box-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 774px) {
  .instructions-mobile-move {
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media only screen and (max-height: 540px) {
  .therapy-over-box {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 90vh !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 362px) {
  .save-therapy-button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 2.5px solid #fff;
  }

  .therapy-value-record-input {
    font-size: 8.2px !important;
    width: 72px !important;
  }
}

@media only screen and (max-width: 494px) {
  .therapy-over-box-header {
    font-size: 24px;
  }

  .therapy-over-box-subheader {
    font-size: 15.2px;
  }

  .therapy-value-record-input {
    font-size: 10.5px;
    width: 85px;
  }

  .therapy-over-box-input {
    font-size: 15px;
  }

  .save-therapy-button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 2.5px solid #fff;
  }
}

@media only screen and (max-width: 374px) {
  .emdr-box-button {
    font-size: 11px !important;
  }

  .current-session-count {
    right: 60px !important;
    top: 14px !important;
    font-size: 11px !important;
    padding-left: 4.2px !important;
    padding-right: 4.2px !important;
  }

  .margin-right-larger {
    margin-right: 2px !important;
  }
}

@media only screen and (max-width: 473px) {
  .emdr-box-button {
    font-size: 13px;
  }

  .current-session-count {
    top: 12px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .margin-right-larger {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .preview-pane {
    height: 100vh;
  }

  #preview-expand-button {
    display: none;
  }

  #pause-preview-button {
    display: none;
  }
}

/* Very small screens (iPhone 5) */

@media only screen and (max-width: 325px) {
  .section-card-header {
    font-size: 18.2px;
  }
}

@media only screen and (max-height: 414px) {
  .therapy-settings-margin {
    margin-top: 50px;
  }
}

/* Small screens (phones) */

@media only screen and (max-width: 420px) {
  .therapy-settings-margin {
    margin-top: 40px;
  }

  .preset-item {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }

  .triangle {
    position: relative;
    top: -31px;
  }

  .dashboard-button {
    font-size: 19.5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

:root {
  --pastel-el: #ffc857;
  --pastel-bg: #a997df;
  --retro-el: #ff4242;
  --retro-bg: #6fde6e;
  --spring-el: #ffa9e2;
  --spring-bg: #dcfdd6;
  --sunset-el: #f57b4d;
  --sunset-bg: #85b1e6;
  --forest-el: #587850;
  --forest-bg: #74b49c;
  --chestnut-el: #7b3c3c;
  --chestnut-bg: #b29e84;
  --royal-el: #5f2280;
  --royal-bg: #abaae9;
  --space-el: #ffffff;
  --space-bg: #000000;
  --lilac-el: #dfbbf7;
  --lilac-bg: #b8ffd0;
  --sand-el: #f7f4e3;
  --sand-bg: #c7b298;
  --aqua-el: #3bcdd1;
  --aqua-bg: #3c50a3;
  --tangerine-el: #e67f22;
  --tangerine-bg: #fad7a0;
  --candy-el: #f4bad6;
  --candy-bg: #e05297;
  --pistachio-el: #8fbe6d;
  --pistachio-bg: #37371f;
  --apricot-el: #f3c7ab;
  --apricot-bg: #cf560b;
  --cadet-el: #56656b;
  --cadet-bg: #2f394d;
  --cinnamon-el: #f9627d;
  --cinnamon-bg: #c65a7c;
  --ruby-el: #ec5351;
  --ruby-bg: #2c415a;
  --light-el: #8efabb;
  --light-bg: #fcfcfc;
  --dark-el: #b2babb;
  --dark-bg: #454545;
  --flame-el: #2b2f4a;
  --flame-bg: #e84545;
  --contrast-el: #38fe28;
  --contrast-bg: #000000;
  --sunshine-el: #f9e79f;
  --sunshine-bg: #5dade2;
}

.colorblind-logo {
  position: relative;
  top: -1px;
  font-weight: 800;
  color: rgb(255 255 255);
  background-color: black;
  padding-left: 0.25rem;
  /* 4px */
  padding-right: 0.25rem;
  /* 4px */
  border-radius: 0.375rem;
  font-size: 1rem;
  /* 16px */
  line-height: 30.63px;
}

@media only screen and (max-width: 640px) {
  .colorblind-logo {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1rem;
    /* 16px */
  }
}

@media only screen and (max-width: 768px) {
  .colorblind-logo {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.25rem;
    /* 20px */
  }
}
