/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.payment__doc.loading a {
  display: none;
}

.payment__doc.loading .payment__doc-loading {
  display: block;
}

.payment__doc-loading {
  font-size: 20px;
  line-height: 100%;
  display: none;
}

.payment__doc-loading span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1440px), (max-height: 768px) {
  .payment__doc-loading {
    font-size: 16px;
  }
}

.payment__doc-spiner {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

@media (max-width: 1440px), (max-height: 768px) {
  .payment__doc-spiner {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .payment__doc-spiner:before {
    width: 100%;
    height: 100%;
  }
}

.body-support .amo-button-holder {
  display: none;
}

.body-support #amo-livechat {
  right: 0 !important;
  bottom: 0 !important;
}

/*.tabs__body.support__target-tab-content {*/
/*  height: 500px;*/
/*}*/

.form-acc-input.form-acc-input--focus ~ .form-acc-label {
  font-size: 14px;
  top: 10px;
}

@media (max-width: 767px) {
  .form-acc-input.form-acc-input--focus + .form-acc-label {
    font-size: 12px;
    top: 8px;
  }
}

.suggestions-wrapper {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}

.loading-frame {
  min-height: 200px;
}

.body-support #amo-livechat {
  z-index: 0;
}

.body-support #amo-livechat {
  overflow-y: hidden;
}

.body-support #amo-livechat iframe {
  top: -56px;
}

.wrapper:has(> .support) {
  height: 100%;
  overflow-y: scroll;
}

.support__container, .support__container .tabs-wrapper, .support__container .tabs, .support__container .tabs__content, .support__container .support__target-tab-content {
  height: 100%;
}

/*.support__container .support__target-tab-content {*/
/*  height: calc(100% - 65px);*/
/*}*/

.error-message {
    width: 100%;
    background: #ff511a;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    display: none;
    align-items: center;
    margin-top: 30px;
    font-size: 18px;
    padding: 10px;
}

.confirmation-slide__example-result-img {
  width: 100%;
  max-width: 800px;
  max-height: 800px;
}

.confirmation-slide__example-result {
  text-align: center;
}

.btn.inactive .ripple {
    display: none;
}

.ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transform: scale(0);
    animation: ripple 3s linear;
    display: block;
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    margin-top: -500px;
    margin-left: -500px;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.confirmation-slide__upload-btn, .confirmation__next-slide {
  overflow: hidden;
}

.confirmation-slide__upload-btn-body {
  background-color: #292929;
  color: #ffffff;
}