body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
input[type="search"],
input[type="text"] {
  border-radius: 24px;
  padding: 18.5px 24px;
}
.border-base,
input[type="search"],
input[type="text"] {
  border: 0;
}
textarea {
  resize: vertical;
  border: 0 none #fff;
  overflow: hidden;
  padding: 0;
  outline: 0;
  background-color: #d0d0d0;
}
.logo {
  max-width: 100px;
  max-height: 75px;
  height: 75px;
  width: 100px;
}
.auth-button {
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -moz-appearance: none;
  font-size: 16px;
  min-width: 64px;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.75;
  margin-top: 12px;
  margin-bottom: 16px;
  text-decoration: none;
  color: #f2f6f7;
  padding: 6px 24px;
  font-style: italic;
  transition: all 0.3s ease-out;
  border-radius: 24px;
  text-transform: none;
  background-color: #5db2e3;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.auth-button:hover {
  color: #002655;
  background-color: #fff;
}
.auth-button:disabled {
  color: #002655;
  background-color: #fff;
}
.logout-container {
  position: relative;
  z-index: 100;
}
.logout-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 24px 24px;
}
.auth-visible {
  opacity: 1;
  z-index: 100;
  display: flex;
}
.auth-gone {
  opacity: 0;
  pointer-events: none;
}
.auth-none {
  display: none !important;
}
.auth-page {
  max-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  display: flex;
  background-color: rgba(255, 255, 255, 0.95);
  transition: opacity 0.5s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-contents {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
  padding: 36px 24px;
  min-height: 400px;
  background-color: #fff;
  border-color: #ccd9dd;
  border-style: solid;
  border-width: 4px;
  border-radius: 24px;
  z-index: 200;
  overflow: auto;
}
.auth-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
}
.auth-title__left {
  width: calc(100% - 100px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  min-height: 60px;
}
.auth-title__right {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-module-title {
  font-size: 32px;
  padding: 0 12px;
  font-weight: 700;
  color: #3e4066;
  margin: 0;
}
.auth-form-title {
  font-size: 18px;
  padding: 0 12px;
  color: #3e4066;
  margin: 0;
}
.auth-form {
  width: 100%;
  margin-top: 24px;
}
.auth-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.auth-form-item {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
  width: 100%;
  margin: 8px 0;
}
.auth-form-item__hidden {
  display: none;
}
.auth-form-item__visible {
  display: inline-flex;
}
.auth-form-label {
  width: 100%;
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.auth-form-input-base {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.1876em;
  width: 100%;
  position: relative;
  border-radius: 24px;
}
.auth-form-input-outline {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  pointer-events: none;
  border-color: #5db2e3;
}
.auth-form-textfield {
  font: inherit;
  color: currentColor;
  border: 0;
  margin: 0;
  display: block;
  min-width: 0;
  background: 0 0;
  box-sizing: content-box;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  line-height: 1;
  padding: 18.5px 24px;
  border-radius: 24px;
}
.auth-form-textfield:focus {
  outline: 0;
}
.auth-message-container {
  transition: height 0.5s ease-in;
}
.auth-message-entered {
  height: 60px;
  min-height: 60px;
  overflow: visible;
}
.auth-message-hidden {
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.auth-message-wrapper {
  display: flex;
}
.auth-message-wrapper-inner {
  width: 100%;
}
.auth-message {
  color: #002655;
  display: flex;
  padding: 6px 16px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent;
  color: #66091b;
  background-color: #ffe7ec;
  padding: 6px 24px;
  margin-top: 12px;
  border-radius: 24px !important;
}
.auth-message-success {
  color: #1e4620;
  background-color: #edf7ed;
}
.auth-message-text {
  padding: 8px 0;
}
.loading-page {
  max-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  display: flex;
  background-color: rgba(255, 255, 255, 0.98);
  transition: opacity 0.5s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading-text {
  color: #002655;
  font-size: 16px;
}
.stage_of_change-page {
  max-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  display: flex;
  background-color: rgba(255, 255, 255, 0.98);
  transition: opacity 0.25s;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lds-show {
  visibility: visible;
}
.lds-hide {
  visibility: hidden;
  width: 0 !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis-small {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 24px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #002655;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis-small div {
  position: absolute;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #002655;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis-small div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis-small div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2-small 0.6s infinite;
}
.lds-ellipsis-small div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2-small 0.6s infinite;
}
.lds-ellipsis-small div:nth-child(4) {
  left: 28px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2-small {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(12px, 0);
  }
}
.stage-of-change-page {
  max-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  background-color: rgba(82, 82, 114, 0.8);
  transition: opacity 0.5s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.stage-of-change-contents {
  overflow: auto;
}
.stage-of-change-card {
  border: 1px solid #4ab0e0;
  border-radius: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 48px;
  max-width: 850px;
  background-color: #fff;
  z-index: 155;
}
.stage-of-change-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
}
.stage-of-change-title__left {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stage-of-change-title__right {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-back-container {
  background-color: #01244e;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  border-radius: 100px;
  font-weight: 700;
  padding: 12px 24px;
  margin-left: 100px;
}
.stage-of-change-text {
  margin-bottom: 12px;
  color: #000;
}
strong {
  font-weight: 700;
}
.stage-of-change-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 24px;
  min-height: 100px;
}
.stage-of-change-grid__left {
  width: 50%;
  padding: 16px;
  border: 1px solid #4ab0e0;
  background-color: #fff;
  margin-right: 12px;
  border-radius: 12px;
  min-height: 100px;
  box-shadow: rgba(88, 88, 88, 0.8) 4px 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stage-of-change-grid__right {
  width: 50%;
  padding: 16px;
  border: 1px solid #4ab0e0;
  background-color: #01244e;
  margin-left: 12px;
  border-radius: 12px;
  min-height: 100px;
  box-shadow: rgba(88, 88, 88, 0.8) 4px 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.stage-of-change-grid-text {
  text-align: center;
}
.white-text {
  color: #fff;
}
.buttons-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.buttons-grid__left {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 12px;
}
.buttons-grid__right {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 12px;
}
.stage-of-change-button {
  min-width: 200px;
  font-style: normal;
  font-weight: 700;
}
.journal-entry-form {
  width: 100%;
  padding: 24px;
}
.journal-entry-page {
  max-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  width: 100vw;
  display: flex;
  background-color: rgba(82, 82, 114, 0.7);
  transition: opacity 0.5s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.journal-entry-contents-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
}
.journal-entry-contents {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 600px;
  min-height: 320px;
  background-color: #fff;
  border-color: #ccd9dd;
  border-style: solid;
  border-width: 4px;
  border-radius: 24px;
  z-index: 200;
  position: relative;
  max-height: 100%;
  overflow: auto;
}
.journal-entry-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
}
.journal-entry-header-grid {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.journal-entry-label {
  width: 100%;
  font-size: 20px;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #002655;
  font-weight: 700;
}
.close-button {
  border-radius: 24px;
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  margin-left: 16px;
}
.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 2.75rem;
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  flex-shrink: 0;
  -webkit-user-select: none;
}
@media screen and (max-width: 500px) {
  .auth-contents {
    padding-left: 12px;
    padding-right: 12px;
    margin: 12px;
  }
  .journal-entry-contents {
    padding-left: 12px;
    padding-right: 12px;
    margin: 12px;
  }
  .auth-module-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .stage-of-change-card {
    margin: 12px;
    padding: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .stage-of-change-grid {
    flex-direction: column;
  }
  .stage-of-change-grid__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .stage-of-change-grid__right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .stage-of-change-title {
    justify-content: space-between;
  }
  .stage-of-change-title__right {
    width: 60px;
  }
  .buttons-grid {
    flex-direction: column;
  }
  .buttons-grid__left {
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .buttons-grid__right {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .stage-of-change-title__left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .welcome-back-container {
    margin-left: 0;
  }
}
