.depo-sub-menu {
  background-color: #253141;
  height: 180px;
  transition: all 0.4s ease;
}

.depo-sub-menu li {
  padding: 10px 50px 10px 55px;
  list-style: none;
  text-align: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #192637;
  transition: all 0.4s ease;
}

.blue-title {
  color: #01bdff;
}


h2 {
  margin: 0;
}

#multi-step-form-container {
  margin-top: 5rem;
  margin-left: 10%;
  margin-right: 10%;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.button {
  padding: 0.7rem 1.5rem;
  border: 1px solid #4361ee;
  background-color: #4361ee;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn {
  border: 1px solid #0e9594;
  background-color: #0e9594;
}

.mt-3 {
  margin-top: 2rem;
}

.d-none {
  display: none;
}

.form-step {
  text-align: center;
  /* padding: 3rem; */
}

.font-normal {
  font-weight: normal;
  color: #0B121C;
  font-size: 24px;
  font-weight: 500;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
  width: 65%;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  content: "";
  top: 32%;
}

.form-stepper-horizontal li:after {
  background-color: #E2E8F0;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #01bdff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #4361ee !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #29384F !important;
  font-family: 'Aeonik medium', sans-serif !important;
  font-size: 16px !important;
}

.label-check {
  display: none;
}

.form-stepper .form-stepper-active .label .label-check {
  display: none;
}

.form-stepper .form-stepper-completed .label .label-check {
  display: inline;
}

.form-stepper .form-stepper-completed .label .label-no {
  display: none;
}

/* .form-stepper .form-stepper-active .form-stepper-circle:hover {
h2 {
  margin: 0;
}

#multi-step-form-container {
  margin-top: 5rem;
  margin-left: 10%;
  margin-right: 10%;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.button {
  padding: 0.7rem 1.5rem;
  border: 1px solid #4361ee;
  background-color: #4361ee;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn {
  border: 1px solid #0e9594;
  background-color: #0e9594;
}

.mt-3 {
  margin-top: 2rem;
}

.d-none {
  display: none;
}

.form-step {
  text-align: center;
  padding: 3rem;
}

.font-normal {
  font-weight: normal;
  color: #0B121C;
  font-size: 24px;
  font-weight: 500;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
  width: 65%;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  content: "";
  top: 32%;
}

.form-stepper-horizontal li:after {
  background-color: #E2E8F0;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #01bdff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #4361ee !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #29384F !important;
  font-family: 'Aeonik medium', sans-serif !important;
  font-size: 16px !important;
}

/* .form-stepper .form-stepper-active .form-stepper-circle:hover {
        background-color: #4361ee !important;
        color: #fff !important;
    } */
.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #0e9594 !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #01bdff !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  margin-top: 1rem;
  position: absolute !important;
  color: #60708A !important;
  font-family: 'Aeonik Regular', sans-serif !important;
  font-size: 16px !important;
  width: max-content;
  left: -70px;
}

.form-stepper a {
  cursor: default;
  position: relative;
  top: -27px;
  left: -25px;
  z-index: 1;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 17px;
  left: 17px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.form-stepper .form-stepper-active .checkmark {
  border: 2px solid #01bdff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tickmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-stepper .form-stepper-active .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-stepper .form-stepper-active .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #01bdff;
}

.form-stepper .form-stepper-completed .checkmark {
  background-color: #01bdff;
  border: none;
}

.form-stepper .form-stepper-completed .checkmark:after {
  content: url(../images/tick.svg);
  top: -3px;
  left: 3px;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.ch-acc-sec {
  display: block;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.form-stepper .form-stepper-active .checkmark {
  border: 2px solid #01bdff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tickmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-stepper .form-stepper-active .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-stepper .form-stepper-active .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #01bdff;
}

.form-stepper .form-stepper-completed .checkmark {
  background-color: #01bdff;
  border: none;
}

.form-stepper .form-stepper-completed .checkmark:after {
  content: url(../images/tick.svg);
  top: -3px;
  left: 3px;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.ch-acc-sec {
  display: block;
}

.tra-from-sec {
  max-height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}

.depo-from-sec {
  max-height: 390px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 6px;
}

/* .tra-from-sec::-webkit-scrollbar {
    display: none;
  } */
.acc-container {
  margin: auto !important;
}

/* The container */
.acc-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF !important;
  width: 50%;
  border-bottom: 1px solid #E5E7EB;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.acc-container:has(> input:checked) {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
}

.acc-container:hover {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
}

/* Hide the browser's default radio button */
.acc-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.acc-radio-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.acc-title {
  color: #111827;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 14px;
}

.inside-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bal-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.in-cont {
  color: #7A7F88;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 12px;
}

.in-amo {
  color: #29384F;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 16px;
}

.amo-flag {
  color: #29384F;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 14px;
}

.bal-sec .fa-chevron-right {
  color: #60708A !important;
}

.info-div {
  width: 80%;
  margin: 0 auto;
  margin-top: 20%;
  color: #60708A;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 12px;
}

.tra-sec {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tra {
  width: 100%;
}

.tra-icon-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px;
}

.tra-label {
  gap: 20px;
}

.fa-chevron-right {
  color: #00BDFF;
}

.to-txt {
  color: #29384F;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 14px;
  width: max-content;
}

.cnf-btn-sec {
  display: flex;
  justify-content: end;
  margin-top: 100px;
  border-top: 1px solid #E5E7EB;
  padding-top: 20px;
  gap: 10px;
}

.nxt-btn {
  padding: 9px 17px 9px 15px;
  background: #00BDFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  color: #fff;
  border: none;
}

.can-btn {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  padding: 9px 17px;
  font-weight: 600;
  font-size: 14px;
  color: #29384F;
  background-color: #fff;
}

.last-step {
  display: none !important;
}

.bal-amo {
  color: #29384F;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 14px;
}

.bal-amo-do {
  color: #60708A;
  font-family: 'Aeonik medium', sans-serif;
  font-size: 10px;
}

.new-bal-amo {
  color: #10B981;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 14px;
}

.new-amo {
  color: #10B981;
  font-family: 'Aeonik medium', sans-serif;
  font-size: 10px;
}

.tra-amo-icon {
  color: #fff;
}

.tra-amo-icon-cont {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #00BDFF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.tra-blu-amo {
  color: #00BDFF;
  font-family: 'Aeonik Regular', sans-serif;
  font-size: 14px;
}

.tra-blu-amo-do {
  color: #00BDFF;
  font-family: 'Aeonik medium', sans-serif;
  font-size: 10px;
}

.tra-cnf-btn-sec {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  border-top: 1px solid #E5E7EB;
  padding-top: 20px;
  gap: 10px;
}

.sec-tra-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.amo-val-sec {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.tra-amo-input {
  display: flex;
}

.tra-inp-do {
  padding: 30px 23px;
  background: #F9FAFB;
  border: 1px solid #E2E8F0;
  border-radius: 6px 0px 0px 6px;
  color: #60708A;
  font-size: 18px;
}

.tra-amo-field {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px 6px 6px 0px;
  display: block;
  font-size: 18px;
  color: #60708A;
  padding: 12px 13px 12px 22px;
  width: 573px;
  height: 88px;
  font-family: "Aeonik Regular", sans-serif;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.tra-amo-field:focus {
  border: 1px solid #00BDFF;
}

.tran-subtitle {
  align-self: flex-start;
  font-family: "Aeonik Regular", sans-serif;
  font-size: 14px;
  color: #0B121C;
}

.tra-all-fund-btn {
  background: #0B121C;
  color: #fff;
  border: none;
  width: 50%;
  padding: 9px 17px;
  align-self: flex-end;
  margin-top: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  font-size: 14px;

}

.sec-stp-tra-sec {
  width: max-content;
}

.tra-cont {
  border-radius: 6px;
  width: max-content;
  pointer-events: none;
}

.tra-icon-sec .fa-chevron-right {
  rotate: 0deg !important;
}

.fund-acc-container {
  margin: auto !important;
}

/* The container */
.fund-acc-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF !important;
  width: 50%;
  border: 1px solid #E5E7EB;
  border-radius: 6px 6px 0px 0px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.depo-from-sec .one {
  border-radius: 0px;
}

.depo-from-sec .two {
  border-radius: 0px 0px 6px 6px;
}

.fund-acc-container:has(> input:checked) {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
}

.fund-acc-container:hover {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
}

/* Hide the browser's default radio button */
.fund-acc-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 1700px) {
  .acc-container {
    width: 70%;
  }

  .tra {
    width: 100%;
  }

  .ch-acc-sec .tra-cont {
    width: max-content;
  }

  #multi-step-form-container {
    margin-top: 5rem;
    margin-left: 2%;
    margin-right: 2%;
  }

  .fund-acc-container {
    width: 60%;
  }
}

@media screen and (max-width: 1500px) {

  .tra-sec {
    display: flex;
    flex-direction: column;
  }

  .tra-icon-sec .fa-chevron-right {
    rotate: 90deg !important;
  }

  .to-txt {
    align-self: center;
  }

  .bal-tra-sec {
    flex-direction: row;
  }

  .tra-amo-icon-cont .tra-amo-icon {
    rotate: 0deg !important;
  }

  .tra {
    width: max-content;
  }

  #multi-step-form-container {
    margin-top: 5rem;
    margin-left: 10%;
    margin-right: 10%;
  }

  .tra-from-sec {
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    width: fit-content;
    align-self: center;
  }
}

.acc-container {
  margin: auto !important;
}

/* choose payment method tab css starts */
.payment-method-cont {
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px;
}

.payment-type-sec {
  padding: 20px 15px 10px 15px;
  display: flex;
  width: 100%;
}

.paymentContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF !important;
  width: 50%;
  border: 1px solid #E5E7EB;
  border-radius: 0px 6px 6px 0px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.paymentContainer:has(> input:checked) {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
}

.paymentContainer.live {
  border-radius: 6px 0px 0px 6px;
}

.paymentContainer.mid {
  border-radius: 0px;
}

.paymentContainer:hover {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
}

/* Hide the browser's default radio button */
.paymentContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.paymentContainer:hover input~.checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.paymentContainer input:checked~.checkmark {
  background-color: #00BDFF;
  border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.paymentContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.paymentContainer .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/* Create a custom radio button */
.paymentContainer .checkmark {
  position: absolute;
  top: 17px;
  left: 17px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 50%;
}

.paymentradio-label {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  gap: 5px;
}

.paymentlabel-txt {
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  color: #0B121C;
  letter-spacing: 0.01em;
  text-align: left;
}

.paymentlabel-icons {
  margin-right: 8px;
}

.pSectionOne {
  display: flex;
  width: 100%;
  column-gap: 20px;
  padding-left: 28px;
  padding-bottom: 10px;
  justify-content: center;
}

.card:hover {
  background-color: #F1FBFF !important;
  border: 1px solid #00BDFF;
  color: #0B121C;
}

.pSectionTwo {
  display: flex;
  width: 100%;
  padding-left: 28px;
  row-gap: 10px;
}

.pSectionThree {
  display: flex;
  width: 100%;
  column-gap: 20px;
  padding-left: 28px;
  padding-bottom: 10px;
  justify-content: center;
}

.pSectionFour {
  display: flex;
  width: 100%;
  column-gap: 20px;
  padding-left: 28px;
  padding-bottom: 10px;
  justify-content: center;
}

.paymentMethod-Title {
  padding: 1rem;
}

.paymentMethodTwo-Title {
  display: flex;
}

.paymentMethod-Subtitle {
  color: #29384F;
  font-size: 16px;
}

.paymentMethodTwo-Subtitle {
  color: #00BDFF;
  font-size: 16px;
  text-align: left;
}

.paymentMethodTwo-Flag {
  padding-right: 10px;
  margin-top: -12px;
}

.paymentMethod-Text {
  color: #7F8A9B;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
}

.card-text:hover {
  color: #0B121C;
}

.showAccntDetails {
  display: inline-flex;
  column-gap: 20px;
}

.showAccntDetailBox {
  width: max-content;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  box-sizing: border-box;
  padding-right: 10px;
}

.acctDetaNameLabel {
  text-align: left;
  padding-left: 20px;
}

.acctBalDetaNameLabel {
  text-align: left;
  padding-left: 20px;
}

.acct-form-label {
  line-height: 37px;
  color: #0B121C;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  font-weight: bold;
}

.col-form-label {
  color: #7A7F88;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  font-weight: 400;
}

.mod-form-label {
  color: #0B121C;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  font-weight: bold;
}

.colBal-form-label {
  color: #7A7F88;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  font-weight: 400;
  line-height: 34px;
}

.acctDetaNameInputLabel {
  width: 40% !important;
}

.depsubbtn {
  position: relative;
}

.depprevBtn {
  position: absolute;
  top: 1%;
  left: 1%;
  background-color: #f9f9fb !important;
  color: #009CDE;
  text-decoration: underline;
  border: none !important;
  font-size: 14px;
}

.acctBalDetRow {
  display: inline-flex;
}

.acctDeta-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00BDFF;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.acctBalDeta-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.paymentMethodTwo-Text {
  color: #0B121C;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
}

#pMethodTwo-subDiv {
  display: flex;
}

.audFlagDiv {
  text-align: left;
  padding: 20px 30px 20px 30px;
}

.audFlagImg {
  margin-top: -19px;
  height: 40px;
  width: 50px;
}

.audFlagImgCont {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

.audFlagImgContTit {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Aeonik Regular', sans-serif;
  color: #29384F;
}

.audFlagImgContSubTit {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Aeonik Regular', sans-serif;
  color: #29384F;
}

.audFlagImgContSubDet {
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  color: #29384F;
  font-weight: bold;
}

.audFlagImgContSubDetSpa {
  padding-left: 10px;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  color: #29384F;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.curr-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.currencyNameLabel {
  width: 30% !important;
  text-align: left;
}

.currNameInputLabel {
  width: 40% !important;
}

.plat-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.platformNameLabel {
  width: 30% !important;
  text-align: left;
  padding-left: 50px;
}

.platNameInputLabel {
  width: 40% !important;
}

.hrModalInfoLine {
  color: #60708A;
  width: 73%;
  margin-left: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cryptoBtnSub {
  background-color: #00BDFF;
  border-radius: 20px;
  color: #FFFFFF;
  border-color: none;
  z-index: 9999;
}


.cryptoBtnSub:hover {
  background-color: #00BDFF;
  border-radius: 20px;
  color: #FFFFFF;
  border-color: none;
}

.cryptoModalHead {
  display: inline;
}

.cryptoHeadTitle {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Aeonik Regular', sans-serif;
  color: #0B121C;
  justify-content: center;
  padding-bottom: 10px;
}

.cryptoHeadSubTitle {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Aeonik Regular', sans-serif;
  color: #7F8A9B;
}

.simpleModalTitle {
  font-size: 16px;
  color: #0B121C;
  font-weight: 500;
}

.simpleModalSubTitle {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Aeonik Regular', sans-serif;
  color: #7F8A9B;
}

.fundselecting_btn_rowOne {
  padding-bottom: 20px;
}

.btn_fund {
  width: 30%;
  height: 100px;
  margin: 14px;
  cursor: pointer;
  border: none;
  background-color: #FFFFFF;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 100px;
  font-weight: 500;
  border: 2px solid #E2E8F0;
}

.btn_fund:hover {
  background-color: #F1FBFF;
  border: 1px solid #00BDFF;
}

.fund-select-sub-btn {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 20px;
  border: none;
}

.fund-select-sub-btn:hover {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 20px;
  border: none;
}

.fund-select-can-btn {
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #29384F;
  border-radius: 20px;
}

.fund-select-can-btn:hover {
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #29384F;
}

.pMethod-footer {
  width: 100%;
  padding-top: 40px;
}

.pMethod-footer-list {
  text-align: left;
  font-size: 12px;
  font-family: 'Aeonik Regular', sans-serif;
  color: #60708A;
}

.pMethod-footer-Title {
  border: 1px solid #253141;
  font-size: 14px;
  font-family: 'Aeonik Regular', sans-serif;
  color: #0B121C;
  background-color: #D4D7D8;
}

.pMethod-footer-Container {
  margin: 0 auto;
  width: 80%;
}

/* new popular image ui starts */
.popular-section {
  position: relative;
  top: -4px;
  left: -18px;
  width: 34px;
  background-color: #D5E5FF;
  border-radius: 4px;

}

.popular-icon-section {
  display: inline-flex;
  background-color: #D5E5FF;
  cursor: pointer;
  transition: all 0.3s ease-out;
  overflow: hidden;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
}

.popular-content-span {
  color: #152A4A;
  padding: 4px;
  display: none;
  background-color: #D5E5FF;
}

.popular-image-align-int {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 25px;
  width: 25px;
}

.popular-image-align-int:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(360deg);
  content: url("../images/pop-img-arrow-int.svg");
}

.popular-section:hover .popular-content-span {
  padding-left: 6px;
  display: block;
}

/* new popular image ui ends */
/* choose payment method tab css ends  */


/* choose withdrawal method starts */

.wSectionDis {
  display: flex;
  column-gap: 30px;
}

.showWthdDetailBox {
  width: 100%;
  height: 80%;
  background-color: #FFFFFF;
  border: 2px solid #E2E8F0;
  border-radius: 6px;
  box-sizing: border-box;
}

.withamo-val-sec {
  display: flex;
  width: 49%;
  flex-direction: column;
  align-self: center;
}

.withdrawTableInfoContainer {
  background-color: #FFFFFF;
  padding: 24px 30px;
  border-radius: 6px;
}

#withdrawTableHistoryBtns {
  display: block;
}

.withdrawexpt-typ-btns {
  background-color: #0B121C;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px 10px 10px 10px;
}

.withdrawInfoTitle {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #0B121C;
}

.withdrawInfoSubTitle {
  font-size: 14px;
  text-align: left;
  font-family: 'Aeonik Regular', sans-serif;
  font-weight: 500;
  color: #7F8A9B;
}

.with-amo-input {
  display: flex;
}

.with-inp-do {
  padding: 32px 23px;
  background: #F9FAFB;
  border: 1px solid #E2E8F0;
  border-radius: 6px 0px 0px 6px;
  color: #60708A;
  font-size: 18px;
}

.with-amo-field {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px 6px 6px 0px;
  display: block;
  font-size: 18px;
  color: #60708A;
  padding: 12px 13px 12px 22px;
  width: 100%;
  height: 88px;
  font-family: "Aeonik Regular", sans-serif;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.with-amo-field:focus {
  border: 1px solid #00BDFF;
}

.with-subtitle {
  align-self: flex-start;
  font-family: "Aeonik Regular", sans-serif;
  font-size: 14px;
  color: #0B121C;
  font-weight: bold;
}

.with-all-fund-field {
  text-align: right;
}

.with-all-fund-btn {
  background: #0B121C;
  color: #fff;
  border: none;
  width: 32%;
  padding: 9px 17px;
  align-self: flex-end;
  margin-top: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  font-size: 14px;

}

.input-group {
  height: 79px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  padding: 32px 23px;
  background: #F9FAFB;
  border: 4px solid #E2E8F0;
  border-radius: 6px 0px 0px 6px;
  color: #60708A;
  font-size: 18px;

}

#with-form-control {
  border-right: 1px solid #E2E8F0 !important;
}

.with-select-sub-btn {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 20px;
  border: none;
}

.with-select-sub-btn:hover {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 20px;
  border: none;
}

.with-select-can-btn {
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #29384F;
  border-radius: 20px;
}

.with-select-can-btn:hover {
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #29384F;
}

.withBtnDiv {
  margin-right: 20px;
}

.with-secur-check {
  margin-top: 10% !important;
}

.with-otp-section {
  display: inline-flex;
  column-gap: 20px;
  margin-top: 5% !important;
  width: 100%;
}

.with-otp-section-row {
  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;
  width: 100%;
}

.otp-form-control {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.rea-form-control {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.crypto-form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.otpLabel {
  font-size: 24px;
  font-weight: 500;
  color: #0B121C;
}

#partitioned {
  margin-left: 129px;
  display: block;
  border: 0;
  padding-left: 20px;
  letter-spacing: 27px;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 35px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 180px;
  padding-top: 10px;
}

#otpPartion {
  display: inline-block;
  border: 0;
  padding-left: 20px;
  letter-spacing: 27px;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 35px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 115px;
  text-align: -webkit-center;
  padding-top: 10px;
}

.withdraw-select-submit-btn {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 30px;
  border: none;
  padding: 15px 25px 15px 25px;
}

.withdraw-select-submit-btn:hover {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 30px;
  border: none;
}

.withprevBtn {
  position: absolute;
  left: -60px;
  bottom: 500px;
  background-color: #FFFFFF !important;
  color: #009CDE;
  text-decoration: underline;
  border: none !important;
  font-size: 14px;
}

.topmodalRow {
  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;
}

.bankwire-select-sub-btn {
  background-color: #00BDFF;
  color: #FFFFFF;
  border-radius: 20px;
  border: none;
}

.bankwire-select-sub-btn:hover {
  background-color: #00BDFF;
  color: #29384F;
  border-radius: 20px;
  border: none;
}

.bankwire-select-can-btn {
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #29384F;
  border-radius: 20px;
}

.bankwire-select-can-btn:hover {
  background-color: #F1FBFF;
  border: 1px solid #00BDFF;
  color: #29384F;
}

.yesOrNoText {
  text-align: left;
}

#bwire-sel-overseas-ban {
  display: none;
}

#bwire-sel-australia-ban {
  display: none;
}

.fileTypeAllowSize {
  text-align: right;
  padding-right: 106px;
  font-size: 14px;
}

input[type=file]::file-selector-button {
  border: 1px solid #00BDFF;
  padding: .2em .4em;
  border-radius: 14px;
  background-color: #F1FBFF;
  transition: 1s;
}

#otpBankwirePartion {
  display: inline-block;
  border: 0;
  padding-left: 20px;
  letter-spacing: 27px;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 35px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 115px;
  text-align: -webkit-center;
  padding-top: 10px;
}

.otpBankwire-field {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px 6px 6px 0px;
  display: block;
  font-size: 18px;
  color: #60708A;
  padding: 12px 13px 12px 22px;
  width: 100%;
  height: 70px;
  font-family: "Aeonik Regular", sans-serif;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.fir-step-desc {
  font-family: "Aeonik Regular", sans-serif;
  font-size: 12px;
  color: #60708A;
  width: 75%;
  text-align: justify;
  margin: 0 auto;
  margin-top: 100px;
}

/* choose withdrawal method ends */