.check-confirmation-code {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.check-confirmation-code-inner {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-default,
.lds-default div {
  box-sizing: border-box;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}

.lds-default div {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  background: currentColor;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 36.8px;
  left: 66.24px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22.08px;
  left: 62.29579px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11.30421px;
  left: 51.52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7.36px;
  left: 36.8px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11.30421px;
  left: 22.08px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22.08px;
  left: 11.30421px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 36.8px;
  left: 7.36px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 51.52px;
  left: 11.30421px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62.29579px;
  left: 22.08px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66.24px;
  left: 36.8px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62.29579px;
  left: 51.52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 51.52px;
  left: 62.29579px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.alg-wc-ev-guest-verify-button,
.send_verify_text {
  color: green;
  font-size: 12px;
  line-height: 1.1;
  margin-top: 5px;
}

.send_verify_text a {
  font-weight: 700;
  font-size: 13px;
  color: #DF1E5A !important;
}

.woocommerce-invalid-required-field input[type=text] {
  border-color: red !important;
}

#resetpasswordform fieldset {
  max-width: 300px;
}

#resetpasswordform div p {
  position: relative;
}

#resetpasswordform input[type="password"].som-password-input,
#resetpasswordform input[type=text] {
  width: 100%;
  padding-right: 40px;
}

#resetpasswordform span.toggle-password {
  position: absolute;
  right: 15px;
  top: 36px;
  cursor: pointer;
  color: #DF1E5A;
}

.activate-sim-template-main a {
  text-decoration: none !important;
}

.activate-sim-template-main .btn-block {
  transition: all ease-in-out .2s;
}

.activate-sim-template-main .btn-block:hover {
  background: #DF1E5A !important;
  color: #fff !important;
  border-color: #DF1E5A !important;
}