body {
  overflow-x: hidden !important;
}

.video-tips {
  display: inline-block;
  background: #12233f;
  padding-left: 12.42px;
  padding-right: 12.42px;
  padding-top: 8.5px;
  color: #8efabb;
  padding-bottom: 8.5px;
  font-size: 24.42px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.video-tips:hover {
  cursor: pointer;
  background: #fff;
  color: #12233f;
}

.row-special {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.row-special > [class*="col-special"] {
  display: flex !important;
  flex-direction: column !important;
}

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

.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;
  margin-top: 15px;
  font-size: 40.42px;
  padding-left: 10px;
  padding-right: 10px;
  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;
}

.no-more-clients-button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  background: #e74c3c;
  color: #fff;
  border: 3.5px solid #e74c3c;
  border-radius: 5px;
  font-size: 26.42px;
  transition: all 0.3s ease;
}

.no-more-clients-button:hover {
  cursor: not-allowed;
}

.load-those-clients-button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  color: #12233f;
  border: 3.5px solid #12233f;
  border-radius: 5px;
  font-size: 26.42px;
  transition: all 0.3s ease;
}

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

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

.report-pane-extend {
  height: 150vh !important;
}

.error-text {
  /* color:#e74c3d; */
  color: rgb(241, 96, 96);
  font-size: 17.42px;
}

.icon-top-middle {
  margin-left: auto;
  margin-right: auto;
  height: min-content !important;
  font-size: 8px !important;
}

.welcome-panel-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}

.welcome-header-gray {
  color: #121928;
}

.welcome-header-blue {
  color: #2664eb;
  margin-top: -0.5rem;
}

.header-container {
  position: fixed;
  top: 20px;
  display: flex;
  justify-items: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}

.header-client-brand {
  font-weight: bold;
  font-size: 1.75rem;
  color: #fff;
  display: inline-block;
}

.logo-top-left {
  width: 20%;
  max-width: 4rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 58px;
  display: inline-block;
}

.referral-icon {
  background: #12233f;
  color: #fff;
  font-size: 30px;
  padding: 6.42px;
  border-radius: 100%;
  position: relative;
  top: 17.42px;
}

.referral-text {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3.5px solid #12233f;
  color: #12233f;
}

.referred-button {
  display: inline-block;
  border-radius: 5px;
  color: #12233f;
  border: 3.5px solid #12233f;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  font-size: 23.42px;
  transition: all 0.3s ease;
}

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

.didnt-enter-data {
  position: relative;
  font-style: italic;
  border-bottom: 3.5px solid #12233f;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 33px;
  margin-bottom: 15px;
  color: #12233f;
  margin-top: 15px;
}

.move-remote-slightly {
  position: relative !important;
  top: -1px !important;
  left: 3px !important;
}

.didnt-enter-data-subheader {
  font-size: 25.42px;
  color: #12233f;
}

.position-edit-remote-note {
  right: 8px !important;
}

.edit-client-email {
  font-size: 21.42px;
  color: #12233f;
  transition: all 0.3s ease;
}

.edit-client-email:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
}

.edit-remote {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 36px;
  width: 36px;
  display: inline-block;
  color: #8efabb;
  border: 3px solid #8efabb;
  padding: 2px;
  border-radius: 100%;
  font-size: 21.42px;
  transition: all 0.3s ease;
}

.reports-count-box-modify {
  padding-left: 5px !important;
}

.reports-count-box {
  /* background:#12233f; */
  /* color:#fff; */
  /* border-radius: 5px; */
  font-weight: 700;
  color: #6c7381;
  /* padding:5px;
     padding-left: 9px;
     padding-right: 9px; */
}

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

.edit-client-details-cant {
  border: 4px solid #12233f;
  color: #12233f;
  font-size: 26px;
  border-radius: 5px;
  padding-top: 5.42px;
  padding-bottom: 5.42px;
  transition: all 0.3s ease;
}

.edit-client-details-cant-white {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: #9ca3af;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  width: fit-content;
  padding: 0.5rem 1.25rem;
  transition: all 0.35s ease !important;
  box-shadow: 0 3px 5px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.edit-client-details-delete:hover {
  border-color: #e74c3c !important;
  background: #e74c3c !important;
}

.edit-client-details {
  border: 4px solid #12233f;
  color: #12233f;
  font-size: 26px;
  border-radius: 5px;
  padding-top: 5.42px;
  padding-bottom: 5.42px;
  transition: all 0.3s ease;
}

.edit-client-details:hover {
  letter-spacing: 1.2px;
  cursor: pointer;
  background: #12233f;
  color: #fff;
}

.edit-client-details-white {
  /* border:4px solid #fff;
     color:#fff;
     font-size: 26px;
     border-radius: 5px;
     padding-top: 5.420px;
     padding-bottom: 5.420px;
    transition: all .3s ease; */

  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  /* color: #3a82f6; */
  color: #121928;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  width: fit-content;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 2.2rem;
  transition: all 0.35s ease !important;
  box-shadow: 0 3px 5px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  float: left;
}

#lobby-grid {
  position: relative;
  padding: 30px 60px;
  display: grid;
  margin-top: 20px;
  grid-template-columns: 4;
  grid-template-rows: 5;
  gap: 20px;
}

#lobby-top-panel {
  grid-column: 1 / span 4;
  grid-row: 2 / span 1;
  padding-bottom: 20px;
}

#selectedClientDisplay2 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    padding-bottom: 20px;
}

#selectedClientDisplay1 {
    grid-column: 2 / span 3;
    grid-row: 3 / span 1;
    padding-bottom: 20px;
}

@media screen and (max-width: 700px) {
  #lobby-grid {
    grid-template-columns: 1;
    grid-template-rows: 4;
  }
  #lobby-back-button {
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
  }
  #lobby-top-panel {
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;

  }
  #selectedClientDisplay2 {
    grid-row: 3 / span 1;
    grid-column: 1 / span 1;

  }
  #selectedClientDisplay1 {
    grid-row: 4 / span 1;
    grid-column: 1 / span 1;

  }
}

.edit-client-details-white:hover {
  /* letter-spacing: 1.2px; */
  cursor: pointer;
  box-shadow: 0 6px 10px #00000040;
  /* background:#fff; */
  /* color:#12233f; */
}

.report-pane-header-active {
  top: 0vh !important;
  left: 0;
}

.test-website {
  font-size: 18.42px;
  transition: all 0.3s ease;
  display: inline-block;
}

.test-website:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
}

.report-pane-header-intro {
  font-size: 30px;
}

.client-metric-edit {
  border: 3.5px solid #fff !important;
  border-radius: 5px !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.client-metric-box {
  background: #12233f;
  border-radius: 5px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.client-metric-edit:focus {
  border: 3.5px solid #8efabb !important;
}

.new-client-metric {
  color: #12233f;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.client-metric-entry {
  border: 3.5px solid #12233f;
}

.new-client-metric-explain {
  margin-top: -3px;
  color: #12233f;
  font-style: italic;
  font-size: 20px;
}

.hundred-width {
  width: 100%;
}

.report-pane-header-name {
  font-size: 60px;
  letter-spacing: 1.3px;
}

.highlight-bubble {
  border-radius: 100%;
  background: #12233f;
  padding: 8px !important;
  font-size: 35.42px;
  color: #fff;
}

.highlight-bubble-green {
  border-radius: 100%;
  background: #8efabb;
  padding: 8px !important;
  font-size: 35.42px;
  color: #12233f;
}

.client-report-text-modify {
  position: relative;
  top: -12.5px;
  left: 3.4px;
  letter-spacing: 1.3px;
}

.client-report-container-text {
  padding-left: 17px;
  position: relative;
  top: -5px;
  font-size: 21px;
  color: #12233f;
}

.client-container-box-spawn {
  position: relative;
  top: 0;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #12233f;
  color: #8efabb;
  letter-spacing: 1.1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  font-size: 30px;
}

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

.new-client-button {
  display: inline-block;
  border: 4.5px solid #12233f;
  color: #12233f;
  padding-left: 7.42px;
  padding-right: 7.42px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-size: 20.42px;
  transition: all 0.3s ease;
}

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

.slight-style-client-report {
  padding-left: 15px;
  position: relative;
  top: -15px;
  font-size: 23px;
  color: #12233f;
  font-style: italic;
}

.instructions-box-element {
  padding: 20px;
  border-radius: 15px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.75);
  color: #121928;
  padding: 40px 30px !important;
}

.instructions-box-element-pad {
  /* padding: 40px 30px !important; */
}

.instructions-box-element-number {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 22.42px;
  background: #8efabb;
  color: #12233f;
  border-radius: 5px;
}

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

.connection-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10.5px 15px 7.5px;
  color: #374151;
  min-width: 180px;
  max-width: 240px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 3px 5px #00000040;
}

.connection-box-container {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: fit-content;
}

@media only screen and (max-width: 550px) {
    .connection-box {
        min-width:fit-content;
    }
    #lobby-back-button {
        width: 100% !important;
    }
    #lobby-grid {
        padding: 5%;
    }
}

@media only screen and (max-width: 400px) {
        .connection-box-container {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }


}

#client-lobby-help-hover, #client-lobby-hover {
  color:#121928 !important;
  transition: all 0.3s ease;
}

#client-lobby-hover:hover, #client-lobby-help-hover:hover {
  cursor:pointer;
  color:#3a83f6 !important;
}

.connection-icon {
  background: #12233f;
  color: #8efabb;
  padding: 3px;
  border-radius: 100%;
}

.connection-icon-red {
  color: #ffaeae !important;
}

.connected {
  background: rgb(137, 233, 191);
}

.save-the-link {
  position: relative;
  top: 3.5px;
  margin-right: 3px;
  border-radius: 100%;
  background: #12233f;
  color: #8efabb !important;
  font-size: 26px;
  padding: 4.42px;
}

.not-connected {
  background: #ffaeae;
}

.invitation-button {
  display: inline-block;
  transition: all 0.3s ease;
  border: 3.5px solid #8efabb;
  color: #8efabb;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4.42px;
  padding-bottom: 4.42px;
  font-size: 21.42px;
}

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

.gradient-background {
  /* background-color: rgb(243, 244, 246);
    background-color: #F9FAFB; */
  /* background-color: #ffaa00;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffb100' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffb800' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffbf00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffc500' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ffcc00' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffd624' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe038' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffeb49' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fff558' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffff66' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E") !important;
background-attachment: fixed !important;
background-size: cover !important; */
  background-color: #f9fafb;
  background-image: url("../img/gradient-bg.svg") !important;
  background-attachment: fixed !important;
  background-size: cover !important;

  /* background by SVGBackgrounds.com, huge thanks to that team! */
}

.custom-background-2 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%234FE'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E") !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.custom-background-3 {
  background-color: #aa3333 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-attachment: fixed !important;
}

.style-category-label {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.question-button {
  position: absolute !important;
  top: 15px !important;
  color: #12233f !important;
  font-size: 21.42px;
  right: 15px !important;
  border: 3.5px solid #12233f !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.3s ease;
  border-radius: 5px;
}

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

.category-label {
  display: inline-block;
  color: #12233f;
  padding-bottom: 2px;
  border-bottom: 3.5px solid #12233f;
}

.style-caret-dropdown {
  font-size: 20.42px;
  color: #12233f !important;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.client-report-container-header-modify {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: initial !important;
  background: transparent;
  color: #12233f;
  display: inline-block !important;
  border-radius: 5px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-item-modify-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.rate-box-red {
  background: #e74d3e !important;
}

.approval-button {
  display: inline-block;
  border: 3.5px solid #fff;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.approval-button:hover {
  background: #ffffff;
  color: #12233f;
  cursor: pointer;
}

.rate-box {
  margin-top: 10px;
  border-radius: 5px;
  background: #8efabb;
  color: #12233f;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 21px;
}

.dropdown-item-modify-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-item-modify {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #12233f !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.dropdown-item-modify:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
  background: #12233f !important;
  color: #8efabb !important;
}

.client-report-container-header {
  font-size: 31px;
  background: transparent;
  color: #12233f;
  display: inline-flex !important;
  border-radius: 5px;
  /* padding:10px; */
  /* padding-left: 15px; */
  padding-right: 15px;
  align-content: center;
  gap: 10px;
}

.instructions-number {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #12233f;
  padding: 3px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  font-size: 27px;
}

.instructions-text {
  font-size: 27px;
}

.report-pane-header-box-active {
  top: 0vh !important;
}

.report-pane-header-box {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  position: relative;
  top: -150vh;
  left: 0;
  /* background:#8EFABB; */
  width: 100%;
  height: 40vh;
}

.report-pane-header-box-modify {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  position: relative;
  top: -150vh;
  left: 0;
  background: #8efabb;
  width: 100%;
  height: 61.42vh;
}

.report-pane-header-box-larger {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  position: relative;
  /* top:-150vh; */
  left: 0;
  /* background:#8EFABB; */
  width: 100%;
  /* height:69.420vh; */
}

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

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

.client-report-container {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.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;
}

.total-report-count {
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  color: #8efabb;
  background: #12233f;
}

.edit-client-report {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 21px;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

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

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

.close-report-style {
  font-size: 21px;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.close-report-style:hover {
  cursor: pointer;
}

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

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

.no-client-details {
  /* background:#12233f; */
  /* color:#fff; */
  color: #6c7381;
  /* padding-left: 12px;
    padding-right: 12px;
    padding-top: 7.420px;
    padding-bottom: 7.420px; */
  font-size: 16px;
  border-radius: 5px;
  text-align: start !important;
  margin-top: 10px;
}

.session-box {
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
  background: #12233f;
  color: #fff;
  border-radius: 5px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.3);*/
}

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

.session-box-date {
  font-size: 34.42px;
}

.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;
}

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

.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;
}

.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;
}

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

.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;
}

.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;
}

.client-searchbar-tele {
  background-size: 35px 35px;
  background-position-y: 5px;
  background-position-x: 5px;
  background-repeat: no-repeat;
  width: 96.9%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: relative;
  height: 65px;
  border: 3.5px solid #8efabb;
  border-radius: 5px;
  font-size: 22px;
  transition: all 0.3s ease;
  padding-left: 50px;
  background: #10213f;
  color: #8efabb;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 60px;
}

.emdr-searchbar {
  background-image: url("../img/search-outline.svg");
  background-size: 22px;
  background-position-y: center;
  background-position-x: 15px;
  background-repeat: no-repeat;
  width: 96.9%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: relative;
  height: 65px;
  border-radius: 7.5px;
  font-size: 22px;
  transition: all 0.3s ease;
  padding-left: 50px;
  color: #11213f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 60px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}

.emdr-searchbar:focus {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.85);
}
.client-searchbar {
  background-image: url("../img/search-outline.svg");
  background-size: 35px 35px;
  background-position-y: 10px;
  background-position-x: 10px;
  background-repeat: no-repeat;
  width: 96.9%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: relative;
  height: 65px;
  border: 3.5px solid #12233f;
  border-radius: 5px;
  font-size: 22px;
  transition: all 0.3s ease;
  padding-left: 50px;
  color: #11213f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 60px;
}

.client-searchbar:focus {
  background-color: #d6dbdf;
}

.video-tip-button {
  border: 3.5px solid #12233f;
  border-radius: 5px;
  padding-left: 11.42px;
  padding-right: 11.42px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  display: inline-block;
  transition: all 0.3s ease;
  background: transparent;
  color: #12233f;
}

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

.red-highlight-bubble {
  background: #e74c3c !important;
}

.video-tip-header-red {
  background: #e74c3c !important;
}

.video-tip-header {
  display: inline-block;
  background: #12233f;
  color: #fff;
  font-size: 23px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8.42px;
  padding-bottom: 8.42px;
  border-radius: 5px;
}

.video-tip-body {
  color: #12233f;
  font-size: 20.42px;
}

.videocam-icon {
  border-radius: 100%;
  padding: 5.42px;
  font-size: 23.42px;
  position: relative;
  top: 5.42px;
  background: #8efabb;
  color: #12233f;
}

.cover-grad-1 {
  background: #f2709c; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff9472,
    #f2709c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff9472,
    #f2709c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-2 {
  background: #ddd6f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #faaca8,
    #ddd6f3
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #faaca8,
    #ddd6f3
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-3 {
  background: #c6ffdd; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f7797d,
    #fbd786,
    #c6ffdd
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f7797d,
    #fbd786,
    #c6ffdd
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-4 {
  background: #ed213a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #93291e,
    #ed213a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #93291e,
    #ed213a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-5 {
  background: #f4c4f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fc67fa,
    #f4c4f3
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #fc67fa,
    #f4c4f3
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-6 {
  background: #fc5c7d; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #6a82fb,
    #fc5c7d
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #6a82fb,
    #fc5c7d
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-7 {
  background: #fc4a1a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-8 {
  background: #667db6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #667db6,
    #0082c8,
    #0082c8,
    #667db6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #667db6,
    #0082c8,
    #0082c8,
    #667db6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-9 {
  background: #22c1c3; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fdbb2d,
    #22c1c3
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #fdbb2d,
    #22c1c3
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-10 {
  background: #ff9966; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff5e62,
    #ff9966
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff5e62,
    #ff9966
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-11 {
  background: #7f00ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #e100ff,
    #7f00ff
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #e100ff,
    #7f00ff
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-12 {
  background: #f7ff00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #db36a4,
    #f7ff00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #db36a4,
    #f7ff00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.noScroll {
  /* ...or body.dialogShowing */
  overflow: hidden;
}

.cover-grad-13 {
  background: #cb356b; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #bd3f32,
    #cb356b
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #bd3f32,
    #cb356b
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-14 {
  background: #c0392b; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #8e44ad,
    #c0392b
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #8e44ad,
    #c0392b
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-15 {
  background: #56ccf2; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2f80ed,
    #56ccf2
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2f80ed,
    #56ccf2
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-16 {
  background: #141e30; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-17 {
  background: #0b486b; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f56217,
    #0b486b
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f56217,
    #0b486b
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-18 {
  background: #ff5f6d; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ffc371,
    #ff5f6d
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ffc371,
    #ff5f6d
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-19 {
  background: #1d4350; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #a43931,
    #1d4350
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #a43931,
    #1d4350
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-20 {
  background: #ff4b1f; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #1fddff,
    #ff4b1f
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #1fddff,
    #ff4b1f
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-21 {
  background: #870000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #190a05,
    #870000
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #190a05,
    #870000
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-22 {
  background: #ffe259; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #ffa751,
    #ffe259
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #ffa751,
    #ffe259
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-23 {
  background: #0052d4; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #6fb1fc,
    #4364f7,
    #0052d4
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #6fb1fc,
    #4364f7,
    #0052d4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-24 {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-25 {
  background: #41295a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #2f0743,
    #41295a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #2f0743,
    #41295a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-26 {
  background: #f4c4f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #fc67fa,
    #f4c4f3
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #fc67fa,
    #f4c4f3
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-27 {
  background: #ff7e5f; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #feb47b,
    #ff7e5f
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #feb47b,
    #ff7e5f
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-28 {
  background: #3a6186; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #89253e,
    #3a6186
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #89253e,
    #3a6186
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-29 {
  background: #bdc3c7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #2c3e50,
    #bdc3c7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #2c3e50,
    #bdc3c7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-30 {
  background: #808080; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #3fada8,
    #808080
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #3fada8,
    #808080
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-31 {
  background: #cb2d3e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #ef473a,
    #cb2d3e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #ef473a,
    #cb2d3e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-32 {
  background: #0099f7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #f11712,
    #0099f7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #f11712,
    #0099f7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.cover-grad-33 {
  background: #2c3e50; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #fd746c,
    #2c3e50
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #fd746c,
    #2c3e50
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.remote-analysis-banner {
  background-size: cover !important;
  background-image: url("../img/analysis-card.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/analysis-card.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: bottom bottom !important;
}

.remote-analysis-banner-darker {
  background-position-y: top !important;
  background-size: cover !important;
  background-image: url("../img/analysis-card.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.65)),
      to(rgba(0, 0, 0, 0.65))
    ),
    url("../img/analysis-card.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: bottom bottom !important;
}

.remote-analysis-banner-lighter {
  background-size: cover !important;
  background-image: url("../img/analysis-card.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    ),
    url("../img/analysis-card.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: bottom bottom !important;
}

.remote-header-img {
  background-size: cover;
  height: 55.42vh;
  width: 100%;
  text-align: center;
  line-height: 60vh;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
}

.client-name-boxes-header {
  color: #12233f;
  font-size: 42px;
  letter-spacing: 1.2px;
}

.client-names-boxes {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: -50px;
  border-radius: 5px;
  background: #fff;
}

.client-box {
  position: relative;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background: #12233f;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.client-box:hover {
  cursor: pointer;
  top: -3px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.642);
}

.client-count-box {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

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

.client-count-box-top {
  display: inline-block;
  color: #12233f;
  border-bottom: 4.5px solid #12233f;
  font-size: 22px;
}

.client-count-box-bottom {
  margin-top: 8px;
  font-size: 27px;
  color: #12233f;
}

.person-icon {
  position: relative;
  top: 4.2px;
  border-radius: 100%;
  padding: 4px;
  font-size: 27px;
  background: #8efabb;
  color: #12233f;
}

.client-box-body {
  color: #fff;
  letter-spacing: 1.2px;
  font-size: 21.42px;
}

.loading-cover {
  background: #12243f;
}

#mainNav {
  transition: all 0.2s ease !important;
}

.opacity-hide {
  top: -100px !important;
}

.blue-text {
  color: #4257b2 !important;
}

.title-style {
  position: relative;
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px !important;
}

.is-using-gradient-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  color: #fff;
  font-size: 19.8px;
  border-radius: 5px;
}

.gradient-inactive {
  background: #e7453c;
}

.gradient-active {
  background: #8efabb;
}

.grad-element-box-selected {
  border: 5.5px solid #4257b2 !important;
}

.grad-element-box {
  position: relative;
  top: 0px;
  display: inline-block;
  border-radius: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 36vh;
  width: 97%;
  border: 0px solid #4257b2;
  transition: 0.25s all ease;
}

.qualification-title {
  margin-top: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 33px;
}

.shift-text-align {
  text-align: right;
}

.shift-text-align-left {
  text-align: left;
}

.push-bottom {
  margin-bottom: 13px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btnz {
  border: 2.5px solid #112240;
  color: #112240;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.client-warning {
  background: #112240;
  color: #8efabb;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  font-size: 24.2px;
  padding-right: 15px;
}

@media only screen and (max-width: 410px) {
  .client-warning {
    font-size: 18px;
  }

  .task-action-button {
    font-size: 9px;
  }

  .get-started-item {
    font-size: 11.2px;
  }

  .task-count {
    font-size: 13.2px;
    line-height: 20px;
    padding: 2px !important;
  }
}

.btnz:hover {
  background: #112240;
  color: #fff;
  cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.whats-this {
  color: #8efabb;
  transition: all 0.3s ease;
  border-bottom: 3.5px solid transparent;
  font-size: 18.2px;
}

.whats-this:hover {
  cursor: pointer;
  border-bottom: 3.5px solid #8efabb;
}

#uploader {
  -webkit-appearance: none;
  appearance: none !important;
  width: 50%;
  border-radius: 5px;
  height: 25px;
  background: #112240 !important;
  border: 2.5px solid #112240;
}

.green-highlight {
  display: inline-block;
  background: #8efabb;
  color: #12253f;
  border-radius: 5px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
}

.orange-highlight {
  display: inline-block;
  background: #fbcf89;
  color: #12253f;
  border-radius: 5px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
}

.orange-sub-color {
  color: #f39c12 !important;
}

.red-sub-color {
  color: #e74c3c !important;
}

.purple-sub-color {
  color: #9b59b6 !important;
}

.green-sub-color {
  color: #1abc9c !important;
}

.deep-blue-sub-color {
  color: #0043d3 !important;
}

.grad-element-box:hover {
  cursor: pointer;
  top: -3px;
}

.journal-divider-style {
  border: 1px solid #edf2f9;
}

.ghost {
  color: #fff !important;
  transition: all 0.5s ease !important;
  background-color: #8efabb !important;
  position: relative;
}

.no-more-goals {
  color: #8efabb !important;
  border: 2px solid #8efabb;
  background: #8efabb;
  font-size: 20px;
  color: #12233f !important;
  border-radius: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

.complete-box {
  margin-top: 3.5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #12233f;
  font-size: 14px;
}

.capitalize {
  text-transform: capitalize !important;
}

.green-complete {
  background: #8efabb;
}

.red-complete {
  background: #e9463e;
}

.past-goal-analysis {
  display: inline-block;
  color: #4257b2;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  margin-top: 20px;
}

.center-block {
  width: 100% !important;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.no-prompts-active {
  color: #12233f;
  border-radius: 5px;
  background: #fff;
  font-size: 28px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.past-goal-analysis:hover {
  border-bottom: 2px solid #4257b2;
  cursor: pointer;
}

.goal-height-container {
  height: 360px;
}

.position-entry-details {
  position: relative;
  top: 10px;
  right: 15px;
}

.goal-results-summary {
  display: inline-block;
  background-color: #fff;
  border-radius: 15px;
  width: 95%;
  height: 100%;
  padding: 30px;
  margin-bottom: -10px;
}

.entry-body {
  font-size: 18.5px;
  line-height: 1.57;
  color: #12233f !important;
}

.entry-body-header {
  font-size: 27px;
  font-weight: bolder;
  color: #12233f;
}

@media only screen and (max-width: 390px) {
  .shrink-text-on-small {
    font-size: 15px !important;
  }

  .category-width {
    max-width: 100% !important;
  }
  .entry-body {
    font-size: 15.75px;
  }
}

.goal-results-summary-header {
  color: #12243f;
  font-size: 23px;
}

.goal-results-summary-header-line {
  height: 4px;
  width: 0px;
  background: #12243f;
  transition: all 0.92s ease;
}

.goal-results-summary-item {
  color: #12243f;
  font-size: 20px;
}

.goal-results-summary-item:before {
  content: "• ";
  position: relative;
  top: 1.5px;
  font-size: 30px;
}

.goal-results-summary-header-line-active {
  width: 160px;
}

.goal-results-summary-header-line-inactive {
  width: 0px;
}

.goal-analysis {
  position: relative;
  top: 10px;
  left: 10px;
}

.inherit {
  color: inherit;
}

.goal-percentage-bar {
  position: relative;
  top: 4px;
  margin-left: 10px;
  border-radius: 15px;
  display: inline-block;
  width: 50%;
  background: #12243f;
}

.load-more-button {
  font-size: 18px;
  color: #8efabb;
  display: inline-block;
  transition: all 0.3s ease;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6.2px;
  padding-bottom: 6.2px;
  border: 2.2px solid #8efabb;
  border-radius: 5px;
}

.load-more-button:hover {
  cursor: pointer;
  color: #12243f;
  background: #8efabb;
}

.goal-results-box {
  color: #12233f !important;
  position: relative;
  top: 0px;
  font-size: 19.2px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.goal-percentage-fill {
  color: #4257b2;
  display: block;
  height: 20px;
  transition: all 1s ease !important;
  width: 0%;
  border-radius: 15px;
  background: #2a4de1;
}

.goal-results-divider {
  position: relative;
  display: inline-block;
  background: #12243f;
  top: 0px;

  height: 100%;
  width: 4px;
}

.dark-text {
  color: #12233f !important;
}

.green-text {
  color: #8efabb;
  font-size: 16px;
}

.green-link-style {
  cursor: pointer;
  color: #8efabb !important;
  text-decoration: none !important;
  border-bottom: 0px solid #8efabb;
  transition: all 0.3s ease;
}

.green-link-style:hover {
  border-bottom: 3px solid #8efabb;
}

.visible-section {
  display: block;
  transition: all 0.5s ease;
}

.hidden-opacity {
  display: none;
}

.loading-green-box {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-radius: 10px;
  color: #12233f;
  text-align: center;
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*padding: 30px;*/
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: 6px;
  background: #8efabb;
}

.loading-green-box-larger {
  letter-spacing: 3px !important;
  max-width: 500px !important;
}

.goal-results-box-header {
  position: relative;
  left: -11px;
  display: inline-block;
  padding: 23px;
  padding-right: 27px;
  /*border-right: 4px solid #12243f;*/
}

.goal-percentage {
  padding-left: 20px;
  font-size: 20px;
  font-weight: bolder;
  color: #12243f !important;
}

.goal-results-box-green {
  background: #8efabb;
  /*border: 2.2px solid #8EFABB;
    */
}

.goal-results-box-red {
  background: #f8c471;
}

.goal-results-box-red:hover {
  background: #fbcf89;
}

.goal-results-box-green:hover {
  background: #4bff97;
}

.goal-results-box:hover {
  /*color:#8EFABB !important;*/
  cursor: pointer;

  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.results-active {
  transition: all 0.3s ease !important;
  top: 0px;
}

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

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

.black-text {
  color: #12243f !important;
}

.hidden {
  display: none !important;
}

body {
  height: 100vh;
  overflow: auto;
}
body.with-modal {
  overflow: hidden;
}

.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;
}

.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: 25vh;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.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;
}

.gradient-box {
  padding-bottom: 50px;
  position: fixed !important;
  top: 0vh;
  opacity: 1;
  width: 100vw;
  background: #fff;
  transition: all 0.5s ease;
  z-index: 99;
  overflow-y: scroll;
  height: 100%;
}

.analysis-box {
  padding-bottom: 50px;
  position: fixed;
  top: 0vh;
  opacity: 1;
  width: 100vw;
  background: #12243f;
  transition: all 0.5s ease;
  z-index: 99;
  overflow-y: scroll;
  height: 100%;
}

.fixDis {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.tag-editor-tag input {
  transition: all 0.3s ease;
}

.tag-editor-tag input:focus {
  text-decoration: none !important;
  border-bottom: 0px solid transparent !important;
}

.blue-delete-button {
  border-color: #4257b2 !important;
  color: #4257b2 !important;
}

.blue-delete-button:hover {
  color: #fff !important;
  background: #4257b2 !important;
}

.delete-button {
  position: relative;
  top: -6px;
  display: inline-block;
  border: 2.5px solid #ffaeae;
  background: transparent;
  color: #ffaeae;
  font-size: 12.4px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 5.3px;
  padding-right: 5.3px;
  border-radius: 5px;
  padding-top: 2.9px;
  padding-bottom: 2.9px;
  transition: all 0.3s ease;
}

.delete-button:hover {
  cursor: pointer;
  background: #ffaeae;
  color: #fff;
}

.analysis-box-hidden {
  position: fixed;
  z-index: 999 !important;
  left: 0;
  width: 100vw;
  top: 110vh;
  opacity: 0 !important;
}

.sessions-completed {
  font-size: 25px !important;
}

.add-calendar-padding {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.textarea-style:focus {
  border: 3px solid #4257b2 !important;
}

.sessions-subheader {
  letter-spacing: 2px;
  font-size: 90%;
}

.sessions-analytics-modal {
  position: fixed;
  width: 100vw;
  overflow: auto;
  background: #f9fbfd;
  top: 0;
  height: 100vh !important;
  left: 0;
  opacity: 1;
  z-index: 999 !important;
}

.max-notes-height {
  height: 65vh;
}

.analysis-box-white {
  background: #f9fbfd;
}

body.modal-open {
  height: 100%;
  overflow: hidden;
  position: fixed;
}

body.viewport-lg {
  position: absolute;
}

.dash-box-button {
  color: #4257b2;
  border-radius: 20px;
  display: inline-block;
  padding: 4px;
  padding-left: 10px;
  font-size: 16px;
  padding-right: 10px;
  border: 3px solid #4257b2;
  background: transparent;
  transition: all 0.15s ease-in-out;
}

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

.days-remaining-goal {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  border: 2px solid #8efabb;
  color: #8efabb;
}

.days-remaining-goal-incomplete {
  border: 2px solid #ffaeae !important;
  color: #ffaeae !important;
}

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

.red-bar {
  background: #ffaeae !important;
}

.no-notes-button {
  margin-top: 10px;
  border: 2px solid #4257b2;
  color: #4257b2;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

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

.modal-body-larger {
  font-size: 18px;
}

.no-notes-text {
  color: #454545;
  font-size: 27px;
}

.modal-focus {
  padding-top: 3.2px;
  padding-bottom: 3.2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 5px;
  background: #4257b2;
  color: #fff !important;
  transition: all 1.5s ease !important;
}

.therapy-modal {
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.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;
}

.goal-completed-highlight-red {
  margin-left: 3px;
  margin-top: 3.5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background: #e8463d;
  font-size: 15px;
}

.goal-completed-highlight-green {
  margin-left: 3px;
  margin-top: 3.5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background: #8efabb;
  font-size: 15px;
}

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

.smaller-padding {
  padding-left: 1px !important;
}

.push-top-bottom-elements {
  margin-top: 40px;
  margin-bottom: 40px;
}

.goal-detail-title {
  margin-bottom: 30px;
  font-size: 16.5px;
}

.coupon-label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #454545;
}

.progress-text {
  top: 25px;
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  font-size: 20px;
}

.profile-pic-box {
  position: relative;
  top: 0px;
  transition: all 0.3s ease;
  display: inline-block;
  background: #112240;
  border: 3px solid #112240;
  border-radius: 5px;
  height: 281px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-image: url('../img/addprofile.png')*/
}

.profile-pic-box:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  top: -2.2px;
  cursor: pointer;
}

.no-profile-pic-text {
  font-size: 22.3px;
  padding-left: 20px;
  padding-right: 20px;
}

.progress-bar-container {
  border-radius: 5px;
  background: #112240;
  width: 80%;
  height: 40px;
  line-height: 35px;
}

.progress-bar-contents {
  background: #8efabb;
  height: 100%;
  z-index: 3;
  width: 0%;
  border-radius: 5px;
  transition: all 0.1s;
}

.practitioner-subtag {
  font-size: 22.2px;
}

.practitioner-name {
  font-size: 30.5px;
}

.contact-practitioner {
  display: inline-block;
  color: #ffff;

  background: transparent;
  background: #102240;
  border: 3.5px solid #102240;
  border-radius: 5px !important;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 18px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

.contact-practitioner:hover {
  cursor: pointer;
  background: transparent;
  color: #102240;
  border: 3.5px solid #102240;
}

.practitioner-icon-larger-style {
  position: relative;
  top: 7px;
  font-size: 23.3px;
  height: 45px;
  width: 45px;
  border-radius: 65px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #102240;
}

.yellow-color {
  color: #fbdc5f !important;
}

.heart-color {
  color: #e95d4e !important;
}

.qualifications-text {
  font-size: 20.5px;
}

.calendar-color {
  color: #efb454 !important;
}

.modify-text-input-style {
  font-size: 20px !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.no-qualifications-text {
  font-size: 21px;
  margin-bottom: 20px;
}

.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;
  font-size: 20px;
  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;
}

.provides-clients {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.qualification-type-icon-style-blue {
  color: #102240 !important;
  background: #fff !important;
}

.qualification-type-icon-style {
  position: relative;
  top: 2px;
  font-size: 19.5px;
  height: 30px;
  width: 30px;
  border-radius: 65px;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #102240;
}

.practitioner-icon-style {
  position: relative;
  top: 2px;
  font-size: 18.3px;
  height: 25px;
  width: 25px;
  border-radius: 65px;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #102240;
}

.add-prac-qual-button {
  text-align: center;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 18px;
  letter-spacing: 3px;
  color: #fff;
  background: #112240;
  border-radius: 5px;
  border: 3.5px solid #112240;
  transition: all 0.3s ease;
}

.add-prac-qual-button:hover {
  cursor: pointer;
  background: #fff;
  color: #112240;
}

.prac-qual-change {
  font-size: 16.55px;
  text-transform: uppercase;
}

.card-text-small-modify {
  font-size: 16px !important;
}

.card-text-smaller {
  font-size: 16.25px !important;
}

.practitioner-qualification {
  font-size: 17px !important;
}

.card-text-modify {
  font-size: 16px !important;
}

.card-header-title-modify {
  font-size: 25px;
  color: #102240;
}

.larger-star {
  margin-top: 5px;
  font-size: 37px !important;
}

.practitioner-star-style {
  color: #102240;
  font-size: 34.3px;
}

.next-paragraph {
  margin-top: 10px;
}

.edit-your-profile {
  border-radius: 5px;
  transition: all 0.3s ease;
  text-align: center;
  margin-left: 22px;
  margin-right: 22px;
  display: inline-block;
  border: 3.5px solid #12233f;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 23.42px;
  background: transparent;
  color: #12233f;
  margin-bottom: 30px;
}

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

.language-box {
  display: inline-block;
  margin-top: 10px;
  border: 3.5px solid #12233f;
  background: transparent;
  margin-left: 3px;
  margin-right: 3px;
  color: #12233f;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18.42px;
}

.review-total {
  color: #102240;
  font-size: 18px;
}

.review-individual {
  border: 2.5px solid #102240;
  color: #102240;
  border-radius: 5px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.review-individual-header {
  font-size: 28.5px;
}

.review-number {
  display: inline-block;
  background: #102240;
  border-radius: 5px;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.just-so-you-know {
  font-size: 18.5px;
}

.warning-icon {
  margin-top: 15px;
  color: #fff;
  font-size: 30px;
  background: #e34c3c;
  padding: 6.2px;
  border-radius: 500px;
  height: 40px;
  width: 40px;
  margin-bottom: -10px;
}

.emdr-tool {
  background-image: url("../img/emdrinstructions2.png");
  background-size: cover;
}

.library-tool {
  background-image: url("../img/libraryBanner.png");
  background-size: cover;
}

.image-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background: #112240;
}

.image-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 26vh;
  background-size: cover;
}

.image-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.image-bottom-header {
  color: #fff;
  font-size: 18.1px;
  letter-spacing: 3px;
}

.task-action-button {
  position: relative;
  top: -1.5px;
  text-transform: uppercase;
  border: 2.5px solid #112240;
  font-size: 13px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
  color: #112240;
  transition: all 0.3s ease;
}

.task-action-button:hover {
  cursor: pointer;
  background: #112240;
  color: #fff;
}

@media only screen and (max-width: 1390px) and (min-width: 1200px) {
  .get-started-item {
    font-size: 15.5px;
  }

  .task-action-button {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .get-started-item {
    font-size: 14.2px;
  }

  .task-action-button {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11.5px;
    border-width: 2px;
  }

  .task-count {
    font-size: 15px;
    border-radius: 100px;
    padding: 6px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
  }
}

.get-started-item {
  color: #112240;
  font-size: 16.42px;
}

@media only screen and (max-width: 410px) {
  .client-warning {
    font-size: 18px;
  }

  .task-action-button {
    font-size: 9px;
  }

  .get-started-item {
    font-size: 11.2px;
  }

  .task-count {
    font-size: 13.2px;
    line-height: 20px;
    padding: 2px !important;
  }
}

.green-color {
  color: #31d175 !important;
}

.task-count {
  display: inline-block;
  background: #112240;
  color: #fff;
  font-size: 18px;
  border-radius: 100px;
  padding: 6px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}

.practitioner-text {
  font-size: 21.5px;
  padding-left: 5px;
  padding-right: 5px;
}

.practitioner-card-border {
  border: 3.5px solid #102240 !important;
}

.practitioner-landing {
  width: 100%;
  height: 55.5vh;
  line-height: 55.5vh !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.qualifications-type {
  background: #12233f;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  transition: all 0.24s ease;
  position: relative;
  top: 0;
}

.qualifications-type:hover {
  background: #8efabb;
  color: #12233f !important;
  cursor: pointer;
  top: -3px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.qualifications-type-body {
  font-size: 18.3px;
  color: inherit;
}

.qualifications-type-header {
  font-size: 23px;
  letter-spacing: 3.2px;
  color: inherit;
}

.qualifications-box-modified {
  padding-top: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 15px !important;
}

.card-header-edit {
  font-size: 28.2px !important;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}

.submit-qualification {
  font-size: 19.5px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  color: #11213f;
  text-align: center;
  border-radius: 5px;
  border: 2.5px solid #11213f;
  letter-spacing: 4px;
  transition: all 0.3s ease;
}

.text-left-sometimes {
  text-align: left;
}

.text-right-sometimes {
  text-align: right;
}

.qualification-item {
  position: relative;
  top: 0px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-radius: 5px;
  background: #11213f;
  color: #fff !important;
  transition: all 0.3s ease;
}

.disclaimer-text {
  color: #95aac9;
  font-size: 14.8px !important;
  margin-bottom: -5px;
}

.qualification-item:hover {
  cursor: pointer;
  top: -2.6px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.qualification-item-header {
  font-size: 19.5px;
  letter-spacing: 3.2px;
}

.qualification-item-body {
  font-size: 17.5px;
}

.submit-qualification:hover {
  cursor: pointer;
  background: #11213f;
  color: #fff;
}

.delete-qualification {
  position: relative;
  top: 10px;
  font-size: 17px;
  color: #e74c3c;
  border-bottom: 2.5px solid transparent;
  transition: all 0.3s ease;
}

.delete-qualification:hover {
  cursor: pointer;
  border-bottom: 2.5px solid #e74c3c;
}

.return-to-dash-text {
  font-size: 18px;
  color: #102240;
  /*border-bottom: 2.5px solid transparent;*/
  transition: all 0.3s ease;
}

.upcoming-appointments {
  background: #112240;
  border-radius: 5px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.upcoming-appointments-subheader {
  font-size: 20px;
}

.upcoming-appointments-header {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8efabb;
  border-bottom: 3px solid #8efabb;
}

@media only screen and (max-width: 370px) {
  .upcoming-appointments-header {
    font-size: 17.5px;
  }
}

.edit-prac-button {
  display: inline-block;
  background: #112240;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border: 2.5px solid #112240;
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 4.2px;
  padding-bottom: 4.2px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.edit-prac-button:hover {
  cursor: pointer;
  color: #112240;
  background: #fff;
}

.return-to-dash-text:hover {
  cursor: pointer;
  letter-spacing: 1.3px;
}

.continue-button {
  border: 3.5px solid #102240;
  color: #fff;
  background: #102240;
  font-size: 24px;
  letter-spacing: 3px;
  display: inline-block;
  transition: all 0.3s ease;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  border-radius: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.continue-button:hover {
  cursor: pointer;
  background: transparent;
  color: #102240;
}

.about-entry-style {
  font-size: 19.2px;
  color: #11213f !important;
  min-height: 255px;
}

.about-entry-style-smaller {
  min-height: 190px !important;
}

.coupon-text-input {
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  padding-top: 7.3px;
  padding-bottom: 7.3px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700 !important;
}

.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;
}

.loading-text {
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #4257b2;
  color: #fff;
  font-weight: lighter !important;
  font-size: 31px;
  letter-spacing: 5px;
}

.load-more {
  overflow-y: hidden;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15.5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #4257b2;
  margin-top: -2.5px;
  border: 2.2px solid #4257b2;
  border-radius: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.3s ease !important;
}

.load-more:hover {
  color: #fff;
  background: #4257b2;
  cursor: pointer;
}

.error-message {
  display: inline-block;
  background: #ffaeae;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.top-split {
  padding-top: 20px;
  border-top: 1px solid #edf2f9;
}

.dropdown-menu {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.97) !important;
}

.no-border-bottom {
  border-bottom: 2px solid transparent !important;
}

.top-border-radius {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bottom-border-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-menu-item {
  color: #12253f;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: 2px solid #8efabb;
  transition: all 0.2s ease;
}

.schedule-icon {
  position: relative;
  top: 4.3px;
  margin-right: 5px;
  color: inherit;
  font-size: 33px;
}

.dropdown-menu-item:hover {
  cursor: pointer;
  background: #8efabb;
  color: #fff;
}

.promo-logo-fixed {
  height: 150px !important;
}

.no-more-therapists {
  display: inline-block;
  border-radius: 5px;
  border: 3.5px solid #12233f;

  padding-left: 9px;
  padding-right: 9px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  font-size: 23px;
  transition: all 0.3s ease;
  background: #12233f;
  color: #fff;
  letter-spacing: 1.2px;
}

.join-network {
  color: #12233f;
  font-size: 22.42px;
  transition: all 0.3s ease;
}

.join-network:hover {
  cursor: pointer;
  letter-spacing: 1.3px;
}

.load-more-therapists {
  display: inline-block;
  border-radius: 5px;
  border: 3.5px solid #12233f;
  color: #12233f;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 7.42px;
  padding-bottom: 7.42px;
  font-size: 23px;
  transition: all 0.3s ease;
}

.load-more-therapists:hover {
  cursor: pointer;
  background: #12233f;
  color: #fff;
  letter-spacing: 1.2px;
}

.dropdown-toggle {
  background: transparent !important;
  border: 0px solid #fff !important;
}

.line {
  height: 0.5px;
  background: #95a9c9;
}

.index {
  display: inline-block;
  height: 100%;
  transition: all 0.5s ease !important;
  border: 2px solid #8efabb !important;
  margin-right: 10px;
  background: inherit;
  color: inherit;
}

.index:hover {
  cursor: pointer;
}

.container {
  text-align: center;
}
ol {
  display: inline-block;
  list-style: none;
  text-align: left;
}

.entry {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.13s ease;
}

.entry:hover {
  box-shadow: 0 1.5px 0px 0px #4157b2, 0 -1.5px 0px 0px #4157b2,
    12px 0 15px -4px rgba(31, 73, 125, 0.8),
    -12px 0 15px -4px rgba(31, 73, 125, 0.8);
  cursor: pointer;
}

.large-check {
  color: #8efabb;
  font-size: 24px;
}

.no-position-change {
  display: inline-block !important;
  position: relative;
  top: 0 !important;
  left: 0 !important;
}

.save-button {
  border: 2px solid #8efabb;
  color: #12233f;
  background: #8efabb;
  border-radius: 5px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}

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

.slight-border {
  border-bottom: 1px solid #2e3c51;
}

.customize-list-header {
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.customize-item {
  border: 2px solid #8efabb !important;
  color: #8efabb;
  background: transparent !important;
  transition: all 0.3s ease !important;
}

.customize-item:hover {
  background: #8efabb !important;
  color: #fff !important;
  cursor: grab;
}

.customize-item:active {
  color: #8efabb !important;
  background: transparent !important;
  cursor: grabbing;
}

.stop-scrolling {
  height: 100% !important;
  overflow-y: hidden !important;
}

.customize-dash-body {
  font-size: 22.42px;
}

.full-body-wrap-visible {
  top: 0px !important;
}

.full-body-wrap {
  background: #12243f;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
  position: fixed;
  color: #fff;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  top: -130vh;
  transition: all 0.3s ease, top 0.5s ease;
}

.exit-button-larger {
  display: inline-block;
  color: #8efabb;
  transition: all 0.3s ease;
  border: 2px solid #8efabb;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.exit-button {
  font-size: 18px;
  position: relative;
  top: 10px;
  left: 10px;
  display: inline-block;
  color: #8efabb;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.exit-button-underline:hover {
  border-bottom: 2px solid #8efabb;
}

.exit-button:hover {
  cursor: pointer;
  /* border-bottom: 2px solid #8EFABB;*/
}

.customize-dash-header {
  font-size: 42.42px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  color: #fff;
}

.moveable-list {
  width: 50vh !important;
}

.active {
  border-radius: 0px !important;
  border-bottom: 2px solid #8efabb !important;
}

.jump-box-button {
  border: 2px solid #4257b2;
  color: #4257b2;
  padding-left: 4.2px;
  padding-right: 4.2px;
  padding-top: 2.2px;
  padding-bottom: 2.2px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.larger-header {
  font-size: 24px;
}

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

.jump-box {
  background: transparent;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 23px;
  padding-bottom: 23px;
  border: 2px solid #8efabb;
}

.jump-box-header {
  font-size: 19.3px;
}

.jump-box-body {
  font-size: 15px;
  font-style: italic;
}

.larger-entry {
  height: 45vh;
}

.nav-journal {
  height: 48px !important;
}

.green-button-dash {
  position: relative;
  left: 40px;
}

.green-button {
  border: 2px solid #8efabb;
  color: #8efabb;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.green-button:hover {
  cursor: pointer;
  background: #8efabb;
  color: #fff;
}

.add-data {
  color: #fff;
  font-size: 30px;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.get-started {
  margin-top: 15px;
  border: 3.5px solid #8efabb;
  color: #8efabb;
  display: inline-block;
  border-radius: 5px;
  font-size: 25px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  transition: all 0.3s ease;
}

.get-started:hover {
  letter-spacing: 1.3px;
  cursor: pointer;
  background: #8efabb;
  color: #12233f;
}

.dash-icon {
  border-radius: 100%;
  color: #8efabb;
  position: relative;
  top: 0px;
  font-size: 30px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0);
  transition: all 0.17s ease;
}

.dash-icon:hover {
  top: -1.4px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

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;
}

.entry-write {
  border-radius: 5px;
  border: 2.5px solid #8efabb;
  color: #8efabb;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  transition: all 0.3s ease;
}

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

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;
}

.journal-header {
  background: #4257b2 !important;
}

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

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

.default-box-active {
  border: 4.2px solid #4257b2 !important;
}

.default-box {
  position: relative;
  top: 0px;
  border: 0px solid #4257b2;
  margin-right: 10px;
  display: inline-block;
  height: 156px;
  width: 240px;
  background-size: cover;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.14s ease, border 0.2s ease;
}

.default-box-color {
  text-align: center;
  background: #4257b2;
  line-height: 145px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}

.default-box:hover {
  top: -2px;
  cursor: pointer;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.entry-date-text {
  position: absolute;

  margin-left: auto;
  left: 0;
  right: 0;
  margin-right: auto;
}

body.modal-open {
  overflow: hidden !important;
}

.btn-kill-round {
  border-radius: 5px !important;
}

.slightly-larger {
  font-size: 18px;
}

.card-header-title-large {
  margin-top: 10px;
  font-size: 41.42px;
  letter-spacing: 6.1px;
  text-transform: uppercase;
}

.tool-card {
  background: #12233f;
  position: relative;
  top: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  padding: 0px !important;
  padding-bottom: 10px;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.tool-card:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  top: -3px;
}

.entry-title-style {
  font-size: 24px;
  color: #112233;
}

.em-divider {
  margin-bottom: -25px;
  height: 4.5px;
  background: #102240;
  width: 100%;
  border-radius: 5px;
}

.larger-form-text {
  font-size: 15.5px;
}

.close-gradient-button-green {
  border: 2.5px solid #8efabb !important;
  color: #8efabb !important;
}

.close-gradient-button-green:hover {
  background: #8efabb !important;
  color: #12233f !important;
}

.close-gradient-button-white {
  border: 2.5px solid #fff !important;
  color: #fff !important;
}

.close-gradient-button-white:hover {
  background: #fff !important;
  color: #102240 !important;
}

.close-gradient-button {
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  border: 2.5px solid #102240;
  color: #102240;
  font-size: 17.5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

.close-gradient-button:hover {
  cursor: pointer;
  color: #fff;
  background: #102240;
}

.cancel-subscription-plan {
  color: #e74c3c;
  font-size: 17.5px;
  margin-top: 17px;
  margin-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.cancel-subscription-plan:hover {
  cursor: pointer;
  letter-spacing: 4px;
  background: #e74c3c;
  color: #fff;
}

.delete-account-button {
  display: inline-block;
  background: transparent;
  border: 3px solid #e74c3c;
  color: #e74c3c;
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 17.5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

.delete-account-button:hover {
  cursor: pointer;
  background: #e74c3c;
  color: #ffff;
}

.invite-ban {
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.2px;
  color: #8efabb;
  border-bottom: 3.5px solid #8efabb;
  padding-bottom: 2.42px;
}

.client-email-preview {
  background: #8efabb;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  color: #12233f;
}

.tool-box-header {
  font-size: 31.42px;
  letter-spacing: 1.1px;
  color: #fff;
}

.tool-box-bottom {
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  padding-top: 13px;
  padding-bottom: 30px;
  background-color: #12243f;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.results-box {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.blog-card-date {
  font-size: 21px;
}

.account-box {
  font-size: 33px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.cancel-account-button {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.cancel-account-button:hover {
  cursor: pointer;
  color: #fff;
  letter-spacing: 4px;
}

.cancel-account-button-active {
  color: #ffaeae;
}

.cancel-account-button-active:hover {
  background: #ffaeae;
}

.cancel-account-button-inactive {
  color: #4257b2;
}

.cancel-account-button-inactive:hover {
  background: #4257b2;
}

.account-active {
  background: #8efabb;
}

.account-inactive {
  background: #e54d3d;
}

.tool-box {
  position: relative;
  top: 0px;
  display: inline-block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 45vh;
  background-size: cover;
}

.tool-box-larger {
  height: 56.5vh !important;
}

.tool-box-largest {
  height: 65vh !important;
}

.tool-box-largest:hover {
  cursor: pointer;
}

.tool-description {
  font-style: italic;
  letter-spacing: 1.1px;
  font-size: 20px;
}

.prompt-line-divider {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1.5px;
  width: 100%;
  background: #454545;
}

.tool-button {
  display: inline-block !important;
  margin-left: 3px;
  margin-right: 3px;
  border: 2.5px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.3s ease;
}

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

.journal-tool {
  background-image: url("../img/journal-card.png");
}

.analysis-tool {
  background-image: url("../img/report.png");
}

.emdr-telehealth {
  background-image: url("../img/tele.jpg");
}

.emdr-telehealth:hover {
  cursor: pointer;
}

.position-check-entry {
  position: absolute;
  top: 16.5px;
  left: 263.7px;
}

.dashboard-header-img {
  background-size: cover;
  height: 72vh;
  width: 100%;
  text-align: center;
  line-height: 72vh;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}

.center-vertical-index {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.journal-header-img {
  background-size: cover;
  height: 65vh;
  width: 100%;
  text-align: center;
  line-height: 60vh;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
}

.terms-point {
  background: #12233f;
  color: #fff;
  padding-left: 10.42px;
  padding-right: 10.42px;
  padding-top: 8px;
  font-size: 17px;
  border-radius: 5px;
  padding-bottom: 8px;
}

.terms-point-header {
  display: inline-block;
  color: #8efabb;
  font-size: 21px;
  letter-spacing: 1.3px;
  border-bottom: 3.5px solid #8efabb;
  margin-bottom: 10px;
}

.express-content-button {
  display: inline-block;
  border-radius: 5px;
  border: 3.5px solid #12233f;
  color: #12233f;
  font-size: 17px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6.42px;
  padding-bottom: 6.42px;
  transition: all 0.3s ease;
}

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

.support-instruction-step {
  font-size: 22px;
  background: #12233f;
  color: #8efabb;
  border-radius: 5px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input-container {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.blog-header-img-smaller {
  height: 67.42vh !important;
}

.blog-header-img {
  letter-spacing: 15px;
  background-size: cover;
  height: 75vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 57px;
  font-weight: bold;
}

.cover-option-box {
  position: relative;
  top: 0px;
  border-radius: 5px;
  background-size: cover;
  width: 97.5%;
  height: 230px;
  background-repeat: no-repeat;
  transition: all 0.23s ease, border 0.2s;
  border: 0px solid transparent;
}

.cover-option-box:hover {
  top: -3px;
  cursor: pointer;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.cover-option-box-selected {
  border: 3.7px solid #4257b2;
}

.journal-header-img-entry {
  display: table;
  background-size: cover;
  height: 70.3vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.blog-header-img-entry {
  display: table;
  background-size: cover;
  height: 83.3vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.dashboard-cover {
  background-image: url("../img/banner.png");
  background-position: center;
}

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

.landing2 {
  background-image: url("../img/landingpage3.png");
}

.landing3 {
  background-image: url("../img/landingpage2.png");
}

.landing4 {
  background-image: url("../img/landingpage4.png");
}

.cover-darken {
  background-color: #000;
  opacity: 0.35;
  position: absolute;
  width: 100%;
  height: calc(100% - 22vh) !important;
  left: 0;
  top: 0;
}

.return-dash-text {
  color: #8efabb;
  position: absolute;
  z-index: 99;
  padding-left: 3px;
  top: 19px;
}

.seperate-tags {
  display: block;
  height: 15px;
}

.journal-header {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center !important;
  background-position: top top !important;
}

.client-identification-box {
  position: absolute;
  width: 85%;
  border-radius: 15px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.75);
}

.help-button {
  display: inline-block;
  margin-top: 24px;
  font-size: 20px;
  color: #12233f;
  transition: all 0.1s ease;
  padding-top: 6px;
  padding-bottom: 6px;
}

.help-button:hover {
  cursor: pointer;
  /* border-radius: 5px; */
  /* letter-spacing: 1.4px; */
  /* background:#12233f; */
  color: #0052d4;
}

.client-pin-number {
  margin-top: -8px;
  font-style: normal;
  font-size: 40px;
}

.pin-box {
  border-radius: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.client-pin-header {
  letter-spacing: 1.4px;
  font-size: 22.42px;
}

.connected-to-therapist-green {
  color: rgb(0, 214, 121) !important;
}

.connected-to-therapist-red {
  color: rgb(241, 96, 96) !important;
}

.position-return {
  position: absolute;
  left: 30px;
  top: 20px;
}

.client-identification-button {
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    background-color: #3a82f6;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 2.2rem;
    transition: all 0.35s ease !important;
    box-shadow: 0 3px 5px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;

}

.client-identification-button:hover {
  /* letter-spacing: 3.420px; */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.35) !important;

  cursor: pointer;
  /* background: rgb(137, 233, 191); */
  /* color: #fff; */
}

.client-identification-text {
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 20px;
  min-width: fit-content;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25) !important;
  color: #12233f !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.client-identification-text::placeholder {
  color: #12233f !important;
  opacity: 0.5;
  font-size:18px;
}

.client-identification-header {
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*background:#12233f;*/
  font-size: 36px;
}

.client-identification-subheader {
  /* margin-top: -5px; */
  font-size: 24px;
  opacity: 0.5;
}

.custom-color-active {
  color: #95a9c9;
  font-style: italic;
  font-size: 15px;
  font-weight: lighter;
  margin-left: 3px;
}

.client-pin-button {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 18px;
  /*border:3.5px solid #fff;*/
  padding-left: 0px;
  color: #fff;
  border-radius: 5px;

  padding-right: 10px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  transition: all 0.3s ease;
}

.client-pin-button:hover {
  padding-left: 10px;
  background: #fff;
  color: #12233f;
  letter-spacing: 1.4px;
  cursor: pointer;
}

.client-identification {
  scroll-behavior: smooth !important;
  overflow-y: scroll !important;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 99 !important;
  height: 100%;
  width: 100%;
  background-size: cover;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover !important;
  transition: all 0.6s ease;
}

.blog-card-larger {
  font-size: 26px;
}

.text-support-style {
  display: inline-block;
  background: #12233f;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8efabb;
}

.support-icon {
  font-size: 33.42px;
  padding: 6px;
  border-radius: 100%;
  background: #8efabb;
  color: #12233f;
}

.support-icon-darker {
  position: relative;
  top: 18px;
  font-size: 33.42px;
  padding: 6px;
  border-radius: 100%;
  background: #12233f;
  color: #fff;
}

.support-button {
  font-size: 28.42px;
  color: #8efabb;
  border: 3.5px solid #8efabb;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 500px;
  width: 90%;
  margin-top: 25px;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.cursor:hover {
  cursor: pointer;
}

.support-button:hover {
  cursor: pointer;

  background: #8efabb;
  color: #12233f;
  letter-spacing: 1.4px;
}

.support-box-header {
  font-size: 33.42px;
  letter-spacing: 1.4px;
}

.support-box-subheader {
  font-size: 22.42px;
}

.italic {
  font-style: italic;
}

.support-box {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #12233f;
  color: #8efabb;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
}

.support-box:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
  top: -2.42px;
}

.pad-card {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.large-support-header {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 42px;
}

.client-identification-1 {
  scroll-behavior: smooth !important;
  overflow-y: scroll !important;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  height: 100%;
  width: 100%;
  background-size: cover;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
  background-size: cover !important;
  transition: all 0.6s ease;
}

.client-identification-hidden {
  top: -180vh;
}

.visual-stimulus-icon {
  position: relative;
  top: 2px;
  background: #fff;
  border-radius: 100%;
  padding: 4px;
  font-size: 24.42px;
  color: #8efabb !important;
}

.stimulus-option-box {
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  color: #8efabb;
  font-size: 16.42px;
  width: 124px;
  border: 3px solid #8efabb;
  padding: 10px;
}

.stimulus-option-box:hover {
  color: #fff;
  transition: all 0.35s ease;
  cursor: pointer;
  background: #8efabb;
}

.stimulus-option-box-selected {
  background: #8efabb !important;
  color: #fff !important;
}

.all-card-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  height: 230px;
  width: 98%;
}

.all-card-bottom {
  width: 98%;
  background: #12233f;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.all-card-bottom-header {
  color: #3fe887;
  font-size: 20.42px;
  letter-spacing: 1.2px;
}

.all-card-bottom-subheader {
  margin-top: 2px;
  font-size: 16px;
  color: #fff;
}

.practitioner-icon-style {
  position: relative;
  top: 2px;
  font-size: 18.3px;
  height: 25px;
  width: 25px;
  border-radius: 65px;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #102240;
}

.practitioner-icon-style-larger {
  position: relative;
  top: 10px;
  font-size: 30.3px;
  height: 40px;
  width: 40px;
  border-radius: 65px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #102240;
}

.in-person-blog-header-lighter {
  background-image: url("../img/emdr-card.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url("../img/emdr-card.png") !important; /* Chrome 10+, Saf5.1+ */
}

.demo-blog-header-lighter {
  background-image: url("../img/sunshine.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url("../img/sunshine.png") !important; /* Chrome 10+, Saf5.1+ */
}

.intro-blog-header {
  background-image: url("../img/mountain.JPG") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/mountain.JPG") !important; /* Chrome 10+, Saf5.1+ */
}

.telehealth-blog-header {
  background-image: url("../img/tele.jpg") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/tele.jpg") !important; /* Chrome 10+, Saf5.1+ */
}

.telehealth-blog-header-lighter {
  background-image: url("../img/tele.jpg") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.47)),
      to(rgba(0, 0, 0, 0.47))
    ),
    url("../img/tele.jpg") !important; /* Chrome 10+, Saf5.1+ */
}

.telehealth-blog-header-darker {
  background-image: url("../img/tele.jpg") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.65)),
      to(rgba(0, 0, 0, 0.65))
    ),
    url("../img/tele.jpg") !important; /* Chrome 10+, Saf5.1+ */
}

.survey-blog-header-darker {
  background-position-y: center !important;
  background-image: url("../img/libraryBanner.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.65)),
      to(rgba(0, 0, 0, 0.65))
    ),
    url("../img/libraryBanner.png") !important; /* Chrome 10+, Saf5.1+ */
}

.survey-blog-header {
  background-image: url("../img/libraryBanner.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/libraryBanner.png") !important; /* Chrome 10+, Saf5.1+ */
}

.journal-header-1 {
  background-image: url("../img/landingpage1.jpg") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/landingpage1.jpg") !important; /* Chrome 10+, Saf5.1+ */
}

.journal-header-2 {
  background-image: url("../img/landingpage2.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/landingpage2.png") !important; /* Chrome 10+, Saf5.1+ */
}

.index-header-2 {
  background-image: url("../img/libraryBanner.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.71)),
      to(rgba(0, 0, 0, 0.71))
    ),
    url("../img/libraryBanner.png") !important; /* Chrome 10+, Saf5.1+ */
}

.index-header-2-darker {
  background-image: url("../img/libraryBanner.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../img/libraryBanner.png") !important; /* Chrome 10+, Saf5.1+ */
}

.journal-header-3 {
  background-image: url("../img/landingpage3.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/landingpage3.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: top top !important;
}

.journal-header-4 {
  background-image: url("../img/landingpage4.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/landingpage4.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: bottom bottom !important;
}

.journal-header-divestment {
  background-image: url("../img/ffm.jpg") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/ffm.jpg") !important; /* Chrome 10+, Saf5.1+ */
  background-position: center center !important;
}

.journal-header-5 {
  background-image: url("../img/landingpage5.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/landingpage4.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: bottom bottom !important;
}

.journal-header-6 {
  background-image: url("../img/landingpage5.png") !important; /* fallback */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../img/journal-card.png") !important; /* Chrome 10+, Saf5.1+ */
  background-position: bottom bottom !important;
}

.cover-arrow-journal {
  margin-top: 13px !important;
}

.cover-arrow {
  margin-top: 20px;
}

.tag-button {
  display: inline-block;
  margin-top: 7px;
  border-radius: 5px;
  border: 2px solid #4257b2;
  color: #4257b2;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 2px;
  transition: all 0.3s ease;
}

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

.styling-the-table {
  padding-left: 0px !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.hide-bottom-border {
  border-bottom: 0px solid #000 !important;
}

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

.split-line {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #edf2f9;
  height: 1px;
}

.position-creation-circles {
  position: absolute;
  top: 15px;
  right: 15px;
}

.creation-circle {
  color: #4258b1;
  margin-right: 5px;
  border: 2px solid #4258b1;
  font-size: 24px;
  padding: 6px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.creation-circle:hover {
  cursor: pointer;
  background: #4258b1;
  color: #fff;
}

.blog-nav-active {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-nav-inactive {
  top: -300px;
}

.creation-circle-twitter {
  border: 2px solid #1b9ff1;
  color: #1b9ff1;
}

.creation-circle-twitter:hover {
  background: #1b9ff1;
  color: #fff;
}

.creation-circle-trash {
  border: 2px solid #e44c3c;
  color: #e44c3c;
}

.creation-circle-trash:hover {
  background: #e44c3c;
  color: #fff;
}

.kill-max-height {
  max-height: none !important;
}

.card-title {
  font-size: 16.42px;
}

.make-bigger {
  font-size: 23px !important;
}

.dash-card-body {
  color: #95a9c9;
  font-size: 17.5px;
}

.get-started-button {
  font-size: 21.42px;
  letter-spacing: 1.2px;
}

.larger-arrow {
  font-size: 19.3px;
  position: relative;
  top: 1px;
  left: -2px;
  transition: all 0.3s ease;
}

.does-not-have-calendar-header {
  font-size: 20.42px;
  color: #12233f;
}

.calendar-provider-logo {
  height: 60px;
  width: 60px;
  margin-left: 6px;
  margin-right: 6px;
}

.resize-top-dash {
  height: 55vh;
}

.welcome-dash-sub {
  font-size: 20px;
}

.welcome-dash-header {
  font-size: 55px;
  letter-spacing: 10px;
}

.header-elements-position {
  position: relative;
  top: 4vh;
}

.signup-box {
  position: relative;
  top: 60px;
}

.subscription-cancelled-message {
  font-size: 18.3px;
  margin-bottom: 20px;
}

.renew-subscription {
  background: transparent !important;
  border-color: #4257b2 !important;
  color: #4257b2 !important;
}

.renew-subscription:hover {
  background: #4257b2 !important;
  color: #fff !important;
}

.account-box-header {
  font-size: 17px;
  display: inline-block;
  color: #11223f;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
}

.account-box-header-trialing {
  background: #f39c12;
}

.account-box-header-active {
  background: #8efabb;
}

.account-box-header-inactive {
  background: #e34c3c;
  color: #fff !important;
}

.account-link-button {
  display: inline-block;
  color: #4257b2;
  border: 3px solid #4257b2;
  padding-left: 13.5px;
  font-size: 17px;
  padding-right: 13.5px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all 0.3s ease;
}

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

.start-session-button {
  display: inline-block;
  background: transparent;
  border: 3.5px solid #8efabb;
  border-radius: 5px;
  font-size: 24.42px;
  padding-left: 13px;
  color: #8efabb;
  padding-right: 13px;
  padding-top: 7.5px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  padding-bottom: 7.5px;
  transition: all 0.3s ease;
}

.start-session-button:hover {
  cursor: pointer;
  letter-spacing: 4.2px;
  background: #8efabb;
  color: #12233f;
}

.view-full-blog {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  transition: all 0.25s ease;
  background: transparent;
  color: #12233f;
  border-bottom: 3.5px solid #12233f;
}

.view-full-blog:hover {
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  letter-spacing: 3.2px;
  padding-left: 12px;
  padding-right: 12px;
  background: #12233f;
  border-bottom: 3.5px solid transparent;
  border-radius: 5px;
  color: #fff;
}

.footer-button {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 200px !important;
  font-size: 17px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
}

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

.client-record-item-notification {
  font-size: 18.42px;
  font-style: italic;
  color: #12233f;
}

.no-clients-box {
  background: #12233f;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.no-clients-box-header {
  font-size: 25.42px;
  color: #fff;
}

.capitalize {
  text-transform: capitalize;
}

.loading-element {
  font-size: 32px;
  letter-spacing: 1.2px;
  display: inline-block;
  color: #8efabb;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  background: #12233f;
}

.note-header {
  font-size: 28px;
  color: #8efabb;
}

.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;
}

.notes-box-header-two {
  color: #12233f;
  font-size: 32.42px;
}

.notes-dark-container {
  background: #12233f;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-right: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

.notes-body {
  margin-top: -1px;
  font-size: 20px;
  color: #fff;
}

.no-clients-box-subheader {
  font-size: 22px;
  font-style: italic;
  color: #fff;
}

.no-clients-box-button {
  margin-bottom: 2px;
  margin-top: 7.42px;
  display: inline-block;
  border: 3.5px solid #8efabb;
  color: #8efabb;
  font-size: 21.42px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  padding-top: 5.42px;
  padding-bottom: 5.42px;
  transition: all 0.3s ease;
}

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

.view-full-blog-green {
  color: #3bdc80 !important;
  border-bottom: 3.5px solid #3bdc80;
}

.view-full-blog-green:hover {
  background: #3bdc80 !important;
  color: #fff !important;
}

.view-full-blog-darker:hover {
  color: #12233f !important;
}

.larger-arrow-moved {
  left: 1px;
}

.smaller-dash-card {
  position: relative;
  top: 0px;
  transition: all 0.3s ease;
}

.instructions-numbers {
  border-radius: 100%;
  height: 65px;
  width: 65px;
  color: #12243f;
  line-height: 65px;
  font-size: 30px;
  background: #8efabb;
}

.smaller-dash-card:hover {
  top: -3px;
  background: #f7f7f7;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-box {
  color: #8efabb;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  background: #12233f;
  border-radius: 10px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease;
}

.blog-post-box:hover {
  cursor: pointer;
  top: -3px;
  color: #12233f;
  background: #8efabb;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.blog-post-box-index {
  background: #3fe887;
  color: #12233f !important;
}

.blog-post-box-index:hover {
  background: #38d37a !important;
}

.blog-post-dash-date {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.blog-post-dash-header {
  font-size: 23px;
  margin-bottom: 6px;
}

.blog-post-dash-body {
  font-size: 16px;
  margin-bottom: 6px;
}

.vertical-center-element {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.instructions-box {
  background: #fff !important;
  border-radius: 5px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 70px;
  padding-right: 70px;
  color: #12233f !important;
}

.instructions-image {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  height: 500px;
  width: auto;
  max-width: 100%;
  background: transparent no-repeat center;
  background-size: contain;
}

.instructions1 {
  background-image: url("../img/emdrinstructions1.png");
}

.instructions2 {
  background-position: left left !important;
  background-image: url("../img/emdrinstructions2.png");
}

.instructions3 {
  background-position: left left !important;
  background-image: url("../img/emdrinstructions3.png");
}

.instructions4 {
  background-position: left left !important;
  background-image: url("../img/emdrinstructions4.png");
}

.instructions5 {
  background-position: left left !important;
  background-image: url("../img/emdrinstructions5.png");
}

.instructions6 {
  background-position: left left !important;
  background-image: url("../img/emdrinstructions6.png");
}

.instructions-text {
  font-size: 17.5px;
}

.emdr-header {
  background: #12243f;
  color: #fff;
  height: 25vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
  background-size: cover !important;
}

.index-header-top {
  background: #12243f;
  color: #fff;
  height: 78vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.session-text-larger {
  font-size: 45px;
  letter-spacing: 5px;
  color: #0f203f;
}

.page-tag-button {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border: 3px solid #0f203f;
  color: #fff;
  width: 156.5px !important;
  background: #0f203f;
  border-radius: 5px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  font-size: 17.5px;
  transition: all 0.3s ease;
}

.page-tag-button:hover {
  cursor: pointer;
  background: #fff;
  color: #0f203f;
}

.page-tag-number {
  height: 41px;
  width: 41px;
  border-radius: 45px;
  border: 3px solid #0f203f;
  line-height: 38px;
  font-size: 19.5px;
}

.find-professional-subheader {
  font-size: 20.3px;
  color: #33da79;
}

.practitioner-box-style {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2.5px solid #11223f;
  padding-top: 15px;
  padding-bottom: 20px;
}

.find-professional-text {
  display: inline-block;
  background: #11223f;
  color: #fff;
  font-size: 27px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.card-body-practitioner {
  background: #0f213f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sort-by {
  color: #11223f;
  font-size: 20.2px;
}

.sort-text {
  color: #11223f;
  font-size: 17px;
}

.sort-css {
  margin-top: 3px;
  margin-left: 3px !important;
  display: block;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 700;
  color: #11223f !important;
  border: 2px solid #11223f;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 263px;
  height: 33.5px !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0.5em;
  transition: all 0.25s ease;
  background-color: transparent;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.sort-css::-ms-expand {
  display: none;
}
.sort-css:hover {
  cursor: pointer !important;
  border-color: #11223f;
  background: #11223f;
  color: #fff !important;
}
.sort-css:focus {
  border-color: #11223f;
  background: #11223f;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #fff !important;
  outline: none;
}
.sort-css option {
  font-weight: normal;
}

.darker-border-top {
  margin-top: 5px;
  border-radius: 5px;
  border-top: 2.75px solid #11223f;
}

.star-style {
  color: #8efabb;
  font-size: 22px;
  margin-left: 0.5px;
  margin-right: 0.5px;
}

.overflow-wrapper {
  overflow-x: hidden !important;
}

.find-professional-header {
  font-size: 31px;
  color: #fff;
}

.practitioner-credentials {
  color: #ffff;
}

.practitioner-button {
  border: 2.5px solid #fff;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17.85px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.practitioner-button:hover {
  background: #fff;
  color: #0f213f;
}

.view-profile {
  color: #8efabb;
  font-size: 16.2px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 5px;
  letter-spacing: initial;
}

.view-profile:hover {
  letter-spacing: 2px;
  background: #8efabb;
  color: #0f213f;
}

.practitioner-image {
  background-size: cover;
  background-position-y: center !important;
  background-position: center;
  border: 2.3px solid #fff;
  /*height:110px;
    width:110px;
    */
  height: 125px;
  width: 133.6px;
  border-radius: 110px;
  margin-top: 5px;

  margin-bottom: 5px;
}

.practitioner-divider {
  margin-top: 5px;
  background: #8efabb;
  height: 3px;
  width: 70px;
}

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

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

.header-pretitle-large {
  font-size: 14.2px !important;
}

.purple-color-icon {
  color: #9cc9e7 !important;
}

.prac-qual-box {
  color: #fff;
  font-size: 20.42px;
  background: #12233f;
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.enter-qual-button {
  display: inline-block;
  margin-top: 10px;
  border: 3.5px solid #fff;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20.42px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

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

.load-more-reviews {
  letter-spacing: 4.1px;
  font-size: 19.4px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  background: #102240;
  border: 2.5px solid #102240;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.load-more-reviews:hover {
  color: #102240;
  background: transparent;
  cursor: pointer;
}

.practitioner-header-title {
  margin-top: 10px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  font-size: 39.5px !important;
}

.practitioner-subheader-title {
  font-style: italic;
  font-size: 23.42px !important;
}

.flex-same-height {
  display: flex; /* equal height of the children */
}

.flex-col {
  flex: 1;
}

.practitioner-card-main {
  position: relative;
  top: -50px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.practitioner-box {
  position: relative;
  top: 0px;
  background: #10213f;
  padding-top: 13.5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 13.5px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.practitioner-box:hover {
  cursor: pointer;
  top: -2px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.65) !important;
}

.practitioner-card {
  position: relative;
  top: 0px;
  transition: all 0.2s ease;
}

.practitioner-card:hover {
  cursor: pointer;
  top: -2.2px;
}

.practitioner-box-name {
  margin-top: 8px;
  color: #fff;
  font-size: 22.5px;
}

.find-professional-text-green {
  color: #8efabb;
  font-size: 18px;
}

.professional-header {
  position: relative;

  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
  background: #11223f;
}

.dark-header-top {
  background: #12243f;
  color: #fff;
  height: 45vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.password-change {
  display: inline-block;
  transition: all 0.3s ease;
  background: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #13243f;
  font-size: 18px;
  border-radius: 5px;
}

.password-change:hover {
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  background: #13243f;
  color: #8efabb;
}

.the-feature-box {
  position: relative;
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background: #13243f;
  transition: all 0.3s ease;
}

.the-feature-box:hover {
  cursor: pointer;
  top: -3px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.the-feature-header {
  font-size: 27px;
  color: #8efabb;
}

.the-feature-subheader {
  font-style: italic;
  font-size: 22px;
  color: #fff;
}

.market-header-text {
  font-size: 60px;
  letter-spacing: 7px;
}

@media only screen and (max-width: 480px) {
  .modify-button-size-mobile {
    font-size: 10px;
  }
}

@media only screen and (max-width: 440px) {
  .modify-button-size-mobile {
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    font-size: 10px;
  }
}

.dark-header-top-larger {
  height: 65vh !important;
}

.read-full-post {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 21.42px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  padding-left: 13px;
  padding-right: 13px;
  border: 3.5px solid #ffffff;
  background: #8efabb;
  color: #12233f;
}

.read-full-post:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
  background: #12233f;
  color: #fff;
}

.read-full-post-index {
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 21.42px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  padding-left: 13px;
  padding-right: 13px;

  background: #12233f !important;
  color: #3fe887 !important;
}

.read-full-post-index:hover {
  cursor: pointer;
  letter-spacing: 1.2px;
  background: #fff !important;
  color: #12233f !important;
}

.testing-card {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: relative;
  top: -31px;
  overflow: scroll;
  max-height: 65vh;

  /*height:auto;*/
}

.blog-dash-divider {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 3.5px;
  background: #12233f;
  width: 110px;
}

.delete-this-report {
  color: #12233f;
  border: 3.5px solid #e74c3c;
  background: #e74c3c;
  font-size: 22.42px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  transition: all 0.3s ease;
}

.delete-this-report:hover {
  background: transparent;
  color: #e74c3c;
  cursor: pointer;
}

.allow-that-scroll {
  overflow-y: scroll !important;
}

.modify-testing-card {
  height: auto !important;
  overflow: auto !important;
}

.blog-dash-header {
  color: #12233f;
  text-transform: uppercase;
  letter-spacing: 30px;
  font-size: 62px;
  font-weight: bold;
}

.blog-dash-subheader {
  color: #12223f;
  margin-top: -5px;
  font-size: 22px;
}

.testing-card-large {
  top: -12px !important;
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.time-animate {
  background: red !important;
  transition: all 0.3s ease !important;
}

.transition-time {
  transition: all 0.3s ease;
}

.fixed-hidden {
  height: 100vh;
  opacity: 1 !important;
  position: fixed !important;
  top: 100vh !important;
}

.fixed-visible {
  height: 100vh;
  opacity: 1 !important;
  position: fixed !important;
  top: 0vh !important;
}

.tag-button-active {
  background: #4257b2;
  color: #fff;
}

.eliminate-left-pad {
  padding-left: 0px !important;
}

.highlight-blue-hover:hover {
  color: #4257b2 !important;
}

.plan-features {
  border-bottom: 1px solid #4257b2 !important;
}

.journal-view {
  color: #8efabb;
  border: 2px solid #8efabb;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 14.5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
}

.journal-view:hover {
  cursor: pointer;
  background: #8efabb;
  color: #fff;
}

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

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

.widget-card {
  height: 355px;
}

.go-to-page-button {
  margin-top: 10px;
  display: inline-block;
  font-style: 19.2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  border-radius: 5px;
  border: 3.5px solid #4257b2;
  color: #4257b2;
  transition: all 0.3s ease;
}

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

.prompt-box-button {
  color: #fff;
  border: 2px solid #95a9c9;
  background: #95a9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.prompt-box-button:hover {
  cursor: pointer;
  background: transparent;
  color: #95a9c9;
}

.red-prompt-box {
  color: #fff;
  background: #95a9c9;
  border-radius: 5px;
  border: 2px solid #95a9c9;
}

.red-prompt-box:hover {
  cursor: pointer;
  background: #95a9c9;
  color: #95a9c9;
}

.purple-prompt-box {
  color: #fff;
  background: #95a9c9;
  border-radius: 5px;
  border: 2px solid #95a9c9;
}

.purple-prompt-box:hover {
  cursor: pointer;
  background: #fff;
  color: #9a59b6;
}

.prompt-box {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4.2px;
  padding-bottom: 4.2px;
  border-radius: 5px;
  transition: all 0.3s;
}

.pad-analysis {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0px;
}

.header-date-text {
  font-size: 45px;
  color: #fff;
  text-align: center;
  padding-top: 10.5vh;
  padding-bottom: 10.5vh;
}

.top-item {
  padding-top: 15px;
  border-top: 1px solid #95a9c9;
}

.plan-item {
  font-size: 17px;
  margin-top: 15px;
  list-style-type: none;
  border-bottom: 0.4px solid #95a9c9;
  padding-bottom: 5px;
  padding-top: 5px;
}

.list-group-green {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;

  color: #8efabb;
  background: #ccf6e5;
}

.therapy-over-box-subheader-tiny {
  font-size: 17.2px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.view-journal {
  transition: all 0.3s ease;
  color: #4257b2 !important;
  border-bottom: 2px solid transparent;
}

.view-journal:hover {
  cursor: pointer;
  border-bottom: 2px solid #4257b2;
}

.header-component {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #95a9c9;
}

.large-goal-button {
  font-size: 17px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.dashboard-return-analysis {
  padding-left: 25.42px;
  padding-right: 25.42px;
  width: 100%;
  left: 0;
  position: absolute;
  color: #8efabb;
  padding-bottom: 10px;
  z-index: 99999 !important;
}

.dashboard-return {
  color: #8efabb;
  padding-bottom: 10px;
  z-index: 99999 !important;
}

.dashboard-arrow {
  color: #8efabb;
  position: relative;
  top: 2px;
  font-weight: bold;
}

.dashboard-arrow-blue {
  color: #4257b2 !important;
}

.styled-select {
  background: transparent;
  box-shadow: none;
  border: 2px solid #8efabb;
  border-radius: 10px;
  color: #8efabb;
  transition: all 0.3s ease;
}

.styled-select:hover {
  cursor: pointer;
  color: #fff;
  background: #8efabb;
}

.return-text-blue {
  color: #4257b2 !important;
}

.return-text {
  color: #8efabb;
  transition: color 0.3s ease;
}

.return-text:hover {
  cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
  transition: color 0.3s ease;
}

.dashboard-back {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #4257b2;
  transition: all 0.3s ease;
  border: 2px solid #4257b2;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
}

.text-entry-blue:focus {
  border: 1px solid #4257b2 !important;
}

.grad-button {
  margin-top: 15px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 16.3px;
  display: inline-block;
  border: 2.5px solid #4257b2;
  color: #4257b2;
  transition: all 0.3s ease;
  background: transparent;
}

.skip-step {
  color: #95aac9;
  font-size: 17.5px;
  border-bottom: 2.5px solid transparent;
  transition: all 0.3s ease;
}

.skip-step:hover {
  cursor: pointer;
  border-bottom: 2.5px solid #95aac9;
}

.highlight-text-promp {
  display: inline-block !important;
  background: #8efabb;
  color: #102240;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.verify-promote-text-darker {
  background: #0f203f !important;
  color: #fff !important;
  font-size: 30px !important;
}

.promotion-box-hover {
  position: relative !important;
  top: 0;
  transition: all 0.25s ease !important;
}

.promotion-box-hover:hover {
  cursor: pointer;
  top: -2.5px;
}

.verify-promote-text {
  background: #fff;
  color: #11223f;
  border-top-width: 0px !important;
  font-size: 17.5px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: 3px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  letter-spacing: 3px;
  width: 97%;
}

.verify-promote-img-larger {
  display: block !important;
  width: 97%;
  height: 315px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.verify-promote-img {
  display: block !important;
  width: 97%;
  height: 220px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.btn-style-outline {
  border: 2.5px solid #4257b2 !important;
  background: transparent !important;
  color: #4257b2 !important;
  transition: all 0.3s ease;
}

.btn-style-outline:hover {
  background: #4257b2 !important;
  color: #fff !important;
}

.btn-style {
  border: 2.5px solid #4257b2 !important;
  font-size: 21.3px !important;
  background: #4257b2 !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-style:hover {
  background: transparent !important;
  color: #4257b2 !important;
}

.dashboard-text {
  font-size: 17px;
  display: inline-block !important;
  color: #4257b2 !important;
  border-bottom: 2.5px solid transparent !important;
  transition: all 0.3s ease;
}

.dashboard-text:hover {
  border-bottom: 2.5px solid #4257b2 !important;
}

.dashboard-card {
  background: #fff !important;
}

.eggshell {
  color: #f0f3f4;
}
.dashboard-back:hover {
  cursor: pointer;
  color: #fff;
  background: #4257b2;
}

.email-not-verified-box {
  display: block !important;
  height: 40px !important;
  width: 1px !important;
  background: transparent !important;
}

.verify-your-email {
  margin-top: -5px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
  color: #fff;
  background: #12233f;
}

.schedule-hidden {
  top: -300px;
}

.appointment-time {
  border: 3.5px solid #112240;
  font-size: 28.5px;
  background: #112240;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

.appointment-time:hover {
  color: #112240;
  cursor: pointer;
  background: transparent;
}

@media only screen and (max-width: 780px) {
  .appointment-entering {
    font-size: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .appointment-entering {
    font-size: 25px;
  }

  .scroll-down-mate {
    font-size: 17px;
  }

  .appointment-time {
    font-size: 19.4px;
  }
}

@media only screen and (max-width: 380px) {
  .appointment-entering {
    font-size: 25px;
  }

  .scroll-down-mate {
    font-size: 14.5px;
  }
}

.appointment-entering {
  color: #fff !important;
  font-size: 37px;
  width: 100vw;
  left: 0;
  border-bottom: 3px solid #2ed175;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background: #112240 !important;
  position: fixed !important;
  margin-left: auto !important;
  margin-left: auto !important;
  transition: all 0.35s ease;
  z-index: 999999999999999 !important;
}

.verify-your-email-header {
  font-size: 24px !important;
  color: #fff;
}

.verify-your-email-body {
  margin-top: 2.5px;
  font-size: 15.6px;
  color: #8efabb;
}

.disclaimer-text-color {
  color: #95a7c9;
}

.no-display {
  display: none !important;
}

.verify-your-email-button {
  display: inline-block;
  margin-top: 15px !important;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

.verify-your-email-button:hover {
  cursor: pointer;
  background: #fff;
  color: #12223f;
}

.larger-promotion {
  font-size: 19.1px;
}

.dropdown-item:hover {
  cursor: pointer;
  color: #4257b2 !important;
}

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

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

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

.dropdown-toggle::after {
  display: none !important;
}

.smaller-dash-input {
  display: inline-block !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  color: #fff !important;
  background: #4257b2 !important;
  border: 2px solid #4257b2 !important;
  padding-top: 2px;
  width: 60px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  transition: all 0.3s ease !important;
}

.dashboard-time-input {
  display: inline-block !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  color: #fff !important;
  background: #4257b2 !important;
  border: 2px solid #4257b2 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease !important;
}

.dashboard-time-input:focus {
  color: #4257b2 !important;
  background: transparent !important;
}

.dashboard-goal-input {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 95px;
  outline: none !important;
  border-radius: 5px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  background: #4257b2 !important;
  border: 2px solid #4257b2;
  box-shadow: none;
  transition: all 0.3s ease;
}

.dashboard-goal-input:hover {
  cursor: pointer;
}

.dashboard-goal-input:focus {
  border-radius: 5px;
  border: 2px solid #4257b2 !important;
  background: transparent !important;
  color: #4257b2 !important;
}

.goal-button {
  display: inline-block;
  background: #4257b2;
  color: #fff;
  border: 2.5px solid #4257b2;

  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.green-divider {
  height: 2px;
  background: #8efabb;
}

.padding-margin-right {
  margin-right: 10px;
}

.padding-margin-left {
  margin-left: 10px;
}

.modified-card-title {
  font-size: 15.5px !important;
  letter-spacing: 4px !important;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.modified-prompt-title {
  width: 95%;
  font-size: 18px;
}

.promt-selection-button {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15.5px;
  padding-right: 15.5px;
  font-size: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2.5px solid #12233f;
  color: #12233f !important;
  transition: all 0.3s ease;
}

.promt-selection-button:hover {
  cursor: pointer !important;
  background: #12233f !important;
  color: #fff !important;
}

.prompt-body {
  display: inline-block !important;
  word-wrap: break-word !important;
  width: 95vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 25.5px;
  color: #fff;
}

.prompt-announcement {
  color: #fff;
  width: 300px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.prompt-announcement-divider {
  width: 100px;
  height: 2px;
  background: #fff;
}

.prompt-card {
  position: relative;
  top: 0px;
  width: 99%;
  background-color: #fff;
  padding-left: 120px;
  padding-right: 10px;

  height: 225px;
  display: flex;
  align-items: center;
  /*
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
    */

  border-radius: 6.5px;
  transition: all 0.3s ease;
}

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

.goal-button:hover {
  border: 2.5px solid #4257b2;
  color: #4257b2;
  cursor: pointer;
  background: transparent;
}

.analyze-link {
  color: #4257b2;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease;
}

.analyze-link:hover {
  cursor: pointer;
  border-bottom: 2px solid #4257b2;
}

.prompt-header {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 23px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.new-prompt-text {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 13px;
  display: inline-block;
  color: #95a9c9;
  transition: all 0.3s ease;
  border: 2px solid #95a9c9;
}

.new-prompt-text:hover {
  cursor: pointer;
  color: #fff;
  background: #95a9c9;
}

.new-prompt {
  position: relative;
  top: -3px;
  font-size: 17px;
  color: #4257b2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 5px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 18px;
  padding-right: 18px;
  background: transparent;
  transition: all 0.3s ease;
}

.new-prompt:hover {
  top: -5px;
  cursor: pointer;
  background: #4257b2;
  color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.negative-margin {
  margin-top: -23px;
}

.nav-top {
  height: 60px !important;
}

.dashboard-goal {
  font-size: 32px;
}

.random-prompt-title {
  font-size: 29.5px;
  font-weight: lighter;
}

.view-all {
  color: #4257b2;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  font-size: 17px;
}

.view-all:hover {
  cursor: pointer;
  border-bottom: 2px solid #4257b2;
}

.return-dash {
  margin-top: 10px;
  color: #8efabb;
  border: 2px solid #8efabb;
  border-radius: 5px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
}

.return-dash:hover {
  cursor: pointer;
  color: #fff;
  background: #8efabb;
}

.category-width {
  max-width: 94% !important;
}

.category-button {
  position: relative;
  top: 0px;
  max-width: 500px;
  border: 2.5px solid #12233f;
  color: #12233f;
  font-size: 20.5px;
  border-radius: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all 0.3s ease;
}

.category-button:hover {
  top: -2.5px;
  cursor: pointer;
  background: #12233f;
  color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
}

.dashboard-goal-time {
  margin-top: 8px;
  width: 150px !important;
  border-bottom: 3.1px solid #4257b2 !important;
  color: #f0f3f4;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 1.6px !important;
}

.dashboard-goal-time:focus {
  color: #4257b2 !important;
}

.category-toggle-text {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #8efabb;
  font-size: 17px;
}

.bulb-button {
  position: relative;
  top: 3px;
  font-size: 18px;
}

.prompt-button-green {
  border: 2.5px solid #8efabb !important;
  color: #8efabb;
}

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

.prompt-button-green:hover {
  color: #12233f;
  background: #8efabb;
}

.prompt-button-green-not-selected {
  background: transparent !important;
  color: #8efabb !important;
}

.prompt-category-button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}

.journal-entry-date {
  font-size: 13.5px;
  text-transform: uppercase;
  color: #fff;
}

.journal-entry-title {
  color: #fff;
  font-size: 17px;
}

.journal-entry-body {
  color: #fff;
}

.journal-divider {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  height: 1.4px;
  width: 245px;
}

.journal-container {
  background: #95a8c9;
  padding-top: 18px;
  padding-bottom: 19px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
}

.journal-entry-button {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 11px;
  padding-right: 11px;
  transition: all 0.3s;
}

.journal-entry-button:hover {
  cursor: pointer;
  background: #fff;
  color: #95a7c9;
}

.prompt-button {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  border-radius: 5px;
  border: 2.5px solid #4257b2;
  color: #4257b2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 0.3s ease;
}

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

.no-tags {
  display: inline-block;
  border: 2px solid #4257b2;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4257b2;
  font-size: 16.3px;
  border-radius: 5px;
}

.words-left {
  color: #102240;
  font-size: 17.2px;
}

.white-text {
  color: #fff !important;
}

.large-calendar-button {
  display: inline-block !important;
  font-size: 18.4px;
  color: #102240;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease;
  border: 3.5px solid #102240;
  border-radius: 5px;
}

.large-calendar-button:hover {
  cursor: pointer;
  background: #102240;
  color: #fff;
}

/*
@media only screen
and (max-width:)

*/

.modified-testing-card {
  padding-bottom: 30px !important;
}

.tag-box {
  font-size: 16.3px;
  margin-top: 8.4px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  padding-left: 5.5px;
  padding-right: 5.5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid #4259b0;
  border-radius: 5px;
  color: #4259b0;
}

.entry-edit-length {
  max-width: 850px !important;
}

.tags-subheader {
  font-size: 17px;
}

.header-img-top-modified {
  max-height: 35vh !important;
}

.no-left-right {
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.loading-report {
  border-top: 3.5px solid #8efabb;
  font-size: 26px;
  color: #8efabb;
  border-bottom: 3.5px solid #8efabb;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.view-remote-button {
  border-radius: 5px;
  font-size: 24px;
  color: #12233f;
  transition: all 0.3s ease;
  background: #fff;
}

.view-remote-button:hover {
  background: #12233f;
  color: #fff;
  letter-spacing: 1.2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  cursor: pointer;
}

.center-text-small {
  text-align: right;
}

.qualification-title {
  margin-top: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 33px;
}

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

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

@media only screen and (max-width: 500px) {
  .report-pane-header-box {
    height: 60vh !important;
  }

  .provides-clients {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {
  .qualification-title {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 376px) {
  .qualification-title {
    font-size: 14.5px !important;
  }
}

@media only screen and (max-width: 322px) {
  .qualification-title {
    font-size: 9.5px !important;
  }

  .provides-clients {
    font-size: 16px;
  }
}

@media only screen and (max-width: 637px) {
  .practitioner-header-title {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 420px) {
  .report-pane-header {
    position: relative;
    top: 20px;
    font-size: 23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .report-pane-header {
    position: relative;
    top: 30px;
    font-size: 30px;
  }

  .text-right-sometimes {
    text-align: center !important;
  }

  .text-left-sometimes {
    text-align: center !important;
  }
}

@media only screen and (max-width: 420px) {
  .larger-star {
    font-size: 26px !important;
  }

  .smaller-star {
    font-size: 21px !important;
  }
  .review-individual-header {
    font-size: 24px !important;
  }

  .review-individual {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 751px) {
  .center-text-small {
    text-align: left !important;
  }
}

@media only screen and (max-width: 751px) and (min-width: 415px) {
  .blog-dash-header {
    font-size: 33.5px !important;
    letter-spacing: 11.2px !important;
  }
}

@media only screen and (max-width: 414px) {
  .blog-dash-header {
    font-size: 26.5px !important;
    letter-spacing: 5.2px !important;
  }
}

@media only screen and (min-width: 1510px) {
  .verify-promote-img-larger {
    height: 45vh !important;
  }

  .verify-promote-text-larger {
    position: relative;
    top: -2px;
  }
}

@media only screen and (max-width: 405px) {
  .prompt-button {
    border: 2.5px solid #4257b2;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    font-size: 14.3px;
    padding-bottom: 3px;
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 360px) {
  .bulb-button {
    font-size: 14px;
  }

  .prompt-button {
    top: 32px;
    right: 10px;
    font-size: 11px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
  }
}

@media only screen and (max-width: 470px) {
  .entry-write {
    font-size: 12px;
  }
}

@media only screen and (max-width: 350px) {
  .blog-header-img {
    font-size: 33px;
    letter-spacing: 4.5px;
  }
}

@media only screen and (max-width: 374px) {
  .tool-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all 0.3s ease;
  }
}

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

  .tool-description {
    font-size: 19.5px;
  }
}

@media only screen and (max-width: 655px) {
}

@media only screen and (max-width: 1000px) {
  .tool-box {
    width: 11 0%;
    height: 26.5vh;
  }

  .blog-dash-header {
    letter-spacing: 23px;
    font-size: 50px;
  }
}

@media only screen and (max-width: 908px) {
  .larger-promotion {
    font-size: 15.25px;
  }
}

@media only screen and (max-width: 610px) {
  .larger-promotion {
    font-size: 18.1px !important;
  }
}

@media only screen and (max-width: 415px) {
  .creation-circle {
    font-size: 20px;
    padding: 4px;
  }

  .title-style {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .cover-option-box {
    height: 292px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media only screen and (min-width: 1295px) {
  .cover-option-box {
    height: 302px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media only screen and (min-width: 1000px) {
  .journal-header-img {
    font-size: 55px !important;
    line-height: 72vh;
    height: 76vh !important;
  }

  .write-entry-text {
    font-size: 65px !important;
  }
}

@media only screen and (min-width: 1105px) {
  .journal-header-img-entry {
    height: 74vh !important;
  }
}

@media only screen and (max-width: 770px) and (min-width: 655px) {
  .journal-header-img {
    font-size: 53.65px;
  }

  .write-entry-text {
    font-size: 55px !important;
  }
}

@media only screen and (max-width: 4525px) and (min-width: 330px) {
  .write-entry-text {
    font-size: 37.65px;
  }
}

@media only screen and (max-width: 329px) {
  .write-entry-text {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 769px) {
  .analyze-box-section-choice {
    position: relative;
    top: -5px;
    left: 2px;
    font-size: 9.9px;
    margin-left: 0.4px !important;
    margin-right: 0.4px !important;
  }
}

@media only screen and (max-width: 384px) {
  .analyze-box-section-choice {
    position: relative;
    top: -5px;
    left: 2px;
    font-size: 9.9px;
    margin-left: 0.4px !important;
    margin-right: 0.4px !important;
  }
}

@media only screen and (max-width: 805px) and (min-width: 385px) {
  .analyze-box-section-choice {
    position: relative;
    left: 1.5px;
    top: 3px;
    font-size: 12.3px;
  }
}

@media only screen and (max-width: 321px) {
  .loading-text {
    font-size: 28px;
    letter-spacing: 3.2px;
  }

  .goal-button-shrink {
    position: relative;
    left: 10px;
    top: 3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    border-radius: 5px;
  }

  .entry-write {
    font-size: 11.5px;
  }
}

@media only screen and (max-width: 374px) {
  .return-text {
    font-size: 10px !important;
  }

  .styled-select {
    font-size: 10px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}

@media only screen and (max-width: 429px) {
  .return-text {
    font-size: 13.2px;
  }

  .styled-select {
    font-size: 12.5px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media only screen and (max-width: 360px) {
  .no-more-goals {
    font-size: 15px !important;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 639px) {
  .goal-percentage {
    color: #12223f !important;
  }
  .goal-results-divider {
    display: none;
  }

  .goal-percentage-bar {
    width: 70% !important;
  }

  .block-mobile {
    margin-top: -15px;
    padding-bottom: 23px;
    display: block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 640px) {
  .goal-percentage {
    color: #12223f !important;
  }
  .goal-percentage-bar {
    width: 30%;
    margin-left: 5px !important;
  }

  .goal-percentage {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bolder;
  }
}

@media only screen and (max-width: 982px) and (min-width: 768px) {
  .goal-percentage {
    color: #12223f !important;
  }
  .goal-percentage-bar {
    width: 40%;
  }

  .goal-results-box-header {
    position: relative;
    left: -8px;
    display: inline-block;
    padding: 20px;
    padding-right: 24px;
  }

  @media only screen and (max-width: 374px) {
    .styled-select {
      font-size: 10px !important;
    }
  }

  @media only screen and (max-width: 407px) {
    .return-text {
      font-size: 11px;
    }

    .dashboard-back {
      font-size: 14px;
    }

    .entry-write {
      font-size: 11px;
      padding-left: 3px;
      padding-right: 3px;
    }
  }

  @media only screen and (max-width: 415px) {
    .styled-select {
      font-size: 14px;
    }

    .dashboard-goal {
      font-size: 16px;
    }

    .default-box {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      height: 160px;
      width: 230px;
    }
    .text-center-small {
      text-align: center !important;
    }
  }
}

.blog-mailing-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000 !important;
}
.blog-mailing-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}
.blog-mailing-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
.blog-mailing-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}
