html {
  scroll-behavior: smooth;
}
.blocked-coin {
  cursor: not-allowed !important;
  pointer-events: none !important;
  border-color: #e74c3c !important;
}
.blocked-coin::after {
  cursor: not-allowed !important;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.text-bold {
  font-weight: 600;
}
.no-scroll-page-main {
  overflow: hidden !important;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.second-part-image {
  display: block;
  position: absolute;
  top: 0px;
  left: 38px;
}
.nav-linksd {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  border: none;
  color: #f5f5f5 !important;
  padding: 10px 0px;
  margin: 0px 5px;
  font-size: 24px;
}
.colored-back {
  min-height: 100vh;
  background-image: url(../../assets/img/bg-shape/home-4-bg.png);
}
.hide-all-back {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: black;
  opacity: 0.2;
  z-index: 999;
}
.back-on-lkh .hide-all-back {
  display: block;
}
.commisiom-imcluded {
  font-size: 12px;
  padding-top: 15px;
}
.flex-container-coins-calculator {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}
.second-tocoin-m-container {
  margin-top: 15px;
}
.left-side-calcs-coins {
  display: block;
  width: 100%;
}
.right-side-answer-coins {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.sixe-block-coin-dd {
  display: block;
  width: 100%;
}
.cust-calc {
  display: block;
  width: 100%;
  position: relative;
  height: max-content;
  background-color: #16151A;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.input-kabel {
  font-weight: 600;
  color: #8E8E8E;
  font-size: 18px;
  padding-bottom: 13px;
  padding-top: 13px;
}
.line-coin-choose-container {
  padding: 20px 20px;
  box-sizing: border-box;
}
.flex-input {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.left-side-inpt {
  display: block;
  width: 90%;
}
.left-side-inpt-result {
  display: block;
  width: 100%;
}
.right-side-inpt {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
}
.input-width-container {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px 0px 0px;
}
.input-width-container-result {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.input-width-container-result-right {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px 0px 0px;
}
.input-amount {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #09080D;
  border: none;
  border-radius: 0px;
  padding-left: 15px;
}
.drop-down-coin {
  display: block;
  width: 40px;
  height: 40px;
}
.drop-down-coin img {
  width: 40px;
  position: relative;
}
.coin-name {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
}
.down-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.btn-coin-list {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4528DC;
  transform: rotate(180deg);
}
.label-gives {
  font-family: 700;
  font-size: 22px;
  padding-bottom: 15px;
}
/*Drop down*/
/*------------------------------*/
.top-container-drop {
  z-index: 99999 !important;
}
.drop-down-coins-container {
  display: none;
  position: absolute;
  top: 75px;
  right: -20px;
  width: 290px;
  height: 300px;
  background-color: #ffffff;
  z-index: 999999;
  border-radius: 6px;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.25);
  /*Scrollbar*/
}
.drop-down-coins-container ::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.01);
}
.drop-down-coins-container ::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.drop-down-coins-container ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: transparent;
  background-color: #B3C7FF;
}
.opened-drop-down .drop-down-coins-container {
  display: block;
}
.overflow-container-icons {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: block;
  padding-right: 20px;
}
.flex-coin-propose {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: nowrap;
  background-color: #f5f8ff;
  padding: 15px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid transparent;
  margin-bottom: 15px;
}
.flex-coin-propose:hover {
  border: 1px solid #4528DC;
  background-color: #E0E8FB;
}
.selected-coin-from {
  border: 1px solid #4528DC !important;
  background-color: #E0E8FB !important;
}
.coin-prop-name {
  height: 35px;
  display: block;
  font-weight: 600;
  padding-left: 9px;
  box-sizing: border-box;
  line-height: 35px;
}
.coin-prop-image img {
  display: block;
  width: 35px;
  position: relative;
}
.no-mobile-view {
  display: none;
}
/*Result css*/
.result-coin-flex-from {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.text-result-calc {
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
  background-color: #09080D;
  border-radius: 4px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 25px;
}
.left-side-result-from {
  display: flex;
  width: 47.5%;
  max-width: 100%;
  position: relative;
}
.left-side-result-from .coin-res-image {
  display: block;
  width: max-content;
  max-width: 100%;
  position: relative;
  margin-right: 15px;
}
.left-side-result-from .coin-res-image img {
  display: block;
  width: 35px;
  position: relative;
}
.left-side-result-from .coin-res-name {
  height: 35px;
  line-height: 35px;
}
.right-side-result-from {
  padding: 0px 15px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  width: max-content;
  max-width: 100%;
  background-color: #09080D;
  border-radius: 4px;
  font-weight: 400;
}
.change-bloc-container {
  margin: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.question-box-email {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-sizing: border-box;
}
.question-box-email .info-box-text-block {
  display: none;
  position: absolute;
  width: 150px;
  height: max-content;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 15px;
  right: 0px;
  /*box-shadow: 0px 5px 30px 0px rgba(170, 170, 170, 0.5); */
  z-index: 9999;
  padding: 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.question-box-email:hover .info-box-text-block {
  display: block;
}
.svg-info-container {
  display: block;
  width: max-content;
  height: max-content;
}
/*PRIVACY AGREE*/
.privacy-agree-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  position: relative;
  margin-top: 15px;
}
.privacy-block-click {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.privacy-block-click:hover {
  border-color: #4528DC;
}
.privacy-block-click .center-privacy-agree {
  opacity: 0;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  background-color: #4528DC;
}
.agreed-privacy-user .privacy-block-click {
  border-color: #4528DC;
}
.agreed-privacy-user .privacy-block-click .center-privacy-agree {
  opacity: 1;
}
.submit-btn-main {
  padding: 11px 32px;
  background-image: -moz-linear-gradient(0deg, #7a04ff 0%, #304ffe 100%);
  background-image: -webkit-linear-gradient(0deg, #7a04ff 0%, #304ffe 100%);
  background-image: -ms-linear-gradient(0deg, #7a04ff 0%, #304ffe 100%);
  border-radius: 50px;
  border: 0px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 15px;
  width: 100%;
}
.submit-btn-main:hover {
  box-shadow: 0px 5px 30px 0px rgba(48, 79, 254, 0.5);
}
.fake-btn-privacy {
  display: block;
  color: #adadad;
}
.real-btn-privacy {
  display: none;
}
.agreed-privacy-user .fake-btn-privacy {
  display: none !important;
}
.agreed-privacy-user .real-btn-privacy {
  display: block !important;
}
#privacy-block-click-ident-two {
  cursor: pointer;
}
.pc-viewed-only {
  display: none;
}
.mobile-viewed-only {
  display: block;
}
.modal-back-hide-block {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 99999999;
}
.modal-main-container {
  display: block;
  margin: 30px auto;
  position: relative;
  background-color: white;
  border-radius: 4px;
  width: 90%;
  min-height: 140px;
  padding: 20px;
  box-sizing: border-box;
}
.close-modal-btn-block {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 2px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.close-modal-btn-block .left-side-block-md {
  display: block;
  width: max-content;
  max-width: 100%;
}
.close-modal-btn-block .right-side-block-md {
  display: block;
  width: max-content;
  max-width: 100%;
}
.close-modal-btn-block svg {
  cursor: pointer;
}
.close-modal-btn-block svg path {
  fill: #888888;
}
.close-modal-btn-block svg:hover path {
  fill: #ec6161;
}
.md-header-main {
  font-weight: 600;
  font-size: 24px;
}
/*Contact index block*/
.flex-contacnt-main-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.flex-contacnt-main-block .left-side-index-contact {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.flex-contacnt-main-block .right-side-index-contact {
  display: block;
  width: 100%;
}
/*modal steps*/
/*=======================*/
.steps-container-modal {
  padding-top: 50px;
  width: 100%;
  max-width: 100%;
}
.flex-step-md {
  display: flex;
  width: 100%;
  line-height: 30px;
  flex-wrap: wrap;
}
.left-sid-fl-step {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 15px;
}
.right-sid-fl-step {
  display: block;
  width: 100%;
}
.round-step-fl {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #2D375F;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #2D375F;
  box-sizing: border-box;
}
.flex-paym-fl-b {
  display: flex;
  width: 100%;
  background-color: #E0E8FB;
  padding: 20px;
  border-radius: 4px;
}
.flex-con-mb-vv {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  margin-top: 15px;
}
.left-con-md-vv {
  display: block;
  width: 100%;
  position: relative;
  order: 2;
}
.right-con-md-vv {
  display: block;
  width: 100%;
  position: relative;
  order: 1;
  margin-bottom: 25px;
}
.left-side-coin-pay {
  display: block;
  width: 100%;
}
.expired-order {
  color: #e23e3e;
  font-weight: 600;
  font-size: 32px;
}
.header-md-pay {
  font-weight: 600;
  padding-bottom: 10px;
}
.expire-time-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #E0E8FB;
  border-radius: 4px;
}
.flex-copy-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.left-copy {
  display: block;
  width: 80%;
  line-height: 24px;
  font-weight: 600;
}
.right-copy {
  display: block;
  width: max-content;
}
.right-copy svg {
  cursor: pointer;
}
.right-copy svg path {
  fill: #ffffff;
}
.right-copy svg:hover path {
  fill: #0150FD;
}
.copy-btn-coin-pr {
  margin-top: 7px;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
}
.label-md-pay-mn {
  padding-bottom: 10px;
}
.pay-me-coin-adm {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  background-color: white;
  border-radius: 4px;
  padding-left: 15px;
}
#md-second-step {
  padding-top: 25px;
}
.add-wall-md-container {
  display: block;
  width: 100%;
  margin-top: 25px;
}
/*captcha*/
/*====================================*/
.captch-container {
  width: 300px;
  max-width: 100%;
  position: relative;
}
.submit__generated {
  display: flex;
  align-items: center;
}
.submit__generated div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: center;
  width: 35px;
  margin: 0px 10px 0px 0px;
}
.submit__generated div img {
  display: block;
  width: max-content;
  position: relative;
}
.submit__generated .submit__input {
  border-radius: 4px;
  border: 1px solid #42a0dd;
  color: #42a0dd;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  outline: 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 35px;
  min-width: max-content !important;
  margin-left: 10px;
}
.submit__generated.valid:after {
  color: #2ecc71;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}
.submit__generated.unvalid:after {
  color: #e74c3c;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
i.fa-refresh {
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 18px;
  margin: 4px 0 0px 5px;
  padding: 5px;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}
span.submit__error {
  color: #e74c3c;
  margin-left: 100px;
  margin-top: 0px;
  position: absolute;
}
span.submit__error--empty {
  color: #e74c3c;
  margin-left: 100px;
  margin-top: 0px;
  position: absolute;
}
.submit {
  width: 100%;
  background-clip: padding-box;
  background-color: #42a0dd;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 4px 0 #2c81ba;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 50px 0;
  opacity: 1;
  outline: none;
  padding: 7px 15px;
  text-transform: uppercase;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active {
  box-shadow: none;
  margin: 55px 0 46px 0;
}
.submit.enter-press {
  box-shadow: none;
  margin: 55px 0 46px 0;
}
.submit.overlay {
  box-shadow: none;
  margin: 55px 0 46px 0;
}
.submit__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
  margin-top: -90px;
  position: absolute;
  width: 100%;
}
.low-opa {
  opacity: 0.4;
}
.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}
.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.form-fields {
  transition: all 0.2s ease-out;
}
.form-success {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease-out;
}
@media (min-width: 960px) {
  .drop-down-coins-container {
    width: 400px;
  }
}
@media (min-width: 678px) {
  .nav-linksd {
    color: #f5f5f5 !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    font-size: 1rem !important;
    padding: 0px 1rem !important;
    margin: 0px !important;
  }
  .input-kabel {
    font-weight: 600;
    color: #8E8E8E;
    font-size: 18px;
    padding-bottom: 13px;
    padding-top: 0px;
  }
  .no-mobile-view {
    display: block;
  }
  .custom-style-top {
    padding-top: 85px;
  }
  .left-side-calcs-coins {
    width: 47.5%;
  }
  .right-side-answer-coins {
    width: 47.5%;
    margin-top: 0px;
  }
  .second-tocoin-m-container {
    margin-top: 25px;
  }
  .submit-btn-main {
    width: max-content;
  }
  .pc-viewed-only {
    display: block;
  }
  .mobile-viewed-only {
    display: none;
  }
  /*Modal*/
  .modal-main-container {
    width: 60%;
    padding: 40px;
  }
  .left-con-md-vv {
    width: 47.5%;
    order: 1;
  }
  .right-con-md-vv {
    width: 47.5%;
    order: 2;
    margin-bottom: 0px;
  }
  .left-sid-fl-step {
    width: max-content;
    margin-bottom: 0px;
  }
  .right-sid-fl-step {
    width: max-content;
  }
  .expire-time-container {
    padding: 30px;
  }
  .flex-paym-fl-b {
    padding: 30px;
  }
  /*Index pahe*/
  /*Contact index block*/
  .flex-contacnt-main-block .left-side-index-contact {
    width: 47.5%;
    margin-bottom: 0px;
  }
  .flex-contacnt-main-block .right-side-index-contact {
    width: 47.5%;
  }
}
