
  /************ BOTTOM USE ************/
  .bottom_nav{
    position:fixed;
    bottom:0px;
    display:flex;
    align-items: center;
    box-shadow: 8px 5px 5px 8px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    width:100%;
    z-index: 999;
  }

  .bottom_nav_bg {
      height: 120px;
       background-image: linear-gradient(to top, #d9d9d9, rgba(255, 255, 255, 0));
      /*background-image: linear-gradient(to top, #f4ebf7 33%, rgba(255, 255, 255, 0));*/
      position: fixed;
      bottom: 0;
      width: 100%;
  }

  .nav-parent i {
    font-size: 20px;
  }

  .bottom_nav a{
    width: 60px;
    height: 60px;
    align-items: center;
    text-align: center;
    color:#414e77;
    padding: 10px 0 !important;
    border-top: transparent 2px solid; 
  }


  .bottom_nav a span{
    font-size:11px;
    padding-top:-20px;
  }

  .bottom_nav a.active {
    color:#e0b767;
    border-radius: 50%;
  }


.bottom-appbar {
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: block;
}

.bottom-appbar .tabs {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.bottom-appbar .tabs .tab {
    background-color: #18203a;
    width:calc((100% - 80px)/2);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #eee;
}

.bottom-appbar .tabs .fab {
    border-radius: 50%;
    background-color: #18203a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: relative;
    transform: translate(10px, -60%);
}

.bottom-appbar .tabs .fab i{
  font-size: 25px
}

.bottom-appbar .tabs .fab.active {
    background: #18203a;
}

.bottom-appbar .tabs .tab--right {
    border-top-left-radius: 25px;
}

.bottom-appbar .tabs .tab--left {
    border-top-right-radius: 25px;
}


.bottom-appbar .tabs .tab--fab {
    width: 80px;
    height: 100%;
    background: transparent;
    border: none;
    display: flex;
}

.bottom-appbar .tabs .tab--fab .top {
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: transparent;
    box-shadow: 0px 30px 0px 25px #18203a;
    display: flex;
}


/*********** NORMAL FLEX USED *******************/
.main_title{
  font-weight: bold;
  font-size: 1.375rem;
  color: #273155;
}

.flex_around{
  display:flex;
  align-items: center;
  justify-content: space-around;
}

.flex_normal{
  display:flex !important;
  align-items: center !important;
}

.flex_center{
  display:flex;
  justify-content: center;
  align-items: center;
}

.flex_top{
  display:flex;
  align-items: top;
  justify-content: space-between;
}

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

.flex_right{
  display: flex;
  justify-content: end
}

/*********** FORM CONTROL AFTER LOGIN ****************/
.form-control {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  padding: 8px 18px;
  width: 100%;
  font-size: 0.813rem;
  border: none;
  outline: none;
  font-weight: bold;
  height: 2.813rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.form-label{
  font-size: 0.813rem;
  font-weight: normal;
  color: #273155;
  padding-left:10px;
  padding-bottom:0.3rem;
}

::placeholder{
  font-weight: normal;
  color: #cccccc !important;
}

input.password {
  padding-right:40px;
}

.form-control:focus{
  outline:none;
  border: solid 1px #273155;
}

.form-control .action-form{
    position: absolute;
    right: 18px;
    top: 8px;
}


.show_passwordd {
    position: absolute;
    color: #d2af6d;
    right: 5px;
    top: 32px;
    font-size: 13px;
    z-index: 100;
    cursor: pointer;
    background: transparent;
}

.icon-icon22{
  font-size: 17px
}

/************ PROFILE **********/
.bg-profile{
  background: url('../img/elements/BG1.png') top/contain no-repeat;
}

.profile .logout_link{
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #f00;
  display: flex;
  align-items: center
}

.profile .logout_link i{
  margin-right:0.6rem;
  color: #f00;
  font-size:1.1rem;
}

.profile .box {
    background-color: #fff;
    margin: unset;
    padding-top:10px;
    text-align: center;
    margin-top:50px;
    box-shadow: 0 2px 10px 0 rgba(210, 175, 109, 0.3);
}

.profile .box .flex_asset{
  display: flex;
  align-items: center;
  padding:10px 20px 20px 20px;
  justify-content: space-between;
}

.profile .box .flex_asset div{
   font-size: 0.875rem;
  font-weight: normal;
  color: #526fa0;
}

.profile .box .flex_asset span{
  font-size: 1.125rem;
  font-weight: bold;
  color: #273155;
}

.profile hr.horizontal{
    border-left: 1px solid #ebebeb;
    border-top: 3.125rem solid #ebebeb;
}

.profile hr{
  margin:0px;
}

.profile .box a{
  width: 50%;
  text-align: center;
  font-size: 0.813rem;
  font-weight: normal;
  color: #273155;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile .box i{
  color:#d2af6d;
  font-size:16px;
  padding-right:10px;
}

.profile .pimg{
  text-align: center;
  background: #ececec;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top:-50px;
}

.profile .pimg img{
  width: 1.868rem;
  height: 3rem;
}

.profile .p_nav_title{
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  color: #000;
  padding:5px 0px;
  border-bottom:1px solid #ebebeb;  
}

.profile .p_nav i{
  color:#d2af6d;
  font-size:20px;
  padding-top:5px;
  width:100%;
  max-width: 3rem;
}

.profile i.icon-icon20{
  font-size:15px;
  width:unset;
}

.profile .p_nav{
  padding:0.7rem 0px;
  border-bottom: solid 1px #ebebeb;
}

.profile .p_nav_content{
  display: flex;
  align-items: top;
  width: 100%;
}

.profile .p_nav_subtitle{
  font-size: 0.813rem;
  font-weight: normal;
  color: #273155;
}

.profile .p_nav_desc{
  font-size: 0.688rem;
  font-weight: normal;
  color: #8e8e8e;
}


/**************** WITHDRAW **************/
.withdraw .wd_usdt{
  height: 6.188rem;
  padding: 1.25rem;
  background-color: #fafafa;
}
.withdraw .wd_usdt div{
  font-size: 0.813rem;
  font-weight: normal;
  color: #033e3b;
}

.withdraw .wd_usdt span{
  word-wrap: break-word;  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.33;
  margin-top:0.5rem;
  letter-spacing: normal;
  color: #a5a5a5;
}

.withdraw .wd_btn{    
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;position: fixed;bottom:0px;
  width:80%;
  padding: 10px;
  left:20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.withdraw .wd_btn span{
  font-size: 0.688rem;
  font-weight: normal;
  color: #696969;
}
.withdraw .wd_btn .wd_amt{
  font-size: 0.938rem;
  font-weight: bold;
  color: #000;
}

.withdraw .btn_main{
  margin:0px; 
  height: 2.5rem;
  width:6.75rem;
  padding:0px;
  font-size: 0.75rem
}


/************** KYC SETTING *********************/
.kyc_setting .attachment_box{
  margin: 5px 0 40px;
  cursor:pointer;
  padding:0px
}

.kyc_setting .flex_between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kyc_setting .attachment_box_content{
  padding:40px 0px;
}

.kyc_setting .attachment_box_content div{
  margin-top:5px;
  font-size: 12px;
  font-weight: normal
}

.kyc_setting img{
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom:20px;
  border-radius: 10px;
}
.kyc_setting .content{
  max-width: 400px;
  margin-bottom: 30px;  
  font-size: 14px;
  color:#3387cf;
}

.kyc_setting i:not(.status i){
  left:10px;
  width:20px;
  top: 30px;
  font-size:25px;
  color:#e1e1e1;
  /*color:#ff4b4b;*/
}


/*Step 2*/
.attachment_box {
  margin: 32px 0px;
  text-align: center;
  padding: 35px;
  /*border-radius: 8px;*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #c0c0c0;
}


.spec_box .top_side{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spec_box .box_title{
  padding:10px 0px 0px 20px;
  display: flex;
}

.spec_box .box_title i{
  color:#ff4b4b;
  margin-right:5px;
  font-size:16px;
}

.spec_box .box_title span{
  font-size: 0.813rem;
  font-weight: bold;
  color: #000;
}

.spec_box .box_logo i{
  font-size:40px;
  opacity: 0.3;
  object-fit: contain;
  opacity: 0.1;
  color: #696969;
}

.spec_box hr{
  margin:10px 0px
}

.spec_box .invite_lvl{
  line-height:2;position: relative;
  background: #fff;
  height: auto;
  display: block;
}


.c_000000{
  color:#000000;
}


@media (min-width: 320px) and (max-width: 600px){
  .withdraw .wd_btn{    
    left:0%;
    width:100%;
  }
}