:focus {
  outline-color: transparent;
  outline-style: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Nunito:ital,wght@0,400;0,600;0,800;1,700&display=swap');
* {
  color: #000;
}
html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: Lato, sans-serif;
  touch-action: none;
}
.app {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #f5f5f5;
  overflow: hidden;
}
.alert,
.prompt,
.error,
.success {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102,102,102,0.9);
  z-index: 90;
}
.pop-up {
  position: absolute;
  margin: auto;
  padding: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 350px;
  height: 900px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px 10px rgba(0,0,0,0.1);
  z-index: 100;
}
.pop-up .sign-out-button,
.pop-up .cancel-button {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 75%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.pop-up .mode-wrapper {
  text-align: center;
  display: flex;
  margin-bottom: 25px;
  margin-left: 50px;
  height: 75px;
  align-items: center;
}
.pop-up .mode {
  font-size: 26px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #000000;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 75%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-color: #B2B2B2;
  border-radius: 10px 10px 10px 10px;
  border-width: 2px;
  background-color: #F2F2F2;
}
.pop-up .sign-out-button {
  border-style: solid;
  border-color: #EB0000;
  border-radius: 11px 11px 11px 11px;
  border-width: 3px;
  background-color: #FFFFFF;
  color: #EB0000;
  border-radius: 10px 10px 10px 10px;
}
.pop-up .sign-out-button:active {
  background: #f66;
  color: #fff;
}
.pop-up .cancel-button {
  color: rgb(255, 255, 255);
  background-color: #717E85;
  border-radius: 10px 10px 10px 10px;
  margin-top: 15px;
}
.pop-up .cancel-button:active {
  background: #ddd;
  color: #fff;
}
.pop-up .divider-horizontal {
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #B2B2B2;
}
.pop-up .divider {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #666;
  opacity: 0.25;
}
.pop-up > .message {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  position: absolute;
  margin-top: 25px;
  margin-bottom: 25px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75em;
}
.pop-up .message #header.prompt {
  height: 45px;
  line-height: 45;
  font-size: 38px;
  font-weight: 400;
}
.pop-up .subtext {
  text-align: center;
}
.pop-up > .or {
  height: 45px;
  padding-top: 0px;
}
.error .pop-up, .success .pop-up {
  background: #fff;
  max-width: 550px;
  min-height: 50px;
}
.error .pop-up .message, .success .pop-up .message {
  color: #000;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.nav-block {
  position: relative;
  width: calc(100vw - 100px);
  margin: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 50px;
}
.title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 30px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.button {
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0 10px 25px 10px rgba(0,0,0,0.1); */
  height: 50px;
  margin: 0px 0px 0px 30px;
}
align-self flex-start {
  cursor: pointer;
}
.back {
  margin: 0px 30px 0px 0px;
  width: 50px;
  cursor: pointer;
}
.back-icon {
  width: 20px;
  height: 20px;
  padding: 15px;
}
.btn-selector {
  font-size: 30px;
  font-weight: bold;
  width: 40%;
  margin: 0;
  height: 90px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}
.selector {
  font-size: 30px;
  width: 50%;
  margin: 0;
  height: 100px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.btn-selector:first-child {
  margin-right: 10px;
}
.btn-selector:last-child {
  margin-left: 10px;
}
.selector:first-child {
  margin-right: 0px;
}
.selector:last-child {
  margin-left: 0px;
}
.language {
  font-size: 20px;
  padding: 0 15px;
  line-height: ;
  text-align: center;
  line-height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.settings {
  width: 50px;
  cursor: pointer;
}
.settings-icon {
  width: 20px;
  height: 20px;
  padding: 15px;
}
.title {
  margin-right: auto;
}
.input-block {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100vw - 100px);
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.name-block,
.language-block,
.review-block,
.code-block,
.phone-block,
.questionnaire-block,
.date-block,
.sms-block,
.copay-block,
.info-block {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  margin: auto 50px;
  height: 350px;
}
.review-block,
.language-block {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  margin: auto 50px;
}
.review-block {
  height: 400px;
}

.app > div > .select-form-page {
  height: 75%;
}
.language-block {
  height: 300px;
}
.select-button-wrapper {
  position: absolute;
  width: 100%;
  height: 15%;
}
.selector-button-block {
  width: 100%;
  height: 30%;
  position: absolute;
  margin: auto;
  display: flex;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-pack: justify;
  justify-content: center;
  margin-bottom: 10px;
}
.selector-button-block > .clear-all {
  color: white;
  background: transparent;
  border-color: white;
  border-width: 2px;
  border-style: solid;
}
.selector-button-block > .continue-btn:disabled {
  opacity: 0.5;
}
.selector-button-block > .continue-btn {
  background: white;
}
.appointment-btn-wrapper > .clinic-cancel {
  font-family: 'Nunito Sans', sans-serif;
  background: #717E85;
  border-style: solid;
  border-color: #717E85;
  color: white;
  height: 70px;
  max-height: 100px;
  margin-left: 50px;
  line-height: 70px;
  font-size: 26px;
}
.appointment-btn-wrapper > .clinic-submit {
  font-family: 'Nunito Sans', sans-serif;
  background: #F2F2F2;
  border-style: solid;
  border-color: #B2B2B2;
  height: 70px;
  max-height: 100px;
  margin-right: 50px;
  line-height: 70px;
  font-size: 26px;
}
.copay-block {
  height: 550px;
  max-width: 750px;
  margin:auto;
  padding: 30px 0px;
}
.button-block {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.button-block-col {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.button-block-col .button {
  width: 100%;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.cancel-button {
  width: 100px;
}
.cancel-button img {
  width: 20px;
  height: 100%;
  opacity: 0.5;
}
.check-in {
  font-size: 30px;
  background: #0091ff;
  width: 100%;
  color: #fff;
}
.border {
  border-bottom: 1px solid white;
  opacity: 0.8;
  width: 100%;
}
.h1,
.h2,
.h3 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 40px;
  position: relative;
  width: 100%;
  margin: 0 0 25px 0px;
}
.h2,
.h3 {
  font-size: 30px;
}
.h3 {
  font-size: 26px;
  opacity: 0.5;
  margin: 0 0 10px 0;
}
.h5 {
  font-size: 26px;
  opacity: 0.8;
  margin: 0 0 10px 0;
}
#name-input,
#code-input,
#phone-input {
  width: calc(33% - 25px);
  height: 100px;
  background: #fff;
  outline: none;
  border-radius: 10px;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  box-sizing: border-box;
  font-size: 25px;
}
#name-input:focus,
#code-input:focus,
#phone-input:focus {
  border-color: #0091ff;
}
.input-container {
  position: relative;
  width: calc(33% - 25px);
  height: 100px;
  background: #fff;
  border-radius: 10px;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0 10px 25px 10px rgba(0,0,0,0.1);
}
.name-block .input-container,
.code-block .input-container,
.phone-block .input-container {
  width: 100%;
}
.arrow {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-animation: arrow 1.5s ease infinite;
          animation: arrow 1.5s ease infinite;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
}
.copay-block .arrow,
.review-block .arrow {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  margin-left: 50%;
}
#month-input,
#day-input,
#year-input {
  height: 100px;
  width: 100%;
  background: #fff;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  outline: none;
  text-align: center;
  box-sizing: border-box;
  font-size: 30px;
}
.active {
  border-color: #6dd400;
}
#name-input {
  width: 100%;
  text-align: left;
  letter-spacing: 2px;
  text-indent: 2px;
  padding-left: 20px;
}
#code-input,
#phone-input {
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  padding-left: 20px;
}
.keyboard {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0px;
  background: #d1d4db;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
  z-index: 1;
}
.keyboard-active {
  height: 300px;
}
.calendar {
  width: calc(100% - 100px);
  margin: 35px 50px;
}
.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 20px 0;
}
.month {
  font-size: 24px;
  background: #fff;
  height: 65px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 65px;
  text-align: center;
  width: calc(25% - 1em);
  cursor: pointer;
  border-radius: 5px;
}
.month:hover {
  background: #007aff;
  color: #fff;
}
.month:active {
  background: #007aff;
  color: #fff;
}
@media (max-width: 500px) {
  .text {
    font-size: 0.5em;
  }
  .nav-block {
    margin: 10px;
    width: calc(100vw - 20px);
  }
  .title {
    visibility: hidden;
  }
  .name-block,
  .language-block,
  .review-block,
  .copay-block,
  .code-block,
  .phone-block,
  .date-block {
    width: calc(100vw - 20px);
    margin: auto 10px;
  }
  .date-block,
  .name-block,
  .code-block,
  .phone-block {
    height: 400px;
  }
  .language-block {
    height: 250px;
  }
  .input-block {
    width: calc(100vw - 50px);
  }
  .copay-block {
    margin: 0px auto;
  }
  .copay-block .input-container {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin: 0px 0px 20px;
  box-shadow: none;
  height: 64px
  }
  #month-input,
  #day-input,
  #year-input {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
  .input-container {
    width: calc(33% - 10px);
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .name-block .input-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .code-block .input-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .phone-block .input-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .check-in {
    font-size: 20px;
  }
  .month {
    font-size: 20px;
  }
  .title {
    font-size: 20px;
  }
  .button {
    font-size: 20px;
  }
  .calendar {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin: 10px 10px;
  }
  .row {
    margin: 0 0 10px 0;
  }
  .month {
    width: calc(25% - 5px);
  }
  .keyboard-active {
    height: 235px;
    margin: 0;
  }
  .pop-up {
    max-width: 350px;
  }
  .pop-up .sign-out-button,
  .pop-up .cancel-button {
    font-size: 26px;
  }
  .error .pop-up, .success .pop-up {
    max-width: 550px;
    height: 160px;
  }
}
.app {
  background: #37b0ef;
}
.title,
.h1,
.h2,
.h3,
.h5 {
  color: #fff;
}
.h3 {
  opacity: 1;
}
.check-in {
  background: #fff;
  color: #000;
}
.header {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 300px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 20px 50px rgba(0,0,0,0.25);
  cursor: pointer;
}
.header .text {
  font-size: 2em;
  border-top: solid 2px rgba(183,32,83,0.25);
  padding: 40px 25px;
  text-align: center;
}
.image {
  position: relative;
  width: 100%;
  height: 180px;
  background-size: cover;
}
.app {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#version-number {
  margin: 10px;
  color: #fff;
  opacity: 0.5;
  font-size: 15px;
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0px;
  right: 0px;
}
.unable-answer {
  background-color: #777;
  color: #fff;
  margin-top: 20px !important;
}
.arrow-continue {
  margin-top: -5px;
}
.settings-button {
  height: 40px;
  width: 50px;
  z-index: 20000;
  position: absolute;
  top: 0;
  right: 0;
}
.appointment-checkbox {
  -webkit-transform: scale(3) translateY(-2px);
          transform: scale(3) translateY(-2px);
  margin-right: 20px;
  margin-top: 10px;
}
.appointment-heading {
  height: 47px;
  width: 486px;
  opacity: 0.9;
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: -1.1px;
  line-height: 35px;
}

.appointment-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.appointment-item {
  color: #fff;
  font-size: 30px;
}

.appointment-item-type-name {
  font-size: 38px;
  font-weight: 100;
  letter-spacing: -1.19px;
  margin: 0 0 25px 25px;
  line-height: 67px;
  width: 40%;
  text-align: left;
}

.appointment-item-type-name span {
  color: #fff;
}
.appointment-label {
  line-height: 35px;
}
.appointments {
  list-style: none;
  margin-bottom: 10px;
}
.appointments li {
  margin-top: 10px;
}
.clinic-modal .scrollable-view {
  width: 100%;
  flex-grow: 3;
}
.scrollable-view {
  height: 60%;
}
.clinic-modal .item-list-container {
  height: 50%;
  border-bottom: 3px solid #B2B2B2;
  border-top: 3px solid #B2B2B2;
  flex-grow: 4;
  display: flex;
  height: 100%;
}
body .item-list-container {
  max-height: 500px;
  height: 100%;
  max-height: 800px;
  width: 100%;
  margin: auto;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scroll-snap-points-y: repeat(300px);
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
  background: white;
}
.item-list-container > div {
  scroll-snap-align: start;
  width: 95%;
  /* margin-top: 5px; */
}
.unordered-item-container {
  margin-left: 20px;
}
.toggle-item-container {
  width: 90%;
  max-width: 96%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 15px;
  border-bottom: 1px solid #717E85;
  position: relative;
  display: inline-flex;
  align-items: center;
}
body .patient-id > .input-container {
  width: 100%;
  height: 60px;
}
.clinic {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.clinic-select {
  position: relative;
  display: flex;
  height: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.clinic-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.clinic-modal-content {
  background-color: #fefefe;
  position: relative;
  display: flex;
  margin: auto;
  border: 1px solid #888;
  height: 80%;
  width: 65%;
  max-width: 500px;
  max-height: 750px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.clinic-modal-content > .clinic-modal-heading > .h2small {
  position: relative;
  text-align: center;
  color: black;
  font-weight: 400;
  font-family: 'Nunito', helvetica, sans-serif !important;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 38px;
  max-width: 423px
}
.clinic-modal-content > .button-block {
  bottom: 0;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 25px;
  height: 125px;
}
.clinic-check-in {
  font-size: 30px;
  background: white;
  width: 100%;
  color: #000000;
}
.review-block > .h2small {
  margin-top: -45px;
}
.review-block > .h2small,
.review-block > .h2small > .h2small,
.review-block > .h2small > .h2small > .h2small {
  font-size: 42px;
  line-height: 55px;
  color: white;
  margin-bottom: 40px;
}
.review-block > .h2small > .h2small > .h2small {
  font-weight: 700;
}
.checkbox {
  margin-left: 10px;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked + .wrapper {
  background-color: #757575;
  color: #757575;
}
.checkbox input[type="checkbox"]:checked + .wrapper .checkmark {
  color: #ffffff;
}
.checkbox .wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: white left top no-repeat;
  border: 3px solid #757575;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  height: 30px;
  width: 30px;
}
.checkmark {
  display:inline-block;
  width: 35px;
  height:28px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  background-color: transparent;
}
.checkmark_stem {
  position: absolute;
  width: 4px;
  height:26px;
  background-color:#ffffff;
  left:16px;
  top:2px;
}
.checkmark_kick {
  position: absolute;
  width:10px;
  height:4px;
  background-color:#ffffff;
  left:10px;
  top:24px;
}
.toggle-text {
  font-family: 'Nunito', helvetica, sans-serif !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 10px;
  word-wrap: inherit;
  position: relative;
}
.appointment-btn-wrapper {
  width: 100%;
  position: relative !important;
}
.appointment-btn-wrapper button {
  border-radius: 20px;
}
.button-block {
  bottom: -80px;
}
.button-block button{
  border-radius: 20px;
  margin: auto;
}
.button-block-col {
  bottom: -40px;
}
.button-block-col .button.check-in {
  left: 53%;
  width: 44%;
  position: absolute;
}
.button-block-col .button.unable-answer {
  position: absolute;
  width: 44%;
  left: 3%;
  top: -20px;
}
.button-block-col .arrow-continue {
  left: 50%;
  margin-top: 10px;
}
.copay-item {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
}
.copay-totals {
  margin-top: 15px;
  text-align:right;
  color: #fff;
  font-size: 45px;
}
.center-info-detail {
  margin-top: 25px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.spinner-background {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.spinner {
/* Spinner size and color */
  width: 2.5rem;
  height: 2.5rem;
  border-top-color: #ffffffa1;
  border-left-color: #ffffff94;
/* Additional spinner styles */
  -webkit-animation: spinner 400ms linear infinite;
          animation: spinner 400ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.alert > .pop-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.alert > .pop-up > .message {
  font-weight: 600;
  font-size: 38px;
  margin: 10px;
  line-height: 45;
}
.alert > .pop-up > .spinner {
  border-top-color: #8C8C99;
  border-left-color: #8C8C8C;
  height: 40px;
  width: 40px;
  margin: 10px;
  border-width: 7px;
}
.spinner-large {
  width: 10rem;
  height: 10rem;
  border-width: 20px;
}
.spinner-slow {
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
}
.spinner-blue {
  border-top-color: #09d;
  border-left-color: #09d;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
button {
  margin: 0;
  padding: 0;
}
div.field_error {
  color: #f00;
}
body {
  overflow: hidden;
}
div.button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input-container.field_error .input-error {
  margin-top: 10px;
  color: #f00;
  text-align: center;
}
.sign-out-button,
.cancel-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button:active {
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}
.input-container img {
  display: none;
}
.input-container input:focus + img {
  display: block;
}
.keyboard {
  position: fixed;
}
.prompt {
  position: fixed;
}
.input-block {
  z-index: 40;
}
/*=============================
Kiosk Mode Pop Up
==============================*/
.page-wrapper {
  height: 100%;
  width: 100%;
}
.prompt > .pop-up {
  max-height: auto;
  width: 475px;
  max-width: 475px;
}
.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
.prompt > .pop-up > .message{
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  font-size: 38px;
  font-family: 'Nunito', helvetica, sans-serif !important;
  font-weight: 600;
}
.transparent_overlay {
  background-color: rgba(0,0,0,0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.button.instruction-done {
  font-size: 30px;
  background: #fff;
  width: 100%;
  color: #000;
}
.button.instruction-done {
  margin-top: 20px;
}
.calendar-day {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 25px 40px;
}
.calendar-day .day {
  font-size: 24px;
  background: #fff;
  height: 65px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 65px;
  text-align: center;
  width: 55px;
  cursor: pointer;
  border-radius: 5px;
}
.calendar-day .day:hover {
  background: #007aff;
  color: #fff;
}
.calendar-day .day:active {
  background: #007aff;
  color: #fff;
}
.calendar-day .day {
  margin: 10px;
}
.days-keyboard .keyboard {
  overflow-y: scroll;
}

.error-handling .selector.button.instruction-done{
  max-width:200px;
}

.wait {
  text-align: center;
  margin: auto;
}

.wait strong {
  color: #fff !important;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px
}

.light-bolt {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 25px;
}

.footer h1 {
  color: #fff;
}

.language {
  height: 45px !important;
}

.header .language {
  z-index: 100;
  margin-top: 10px;
  right: 10px;
  position: fixed;
}

.btn-spinner {
  box-sizing: border-box !important;
  position:relative;
  width: 35px !important;
  height: 35px !important;
  animation: 0.9s linear 0s infinite normal none running spinner;
  border-radius: 50% !important;
  border-width: 6px !important;
  border-style: solid !important;
  border-color: rgb(51, 51, 51) rgb(204, 204, 204) rgb(204, 204, 204) !important;
  border-image: initial !important;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 15px;
  margin-top: -7px;
}

/* Disable click event on all buttons when some request it's being processed */
.processing-request .button, .processing-request button {
  pointer-events: none !important;
}

.alert-button-close-dbtap {
  font-family: 'Nunito', helvetica, sans-serif !important;
  display: block;
  width: 100%;
  outline: 0;
  margin-top: 20px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  background: rgb(252,251,252);
  background: linear-gradient(180deg, rgba(252,251,252,1) 0%, rgba(236,236,236,1) 100%);
  border-radius: 10px;
  border: 2px solid #d8d8d8;
  cursor: pointer;
  letter-spacing: -0.5px;
  color: #313131;
}

.alert-button-close-dbtap:active {
  background: rgba(236,236,236,1)
}

.alert-action-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.alert-action-button {
  padding: 22px;
  line-height: 0px;
  border: 1px solid #e1d7d7;
  font-size: 24px;
  cursor: pointer;
  color: #2a2929;
}

.alert-action-button:hover {
  color: #000;
}

.alert .pop-up span.span-noicon{
  text-align: center;
  margin-top: 0px;
  padding: 20px 25px;
}

.alert .pop-up span.span-noicon:after {
  display: none;
  content: "";
}

.jobaid-links {
  margin: 155px 10px 10px;
  text-align: center;
}

.jobaid-links a {
  color: #fff;
  display: block;
  margin: 25px auto 15px;
  max-width:250px;
}

.input-error-border {
  border: solid 2px #EB0000 !important;
}

/* =======================
Credit Card
======================= */

.creditcard-block {
  max-width: 575px;
  margin: 0px auto;
  padding: 30px 0px;
}
.creditcard-block .input-container {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin: 0px 0px 30px;
  box-shadow: none;
  height: 64px
}


.creditcard-block .input-container-warning {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin: 0px 0px 20px;
  box-shadow: none;
  height: 64px
}

.creditcard-block .arrow {
 margin-top: -15px;
 z-index: 1;
}
.creditcard-block .input-container .arrow {
 margin-top: -30px;
}
.creditcard-block .input-container input {
  width: calc(100% - 30px);
  height: 62px;
  line-height: 55px;
  background-image: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
  border: 1px solid #CACACA;
  border-radius: 5px;
  font-family: 'Nunito', helvetica, sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #000000;
  letter-spacing: 1.04px;
  padding: 0px 15px;
}
.creditcard-block .input-container input::placeholder {
  color: #999999;
}
.creditcard-block .address-credit-card .input-container:first-of-type {
  width: calc(66.54% - 4px);
  display: inline-block;
  margin-right: 7px;
}
.creditcard-block .address-credit-card .input-container:last-of-type {
  width: calc(33.27% - 9px);
  display: inline-block;
  margin-left: 7px;
}
.creditcard-block .date-credit-card .input-container {
  width: calc(33.27% - 9px);
  display: inline-block;
  margin: 0px 7px 20px;
}
.creditcard-block .date-credit-card .input-container:first-of-type {
  margin-left: 0px;
}
.creditcard-block .date-credit-card .input-container:last-of-type {
  margin-right: 0px;
}
.creditcard-block .credit-card-buttons {
  width: 100%;
  margin: 25px 0px;
  display: block;
  position: relative;
  z-index: 0;
}
.creditcard-block button {
  background-image: linear-gradient(180deg, #FFFEFF 0%, #EBEBEB 100%);
  border-radius: 11px;
  font-family: 'Nunito Sans', helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  letter-spacing: 1.04px;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.50);
  max-width: 350px;
  width: calc(50% - 15px);
  line-height: 65px;
  margin: 0px auto;
  display: block;
}
.creditcard-block button:disabled {
  opacity: 70%;
}
.creditcard-block button.secondary {
  background: none;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  color: #ffffff;
}
.creditcard-block .button-row button {
  display:inline-block;
  width: calc(60% - 7px);
  float: left;
}
.creditcard-block .button-row button.secondary {
  width: calc(40% - 7px);
  margin-right: 14px;
}

.credit-card-error {
  background-color: white;
  min-height: 64px;
  border-radius: 5px;
  width: 100.3%;
  color: #EB0000;
  margin-bottom: 20px;
}

.credit-card-error div {
  padding: 5px;
  margin-left: 5px;
  min-height: 52px;
}

.credit-card-error .message {
  padding: 8px;
  color: #EB0000;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.credit-card-error .warning {
  width: 45px;
  min-height: 64px;
  float: left;
}

.credit-card-buttons {
  margin-top: 5px !important;
}

.credit-card-warning-border {
  -webkit-box-shadow:inset 0px 0px 0px 4px #f00 !important;
  -moz-box-shadow:inset 0px 0px 0px 4px #f00 !important;
  box-shadow:inset 0px 0px 0px 4px #f00 !important;
}

.credit-card-image {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 3px;
  object-fit: cover;
  display: block !important;
}

.warning-image-sm {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 10px;
  object-fit: cover;
  display: block !important;
  width: 33px;
  height: 33px;
}

.asterisk {
  -moz-text-security: disc; /* FireFox */
  -webkit-text-security: disc; /* Chrome/Safari  */
}

/* Payment Summary Page */
.summary-wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.summary-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.submit-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.submit-buttons > button {
  font-size: 24px;
  color: '#2a2929';
}
.submit-buttons > button:hover {
  cursor: pointer;
}
.submit-buttons > button:disabled {
  cursor: default;
}

/* Payment Summary Page */
