/* Abstracts */
/* NEW COLOR STANDARD SET - USE THESE */
/* END NEW COLOR STANDARD */
/* COLORS */
/* SCREEN SIZES */
/* Onboarding modal animations */
@keyframes PopBlueBorder {
  0% {
    border: 1px solid #d5d6d7;
    box-shadow: 0 0 0 1px rgba(165, 165, 165, 0); }
  20% {
    border: 1px solid #d5d6d7;
    box-shadow: 0 0 0 1px rgba(165, 165, 165, 0.1); }
  100% {
    border: 1px solid #107c7b;
    box-shadow: 0 0 0 1px #107c7b; } }

@keyframes SvgPopBlue {
  0% {
    transform: scale(0.7); }
  60% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes ShowMoreFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* End onboarding modal animations */
@keyframes FadeOutNoBlock {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes GrowHeight {
  0% {
    max-height: 47px; }
  100% {
    max-height: 864px; } }

@keyframes ModalFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes SubmittingImagePopIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  70% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes SlideFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  80% {
    opacity: 0.9;
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* Onboarding animation mixins */
/* End onboarding animation mixins */
.obm__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(160, 160, 160, 0.4);
  backdrop-filter: blur(1px);
  overflow: scroll;
  z-index: 1000 !important;
  box-sizing: border-box;
  font-size: 16px !important;
  font-weight: 400;
  color: #333;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .obm__background * {
    transition: color 150ms, background-color 150ms, box-shadow 150ms;
    box-sizing: border-box;
    font-family: Lato, "Helvetica Neue", Helvetica, sans-serif !important; }
  .obm__background h1,
  .obm__background h2,
  .obm__background h3,
  .obm__background h4 {
    color: #00bfa5; }
  .obm__background h6 {
    line-height: 1; }
  .obm__background h2 {
    font-size: 28px;
    font-weight: 500; }
  .obm__background form h1,
  .obm__background form h2,
  .obm__background form h3,
  .obm__background form h4 {
    margin-top: 0; }
  .obm__background input:focus,
  .obm__background select:focus,
  .obm__background textarea:focus,
  .obm__background button:focus {
    outline: none !important; }
  .obm__background form label,
  .obm__background label {
    font-weight: 400 !important; }
  .obm__background ul {
    list-style: none;
    padding: 0; }
  .obm__background .noscroll {
    overflow: hidden; }
  .obm__background .hidden {
    display: none; }
  .obm__background .fa {
    transition: none; }
  .obm__background .hover,
  .obm__background .link {
    cursor: pointer; }
  .obm__background .box {
    padding: 25px 30px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2); }
  .obm__background .box-light {
    padding: 25px 30px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.02); }
  .obm__background .btn {
    text-transform: uppercase;
    font-weight: 400 !important; }
  .obm__background .btn-disabled,
  .obm__background .btn-disabled:hover,
  .obm__background .btn-disabled:focus {
    cursor: not-allowed;
    background-color: #e5e6e7;
    border: unset;
    color: #939393;
    box-shadow: unset; }
  .obm__background .btn-primary {
    background-color: #107c7b !important;
    border-color: #107c7b !important; }
  .obm__background .btn-primary:hover,
  .obm__background .btn-primary:focus {
    background-color: #014c51 !important;
    border-color: #014c51 !important;
    box-shadow: 0px 4px 8px 0px rgba(1, 76, 81, 0.08), 0px 4px 12px 0px rgba(1, 76, 81, 0.16); }
  .obm__background .btn-primary:active {
    border: 1px solid #014c51;
    background: #014c51;
    box-shadow: 0px 1px 2px 0px rgba(1, 76, 81, 0.32), 0px 1px 3px 0px rgba(1, 76, 81, 0.16); }
  .obm__background .btn-clear {
    color: #199288;
    border: 0px;
    background-color: transparent;
    box-shadow: unset; }
  .obm__background .btn-clear:hover,
  .obm__background .btn-clear:focus-visible {
    color: #107c7b;
    background-color: transparent;
    box-shadow: unset; }
  .obm__background .btn-clear:active {
    color: #014c51;
    box-shadow: unset;
    background-color: transparent; }
  .obm__background .btn-default {
    color: #b5b5b5 !important; }
  .obm__background .btn,
  .obm__background .form-control {
    height: 38px !important;
    border-radius: 4px !important;
    padding: 6px 10px !important;
    font-size: 16px !important; }
  .obm__background .btn {
    border-radius: 18px !important;
    padding: 6px 18px !important; }
  .obm__background textarea.form-control {
    height: auto !important; }
  .obm__background .form-control:focus {
    border-color: #107c7b !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(56, 108, 171, 0.6) !important; }
  .obm__background .form-control:hover {
    border-color: #107c7b !important; }
  .obm__background .has-error .form-control,
  .obm__background .has-error .form-control {
    border-color: #ff1818 !important;
    background-color: #ffe8e8 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(132, 53, 52, 0.6) !important; }
  .obm__background .has-error .form-control:focus,
  .obm__background .has-error .form-control:hover {
    border-color: #dd1515 !important;
    background-color: #ffe8e8 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(132, 53, 52, 0.6) !important; }
  .obm__background .has-error .help-block {
    color: #ff1818 !important;
    text-align: left; }
  .obm__background .gray-background,
  .obm__background .grey-background {
    background-color: #f9f9f9; }
  .obm__background .gray-background-dark,
  .obm__background .grey-background-dark {
    background-color: #f2f2f2; }
  .obm__background .yellow-background {
    background-color: #ffcc66; }
  .obm__background .margin-top {
    margin-top: 20px; }
  .obm__background .margin-bottom {
    margin-bottom: 20px; }
  .obm__background .margin-left {
    margin-left: 20px; }
  .obm__background .margin-right {
    margin-right: 20px; }
  .obm__background .text-light {
    font-weight: lighter; }
  .obm__background .text-blue {
    color: #107c7b !important; }
  .obm__background .text-blue.link:hover {
    color: #014c51 !important; }
  .obm__background .text-gray {
    color: #9d9d9d !important; }
  .obm__background .text-orange {
    color: #00bfa5 !important; }
  .obm__background .text-display-box {
    background-color: #f9f9f9;
    border: solid 1px #d5d6d7;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.9em; }
  .obm__background .button-group {
    text-align: right; }
  .obm__background .button-group button,
  .obm__background .button-group .btn {
    margin-right: 20px; }
  .obm__background .button-group button:last-of-type,
  .obm__background .button-group .btn:last-of-type {
    margin-right: 0; }
  .obm__background .react-select-wrapper {
    text-align: left !important; }
  .obm__background .xmodal {
    overflow-y: scroll !important; }

.select__indicator-separator {
  display: none; }

/* Components */
.onboarding_model {
  z-index: 2;
  position: relative;
  left: 50%;
  top: 8vh;
  transform: translateX(-50%);
  background: #fff;
  display: inline-flex;
  justify-content: center;
  border-radius: 10px;
  overflow: visible;
  min-height: 718px;
  margin-bottom: 8vh;
  opacity: 0;
  animation: 200ms ModalFadeIn;
  animation-fill-mode: forwards; }
  .onboarding_model h2 {
    color: #333;
    margin-bottom: 12px;
    margin-top: 0; }
  .onboarding_model p {
    color: #333;
    font-size: 14px;
    line-height: 1.7; }
  .onboarding_model .obm__btn-grp {
    width: 100%;
    background: #fff; }
    .onboarding_model .obm__btn-grp button:first-child {
      float: left; }
    .onboarding_model .obm__btn-grp button:last-child {
      float: right; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .onboarding_model .obm__btn-grp {
      margin-top: 20px; }
    .onboarding_model .obm__left {
      display: block; }
    .onboarding_model .obm__right__cnt-wrp {
      display: block; }
    .onboarding_model .obm__select-field {
      padding: 0;
      margin: 0; }
      .onboarding_model .obm__select-field .obm__select_field__wrapper {
        padding-bottom: 0; }
    .onboarding_model .obm__right__cnt-wrp {
      padding-top: 10px; } }

.obm__left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden; }

.obm__find_caregiver_avatars {
  height: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px;
  margin-top: 10px;
  padding-bottom: 0; }
  .obm__find_caregiver_avatars img {
    width: 70px;
    height: 70px; }
  .obm__find_caregiver_avatars img.real-avatar {
    border: 2px solid silver;
    border-radius: 50%;
    background-color: silver;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 120px;
    height: 100px;
    width: 100px; }

.select__menu {
  z-index: 9001; }

.onboarding_model_btn {
  background-color: #107c7b;
  color: #fff;
  border: 1px solid #107c7b;
  background-color: #107c7b;
  box-shadow: 0px 1px 2px 0px rgba(13, 103, 110, 0.32), 0px 1px 3px 0px rgba(13, 103, 110, 0.16);
  height: 33px;
  font-size: 14px;
  border-radius: 20px;
  width: 113px;
  cursor: pointer;
  text-align: center; }

.obm__btn-submitting-grp {
  padding-right: 40px;
  padding-top: 80px; }

.obm__button--secondary {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  animation: 250ms ModalFadeIn; }

.field-label {
  font-size: 13px;
  margin-top: 22px;
  margin-bottom: 12px; }

.basic-single {
  font-size: 12px; }
  .basic-single .select__control--is-focused {
    border-color: #00bfa5 !important;
    box-shadow: #00bfa5 0px 0px 0px 1px; }
  .basic-single .select__control--menu-is-open:hover {
    border-color: #00bfa649 !important;
    box-shadow: #00bfa5 0px 0px 0px 1px; }
  .basic-single .select__option--is-focused {
    background-color: #00bfa61c; }
  .basic-single .select__option--is-selected {
    background-color: #2684ff;
    background-color: #107c7b; }
  .basic-single > div > div > span {
    display: none; }
  .basic-single > div > div:nth-child(2) {
    top: 0;
    border: solid #b6b6b6;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: 12px;
    margin-right: 10px; }
  .basic-single svg {
    display: none; }

@keyframes ModalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.obm__left {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f6f6f6;
  position: relative; }
  .obm__left p {
    line-height: 1.65;
    margin-top: 0; }

.obm__right {
  position: relative;
  width: 470px; }
  .obm__right .obm__find_caregiver_avatars {
    display: none; }

.obm__right__cnt-wrp {
  padding: 54px 40px 40px 40px;
  transition: 250ms ease;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.obm__left-bottom {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  padding-bottom: 40px;
  flex: 1; }

.obm__left-find-caregiver {
  padding-top: 200px; }

.obm__left-bottom-set-password {
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: -200px;
  flex: 1; }

.obm__progress-bar {
  width: 100%;
  padding: 30px 0;
  position: relative; }
  .obm__progress-bar > div {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: calc(25% - 5px);
    height: 5px;
    background-color: #d5d5d5;
    margin-right: 5px;
    border-radius: 5px; }
    .obm__progress-bar > div .current-step--orange {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 5px;
      border-radius: 5px;
      background-color: #00bfa5;
      transition: 750ms ease; }
      .obm__progress-bar > div .current-step--orange.current-step--gt {
        transform: translateX(-100%); }
      .obm__progress-bar > div .current-step--orange.current-step--lt {
        transform: translateX(100%); }
    .obm__progress-bar > div:last-child {
      padding-right: 0; }

.obm__create-acc--terms-service {
  margin-top: 30px; }
  .obm__create-acc--terms-service p {
    font-size: 12px; }
  .obm__create-acc--terms-service button {
    padding: 0;
    margin: 2px 15px 10px 0;
    background: none;
    border: none;
    float: left;
    display: inline-block; }
  .obm__create-acc--terms-service a {
    color: #b6b6b6;
    text-decoration: underline;
    cursor: pointer; }

.obm__create-acc p {
  margin-bottom: 30px; }

@keyframes SmallGrowHeight {
  0% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0; }
  100% {
    opacity: 1;
    max-height: 250px;
    margin-bottom: 25px; } }

.obm__error-messages--wpr {
  max-height: 0;
  margin-bottom: 0;
  animation: 1s SmallGrowHeight;
  animation-fill-mode: forwards; }

.obm__error-messages {
  opacity: 0;
  font-size: 14px;
  color: #631042;
  background-color: #fadbd7;
  border-radius: 10px;
  padding: 15px 20px;
  animation: 1s ModalFadeIn;
  animation-delay: 250ms;
  animation-fill-mode: forwards;
  transition: height 500ms ease; }

@keyframes FadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.obm__image--wrapper {
  width: 300px;
  height: 300px;
  position: relative; }
  .obm__image--wrapper .obm__image--old {
    opacity: 1;
    animation: 750ms FadeOut;
    animation-fill-mode: forwards; }
  .obm__image--wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px; }

.obm__close-button {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 15px;
  font-size: 32px;
  transform: rotate(-315deg);
  color: #000000;
  opacity: 0.5;
  cursor: pointer; }

.obm__overlay-screen {
  background-color: #fff;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 10px; }

.obm__overlay-submit {
  height: 100%;
  width: 100%; }

.obm__close-screen__txt-wrp {
  max-width: 450px; }
  .obm__close-screen__txt-wrp h6 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px; }
  .obm__close-screen__txt-wrp p {
    font-size: 14px;
    line-height: 1.7; }

.obm__close-screen__btn-grp {
  display: flex;
  position: absolute;
  right: 40px;
  bottom: 40px; }
  .obm__close-screen__btn-grp .obm__button--secondary {
    float: left;
    margin-right: 20px; }

.obm__submitting--img-wrp img {
  opacity: 0;
  width: 102px;
  height: 102px;
  vertical-align: bottom;
  animation: 500ms SubmittingImagePopIn;
  animation-fill-mode: forwards; }
  .obm__submitting--img-wrp img:not(:last-child) {
    margin-right: 40px; }
  .obm__submitting--img-wrp img:nth-child(2), .obm__submitting--img-wrp img:nth-child(3) {
    margin-bottom: 40px; }
  .obm__submitting--img-wrp img:nth-child(1) {
    animation-delay: 525ms; }
  .obm__submitting--img-wrp img:nth-child(2) {
    animation-delay: 600ms; }
  .obm__submitting--img-wrp img:nth-child(3) {
    animation-delay: 675ms; }
  .obm__submitting--img-wrp img:nth-child(4) {
    animation-delay: 750ms; }

.obm__submitting--wrap {
  position: relative;
  margin: 12px 0; }
  .obm__submitting--wrap p {
    opacity: 0;
    font-size: 16px;
    line-height: normal;
    color: #333;
    margin: 0;
    animation: 400ms SlideFromBottom;
    animation-delay: 200ms;
    animation-fill-mode: forwards; }
  .obm__submitting--wrap h6 {
    color: #333;
    font-size: 20px; }
  .obm__submitting--wrap .clx__logo-spinner {
    opacity: 0;
    animation: 1s ModalFadeIn;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    float: left;
    margin: 5px 20px 0 0; }

.obm__progress-bar--mobile {
  display: none; }

.obm__set-password p {
  font-size: 13px;
  margin: 0;
  margin-bottom: 12px; }

.obm__set-password span {
  font-size: 12px; }

.obm__set-password .obm__show-password {
  float: right;
  color: #107c7b;
  text-decoration: underline;
  cursor: pointer; }

.obm__set-password .obm__password-input {
  margin-bottom: 50px; }

.hide-desktop {
  display: none; }

.hide-mobile {
  display: block; }

@media screen and (max-width: 767px) {
  .hide-desktop {
    display: block; }
  .hide-mobile {
    display: none; }
  .obm__find_caregiver_avatars {
    position: absolute;
    margin-top: 0;
    padding-top: 0;
    height: 120px;
    width: 100vw; }
  .obm__btn-submitting-grp {
    padding: 0; }
  .obm__right .obm__find_caregiver_avatars {
    display: flex; }
  .obm__progress-bar--mobile {
    display: block;
    height: 60px;
    padding: 16px 0 0 20px; }
    .obm__progress-bar--mobile svg {
      float: left;
      margin-right: 15px; }
    .obm__progress-bar--mobile .obm__progress-bar {
      width: 70%;
      float: left;
      padding: 5px 0 0; }
  .obm__background {
    padding-bottom: 0;
    overflow: hidden;
    backdrop-filter: none;
    background-color: #f6f6f6; }
  .onboarding_model {
    top: 0;
    left: 0;
    transform: none;
    min-height: 500px;
    margin-bottom: 0;
    width: 100%;
    height: 100% !important;
    border-radius: 0;
    background-color: #f6f6f6; }
    .onboarding_model .obm__btn-grp {
      background-color: #f6f6f6;
      height: initial;
      padding: 18px 30px;
      position: absolute;
      bottom: 0;
      left: 0; }
      .onboarding_model .obm__btn-grp .onboarding_model_btn {
        height: 30px;
        line-height: initial; }
  .obm__left {
    display: none; }
  .obm__right {
    width: 100%;
    height: 100% !important;
    max-width: 400px;
    padding: 0 5px 66px;
    background: #f6f6f6; }
  .obm__right__cnt-wrp {
    height: 100%;
    min-height: 500px;
    padding: 40px 25px 60px;
    background-color: #fff;
    overflow: scroll; }
    .obm__right__cnt-wrp .obm__close-button {
      padding: 5px;
      font-size: 40px; }
    .obm__right__cnt-wrp h2 {
      margin-top: 0;
      font-size: 24px; }
  .obm__select-field {
    flex: 1; }
    .obm__select-field .obm__select-item {
      font-size: 14px;
      height: 67px; }
    .obm__select-field .obm__select_field__wrapper.obm__select-field--list {
      padding-bottom: 0; }
    .obm__select-field .obm__select-field--list {
      flex-direction: column;
      padding-bottom: 0; }
      .obm__select-field .obm__select-field--list .obm__select-field__list {
        margin-right: 0;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap; }
        .obm__select-field .obm__select-field--list .obm__select-field__list .obm__select-item {
          height: 43px; }
        .obm__select-field .obm__select-field--list .obm__select-field__list .obm__select-item--box {
          height: 85px;
          min-width: 150px; }
        .obm__select-field .obm__select-field--list .obm__select-field__list .obm__select-item--bar {
          margin-right: 0;
          margin-bottom: 15px; }
    .obm__select-field .obm__select-field--language {
      flex-direction: row; }
      .obm__select-field .obm__select-field--language .obm__select-field__list:first-child {
        margin-right: 15px; }
    .obm__select-field.obm__select-field--gender .obm__select_field__wrapper {
      flex-direction: column; }
    .obm__select-field.obm__select-field--gender .obm__select-item {
      margin-right: 0;
      margin-bottom: 15px;
      flex-direction: row;
      padding: 0;
      min-height: initial;
      height: 43px;
      width: 100%;
      justify-content: flex-start; }
      .obm__select-field.obm__select-field--gender .obm__select-item svg {
        width: 68px;
        height: 26px;
        margin-bottom: 0; }
    .obm__select-field.obm__select-field--schedule .obm__select_field__wrapper {
      flex-direction: column; }
    .obm__select-field.obm__select-field--schedule .obm__select-item--large-box {
      margin-right: 0;
      margin-bottom: 15px;
      text-align: left;
      height: 121px; }
      .obm__select-field.obm__select-field--schedule .obm__select-item--large-box svg {
        float: left;
        width: 32px;
        margin: 0 15px 50px 0; }
      .obm__select-field.obm__select-field--schedule .obm__select-item--large-box div {
        font-size: 12px;
        color: #666666; }
  .obm__create-acc .obm__create-acc--terms-service button {
    margin-bottom: 20px; }
  .obm__overlay-screen .obm__submitting--img-wrp img {
    width: 62px;
    height: 62px; }
    .obm__overlay-screen .obm__submitting--img-wrp img:not(:last-child) {
      margin-right: 20px; }
    .obm__overlay-screen .obm__submitting--img-wrp img:nth-child(2), .obm__overlay-screen .obm__submitting--img-wrp img:nth-child(3) {
      margin-bottom: 28px; }
  .obm__overlay-screen .obm__submitting--wrap p {
    font-size: 16px; }
  .obm__overlay-screen .obm__submitting--wrap .clx__logo-spinner {
    margin-top: 0; } }

.obm__select-field {
  padding-bottom: 15px; }
  .obm__select-field p {
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 13px; }
  .obm__select-field .obm__select_field__wrapper {
    display: flex; }

.obm__select-field__list {
  flex: 1; }
  .obm__select-field__list:not(:last-child) {
    margin-right: 15px; }
  .obm__select-field__list .obm__select-item--box {
    min-height: 85px;
    margin-right: 0; }
  .obm__select-field__list .obm__select-item {
    margin-bottom: 15px;
    font-size: 12px; }
    .obm__select-field__list .obm__select-item:last-child {
      margin-bottom: 0; }

.obm__select-item {
  margin-right: 15px;
  border-radius: 8px;
  border: 1px solid #d5d6d7;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  cursor: pointer; }
  .obm__select-item h6 {
    color: #333;
    font-weight: bold;
    font-size: 16px; }
  .obm__select-item.obm__select-item--selected {
    animation: 300ms PopBlueBorder;
    animation-fill-mode: forwards;
    background-color: rgba(5, 55, 73, 0.1);
    color: #107c7b; }
    .obm__select-item.obm__select-item--selected svg {
      animation: 300ms SvgPopBlue; }
    .obm__select-item.obm__select-item--selected h6,
    .obm__select-item.obm__select-item--selected div {
      color: #107c7b; }
  .obm__select-item:active, .obm__select-item:focus {
    animation: 300ms PopBlueBorder;
    animation-fill-mode: forwards; }
    .obm__select-item:active svg, .obm__select-item:focus svg {
      animation: 300ms SvgPopBlue; }

.obm__select-item--large-box {
  margin-top: 5px !important;
  padding: 16px 12px;
  font-size: 12px;
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column; }
  .obm__select-item--large-box:last-child {
    margin-right: 0 !important; }
  .obm__select-item--large-box h6 {
    margin: 0 0 10px 0 !important; }
  .obm__select-item--large-box div {
    line-height: 1.4;
    font-size: 14px; }

.obm__select-item--box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  width: 120px;
  color: #333;
  font-size: 14px; }
  .obm__select-item--box .obm__select-item__sec-text {
    font-size: 12px; }
  .obm__select-item--box:last-child {
    margin-right: 0 !important; }
  .obm__select-item--box svg {
    margin-bottom: 12px;
    width: 48px;
    height: 32px; }

.obm__select-field--gender .obm__select-item--box {
  font-size: 14px;
  padding: 15px 1px 10px;
  color: #333; }

.obm__select-field--schedule {
  padding-bottom: 0; }
  .obm__select-field--schedule .obm__select_field__wrapper {
    display: flex;
    flex-direction: column; }
  .obm__select-field--schedule .obm__select-item--large-box {
    margin: 0;
    margin-bottom: 12px; }
    .obm__select-field--schedule .obm__select-item--large-box svg {
      width: 32px;
      height: 32px;
      margin-bottom: 8px; }
    .obm__select-field--schedule .obm__select-item--large-box h6 {
      margin-bottom: 8px; }

.obm__select-item--bar {
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 100%; }
  .obm__select-item--bar div {
    font-size: 14px !important;
    text-align: left; }
  .obm__select-item--bar svg {
    width: 23px;
    margin: 0 8px 0 10px; }
  .obm__select-item--bar.obm__select-item--centered {
    justify-content: center; }

.obm__select-field__show-more {
  margin-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #107c7b;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none; }
  .obm__select-field__show-more:focus {
    color: #053749;
    outline: none; }

.obm__select_field__wrapper--hidden {
  margin-top: -33px;
  animation-delay: 150ms;
  animation: 600ms GrowHeight;
  animation-fill-mode: forwards; }
  .obm__select_field__wrapper--hidden .obm__select-field__list {
    opacity: 0;
    animation: 300ms ShowMoreFadeInRight;
    animation-delay: 400ms;
    animation-fill-mode: forwards; }

.obm__show-more--hidden {
  animation: 250ms FadeOutNoBlock;
  animation-fill-mode: forwards; }

.obm__input-field__row {
  display: flex; }
  .obm__input-field__row .obm__input-field-container {
    flex: 1; }
    .obm__input-field__row .obm__input-field-container:not(:last-child) {
      margin-bottom: 0;
      margin-right: 15px; }

.obm__input-field-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative; }
  .obm__input-field-container:not(:last-child) {
    margin-bottom: 12px; }

.obm__input-field-container.label-top {
  flex-direction: column;
  align-items: start; }

.obm__input-field-container.label-left {
  flex-direction: row;
  align-items: baseline; }

.textarea.obm__input-field-container.label-left {
  align-items: start; }

.relative-container {
  width: 100%;
  position: relative; }

.error-msg {
  color: #941e4f;
  padding-top: 4px;
  padding-left: 16px;
  font-size: 10px; }

.obm__input-field-label {
  margin-top: 0px;
  cursor: text;
  margin-right: 0px;
  margin-bottom: 4px;
  color: #333333;
  transition: all 0.2s linear;
  padding-left: 16px; }

.label-inner .obm__input-field-label {
  position: absolute;
  top: 14.5px;
  left: 1px;
  font-size: 14px;
  user-select: none; }

.label-left .obm__input-field-label {
  margin-right: 16px;
  margin-bottom: 0; }

.value.label-inner .obm__input-field-label,
.focused.label-inner .obm__input-field-label {
  top: 4px;
  font-size: 10px; }

.label-inner.icon .obm__input-field-label {
  left: 33px; }

.textarea.label-inner .obm__input-field-label {
  position: absolute;
  top: 8px;
  left: 1px;
  font-size: 10px; }

.textarea.obm__input-field-container.label-left .obm__input-field-label {
  margin-top: 8px !important; }

.obm__input-field-suggestion {
  font-size: 13px;
  border-radius: 8px;
  padding: 6px 10px 0 10px;
  background-color: #f4f4f4;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: -18px;
  cursor: pointer;
  transition: all 0.1s ease; }
  .obm__input-field-suggestion:hover, .obm__input-field-suggestion:focus {
    background-color: #ccc; }
.obm__input-field {
  flex: 1;
  border-radius: 8px;
}
.obm__input-field__row .obm__input-field:not(:last-child) {
  margin-right: 15px;
}
.obm__input-field input {
  margin-bottom: 12px;
  resize: none;
  color: #333333;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 8px 20px 8px 16px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #d5d6d7;
  -webkit-transition: -webkit-filter 200ms linear;
  transition: all 200ms linear; }

.obm__input-field::placeholder {
  color: #6e6e6e;
  font-style: normal; }

.label-inner .obm__input-field {
  height: 46px;
  padding: 21px 20px 8px 16px; }

.clear-button .obm__input-field {
  padding-right: 32px; }

.icon .obm__input-field {
  padding-left: 48px; }

.icon.textarea .obm__input-field {
  padding-left: 16px; }

.obm__input-field input:focus {
  border: 1px solid #00bfa5; }

.obm__input-field input:hover {
  box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.08), 0px 1px 2px rgba(60, 64, 67, 0.16); }

.error .icon-container {
  color: #941e4f; }

.error .obm__input-field {
  border: 1px solid #cf3459;
  color: #781647; }

.error.label-inner .obm__input-field-label {
  color: #781647; }

.error .obm__input-field:focus {
  border: 1px solid #cf3459; }

.error .obm__input-field::placeholder {
  color: #941e4f; }

.error .clear-icon {
  color: #941e4f; }

.disabled .icon-cursor-pointer {
  cursor: default; }

.disabled .obm__input-field {
  pointer-events: none;
  border: none; }

.disabled .obm__input-field:hover {
  box-shadow: none; }

.disabled .obm__input-field::placeholder {
  color: #939393; }

.disabled .obm__input-field {
  border: none;
  background-color: #fafafb; }

.disabled .icon-container,
.disabled .obm__input-field-label,
.disabled .obm__input-field,
.disabled .clear-icon {
  color: #939393; }

.disabled .clear-icon {
  cursor: default; }

.weekly-schedule .weekly-schedule__wrapper {
  border-collapse: collapse;
  background-color: #fafafa;
  border-radius: 10px;
  margin-bottom: 30px; }
  .weekly-schedule .weekly-schedule__wrapper th,
  .weekly-schedule .weekly-schedule__wrapper tr {
    vertical-align: middle;
    text-align: center; }
  .weekly-schedule .weekly-schedule__wrapper th {
    width: 48px;
    height: 45px;
    font-size: 8px; }
  .weekly-schedule .weekly-schedule__wrapper td {
    width: 48px;
    height: 45px;
    font-size: 8px; }
    .weekly-schedule .weekly-schedule__wrapper td button {
      padding: 0;
      background: none;
      border: none;
      cursor: pointer; }
    .weekly-schedule .weekly-schedule__wrapper td svg {
      vertical-align: middle;
      width: 24px; }
    .weekly-schedule .weekly-schedule__wrapper td:first-child {
      width: 56px; }
  .weekly-schedule .weekly-schedule__wrapper th:not(:last-child),
  .weekly-schedule .weekly-schedule__wrapper td:not(:last-child) {
    border-right: solid 1px #d4d4d4; }
  .weekly-schedule .weekly-schedule__wrapper tr:not(:first-child) {
    border-top: solid 1px #d4d4d4; }

.weekly-schedule {
  margin-top: 6px;
  animation-delay: 150ms;
  animation: 600ms GrowHeight;
  animation-fill-mode: forwards; }
  .weekly-schedule .obm__select-field__list {
    opacity: 0;
    animation: 300ms ShowMoreFadeInRight;
    animation-delay: 400ms;
    animation-fill-mode: forwards; }
  .weekly-schedule h6 {
    margin: 0;
    font-size: 16px; }
  .weekly-schedule p {
    font-size: 14px;
    margin: 12px 0; }

@keyframes Rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.clx__logo-spinner {
  position: relative;
  display: inline-block; }
  .clx__logo-spinner svg {
    height: 100%;
    width: 100%;
    margin-bottom: 5%; }
  .clx__logo-spinner .clx__logo-spinner--crest {
    position: absolute;
    border-left: 2px solid #f1602b;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 100px;
    border-bottom: 2px solid transparent;
    width: 140%;
    height: 140%;
    animation: 1s Rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: -18%;
    left: -20%; }

/* Layouts */
