/* profile.css */
.avatar-upload {
    position: relative;
    margin: 0px 0 20px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 0;
  }
  .my_profile_wrapper .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .my_profile_wrapper .avatar-edit input {
    display: none;
  }
  .my_profile_wrapper .avatar-preview {
      width: 230px;
      height: 230px;
      position: relative;
      border-radius: 230px;
      margin: 0 auto;
  }
  .my_profile_wrapper .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius:230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #D9D9D9;
  }
  .click_btn {
    color: #E53F9E;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    background-color: #FFFDFE;
    display: inline-block;
  }
  .click_btn_label {
    text-align: center;
    cursor: pointer;
  
  }
  
  .data_save_btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .thems-btn {
    background: #E53F9E;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #E53F9E;
    color: #fff;
    padding: 9px 26px;
    text-decoration: none;
    display: inline-block;
  }
  .thems-btn.cancel-btn {
    background: none;
    color: #E53F9E;
  }
  .thems-btn.cancel-btn:hover {
    background: #E53F9E;
    color: #fff;
    border: 1px solid #E53F9E;
  }
  .thems-btn:hover {
    background: none;
    color: #E53F9E;
    border: 1px solid #E53F9E;
  }
  
  .my_profile_wrapper .form-group {
    position: relative;
    margin-bottom: 20px;
  }
  
  /* .form-label {
    color: #20102B;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  } */
  
  
 .my_profile_wrapper .my_profile_block {
    margin-top: 39px;
    display: flex;
    gap: 88px;
  }
  .popup-title{
      color: #40444D;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
  }
  .chartsUsd_text {
    color: rgb(5, 150, 145, 0.8);
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    background: rgba(209, 250, 229, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 29px;
}
.charts_date {
	color: #40444D;
	font-size: 14px;
	font-weight: 600;
}
.my_profile_wrapper  .my_profile_box {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex: auto;
      flex-wrap: wrap;
      gap: 20px;
  }
  .forgot-password_box {
    display: flex;
    align-items: center;
    gap: 39px;
    margin-top: 31px;
  }
  
  .change_password_btn {
    border-radius: 4px;
    background: #E53F9E;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #E53F9E;
  }
  .change_password_btn:hover {
    background: transparent;
    color: #E53F9E;
  }
  .delete_account_btn {
      color: #E53F9E;
      font-size: 14px;
      font-weight: 300;
      display: inline-block;
      margin-top: 28px;
      background-color: transparent;
      border: 0;
  }
  .delete_account_btn:hover {
    color: #E53F9E;
  }
  .change_password_button {
    display: inline-block;
  }
  .pro_authentication {
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      padding: 24px 170px 24px 320px;
      margin-top: 20px;
  }
  
  .my_pro_title {
    color: #20102B;
    font-size: 14px;
    font-weight: 600;
    letter-spacing:0.5px;
  }
  .my_profile_wrapper .section_text {
    color: #20102B;
    font-size: 14px;
    font-weight: 300;
    margin: 16px 0px;
  }
  .password_change_btn {
      color: #20102B;
      font-size: 14px;
      font-weight: 500;
  }

 
  .data_save_btn.pro_rightBtn {
    justify-content: end;
    margin-bottom: 20px;
}
/*   
  .upload_ProImg{
    background-image:url(../img/my-profile.png) ;
  } */


  /*  */
  @media (min-width: 1200px) and (max-width: 1440px) {
    .my_profile_wrapper .avatar-preview {
      width: 180px;
      height: 180px;
      }
  .my_profile_wrapper  .my_profile_block {
      gap: 58px;
    }
    .pro_authentication {
      padding: 24px 170px 24px 238px;
    }
  }
  @media (max-width: 1199.98px) {
    .my_profile_wrapper .avatar-preview {
      width: 180px;
      height: 180px;
      }
  .my_profile_wrapper  .my_profile_block {
      gap: 58px;
    }
    .pro_authentication {
      padding: 24px 0 24px 238px;
    }
    .thems-btn {
      font-size: 16px;
      padding: 8px 26px;
    }
  }
  @media (max-width: 991.98px) {
  
  }
  
  @media (max-width: 767.98px) {
   .my_profile_wrapper .my_profile_block {
      margin-top: 30px;
      gap: 20px;
      flex-direction: column;
    }
    .change_password_btn {
      font-size: 13px;
  }
    .pro_authentication {
      padding: 20px 0;
    }
    .profile-input-box{
      flex: auto;
    }
    .forgot-password_box {
      gap: 10px;
      margin-top: 21px;
      justify-content: space-between;
    }
    
  }