/* ====== organization-my-profile ======== */
 
.arrow_back_icon {
  border-radius: 4px;
  border: 0.2px solid #E53F9E;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
} 

.org-profile_block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.my_profile_details_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 37px;
}
.my_profile_block {
  margin-top: 40px;
}
.my_profile_title {
  color: #16030E;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
.my_profile {
  color: #16030E;
  font-size: 18px;
  font-weight: 400;
}
.carrent_payment_box .my_profile {
  font-size: 20px;
}

.pro_detail_text {
  color: #16030E;
  font-size: 18px;
  font-weight: 400;
}
.profile_details_listing {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 16px;
}
.profile_details_listing li {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.profile_details_listing li:last-child {
  margin-bottom: 0px;
}

.payment-send-btn {
  display: flex;
  width: 324px;
  height: 38px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #E53F9E;
  border-radius: 4px;
  background: #E53F9E;
  color: #fff;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}
.payment-send-btn:hover {
  border: 1px solid #E53F9E;
  background: transparent;
  color:#E53F9E;
}
.payment-send-btn:last-child {
  margin-bottom: 0px;
}
.carrent_payment_content {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  /* flex-wrap: wrap; */
  gap: 12px 20px;
}
.organization_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.organization_tables .table {
  border-color: #D9D9D9 !important;
  margin-bottom: 0;
}
.organization_tables table tr th {
  vertical-align: top;
  white-space: nowrap;
  border: 0;
  color: #40444D;
  font-size: 14px;
  font-weight: 500;
  background: rgba(252, 233, 244, 0.50);
  padding: 16px 18px;
}
.organization_tables table td {
  color: #40444D;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 400;
}
.action_icon_box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.organization_tables .charts_tableNo {
  color: #40444D;
  font-size: 14px;
  font-weight: 500;
}
.charts_email {
  color: #40444D;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.organization_tables .charts_stateName {
  color: #E74BA6;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.icon-delete {
  background: none;
  border: none;
  padding: 0;
}
.organization_tables {
  margin-top: 38px;
}
.my_profile_details_box:last-child{
  padding-bottom:0px;
  border:none;
  margin-bottom:0px;
}


.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
}
.avatar-upload .avatar-preview {
  width: 207px;
  height: 207px;
  position: relative;
  border-radius: 4px;
  background-color: #E2E2E2;
  /* border: 6px solid #FFFFFF; */
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload {
    position: relative;
    margin: 0px 0 20px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 0;
}
.upload_btn_label label {
  display: flex;
  width: 207px;
  height: 38px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #E53F9E;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.profile_dlt_block {
  display: flex;
  gap: 50px;
}
.profile_dlt_content {
  flex: auto;
}



@media (min-width: 1200px) and (max-width: 1399px) {

.organization-profile_wrap {
  padding: 0 0px;
}

.arrow_back_icon {
  width: 40px;
  height: 40px;
}

.my_profile_block {
  margin-top: 30px;
}
.my_profile_title {
  font-size: 23px;
  margin-bottom: 12px;
}
.profile_details_listing li {
  gap: 7px;
  margin-bottom: 10px;
}
.pro_detail_text {
  font-size: 16px;
}
.my_profile {
  font-size: 16px;
}

 }


@media (max-width: 1199.98px) {
  .pro_detail_text {
    font-size: 16px;
  }
  .my_profile {
    font-size: 16px;
  }
  .carrent_payment_box .my_profile {
    font-size: 17px;
  }
  .my_profile_title {
    font-size: 22px;
}
.profile_dlt_block {
  gap: 30px;
}
.carrent_payment_content {
  flex-wrap: wrap;
}
.organization_tables table td {
  padding: 12px 10px;
}
.interface_icon svg  {
  width: 17px;
  height: 17px;
}
.icon-delete svg {
  width: 21px;
  height: 21px;
}
}



@media (min-width: 992px) and (max-width: 1199.98px) { 
  .profile_details_listing {
    margin-top: 10px;
    margin-bottom: 25px;
}
.organization_tables {
    margin-top: 25px;
}
.my_profile_details_box {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.my_profile_block {
  margin-top: 25px;
}
.arrow_back_icon {
  width: 40px;
  height: 40px;
}


.organization-profile_wrap {
  /* padding: 30px 0px; */
}
.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
}
.upload_btn_label label {
  width: 150px;
}

}


@media (max-width: 991.98px) {

.my_profile_title {
	font-size: 20px;
}
.carrent_payment_box .my_profile {
	font-size: 16px;
}
.profile_details_listing li {
	margin-bottom: 10px;
}
.payment-send-btn {
	width: 240px;
}
.avatar-upload .avatar-preview {
	width: 175px;
	height: 175px;
}
.upload_btn_label label{
  width: 175px;
}
.profile_details_listing {
  margin-top: 8px;
}
.arrow_back_icon svg{
  width: 20px;
}
.organization-profile_wrap {
  padding:0px;
}
.arrow_back_icon {
  width: 35px;
  height: 35px;
}

.my_profile_block {
  margin-top: 25px;
}
.org-profile_block {
    gap: 15px;
}
.my_profile_details_box {
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.organization_tables {
  margin-top: 25px;
}

}



@media (min-width: 576px) and (max-width: 767.98px) {

  .my_profile_title {
    font-size: 20px;
    margin-bottom: 8px;
}
.profile_details_listing li {
  margin-bottom: 6px;
}
.my_profile {
  font-size: 15px;
}
.payment-send-btn {
  width: 220px;
}
.profile_dlt_block {
  display: block;
}
.upload_img_block {
  margin-bottom: 20px;
}


}

@media (max-width: 575.98px) {
  .payment-send-btn {
    width: 260px;
}

.interface_icon svg {
  width: 16px;
  height: 16px;
}
.icon-delete svg {
  width: 19px;
  height: 19px;
}



.my_profile_title {
  margin-bottom: 10px;
}
.profile_details_listing li {
  margin-bottom: 5px;
  display: block;
}

.profile_dlt_block {
  display: block;
}
.upload_img_block {
  margin-bottom: 20px;
}
  
}
