.profile-header {
  background-color: #aaddde;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* margin-top: 15px; */
}

.profile-header .profile-avatar {
  width: 52px;
  height: 52px;
  margin: 5px;
  overflow: hidden;
  border: none;
}

.profile-avatar img {
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.profile-edit-icon {
  width: 25px;
  height: 25px;
  margin: 5px;
  overflow: hidden;
  border: none;
  background-color: #0056B3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.profile-icon {
  width: 30px;
  height: 30px;
  margin: 5px;
  overflow: hidden;
  border: none;
  background-color: #aaddde;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-icon-text {
  font-size: 16px;
  font-weight: bold;
}

.border-bottom {
  border-bottom: 1px solid #e9e9e9 !important;
  padding-top: 5px;
}

.credit-value {
  color: #ff6a4c;
}

.edit {
  border-top: 1px solid #777;
  padding: 10px 0;
}

.profile-header-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
  height: 0;
  transform: scale(0);
}

.title-prof {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #181914;
}

.share svg {
  width: 20px;
  height: 20px;
  padding: 0px 0.62px 0px 0.62px;
}

.save svg {
  width: 20px;
  height: 20px;
  padding: 0px 0.62px 0px 0.62px;
}

.save,
.share {
  color: #0056B3;
  margin-left: 6px;
}

/* .save {
  margin-top: 7px;
} */

.user-info-profile {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.see-more-user-info {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
  align-self: center;
  width: 100%;
}

.see-more-user-info svg {
  width: 12px;
  height: 8px;
  color: #ff6a4c;
}

.introduce h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b090c;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.introduce h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.introduce p {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #777;
}

.user-details-left {
  align-self: flex-start;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0px 0px 70px 0px #c1bcbc;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0px 7px;
  border: 1px solid #ccc;
  justify-content: center;
}

.user-details-left span svg {
  width: 15px;
  height: 15px;
  padding: 0.05px 0px 0.29px 0px;
  border-radius: 6px;
}

.user-details-left span {
  padding-top: 6px;
}

.user-details-left h4 {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #0056B3;
  padding-top: 10px;
}

.user-details-left h6 {
  display: none;
}

.user-image {
  position: relative;
}

.align-set {
  align-items: flex-start !important;
}

.user-image img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.user-profile-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 5px;
  /* margin-right: 20px; */
}

.user-profile-details h2 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #181914;
}

.user-profile-details h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #0056B3;
  display: flex;
  align-items: center;
  gap: 4px;
}

.user-profile-details h4 svg {
  width: 20px;
  height: 20px;
}

.user-profile-details h6 {
  font-size: 12px;
  font-weight: 400;
  color: #0056B3;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
}

.user-profile-details h6 svg {
  width: 20px;
  height: 20px;
}

.accept-edit {
  margin-top: 60px;
  border-radius: 18px;
  width: 60%;
  margin: 20px auto;
  background-color: #fff;
  color: #ff6a4c;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff6a4c;
  padding: 8px 0;
  font-weight: 700;
  font-size: 16px;
}

.be-clean {
  width: 120px;
  height: 30px;
  border-radius: 31px;
  border: 1px;
  background-color: #0056B3;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -10px;
  right: 15px;
}

.left-bottom-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.all-experts-give {
  width: 92%;
  margin: 20px auto;
}

.be-clean h4 {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
}

.be-clean h6 {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
}

.bottom-profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.be-clean h4 svg {
  width: 16px;
  height: 16px;
  padding: 0px 0.67px 0px 0.67px;
  color: #0b090c;
}

.be-clean h6 svg {
  width: 16px;
  height: 16px;
  padding: 0px 0.67px 0px 0.67px;
  color: #0b090c;
}

.specialization {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
}

.specialization h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b090c;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.specialization h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.specialization-left {
  align-self: flex-start;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0px 0px 70px 0px #c1bcbc;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
  border: 1px solid #ccc;
}

.specialization-left span svg {
  width: 15px;
  height: 15px;
  padding: 0.05px 0px 0.29px 0px;
  border-radius: 6px;
}

.specialization-left span {
  padding-top: 6px;
}

.specialization-left h4 {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #0056B3;
  padding-top: 10px;
}

.specialization-left h6 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #bfbfbf;
  padding-top: 10px;
}

.left-expert {
  align-self: flex-end;
  margin-left: 10px;
}

.service-ctg-info {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
}

.specialization-right {
  display: flex;
  gap: 6px;
  /* width: 45%; */
}

.specialization-right-service {
  display: flex;
  gap: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.specialization-right img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
}

.specialization-right-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-right: 6px;
}

.each-specialist {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.specialization-right-details h3 {
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  line-height: 23px;
  color: #181914;
  white-space: nowrap;
}

.sub-category-title {
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  line-height: 23px;
  color: #181914;
}

.specialization-right-details h4 {
  font-size: 15px;
  font-weight: 400;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}

.specialization-right-details h4 svg {
  width: 20px;
  height: 20px;
}

.specialization-right-details h5 {
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0056B3;
}

.specialization-right-details h5 svg {
  width: 15px;
  height: 15px;
}

.bottom-expert-info button {
  border-radius: 18px;
  border: 1px solid #ff6a4c;
  background-color: #ff6a4c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 4px 8px;
}

.bottom-expert-info a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ff6a4c;
}

.bottom-expert-info a svg {
  width: 16px;
  height: 12px;
  color: #ff6a4c;
}

.specialization-right-service img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.left-all-services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.left-all-services div:nth-child(2) {
  margin-left: -9px;
}

.specialization-right-details h6 {
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #bfbfbf;
}

.specialization-right-details h6 svg {
  width: 15px;
  height: 15px;
}

.specialization-right-details p {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  text-align: right;
  color: #0056B3;
}

.specialization-right-details p span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  color: #0056B3;
}

.left-all-services button {
  border-radius: 18px;
  border: 1px solid #ff6a4c;
  background-color: #fff;
  color: #ff6a4c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 4px 10px;
}

.left-all-services button.inactive{
  color: #E9E9E9;
  border: 1px solid #E9E9E9;
}

.specialization-left-service {
  align-self: flex-end;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0px 0px 5.5px 0px #bcbcbc47;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
  border: 1px solid #ccc;
}

.specialization-left-service span svg {
  width: 20px;
  height: 20px;
  padding: 0.05px 0px 0.29px 0px;
  border-radius: 6px;
}

.specialization-left-service span {
  padding-top: 6px;
}

.specialization-left-service h4 {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #0056B3;
  padding-top: 10px;
}

.left-all-services a {
  font-size: 8px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ff6a4c;
}

.left-all-services a svg {
  width: 12px;
  height: 8px;
  color: #ff6a4c;
}

.portfoilo {
  width: 95%;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
}

.header-portfoilo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-portfoilo h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b090c;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.header-portfoilo h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.header-portfoilo a {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ff6a4c;
}

.header-portfoilo a svg {
  width: 16px;
  height: 12px;
  color: #ff6a4c;
}

.resume {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
}

.resume h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b090c;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.bottom-expert-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 10px; */
  width: 100%;
}

.left-expert-info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  /* width: 45%; */
  gap: 30px;
}

.resume h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.each-resume {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 0 6px;
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
}

.each-resume h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #0056B3;
  display: flex;
  align-items: center;
  gap: 4px;
}

.each-resume h3 svg {
  width: 25px;
  height: 25px;
}

.each-resume h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #181914;
  display: none;
}

.each-resume div h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #181914;
}

.each-resume div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.each-resume div h5,
.each-resume div span {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #777;
}

.camera {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  background: #0056B3;
  border-radius: 50%;
  position: absolute;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -13px;
}

.camera svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.header-background {
  background-color: #0056B3;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.profile-go-back {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: #fff;
}

.profile-go-back svg {
  width: 17px;
  height: 15px;
  color: #fff;
}

.checkbox-wrapper-34 {
  --blue: #0d7eff;
  --g08: #e1e5eb;
  --g04: #a18484;
  margin-bottom: 10px;
}

.checkbox-wrapper-34 .tgl {
  display: none;
}

.checkbox-wrapper-34 .tgl,
.checkbox-wrapper-34 .tgl:after,
.checkbox-wrapper-34 .tgl:before,
.checkbox-wrapper-34 .tgl *,
.checkbox-wrapper-34 .tgl *:after,
.checkbox-wrapper-34 .tgl *:before,
.checkbox-wrapper-34 .tgl+.tgl-btn {
  box-sizing: border-box;
}

.tgl-btn {
  border: 1px solid #ff6a4c;
}

.checkbox-wrapper-34 .tgl::selection,
.checkbox-wrapper-34 .tgl:after::selection,
.checkbox-wrapper-34 .tgl:before::selection,
.checkbox-wrapper-34 .tgl *::selection,
.checkbox-wrapper-34 .tgl *:after::selection,
.checkbox-wrapper-34 .tgl *:before::selection,
.checkbox-wrapper-34 .tgl+.tgl-btn::selection {
  background: none;
}

.checkbox-wrapper-34 .tgl+.tgl-btn {
  outline: 0;
  display: block;
  width: 80px;
  height: 30px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
}

.checkbox-wrapper-34 .tgl+.tgl-btn:after,
.checkbox-wrapper-34 .tgl+.tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 44%;
  height: 100%;
}

.checkbox-wrapper-34 .tgl+.tgl-btn:after {
  right: 0;
}

.checkbox-wrapper-34 .tgl+.tgl-btn:before {
  display: inline;
  position: absolute;
  top: 6px;
}

.checkbox-wrapper-34 .tgl:checked+.tgl-btn:after {
  right: 65.5%;
}

.checkbox-wrapper-34 .tgl-ios+.tgl-btn {
  margin-left: 10px;
  background: #fff;
  border-radius: 20rem;
  padding: 2px;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-34 .tgl-ios+.tgl-btn:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ff6a4c;
  transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-wrapper-34 .tgl-ios+.tgl-btn:before {
  content: "آقا";
  right: 45px;
  color: #0b090c;
  transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 14px;
  font-weight: 700;
}

.checkbox-wrapper-34 .tgl-ios+.tgl-btn:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-34 .tgl-ios+.tgl-btn:active:after {
  padding-left: 0.4em;
}

.checkbox-wrapper-34 .tgl-ios:checked+.tgl-btn {
  background: #fff;
}

.checkbox-wrapper-34 .tgl-ios:checked+.tgl-btn:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper-34 .tgl-ios:checked+.tgl-btn:active:after {
  margin-right: -0.4em;
}

.checkbox-wrapper-34 .tgl-ios:checked+.tgl-btn:before {
  content: "خانم";
  right: 10px;
  bottom: 10px;
  color: #0b090c;
  font-size: 14px;
  font-weight: 700;
}

.sex-icon {
  border-left: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
  padding: 6px;
}

.sex-icon span {
  padding-left: 10px;
}

.sex-icon span svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.checkbox-sex {
  width: 90%;
}

.checkbox-sex svg {
  width: 14px;
  height: 10px;
  color: #181914;
}

.checkbox-sex span {
  font-size: 16px;
  font-weight: 400;
  color: #181914;
}

.cursor {
  cursor: pointer;
}

.nemmone-kar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-auto-rows: 200px; */
  gap: 4px;
  padding: 20px;
}

.nemmone-kar-dektop {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.explore-item-dektop a img {
  width: 154px;
  height: 154px;
}

.item {
  position: relative;
  overflow: hidden;
}

.item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* .nemmone-kar .item.large {
  grid-column: span 1;
  grid-row: span 1;
} */
.nemmone-kar .item.large a img {
  width: 200px;
  height: 200px;
}

.nemmone-kar .item a img {
  width: 100px;
  height: 100px;
}

.date-picker-section {
  transform: scale(0);
  transition: transform 0.6s ease-in-out;
  display: none;
}

.back-ground-gray-delete {
  height: 100vh;
  width: 100vw;
  background-color: #000;
  opacity: 0.7;
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
}

.show-birthdate-box {
  transform: scale(1);
  position: absolute;
  top: 60%;
  right: 37%;
  width: 28%;
  margin: 0 auto;
  transition: all 0.6s;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1111;
}

.desktop-box-birth-date {
  position: absolute;
  top: 62%;
  right: 38%;
  width: 30%;
  height: auto;
  z-index: 1111;
}

.show-birthdate-box-desktop {
  transform: scale(1);
  margin: 0 auto;
  transition: all 0.6s;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.date-picker-section-desktop {
  background-color: #fff;
  border-radius: 10px;
  transform: scale(0);
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  /* z-index: 1111; */
}

.date-picker-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0fdff;
  border-radius: 10px 10px 0 0;
  padding: 6px 10px;
}

.date-picker-header h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #181914;
}

.date-picker-header span svg {
  width: 20px;
  height: 20px;
}

.back-ground-gray {
  display: none;
}

.datepicker-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 170px;
}

.desktop {
  position: relative;
}

.picker {
  width: 33%;
  height: 150px;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 5px;
}

.picker:nth-child(1),
.picker:nth-child(2) {
  border-left: 1px solid #e9e9e9;
}

.scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.item {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  font-size: 10px;
  font-weight: 400;
  /* color: #181914; */
  transition: color 0.4s, font-size 0.3s;
}

.item.faded {
  color: #ccc;
}

.item-highlighted {
  font-size: 22px;
  color: #000;
}

.highlight-background {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: rgba(0, 150, 136, 0.2);
  height: 50px;
  margin-top: -25px;
  pointer-events: none;
}

.selected-values {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.date-picker-footer {
  width: 95%;
  margin: 10px auto;
  border: 1px solid #ff6a4c;
  border-radius: 18px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  transition: all 0.6s;
  cursor: pointer;
  color: #ff6a4c;
}

.date-picker-footer:hover {
  background-color: #ff6a4c;
  color: #fff;
}

.date-picker-footer span {
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}

.all-notifications {
  width: 100%;
}

.notification {
  margin: 10px;
  border: 1px solid #d7d5d5;
  padding: 0px 10px;
  border-radius: 10px;
  background-color: #fff;
}

.notification-header {
  border-bottom: 1px solid #d3d1d1;
  align-items: center;
}

.notification-title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0px;
}

.notification-type {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  padding: 8px 0px;
}

.notification-content {
  font-size: 16px;
  color: #777;
  margin: 10px 0;
  /* border-bottom: 1px solid #e9e9e9; */
}

.notification-footer {
  font-size: 16px;
  color: #ff6a4c;
  padding: 8px 0px;
  margin-top: 10px;
  display: flex;
  justify-content: end;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.notification-footer a {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #ff6a4c;
  font-size: 16px;
  align-items: center;
}

.notification-footer span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}

.notification-footer .footer-text {
  font-size: 16px;
  font-weight: 500;
}

.notification-footer span svg {
  width: 10px;
  height: 16px;
}

.notification-time {
  direction: rtl;
  font-size: 16px;
  color: #777777;
}

.desktop-profile-page {
  width: 90%;
  margin: 20px auto;
  display: flex;
  gap: 20px;
  /* transform: scale(1); */
  /* height: auto; */
}

.mobile-size-sidebar {
  transform: scale(0);
}

.sidebar {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-top-sidebar {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 12px;
}

.communication {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 12px;
  /* margin: 0 13px; */
}

.desktop-body-profile {
  /* display: none; */
  border-radius: 12px;
  width: 66%;
}

.header-background h5 {
  margin: 17px -50px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
}

.header-background h5::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.all-specialists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.user-portfoilo-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}

.user-portfoilo-images-item {
  width: 150px;
  height: 150px;
  border-radius: 4px;
}

.user-portfoilo-images-item img {
  width: 100%;
  height: 100%;
}

.user-portfoilo-images-mobile {
  display: none;
}

.introduce-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  padding: 20px 0;
  /* margin-top: 20px; */
  border-radius: 12px;
}

.introduce-section img {
  width: 90%;
  height: auto;
  margin: auto;
}

.introduce-section h2 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.introduce-section p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 20px;
  color: #777777;
}

.introduce-section p span {
  font-size: 16px;
  font-weight: 600;
  color: #ff6a4c;
}

.introduce-section .introduce-button {
  border: 2px dashed #0056B3;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.introduce-section .introduce-button span,
.introduce-section .introduce-button svg {
  margin-right: 10px;
}

.introduce-section .introduce-share-button {
  background-color: #ff6a4c;
  color: #fff;
  width: 90%;
  margin: 40px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.send-suggestion {
  background-color: #ff6a4c;
  color: #fff;
  font-size: 16px;
  border: 1px solid #ff6a4c;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 35%;
  margin: 10px auto;
  cursor: pointer;
}

.uploader-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uploader-footer span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #bfbfbf;
}

.address-page-desktop h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 29px;
  padding: 10px;
}

.address-page-desktop h6 svg {
  width: 20px;
  height: 20px;
}

.suggestion-first,
.suggestion-second,
.suggestion-third,
.suggestion-forth {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.suggestion-first span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #777;
  margin-right: 5px;
}

.suggestion-second span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #777;
  margin-right: 5px;
}

.suggestion-third span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #777;
  margin-right: 5px;
}

.suggestion-forth span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #777;
  margin-right: 5px;
}

.suggestion-second textarea {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border-radius: 10px;
  padding: 6px;
  display: flex;
  align-items: center;
}

.suggestion-third textarea {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  border-radius: 10px;
  padding: 12px;
}

.wrapper {
  width: 100%;
  margin: 20px auto;
  position: relative;
}

.select-btn,
li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-btn {
  height: 40px;
  padding: 0 20px;
  font-size: 22px;
  background: #fff;
  border-radius: 7px;
  justify-content: space-between;
  border: 1px solid #ccc;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
}

.select-btn h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #181914;
  margin-bottom: 0;
}

.select-btn .caret-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s linear;
}

.icon-rotate {
  transform: rotate(-180deg);
}

.content {
  /* padding: 20px; */
  margin-top: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0px 7px rgb(0 0 0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-bottom: 15px;
}

.content.active {
  visibility: visible;
  opacity: 1;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 111;
}

.content .options {
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  /* padding-right: 7px; */
}

.options::-webkit-scrollbar {
  width: 7px;
}

.options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.options::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

.options li {
  height: 50px;
  padding: 0 13px;
  font-size: 16px;
  color: #181914;
}

.options li:hover,
li.selected {
  border-radius: 5px;
  background: #f2f2f2;
}

.notification-detail-first {
  width: 90%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}

.notification-type-detail {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #181914;
}

.notification-detail-second {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 20px auto;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}

.notification-detail-second h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
  color: #181914;
}

.notification-detail-second p {
  font-size: 16px;
  font-weight: 400;
  line-height: 31.99px;
  text-align: right;
  color: #777;
}

.notification-detail-second h6 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #181914;
}

.notification-detail-second ul {
  display: flex;
  flex-direction: column;
  list-style-type: circle;
}

.notification-detail-second ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.notification-detail-second ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 10px;
  right: -20px;
  background-color: #000;
}

.notification-detail-second ul li span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #181914;
}

.notification-detail-third {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}

.notification-detail-third h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #181914;
}

.notification-detail-third button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #ff6a4c;
  background-color: #fff;
  color: #ff6a4c;
  outline: none;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.6s;
  margin-top: 16px;
  font-size: 16px;
}

.notifications-details {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
}

.notification-detail-third button:hover {
  background-color: #ff6a4c;
  color: #fff;
}

.notification-detail-third button svg {
  width: 20px;
  height: 20px;
}

.suggestion-title {
  margin: 17px 30px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
}

.suggestion-title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

/* .address-page-desktop h4 {
  margin: 17px 42px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
}

.address-page-desktop h4::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
} */
.address-mobile {
  background-color: #fff;
  color: #ff6a4c;
  border: 1px solid #ff6a4c;
  border-radius: 10px !important;
  display: none;
}

.address-desktop {
  background-color: #ff6a4c;
  color: #fff;
  border: 1px solid #ff6a4c;
  border-radius: 10px !important;
}

.address-form {
  /* height: 550px; */
  height: 80vh;
  overflow-y: hidden;
  padding: 45px 0;
}

.modal-box-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
}

.make-block {
  height: 0;
  transform: scale(0);
}

.not-complete-width {
  background-color: #fff;
}

.make-bg-white {
  background-color: #fff;
}

.increase-credit-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.increase-credit-header span:nth-child(2) {
  font-size: 10px;
  font-weight: 700;
  color: #181914;
}

.go-to-transactionlist {
  color: #0056B3;
  font-size: 10px;
  font-weight: 700;
}

.increase-section {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.current-money {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0056B3;
  border-radius: 20px;
  position: relative;
  height: 110px;
  margin-top: 70px;
}

.current-money h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-right: 100px;
}

.current-money h4 span {
  font-weight: 800;
}

.go-to-transaction-list {
  font-size: 16px;
  font-weight: 700;
  color: #ff6a4c;
  margin-left: 10px;
  margin-top: 18px;
}

.current-money img {
  width: 185px;
  height: 160px;
  position: absolute;
  left: 25px;
  top: -50px;
}

.increase-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-right: 13px;
  margin-bottom: 0;
}

.address-page-desktop input {
  width: 98%;
  margin: 0px auto;
  border: 1px solid #bfbfbf;
}

.address-page-desktop input:focus {
  border: 1px solid #0056B3;
}

.suggested-price {
  width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
}

.suggested-price button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #fff;
  color: #317c87;
  white-space: nowrap;
  font-weight: 400;
}

.increase-rule {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #777;
}

.line-space-increase {
  width: 98%;
  height: 1px;
  margin: 0 auto;
  background-color: #ccc;
}

.increase-btns {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 8px;
}

.choose-zarrin {
  width: 98%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #181914;
}

.increase-btns img {
  width: 112px;
  height: 34px;
}

.increase-btns button {
  background-color: #ff6a4c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ff6a4c;
  border-radius: 20px;
  padding: 8px 30px;
}

.increase-mobile-button {
  display: none;
}

.all-transaction-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 95%;
  margin: 20px auto;
}

.each-tranaction {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px 0;
  background-color: #fff;
}

.bg-in-desktop {
  background-color: #fff;
}

.each-tranaction:last-child {
  margin-bottom: 20px;
}

.transaction-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #181914;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  padding-top: 12px;
}

.each-transaction-item-info {
  width: 90%;
  margin: 6px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.each-transaction-item-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
}

.each-transaction-item-info span:nth-child(1) {
  color: #777;
}

.each-transaction-item-info span:nth-child(2) {
  color: #181914;
  font-weight: 700;
}

.soon {
  background-color: rgb(255, 166, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  right: 45%;
  transform: translate(50px, -50px);
  padding: 6px 12px;
  z-index: 1000;
  width: 150px;
}

.no-transaction {
  width: 95%;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 auto;
  box-shadow: 0 0 70px 0 #c1bcbc;
}

.no-transaction h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
}

.no-transaction h6 svg {
  width: 25px;
  height: 25px;
}

.no-width {
  width: 6%;
}

.less-width {
  width: 90%;
}

.rule-title {
  margin: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: justify;
  color: #181914;
}

.rule-description {
  margin: 10px 10px 0 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify;
  color: #4b4b4b;
  padding: auto;
}

.inline-map-holder{
  position: relative;
}

.address-holder{
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0px 10px;
}

.address-holder .inner{
  background-color: white;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}


.media-upload-item-suggest span svg {
  width: 25px;
  height: 25px;
  padding-top: 6px;
}

.media-upload-item-suggest img {
  /* position: absolute;
  left: 0;
  right: 0; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.remove-image {
  position: absolute;
  top: 10px;
  right: 10px;
  /* width: 40px; */
  /* height: 40px; */
}

.remove-image svg {
  width: 25px;
  height: 25px;
  color: red;
}

.svg-button-upload {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.question-values-suggest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .address-mobile {
    display: block;
  }

  .address-desktop {
    display: none;
  }

  .address-form {
    /* height: 650px; */
    height: 97vh;
    padding: 0;
  }

  .all-specialists {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .phone-input {
    display: none;
  }

  .header-background {
    height: 150px;
    padding: 6px;
  }

  .under-header-background {
    margin-top: 60px;
  }

  .desktop-profile-page {
    /* transform: scale(0);
    height: 0;
    margin: 0; */
    width: 100%;
    margin: 0;
  }

  .mobile-size-sidebar {
    transform: scale(1);
  }

  .desktop-body-profile {
    /* display: block; */
    width: 95%;
    margin: 0 auto;
  }

  .info-page {
    width: 100%;
  }

  .profile-icon-text {
    font-size: 12px;
  }

  .profile-icon {
    width: 25px;
    height: 25px;
  }

  .camera {
    width: 35px;
    height: 35px;
  }

  .camera svg {
    width: 15px;
    height: 15px;
  }

  .checkbox-sex span {
    font-size: 12px;
  }

  .notification-type,
  .notification-title,
  .notification-content,
  .notification-footer,
  .user-profile-details h2 {
    font-size: 12px;
  }

  .notification-footer span svg {
    width: 5px;
    height: 10px;
  }

  .notification-time {
    font-size: 10px;
  }

  .user-profile-details h4 {
    font-size: 10px;
  }

  .user-profile-details h6 {
    display: none;
  }

  .user-image img {
    width: 100px;
    height: 100px;
  }

  .be-clean {
    width: 75px;
    height: 18px;
    bottom: 0px;
    right: 10px;
  }

  .be-clean h6 {
    font-size: 7px;
  }

  .be-clean h4 {
    font-size: 6px;
  }

  .user-details-left {
    width: 50px;
    height: 23px;
    border: 1px solid #ccc;
    justify-content: center;
    margin-top: 3px;
    margin-left: 4px;
  }

  /* .save-expert-user {
    display: none;
  } */

  .user-details-left span svg {
    width: 10px;
    height: 10px;
  }

  .user-details-left h4 {
    font-size: 8px;
  }

  .date-picker-header h4 {
    font-size: 12px;
  }

  .date-picker-header span svg {
    width: 15px;
    height: 15px;
  }

  .profile-header-details {
    height: auto;
    transform: scale(1);
    padding: 10px;
  }

  .user-profile-details h4 svg {
    width: 10px;
    height: 10px;
  }

  .share svg {
    width: 15px;
    height: 15px;
  }

  .save svg {
    width: 15px;
    height: 15px;
  }

  .introduce h2 {
    font-size: 12px;
  }

  .introduce p {
    font-size: 10px;
  }

  .see-more-user-info {
    font-size: 10px;
  }

  .specialization h2 {
    font-size: 12px;
  }

  .specialization-right-details h3 {
    font-size: 10px;
    white-space: normal;
    /* width: 80px; */
  }

  .has-width {
    width: 80px;
  }

  .sub-category-title {
    font-size: 10px;
  }

  .specialization-right-details h4 {
    font-size: 10px;
    /* margin-top: 10px; */
  }

  .specialization-right-details h4 svg {
    width: 10px;
    height: 10px;
  }

  .specialization-right img {
    width: 90px;
    height: 90px;
  }

  .specialization-left span svg {
    width: 10px;
    height: 10px;
  }

  .specialization-left h6 {
    font-size: 8px;
  }

  .specialization-left h4 {
    font-size: 10px;
  }

  .specialization-left h6 {
    display: none;
  }

  .make-block {
    height: auto;
    transform: scale(1);
  }

  /* .left-expert-info { */
  /* display: block; */
  /* width: auto; */
  /* } */

  .make-none {
    display: none;
  }

  .bottom-expert-info a {
    font-size: 10px;
    white-space: nowrap;
  }

  .bottom-expert-info button {
    font-size: 10px;
    background-color: #ff6a4c;
    color: #fff;
  }

  .bottom-expert-info a svg {
    width: 12px;
    height: 8px;
  }

  .header-portfoilo h2 {
    font-size: 12px;
  }

  .header-portfoilo a {
    font-size: 8px;
  }

  .header-portfoilo a svg {
    width: 12px;
    height: 8px;
  }

  .resume h2 {
    font-size: 12px;
  }

  .each-resume h3 {
    font-size: 12px;
  }

  .each-resume h3 svg {
    width: 15px;
    height: 15px;
  }

  .each-resume h4 {
    font-size: 10px;
  }

  .each-resume div h5,
  .each-resume div span {
    font-size: 10px;
  }

  .user-portfoilo-images {
    height: 0;
    transform: scale(0);
    margin: 0;
  }

  .user-portfoilo-images-mobile {
    display: block;
  }

  .user-portfoilo-images-desktop {
    display: none;
  }

  .left-all-services button {
    font-size: 10px;
    width: 80px;
  }

  .specialization-right-details h4 {
    font-size: 12px;
  }

  .specialization-right-details h4 svg {
    width: 10px;
    height: 10px;
  }

  .specialization-right-details h5 {
    font-size: 8px;
    /* display: none; */
  }

  .specialization-right-details h5 svg {
    width: 15px;
    height: 15px;
  }

  .specialization-right-details h6 {
    font-size: 8px;
    /* transform: scale(0); */
    /* height: 0; */
  }

  .specialization-right-details p {
    font-size: 10px;
    display: none;
  }

  .specialization-right-details p span {
    font-size: 10px;
    display: none;
  }

  .specialization-left-service span svg {
    width: 15px;
    height: 15px;
    padding: 0.05px 0px 0.29px 0px;
    border-radius: 6px;
  }

  .specialization-left-service h4 {
    font-size: 10px;
  }

  .each-resume h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    color: #181914;
    display: block;
  }

  .each-resume div h6 {
    display: none;
  }

  .notification-footer a {
    justify-content: space-between;
    font-size: 10px;
  }

  .notification-footer .footer-text {
    font-size: 10px;
  }

  /* .notification-content {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  } */

  .user-details-left h6 {
    font-size: 8px;
    font-weight: 400;
    text-align: center;
    color: #bfbfbf;
    padding-top: 10px;
    display: block;
  }

  .notification-type-detail {
    font-size: 10px;
  }

  .notification-detail-second h4 {
    font-size: 12px;
  }

  .notification-detail-second p {
    font-size: 10px;
  }

  .notification-detail-second h6 {
    margin-top: 20px;
    font-size: 10px;
  }

  .notification-detail-second ul li {
    font-size: 10px;
  }

  .notification-detail-second ul li span {
    font-size: 10px;
  }

  .notification-detail-third h4 {
    font-size: 12px;
  }

  .notification-detail-third button {
    padding: 6px;
    font-size: 10px;
  }

  .notification-detail-third button svg {
    width: 10px;
    height: 10px;
  }

  .sidebar {
    display: none;
  }

  .back-ground-gray {
    /* height: 100vh;
    background-color: #000;
    opacity: 0.7;
    z-index: 111;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; */
    height: 100vh;
    width: 100vw;
    background-color: #000;
    opacity: 0.7;
    z-index: 111;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
  }

  .show-birthdate-box {
    transform: scale(1);
    /* position: absolute; */
    position: fixed;
    /* top: 30%; */
    top: 50%;
    /* right: 5%; */
    left: 50%;
    width: 90%;
    max-width: 300px;
    transform: translate(35%, -50%);
    margin: 0 auto;
    transition: all 0.6s;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1111;
  }

  .uploader-footer span {
    font-size: 8px;
  }

  .send-suggestion {
    width: 95%;
  }

  .not-complete-width {
    width: 95%;
    margin: 0 auto;
  }

  .be-clean h4 svg {
    width: 12px;
    height: 12px;
  }

  .be-clean h6 svg {
    width: 12px;
    height: 12px;
  }

  .specialization-left-service {
    box-shadow: none;
  }

  .accept-edit {
    width: 100%;
  }

  .bottom-expert-info {
    flex-direction: row-reverse;
  }

  .header-top-sidebar {
    padding: 0;
  }

  .go-to-transaction-list {
    display: none;
  }

  .increase-section {
    width: 95%;
    margin: 0 auto;
    gap: 0;
  }

  .increase-text {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #181914;
    margin-right: 40px;
  }

  .increase-text::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    right: -16px;
    top: 7px;
  }

  .make-none-tag {
    display: none !important;
  }

  /* .address-page-desktop input,
  .suggested-price,
  .line-space-increase,
  .increase-btns,
  .choose-zarrin {
    width: 90%;
  } */

  .address-page-desktop h6 {
    font-size: 12px;
    text-align: right;
    margin-right: 12px;
  }

  .current-money {
    height: 75px;
    margin-top: 70px;
  }

  .current-money h4 {
    font-size: 12px;
    margin-right: 40px;
  }

  .current-money img {
    width: 120px;
    height: 92px;
    left: 6px;
    top: -16px;
  }

  .increase-btns button {
    display: none;
  }

  .choose-zarrin {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #181914;
    margin-right: 40px;
  }

  .choose-zarrin::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    right: -16px;
    top: 14px;
  }

  .current-money {
    margin-top: 40px;
  }

  .increase-mobile-button {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
  }

  .increase-mobile-button button {
    background-color: #ff6a4c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #ff6a4c;
    border-radius: 20px;
    padding: 4px 8px;
  }

  .suggested-price button {
    height: 30px;
  }

  .all-transaction-lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .transaction-title-page {
    margin-right: 28px;
  }

  .bg-in-desktop {
    background-color: transparent;
  }

  .all-experts-give {
    width: 95%;
  }

  .left-bottom-buttons {
    gap: 0;
  }

  .left-expert-info {
    justify-content: flex-end;
  }

  .add-margin-top h4 {
    margin-top: 30px;
  }

  .no-width {
    width: 7%;
  }

  .less-width {
    width: 91%;
  }
}

@media (max-width: 540px) {
  .no-width {
    width: 5%;
  }

  .less-width {
    width: 95%;
  }
}