@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bree+Serif&display=swap");



.favoriteIcon-style {
  position: absolute;
  left: 10px;
  top: 10px;
}

.copy_proposal_icon {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 10px;
  display: none;
}

.copy_proposal_icon_a_img {
  background-color: #ffffffcc;
  padding: 15px 10px;
  border-radius: 50px;
}

.theme_color_style {
  color: #00cedc;
}

.user_color_style {
  color: grey;
}

.font_weight_600 {
  font-weight: 600;
}

.custom-message {
  text-align: center;
  padding: 20px;
  margin: 40px auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.custom-message h3 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.custom-message i {
  color: #00cedc;
  font-size: 24px;
  margin-right: 5px;
}

.custom-message p {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}


#heading_portfolio_section {
  display: flex;
  justify-content: space-between;
}

#heading_proposal_section {
  display: flex;
  justify-content: space-between;
}

#create_portfolio_btn {
  border: 1px solid #00cedc;
  color: #00cedc;
  padding: 10px;
  /* float: right; */
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.view_all_proposals_user {
  /* padding: 15px 0 0; */
  width: fit-content;

  /* text-align: right; */
}

.view_all_reviews_user {
  padding: 0px 18px 15px 0;
  /* display: flex
; */
  text-align: right;
  width: 100%;
}

.class_seller_section2 {
  display: none;
}

.class_buyer_section2 {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  display: none;
}

.class_buyer_section2 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #00cedc;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.class_buyer_section2 p {
  font-size: 14px;
  color: #555;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.class_buyer_section2 p:last-child {
  border-bottom: none;
}

.class_buyer_section2 span {
  font-weight: bold;
  color: #00cedc;
}


.view_all_proposals_btn {
  border: none;
  padding: 9px 8px 9px 8px;
  color: #00cedc;
  background-color: white;
  border: 1px solid #00cedc;
  border-radius: 3px;
  cursor: pointer;

}

.view_all_proposals_btn button {
  border: none;
  padding: 0;
  color: #00cedc;
  background-color: transparent;
  cursor: pointer;
}

.view_all_proposals_btn2 {
  border: none;
  margin-right: 0.5rem;
  padding: 9px 3px 9px 8px;
  color: white;
  background-color: #00cedc;
  border: 1px solid #00cedc;
  border-radius: 3px;
  cursor: pointer;

}

.view_all_proposals_btn2 button {
  border: none;
  padding: 0;
  color: white;
  background-color: transparent;
  cursor: pointer;
}

.view_all_review_btn {
  border: none;
  padding: 7px 10px;
  color: #00cedc;
  background-color: white;
  border: 1px solid #00cedc;
  border-radius: 3px;
}

/* Reviewer Section Stylish Look */
.img_of_reviewer_sec {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.img_of_reviewer_sec:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

/* Reviewer Image */
.img_of_reviewer {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c8c9c9;
  box-shadow: 2px 2px 12px rgba(0, 206, 220, 0.3);
}

.img_of_reviewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Reviewer Details */
.details_of_reviewer {
  flex-grow: 1;
  font-family: 'Arial', sans-serif;
}

.details_of_reviewer p {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Star Rating */
.details_of_reviewer i {
  font-size: 16px;
  margin-right: 2px;
}

.seller_review_rating {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .img_of_reviewer_sec {
    flex-direction: column;
    text-align: center;
    padding: 12px;
  }

  .img_of_reviewer {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .details_of_reviewer {
    padding-left: 0;
  }

  .details_of_reviewer p {
    font-size: 13px;
  }
}


@media(min-width:768px) and (max-width:1440px) {
  .padding-alter8 {
    margin: 0px 0px;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .padding-alter8 {
    margin: 0px 10px;
  }
}

@media (max-width:767px) {
  .padding-alter8a {
    border: 1px solid green;
    margin-top: 0px !important;
  }
}

.border-none {
  border: none !important;
}

.less-small-scren-padding {
  margin-top: 15px;
}


.background-custom-color {
  background-color: #fad5d5;
}

@media(max-width:479.8px) {
  .less-small-scren-padding {
    padding-left: 0px !important;
    margin-top: 15px;
    padding-right: 0px !important;
  }

  .less-small-scren-padding2 {
    padding-left: 0px !important;
    /* margin-top: 15px; */
    padding-right: 0px !important;
  }

  #heading_proposal_section {
    display: block;
    /* justify-content: space-between; */
    text-align: -webkit-center;
  }

  .view_all_proposals_user {
    /* padding: 15px 0 0; */
    margin-bottom: 1rem;
  }
}

@media(max-width:479.8px) {
  .padding-z-ero {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .custom_ldirection_style {
    /* border: 1px solid greenyellow; */
    margin: 4px 0 12px;
  }

}

.switch_btn_div {
  /* border: 1px solid grey; */
  width: 100%;
  /* height: 10vh; */
  position: relative;
  /* background-color: #fad5d5; */
}

#profile_page_switch {
  background: #00cedc;
  color: white;
  padding: 8px 11px;
  border: none;
  border-radius: 3px;
  /* Smooth corners */
  font-size: 14px;
  /*font-weight: bold;*/
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -60px;
  right: 40px;
}

#profile_page_switch:hover {
  background: #04adb8;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  /* Subtle hover effect */
}



@media(max-width:1023.8px) {
  .tab_view_none {
    display: none;
  }
}



.profile-header-user-cu {
  background: #fff;
  width: 100%;
  display: flex;
  height: 350px;
  position: relative;
  /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2); */
}


.profile-img-user-cu {
  float: left;
  width: 450px;
  height: 200px;
}

.profile-img-user-cu img {
  border-radius: 50%;
  height: 260px;
  width: 260px;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 125px;
  top: 165px;
  z-index: 5;
  background: #fff;
}

.profile-nav-info-user-cu {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 250px;
}

.profile-nav-info-user-cu h3 {
  font-variant: small-caps;
  font-size: 2rem;
  font-family: sans-serif;
  font-weight: bold;
}

.profile-nav-info-user-cu .address {
  display: flex;
  font-weight: bold;
  /* color: #777; */
}

.profile-nav-info-user-cu .address p {
  margin-right: 5px;
}

.profile-option-user-cu {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 45px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  outline: none;
  background: #00cedc;
}

.profile-option-user-cu:hover {
  background: #fff;
  border: 1px solid grey;
}

.profile-option-user-cu:hover .notification-user-cu i {
  color: grey;
}

.profile-option-user-cu:hover span {
  background: grey;
}

.profile-option-user-cu .notification-user-cu i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s ease-in-out;
}

.profile-option-user-cu .notification-user-cu .alert-message-user-cu {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #e40046;
  border: 1px solid #e40046;
  padding: 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.main-bd-user-cu {
  width: 100%;
  display: flex;
  padding-right: 15px;
}

.profile-side-user-cu {
  width: 400px;
  background: #fff;
  /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */
  padding: 95px 30px 20px;
  font-family: "Bree Serif", serif;
  margin-left: 20px;
  z-index: 99;
}

.profile-side-user-cu p {
  margin-bottom: 7px;
  color: #333;
  font-size: 17px;
}

.profile-side-user-cu p i {
  color: #e40046;
  margin-right: 10px;
}

.mobile-no-user-cu i {
  transform: rotateY(180deg);
  color: #e40046;
}

.profile-btn-user-cu {
  display: flex;
}

button.chatbtn-user-cu,
button.createbtn-user-cu {
  border: 0;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  background: #00cedc;
  color: #fff;
  font-family: "Bree Serif";
  font-size: 1rem;
  margin: 5px 0px;
  cursor: pointer;
  outline: none;
  margin-bottom: 10px;
  transition: background 0.3s ease-in-out;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

button.chatbtn-user-cu:hover,
button.createbtn-user-cu:hover {
  background:#01b3c0;
}

button.chatbtn-user-cu i,
button.createbtn-user-cu i {
  margin-right: 5px;
}

.user-rating-user-cu {
  display: flex;
}

.user-rating-user-cu h3 {
  font-size: 3rem;
  font-weight: 200;
  margin-right: 5px;
  letter-spacing: 1px;
  color: #666;
}

.user-rating-user-cu .no-of-user-rate {
  font-size: 0.9rem;
}

.rate-user-cu {
  padding-top: 6px;
}

.rate-user-cu i {
  font-size: 0.9rem;
  color: rgba(228, 0, 70, 1);
}

.nav-user-cu {
  width: 100%;
  z-index: -1;
}

.nav-user-cu ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  height: 55px;
  padding: 0;
  background: #fff;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); */
}

.nav-user-cu ul li {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  align-content: center;
  transition: all 0.2s ease-in-out;
}

.nav-user-cu ul li:hover,
.nav-user-cu ul li.active {
  box-shadow: 0px -3px 0px #00cedc inset;
}

.profile-body-user-cu {
  width: 100%;
  z-index: -1;
}

.tabing {
  display: none;
}

.tabing {
  padding: 20px 0;
  width: 100%;
  /* text-align: center; */
}

@media (max-width: 1100px) {
  .profile-side-user-cu {
    width: 250px;
    padding: 90px 15px 20px;
  }

  .profile-img-user-cu img {
    height: 200px;
    width: 200px;
    /* left: 50px;
    top: 50px; */
    left: 100px;
    top: 200px;
  }
}

@media (max-width: 900px) {
  body {
    margin: 0 20px;
  }

  .profile-header-user-cu {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }

  .profile-img-user-cu {
    float: left;
    width: 100%;
    height: 200px;
  }

  .profile-img-user-cu img {
    position: relative;
    height: 200px;
    width: 200px;
    left: 0px;
    top: 110px;
  }

  .profile-nav-info-user-cu {
    text-align: center;
  }

  .profile-option-user-cu {
    right: 20px;
    top: 75%;
    transform: translateY(50%);
  }

  .main-bd-user-cu {
    flex-direction: column;
    padding-right: 0;
  }

  .profile-side-user-cu {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 5px 0;
  }

  .profile-nav-info-user-cu .address {
    justify-content: center;
  }

  .user-rating-user-cu {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  body {
    margin: 10px;
  }

  .profile-header-user-cu h3 {
  }

  .profile-option-user-cu {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 83%;
  }

  .profile-option-user-cu .notification-user-cu .alert-message-user-cu {
    top: -3px;
    right: -4px;
    padding: 4px;
    height: 15px;
    width: 15px;
    font-size: 0.7rem;
  }

  .profile-nav-info-user-cu h3 {
    font-size: 1.9rem;
  }

  .profile-nav-info-user-cu .address p,
  .profile-nav-info-user-cu .address span {
    font-size: 0.7rem;
  }
}

#see-more-bio,
#see-less-bio {
  color: blue;
  cursor: pointer;
  text-transform: lowercase;
}

.tabing h1 {
  font-family: "Bree Serif", sans-serif;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
