.invalid-maxlength {
  display: none;
}

.invalid-tooltip {
  padding: 0;
  margin-top: 0.5rem;
  background: none;
  color: #EF4444;
}

.is-invalid-maxlength ~ .invalid-feedback > *,
.is-invalid-maxlength ~ .invalid-tooltip > * {
  display: none;
}
.is-invalid-maxlength ~ .invalid-feedback > .invalid-maxlength,
.is-invalid-maxlength ~ .invalid-tooltip > .invalid-maxlength {
  display: block;
}

.modal {
  --bs-modal-margin: 1rem;
  --bs-modal-width: 400px;
  --bs-modal-padding: 0;
  --bs-modal-footer-border-width: 0;
  --bs-modal-border-color: #f9f9f9;
}

.popup {
  padding: 2.5rem;
  color: #333;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.12);
  text-align: center;
}
@media (max-width: 576px) {
  .popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup .modal-footer {
  padding: 0;
}
.popup .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 10.586l5.657-5.657 1.414 1.414L13.414 12l5.657 5.657-1.414 1.414L12 13.414l-5.657 5.657-1.414-1.414L10.586 12 4.929 6.343l1.414-1.414L12 10.586z' fill='%23DDD'/%3E%3C/svg%3E") no-repeat center/1em;
  opacity: 1;
}
.popup .modal-header {
  display: block;
  padding: 0;
  border: 0;
}
.popup .modal-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.popup .pop-sub-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.popup .code-box {
  margin-bottom: 2rem;
  text-align: left;
}
.popup .code-box input {
  height: 3rem;
}
.popup .code-box .warn {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.popup .pop-img {
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: left;
}
.popup .pop-img .code-img {
  width: 250px;
  height: 125px;
  background-color: #F5F5F5;
  border-radius: 0.25rem;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .popup .pop-img .code-img {
    width: 200px;
    height: 100px;
  }
}
.popup .pop-img .refresh {
  width: 1rem;
  cursor: pointer;
}
.popup .btn {
  width: 100%;
}

.popup-loading img,
.popup-success img,
.popup-error img {
  width: 5rem;
  height: 5rem;
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  .popup-loading img,
  .popup-success img,
  .popup-error img {
    width: 4rem;
    height: 4rem;
    margin-top: 1.5rem;
  }
}
.popup-loading .content,
.popup-success .content,
.popup-error .content {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  .popup-loading .content,
  .popup-success .content,
  .popup-error .content {
    margin-top: 1.25rem;
    min-height: 3rem;
    font-size: 1rem;
  }
  .popup-loading .content:last-child,
  .popup-success .content:last-child,
  .popup-error .content:last-child {
    margin-bottom: 2.5rem;
  }
}
.popup-loading .notification,
.popup-success .notification,
.popup-error .notification {
  margin: 0 -0.5rem;
}
.popup-loading button,
.popup-success button,
.popup-error button {
  width: 100%;
}

/*# sourceMappingURL=common.css.map */
