.post-wrap {
  background: #1a1a1a;
  padding: 1rem 0;
}

.post {
  padding: 1rem;
  background: #eee;
}
.step__row{
  margin-bottom: 1rem;
}
.step{
  width: 55%;
}
.instruct__header{
  background: #b83233;
}
.instruct__title{
  color: #fff;
      font-weight: 900;
  padding-left: 1rem;
}
#post-tab {
  background: #fff;
}

#post-tab .nav-link {
  color: #424242;
  /* font-weight: 600; */
  padding: .5rem;
  /* font-size: 1.3rem; */
  border: 1px solid #dedede;
}

#post-tab .nav-link:not(:last-child) {
  border-bottom: 0;
}
.btn-instruct {
  padding: 0.25rem 1rem;
  background: #686868;
  color: #fff;
  border-radius: 50px;
  width: 100%;
overflow: hidden;
}
.td-intruct{
  max-width: 100px;
}
.post-tab-title {
  /*font-size: 2rem;*/
  text-align: center;
  font-weight: 900;
  margin: .5rem auto 1rem auto;
}

.steps {
  color: #373737;
  font-weight: 900;
  /*font-size: 1.6rem;*/
  font-weight: 900;
  margin: 0;
}
.post-wrap .form-control {
    /* padding: 0.375rem 0.75rem; */
    /*font-size: 1.3rem;*/
    line-height: 1;
    border-radius: 0;
}
.post-wrap select.form-control:not([size]):not([multiple]){
    height: calc(2.25rem + 10px);
}
/* Post Page */
.post_left-tab {
  padding: 0;
}

.post_center-tab {
  padding: 1rem;
  background: #fff;
}

.post_right-tab {
  padding: 0;
}

.thead-danger {
  background-color: #af3032;
  color: #fff;
}

.reset {
  background: #ad3032;
  color: #fff;
  margin-right: 1rem;
  min-width: 8rem;
  border-radius: 50px;
  font-weight: 700;
}

.submit {
  background: #208889;
  color: #fff;
  min-width: 8rem;
  border-radius: 50px;
  font-weight: 700;
}

.post_right-tab_wal {
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: .5rem 1rem;
}

.post_right-tab--curr {
  /*font-size: 1.6rem;*/
  background: #af3032;
  color: #fff;
  font-weight: 900;
}

.post_wallet {
  margin: 0;
  /*font-size: 1.3rem;*/
}

.post_wallet--title {
  /*font-size: 1.5rem;*/
  font-weight: 900;
}

.post_right-tab_wal:not(:first-child) {
  border-top: none;
}

#history__post-tab {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
#history__post-tab .nav-link{
  color: #373737;
  font-weight: 900;
  border: 1px solid #dedede;
  min-width: 100px;
}
#history__post-tab .nav-link:not(:first-child){
  border-left: 0;
}
.to{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  justify-content: center;
  width: 10%;
  background: #fff;

}
.transfer__frt__row{
  background: #dcdcdc;
  padding: .25rem;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.transfer__frt--wallet{
  width: 45%;
}
.transfer__frt--wallet .form-control:focus{
  /* border:0; */
  box-shadow: none;
}
.transfer__max{
  padding: .5rem 1.5rem;
  font-size: 1.5rem;
  color: #fff;
  background: #af3032;
  vertical-align: middle;
  border: 0;
}
.transfer__input{
  background: #e8e8e8;
  padding: .5rem 1.5rem;
  border: 0;
  vertical-align: middle;

}
.history__transfer--no{
  width: 5%;
}
.history__transfer--tno{
  width: 20%;
}
.history__transfer--from{
  width: 24%;
}
.history__transfer--to{
  width: 24%;
}
.history__transfer--amt{
  width: 5%;
}
.history__transfer--dt{
  width: 12%;
}
.history__transfer--stat{
  width: 10%;
}
.processed {
  color: green;
  font-weight: 900;
}
.balance {
  font-weight: 900;
}
.table th, .table td{
  vertical-align: middle;
}
#history__transfer .table th, #history__transfer .table td{
  padding: 0.5rem;

}
.table th{
  /*font-size: 1.4rem;*/
}
 .table td{
   /*font-size: 1.3rem;*/
 }
@media (min-width: 768px) {
  .post_left-tab {
    width: 16%;
  }

  .post_center-tab {
    width: 84%;
  }

  .post_left-tab-wrap {
    width: 80%;
  }

  .post_right-tab-wrap {
    width: 19%;
    margin-left: 1%;
  }
}


/* new deposit */
.deposit-tab{
  display: none;
}
.deposit-tab.active{
  display: block;
}
.deposit-opt-cont{
  display: table;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  table-layout: fixed;
}
.deposit-opt-cont .deposit-opt{
  padding: 5px 0;
  display: table-cell;
  border: 1px solid #ccc;
  border-right: none;
  cursor: pointer;
  position: relative;
  transition: .2s;
}
.deposit-opt-cont .deposit-opt:last-child{
  border-right: 1px solid #ccc;
}
.deposit-opt.active{
  color: #fff;
  background: #000;
  border-color: #000;
}
.deposit-opt.active::after{
  content: '▼';
  display: block;
  position: absolute;
  bottom: -15px;
  color: #000;
  width: 100%;
  left: 0;
}
#deposit-tab-2 .form-group{
  position: relative;
}
.cryptoreminder{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}