
/* modal css start*/
.modal *,
.modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 25;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 250ms;
  overflow-x: hidden;
}
.modal-close-button {
  position: absolute;
  z-index: 3;
  top: -20px;
  right: -20px;
  background: url(../images/popup-close.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.modal-show {
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
}
.modal-content {
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 1240px;
  height: auto;
  margin: auto;
  padding: 100px;
  background: url(../images/popup.png) center center / 100% 100% no-repeat;
}

.modal h2 {
  font-size: 40px;
  font-weight: 700;
}

.modal .large {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 580px) {
  .modal-content {
    padding: 20px;
  }
}

[data-modal-case] .modal-content {
  background: linear-gradient(
    134deg,
    rgba(138, 185, 255, 0.96) 23.17%,
    rgba(184, 184, 255, 0.96) 100%
  );
  color: #fff;
}
[data-modal-case] div.block-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
[data-modal-case] .col-2 {
  position: relative;
}
[data-modal-case] .border {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
[data-modal-case] .pill {
  font-size: 1em;
}
[data-modal-success] img {
  margin-bottom: 35px;
}

[data-modal-success] .modal-coin-mobile {
  display: none;
}

.modal .modal-coin1 {
  left: 0;
  top: 80px;
}

.modal .modal-coin2 {
  right: 0;
  top: 87px;
}

.modal a,
.modal button {
  cursor: pointer;
}

.modal .modal-br-mobile {
  display: none;
}
@media (min-width: 1181px) {
  [data-modal-case] div.border {
    width: 46%;
  }
  [data-modal-case] .plus-sign-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    top: calc(50% - 34px);
    left: calc(50% - 25px);
  }
}
@media (max-width: 1180px) {
  [data-modal-case] .plus-sign-modal {
    margin-top: -16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  [data-modal-case] h2 {
    font-size: 16px;
  }
  [data-modal-case] hr {
    margin: 10px 0;
  }
  [data-modal-case] p {
    font-size: 12px;
  }
  [data-modal-case] ul li {
    font-size: 12px;
    padding: 2px 0;
  }
  [data-modal-case] .border {
    gap: 5px;
    margin-bottom: 10px;
    padding: 8px;
  }
  [data-modal-case] .text-large {
    font-size: 16px;
  }
  [data-modal-case] .pill {
    line-height: 2.5;
  }
  [data-modal-case] .plus-sign-modal {
    margin-top: -10px;
    margin-bottom: 0px;
  }
  [data-modal-success] .modal-coin-pc {
    display: none;
  }
  [data-modal-success] .modal-coin-mobile {
    display: block;
  }
  .modal .modal-coin1 {
    left: 0;
    top: 170px;
  }
  .modal .modal-coin2 {
    right: 0;
    top: 150px;
    width: 100px;
  }
  .modal h2 {
    font-size: 31px;
  }
  .modal .large {
    font-size: 16px;
  }
  .modal .modal-br-pc {
    display: none;
  }
  .modal .modal-br-mobile {
    display: block;
  }
  .modal[data-modal-login] .large {
    font-weight: 400;
  }
}

[data-modal-success] .modal-content {
  padding-top: 0;
}
[data-modal-success] h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background: url(../images/success.png) center top no-repeat;
}
[data-modal-success] .btn {
  margin-top: 20px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 440px;
}
[data-modal-success] .risk-warning {
  font-size: 14px;
}
@media (max-width: 580px) {
  [data-modal-success] h2::before {
    transform: scale(0.75);
    transform-origin: top;
    width: 140%;
    height: 330px;
    margin-left: -20%;
    margin-bottom: -45px;
  }
  [data-modal-success] .risk-warning {
    font-size: 12px;
  }
  [data-modal-success] .large {
    width: 80%;
    margin: 0 auto;
  }
}

.modal .modal-coin {
  position: absolute;
}


.modal .trustpilot-widget {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.btn{
    border:none;
    cursor:pointer;
    font-family:inherit;
}
/* modal css end*/