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

@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: .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: 500px; } }

@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: .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;
  padding-bottom: 125px;
  z-index: 1000 !important;
  box-sizing: border-box;
  font-size: 16px !important;
  font-weight: 400;
  color: #646464;
  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: #f1602b; }
  .obm__background h6 {
    line-height: 1; }
  .obm__background h2 {
    font-size: 32px;
    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-primary {
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important; }
  .obm__background .btn-primary:hover,
  .obm__background .btn-primary:focus {
    background-color: #386cab !important;
    border-color: #386cab !important; }
  .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: #4a90e2 !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: #4a90e2 !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: #4a90e2 !important; }
  .obm__background .text-blue.link:hover {
    color: #386cab !important; }
  .obm__background .text-gray {
    color: #9D9D9D !important; }
  .obm__background .text-orange {
    color: #f1602b !important; }
  .obm__background .text-display-box {
    background-color: #f9f9f9;
    border: solid 1px #CCC;
    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: 615px;
  margin-bottom: 8vh;
  opacity: 0;
  animation: 200ms ModalFadeIn;
  animation-fill-mode: forwards; }
  .onboarding_model h2 {
    color: #686868;
    margin-bottom: 30px; }
  .onboarding_model p {
    color: #525252;
    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: #4a90e2;
  width: 120px;
  line-height: 30px;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border: 0; }

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

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

.basic-single {
  font-size: 12px; }
  .basic-single > div > div > span {
    display: none; }
  .basic-single > div > div:nth-child(2) {
    top: 0;
    border: solid #4a90e2;
    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; }

.obm__left-bottom {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  padding-bottom: 40px;
  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: #f1602b;
      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: #4a90e2;
    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: #767676;
  background-color: #ffe8e8;
  border: 1px solid #ff1818;
  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: .5;
  cursor: pointer; }

.obm__overlay-screen {
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

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

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

.obm__submitting--img-wrp {
  margin-top: 150px; }
  .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;
  display: inline-block;
  margin-top: 40px; }
  .obm__submitting--wrap p {
    opacity: 0;
    font-size: 24px;
    color: #686868;
    margin: 0;
    float: right;
    animation: 400ms SlideFromBottom;
    animation-delay: 200ms;
    animation-fill-mode: forwards; }
  .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 span {
  font-size: 12px; }

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

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

.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__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 {
    margin-top: 185px; }
    .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__password-instructions {
  flex-direction: column; }
  .obm__password-instructions span {
    display: block; }

.obm__select-field {
  padding-bottom: 15px; }
  .obm__select-field p {
    margin-bottom: 15px; }
  .obm__select-field .obm__select_field__wrapper {
    display: flex;
    padding-bottom: 15px; }

.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: 5px;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  color: #666666;
  font-size: 16px;
  cursor: pointer; }
  .obm__select-item h6 {
    color: #666666;
    font-weight: bold;
    font-size: 14px; }
  .obm__select-item.obm__select-item--selected {
    animation: 300ms PopBlueBorder;
    animation-fill-mode: forwards;
    background-color: rgba(74, 144, 226, 0.1);
    color: #4a90e2; }
    .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: #4a90e2; }
  .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: 20px;
  font-size: 12px;
  flex: 1;
  text-align: left; }
  .obm__select-item--large-box:last-child {
    margin-right: 0 !important; }
  .obm__select-item--large-box h6 {
    margin: 10px 0 !important; }
  .obm__select-item--large-box div {
    line-height: 1.4; }

.obm__select-item--box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  width: 120px;
  padding: 16px 1px; }
  .obm__select-item--box .obm__select-item__sec-text {
    color: #a5a5a5;
    font-size: 12px; }
  .obm__select-item--box:last-child {
    margin-right: 0 !important; }
  .obm__select-item--box svg {
    margin-bottom: 8px; }

.obm__select-field--gender .obm__select-item--box {
  font-size: 12px;
  padding: 15px 1px 10px; }

.obm__select-item--bar {
  height: 43px;
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 100%; }
  .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: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #4a90e2;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none; }
  .obm__select-field__show-more:focus {
    color: #386cab;
    outline: none; }

.obm__select_field__wrapper--hidden {
  margin-top: -47px;
  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 {
    flex: 1; }
    .obm__input-field__row .obm__input-field:not(:last-child) {
      margin-right: 15px; }

.obm__input-field input {
  color: #525252;
  background-color: #fff;
  width: 100%;
  padding: 9px 0 10px 15px;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  font-size: 14px;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  height: 40px;
  margin: 0; }
  .obm__input-field input::placeholder {
    color: #686868; }

.obm__input-field:not(:last-child) {
  margin-bottom: 13px; }

.obm__input-field--invalid input {
  border: 1px solid #ff1818;
  background-color: #ffe8e8; }

.weekly-schedule .weekly-schedule__wrapper {
  background-color: #fafafa;
  box-shadow: 0 0 0 1px #a5a5a5;
  border-radius: 10px;
  margin-bottom: 30px; }
  .weekly-schedule .weekly-schedule__wrapper th, .weekly-schedule .weekly-schedule__wrapper tr {
    height: 65px;
    vertical-align: middle;
    text-align: center; }
  .weekly-schedule .weekly-schedule__wrapper th {
    width: 75px;
    font-size: 10px; }
  .weekly-schedule .weekly-schedule__wrapper td {
    font-size: 14px; }
    .weekly-schedule .weekly-schedule__wrapper td button {
      padding: 0;
      background: none;
      border: none; }
    .weekly-schedule .weekly-schedule__wrapper td svg {
      vertical-align: middle; }
  .weekly-schedule .weekly-schedule__wrapper th:not(:last-child), .weekly-schedule .weekly-schedule__wrapper td:not(:last-child) {
    border-right: dashed 1px #d4d4d4; }
  .weekly-schedule .weekly-schedule__wrapper tr:not(:first-child) {
    border-top: solid 1px #d4d4d4; }

.weekly-schedule p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px; }

@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 */
