/* General resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Albert Sans", serif !important;
  background: linear-gradient(180deg, #ffffff 0%, #ffede2 100%);
}

ul {
  padding-left: 0 !important;
  list-style: none;
}

/* Set the background and full page layout */
/* body {
    background-color: #0A0A0A;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .container {
    text-align: center;
    padding: 20px;
} */

/* .content {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
} */

/* Main heading styles */
/* h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #FF5C00;
} */

/* Subtitle styles */
/* p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #FFFFFF;
} */

/* Countdown text */
/* .countdown {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    color: #FFD700;
} */

/* Footer text styles */
/* .footer-text {
    margin-top: 50px;
    font-size: 1rem;
    color: #AAAAAA;
    font-style: italic;
} */

/* start common css */
.fontSize42 {
  font-size: 42px;
}

.fontSize34 {
  font-size: 34px;
}

.fontSize32 {
  font-size: 32px;
}

.fontSize28 {
  font-size: 28px;
}

.fontSize24 {
  font-size: 24px;
}

.fontSize20 {
  font-size: 20px;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize12 {
  font-size: 12px !important;
}

.fw800 {
  font-weight: 800;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400 !important;
}

.colorDarkBlack {
  color: #333333;
}

.colorLightBlack {
  color: #4f4f4f;
}

.colorGrey {
  color: #797979;
}

.colorLightGrey {
  color: #33333370;
}

.colorRed {
  color: #e80629;
}

.colorBlue {
  color: #7f93a8;
}

.cursor-pointer {
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none;
}

.border-none {
  border: none;
}

/* start auth section css */
.auth-section {
  background: linear-gradient(
    293.69deg,
    #ffdbc7 -0.74%,
    #ffffff 27.95%,
    #ffffff 80.93%,
    #f9b48c 158.2%
  );
  min-height: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.authLogoImg {
  margin-bottom: 60px;
  max-width: 161px;
  max-height: 161px;
}

.form-container {
  width: 100%;
  max-width: 333px;
  margin: auto;
}

.form-container .descHeading {
  line-height: 18px;
}

.authForm {
  padding-top: 43px;
}

.form-group.marginBottom {
  margin-bottom: 28px;
}

.inputBox {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  width: 100%;
  padding: 15px 50px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  outline: none;
}

.inputBox.errorInput {
  border: 1px solid #e80629;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti__country {
  font-size: 10px;
  /* word-break: break-word; */
  /* width: -webkit-fill-available; */
}

.labelTxt {
  font-size: 12px;
  font-weight: 400;
  color: #575454;
  background: #fafbfe;
  position: absolute;
  top: -7px;
  left: 10px;
  padding: 0 8px;
  z-index: 2;
}

.authInputIcon {
  position: absolute;
  left: 20px;
  top: 16px;
}

.eyeIcon {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #575454;
  cursor: pointer;
}

.forgtPassTxt {
  color: #575454;
}

.authBtns {
  border: none;
  width: 100%;
  /* background: linear-gradient(90deg, #7f93a8 0%, #5275AB 100%); */
  background: #7f93a8;
  padding: 14px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 30px 0 15px 0;
}

.backBtn {
  font-size: 16px;
  font-weight: 400;
  color: #242021;
}

.auth-section .signWithGoogle {
  border: 1px solid #2578b7;
  padding: 13px;
  border-radius: 17px;
  color: #2578b7;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000000 !important;
  box-shadow: unset !important;
  font-size: 14px !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input:-moz-autofill {
  color: #000000 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.validationTxt {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
  margin-top: 6px;
  color: #e80629;
  align-items: flex-start;
}

.validationTxt img {
  margin-top: 3px;
}

/* Custom CSS */
.custom-pl-40 {
  padding-left: 40px;
}

.enterCode .authForm {
  padding-top: 30px;
}

.otpInputs {
  justify-content: space-between;
  padding: 0 40px;
}

.otp-input {
  width: 100%;
  max-width: 52px;
  height: 52px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

#success-message {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 20px 60px;
}

#success-message p {
  margin-bottom: 0;
  width: fit-content;
}

.resendCodeTxt {
  margin-top: 20px;
  background-color: transparent;
}

/* start sidebar css */
.sidebar-section {
  width: 226px;
  position: fixed;
  left: 20px;
  top: 16px;
  bottom: 16px;
  box-shadow: 2px 2px 24px 0px #398cca33;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 0 30px 14px;
  display: flex;
  flex-direction: column;
}

.sidebarLinks {
  margin-top: 40px;
}

.sidebarLink {
  font-size: 16px;
  font-weight: 500;
  color: #333333 !important;
  padding: 13px 24px;
  display: flex;
  gap: 12px;
  border-radius: 80px 0 0 80px;
  margin-bottom: 10px;
}

.sidebarLink.active {
  color: #ffffff !important;
  background: #343434;
}

.sidebarLink.active .sidebarIcon {
  filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%)
    hue-rotate(248deg) brightness(106%) contrast(106%);
}

.sidebarLogout {
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  gap: 12px;
  color: #21201f;
  margin-top: auto;
  margin-right: 14px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.sidebarLogout:hover {
  border: 1px solid #dc3545;
}

/* start header css */
.header-section {
  position: fixed;
  top: 0;
  left: 255px;
  right: 0;
  display: flex;
  padding: 21px 66px 18px 24px;
  /* border-bottom: 2px solid #BCBFCF20; */
  align-items: center;
  background: #ffffff;
  z-index: 2;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  border-radius: 0px 0px 0px 20px;
}

.headerHeading {
  font-size: 24px;
  font-weight: 600;
  color: #21201f;
}

.notificationProfile {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 17px;
}

.notifCircelImg {
  position: absolute;
  top: 0px;
  right: 6px;
}

.headProDropdown .dropdown-toggle {
  border: none !important;
  background-color: #ffffff;
}
.headProDropdown .dropdown-toggle:focus-visible {
  border: none !important;
  background-color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.dropdown:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.headProDropdown .dropdown-toggle::after {
  display: none;
}

.headProfContainer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.headProDropdown .dropdown-menu {
  padding: 10px 20px !important;
  box-shadow: 0px 4px 31px 0px #3333331f;
  border: none;
  border-radius: 20px;
  top: 7px !important;
  z-index: 123;
  /* left: -40px !important; */
}
.menu_position .dropdown-menu {
  left: -40px !important;
}

.headProDropdown .dropdown-item {
  font-size: 14px;
  font-weight: 500 !important;
  border-bottom: 1px solid #88888833;
  padding: 12px;
  color: #333333 !important;
}

.headProDropdown .dropdown-item:active {
  background-color: #fff !important;
}

.headProDropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.notificationProfile .profileName {
  font-size: 18px;
  font-weight: 600;
  color: #19191a;
  /* width: 130px; */
  text-overflow: ellipsis;
  overflow: auto;
  text-align: left;
  text-transform: capitalize;
}
.notificationProfile .profileName:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.headProDescription:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.headProfContainer:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.notificationProfile .profileBio {
  color: #19191a80;
  font-size: 15px;
  font-weight: 400;
}

.headerProfImg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.sidebarToggleBTn {
  /* display: none !important; */
  cursor: pointer;
  margin-bottom: 7px;
  background-color: transparent;
  border: none;
  color: #333;
}

/* start dashboard css */
.main-content {
  margin-left: 242px;
  padding: 117px 65px 35px 25px;
  height: 100vh;
  overflow: auto;
}

.dashCardsContainer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0 16px;
}

.dashboardCard {
  /* width: 18.8%; */
  /* min-width: 20%; */
  /* width: 100%; */
  /* min-width: 200px; */
  box-shadow: 0px 1px 18px 0px #398cca1a;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 17px;
  display: inline-block;
  /* margin-right: 16px; */
  max-width: 100%;
  overflow: hidden;
}

.dashHeaderIcons {
  background: linear-gradient(
    152.93deg,
    #cbe9ff -6.71%,
    #ffffff 64.15%,
    #ffffff 64.16%
  );
  box-shadow: 2.25px 2.25px 9px 0px #398cca21;
  border-radius: 50%;
  margin-left: auto;
  padding: 6px;
  width: max-content;
}

.dashCardHead {
  display: flex;
  align-items: center;
}

.dashCardHeading {
  color: #21201f;
  font-size: 14px;
  font-weight: 500;
}

.dashRatPriceTxt {
  font-size: 32px;
  font-weight: 500;
  color: #7f93a8;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.outOfTxt {
  font-size: 20px;
  color: #33333399;
}

.dashUpGrowTxt {
  background: #6beba41a;
  border-radius: 24px;
  color: #6beba4;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  padding: 4px 8px;
}

.dashDownGrowTxt {
  border-radius: 24px;
  color: #f52525;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  padding: 4px 8px;
  background: #f5252526;
}

.dashGrowDay {
  display: flex;
  align-items: center;
}

.dashCardDayTxt {
  color: #888888;
  font-size: 12.3px;
  font-weight: 400;
  margin-left: auto;
}

.dashboardGraph {
  box-shadow: 0px 1px 18px 0px #398cca1a;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
  padding-bottom: 23px;
}

.dashboardGraph img {
  width: 100%;
}

.graphHeader {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.graphHeader .toggle-buttons {
  margin-left: auto;
}

.graphHeader .graphFilterBtn {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  background-color: transparent;
}

.graphHeader .graphFilterBtn.active {
  background: #7f93a8;
  color: #fff;
}

/* start employee management css */
.tableSearchParent {
  background: #ffffff;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  border-radius: 20px;
  padding: 22px;
}

.tableHeader {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.searchInput {
  border: 1px solid #398cca4d;
  width: 100%;
  padding: 16px 56px;
  background: #f9feff;
  border-radius: 12px;
  outline: none;
}

.searchGlassIcon {
  position: absolute;
  color: #7f93a8;
  left: 20px;
  top: 28px;
}

.filterImg {
  position: absolute;
  top: 15px;
  right: 20px;
}

.tableContainer {
  border: 1px solid #398cca4d;
  background-color: #ffffff;
  border-radius: 8px;
  overflow-x: auto;
}

.tableHeading {
  color: #19191a80;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 30px;
  background: #f9feff;
  border-bottom: 1px solid #2b399012;
}

.tableHeading:first-child {
  border-radius: 20px 0 0 0;
  white-space: nowrap;
}

.tableHeading:last-child {
  border-radius: 0 20px 0 0;
}

/* .tableContainer .tableHeading:last-child{
    min-width: 100px;
} */
.tableData {
  color: #19191a;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 30px;
  /* min-width: 160px; */
  border-bottom: 1px solid #2b399012;
}

.employeeTable .tableData:last-child {
  min-width: 160px;
}

.employeeTable .tableData:nth-child(4) {
  min-width: 200px;
}

.toggle-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 29px;
}

.toggle-container .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888888;
  box-shadow: 0px 1px 5px 0px #0000001a inset;

  transition: 0.4s;
  border-radius: 34px;
}

.toggle-container .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000033;
}

.toggle-container input:checked + .slider {
  background: #66d660;
}

.toggle-container input:checked + .slider:before {
  transform: translateX(26px);
}

/* .toggle-container .toggle-text {
    margin-left: 10px;
    font-size: 18px;
    color: #333;
} */
.employeeProfileImg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 2px;
  object-fit: cover;
}

.createEmplBtn {
  width: 100%;
  border: 1px solid #7f93a8;
  background: #7f93a8;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  min-width: 180px;
  max-width: 180px;
}

/* start add employee modal */
.addEmplModal .modal-dialog {
  margin: 0 0 0 auto !important;
  max-width: 400px;
  height: 100% !important;
}

.addEmplModal .modal-content {
  height: 100vh;
  padding: 24px 24px 30px 24px;
  box-shadow: 0px 14px 14px 0px #398cca1a;
  border-radius: 0;
}

.addEmplModal .modal-header {
  padding: 0;
  border: none;
  justify-content: center;
}

.addEmplModal .modal-body {
  padding: 0;
  border: none;
  margin-top: 20px;
  padding-top: 10px;
}

.addEmplModal .inputBox {
  padding: 15px 45px 14px 20px;
}

.addEmplModal .modal-body .form-group {
  margin-bottom: 29px !important;
}

.uploadImgContainer {
  border: 1px dashed #7f93a8;
  background: #f9fcff;
  border-radius: 10px;
  height: 100px;
  margin-top: 14px;
  cursor: pointer;
  position: relative;
  padding: 10px;
}

.uploadImgContainer .dragDropTxt {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  /* gap: 7px; */
  top: 38%;
}

#imagePreview {
  /* display: block; */
  /* max-width: 100%; */
  margin-top: 0px !important;
  height: 100%;
  object-fit: contain;
  width: 100%;
  /* margin: 10px;*/
}

.previewedImgBox img {
  /* display: block; */
  /* max-width: 100%; */
  margin-top: 0px !important;
  height: 100%;
  object-fit: contain;
  width: 100%;
  /* margin: 10px;*/
}
.uploadImgContainer .deleteIcon_btn {
  position: absolute;
  top: -7px;
  right: -5px;
}
.uploadImgContainer .deleteIcon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 13px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: -10px;
}

.uploadImgContainer .editDeleteIcon {
  position: absolute;
  top: -6px;
  right: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 0px 5px;
  line-height: 22px;
}

.submitBtn {
  /* background: linear-gradient(90deg, #7f93a8 0%, #5275AB 100%); */
  background: #7f93a8;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 16px;
  border: none;
  width: 100%;
  padding: 14px;
  margin-top: 26px;
}

.addEmplModal .btn-close {
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: 100%;
  box-shadow: none !important;
}

/* start view employee css */
.backBtn {
  color: #19191a;
  font-size: 16px;
  font-weight: 400;
}

.viewProfContainer {
  box-shadow: 0px 2px 11px 0px #2b399026;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.viewProfContainer .viewProfHead {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.viewProfContainer .empViewProImg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  min-width: 140px;
  object-fit: cover;
}

.statusToggle {
  gap: 14px;
  display: flex;
  align-items: center;
}

.statusToggle .statusLabelTxt {
  color: #333333;
  position: static;
  font-size: 16px;
  font-weight: 500;
}

.statusToggle input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 56px;
  height: 29px;
  background: #ccc;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0px 1px 5px 0px #0000001a inset;
}

.statusToggle input:checked[type="checkbox"] {
  background: #66d660;
}

.statusToggle input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: 3px;
  left: 4px;
  background: #fff;
  border-radius: 50%;
  transform: scale(1.1);
  transition: 0.4s;
  box-shadow: 0px 4px 4px 0px #00000033;
}

.statusToggle input:checked[type="checkbox"]::after {
  left: 54%;
}

/* End view employee css */

/* start delete modal css */
.deleteModal .modal-dialog {
  max-width: 432px;
  margin: 0 auto;
  padding: 16px;
}

.deleteModal .modal-content {
  border-radius: 20px;
  box-shadow: 0px 14px 14px 0px #398cca1a;
  border: none;
  padding: 48px 25px 37px 25px;
}

.deleteModal .modal-body {
  border: none;
}

.deleteModal .modal-footer {
  border: none;
  padding: 35px 0 0 0;
  justify-content: center;
  flex-wrap: unset;
}

.deleteModal .deleteBtn {
  background: #7f93a8;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  color: #fff;
  padding: 14px;
  width: 50%;
}

.deleteModal .cancelBtn {
  border: 1px solid #7f93a8;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  padding: 13px;
  width: 50%;
  background: transparent !important;
  color: #7f93a8;
}

#success-message {
  width: fit-content;
  display: flex;
  justify-content: end;
  margin-left: auto;
}

#success-message p {
  width: fit-content;
  margin-bottom: 0;
}

/* end delete modal css */

/* start pagination css */
.pagination {
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.page-link {
  font-size: 16px !important;
  font-weight: 500;
  color: #333333 !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 50%;
  padding: 0 !important;
}

.page-item.active .page-link {
  background: #7f93a8 !important;
  color: #fff !important;
  /* padding: 6px 14px !important; */
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* end pagination css */

/* Popup css Starts */
.createSuccPopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0px 2px 11px 0px #2b399026;
  text-align: center;
  transition: opacity 0.5s;
  z-index: 9999;
}

.createSuccPopup .headingTxt {
  color: forestgreen;
  line-height: 30px;
}

.createSuccPopup .okBtn {
  border: none;
  border: 1px solid #7f93a8;
  background: #7f93a8;
  border-radius: 10px;
  padding: 7px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

/* Popup css Ends */

/* Start Employee header CSS */
.employeeHeader {
  left: 0;
  padding: 22px 70px;
  border-radius: 0;
}

.employeeHeader .headHeading {
  margin-left: 60px;
}

.emplHeadLogoImg {
  width: 44px;
  height: 41px;
}

/* End Employee header CSS */

/* start employee chat css */
.employeeContent {
  padding-top: 130px;
  height: 100vh;
  overflow: auto;
}

.chatContainer {
  position: relative;
  /* Needed for absolute positioning of pseudo-element */
  border-radius: 30px;
  /* Rounded corners */
  /* background: linear-gradient(180deg, #FFFFFF 0%, #EFFCFF 100%); */
  height: calc(100vh - 150px);
  overflow: hidden;
  /* Prevent overflow of pseudo-element */
  padding: 40px 32px 32px;
  /* border: 1px solid #B8D1E4; */
  margin-left: 290px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  background-color: #fff;
}

/* .chatContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(108.16deg, #398CCA -3.54%, #FFFFFF 39.5%, #4196D6 96.39%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
} */

.chatContainer .chatBody {
  overflow: auto;
  /* display: flex; */
  /* margin-top: auto; */
  /* height: calc(100% - 52px); */
  height: 100%;
}

.chatContainer .chatBody::-webkit-scrollbar {
  display: none;
}

.chatContainer .chatSuggestions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}

.chatContainer .seggestionList {
  border: 1px solid #398cca30;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 18px;
}

.chatContainer .userChatContainer {
  background: #7f93a8;
  border: 1px solid #cccccc;
  border-radius: 16px;
  width: fit-content;
  max-width: 100%;
  padding: 14px 20px;
  color: #fff;
  margin-bottom: 23px;
  max-width: 80%;
  word-break: break-word;
  font-weight: 500;
  font-size: 14px;
}

.chatContainer .adminChatMsgConatiner .chatMsgPara {
  word-break: break-word;
}

.chatContainer .userChatMsgContainer {
  display: flex;
  justify-content: end;
}

.chatContainer .adminChatContainer {
  display: flex;
  gap: 9px;
  margin-bottom: 23px;
}

.chatContainer .adminChatContainer .chatAdminProImgParent {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #d8dadc;
  background: #f6f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.chatContainer .adminChatContainer .chatUserProfImg {
  width: 100%;
  height: 100%;
}

.chatContainer .adminChatMsg {
  border: 1px solid #b8d1e4;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  width: fit-content;
  word-break: break-word;
  max-width: 80%;
  font-size: 14px;
  font-weight: 400;
  text-wrap: unset;
}

.chatContainer .sendMsgContainer {
  position: relative;
  border: 1px solid #398cca4d;
  background: #f9feff;
  border-radius: 26px;
}

.chatContainer .previewContainer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  /* Allows wrapping of previews */
  padding: 20px;
}

.chatContainer .filePreview {
  display: flex;
  align-items: center;
  /* Center items vertically */
  position: relative;
  /* Position for absolute positioning of close button */
}

.chatContainer .previewContainer img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  /* Maintain aspect ratio */
}

.chatContainer .closePreview {
  background: transparent;
  border: none;
  color: red;
  font-size: 16px;
  /* margin-left: 5px; */
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -5px;
  /* padding: 2px; */
  font-weight: 500;
}

.chatContainer .chatInputBox {
  border: none;
  border-radius: 26px;
  padding: 13px 60px 13px 60px;
  width: 100%;
  outline: none;
}

.chatContainer .fileInputBtn {
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  left: 23px;
  color: #398cca;
  cursor: pointer;
}

.chatContainer .sendMsgBtn {
  border: none;
  background: #398cca1a;
  position: absolute;
  right: 5px;
  padding: 10px 15px;
  border-radius: 50%;
  top: 3px;
}

.emplChatLeftconatiner .empChatHistRooms {
  height: calc(100% - 40px);
  overflow: auto;
  padding-right: 20px;
}

/* width */
.emplChatLeftconatiner .empChatHistRooms::-webkit-scrollbar {
  width: 3px;
  display: block;
}

/* Track */
.emplChatLeftconatiner .empChatHistRooms::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
  background-color: #e6e6e6;
}

/* Handle */
.emplChatLeftconatiner .empChatHistRooms::-webkit-scrollbar-thumb {
  background: #7f93a8;
  border-radius: 10px;
}

.emplChatLeftconatiner {
  box-shadow: 0px 2px 20px 0px #cde8ff80;
  /* border: 1px solid #B8D1E4; */
  background: #ffffff;
  padding: 27px 10px 20px 20px;
  border-radius: 20px;
  height: calc(100vh - 150px);
  position: fixed;
  left: 16px;
  width: 254px;
}

.emplChatLeftconatiner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    155deg,
    #398cca -3.54%,
    #ffffff 39.5%,
    #4196d6 96.39%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.emplChatLeftconatiner .newChatBtnContainer {
  position: relative;
  display: inline-block;
}

.emplChatLeftconatiner .newChatBtnContainer .newChatBtn {
  border: none;
  background-color: transparent;
}

.emplChatLeftconatiner .newChatBtnContainer .tooltip {
  position: absolute;
  top: -40px;
  /* Position the tooltip above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.emplChatLeftconatiner .newChatBtnContainer .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Position the triangle at the bottom of the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.emplChatLeftconatiner .newChatBtnContainer:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* .emplChatLeftconatiner .chatHistoryLists{
    margin-bottom: 0;
} */
.emplChatLeftconatiner .chatHistoryLists .list-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 10px;
}

.emplChatLeftconatiner .chatHistoryLists .list-item.active {
  background: #effcff;
  border-radius: 10px;
}

.emplChatLeftconatiner .chatHistoryLists .historyLink {
  font-size: 13px;
  font-weight: 400;
  color: #33333380;
  min-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 10px 12px 10px;
  text-overflow: ellipsis;
}

.emplChatLeftconatiner .chatHistoryLists .deleteLink {
  color: #007a8d;
  visibility: hidden;
  border: none;
  background-color: transparent;
}

.emplChatLeftconatiner .chatHistoryLists .list-item:hover {
  background: #effcff;
  border-radius: 10px;
}

/* .chatHistoryLists .list-item.active {
    background:#398CCA;
    border-radius: 10px;
} */
.emplChatLeftconatiner .chatHistoryLists .list-item:hover .historyLink {
  color: #333333;
}

.emplChatLeftconatiner .chatHistoryLists .list-item:hover .deleteLink {
  visibility: visible;
}

.emplChatLeftconatiner .chatHistoryLists .list-item.active .historyLink {
  color: #333333;
}

.emplChatLeftconatiner .chatHistoryLists .list-item.active .deleteLink {
  visibility: visible;
}

.emplChatLeftconatiner .delLinkBtncontainer {
  position: relative;
}

.emplChatLeftconatiner .delLinkBtncontainer .deleteLink {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.emplChatLeftconatiner .delLinkBtncontainer .dropdown {
  position: absolute;
  /* Moves with parent */
  top: 100%;
  /* Position below the parent */
  left: 50%;
  transform: translate(-50%, 8%);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 4px 31px 0px #3333331f;
  display: none;
  z-index: 9999;
}

/* .emplChatLeftconatiner .delLinkBtncontainer .dropdown {
    position: fixed;
    transform: translate(40%, -8%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    box-shadow: 0px 4px 31px 0px #3333331F;

} */

.emplChatLeftconatiner .delLinkBtncontainer .dropdown.active {
  display: block;
}

.emplChatLeftconatiner .delLinkBtncontainer .dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  /* text-align: center; */
}

.emplChatLeftconatiner .delLinkBtncontainer .dropdown-item:hover {
  background: #effcff;
}

/* start privacy terms page css */
.priTermsContainer {
  padding: 0 60px 0 90px;
}

.privacytermsBox {
  box-shadow: 0px 5px 40px 0px #398cca33;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
  height: calc(100vh - 230px);
  overflow: auto;
  word-break: break-word;
}

/* end privacy terms page css */

/* start contant us page css */
.contactRytForm {
  box-shadow: 0px 5px 40px 0px #398cca33;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px;
  width: 100%;
  max-width: 500px;
}

.contactRytForm .form-group {
  margin-bottom: 33px;
}

.contactRytForm textarea.inputBox {
  padding: 20px;
}

/* end contant us page css */

/* start admin privacy terms pages css */
.privacyTermsTabs .nav-tabs {
  border-bottom: none;
  /* width: fit-content; */
}

.privacyTermsTabs .nav-link {
  border: none !important;
  color: #333333 !important;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 27px !important;
  border-radius: 10px !important;
  height: fit-content;
  line-height: 16px;
}

.privacyTermsTabs .nav-link.active {
  border: none !important;
  color: #ffffff !important;
  background: #7f93a8 !important;
  box-shadow: 0px 1px 18px 0px #398cca1a;
}

.privacyTermsTabs .privacyTermsBox {
  box-shadow: 0px 2px 24px 0px #00000014;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin-top: 36px;
  height: calc(100vh - 300px);
  overflow: auto;
}

.privacyTermsTabs .privacyTermsBox div {
  word-break: break-word;
}

.privacyTermsTabs .editBtn {
  /* background: linear-gradient(90deg, #7f93a8 0%, #5275AB 100%); */
  background: #7f93a8;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 14px 20px 14px 22px;
}

/* end admin privacy terms pages css */

/* start summernote css */
.ck.ck-editor {
  position: relative;
  box-shadow: 0px 2px 24px 0px #00000014;
  border-radius: 12px;
  height: calc(100vh - 380px) !important;
  overflow: auto;
  background-color: #fff !important;
}

.ck.ck-editor__main {
  height: 82%;
}

.ck.ck-balloon-panel {
  display: none !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: var(--ck-color-base-border);
  height: 100%;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border: none !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border: none;
}

.ck.ck-toolbar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: sticky;
  right: 0;
  width: 100%;
}

.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset,
.ck.ck-reset_all {
  word-wrap: break-word;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 0;
  position: sticky !;
  text-decoration: none;
  transition: none;
  vertical-align: middle;
  width: auto;
  top: 0;
}

.ck.ck-content.ck-focused {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  height: 100% !important;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
  border-radius: 12px !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: var(--ck-color-base-border);
  border-radius: 12px !important;
}

.ck.ck-editor__top.ck-reset_all {
  position: sticky;
}

.updateBtn {
  /* background: linear-gradient(90deg, #7f93a8 0%, #5275AB 100%); */
  background: #7f93a8;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 14px 50px;
}

.cancelBtn {
  background: #7f93a8;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 14px 50px;
  border: none;
  color: #ffffff;
}

.editPoliciesContainer .btnGrp {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

/* start summernote css */

/* start employee profile modal css */
.empPorfModal .modal-dialog {
  margin: 0 0 0 auto !important;
  max-width: 360px;
  height: 100% !important;
}

.empPorfModal .modal-content {
  height: 100vh;
  padding: 24px 0px 30px 0px;
  box-shadow: 0px 14px 14px 0px #398cca1a;
  border-radius: 0px;
}

.empPorfModal .modal-header {
  padding: 0 0 40px;
  border: none;
  justify-content: center;
}

.empPorfModal .btn-close {
  position: absolute;
  right: 23px;
  top: 2px;
  opacity: 100%;
  box-shadow: none !important;
}

.empPorfModal .empViewProfImg {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  margin-bottom: 24px;
  object-fit: cover;
}

.empPorfModal .list-item {
  border-bottom: 1px solid #3333331a;
  margin-bottom: 15px;
  padding: 0 26px 0 26px;
}

.empPorfModal .list-item:last-child {
  border: none;
}

.empPorfModal .modal-body {
  padding: 0px;
}

/* start employee chat loader css */
/* Loader Container */
.typing-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* Space between dots */
}

/* Dots */
.typing-loader .dot {
  width: 10px;
  height: 10px;
  background-color: #398cca;
  border-radius: 50%;
  animation: typing 1.5s infinite ease-in-out;
}

/* Animating Dots */
.typing-loader .dot:nth-child(1) {
  animation-delay: 0s;
}

.typing-loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-loader .dot:nth-child(3) {
  animation-delay: 0.4s;
}

/* Keyframes for the typing animation */
@keyframes typing {
  0%,
  80%,
  100% {
    transform: scale(0);
    /* Smallest size */
    opacity: 0.3;
    /* Faded out */
  }

  40% {
    transform: scale(1);
    /* Full size */
    opacity: 1;
    /* Fully visible */
  }
}

/* end employee chat loader css */

/* start threads index css */
.tableSortSeclect {
  border: 1px solid #398cca4d;
  background: #ffffff;
  border-radius: 10px;
  width: 164px;
  padding: 16px 29px 16px 20px;
  height: 100%;
  outline: none;
  appearance: none;
  position: relative;
  background-image: url("../images/selectArrowImg.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) calc(1em - 0.4px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 16px 24px, 5px 5px, 2.5em 2.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.threadFilterBox .filterLists {
  display: flex;
  align-items: center;
}

.threadFilterBox .filterBtn {
  padding: 12px 33px;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  border-radius: 10px;
  line-height: 22px;
  height: fit-content;
  display: block;
}

.threadFilterBox .filterBtn.active {
  background: #7f93a8;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  color: #fff;
}

.statCustDropdown .dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
  /* max-width: 150px; */
}

.statCustDropdown .dropdown-select {
  width: 100%;
  padding: 6px 35px 6px 12px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
}

.statCustDropdown .dropdown-select::after {
  content: "\f107";
  font-size: 18px;
  color: inherit;
  margin-left: auto;
  position: absolute;
  font-family: "fontAwesome";
  right: 10px;
  top: 3px;
  color: #333333 !important;
}

.statCustDropdown .dropdown-options {
  display: none;
  position: absolute;
  /* Position relative to the dropdown */
  top: calc(100% + 4px);
  /* Position below the select */
  left: 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  width: 160px !important;
  z-index: 1000;
  /* Ensure dropdown is on top */
  padding: 4px;
}

.statCustDropdown .dropdown-options div {
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  border-radius: 8px;
}

.statCustDropdown .dropdown-options div:hover {
  background: #eaf6ff;
}

.statCustDropdown .dropdown.active .dropdown-options {
  display: block;
}

.threadIndexTable .tableHeading:nth-child(3) {
  padding: 20px 60px 20px 0;
}

.threadIndexTable .tableHeading:nth-child(4) {
  padding: 20px 30px 20px 60px;
}

.tableData.statusData {
  min-width: 180px;
  padding: 20px 20px 20px 60px;
}

.tableData .pendindTxt {
  color: #df851e;
  background: #e48d2a0f;
  width: fit-content;
  padding: 6px 12px;
  margin-bottom: 0;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.tableData .reviewedTxt {
  color: #30902b;
  background: #30902b0f;
  border-radius: 6px;
  padding: 6px 12px;
  width: fit-content;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.tableData .autoReviewedTxt {
  border-radius: 6px;
  padding: 6px 12px;
  width: fit-content;
  background: #eaf6ff;
  color: #398cca;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.tableData.ratingData {
  padding: 10px 60px 10px 0;
  width: 200px;
}

.threadSortBox .sortListBox {
  position: absolute;
  width: 182px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  top: 67px;
  padding: 20px 14px 14px;
}

.threadSortBox .sortListParent {
  padding-left: 10px !important;
}

.threadSortBox .sortList {
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* start admin chat screen css */
.main-content.threadChatSection {
  padding: 94px 0 0 0;
}

.adminSideChatBox {
  height: calc(100vh - 150px);
  overflow: auto;
  padding: 15px 40px 30px 24px;
  width: 100%;
}

.adminSideChatBox .userMsgParent {
  display: flex;
  justify-content: start;
  margin-bottom: 24px;
}

.adminSideChatBox .user_prof_img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.adminSideChatBox .user_chat_info {
  display: flex;
  gap: 16px;
}

.adminSideChatBox .user_chat_Txt {
  font-size: 14px;
  font-weight: 400;
  color: #33333360;
  background: #7070700f;
  padding: 10px;
  border-radius: 4px 18px 18px 18px;
  max-width: 300px;
  margin-bottom: 8px;
}

.adminSideChatBox .user_time_txt {
  color: #33333360;
  font-size: 12px;
  font-weight: 400;
}

.adminSideChatBox .botMsgParent {
  display: flex;
  justify-content: end;
  margin-bottom: 24px;
}

.adminSideChatBox .bot_chat_info {
  display: flex;
  gap: 16px;
}

.adminSideChatBox .bot_img_box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 9px;
  background: #efefef;
}

.adminSideChatBox .bot_chat_Txt {
  font-size: 14px;
  font-weight: 400;
  color: #33333360;
  background: #7070700f;
  padding: 10px;
  border-radius: 18px 18px 4px 18px;
  max-width: 300px;
  margin-bottom: 8px;
}

.adminSideChatBox .bot_img_box .bot_prof_img {
  width: 100%;
  height: 100%;
}

.peopleActTabBox {
  background: #ffffff;
  box-shadow: 0px 14px 14px 0px #398cca1a;
  padding: 20px;
  /* height: 100%; */
  width: 440px;
  height: calc(100vh - 94px);
  overflow: auto;
}

.peopleActTabBox .nav-tabs {
  width: fit-content;
  margin-bottom: 21px;
  border: none;
}

.peopleActTabBox .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #33333380;
  padding: 0 18px 12px 18px;
  border-bottom: 2.6px solid #33333330 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.peopleActTabBox .nav-link.active {
  border-bottom: 2.6px solid #398cca !important;
  color: #333;
}

.peopleActTabBox .nav-link:hover {
  border-bottom: 2.6px solid #398cca !important;
  color: #333;
}

.peopleActTabBox .userInformationBox {
  background: #f5fbff;
  border-radius: 10px;
  padding: 10px 26px 10px 10px;
  margin: 10px 0 11px;
}

.peopleActTabBox .userInfoHeader {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.peopleActTabBox .userInformationBox .adminRateBox {
  display: flex;
  align-items: center;
}

.peopleActTabBox .adminRateBox .rateBtn {
  border: none;
  padding: 0;
  background: transparent;
  color: #7f93a8;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
}

.peopleActTabBox .userImage {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.peopleActTabBox .textBox {
  width: 100%;
  border: 1px solid #3333331a;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  outline: none;
}

.peopleActTabBox .textBox::placeholder {
  color: #33333340;
  font-size: 10px;
}

.peopleActTabBox .submitBtn {
  /* background: linear-gradient(90deg, #7f93a8 0%, #5275AB 100%); */
  background: #7f93a8;
  color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin: 24px 0 0;
}

.peopleActTabBox .activTabBox {
  margin-bottom: 24px;
}

.peopleActTabBox .adminRateBox .rateImgsBox img {
  width: 15px;
}

/* start employee chat rating modal css */
.chatRatingModal .modal-dialog {
  max-width: 455px;
}

.chatRatingModal .modal-content {
  box-shadow: 0px 14px 14px 0px #398cca1a;
  border: none;
  padding: 25px;
  border-radius: 20px;
}

.chatRatingModal .modal-header {
  padding: 0;
  border: none;
}

.chatRatingModal .modal-header .modal-title {
  line-height: 22px !important;
  margin-bottom: 15px;
}

.chatRatingModal .modal-body {
  border: none;
  padding: 10px 0 27px 0;
}

.chatRatingModal .modal-footer {
  border: none;
  padding: 0;
  justify-content: space-between;
}

.chatRatingModal .modal-footer .submitBtn {
  width: 49%;
  padding: 13px;
  margin: 0;
}

.chatRatingModal .modal-footer .cancelBtn {
  width: 49%;
  padding: 12px;
  border: 1px solid #7f93a8;
  margin: 0;
  background: transparent !important;
  color: #7f93a8;
}

.chatRatingModal .rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  /* height: 150px; */
  position: relative;
}

.chatRatingModal .rating-0 {
  filter: grayscale(100%);
}

.chatRatingModal .rating > input {
  display: none;
}

.chatRatingModal .rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("../images/StarOutlinedIcon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.chatRatingModal .rating > input:checked ~ label,
.chatRatingModal .rating > input:checked ~ label ~ label {
  background-image: url("../images/StarFilledIcon.svg");
}

.chatRatingModal .rating > input:not(:checked) ~ label:hover,
.chatRatingModal .rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("../images/StarFilledIcon.svg");
}

/* start admin notification css */
.notification-item {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 10px 0px #2b39900d;
  border: 1px solid #398cca33;
  padding: 12px;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 6px;
}

.notifyUsrBox {
  width: fit-content;
  margin-right: 18px;
}

.notifyUserImg {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  object-fit: cover;
}

.notifyInBellImg {
  position: absolute;
  bottom: -3px;
  right: -10px;
}

/* End admin notification css */

/* start admin view profile css */
.adminTxtBadge {
  background: #7f93a8;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  line-height: 22px;
}

.editDetailsBtn {
  /* background: linear-gradient(90deg, #7f93a8 0%, #5275AB 100%); */
  background: #7f93a8;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 70px;
  border-radius: 16px;
  border: none;
  margin-top: 24px;
}

.editAdminModal .modal-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 90px);
}

/* End admin view profile css */

/* start update chatbot css */
.updateChatbotPage .editIcon {
  position: absolute;
  right: 17px;
  top: 17px;
}

.chatbotProBox {
  width: 140px;
  min-width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 30px;
  background: #effcff;
  margin-right: 18px;
}

.chatbotProBox img {
  width: 100%;
  height: 100%;
}

.logoColorBox {
  margin-top: 23px;
}

.logoColorBox .color-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.logoColorBox .color-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
}

.logoColorBox .color-btn:hover {
  transform: scale(1.1);
}

.logoColorBox .color-btn.selected::after {
  content: "";
  width: 56px;
  border: 1.2px solid #7f93a8;
  /* outline-offset: 4px; */
  height: 56px;
  display: block;
  border-radius: 50%;
  top: -4px;
  position: absolute;
  left: -4px;
}

.logoColorBox .color-picker-box {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.95px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

/* Optionally hide the actual input but keep it accessible */
.logoColorBox .color-picker-box input[type="color"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* #colorPicker{
    width: 104%;
    height: 104%;
    border-radius: 50% !important;
    border: none !important;
    background: transparent !important;
    outline: none;
    position: relative;
    left: -1px;
    top: -1px;
} */
.updateChatbotPage .updateBtn {
  width: 100%;
  max-width: 263px;
  margin-top: 28px;
}

.updateChatbotPage .viewProfContainer {
  align-items: self-start;
}

/* start emplyee notification page css */
.employeeNotifPage {
  padding: 0 70px;
}

/* start admin change password page css */
.changePassContainer {
  padding-left: 12px;
}

.changePassContainer .authInputIcon {
  position: absolute;
  left: 20px;
  top: 18px;
}

.changePassContainer .inputBox {
  background: transparent;
}

.headerNotify {
  border: none;
  background: transparent;
}

/*----- start new employee page css -------*/

/* sidebar css */
.leftHistoryChatBox {
  height: 100dvh;
  position: fixed;
  width: 306px;
  background: #f0f4f9;
  display: flex;
  flex-direction: column;
  padding: 27px 18px 30px 36px;
  overflow: auto;
}

.logoNewChatBox {
  margin-bottom: 46px;
  display: flex;
  /* align-items: center; */
  gap: 50px;
}

.leftHistoryChatBox .newChatBtn {
  color: #727272;
  background: #d8d6d6ab;
  border-radius: 30px;
  padding: 8px 29px;
  border: none;
  font-size: 13px;
  font-weight: 500;
}

.leftHistoryChatBox .recentChatLinksParent {
  margin-top: 33px;
  margin-bottom: 0;
  max-height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 3px;
  min-height: 220px;
}

.leftHistoryChatBox .recentChatLinksParent::-webkit-scrollbar {
  width: 3px;
  display: block !important;
}

.leftHistoryChatBox .recentChatLinksParent::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.leftHistoryChatBox .recentChatLinksParent::-webkit-scrollbar-thumb {
  background: #c3bdbdc9;
}

/* Handle on hover */
.leftHistoryChatBox .recentChatLinksParent::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.leftHistoryChatBox .recentChatLink {
  color: #333333;
  display: inline-block;
  /* align-items: center; */
  white-space: nowrap;
  width: 88%;
}

.leftHistoryChatBox .list-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.leftHistoryChatBox .recentChatLink img {
  vertical-align: top;
}

.leftHistoryChatBox .list-item:hover .delLinkBtncontainer {
  visibility: unset;
}

.leftHistoryChatBox .list-item.active .delLinkBtncontainer {
  visibility: unset;
}

.leftHistoryChatBox .chatHistLinkTxt {
  width: 85%;
  margin-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 15px;
  display: inline-block;
}

.leftHistoryChatBox .delLinkBtncontainer {
  visibility: hidden;
}

.leftHistoryChatBox .recentChatLinksParent .list-item {
  display: none;
}

.leftHistoryChatBox .recentChatLinksParent .list-item:nth-child(-n + 5) {
  display: block;
  /* Show only the first 5 items */
}

.leftHistoryChatBox .recentChatLinksParent.show-all li {
  display: block;
  /* Show all items when class 'show-all' is added */
}

.leftHistoryChatBox .rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.leftHistoryChatBox .deleteLinkBtn {
  color: #007a8d;
  /* visibility: hidden; */
  border: none;
  background-color: transparent;
  line-height: 0px;
}

.leftHistoryChatBox .chatHistSettingLink {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  gap: 12px;
  margin-top: auto;
}

.leftHistoryChatBox .delLinkBtncontainer {
  position: relative;
  display: inline-block;
}

.leftHistoryChatBox .dropdownBox {
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px;
  right: 0;
  background: #fff;
  z-index: 9;
}

.leftHistoryChatBox .dropdown-item {
  padding: 5px 5px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.leftHistoryChatBox .dropdown-item:hover {
  background-color: #f1f1f1;
}

.leftHistoryChatBox .dropdownBox.show {
  display: block;
}

.leftHistoryChatBox .moreDownBtn {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

/* sidebar css */

/* start header */
.employeeRytChatBoxParent {
  width: calc(100% - 306px);
  margin-left: 306px;
  /* padding: 120px 66px 40px 0; */
}

.employeeChatPageHeader {
  position: fixed !important;
  /* width: 100%; */
  right: 0;
  left: 306px;
  border-bottom: 2px solid #bcbfcf3d;
  padding: 22px 66px 22px 0px;
  display: flex;
}

/* end header */

.employeeChatBoxParent {
  padding: 120px 66px 40px 0;
  height: 100dvh;
}

.chatNewHelloTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(93deg, #5c8cef 37%, #d4697c 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 600;
}

.employeeChatBoxParent .employeeChatMsgBox {
  padding: 38px 53px 32px;
}

.employeeChatBoxParent .sendMsgContainer {
  position: relative;
  border: 1px solid #398cca4d;
  background: #f9feff;
  border-radius: 26px;
  width: 100%;
  max-width: 538px;
  margin: auto;
}

.employeeChatBoxParent .chatInputBox {
  border: none;
  border-radius: 26px;
  padding: 13px 60px 13px 33px;
  width: 100%;
  outline: none;
}

.employeeChatBoxParent .sendMsgBtn {
  border: none;
  background: #398cca1a;
  position: absolute;
  right: 5px;
  padding: 7px 7.5px;
  border-radius: 50%;
  top: 5px;
}

.employeeChatBoxParent .employeeChatBody {
  overflow: auto;
  /* display: flex
; */
  /* margin-top: auto; */
  /* height: calc(100% - 52px); */
  height: calc(100vh - 286px);
}

.employeeChatBoxParent .userChatMsgContainer {
  display: flex;
  justify-content: end;
}

.employeeChatBoxParent .userChatContainer {
  background: #e9eef6;
  /* border: 1px solid #CCCCCC; */
  border-radius: 18px 4px 18px 18px;
  width: fit-content;
  padding: 16px;
  color: #333333;
  margin-bottom: 23px;
  max-width: 60%;
  word-break: break-word;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.employeeChatBoxParent .adminChatMsg {
  width: fit-content;
  word-break: break-word !important;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 60%;
  font-size: 14px;
  font-weight: 400;
  /* text-wrap: unset; */
  line-height: 25px;
  color: #333;
  font-family: "Albert Sans", serif !important;
}

.employeeChatBoxParent .adminChatContainer {
  display: flex;
  gap: 25px;
  margin-bottom: 23px;
  justify-content: start;
}

.employeeChatBoxParent .adminChatContainer .chatAdminProImgParent {
  width: 30px;
  height: 30px;
}

.employeeChatBoxParent .adminChatContainer .chatUserProfImg {
  width: 100%;
  height: 100%;
}
.backBtn img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(2%) saturate(4774%)
    hue-rotate(170deg) brightness(106%) contrast(87%);
}
.sidebarLogoImg {
  width: 41px;
  height: 41px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* hide off screen */
  width: 250px;
  height: 100%;
  background: #333;
  color: #fff;
  padding: 20px;
  transition: 0.3s;
}

.sidebar.active {
  left: 0;
}

.sidebar a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.sidebar a:hover {
  background: #444;
}

/* Toggle button */
.menu-btn {
  font-size: 24px;
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 10px;
}
.logo_hide {
  display: none;
}
.mobileProfile{
  display: none;
}
.sidebarDropdown .dropdown-toggle {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 5px 12px;
  border-radius: 50px;
  color: #000000 !important;
  text-transform: capitalize;
}
.sidebarDropdown .dropdown-menu {
  padding: 10px 20px !important;
  box-shadow: 0px 4px 31px 0px #3333331f;
  border: none;
  border-radius: 20px;
  width: 100% !important;
  right: 0 !important;
  bottom: 8px !important;
  /* left: -40px !important; */
}
.sidebarDropdown .dropdown-item {
  font-size: 14px;
  font-weight: 500 !important;
  border-bottom: 1px solid #88888833;
  padding: 5px;
  color: #333333 !important;
}
.sidebarDropdown li:last-child .dropdown-item {
  border-bottom: none;
}

/* .between_mobile {
  justify-content: space-between;
} */
.rating label {
  font-size: 32px;
  color: #ccc;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; /* better rendering on iOS */
  -webkit-tap-highlight-color: transparent; /* removes grey tap flash */
}
.statCustDropdown {
  position: relative; /* important */
}

.statCustDropdown .dropdown-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 1px 18px 0px #398cca1a;
  width: 160px !important;
  z-index: 99999; /* higher than any parent */
  padding: 4px;
}
table {
  border-collapse: collapse;
  min-height: 260px;
}
td {
  vertical-align: top;
}
