.AccountRegistration {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.AccountRegistration .showBtn {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  display: none;
  user-select: none;
  line-height: 34px;
}

.AccountRegistration .indicator {
  height: 6px;
  margin: 1px 0 0 0;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.AccountRegistration .indicator span {
  position: relative;
  height: 100%;
  width: 100%;
  background: var(--backgroundcolour);
  border-radius: 5px;
}

.AccountRegistration .indicator span:nth-child(2) {
  margin: 0 3px;
}

.AccountRegistration .indicator span.active:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

  .AccountRegistration .passwordtext {
    font-size: 12px;
    font-weight: 500;
    display: none;
    right: 2px;
    top: 37px;
    position: absolute;
  }

.AccountRegistration .passwordtext.weak {
  color: var(--textcolour);
}

.AccountRegistration .passwordtext.medium {
  color: var(--textcolour);
}

.AccountRegistration .passwordtext.strong {
  color: var(--textcolour);
}


.AccountRegistration .has-success .form-control-feedback {
  color: #00809f !important;
}

.AccountRegistration .form-control:focus {
  border-color: #00809f !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00809f !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00809f !important;
}

.AccountRegistration .has-success .form-control {
  border-color: #00809f !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.AccountRegistration .has-success .form-control:focus {
  border-color: #00809f !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00809f !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00809f !important;
}

.AccountRegistration .has-error .form-control-feedback {
  color: #b2252a !important;
}

.AccountRegistration .has-error .form-control {
  border-color: #b2252a !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.AccountRegistration .has-error .form-control:focus {
  border-color: #b2252a !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b2252a !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b2252a !important;
}

.AccountRegistration .has-success .checkbox {
  color: #00809f !important;
}

.AccountRegistration .form-control-feedback {
  right: 0px !important;
}

.AccountRegistration .location-address-input {
  width: 100%;
  border: 1px solid #00809f;
  border-radius: 5px;
  height: 10px;
  padding: 17px 12px 17px 20px;
  background-color: rgba(0, 128, 159, 0.10);
  color: #00809f;
}

.AccountRegistration .location-address-input:focus {
  outline: 0px;
}

.AccountRegistration .location-search-icon {
  width: 25px;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.5em);
  color: #00809f;
  line-height: 20px !important;
}

.AccountRegistration .location-address-input::-webkit-input-placeholder { /* Edge */
  color: rgba(0, 128, 159, 0.50);
}

.AccountRegistration .location-address-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 128, 159, 0.50);
}

.AccountRegistration .location-address-input::placeholder {
  color: rgba(0, 128, 159, 0.50);
}

.AccountRegistration .help-block {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.AccountRegistration .RegisterWrap {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  align-items: center;
  margin: 10px 0;
  width: 100%;
  justify-content: center;
}

.AccountRegistration .RegisterButton {
  background-color: #00809f;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  border-width: 0px;
  border-style: solid;
  height: 64px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}

.AccountRegistration .StoreLocationRegion {
  font-weight: bold;
  text-transform: capitalize;
}

.AccountRegistration .StoreLocationStore {
  text-transform: capitalize;
}

.AccountRegistration .StoreLocationOptionSelection {
  position: relative;
  float: left;
  color: #6e6e6e;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 375ms ease-in-out;
  border: 1px solid #00809f;
  width: 100%;
}

.AccountRegistration .StoreLocationOptionSelection select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.AccountRegistration .cont_list_select {
  position: relative;
  float: left;
  width: 100%;
}

.AccountRegistration .cont_select_int {
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  border-radius: 0px 0px 5px 5px;
  transition: all 375ms ease-in-out;
  border: 1px solid #00809f;
  box-sizing: content-box;
}

.AccountRegistration .cont_select_int.closed {
  transition: all 375ms ease-in-out;
  z-index: 0;
  border-width: 0;
}

.AccountRegistration .cont_select_int.open {
  transition: all 375ms ease-in-out;
  max-height: 440px;
  overflow-y: scroll;
}

.AccountRegistration .cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 0px solid #6e6e6e;
  background-color: #ffffff;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}

.AccountRegistration .cont_select_int li:last-child {
  border-radius: 0;
  border-bottom: 0;
}

.AccountRegistration .cont_select_int li:hover {
  background-color: #00809f;
  color: #ffffff;
}

.AccountRegistration .cont_select_int li.PosPaymentMethodSelectionHeader:hover {
  background-color: #ffffff;
  color: #6e6e6e;
}

.AccountRegistration .cont_select_int .active {
  background-color: #00809f;
  color: #ffffff;
}

.AccountRegistration .selected_option {
  padding: 0 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  text-transform: capitalize;
}

.AccountRegistration .icon_select {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}
  .AccountRegistration .icon_select svg {
    fill: #00809f;
  }

.AccountRegistration .loader {
  margin: 20px auto;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #1f597c;
  border-right-color: transparent;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
}

.AccountRegistration .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.grecaptcha-badge {
  opacity: 0;
}









/* EMAIL VALIDATION */


#email-container {
  position: relative;
}

#email-icon {
  position: absolute;
  top: 11px;
  left: 7px;
}

.email-input {
  text-indent: 20px;
}

#email-warning-container {
  display: flex;
  align-items: center;
  height: 0px;
  opacity: 0;
  width: 100%;
  background-color: #fee7ba;
  transition: height, opacity 1.5s, padding, margin-bottom, 0.5s;
  margin-bottom: 0px;
  border-radius: 5px;
}

#warning-dismiss {
  background-color: transparent;
  border: 0;
  margin-right: 5px;
}

#email-warning-container.view {
  height: 100%;
  opacity: 100%;
  margin-bottom: 10px;
  padding: 6px;
}

#warning-dismiss {
  cursor: pointer;
}

#warning {
  cursor: pointer;
  display: flex;
  gap: 3px;
}

#warning-email {
  text-decoration: underline;
}