@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --black: #000;
  --white: #fff;
  /* --primary: #1edd60; */
  --primary: #8ec73c;
  --text: #051143;
  --success: #fff4de;
  --border: #bcbcbc;
  --gray: #657488;
  /* --secondary:#1970F2; */
  /* --danger: #666666; */
}

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

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background-image: url("../images/site-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: var(--primary);
  transition: all 0.4s ease 0s;
}

a:focus-visible {
  outline: 0;
}

p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  border: 0;
  outline: 0;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

svg:focus,
.offcanvas-header .btn-close {
  outline: none;
}

.nav-link:focus-visible,
.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
}

select:focus-visible,
input:focus-visible,
.dropdown-item:focus-visible {
  outline: 0;
}

.site-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--text);
  padding: 10px 15px;
  background-color: var(--success);
  border-radius: 10px;
}

.tableData .site-btn a {
  background-color: var(--success);
  color: var(--text);
}

.dropdown-item:active {
  background-color: var(--primary);
}

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

.fs-18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--gray);
}

.fs-32 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  color: var(--text);
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--text);
}

.fs-16 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--gray);
}

.tableData a.redBg {
  background-color: #ffe2e5;
  color: var(--text);
}

.tableData a.greenBg {
  background-color: #dcfce7;
  color: var(--text);
}

.tableData a.purpleBg {
  background-color: #f3e8ff;
  color: var(--text);
}

.container {
  max-width: 1440px;
}

.pageWrapper {
  /* background-color: #eff2ff; */
  padding: 20px;
}

.accordion-button:focus-visible,
.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.siteHeader .backForward svg path,
.siteHeader .headerWrap a.notification svg path {
  fill: var(--primary);
}

.siteHeader .headerWrap .d-flex {
  border: 2px solid transparent;
  padding: 5px 15px;
  transition: border-color 0.3s ease;
  border-radius: 15px;
}

.siteHeader .headerWrap form:focus-within {
  border-color: #00000033;
}

/* sidebar  */

.sideBar {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 15px;
  background-color: var(--white);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  justify-content: center;
}

.sideBar .nav-link {
  padding: 10px 5px;
}

.sideBar svg {
  margin-right: 15px;
}

.sideBar li.nav-item {
  width: 100%;
}

.sideBar a.nav-link svg {
  width: 28px;
  height: 28px;
}

/* .sideBar .nav-link.active {
  color: var(--primary);
} */

.nav-link.active svg path {
  stroke: var(--white);
  fill: var(--primary);
}

li.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.sub-menu ul li {
  padding-left: 9px;
}

nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-left: 15px;
  float: right;
}

/* li.sub-menu ul li:first-child a {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
} */

.sideBar li a.active {
  background-color: var(--primary);
  color: var(--white) !important;
  border-radius: 15px;
}

/* li.sub-menu a.first svg path {
  stroke: var(--primary);
  fill: var(--white);
} */

.sideBar a.nav-link:hover {
  color: var(--primary);
}

/* .sideBar a.nav-link.first:hover {
  color: var(--white);
} */

.sideBar .nav-link:hover svg path {
  fill: var(--white);
  stroke: var(--primary);
}

.sideBar .offcanvas-body {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.sideBar nav.navbar,
.sideBar .container {
  height: 100%;
}

.lastMenu {
  border-top: 1px solid #c0c3c6;
  padding-top: 30px;
}

/* header  */

.siteHeader {
  padding: 12px 20px;
  background-color: var(--white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25); */
  border-radius: 15px;
}

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

.backForward a {
  background-color: #1edd601a;
  padding: 15px;
  border-radius: 50%;
  display: inline-flex;
  margin: 0 5px;
}

.headerWrap form input[type="search"],
.chat-module form input[type="search"] {
  border: none;
  padding: 0 15px;
}

.userName .dropdown button,
button.show {
  background-color: var(--white);
  border: none;
  color: var(--gray);
}

.userName .dropdown button:hover {
  color: var(--gray);
  background-color: transparent;
}

/* menu card  */

.menuCard {
  padding: 20px 0;
}

.menuCard .menuCard-wrapper {
  background: linear-gradient(225deg,
      rgba(255, 189, 56, 0.25) 0%,
      rgba(255, 244, 222, 0.5) 50%);
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.menuCard .row .col-xl-3:nth-child(2) .menuCard-wrapper {
  background: linear-gradient(225deg,
      rgba(255 71 90 / 25%) 0%,
      rgba(255 71 90 / 10%) 0% 50%);
}

.menuCard .row .col-xl-3:nth-child(3) .menuCard-wrapper {
  background: linear-gradient(225deg,
      rgba(30 221 96 / 25%) 0%,
      rgba(220 252 231 / 25%) 50%);
}

.menuCard .row .col-xl-3:nth-child(4) .menuCard-wrapper {
  background: linear-gradient(225deg,
      rgb(159 71 255 / 20%) 0%,
      rgb(159 71 255 / 10%) 50%);
}

.supportNumber h3 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 500;
  color: var(--text);
}

/* table data  */

.tableData {
  background-color: var(--white);
  padding: 25px 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.tableData .tableTitle {
  margin-bottom: 25px;
}

.tableData .tableTitle h4 svg {
  margin-right: 10px;
}

.tableData .dataList {
  border: 1px solid var(--border);
  border-radius: 15px;
}

.tableData table {
  border: 1px solid var(--border);
  overflow: hidden;
  border-radius: 10px;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}

.tableData th,
.tableData td {
  border: 1px solid var(--border);
  padding: 15px 7px;
  text-align: center;
}

.tableData thead {
  background-color: #f5f7ff;
}

.tableData thead th {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.tableData tbody td {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* thead tr th:first-child {
  border: 1px solid var(--border);
  border-radius: 20px 0 0 20px;
} */

/* admin profile  */

.profileBg {
  position: relative;
}

.profileBg .site-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 30px;
}

.profileBg .site-btn a {
  background-color: #292a26;
  color: var(--white);
}

.profileName {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: -20%;
}

.admin-setting .p_name h3 {
  margin-top: -70px;
}

.detailsWrapper .accordion-item {
  background-color: transparent;
}

.detailsWrapper .accordion-body {
  background-color: var(--white);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.emp-status {
  background-color: var(--white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.emp_status {
  background-image: url(../images/ticket.png);
  background-size: 22%;
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.emp-status h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: var(--text);
}

.ticket-status,
.in-progress,
.pending {
  color: #008000 !important;
  background: #e0ffd2 !important;
  border-radius: 10px;
  padding: 5px 15px;
}

.pending {
  background: #ffff001a !important;
  color: #b0b000 !important;
}

.in-progress {
  background: #ff59001a !important;
  color: #ff5900 !important;
}

.field-wrap {
  position: relative;
  padding: 0px 20px;
  margin: 15px 0;
}

.field-wrap:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.field-wrap h5 {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.field-wrap form,
.field-wrap h5 {
  position: relative;
  z-index: 99;
}

.note-wrap {
  height: 150px;
}

.note-button {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90px;
  z-index: 9;
  position: inherit;
}

.note-button a {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 5px 20px;
}

.note-button a:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}

.oops-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  height: 457px;
}

.oops-title {
  text-align: center;
}

.oops-title h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.oops-title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #657488;
}

.field-wrap p {
  position: inherit;
  max-width: max-content;
  padding: 0 15px;
  background-color: var(--white);
  margin-bottom: 5px;
  color: #657488;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 20px 20px 0 0 !important;
}

.detailsWrapper div.accordion-container button.accordion-button {
  border-radius: 20px !important;
  background-color: var(--primary);
  color: var(--white);
}

.detailsWrapper .accordion-container .accordion .accordion-item {
  border: none;
}

.male-female label {
  margin: 0 10px;
}

.male-female label svg {
  margin-right: 5px;
}

/* .accordion-button::after {
  background-image: url(../images/accrodian.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/accrodian-up.svg);
} */

/* plan setting  */

.planTitle {
  background-color: var(--primary);
  padding: 15px 30px;
  border-radius: 20px 20px 0 0;
}

.planTitle h4 {
  color: var(--white);
}

.planSetting {
  background-color: var(--white);
  padding: 20px 20px 30px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.planSetting .field-wrap {
  margin: 30px 0;
}

.site-btn a {
  color: var(--white);
  padding: 10px 15px;
  background-color: #e5c100;
}

.planSetting .site-btn {
  text-align: center;
}

/* chat module  */

.chat-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
  overflow: auto;
  max-height: calc(100vh - 240px);
  height: auto;
  max-width: 100%;
}

html {
  width: 100%;
  height: 100%;
  display: table;
}

.chat-module {
  display: flex;
  flex-flow: column;
  gap: 15px 0;
}

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

.chat-group,
.search-filter {
  display: flex;
  align-items: center;
}

.profile-pic,
.profilePic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.profile-pic img,
.profilePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.chat-number {
  display: flex;
  flex-flow: column;
  align-items: end;
}

.chat-info {
  flex: 1;
}

.chat-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #0e173a;
  margin-bottom: 5px;
}

.chat-info p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--primary);
}

.chat-time {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 5px;
}

.message-count {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  margin-left: 10px;
}

.pinned-message,
.attachment-wrap {
  display: flex;
  align-items: center;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 24px;
  gap: 0 15px;
}

.pinned-message i {
  font-size: 20px;
}

.chat-wrap::-webkit-scrollbar-track,
.open-chat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
  height: 50px;
}

.chat-wrap::-webkit-scrollbar-thumb,
.open-chat::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
  height: 50px;
}

.chat-wrap::-webkit-scrollbar,
.open-chat::-webkit-scrollbar {
  width: 5px;
  height: 50px;
}

.chat-module form input {
  background: #f8fafb;
}

.chat-module form,
.search-filter .filter {
  background: #f8fafb;
  padding: 12px;
  border-radius: 10px;
}

.userStatus {
  display: flex;
  align-items: center;
  color: green !important;
  font-size: 14px !important;
}

.status-dot {
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  margin-right: 5px;
}

.profile-icons {
  display: flex;
  gap: 10px;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #eff2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon i {
  color: var(--primary);
  font-size: 18px;
}

.open-chat {
  background-color: #F3F3F3;
  padding: 15px;
  background-image: url(../images/new-chat-bg.png);
  background-repeat: repeat;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.chat-wrap,
.open-chat {
  height: 500px;
}

/* @media (min-width: 1750px) {
  .chat-wrap, .open-chat {
      height: 60%; 
  }
} */

.open-chat-profile {
  display: flex;
  align-items: center;
  background-color: var(--white);
  padding: 12px;
  border-radius: 20px 20px 5px 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.chat-module form {
  max-width: 280px;
}

.search-filter {
  gap: 15px;
}

.chat-module form input {
  width: 100%;
}

.search-filter .filter {
  width: 50px;
  text-align: center;
}

/* chat form  */

.chat-container {
  display: flex;
}

.input-box,
.send-button {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.input-box {
  width: 100%;
  gap: 6px;
}

.emoji-button,
.icon-button,
.send-button {
  cursor: pointer;
  margin: 0 5px;
}

.emoji-button {
  font-size: 20px;
  padding: 0 10px;
}

.text-input {
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
}

.icon-button img {
  width: 20px;
  height: 20px;
}

.send-button {
  font-size: 20px;
  /* padding: 20px; */
  width: 60px;
  color: var(--primary);
  display: flex;
  justify-content: center;
}

.chat-container i {
  color: var(--primary);
  font-size: 20px;
}

.chat-container .send-button i.fa-paper-plane {
  transform: rotate(25deg);
}

.chat-bubble-container {
  display: flex;
  align-items: flex-start;
  margin: 20px;
}

.rightsideChat {
  flex-flow: row-reverse;
}

.rightsideChat .profile-img {
  margin-left: 10px;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--primary);
}

.chat-bubble {
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  max-width: 60%;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #00000033;
}

/* .chat-bubble::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -15px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 0 0 0 15px;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
} */

.message-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.timestamp {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 5px;
}

footer {
  margin-top: 50px !important;
}

footer .siteHeader {
  padding: 20px;
}

footer p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* chat form  */

/* chat profile  */

.map-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  width: 100%;
  /* background: url("../images/map.png") no-repeat center;
  background-size: cover; */
}

.location-button {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff33;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 22px;
  backdrop-filter: blur(4px);
}

.location-button i {
  color: #ff0000;
}

.location-button i.rightArrow {
  transform: rotate(320deg);
  color: var(--white);
}

.close-button {
  position: absolute;
  top: 7px;
  right: 10px;
  background-color: #ffffff33;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.closeBtn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 3px 6px;
}

.zoom-controls {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #eff2ff33;
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
}

.zoom-button {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.profile-section {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: #f0f0f0;
  object-fit: cover;
  object-position: top;
}

.profile-name {
  margin-top: 12px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #051143;
}

.profile_Info {
  padding: 25px 0 0 0;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}

.icon-container {
  width: 40px;
  height: 40px;
  background-color: #f0f4ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.icon-container i {
  color: var(--primary);
  font-size: 20px;
}

.info-text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.media-wrapper {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #c0c3c6;
  padding: 30px 0;
}

.media-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
}

.attachment-container {
  width: 55px;
  height: 55px;
  background-color: #f0f4ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attachment-container .icon {
  width: 40px;
  height: 25px;
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.subtitle {
  font-size: 15px;
  color: #666;
}

.block-contact .info-item:first-child .icon-container {
  background-color: #ffebeb;
}

.block-contact .info-item .icon-container {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.block-contact .form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.block-contact .form-check-input:focus {
  border-color: #8ec73c;
  box-shadow: 0 0 0 0.25rem rgb(142 199 60 / 25%);
}

.attachment-wrap {
  margin-bottom: 15px;
}

/* chat profile  */

/* table data css  */

.details-table {
  padding: 25px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.details-table table,
.details-table table tr,
.details-table table td,
.details-table table th {
  border: 1px solid #bcbcbc;
  border-collapse: collapse;
  padding: 5px 5px !important;
}

.details-table th:first-child,
.details-table td:first-child {
  text-align: center !important;
}

.export-chat a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  /* background-color: #e9ffca; */
  background-color: #ceff89;
  padding: 2px 10px;
  border-radius: 10px;
  color: #325204;
}

.export-chat a svg path {
  fill: #325204;
}

.export-chat a svg {
  margin-right: 5px;
}

.export-chat {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.details-table .dt-search {
  display: none;
}

.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-container h4 {
  display: flex;
  align-items: center;
  gap: 25px;
}

input.tableSearch {
  border: none;
  background-color: #ebefff;
  margin-left: 20px;
  color: #000;
}

.search-container form {
  background-color: #ebefff;
  padding: 10px;
  border-radius: 30px;
}

.dataTables_paginate,
.dataTables_info,
.dataTables_length {
  display: none !important;
}

.custom-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 14px;
  color: #666;
}

.showing-entries {
  color: #666;
}

.page-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

.page-btn:hover {
  color: #333;
}

.page-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.current-page {
  background-color: #f0f2f5;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}

.separator {
  color: #666;
  margin: 0 0.25rem;
}

#example_wrapper {
  overflow-x: auto;
}

/* table data css  */

/* admin setting css  */

.admin-setting .form-select:focus {
  box-shadow: none !important;
}

.preview-check {
  display: flex;
  align-items: center;
}

.check-inline {
  display: flex;
  width: 350px;
  flex-wrap: wrap;
}

.check-inline label {
  margin: 5px 10px;
}

.preview-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #000;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

.preview-check input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 2px;
}

.preview-check label {
  cursor: pointer;
  font-weight: normal;
  color: #000;
}

.adminSetting-chat .chat-bubble-container {
  margin: 20px 0;
}

.adminSetting-chat.open-chat {
  height: 50vw;
}

.adminSetting-chat.open-chat .text-input {
  width: 162px;
}

.adminSetting-chat.open-chat .emoji-button {
  padding: 0;
}

.adminSetting-chat.open-chat .chat-bubble {
  max-width: max-content;
}

.chat-bubble::before {
  content: "";
  position: absolute;
  top: 88%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/smile.png);
  background-repeat: no-repeat;
  background-position: 10% -10%;
  max-height: 30px;
}

/* admin setting css  */

/* chat list details css  */

.chatList .c_width {
  width: 35%;
}

.add-user h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

/* chat list details css  */

/* admin css  */

.edit-delete-user i {
  margin-right: 10px;
}

.export-chat a:nth-child(2) {
  background-color: #f00;
  color: #fff;
}

.export-chat a:first-child {
  background-color: #1EDD60;
  color: #fff;
}

/* media query css  */

@media only screen and (max-width: 992px) {
  .pageWrapper {
    padding: 0px;
  }

  nav.navbar {
    width: 100%;
  }

  .headerWrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .sideBar {
    box-shadow: none;
    border-radius: 15px 15px 0 0;
    padding: 10px 10px;
  }

  .siteHeader {
    box-shadow: none;
    border-radius: 0px 0px 15px 15px;
    padding: 10px 30px 30px;
  }

  .tableData .dataList {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 767px) {
  .siteHeader {
    padding: 15px;
  }

  .headerWrap,
  .siteHeader {
    justify-content: center;
  }
}

/* .chat-wrap.showContent-x {
  height: auto;
} */

/* responsive css */

@media only screen and (max-width: 992px) {

  footer p,
  .fs-20 {
    font-size: 16px;
    line-height: 26px;
  }

  header {
    display: none;
  }

  .fs-32 {
    font-size: 24px;
    line-height: 34px;
  }

  .supportNumber h3 {
    font-size: 48px;
    line-height: 58px;
  }

  .tableData .tableTitle {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .sideBar .nav-link {
    padding: 12px 30px;
  }

  .profileName {
    flex-wrap: wrap;
    justify-content: center;
  }

  .check-inline {
    width: auto;
    gap: 10px;
  }

  .detailsWrapper .accordion-body {
    padding: 15px;
  }

  .admin-setting .p_name h3,
  .profileName {
    margin-top: 0;
  }

  .field-wrap {
    padding: 0px 12px;
  }

  .adminSetting-chat.open-chat {
    height: auto;
  }

  .open-chat-profile {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 0;
  }

  .input-box {
    gap: 0;
  }

  .chat-container {
    flex-wrap: wrap;
    gap: 5px;
  }

  .send-button {
    width: 100%;
  }

  footer {
    margin-top: 30px !important;
  }

  .profileBg .site-btn {
    padding: 15px;
  }

  .search-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .search-container form {
    padding: 10px 15px;
  }

  .export-chat a {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .emp-status {
    padding: 20px;
  }

  .chat-wrapper .row.mt-4 {
    gap: 15px 0;
  }
}

/* .detailsWrapper div.accordion-container button.accordion-button[aria-expanded="false"] {
  background-color: var(--white) !important;
  color: var(--primary);
} */

.detailsWrapper .accordion-button.collapsed {
  background-color: var(--white) !important;
  color: var(--primary) !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

.open-chat {
  overflow: auto;
  max-height: calc(100vh - 380px);
  height: auto;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}


.open-chat-profile .mb-3 {
  margin: 0 !important;
}

html body {
  font-family: &quot;
  Poppins&quot;
  ,
  sans-serif !important;
}