.page-wrapper .page-profile .icon-light {
  /* The image is placed in the middle, each side is 200px  */
  width: 400px;
  top: 50px;
  left: -200px;
  position: absolute;
}

#profile-details {
  flex-direction: column;
  padding: 20px 20px 40px;
}

.user-profile {
  position: relative;
  z-index: 4;
  display: flex;
  padding: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.user-profile .h2 {
  text-align: center;
}
.user-profile .container-b10 {
  width: 90%;
  padding: 18px 45px;
  margin: 14px 0 14px 0;
}

.options-profile {
  width: 100%;
  max-width: 650px;
  margin: 0;
  gap: 25px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.options-profile .option-item {
  height: 100%;
  width: inherit;
  padding: 20px 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 0px rgba(209, 213, 223, 0.5019607843);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.options-profile .option-item.inactive {
  filter: grayscale(1);
  cursor: default;
}
.options-profile .option-item > span {
  display: block;
  font-size: 16px;
  margin: 18px 0 0 0;
  color: #333333;
}
.options-profile .option-item > img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.options-profile .option-item:hover:not(.inactive) {
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
}

#profile-list {
  padding: 20px 0 0;
}
#profile-list #show-cards-content .profile-card,
#profile-list #show-cards-content .card_sizer {
  width: 100%;
  max-width: 280px;
}
#profile-list #show-cards-content .profile-card {
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
#profile-list #show-cards-content .profile-card .profile {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 20px 24px;
}
#profile-list #show-cards-content .profile-card .profile.in-page {
  gap: 12px 0;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-around;
}
#profile-list #show-cards-content .profile-card .profile.in-page .profile-aboutme, #profile-list #show-cards-content .profile-card .profile.in-page .profile-phones {
  width: 100%;
  gap: 10px;
  flex-direction: row;
}
#profile-list #show-cards-content .profile-card .profile-banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
#profile-list #show-cards-content .profile-card .profile-banner .img_box {
  padding-top: 100%;
}
#profile-list #show-cards-content .profile-card .profile-banner .img_box img {
  height: unset;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(244, 129, 78, 0.64) 0%, rgba(232, 54, 135, 0.64) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .profile-picture {
  margin: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: inherit;
  padding: 10px;
  justify-content: center;
  flex-flow: column;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions-row {
  width: 100%;
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions-row > span {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions-row .actions-icon {
  width: 25px;
  height: 25px;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions-row .actions-icon > img {
  width: 100%;
  height: 100%;
}
#profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .separator-v.white {
  width: 25px;
  height: 1px;
  margin: 0 5px;
}
#profile-list #show-cards-content .profile-card .profile-banner:hover .cover_image_hover {
  opacity: 1;
  visibility: visible;
}
#profile-list #show-cards-content .profile-card .profile-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
#profile-list #show-cards-content .profile-card .profile-picture .photo {
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
#profile-list #show-cards-content .profile-card .profile-picture .photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
#profile-list #show-cards-content .profile-card .profile-name {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 100%;
}
#profile-list #show-cards-content .profile-card .profile-name p {
  margin: 0;
  text-align: center;
}
#profile-list #show-cards-content .profile-card .profile-name .check {
  background-color: #e83687;
  border-radius: 50%;
  height: 15px;
  position: relative;
  width: 15px;
}
#profile-list #show-cards-content .profile-card .profile-name .check::after {
  border: 1px solid #ffffff;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  height: 8px;
  left: 6px;
  top: 2px;
  width: 2px;
  pointer-events: none;
  position: absolute;
}
#profile-list #show-cards-content .profile-card .profile-aboutme {
  display: flex;
  justify-content: space-between;
  border: 0;
}
#profile-list #show-cards-content .profile-card .profile-aboutme .data-item:last-child p {
  text-align: right;
}
#profile-list #show-cards-content .profile-card .profile-rates {
  width: 100%;
}
#profile-list #show-cards-content .profile-card .profile-rates .data-title {
  text-align: left;
}
#profile-list #show-cards-content .profile-card .profile-rates .data-element {
  display: flex;
  align-items: center;
  background-color: #e83687;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 11px 22px;
}
#profile-list #show-cards-content .profile-card .profile-rates .data-element .rate-price {
  display: flex;
  align-items: center;
  height: 34px;
  justify-content: center;
  font-weight: 18px;
  margin: 0;
  width: 100%;
  color: #fff;
}
#profile-list #show-cards-content .profile-card .profile-rates .data-element .rate-price.promo {
  background-color: #fff;
  border-radius: inherit;
  color: #95a1bb;
}
#profile-list #show-cards-content .profile-card .profile-rates .data-element .rate-price span {
  display: block;
  font-weight: 700;
  margin-left: 8px;
}
#profile-list #show-cards-content .profile-card .profile-phones {
  width: 100% !important;
  display: flex;
  flex-direction: row !important;
}
#profile-list #show-cards-content .profile-card .profile-phones .data-item {
  display: flex;
  cursor: pointer;
  color: #333;
  align-items: center;
  text-decoration: none;
}
#profile-list #show-cards-content .profile-card .profile-phones .data-item:first-child {
  justify-content: flex-start;
}
#profile-list #show-cards-content .profile-card .profile-phones .data-item:first-child img {
  margin-right: 2px;
}
#profile-list #show-cards-content .profile-card .profile-phones .data-item:last-child {
  justify-content: flex-end;
}
#profile-list #show-cards-content .profile-card .profile-phones .data-item img {
  max-width: 24px;
}
#profile-list #show-cards-content .profile-card .profile-phones .data-item .data-value {
  font-size: 0.85rem;
  font-weight: 700;
}
#profile-list #show-cards-content .profile-card .profile-link {
  width: 100%;
  position: relative;
  display: flex;
  border: 1px solid #fec4b0;
  border-width: 2px 0 0 0;
  padding-top: 10px;
}
#profile-list #show-cards-content .profile-card .profile-link .btn-base {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover {
    bottom: 0;
    right: 0;
    top: unset;
    width: auto;
    opacity: 1;
    height: auto;
    visibility: visible;
    border-radius: 20px 0px 0px 0px;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .profile-picture {
    display: none;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions {
    padding: 15px 17px 5px 17px;
    flex-flow: row;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .actions-row {
    width: auto;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .actions-row > span:first-child, #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .actions-row > span:last-child .comments, #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .actions-row > span:last-child .announcement, #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .actions-row > .nm {
    display: none;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .separator-v.white {
    width: 1px;
    height: 25px;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .separator-v.white:first-child {
    display: none;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions .actions-icon {
    width: 25px;
    height: 25px;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions > span {
    margin-left: 7px;
  }
}
@media screen and (max-width: 950px) {
  .user-profile {
    padding: 40px 20px 0 20px;
  }
  .user-profile .container-b10 {
    text-align: center;
  }
  .options-profile .option-item {
    box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
  }
  .icon-light {
    display: none;
  }
}
@media screen and (max-width: 615px) {
  #profiles-content .cards_group .columns-fluid {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
  #profile-list #show-cards-content .profile-card,
  #profile-list #show-cards-content .card_sizer {
    max-width: unset;
  }
  #profile-list #show-cards-content .profile-card {
    flex-flow: row;
    display: flex;
    overflow: hidden;
  }
  #profile-list #show-cards-content .profile-card .profile-banner {
    width: 130px;
    display: flex;
    border-top-right-radius: 0;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .img_box {
    padding-top: 115.4%;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover {
    border-radius: 10px 0px 0px 0px;
  }
  #profile-list #show-cards-content .profile-card .profile-banner .cover_image_hover .actions {
    width: 100%;
    max-width: unset;
    padding: 5px;
  }
  #profile-list #show-cards-content .profile-card .profile {
    padding: 10px;
    gap: 5px 0 !important;
    width: calc(100% - 130px);
    border-radius: 0;
  }
  #profile-list #show-cards-content .profile-card .profile .profile-link .btn_primary {
    padding: 10px;
  }
  #profile-list #show-cards-content .profile-card .profile-name {
    justify-content: flex-start;
  }
  #profile-list #show-cards-content .profile-card .profile-name p {
    font-size: 0.8rem;
  }
  #profile-list #show-cards-content .profile-card .profile-aboutme p {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .page-inner {
    padding: 0;
  }
  .user-profile {
    padding: 20px;
  }
}
