* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

body {
  background-color: #f6f8fb;
}



.logo-text {
  font-family: 'Righteous', cursive;
  font-size: 27.62px;
  color: #283340;
}

.search-field {
  width: 100%;
  max-width: 680px;
  height: 37px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #cacfd6;
  border-radius: 6px;
  padding: 0 16px;
  position: relative;
}

.search-field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  background: transparent;
}

.search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  cursor: pointer;
}

.notification-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-group {
  position: relative;
  width: 28px;
  height: 28px;
}

.bell-icon {
  width: 24px;
  height: 24px;
}

.notification-badge {
  width: 16px;
  height: 16px;
  background: #b50000;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-badge span {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}

.profile-card {
  background: #fff;
  border: 1px solid #eef3f9;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* margin-bottom: 20px; */
  /* height: 100%; */
      min-height: 290px;
}

.banner-img img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.profile-info {
  text-align: center;
  padding: 15px 0px;
  margin-top: -77px;
}

.profile-pic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.profile-info h2 {
  color: var(--black-1, #071B2A);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.profile_content_p {
  margin: 0;
  padding: 7px;
  overflow: hidden;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.role {
  font-size: 14px;
  color: #5f6772;
}

.stat-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
}

.stat-item span,
.stat-item img {
  font-size: 14px;
  color: #283340;
}

.badge {
  background: #0f67d3;
  color: white;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.nav-menu {
  background: #fff;
  border: 1px solid #eef3f9;
  border-radius: 10px;
  padding: 10px;
}

.menu-item {
  padding: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.menu-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.menu-item span {
  font-size: 14px;
  font-weight: 500;
  color: #283340;
}

.menu-item.active,
.menu-item:hover {
  background: #eef3f9;
}

/* .header-filter-container {
  padding: 10px 0;
} */

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  font-size: 20px;
  font-weight: 600;
}

.action-buttons span {
color:  #CACFD6;
text-align: center;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
  cursor: pointer;
}
.action-buttons .save-preference:hover {
color: #0F67D3;
}
.action-buttons .reset-btn:hover {
color: #B50000;
}
.filter-options {
  width: 100%;
  gap: 10px;
  display: inline-block;
}

.search-containerlabel {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.search-label {
  font-weight: 500;
  font-size: 14px;
  color: #283340;
}

.cover-image {
  width: 100%;
  height: 55px;
  /* background: url('https://dashboard.codeparrot.ai/api/image/aEEIONApJPLYqtLq/rectangl.png') no-repeat center; */
  background-color: #859095;
  background-size: cover;
  background-position-y: top !important;
}

.profile-content {
  padding: 20px;
  text-align: center;
}
.msg_box  .profile-image
{
  width: 46px !important;
    height: 46px !important;
}
.profile-image {
    height: 110px;
    width: 110px;
  /* background: url('https://dashboard.codeparrot.ai/api/image/aEEIONApJPLYqtLq/rectangl-2.png') no-repeat center; */
  background-size: cover;
  border-radius: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #eaeaea;
}

.profile-content .picpost_left_pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}

.profile-name {
  color: var(--black-1, #071B2A);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
}

.profile-info p {
  margin-bottom: 0px;
}

.profile-title {
font-size: 14px !important;
    color: #50555d !important;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 20px;
}

.follow-button {
    width: 100%;
    height: 38px;
    background: #ffffff;
    color: #0F67D3 !important; ;
    /* border: none; */
    border-radius: 70px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    line-height: 19px;
    margin-bottom: 0;
    border: solid 1px #0F67D3;
}
.follow-button:hover {
    background: #0F67D3;
    color: #ffffff !important; ;
    /* border: none; */
}
.friends_btn_rqst {

  width: 100%;
  height: 33px;
  color: #8a8a8a !important;
  background-color: #f8f8f8;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
  padding: 6px;
  text-align: center;
  display: block;
}

.friends_btn_rqst:hover {
  background-color: #0F67D3;
  color: #fff !important;
  border: 1px solid #0F67D3;
}

.plus-icon {
font-size: 17px;
    /* margin-right: 5px; */
    font-weight: 400;
    display: contents;
}

.right-sidebar {
  background: #f6f8fb;
  border-radius: 20px;
  padding: 15px;
}

.people-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.person-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.person-item .profile-pic {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.person-info {
  flex-grow: 1;
}

.name {
  font-size: 14px;
  font-weight: 600;
  color: #17272f;
}

.role {
  font-size: 12px;
  color: #5f6772;
}



/* .header-filter-container {

  padding: 8px 8px 16px 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border-radius: 10px;
background: #FFF;
} */

.header-filter-container .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.header-filter-container .title {
  font-size: 20px;
  font-weight: 600;
  color: #071b2a;
  margin: 0;
}

.header-filter-container .action-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #cacfd6;
  font-size: 14px;
  font-weight: 600;
}
.action-buttons .save-preference
{
color:  #0F67D3;
}
.action-buttons .reset-btn
{
color:  #B50000;
}
.header-filter-container .save-preference, .header-filter-container .reset-btn {
  cursor: pointer;
  transition: opacity 0.3s;
}

.header-filter-container .save-preference:hover, .header-filter-container .reset-btn:hover {
  opacity: 0.8;
}


.header-filter-container .filter-item {
  background: #ffffff;
  border: 1px solid #cacfd6;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  min-width: 174px;
}

.header-filter-container .filter-item .dropdown-options label {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-bottom: solid #EEF4FF 1px;
}
.header-filter-container .filter-item .dropdown-options label:last-child {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

.header-filter-container .filter-item .dropdown-options {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 16px;
  width: 200px;
  padding: 5px 15px 15px;
  border-radius: 10px;
  border: 1px solid var(--Input-stroke, #CACFD6);
  background: #FFF;
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.10);
}



.header-filter-container .filter-item .custom-options-container label {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: solid #EEF4FF 1px;
}

.header-filter-container .filter-item .custom-options-container label:last-child {
  padding-bottom: 15px !important;
  border-bottom: solid #ebebeb 1px;
  padding-top: 15px;
  margin: 0;
}

body .header-filter-container .filter-item .custom-options-container .checkmark {
  top: 15px;
}

.drop_serach {
  margin-bottom: 5px;
color: var(--Light-Text, #161616);
font-family: "Plus Jakarta Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  border-radius: 6px;
border: 1px solid var(--Input-stroke, #CACFD6) !important;
background: #FFF;
padding-right: 24px !important;

}

.header-filter-container .filter-item .custom-options-container {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 16px;
  width: 243px;
  padding: 15px 15px 15px;
  border-radius: 10px;
  border: 1px solid var(--Input-stroke, #CACFD6);
  background: #FFF;
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.10);
}

.header-filter-container .filter-item .custom-options-container .custom-options {
  max-height: fit-content;
  overflow-y: initial;
}




.header-filter-container .filter-item:last-child {

  margin-right: 0px !important;
}

.header-filter-container .filter-item .dropdown-toggle {
  color: #7a7a7a !important;
  border: none !important;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  color: #283340;
  font-size: 14px;
  font-weight: 400;
}

.header-filter-container .filter-item .custom-multiselect {
  border: none;
  padding: 0px;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  border-radius: 4px;
}

.header-filter-container .filter-item .custom-multiselect-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border: none;
}

.header-filter-container .filter-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-filter-container .filter-item .dropdown-toggle::after {
  display: none !important;
}

.header-filter-container .filter-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-filter-container .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-filter-container .icon img {
  max-width: 100%;
  max-height: 100%;
}

.header-filter-container .filter-content span {
  color: #283340;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.header-filter-container .filter-item .dropdown {
  position: relative;
  width: 100%;
}

.header-filter-container .dropdown-icon {
  width: 15px;
  height: 24px;
  object-fit: contain;
}

.header-filter-container .search-container {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 8px;
}

.header-filter-container .search-label {
color: var(--Dark-text, #283340);
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.header-filter-container .search-field {
  display: flex;
  align-items: center;
border-radius: 6px;
border: 1px solid  #CACFD6;
background: #FFF;
  padding: 0px 16px 0px 16px;
  height: 37px;
  flex-grow: 1;
  position: relative;
  box-sizing: border-box;
      max-width: 304px;
    width: 100%;
}


.header-filter-container .search-field input {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  border: none;
  outline: none;
  width: calc(100% - 36px);
  background: transparent;
}
.search-field svg
{
      position: absolute;
    right: 16px;
    top: 7px;
    width: 20px;
    height: 20px;
}
.header-filter-container .search-field input::placeholder {
  color: #757575;
}

.header-filter-container .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  cursor: pointer;
}

.header-filter-container .search-field:hover {
  border-color: #9EA4AB;
}

.header-filter-container .search-field:focus-within {
  border-color: #4A90E2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
}

.btn-toggle .btn {
  padding: 8px 20px;
  cursor: pointer;
}

.btn-toggle .active {
  background-color: #007bff;
  color: #fff;
}

.pwd_info ul li {
    color: #888; /* Keep text color unchanged */
    display: flex;
    align-items: center;
    gap: 6px;
}

.pwd_info ul li svg path {
    stroke: #ccc; /* Default grey tick */
    transition: stroke 0.2s ease;
}

.pwd_info ul li.valid svg path {
    stroke: #00BA00; /* Green tick when rule is valid */
}

gmpx-place-autocomplete {
    width: 300px;
    height: 40px;
    display: block;
    margin-bottom: 15px;
}

.modal .pac-container {
    z-index: 1051 !important; /* higher than modal (1050) */
    position: absolute !important;
    top: auto !important;
    left: auto !important;
}

.modal-content {
    position: relative;
}

.pac-container {
    z-index: 1666669 !important;
}


.tag-container:empty:before {
    content: attr(data-placeholder);
    color: #999;
    font-size: 14px;
}

.chatboxtextarea_wrapper {
    position: relative;
    width: 100%;
}

.chatboxtextarea {
    width: 100%;
    min-height: 50px;
    resize: none;
    padding-right: 60px; /* space for thumbnail */
}

/* Thumbnail inside textarea area */
.chatboxfilepreview {
    /* position: absolute;
    top: 5px;
    right: 5px; */
    display: none; /* hidden until file is selected */
    align-items: center;
    justify-content: center;
    position: relative;
}

.chatboxfilepreview img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 4px;
}

.chatboxfilepreview .chatbox_remove_file {
    position: absolute;
    top: -6px;
    right: -5px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px;
    cursor: pointer;
}

.clear-btn {
  position: absolute;
  right: 40px;
    top: 39%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #888;
  display: none; /* hidden until typing */
}

.clearbtn2 {
    position: absolute;
    right: 40px;
    top: 39%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #888;
    display: none; 
}
#skillReplyErr
{
      width: 100%;
    text-align: center;
}

.disabled {
    pointer-events: none;   /* Prevent clicks */
    opacity: 0.5;           /* Greyed out */
    cursor: not-allowed;
}


@media (max-width: 768px) {
  .header-filter-container .header-filter-container {
    min-width: auto;
    width: 100%;
  }

  .header-filter-container .filter-options {
    gap: 8px;
  }

  .header-filter-container .action-buttons {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .header-filter-container .search-container {
    flex-direction: column;
    align-items: stretch;
  }

  .header-filter-container .search-label {
    margin-bottom: 8px;
  }

  .header-filter-container .filter-item {

    min-width: 100% !important;
  }
}



@media (max-width: 576px) {

  .header-filter-container .filter-item {

    min-width: 100% !important;
  }
}

/* Responsive Layouts */
@media (max-width: 768px) {
  .search-field {
    margin-top: 10px;
  }

  .header-filter-container,
  .search-containerlabel {
    flex-direction: column;
  }

  /* .search-label,
  .search-field {
    width: 100%;
  } */

  .col-lg-4, .col-md-6, .col-sm-12 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .header-filter-container .header-row {
    display: grid;
    justify-content: start;
    align-items: baseline;
    margin-bottom: 20px;
    text-align: left;
    gap: 10px;
  }

  .header-filter-container .title {

    text-align: left;
  }

  .header-filter-container .save-preference, .header-filter-container .reset-btn {
    margin-left: 0px;
  }

  .header-filter-container .filter-item {

    min-width: 139px;
  }
}

@media (min-width:768px) and (max-width: 1100px) {
  .header-filter-container .search-container {
    display: grid;
  }
}