/*формы с анимациями и кнопками*/
.form-item {
  position: relative;
  padding-top: 2px;

  opacity: 0;
}

.form-item .form-group {
  border: 1px solid var(--gray-color);
  border-radius: var(--radius50);

  height: 60px;
  display: flex;
  align-items: center;

  width: 60px;
  opacity: 0;
}

.form-item .form-control {
  background-color: var(--black-color);
  border-radius: var(--radius50);
  color: var(--gray-color);
  border: 1px solid transparent;
  height: 46px;
  font-size: 16px;
  padding: 10px 20px;

  opacity: 0;
}

.form-item-textarea .form-group {
  height: 180px;
}

#contact_us_message {
  height: 170px;
  resize: none;
}

.form-control-agreement {
  display: flex;
  align-items: center;
  padding-left: 1px !important;
}

.form-control-agreement input[type="checkbox"] {
  z-index: -999;
  opacity: 0;
  position: absolute;
}

.form-control-agreement input[type="checkbox"]:checked + .my-image line {
  stroke: #F0F0F0;
}

.agree-agreement {
  color: var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  margin-left: 15px;
}

.agree-agreement:hover {
  color: var(--gray-color);
}

.form-control-agreement label {
  margin-bottom: 0 !important;
}

.form-item .form-control::placeholder {
  color: #F0F0F0;
  opacity: 0.4;
}

.form-sticker {
  color: var(--gray-color);
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--black-color);
  padding: 0 10px 6px 21px;

  z-index: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.select-arrow {
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  pointer-events: none;

  opacity: 0;
}

.button-white {
  background-color: var(--gray-color);
  color: var(--black-color);
  height: 60px;
  font-size: 16px;
  padding: 0;
  border: 1px solid var(--gray-color);
  border-radius: var(--radius50);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60px;

  opacity: 0;
}

.button-white .form-control {
  background-color: transparent;
  border: none;
  height: auto;
  font-weight: 400;
  font-size: 20px;
  color: var(--black-color);
  text-transform: uppercase;
}

.withdraw-method {
  margin: 0;
  padding: 30px 0 0 0;
}

#webit_tradersarea_withdraw_withdrawalType {
  margin: 0 -10px;
}

#withdrawal_form {
  position: relative;
}

#withdrawal_form .anim-line-override-to-top {
  bottom: initial;
  top: 0;
}

#withdrawal_form input[type='radio'] {
  display: none;
}

#withdrawal_form input[type='radio'] + label {
  margin: 0 10px 90px;
  min-width: 50px;
  height: 60px;
  font-size: 16px;
  line-height: 58px;
  padding: 0;
  background-color: transparent;
  border: 1px solid var(--gray-color);
  border-radius: var(--radius50);
  color: var(--gray-color);
  cursor: pointer;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  text-align: center;
  /*width: 180px;*/
   width: 60px;
  opacity: 0;
  /*overflow: hidden;*/
}

.form-item-file {
  position: relative;
  height: 60px;
}

.form-item-file .form-group {
  border: none !important;
}

.js-labelFile {
  position: absolute;
  top: 3px;
  left: 0;

  height: 60px;
  display: flex;
  align-items: center;
  max-width: 100%;
  cursor: pointer;
}

.js-fileName {
  color: var(--gray-color);
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

#withdrawal_form input[type='radio']:checked + label {
  background-color: var(--purple-color);
  border: none;
}


@media (max-width: 991.98px) {
  .button-white {
    height: 50px;
  }

  .form-item .form-group {
    height: 50px;
  }

  .form-item-textarea .form-group {
    height: 180px;
  }
}


/* ----------Линии для анимаций-------------- */

.anim-line {
  width: 0;
  height: 1px;
  background-color: rgba(240, 240, 240, .2);

  position: absolute;
  left: 0;
  bottom: 0;
}

.anim-line-white-table {
  background-color: var(--black-opa02);

}

.anim-line-override-to-top {
  bottom: initial;
  top: 0;
}

.withdraw-method {
  overflow: scroll;
}
.withdraw-method::-webkit-scrollbar { width: 0; }

#webit_tradersarea_withdraw_withdrawalType {
  display: flex;
  flex-wrap: nowrap;
}
