.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar {
  width: 5px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar-track {
  background: #f2f5f8;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
}
.mintmrm .mrm-form-wrapper {
  box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper * {
  box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .required-mark {
  font-weight: 600;
  color: #dd1212;
}
.mintmrm .mrm-form-wrapper .mrm-form-group {
  margin: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-group.alignment-center {
  margin-left: auto;
  margin-right: auto;
}
.mintmrm .mrm-form-wrapper .mrm-form-group.alignment-right {
  margin-left: auto;
  margin-right: 0;
}
.mintmrm .mrm-form-wrapper label,
.mintmrm .mrm-form-wrapper .label {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #344054;
  box-sizing: border-box;
  display: block;
}
.mintmrm .mrm-form-wrapper input[type=date],
.mintmrm .mrm-form-wrapper input[type=email],
.mintmrm .mrm-form-wrapper input[type=text],
.mintmrm .mrm-form-wrapper textarea,
.mintmrm .mrm-form-wrapper select {
  font-size: 14px;
  line-height: 1.3;
  color: #7a8b9a;
  padding: 9px 15px;
  width: 100%;
  border-radius: 6px;
  display: block;
  border: 1px solid #e4e6eb;
  min-height: 30px;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  max-width: 100%;
}
.mintmrm .mrm-form-wrapper input[type=date]:active, .mintmrm .mrm-form-wrapper input[type=date]:focus,
.mintmrm .mrm-form-wrapper input[type=email]:active,
.mintmrm .mrm-form-wrapper input[type=email]:focus,
.mintmrm .mrm-form-wrapper input[type=text]:active,
.mintmrm .mrm-form-wrapper input[type=text]:focus,
.mintmrm .mrm-form-wrapper textarea:active,
.mintmrm .mrm-form-wrapper textarea:focus,
.mintmrm .mrm-form-wrapper select:active,
.mintmrm .mrm-form-wrapper select:focus {
  border-color: #573BFF !important;
  color: #7a8b9a;
  box-shadow: none;
}
.mintmrm .mrm-form-wrapper .mintmrm-btn {
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  padding: 11px 15px;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-transform: capitalize;
  background-color: #573BFF;
  min-height: 44px;
}
.mintmrm .mrm-form-wrapper .mintmrm-btn:hover {
  background-color: #4C25A5;
  color: #fff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox {
  position: relative;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox] {
  position: absolute;
  top: 7px;
  z-index: -1;
  width: 0;
  padding: 0 !important;
  opacity: 0;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:active + label::before,
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:focus + label::before {
  border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox.no-title label {
  min-height: 20px;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #344054;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #bdc7eb;
  background-color: #f6f6f8;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 9px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:checked + label::before {
  background-color: #573bff;
  border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn {
  position: relative;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio] {
  position: absolute;
  top: 7px;
  z-index: -1;
  width: 0;
  height: auto;
  opacity: 0;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:active + label::before,
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:focus + label::before {
  border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn.no-title label {
  height: 16px;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label {
  font-size: 15px;
  line-height: 14px;
  font-weight: 500;
  color: #7a8b9a;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f7f7fa;
  border: 1px solid #bdc7eb;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #573bff;
  transform: scale(0);
  transition: all 0.3s ease;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:checked + label::before {
  border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:checked + label::after {
  transform: scale(1);
}
.mintmrm .mrm-form-wrapper .response {
  font-size: 15px;
  font-style: italic;
  color: #000;
}
.mintmrm .mrm-form-wrapper .response.mintmrm-error {
  color: #e71616;
}
.mintmrm .mrm-form-wrapper .response.mintmrm-success {
  color: #08c708;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button {
  position: relative;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button::after {
  content: "";
  border: 2px solid #8265c5;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 13px;
  height: 13px;
  animation: spin 0.7s linear infinite;
  margin-left: 7px;
  position: relative;
  top: 2px;
  display: none;
  box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button.show-loader::after {
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner {
  position: relative;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-close {
  position: absolute;
  right: -12px;
  top: -16px;
  width: 30px;
  height: 30px;
  background: #573bff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow {
  padding: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .wp-block-columns {
  margin: 0;
}
.mintmrm .mrm-form-wrapper .wp-block-column {
  padding: 0.2em;
}
.mintmrm .mrm-form-wrapper .mintmrm-form-preview .wp-block-image.aligncenter {
  text-align: center;
}

.comment-form-mint-mail input[type=checkbox] {
  margin-right: 6px;
}

.mintmrm-page-template-main {
  padding: 50px 0;
}
.mintmrm-page-template-main .mrm-preferance-form-wrapper {
  width: 100%;
}
.mintmrm-page-template-main .mintmrm-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 62vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.mintmrm-page-template-main .mintmrm-container .response {
  font-size: 15px;
  font-weight: 500;
}
.mintmrm-page-template-main .mintmrm-container .response.mintmrm-success {
  color: #24c329;
}
.mintmrm-page-template-main .mintmrm-container .response.mintmrm-error {
  color: #cd2653;
}
.mintmrm-page-template-main a,
.mintmrm-page-template-main svg path,
.mintmrm-page-template-main button[type=submit],
.mintmrm-page-template-main input[type=button],
.mintmrm-page-template-main input[type=submit],
.mintmrm-page-template-main .mintmrm-btn,
.mintmrm-page-template-main .transition-3ms {
  transition: all 0.3s ease;
}
.mintmrm-page-template-main .mrm-form-group {
  margin-bottom: 15px;
}
.mintmrm-page-template-main .mrm-form-group label,
.mintmrm-page-template-main .mrm-form-group .label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #344054;
  display: block;
}
.mintmrm-page-template-main .mrm-form-group input[type=date],
.mintmrm-page-template-main .mrm-form-group input[type=search],
.mintmrm-page-template-main .mrm-form-group input[type=url],
.mintmrm-page-template-main .mrm-form-group input[type=tel],
.mintmrm-page-template-main .mrm-form-group input[type=number],
.mintmrm-page-template-main .mrm-form-group input[type=password],
.mintmrm-page-template-main .mrm-form-group input[type=email],
.mintmrm-page-template-main .mrm-form-group input[type=text],
.mintmrm-page-template-main .mrm-form-group textarea,
.mintmrm-page-template-main .mrm-form-group select {
  font-size: 14px;
  line-height: 1.3;
  color: #7a8b9a;
  padding: 12px 15px;
  width: 100%;
  border-radius: 6px;
  display: block;
  border: 1px solid #ebedf0;
}
.mintmrm-page-template-main .mrm-form-group input[type=date]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=search]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=url]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=tel]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=number]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=password]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=email]::placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=text]::placeholder,
.mintmrm-page-template-main .mrm-form-group textarea::placeholder,
.mintmrm-page-template-main .mrm-form-group select::placeholder {
  color: #a4a8b5;
}
.mintmrm-page-template-main .mrm-form-group input[type=date]::-webkit-input-placeholder, .mintmrm-page-template-main .mrm-form-group input[type=date]::-moz-placeholder, .mintmrm-page-template-main .mrm-form-group input[type=date]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=search]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=search]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=search]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=url]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=url]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=url]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=tel]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=tel]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=tel]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=number]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=number]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=number]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=password]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=password]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=password]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=email]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=email]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=email]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=text]::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=text]::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group input[type=text]:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group textarea::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group textarea::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group textarea:-ms-input-placeholder,
.mintmrm-page-template-main .mrm-form-group select::-webkit-input-placeholder,
.mintmrm-page-template-main .mrm-form-group select::-moz-placeholder,
.mintmrm-page-template-main .mrm-form-group select:-ms-input-placeholder {
  color: #a4a8b5;
}
.mintmrm-page-template-main .mrm-form-group input[type=date]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=search]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=url]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=tel]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=number]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=password]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=email]:focus,
.mintmrm-page-template-main .mrm-form-group input[type=text]:focus,
.mintmrm-page-template-main .mrm-form-group textarea:focus,
.mintmrm-page-template-main .mrm-form-group select:focus {
  outline: none;
  box-shadow: none;
  border-color: #573bff;
}
.mintmrm-page-template-main .mrm-form-group input[type=date]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=search]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=url]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=tel]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=number]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=password]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=email]:hover,
.mintmrm-page-template-main .mrm-form-group input[type=text]:hover,
.mintmrm-page-template-main .mrm-form-group textarea:hover,
.mintmrm-page-template-main .mrm-form-group select:hover {
  color: #7a8b9a;
}
.mintmrm-page-template-main .mrm-form-group input[type=date][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=search][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=url][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=tel][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=number][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=password][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=email][readonly],
.mintmrm-page-template-main .mrm-form-group input[type=text][readonly],
.mintmrm-page-template-main .mrm-form-group textarea[readonly],
.mintmrm-page-template-main .mrm-form-group select[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.mintmrm-page-template-main .mrm-form-group textarea {
  resize: none;
  padding: 11px 15px;
}
.mintmrm-page-template-main .mrm-form-group select {
  max-width: inherit;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit],
.mintmrm-page-template-main .mrm-form-group button[type=submit],
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn {
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  padding: 11px 15px;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-transform: capitalize;
  background-color: #573bff;
  text-decoration: none;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit]:hover,
.mintmrm-page-template-main .mrm-form-group button[type=submit]:hover,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn:hover {
  background-color: #4c25a5;
  color: #fff;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit].outline,
.mintmrm-page-template-main .mrm-form-group button[type=submit].outline,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn.outline {
  background-color: transparent;
  color: #3c3f47;
  border-color: #e4e6eb;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit].outline:hover,
.mintmrm-page-template-main .mrm-form-group button[type=submit].outline:hover,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn.outline:hover {
  background-color: #573bff;
  border-color: #573bff;
  color: #fff;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit]:disabled,
.mintmrm-page-template-main .mrm-form-group button[type=submit]:disabled,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn:disabled {
  opacity: 0.7;
  background: #c1bbbb;
  cursor: not-allowed;
  color: #474747;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit].show-loader .mintmrm-loader,
.mintmrm-page-template-main .mrm-form-group button[type=submit].show-loader .mintmrm-loader,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn.show-loader .mintmrm-loader {
  display: inline-block;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit] .mintmrm-loader,
.mintmrm-page-template-main .mrm-form-group button[type=submit] .mintmrm-loader,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn .mintmrm-loader {
  position: relative;
  top: 2px;
}
.mintmrm-page-template-main .mrm-form-group input[type=submit].show-loader .mintmrm-loader,
.mintmrm-page-template-main .mrm-form-group button[type=submit].show-loader .mintmrm-loader,
.mintmrm-page-template-main .mrm-form-group .mintmrm-btn.show-loader .mintmrm-loader {
  display: inline-block;
}
.mintmrm-page-template-main .mrm-checkbox-group {
  margin-bottom: 6px;
}
.mintmrm-page-template-main .mrm-checkbox-group:last-child {
  margin-bottom: 0;
}

.mintmrm-page-template-main .mintmrm-checkbox input[type=checkbox] {
  display: block;
  position: relative;
  top: 9px;
  left: 9px;
  width: 0;
  height: 0;
  opacity: 0;
}
.mintmrm-page-template-main .mintmrm-checkbox.no-title label {
  min-height: 20px;
}
.mintmrm-page-template-main .mintmrm-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #344054;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.mintmrm-page-template-main .mintmrm-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #bdc7eb;
  background-color: #f6f6f8;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mintmrm-page-template-main .mintmrm-checkbox label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 9px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
.mintmrm-page-template-main .mintmrm-checkbox input[type=checkbox]:focus + label::before {
  border-color: #573bff;
}
.mintmrm-page-template-main .mintmrm-checkbox input[type=checkbox]:checked + label::before {
  background-color: #573bff;
  border-color: #573bff;
}
.mintmrm-page-template-main .mintmrm-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.mintmrm-page-template-main .mintmrm-radiobtn input[type=radio] {
  display: none;
}
.mintmrm-page-template-main .mintmrm-radiobtn.no-title label {
  height: 16px;
}
.mintmrm-page-template-main .mintmrm-radiobtn label {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #7a8b9a;
  position: relative;
  padding-left: 29px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}
.mintmrm-page-template-main .mintmrm-radiobtn label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f7f7fa;
  border: 1px solid #bdc7eb;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mintmrm-page-template-main .mintmrm-radiobtn label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #573bff;
  transform: scale(0);
  transition: all 0.3s ease;
}
.mintmrm-page-template-main .mintmrm-radiobtn input[type=radio]:checked + label::before {
  border-color: #573bff;
}
.mintmrm-page-template-main .mintmrm-radiobtn input[type=radio]:checked + label::after {
  transform: scale(1);
}
.mintmrm-page-template-main .mintmrm-loader {
  border: 2px solid #8265c5;
  border-radius: 50%;
  border-top: 2px solid #fff;
  width: 13px;
  height: 13px;
  animation: spin 0.7s linear infinite;
  display: none;
  margin-left: 4px;
}
.mintmrm-page-template-main .mintmrm-loader.show {
  display: block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
---------------form animations------------------
1. Fade In animation
2. Slide In Up animation
*/
@-webkit-keyframes mrmFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mrmFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mrmSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes mrmSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.mintmrm .mrm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #33333357;
  padding: 5px 15px;
  box-sizing: border-box;
  z-index: 999;
}
.mintmrm .mrm-popup .mrm-form-wrapper-inner {
  margin: 0 auto;
  max-height: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
}
.mintmrm .mrm-popup .mrm-form-overflow {
  padding: 20px;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 870px;
}
.mintmrm .mrm-popup.mrm-fade-in {
  -webkit-animation: mrmFadeIn 0.5s ease 1s both;
  animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-popup.mrm-slide-in-up {
  -webkit-animation: mrmFadeIn 0.3s ease 0.1s both;
  animation: mrmFadeIn 0.3s ease 0.1s both;
}
.mintmrm .mrm-popup.mrm-slide-in-up .mrm-form-wrapper-inner {
  -webkit-animation: mrmSlideInUp 0.5s ease 0.5s both;
  animation: mrmSlideInUp 0.5s ease 0.5s both;
}
@media only screen and (max-width: 575px) {
  .mintmrm .mrm-popup .mrm-form-overflow {
    padding: 11px;
  }
}

.mintmrm .mrm-flyins {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.mintmrm .mrm-flyins .mrm-form-wrapper-inner .mrm-form-close {
  right: inherit;
  left: -12px;
  background: #fff;
}
.mintmrm .mrm-flyins .mrm-form-overflow {
  overflow: auto;
}
.mintmrm .mrm-flyins.mrm-fade-in {
  -webkit-animation: mrmFadeIn 0.5s ease 1s both;
  animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-flyins.mrm-slide-in-up {
  -webkit-animation: mrmSlideInUp 0.6s linear 1s both;
  animation: mrmSlideInUp 0.6s linear 1s both;
}
.mintmrm .mrm-fixed-on-bottom,
.mintmrm .mrm-fixed-on-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner {
  padding: 20px 80px 20px 20px;
  background: #b7b7b7;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 5px;
  background: transparent;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close svg,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close svg {
  width: 24px;
  height: 24px;
}
.mintmrm .mrm-fixed-on-bottom {
  top: inherit;
  bottom: 0;
}
.mintmrm .mrm-fixed-on-bottom.mrm-fade-in,
.mintmrm .mrm-fixed-on-top.mrm-fade-in {
  -webkit-animation: mrmFadeIn 0.5s ease 1s both;
  animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-fixed-on-bottom.mrm-slide-in-up,
.mintmrm .mrm-fixed-on-top.mrm-slide-in-up {
  -webkit-animation: mrmSlideInUp 0.5s ease 0.5s both;
  animation: mrmSlideInUp 0.5s ease 0.5s both;
}

@media only screen and (max-width: 991px) {
  .mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close {
    right: 3px;
    top: 6px;
    transform: translateY(0);
  }
}
#mintmail_woocommerce_optin_consent_field label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  display: inline-block !important;
}
#mintmail_woocommerce_optin_consent_field label.woocommerce-form__label-for-checkbox .optional::before {
  display: none !important;
}

.mintmrm .mrm-form-wrapper .g-recaptcha {
  transform:scale(0.77);
  transform-origin:0 0;
  margin-top : 12px;
}

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