body {
  background-color: #B0D094;
  overflow-y: auto !important;
}

.home-page {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100vh;
  background-color: #B0D094;
  /* #### Mobile Phones Landscape #### */
  /*    ci-button.ok-modal-btn {
        .k-button {
            width: 98%;
        }
    }*/
}

.home-page .girdle {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 100vw;
}

.home-page .girdle.login {
  background-color: #9DC183;
}

.home-page .girdle .footer.home {
  display: none;
}

.home-page .girdle.login .footer.home {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media screen and (min-device-height: 812px) and (orientation: portrait) {
  .home-page .girdle.login .footer.home {
    bottom: 75px;
  }
}

.home-page .ci-error-container {
  background: transparent;
  color: #821C34;
  font-size: 14px !important;
  white-space: nowrap;
  flex: 1 0 27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.home-page .ci-general-error-container {
  border-radius: 9px;
  background-color: #C7DAB9;
  color: #333;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 18px;
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  justify-content: space-between;
  margin: 0 0 15px 0;
}

.home-page .ci-general-error-container:empty {
  display: none;
}

.home-page .ci-general-error-container i {
  font-size: 26px;
  margin-right: 10px;
}

.home-page .no-access-wrapper .ci-general-error-container {
  font-size: 22px;
  line-height: 1.25;
  padding: 25px 20px;
}

@media screen and (max-device-width: 823px) and (orientation: landscape) {
  .home-page .girdle {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .home-page {
    /* big landscape tablets, laptops, and desktops */
  }
  .home-page .girdle {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1281px) {
  .home-page {
    /* hi-res laptops and desktops */
  }
  .home-page .girdle {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-page .content {
  text-align: center;
  font-size: 12pt;
  min-height: 100vh;
}

.home-page .welcome-wrapper {
  height: auto;
}

.home-page .welcome-wrapper .welcome-message {
  font-family: 'Open Sans';
  font-size: 20px;
  color: #4F4F4F;
  line-height: 27px;
  margin: 40px auto;
  width: 90%;
}

.home-page .welcome-wrapper .welcome-message .hello-there {
  font-family: 'Vice City Sans';
  font-size: 32px;
  color: #4F4F4F;
  line-height: 30px;
  margin: 0;
  word-wrap: break-word;
}

.home-page .welcome-wrapper .welcome-message .select-a-meal {
  margin: 5px 0 0 0;
}

.home-page .who-are-you {
  position: relative;
  overflow-x: hidden;
  display: flex !important;
  overflow-y: auto;
  height: 100%;
  flex-direction: column;
}

.home-page .who-are-you .like-header {
  background-color: #B0D094;
  padding: 60px 0 20px 0;
}

.home-page .who-are-you .like-header .logo {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

.home-page .who-are-you .login-form {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
}

.home-page .who-are-you .ci-speech-bubble {
  margin-top: 5px;
}

.home-page .who-are-you .field-title {
  background: transparent;
  color: #474747;
  font-size: 16px;
  flex: 0 0 25px;
}

.home-page .who-are-you .swoosh-container {
  background-color: #9DC183;
  display: block;
  width: 100%;
  max-height: 140px;
  height: 140px;
  overflow: hidden;
  background-image: url(/Content/images/wave-banner.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.home-page .who-are-you .welcome-message {
  font-family: 'Vice City Sans';
  font-size: 65px;
  color: white;
  background-color: transparent;
  text-shadow: #666 1px 0 12px;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

.home-page .who-are-you .lower-wrapper {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-page .who-are-you ci-textbox, .home-page .who-are-you ci-date-picker {
  padding-bottom: 15px;
}

.home-page .who-are-you input {
  flex: 1 0 auto;
}

.home-page .who-are-you .login-form .submit {
  flex: 1 0 auto;
}

.home-page .who-are-you button.welcome-login {
  width: 80%;
  max-width: 500px;
  height: 63px;
  border-radius: 50px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans Semi-bold';
  font-size: 24px;
  margin: 10px auto;
  display: block;
  background-color: #fff;
  color: #5B8141;
  box-sizing: border-box;
  background-image: none;
  border: none;
  z-index: 2;
}

.home-page .who-are-you button.welcome-login :focus-visible {
  box-shadow: 0 0 0 4px #159ce4 !important;
  outline: 0;
}

.home-page .who-are-you button.welcome-login :focus {
  outline: 0;
}

.home-page .who-are-you button.welcome-login :active {
  background-color: #F2F2F2 !important;
}

.home-page .like-footer {
  color: white;
  margin: 15px;
}

@media screen and (max-device-width: 567px) and (orientation: portrait) {
  .home-page .like-footer {
    font-size: .75rem;
  }
}

.login-user {
  position: absolute;
  top: 60px;
  bottom: 77px;
  left: 0px;
  right: 0px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-left: 15px;
  margin-right: 15px;
}

.hidden {
  display: none;
}

label.error {
  margin-left: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.last-name-wrapper {
  border-radius: 10px;
  background-color: #FDFDFD;
  border: solid 2px #E2E2E2;
  padding: 13px 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 1 0 58px;
  box-sizing: border-box;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  margin: 5px 0 10px 0;
}

.last-name-wrapper.error {
  border: solid 2px #BA294B;
}

.last-name-wrapper i {
  color: #e0e0e0;
  font-size: 20px;
  flex: 0 0 20px;
  margin: 0 5px 0 15px;
}

.last-name-wrapper input {
  margin-left: 5px;
  font-family: 'Open Sans';
  font-size: 18px;
  border: hidden !important;
  color: #616161;
}

.last-name-wrapper input:focus {
  border-color: #aaa;
  outline: none;
}

.date-picker-wrapper {
  border-radius: 10px;
  background-color: #FDFDFD;
  border: solid 2px #E2E2E2;
  padding: 13px 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 1 0 58px;
  box-sizing: border-box;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  margin: 5px 0 10px 0;
}

.date-picker-wrapper.error {
  border: solid 2px #BA294B;
}

.date-picker-wrapper i {
  color: #e0e0e0;
  font-size: 20px;
  flex: 0 0 20px;
  margin: 0 5px 0 15px;
}

.date-picker-wrapper input {
  margin-left: 5px;
}

.date-picker-wrapper #cid-date-picker {
  font-family: 'Open Sans';
  font-size: 18px;
  border: hidden !important;
  color: #616161;
  text-transform: uppercase;
}

.date-picker-wrapper #cid-date-picker:focus {
  border-color: #aaa;
  outline: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}
