#modal-content.FCDCtm .glide {
  position: relative;
}
#modal-content.FCDCtm .glide__track {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}
#modal-content.FCDCtm .glide__slides {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#modal-content.FCDCtm .glide__slide {
  margin: 0;
  height: inherit;
}
#modal-content.FCDCtm .glide__bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
#modal-content.FCDCtm .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #dddada;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#modal-content.FCDCtm .glide__bullets .glide__bullet:hover {
  cursor: pointer;
  background-color: #c6c4c5;
}
#modal-content.FCDCtm .glide__bullets .glide__bullet--active {
  width: 24px;
  background-color: #c6c4c5;
}
#modal-content.FCDCtm .slidebox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}
#modal-content.FCDCtm .slidebox .image {
  position: relative;
}
#modal-content.FCDCtm .slidebox .image img {
  display: block;
  margin: 0;
  width: 100%;
}
#modal-content.FCDCtm .slidebox .image .image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#modal-content.FCDCtm .slidebox ul {
  margin: 0;
  list-style: disc;
  padding: 0 0 0 1.5em;
}
#modal-content.FCDCtm .slidebox ul li {
  margin: 0 0 4px 0;
}
#modal-content.FCDCtm .info {
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#modal-content.FCDCtm .info h3 {
  text-align: center;
  margin: 0 0 4px 0 !important;
  font-weight: 900;
  color: #001248;
  font-size: 1.3em;
}
#modal-content.FCDCtm .info h4 {
  text-align: center;
  margin: 0 0 0.5em 0;
  color: #001248;
  font-size: 1em;
}
#modal-content.FCDCtm .info p {
  margin: 0;
  padding: 0 1em;
  text-align: justify;
}
#modal-content.FCDCtm .buttons {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal-content.FCDCtm .buttons button {
  border: none;
  outline: none;
  line-height: 2.5em;
  padding: 0 2em;
  font-weight: 700;
  border-radius: 1.25em;
  background: -webkit-gradient(linear, left top, right top, from(#662fff), to(#5a6eff));
  background: linear-gradient(to right, #662fff 0%, #5a6eff 100%);
  color: #FFF;
  text-transform: uppercase;
}
#modal-content.FCDCtm .buttons button:hover {
  cursor: pointer;
}
#modal-content.FCDCtm .buttons .btn_skip {
  background: #00ffed;
  color: #4d3bff;
}
#modal-content.FCDCtm .buttons .btn_continue {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 375px) {
  #modal-content.FCDCtm .slidebox {
    font-size: 16px;
  }
  #modal-content.FCDCtm .glide__bullets {
    bottom: 59px;
  }
}

#FCDC_verification .wrapper {
  padding: 1em;
}
#FCDC_verification .loaderbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#FCDC_verification .steps_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FCDC_verification .steps_top .step {
  width: auto;
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#FCDC_verification .steps_top .step .step_number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #DDE4EC;
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  display: block;
  font-family: sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#FCDC_verification .steps_top .step.done .step_number {
  background-color: #2bd376;
  color: #FFF;
}
#FCDC_verification .steps_top .step.pending .step_number {
  background-color: #555555;
  color: #FFF;
}
#FCDC_verification .securitycheck {
  margin: 0 auto;
  overflow: hidden;
  height: 0px;
}
#FCDC_verification .securitycheck.show {
  height: auto;
  margin: 2em auto;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}
#FCDC_verification .stepbox .step_h3 {
  color: #0076F4;
  margin: 0 0 4px 0;
}
#FCDC_verification .stepbox .step_h1 {
  color: #000;
  margin: 0;
}
#FCDC_verification .stepbox .step_desc {
  padding: 1em 0;
}
#FCDC_verification .stepbox .step_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 auto;
}
#FCDC_verification .stepbox .step_status label {
  font-weight: 700;
}
#FCDC_verification .stepbox .step_status i {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #DDE4EC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#FCDC_verification .stepbox .step_status i.done {
  background-color: #2bd376;
}
#FCDC_verification .stepbox .step_status i.pending {
  background-color: red;
}
#FCDC_verification .stepbox .step_status i.declined {
  background-color: orangered;
}
#FCDC_verification .stepbox .qrcode {
  width: 180px;
  display: block;
  margin: 0 auto;
}
#FCDC_verification .stepbox .cryptoaddresscontainer {
  margin: 0 auto 1em auto;
}
#FCDC_verification .stepbox .cryptoaddresscontainer .cashier_button {
  margin: 0;
}
#FCDC_verification .stepbox .step_main {
  margin: 2em auto;
}
#FCDC_verification .stepbox .button__blue {
  background-color: #0076F4;
  border-radius: 24px;
}
#FCDC_verification .yellowbox {
  background-color: #FDF092;
  color: #000;
  padding: 1em;
  border-radius: 1em;
  margin: 1em auto;
}
#FCDC_verification .yellowbox h3 {
  margin: 0 0 8px 0;
}
#FCDC_verification .yellowbox h3::before {
  vertical-align: middle;
  margin-right: 4px;
}
#FCDC_verification .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em auto 0 auto;
  gap: 1em;
}
#FCDC_verification .buttons .button {
  border: none;
  outline: none;
  background-color: #bbbbbb;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 0 1em;
  line-height: normal;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#FCDC_verification .buttons .button:hover {
  cursor: pointer;
}
#FCDC_verification .buttons .button:disabled {
  background-color: #DDE4EC;
  cursor: not-allowed;
}
#FCDC_verification .buttons .button__next, #FCDC_verification .buttons .button__refresh {
  background-color: #0076F4;
}
@media screen and (min-width: 414px) {
  #FCDC_verification .buttons .button {
    font-size: 18px;
  }
}
#FCDC_verification #fcdc_step1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#FCDC_verification .stepcompleted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 1em;
}
#FCDC_verification .stepcompleted .checkmark {
  background-color: #2bd376;
  color: #FFF;
  font-size: 72px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
}
#FCDC_verification .stepcompleted h2 {
  text-align: center;
  color: #000;
}
#FCDC_verification .stepcompleted p {
  text-align: center;
}
#FCDC_verification .stepcompleted h2, #FCDC_verification .stepcompleted p, #FCDC_verification .stepcompleted button {
  margin: 0;
}
#FCDC_verification .stepcompleted .button__next {
  font-size: 15px;
}
#FCDC_verification .securitycheckcomplete .top {
  background-color: #3e3f57;
  color: #fff;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
#FCDC_verification .securitycheckcomplete .top h2 {
  color: #2bd376;
}
#FCDC_verification .securitycheckcomplete .balance {
  text-align: center;
}
#FCDC_verification .securitycheckcomplete .balance .amount {
  font-size: 2em;
  font-weight: 700;
}
#FCDC_verification .securitycheckcomplete .newgame {
  width: 100%;
  margin: 0 auto;
  max-width: 420px;
}
#FCDC_verification .securitycheckcomplete .newgame img {
  width: 100%;
  display: block;
}
#FCDC_verification .securitycheckcomplete .buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 3em auto 0 auto;
  max-width: 345px;
  gap: 1em;
}
#FCDC_verification .securitycheckcomplete .buttons a {
  width: 100%;
  margin: 0;
}

#cashier[data-lang=FR] #FCDC_verification .buttons .button,
#cashier[data-lang=DE] #FCDC_verification .buttons .button {
  font-size: 14px;
}
@media screen and (min-width: 414px) {
  #cashier[data-lang=FR] #FCDC_verification .buttons .button,
  #cashier[data-lang=DE] #FCDC_verification .buttons .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 568px) {
  #cashier[data-lang=FR] #FCDC_verification .buttons .button,
  #cashier[data-lang=DE] #FCDC_verification .buttons .button {
    font-size: 18px;
  }
}

#cashier[data-lang=JA] #FCDC_verification .buttons .button {
  font-size: 15px;
}
@media screen and (min-width: 414px) {
  #cashier[data-lang=JA] #FCDC_verification .buttons .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 568px) {
  #cashier[data-lang=JA] #FCDC_verification .buttons .button {
    font-size: 18px;
  }
}
#cashier[data-lang=JA] #FCDC_verification .steps_top .step {
  min-width: 40%;
}
@media screen and (min-width: 568px) {
  #cashier[data-lang=JA] #FCDC_verification .steps_top .step {
    min-width: unset;
  }
}

#cashier[data-lang=AF] #FCDC_verification .steps_top .step {
  min-width: 40%;
}
@media screen and (min-width: 360px) {
  #cashier[data-lang=AF] #FCDC_verification .steps_top .step {
    min-width: unset;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#withdrawal-top.custom_withdraw {
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 0em 0em 1em 0em;
  margin-bottom: 1em;
  display: none;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0em;
  color: #EB001B;
  max-width: 95%;
  margin: 0px auto;
  border: 1px solid #E7EAF0;
  border-radius: 4px;
  margin-top: 17px;
}
@media screen and (min-width: 650px) {
  #withdrawal-top.custom_withdraw {
    max-width: 600px;
  }
}
#withdrawal-top.custom_withdraw.free_player_no_withdrawable_balance .livechat-text p {
  text-align: center;
}
#withdrawal-top.custom_withdraw.no_documents, #withdrawal-top.custom_withdraw.free_player_no_withdrawable_balance {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.8;
}
#withdrawal-top.custom_withdraw.no_documents h2, #withdrawal-top.custom_withdraw.free_player_no_withdrawable_balance h2 {
  color: #000000;
  border-bottom: 1px solid #E7EAF0;
}
#withdrawal-top.custom_withdraw.active {
  display: block;
}
#withdrawal-top.custom_withdraw.light {
  background-color: #FFF;
}
#withdrawal-top.custom_withdraw.light h3 {
  color: #8798AD;
}
#withdrawal-top.custom_withdraw.light h3.monthly_limit {
  color: #000000;
}
#withdrawal-top.custom_withdraw.light h2 {
  color: #34355B;
}
#withdrawal-top.custom_withdraw.danger {
  background-color: #EB001B !important;
}
#withdrawal-top.custom_withdraw.danger .top-disclaimer {
  color: #fff !important;
}
#withdrawal-top.custom_withdraw.danger h3,
#withdrawal-top.custom_withdraw.danger h2,
#withdrawal-top.custom_withdraw.danger h1,
#withdrawal-top.custom_withdraw.danger p,
#withdrawal-top.custom_withdraw.danger ul li {
  color: #fff;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display {
  padding: 1em 0.5em;
  background-color: #FFF;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0em;
  margin: 8px 0;
  color: #34355B;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display h3 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
  color: #8798ad;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display h3.monthly_limit {
  font-weight: 500;
  color: #000000;
  display: none;
  text-align: left;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display h3 p {
  font-size: 14px;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display .d-none + h3.monthly_limit {
  display: block;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display.light h3.monthly_limit {
  display: block;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display .top-disclaimer {
  color: #000000;
  margin: 0 0 16px 0;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display .bottom-disclaimer {
  padding: 0;
  margin: 16px 0 0 0;
  position: relative;
  color: #000000;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display .bottom-disclaimer span.price_fee {
  font-size: 18px;
  line-height: 21px;
  margin: 7px 0px;
  display: block;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display .bottom-disclaimer span {
  font-size: 16px;
  margin-top: 16px;
  display: block;
}
#withdrawal-top.custom_withdraw.withdraw-amount-display .bottom-disclaimer::before {
  width: 80%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  content: " ";
  background: #FFF;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#withdrawal-top.custom_withdraw .d-none {
  display: none;
}
#withdrawal-top.custom_withdraw hr {
  border-color: #88A5D0;
  margin: 40px 0px;
  display: block;
}
#withdrawal-top.custom_withdraw h1 {
  color: #000;
  text-transform: uppercase;
  border-bottom: 0px solid #E7EAF0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
#withdrawal-top.custom_withdraw h2 {
  color: #000;
  text-transform: uppercase;
  border-bottom: 0px solid #E7EAF0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
#withdrawal-top.custom_withdraw h3 {
  font-size: 1.2em;
}
#withdrawal-top.custom_withdraw p {
  margin: 0 21px 1em 21px;
}
#withdrawal-top.custom_withdraw ul {
  text-align: left;
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 0 21px 1em 21px;
}
#withdrawal-top.custom_withdraw ul li {
  margin: 0 0 0.2em 0;
}
#withdrawal-top.custom_withdraw ul li a {
  color: #FCD80B;
  text-decoration: underline;
}
#withdrawal-top.custom_withdraw .terms a {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  #withdrawal-top.custom_withdraw.withdraw-amount-display .top-disclaimer {
    text-align: left;
  }
}
@media (max-width: 650px) {
  #withdrawal-top.custom_withdraw.playthrough_balance {
    margin-top: 0;
    max-width: 100%;
    border-radius: 0px;
  }
}
#withdrawal-top.custom_withdraw.playthrough_balance .img_process {
  max-width: 160px;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  margin: -10px auto 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#withdrawal-top.custom_withdraw.playthrough_balance .line {
  border-color: #88a5d0;
  margin: 40px 0px;
  display: block;
  background: rgba(136, 165, 208, 0.25);
  height: 1px;
}
#withdrawal-top.custom_withdraw.confirmation {
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 650px) {
  #withdrawal-top.custom_withdraw.confirmation {
    margin-top: 0;
    max-width: 100%;
    border-radius: 0px;
  }
}
#withdrawal-top.custom_withdraw.confirmation h1 {
  font-size: 28px;
  line-height: 33px;
  text-transform: inherit;
  padding: 0em 1em;
  color: #8798ad;
}
#withdrawal-top.custom_withdraw.confirmation h3 {
  color: #8798ad;
  text-transform: uppercase;
  border-bottom: 0px solid #E7EAF0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
#withdrawal-top.custom_withdraw.confirmation .img_process {
  max-width: 160px;
  margin: 20px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#withdrawal-top.custom_withdraw.confirmation .line {
  border-color: #88a5d0;
  margin: 40px 0px;
  display: block;
  background: rgba(136, 165, 208, 0.25);
  height: 1px;
}
#withdrawal-top.custom_withdraw.confirmation p {
  text-align: center;
  color: #000;
}
#withdrawal-top.custom_withdraw.confirmation .cashier_button--blue {
  background-color: #18d572;
}
#withdrawal-top.custom_withdraw.confirmation .cashier_button--outlinedblue {
  border: 1px solid #e0e7ff;
  color: #000;
}
#withdrawal-top.custom_withdraw .cashier_button--blue {
  letter-spacing: 0px;
}
#withdrawal-top.custom_withdraw .cashier_button--grey {
  letter-spacing: 0px;
}
#withdrawal-top.custom_withdraw .cashier_button--outlinedred {
  letter-spacing: 0px;
}
#withdrawal-top.custom_withdraw .cashier_button--outlinedblue {
  letter-spacing: 0px;
}
#withdrawal-top.custom_withdraw.danger {
  background-color: #EB001B !important;
}
#withdrawal-top.custom_withdraw.danger h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0.5em 0;
  margin: 0;
}
#withdrawal-top.custom_withdraw.danger h1 {
  margin: 0;
}
#withdrawal-top.custom_withdraw.confirm_cancel {
  padding: 1em 0 0.3em 0;
}

#withdrawal-home.custom_withdraw {
  max-width: 95%;
  margin: 0px auto;
}
@media screen and (min-width: 650px) {
  #withdrawal-home.custom_withdraw {
    max-width: 600px;
  }
}

#cashier .custom_withdraw.wrapper.coindraw-requirements {
  max-width: 100%;
  margin: 0px auto;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 1em 21px;
  color: #000;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 650px) {
  #cashier .custom_withdraw.wrapper.coindraw-requirements {
    max-width: 600px;
  }
}
#cashier .custom_withdraw.wrapper.coindraw-requirements h1 {
  text-transform: uppercase;
  border-bottom: 0px solid #E7EAF0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cashier .custom_withdraw.wrapper.coindraw-requirements .img_process {
  max-width: 160px;
  margin: -10px auto 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#withdraw-request.custom_withdraw {
  max-width: 95%;
  margin: 1em auto;
}
@media screen and (min-width: 650px) {
  #withdraw-request.custom_withdraw {
    max-width: 600px;
  }
}
#withdraw-request.custom_withdraw .formcontainer.active .box {
  padding: 1em 0.5em;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
  border: 0;
}
#withdraw-request.custom_withdraw .formcontainer.active .box form .crypto-address-input {
  margin: 0;
}

#withdrawal-top.no_documents.custom_withdraw .buttonsbox .cashier_button.cashier_button--dgreen {
  background: #00B427;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
#withdrawal-top.no_documents.custom_withdraw .livechat-text {
  text-align: center;
}

#request-withdrawal-dummy .withdrawl_method {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
}
#request-withdrawal-dummy .withdrawl_method #withdrawal-methods-dummy {
  max-height: 115px;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
#request-withdrawal-dummy .withdrawl_method #withdrawal-methods-dummy.moreoption {
  max-height: 100%;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
#request-withdrawal-dummy .withdrawl_method #withdrawal-methods-dummy.moreoption + .view_mor {
  display: none;
}
#request-withdrawal-dummy h2 {
  border-bottom: 1px solid #E0E7FF;
  padding: 1em 12px;
  margin: 0;
}
#request-withdrawal-dummy .top.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid;
  border-radius: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e7ff;
}
#request-withdrawal-dummy .top.box p {
  margin: 0;
}
#request-withdrawal-dummy .top.box img.logo {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-width: 30px;
  width: auto;
  height: auto;
}
#request-withdrawal-dummy .top.box .minmax {
  color: #7E7E7E;
  font-weight: 600;
  font-size: 12px;
}
#request-withdrawal-dummy .top.box svg {
  position: absolute;
  right: 15px;
}
#request-withdrawal-dummy .view_mor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid;
  border-radius: 0;
  padding: 19px 16px;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods {
  display: block;
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid;
  border-radius: 0px;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods {
  max-height: 122px;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
@media screen and (min-width: 456px) {
  #withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods {
    max-height: 122px;
  }
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods.moreoption {
  max-height: 100%;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods.moreoption + .view_mor {
  display: none;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .top > div {
  padding: 0 1.5em 0 0em;
}
@media screen and (min-width: 456px) {
  #withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .top > div {
    padding: 0 1em;
  }
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method {
  background: transparent;
  border-radius: 0;
  border: 0px solid #e0e7ff;
  margin-bottom: 0;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-container input[type=radio] {
  display: none;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-container::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid #8798AD;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-container input:checked + .radio-dot::before {
  background-color: #00B427;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.0858 7.375L0.625 4.91471L1.49916 4.04054L2.99383 5.53522L7.01161 0.625L7.96833 1.40768L3.0858 7.375Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-dot {
  display: none;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-dot::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 0px;
  right: 0px;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-methods .withdrawl_method #withdrawal-methods .method .radio-container input:checked + .radio-dot {
  display: inline-block;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount {
  margin-top: 1em;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
  border: 0;
  padding: 0;
  padding-bottom: 0.5em;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount h2 {
  border-bottom: 0px solid #e0e7ff;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box {
  width: calc(100% - 24px);
  margin: 0 12px;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input[type=number]:not([step=any])::-webkit-inner-spin-button,
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input[type=number]:not([step=any])::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  vertical-align: middle;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input::-webkit-input-placeholder {
  font-size: 0.7em;
  font-weight: 400;
  color: #CCC;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input::-moz-placeholder {
  font-size: 0.7em;
  font-weight: 400;
  color: #CCC;
  transform: translateY(-3px);
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input:-ms-input-placeholder {
  font-size: 0.7em;
  font-weight: 400;
  color: #CCC;
  transform: translateY(-3px);
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input::-ms-input-placeholder {
  font-size: 0.7em;
  font-weight: 400;
  color: #CCC;
  transform: translateY(-3px);
}
#withdrawal-home.custom_withdraw #request-withdraw .withdrawal-amount .manual-input-box input::placeholder {
  font-size: 0.7em;
  font-weight: 400;
  color: #CCC;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#withdrawal-home.custom_withdraw #request-withdraw h2 {
  border-bottom: 1px solid #E0E7FF;
  padding: 1em 12px;
  margin: 0;
}
#withdrawal-home.custom_withdraw #request-withdraw .top.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid;
  border-radius: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e7ff;
}
@media screen and (min-width: 456px) {
  #withdrawal-home.custom_withdraw #request-withdraw .top.box {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
#withdrawal-home.custom_withdraw #request-withdraw .top.box p {
  margin: 0;
}
#withdrawal-home.custom_withdraw #request-withdraw .top.box p.name {
  font-size: 1em;
}
@media screen and (min-width: 456px) {
  #withdrawal-home.custom_withdraw #request-withdraw .top.box p.name {
    font-size: 1.2em;
  }
}
#withdrawal-home.custom_withdraw #request-withdraw .top.box img.logo {
  max-width: 30px;
  width: auto;
  height: auto;
}
#withdrawal-home.custom_withdraw #request-withdraw .top.box .minmax {
  color: #7E7E7E;
  font-weight: 600;
  font-size: 12px;
}
#withdrawal-home.custom_withdraw #request-withdraw .top.box svg {
  position: absolute;
  right: 15px;
}
#withdrawal-home.custom_withdraw #request-withdraw .view_mor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid;
  border-radius: 0;
  padding: 19px 16px;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
#withdrawal-home.custom_withdraw #request-withdraw #pending-list-inner div {
  background: #fff;
  margin-bottom: 1em;
  padding: 1em 0em;
}
#withdrawal-home.custom_withdraw #request-withdraw #pending-list-inner div h2 {
  border: 0px;
  padding: 0 12px;
  margin-bottom: 10px;
}
#withdrawal-home.custom_withdraw #request-withdraw #pending-list-inner div p {
  padding: 0px 12px;
  margin: 0;
}
#withdrawal-home.custom_withdraw #request-withdraw #pending-list-inner div p a {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

.newscrrenHide.newscrrenHide {
  display: none;
}

.newscrrenHide.active {
  display: block;
}