.chat-interface button {
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    color: #fffdfd;
}

.elementor-8077 .elementor-element.elementor-element-924192d:not(.elementor-motion-effects-element-type-background), .elementor-8077 .elementor-element.elementor-element-924192d > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #F5F5F5;
    height: 72px;
}

.custom-user-profile {
    width: 332px;
    height: 550px;
    flex-shrink: 0;
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
}

.custom-user-profile .avatar {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #D9D9D9;
    margin-bottom: 15px;
}

.custom-user-profile .user-info p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}

.custom-user-profile .menu-item {
    color: rgba(0, 0, 0, 0.40);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    cursor: pointer;
}

body.page-template.page-template-elementor_canvas.page.page-id-8077.logged-in.admin-bar.wp-custom-logo.theme-astra.woocommerce-js.ast-desktop.ast-page-builder-template.ast-no-sidebar.astra-4\.1\.6.ast-single-post.ast-replace-site-logo-transparent.ast-inherit-site-logo-transparent.ast-hfb-header.elementor-beta.e-lazyload.elementor-default.elementor-template-canvas.elementor-kit-2755.elementor-page.elementor-page-8077.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-blink.e--ua-chrome.e--ua-webkit {
    width: 1234px;
    margin-left: auto;
    margin-right: auto;
}

.tab-container {
    width: 830px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.40);
    background: #FFFEFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-content {
    display: flex;
    width: 729px;
    height: 27px;
    flex-direction: column;
    justify-content: center;
    color: rgba(0, 0, 0, 0.30);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tab-labels {
    display: flex;
    gap: 10px; /* 탭 사이의 간격 */
}
.profile-box {
  width: 830px;
  height: 79px;
  background: #F10808;
  display: flex;
  align-items: center;
  padding-left: 15px; /* 왼쪽 여백 조정 */
}

.avatar-image {
  width: 62px;
  height: 34px;
  /* 아바타 이미지 크기 및 여백 조정 필요 시 추가 스타일 적용 */
}

.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px; /* 텍스트와 아바타 사이의 여백 */
}

-box {
    width: 280px;
    background-color: #A367D1;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header img {
    width: 40px;
}
.header .date {
    color: white;
    font-size: 12px;
}
.product {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.product img {
    width: 60px;
    margin-right: 10px;
}
.product .price {
    color: white;
    font-weight: bold;
}
.promo {
    margin-top: 10px;
    background-color: #d35d5d;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    color: white;
    font-size: 12px;
}
.profile-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
}

.custom-user-profile {
    width: 332px;
    height: 550px;
    flex-shrink: 0;
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
}



.custom-user-profile .user-info p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}

.custom-user-profile .menu-item {
    color: rgba(0, 0, 0, 0.40);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    cursor: pointer;
}




.icon-left {
    position: absolute;
    top: 0; /* 상단에 위치 */
    left: -56px; /* 아이콘의 너비를 고려하여 왼쪽으로 이동. 이 값은 아이콘의 크기나 위치에 따라 조정이 필요할 수 있습니다. */
    width: 48px; /* 아이콘의 너비 */
    height: 48px; /* 아이콘의 높이 */
    border-radius: 24px; /* 완전한 원을 만들기 위해 너비/높이의 절반으로 설정 */
    border: 1px solid #1B4291; /* 테두리 스타일 적용 */
    z-index: 2; /* 다른 요소 위에 표시되도록 z-index 설정 */
}

img.icon-left {
    position: relative;
    top: 250px;
    left: 0;
}
search-form input[type="search"] {
    background-color: #FFFFFF; /* 하얀색 배경 */
    border: none; /* 테두리 제거 */
    box-shadow: none; /* 그림자 제거 */
    outline: none; /* 외곽선 제거 */
    color: black; /* 입력 텍스트 색상 */
    padding: 0.5em; /* 안쪽 간격 */
    /* 기타 필요한 스타일 */
}

/* 검색 버튼 스타일 초기화 (필요한 경우) */
.search-form input[type="submit"] {
    display: none; /* 검색 버튼을 숨김 */
    /* 버튼을 보이게 하려면, 여기에 원하는 스타일을 적용 */
}
input.search-field-top {
    border: 1px #8b451300;
}
.custom-user-profile .user-info p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}
.profile-box {
    width: 830px;
    height: 79px;
    background: #F10808;
    display: flex;
    align-items: center;
    padding-left: 15px;
    top: 20px;
    position: relative;
}

.custom-user-profile .menu-item {
    color: rgba(0, 0, 0, 0.40);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    cursor: pointer;
    top: 60px;
    position: relative;
}


.profile-box {
  width: 830px;
  height: 79px;
  background: #F10808;
  display: flex;
  align-items: center;
  padding-left: 15px; /* 왼쪽 여백 조정 */
}

.avatar-image {
  width: 62px;
  height: 34px;
  /* 아바타 이미지 크기 및 여백 조정 필요 시 추가 스타일 적용 */
}

.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px; /* 텍스트와 아바타 사이의 여백 */
}


.promo-box {
    width: 280px;
    background-color: #A367D1;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header img {
    width: 40px;
}
.header .date {
    color: white;
    font-size: 12px;
}
.product {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.product img {
    width: 60px;
    margin-right: 10px;
}
.product .price {
    color: white;
    font-weight: bold;
}
.promo {
    margin-top: 10px;
    background-color: #d35d5d;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    color: white;
    font-size: 12px;
}
.profile-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
}

.custom-user-profile {
    width: 332px;
    height: 550px;
    flex-shrink: 0;
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
}



.custom-user-profile .user-info p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}

.custom-user-profile .menu-item {
    color: rgba(0, 0, 0, 0.40);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    cursor: pointer;
}



.bb-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 1000px;
}
.icon-left {
    position: absolute;
    top: 0; /* 상단에 위치 */
    left: -56px; /* 아이콘의 너비를 고려하여 왼쪽으로 이동. 이 값은 아이콘의 크기나 위치에 따라 조정이 필요할 수 있습니다. */
    width: 48px; /* 아이콘의 너비 */
    height: 48px; /* 아이콘의 높이 */
    border-radius: 24px; /* 완전한 원을 만들기 위해 너비/높이의 절반으로 설정 */
    border: 1px solid #1B4291; /* 테두리 스타일 적용 */
    z-index: 2; /* 다른 요소 위에 표시되도록 z-index 설정 */
}

img.icon-left {
    position: relative;
    top: 250px;
    left: 0;
}
search-form input[type="search"] {
    background-color: #FFFFFF; /* 하얀색 배경 */
    border: none; /* 테두리 제거 */
    box-shadow: none; /* 그림자 제거 */
    outline: none; /* 외곽선 제거 */
    color: black; /* 입력 텍스트 색상 */
    padding: 0.5em; /* 안쪽 간격 */
    /* 기타 필요한 스타일 */
}

/* 검색 버튼 스타일 초기화 (필요한 경우) */
.search-form input[type="submit"] {
    display: none; /* 검색 버튼을 숨김 */
    /* 버튼을 보이게 하려면, 여기에 원하는 스타일을 적용 */
}
input.search-field-top {
    border: 1px #8b451300;
}
.custom-user-profile .user-info p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0;
}
.profile-box {
    width: 830px;
    height: 79px;
    background: #F10808;
    display: flex;
    align-items: center;
    padding-left: 15px;
    top: 20px;
    position: relative;
}

.custom-user-profile .menu-item {
    color: rgba(0, 0, 0, 0.40);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    cursor: pointer;
    top: 60px;
    position: relative;
}

.a-content-box {
    position: relative;
    top: 20px;
}
.a-button-container {
    position: relative;
    top: 20px;
}

#page .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}



.all-users-profiles-wrapper {
    width: 860px;
}

.all-users-profiles-wrapper {
    width: 900px;
    left: -20px;
    position: relative;
}
div#custom-banner {
    left: 12px;
}

.elementor-element.elementor-element-29b3e21.e-con-full.e-flex.e-con.e-child {
    position: relative;
    left: -4px;
}
.row.your_custom_class {
    position: r;
    position: relative;
    left: -10px;
}

.all-users-profiles-wrapper {
    width: 880px;
    left: -20px;
    position: relative;
}
/* Style for the outer container */
/* Style for the outer container */


/* Style for the left box */
.custom-member-image {
  display: flex;
  width: 62px;
  height: 34px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.40);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}

/* Style for the main text */
.custom-member-id {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: rgba(0, 0, 0, 0.60);
}

/* Style for the description text */
.custom-member-description {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.60);
}

/* Style for the comment and reply section */
.custom-member-comment {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: rgba(0, 0, 0, 0.60);
}

/* Style for the bottom border line */
.custom-member-border {
  width: 777px;
  height: 1px;
  background: rgba(0, 0, 0, 0.20);
}

/* Style for the left box */
.custom-member-image {
  display: flex;
  width: 62px;
  height: 34px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.40);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}

/* Style for the main text */
.custom-member-id {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: rgba(0, 0, 0, 0.60);
}

/* Style for the description text */
.custom-member-description {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.60);
}

/* Style for the comment and reply section */
.custom-member-comment {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: rgba(0, 0, 0, 0.60);
}
.custom-members-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.40);
  border-radius: 10px;
  padding: 20px; /* Adjust padding as necessary */
}

.custom-member-container {

  margin-bottom: 20px; /* Space between the member containers */
  /* Border removed from here */
}

/* Last child should not have a bottom margin to avoid extra space at the bottom */
.custom-member-container:last-child {
  margin-bottom: 0;
}
/* Style for the bottom border line */
.
.custom-member-container {
  display: flex;
  align-items: center; /* Align vertically */
  justify-content: start; /* Align horizontally */
  gap: 20px; /* Space between the image and the text */
  /* Other styles remain the same */
}

.custom-member-image {
  /* Set a specific width and height for the image container */
  width: 62px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.40);
  /* Additional styles as needed */
}

.custom-member-id {
  /* Styles for the text next to the image */
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.60);
}

.custom-member-id span {
  /* Targeting Company Name / Position specifically */
  font-weight: 400; /* Regular font weight */
}
.custom-member-container {
  display: flex;
  align-items: center; /* Align vertically */
  justify-content: start; /* Align horizontally */
  gap: 20px; /* Space between the image and the text */
  /* Other styles remain the same */
}

.custom-member-image {
  /* Set a specific width and height for the image container */
  width: 62px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.40);
  /* Additional styles as needed */
}

.custom-member-id {
  /* Styles for the text next to the image */
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.60);
}

.custom-member-id span {
  /* Targeting Company Name / Position specifically */
  font-weight: 400; /* Regular font weight */
}
.custom-member-image {
    width: 62px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.40);
    top: -50px;
    position: relative;
}

button {
    border: 1px solid #ff000000;
}