.path-product[class*="donate"] #sms-modal.sms-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 0%, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content .phone-number,
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content .resend-text i,
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content #sms-code,
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content #sms-verify-btn {
  display: none;
}
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content p #sms-resend-btn {
  color: #DF2826;
  padding: 9px 49px;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
}
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content p.resend-text {
  margin-bottom: 0;
}
.path-product[class*="donate"] #sms-modal.sms-modal.limit-reached .sms-modal-content #sms-error {
  color: #302F2F !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 0 !important;
  width: 100%;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content {
  background: #ffff;
  max-width: 590px;
  width: 100%;
  box-shadow: 0px 0px 15px 0px #00000040;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content > * {
  max-width: 510px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #302F2F;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content h3 ~ p {
  width: 100%;
  text-align: center;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input #sms-code {
  width: 100%;
  background-color: #E8F0FE;
  border: none;
  padding: 9.5px 125px 9.5px 15px;
  border-radius: 10px;
  height: 40px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input #sms-code:focus-visible {
  outline: none;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input #sms-code,
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input #sms-code::placeholder {
  color: #7C7C7C;
  font-size: 14px;
  line-height: 21px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input #sms-code::placeholder {
  font-style: italic;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content .wrapper-input #sms-verify-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: #78CAB4;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffff;
  border-radius: 0 10px 10px 0;
  min-width: 105px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
  color: #484848;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.phone-number {
  font-weight: 500;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.phone-number strong {
  font-weight: 700;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.resend-text {
  font-weight: 400;
  margin-bottom: 10px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p #sms-resend-btn {
  color: #78CAB4;
  text-decoration: underline;
  font-weight: 700;
  padding: 0;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p #sms-resend-btn:disabled {
  cursor: not-allowed;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.valid-message {
  display: flex;
  gap: 5px;
  line-height: 22px;
  font-style: italic;
  color: #3B3B3B;
  margin-top: 10px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.valid-message strong {
  color: #78CAB4;
  font-style: normal;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.valid-message b {
  font-weight: 700;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.validated-line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  color: #1C1C1C;
  gap: 16px;
  min-height: 40px;
  margin-bottom: 20px;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p .check-validate {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.9697' cy='14.0019' r='13.9394' fill='%2346C0A9'/%3E%3Cpath d='M18.9363 9.15234L12.1877 18.6228L9.12012 14.318' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 6px solid #8577DE;
  animation: prixClipFix 2s linear infinite;
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.text-validate {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content #sms-close-btn {
  max-width: 190px;
  width: 100%;
  margin-top: 30px;
  border: 2px solid #F86040;
  color: #F86040;
  background: transparent;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 20px;
  height: 40px;
  font-weight: 700;
  flex-grow: 2;
}
@media (max-width: 768px) {
  .path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content {
    max-width: 540px;
    border-radius: 0;
    padding: 30px 20px;
  }
  .path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .path-product[class*="donate"] #sms-modal.sms-modal .sms-modal-content p.phone-number {
    margin-bottom: 5px;
  }
}
