@font-face {
  font-family: Helvetica;
  src: url(/static/assets/fonts/Helvetica.ttf);
}

@font-face {
  font-family: Nunito;
  src: url(/static/assets/fonts/Nunito-Regular.ttf);
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb {
  background: #5cbd9d;
}
body {
  font-family: "Helvetica";
  background: #fafafa;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
}

h5 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h4,
h6 {
  font-weight: 400;
  color: #2d3748;
}

span {
  font-weight: 700;
  color: #1bb396;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
  background: #2d3748;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}

#sidebar .sidebar-header {
  padding: 46px 0 29px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2d3748;
  position: relative;
}

.absolute-img {
  position: absolute;
  bottom: 0;
  left: 25px;
}

.sidebar-header h3,
.sidebar-header strong {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  color: #fff;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  padding-left: 48px;
  color: #a0aec0;
}

#sidebar ul li a:hover,
.btn-arrow-div:hover {
  color: #ffffff;
  background: #202733;
}

#sidebar.active ul li a {
  flex-direction: column;
  display: flex;
  color: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #ffffff;
  background: #202733;
  box-shadow: 0px 3.500000238418579px 5.500000476837158px 0px #00000005;
  display: flex;
  align-items: center;
  gap: 17.5px;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}
.submenu-items li > a {
  background: #2d3748 !important;
}
.submenu-items li > a:hover,
.submenu-items li > a:active,
.submenu-items li > a:focus {
  background: #202733 !important;
  color: #1bb396 !important;
}

.content {
  overflow: hidden;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar.active {
  min-width: 80px;
  max-width: 90px;
  text-align: center;
}

#sidebar.active .absolute-img {
  display: none;
}

#sidebar .sidebar-header strong {
  display: none;
}

#sidebar.active .sidebar-header h3 {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 17.5px;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

ul .active .active-icon {
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #4fd1c5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sidebar.active ul li a i {
  margin-right: 0;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#content {
  width: 100%;
  background-color: #f4f3f4;
  overflow: hidden !important;
}

.btn-info {
  background-color: #1bb396;
  border-color: #1bb396;
}
.btn-info:hover {
  background-color: #1bb396;
  border-color: #1bb396;
}

.profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 0 30px;
}

.right-profile {
  display: flex;
  align-items: center;
  gap: 28px;
}

#dropdownMenuButton:focus,
#dropdownMenuButton:active,
#dropdownMenuButton:hover,
#dropdownMenuButton {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: unset;
}

.btn-img,
.btn-img:hover,
.btn-img:active,
.btn-img:focus {
  background: #ffffff !important;
  box-shadow: 0px 0px 8px 0px #00000026;
  padding: 12px 14px;
  width: 44px;
  height: 44px;
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none;
}

.profile-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: none;
  gap: 15px;
}

.profile-btn:focus,
.profile-btn:hover,
.profile-btn:active,
.profile-btn {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

.userdetails h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  color: #1e1e1e;
}

.userdetails h4 {
  color: #959595;
  margin-bottom: 0;
}

.profile-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.profile-img img {
  width: 100%;
  object-fit: contain;
}

#sidebarCollapse:hover {
  background-color: #2b9780;
}

.navbar,
.container-fluid {
  padding: 0;
}

.container-fluid {
  background-color: #f4f3f4;
  display: flex;
  gap: 15px;
}

.welcome {
  display: flex;
  gap: 129px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.welcome-bg {
  background-color: #ffffff;
  padding: 22px 0;
  margin: 20px 0 20px 0;
  padding: 20px 25px 24px 30px;
}

.responses {
  padding: 20px 25px 0 30px;
}

.responses h2 {
  margin-bottom: 15px;
}

.responses h4 {
  margin-bottom: 20px;
}

.response-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #a0aec0;
}

.selectors {
  padding: 10px 0 15px 0;
}

.selectors select {
  color: #2d3748;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 4.5px 9px;
  border: 1px solid #a0aec0;
  outline: 1px solid #a0aec0;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.no-brd {
  border-bottom: none !important;
}

.new-msgs {
  background-color: #1bb396;
  border-radius: 6px;
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 238px;
  flex: 1;
}

.lifetime {
  display: flex;
  align-items: end;
  gap: 15px;
  flex-direction: column;
}

.lifetime h4,
.lifetime h1 {
  color: #ffffff;
  margin-bottom: 0;
}

.chart-div {
  padding: 0 29px 0 31px;
  height: 440px;
}

.chart-div canvas {
  width: 100% !important;
  background-color: #ffffff !important;
  padding: 20px 0 57px 26px !important;
}

ul.nav.nav-tabs {
  padding-left: 51px;
  border-bottom: none;
}

.nav-tabs .nav-item .nav-link {
  color: #717377;
}

a.nav-link.active {
  background: #ffffff !important;
  border: 1px solid #a0aec0;
  border-radius: 4px;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #2d3748 !important;
}

.dashButtonGroup {
  text-align: right;
  margin-bottom: 15px;
}

.dashButtonGroup button {
  margin-left: 10px;
}

.dashBtn {
  display: inline-block;
  background-color: #c6a530;
  color: #fff;
  border: none;
  padding: 9px 20px;
  border-radius: 5px;
}

.dashBtn:hover {
  color: #fff;
}

.dashBtn img {
  margin-right: 5px;
  width: 13px;
  height: 13px;
}

.dashBtn:hover {
  opacity: 0.8;
}

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

.personDetailLeft {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  gap: 3px;
  margin: 0 34px 0 7px;
}

.personDetailLeft h4 {
  margin-bottom: 0;
}

.personDetailLeft span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.assigned {
  display: flex;
  flex-direction: column;
}

.assigned label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}

.assigned select,
.assigned div {
  border: 0.5px solid #2da0aec0;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #2d3748;
  max-width: 520px;
  min-width: 250px;
  border-radius: 6px;
  background-color: #ffffff;
}

.assign-btns {
  display: flex;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
}

.assign-btns button,
.assign-btns a {
  background-color: #1bb396;
  letter-spacing: 0em;
  border: none;
  outline: none;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  padding: 8px 0 8px 0;
  min-width: 120px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.assign-btns span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.welcome-left {
  width: 100%;
  text-align: right;
}

.container.MaxWid {
  max-width: 100%;
  background: none;
  padding: 0 20px 20px 31px;
}

.tabChatSection {
  background: #ffffff;
  padding: 23px 30px;
  margin-bottom: 30px;
}

.tabChatSectionScroll {
  background: #ffffff;
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabChatSectionScroll::-webkit-scrollbar {
  display: none;
  visibility: hidden;
}

.detailActivity {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 20px;
}

.deatailsStep {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  min-width: 78px;
}

.deatailsStep h4 {
  margin-bottom: 0;
}

.deatailsStep button {
  background: none;
  padding: 0;
  color: #c6a530;
}

.deatailsStep p {
  margin: 0;
}

.openStatus {
  color: #20c4c6;
  font-weight: 400;
}

.closeStatus {
  color: #ff543d;
  font-weight: 400;
}

.noMrg {
  margin-bottom: 0 !important;
  width: 100%;
  height: auto;
}

.bordered {
  border-left: 2px solid #1bb396;
}

.activityicon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8aa55;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -27px;
}

.activityicon-two {
  background-color: #1bb396 !important;
}

.manually h4:last-child {
  color: #a0aec0;
}

.manually h4:first-child {
  color: #2d3748 !important;
}

.manually h4:last-child {
  color: #a0aec0;
}

.activityList {
  padding: 0 0 21px 44px;
  position: relative;
  border-left: 4px solid #f4f3f4;
}

.activityList:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 3rem;
}

.activityicon i {
  color: white;
}

.notes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-left: 30px;
  width: 100%;
}

.activityListParent {
  padding-left: 30px;
}

.note-btn {
  max-width: 149px;
}

.both-texts {
  display: flex;
  flex-direction: column;
  /* padding: 24px 42px 0 42px; */
  padding: 12px;
}

.both-texts .textDelivered {
  background-color: #d6e7e3 !important;
}

.textDelivered {
  background: #f4f3f4;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 15px 20px;
  margin-bottom: 10px;
  height: auto;
}

.text-recieved .first-text {
  flex-direction: row-reverse;
}

.text-recieved {
  align-items: end !important;
}

.deliverBg {
  padding: 10px 13px;
  color: white;
  background: #1bb396;
  border-radius: 10px;
  margin-bottom: 0;
}

.delivered {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.first-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.first-text > h4 {
  color: #a0aec0;
}

.delivered h4:last-child {
  font-weight: 700;
}

span.time-right {
  display: flex;
  width: 100%;
  justify-content: end;
}

.js-department-create-form {
  padding: 20px 13px;
  background: #f4f3f4;
}

.js-department-create-form input {
  border-radius: 0;
  border: none;
  outline: none;
}

.enterText {
  display: flex;
}

.enterText input {
  width: 100%;
  height: 100px;
  border: none;
  outline: none;
  padding-left: 27px;
}

.enterText input:focus {
  outline: 1px solid #b6b6b6;
}

button.sendBtn {
  background: #1bb396;
  margin: 0;
  padding: 0;
  width: 100px;
  border: 1px solid #b6b6b6;
  margin-left: auto;
}

.bg-chng {
  background-color: #f4f3f4;
}

.email-text {
  width: 70%;
  background-color: #ffffff;
  padding: 19px 28px 22px 46px;
}

.contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 40px 0;
  background-color: #38495b;
  flex-direction: column;
  width: 70%;
}

.contact-links h4 {
  color: #fff;
  text-align: center;
}

.social-links {
  display: flex;
  gap: 12px;
}

.contact-links button {
  background-color: #d35943;
  border: none;
  outline: none;
  padding: 8px 20px;
}

.contact-links button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.refferal {
  font-weight: 700;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #f2b841;
  border-radius: 4px;
  margin-bottom: 0;
}

.search-icon {
  width: 12.16px;
}

.input-sec {
  flex-direction: row;
  gap: 13px;
  border: 0.5px solid #a0aec0;
  padding: 10px 0 10px 13px;
  border-radius: 6px;
  width: 45%;
  margin-right: 60px;
}

.input-sec input {
  border: none;
  outline: none;
  width: 100%;
}

.input-sec input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.dotted-btn {
  background-color: #fff !important;
  border: 1px solid #2d3748 !important;
  flex: none !important;
  min-width: 40px !important;
}

.no-mrg {
  margin-bottom: 0;
}

.leads-table {
  background-color: #fff !important;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100% !important;
}

.leads-table table {
  width: 1619px;
}

.leads-table table tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d3748;
}

.leads-table table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d3748;
  padding: 16px 0;
}

.leads-table table tr td:first-child,
.leads-table table tr th:first-child {
  padding-left: 26px;
}

.leads-table table tr td:last-child,
.leads-table table tr th:first-child {
  padding-right: 26px;
}

.active-td {
  width: 70px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #ffffff;
  background-color: #1bb396;
}

.finished-td {
  background-color: #ee5567;
  width: 87px;
}

.stopped-td {
  background-color: #d2dae0;
  color: #2d3748;
  width: 86px;
}

.Responded-td {
  background-color: #1d83c5;
  width: 108px;
}

.tr-bg {
  background-color: #4fd1c51a;
}

.progress {
  width: 170px;
  height: 4px;
  border-radius: 45px;
  background-color: #d9d9d9;
  margin-top: 10px;
}

.progress-bar {
  background-color: #48bb78;
}

.table-person-details {
  justify-content: start !important;
  margin-right: 0;
}

.table-person-details h4 {
  color: #2d3748;
  display: flex;
  align-items: center;
  gap: 11px;
}

.table-person-details h4:last-child {
  color: #717377;
}

.specified-width {
  justify-content: end;
}

.specified-width button,
.specified-width a {
  max-width: 187px !important;
}

.Campaign-table table tr th {
  width: 400px;
}

td .table-btns button {
  background-color: #20c4c6;
}

td .table-btns button:first-child {
  max-width: 40px;
  min-width: unset !important;
}

td .table-btns button:nth-child(2) {
  max-width: 111px;
}

.dotted-btns a,
.dotted-btns button {
  width: 100px;
}

.dotted-btns a span,
.dotted-btns button span {
  color: #2d3748;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.red-dotted-btn {
  border-color: #c7626d !important;
}

.red-dotted-btn span {
  color: #c7626d !important;
}

.new-campaign-btn:focus,
.new-campaign-btn:hover,
.new-campaign-btn:active {
  background-color: #1bb396 !important;
}

.new-campaign-modal .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
  position: relative;
}

.new-campaign-modal .modal-body h5 {
  margin-bottom: 27px;
}

.new-campaign-modal .modal-body button {
  width: 322px;
}

.new-campaign-modal .modal-body button:focus,
.new-campaign-modal .modal-body button:active,
.new-campaign-modal .modal-body button:hover {
  background-color: #1bb396;
}

.absolute-btn {
  position: absolute;
  background-color: #fff !important;
  width: 24px !important;
  top: 10px;
  right: 0;
}

.campaign-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.campaign-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d3748;
  margin-bottom: 10px;
}

.campaign-form input,
.campaign-form textarea {
  width: 100%;
  border: 0.5px solid #2da0aec0;
  outline: none;
  padding: 13px 20px;
  background: #f4f3f4;
  border-radius: 6px;
  margin-bottom: 20px;
  resize: none;
}

.campaign-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d374880;
}

.campaign-form > div {
  display: flex;
  justify-content: end;
}
.campaign-form > div > div {
  width: 100%;
}

.campaign-form > div > a,
.campaign-form > div > button {
  background-color: #1bb396;
  outline: none;
  border: none;
}

.campaign-form > div > a span,
.campaign-form > div > button span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.campaign-ex h4 {
  margin-bottom: 0;
}

.assigned form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.assigned form label {
  margin-bottom: 0;
}

.assigned form input {
  border: 1.5px solid #2d3748;
  border-radius: 1.5px;
}

.campaign-ex {
  width: 100%;
  min-width: 350px !important;
}

.assigned-user {
  align-items: flex-start;
}

.assigned-user .table-btns h4 {
  width: 125px;
  margin-bottom: 0;
}

.assigned-user .welcome-left {
  display: flex;
  justify-content: flex-end;
}

.assigned-user .welcome-left .assign-btns {
  max-width: 144px;
}

.timeline-sec {
  display: flex;
  align-items: center;
  gap: 150px;
  border-bottom: 1px solid #a0aec0;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.colored-anchor {
  color: #20c4c6;
}

.timeline-sec h4 > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-right: 25px;
  color: #2d3748;
}

.step-modals .detailActivity {
  padding-left: 100px;
}

.step-modals .textDelivered {
  border-top: 1px solid #f6f6f6;
  background-color: #fff;
}

.step-modal-btn {
  outline: none;
  box-shadow: none;
  width: 100%;
  border: none;
  border-left: 2px solid #1bb396;
  height: 100%;
}

.step-modal-btn:hover {
  background-color: #f6f6f6;
}

.step-modal-btn:focus,
.step-modal-btn:active,
.step-modal-btn:hover {
  outline: none;
  box-shadow: none;
}

.step-modal-btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #2d3748;
  text-align: left;
}

.steps-modal {
  min-width: 760px !important;
}

.steps-modal .modal-content .modal-body {
  padding: 80px 100px 50px 50px !important;
}

.steps-modal .modal-content .modal-body button {
  right: 34px;
  top: 24px;
  border: none;
}

.reserve-keys button:nth-child(1) {
  background-color: #2f7ef5;
}

.reserve-keys button:nth-child(2) {
  background-color: #a0aec0;
}

.reserve-keys button:nth-child(3) {
  background-color: #2d3748;
}

.reserve-keys button:nth-child(4) {
  background-color: #2d3748;
}

.reserve-keys button:nth-child(5) {
  background-color: #a0aec0;
}

.reserve-keys {
  margin-bottom: 20px;
  width: 640px;
}

.Enterprises {
  align-items: flex-start;
}

.submenu-items li > a {
  padding-left: 90px !important;
}

.submenu-items .active a {
  color: #1bb396 !important;
  font-weight: 500;
}

.submenu-items li > span {
  padding: 10px 0 0 70px !important;
}
.mini-drop {
  background-color: #2d3748;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 0;
  border: none;
}
.mini-drop li > a:active,
.mini-drop li > a:hover,
.mini-drop li > a:focus {
  background: #202733 !important;
  color: #1bb396 !important;
}
.submenu-items li span {
  cursor: pointer !important;
}

.inactive {
  background-color: #ed5566 !important;
}

.add-new {
  padding: 10px !important;
}

.employees-table table tr th {
  width: 268px;
  padding: 34px 0 18px 0;
}

.employees-phone-no-table table tr th {
  width: auto;
}

.employee-active-td {
  color: #1bb396 !important;
}

.employee-inactive-td {
  color: #ed5566 !important;
}

.employees-table table tr td:first-child,
.employees-table table tr th:first-child {
  padding-left: 39px !important;
}

.employees-table table tr td:last-child,
.employees-table table tr th:last-child {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

.add-new-form input {
  border: none !important;
}

.add-new-form h2 {
  margin: 40px 0 20px 0;
  font-weight: 600;
}

.add-new-form > div {
  justify-content: center;
}

.add-new-form > div > button {
  width: 192px;
  margin: 20px 0 28px 0;
}

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

.employee-detail-parent {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.span-label {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.employee-details {
  min-width: 465px;
  background-color: #fff;
  padding: 19px 0 51px 0;
  flex: 1;
  border-radius: 10px;
}

.reset-pass-link {
  display: flex;
  padding: 0 29px 0 38px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #a0aec0;
  gap: 10px;
}

.reset-pass-link > div {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
}

.reset-pass-link > div h4 {
  margin-bottom: 0;
}

.employee-details-sec {
  padding: 0 29px 0 38px;
  display: flex;
  justify-content: space-between;
}

.employee-details-left {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.employee-details-right {
  width: 35%;
}

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

.login-left {
  width: 50vw;
  position: relative;
  height: 100vh;
}

.login-left-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.lms-logo-text {
  position: absolute;
  top: 15%;
  left: 15%;
}

.lms-logo-text-two {
  position: absolute;
  top: 3%;
  left: 3%;
}

.lms-logo-text h1,
.lms-logo-text h2 {
  color: #fff !important;
}

.login-left.login-right {
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-x: auto;
}

.login-left.login-right h6 {
  margin-bottom: 42px;
}

.login-left.login-right h4 {
  text-align: center;
  width: 100%;
}

.login-left.login-right .new-campaign-btn {
  width: 100%;
  margin-bottom: 25px;
  padding: 14px 0;
}

.login-left.login-right h6 {
  margin-bottom: 42px;
}

.forget-btn {
  width: 100%;
  background-color: unset;
  margin-bottom: 75px;
  border: none;
}

.forget-btn .forget-btn:focus,
.forget-btn:hover,
.forget-btn:active {
  background-color: #fafafa !important;
}

.forget-btn {
  margin-bottom: 50px;
}

.forget-btn span {
  color: #2d3748;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.absolute-lock-img {
  position: absolute;
  width: 200px;
  top: -70px;
}

.forget-modal {
  min-width: 650px !important;
}

.forget-modal .modal-body {
  padding: 128px 50px 55px 50px !important;
}

.forget-modal .modal-body h5 {
  margin-bottom: 0;
}

.forget-modal .modal-body button {
  border: none;
  right: 20px;
}

.sign-up-tabs a.nav-link.active {
  background-color: #fafafa !important;
  border: none !important;
  border-bottom: 2px solid #1bb396 !important;
  color: #1bb396 !important;
  border-radius: unset !important;
  margin-bottom: 30px;
}

.back-to-campaign {
  justify-content: flex-end !important;
}

.back-to-campaign button {
  margin: 0 !important;
}

.Crm-sec {
  width: 100%;
}

.Crm-sec .first-name-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.crm-switch {
  width: 40px !important;
  height: 20px;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  border-radius: 4px;
}

.crm-switch:checked,
.crm-switch:checked:focus {
  background-color: #1bb396 !important;
  border: none;
  outline: none;
  box-shadow: none;
}

.crm-switch:focus {
  outline: none;
  box-shadow: none;
}

.crm-switch {
  border-color: #1bb396 !important;
}

.call-text-sec {
  width: 809px;
  flex: unset;
}

.call-text-sec > .employee-details-sec .employee-details-left {
  width: auto;
}

.call-text-sec > .employee-details-sec .employee-details-left > div > .assign-btns {
  margin-top: 16px;
  width: 137px;
}

.call-text-sec > .employee-details-sec .employee-details-left > div > h3 {
  margin-top: 30px;
}

.fast-call {
  margin-top: 30px;
}

.call-text-sec > .employee-details-sec .employee-details-left > div > form select {
  width: 187px;
}

.end-label {
  margin-left: 70px;
}

.date-checkbox {
  display: flex;
  flex-direction: column;
}

.date-checkbox div {
  margin: 30px 0;
}

.date-checkbox div:nth-child(2) {
  margin: 0;
}

.date-checkbox > div {
  display: flex;
  gap: 10px;
}

.day-period span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  width: 29px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d3748;
  border: 1px solid #c4c4c4;
  margin: 0 10px;
}

.day-period {
  display: flex;
  align-items: center;
  margin: 13px 0 0 0;
}

.setting-switch {
  align-items: center;
}

.setting-switch .form-switch label {
  margin: 2px 0 0 10px;
}

.second-card-header,
.card-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}

.second-card-header button {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: 147px;
}

.second-card-header h3:last-child,
.card-header h3:last-child,
.second-card-header h4:last-child {
  padding-right: 15%;
}

.expandable-card {
  border: none;
}

.call-div {
  width: 48px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #20c4c6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-right: 11%;
}

.second-card-header.active {
  background: #4fd1c51a !important;
}

.second-card-body {
  padding: 28px 0 17px 48px;
  display: flex;
  gap: 24px;
  border-top: 1px solid #a0aec0;
  border-bottom: 1px solid #a0aec0;
}

.second-card-body div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.second-card-body .assign-btns {
  flex-direction: row;
  margin-right: 20px;
}

.pricing-plan-sec {
  padding: 150px 0 125px 0;
}

.free-card-plan {
  border: 3px solid #1bb396;
  border-radius: 20px;
  min-width: 270px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.free-card-plan .card-body {
  padding: 20px;
}

.free-card-plan .card-body span {
  font-size: 45px;
}

.free-card-plan .card-body ul li {
  padding-left: 27px;
  margin-bottom: 21px;
}

.free-card-plan .card-body ul li > i {
  color: #1bb396;
  margin-right: 11px;
}

.free-card-plan .card-body button {
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #1bb396;
  border: none;
  width: 100%;
}

.three-cards-plan {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.icon-none {
  visibility: hidden;
}

.center-box-plan {
  box-shadow: 0px 14px 57px 5px #00000040;
  border: none;
}

.Recommended {
  display: flex;
}

.Recommended h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin: 5px;
}

.membership-role {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 25px 0;
  gap: 30px;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
  display: flex;
}

.material-switch > label::before {
  background: #f0f0f0;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
  border: 7px solid #1bb396;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  left: 20px;
}

.billing-table {
  background-color: unset !important;
}

.billing-table table tr th,
.billing-table table tr td {
  width: 322px;
}

.billing-table table tr {
  border-radius: 10px !important;
  display: flex;
  width: 100%;
  background-color: #fff !important;
  margin-bottom: 12px;
  justify-content: space-between;
}

.tr-bg-two {
  border-radius: 10px !important;
  display: flex;
  width: 100vw;
  background-color: unset !important;
  margin-bottom: 12px;
  justify-content: space-between;
}

.paid-tb div {
  width: 77px;
  height: 24px;
  border-radius: 33px;
  background-color: #e1ffdc;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07a104;
}

.paid-tb.pending div {
  background-color: #fff5dc;
  color: #e2b102;
}

.current-plan-bill {
  padding: 0;
}

.current-plan-bill .employee-details-sec .employee-details-left .first-name-info,
.span-label {
  color: #2d374880 !important;
}

.current-plan-bill .reset-pass-link {
  padding-top: 15px;
  background-color: #f9f9f9;
  border: 0.8px solid #ececec;
}

.current-plan-bill .reset-pass-link a {
  width: 77px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #1bb396;
  color: #fff;
}

.master-card {
  width: 100%;
  padding: 32px 12px;
}

.master-card-details {
  padding: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 0.8px solid #ececec;
  border-radius: 10px;
}

.master-card-details a {
  border: 0.8px solid #ececec;
  background-color: #fff;
  color: #2d3748;
  border-radius: 4px;
  height: 40px;
  width: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-circle {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.two-circle div > p {
  font-size: 10px;
  margin-bottom: 8px;
}

.two-circle div > p img {
  margin-right: 10px;
}

.master-card-parent {
  width: 970px;
  margin-bottom: 43px;
}

.pagination-sec {
  display: flex;
  justify-content: flex-end;
  margin: 41px 0;
}

.pagination-sec nav ul li a {
  color: #a0aec0;
}

.pagination-sec nav ul li a:hover,
.pagination-sec nav ul li a:active,
.pagination-sec nav ul li a:focus {
  color: #fff;
  background-color: #1bb396;
  box-shadow: none;
}

.lead-source-table .tr-bg-three {
  background-color: #f4f3f4 !important;
}

.lead-source-table {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a0aec0;
}

.lead-source-table table {
  border: 1px solid #0000001a;
  border-top: none;
  border-right: none;
}

.lead-source-table table tr td,
.lead-source-table table tr th {
  border-right: 1px solid #0000001a;
  padding-left: 20px;
}

.lead-source-table table tr td:last-child,
.lead-source-table table tr th:last-child {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.lead-source-table table tr {
  margin-bottom: 0;
  border-radius: 0 !important;
}

.lead-source-table .tr-bg-three th > div label {
  margin: 2px 0 0 10px;
}

.lead-source-config {
  border-bottom: 0;
  padding-bottom: 0;
}

.lead-source-config .assign-btns a {
  background-color: #fff;
  border: 1.5px solid #1bb396;
}

.lead-source-config .assign-btns a span {
  color: #1bb396;
}

.email-source {
  margin-top: 20px;
  width: 760px;
}

.email-source .timeline-sec,
.email-source form,
.email-source h4,
.email-source h3 {
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #a0aec033;
  padding-right: 86px;
}

.email-source .timeline-sec {
  border-bottom: 0;
  width: 410px;
}

.email-source .timeline-sec .assign-btns a:last-child {
  background: #f28d96;
  width: 87px;
  flex: none;
}

.email-source form {
  display: flex;
  gap: 20px;
}

.email-source form input {
  margin-bottom: 0;
}

.email-source form .timeline-sec {
  padding: 0;
  width: 113px;
}

.email-source form .timeline-sec .assign-btns a {
  background-color: #fff !important;
}

.lead-source-table table tr th,
.lead-source-table table tr td {
  width: 230px;
}

.landing-page-body {
  font-family: "Nunito" !important;
  background-color: #fff;
  background-image: url(/static/assets/icons/images/Background.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 80%;
}

.landing-page-body h1 {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #242331;
}

.landing-page-body h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0em;
  color: #242331;
}

.landing-page-body h3 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0em;
  color: #242331;
}

.landing-page-body p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #797979;
}

.landing-page-body .container {
  padding-top: 60px;
}

.landing-page-body .container nav {
  background-color: unset !important;
}

.landing-page-nav .container-fluid {
  gap: 17%;
  background-color: unset !important;
  margin-bottom: 109px;
}

.landing-page-nav .container-fluid .collapse ul {
  background: #ffffff1a;
  border-radius: 39px;
  padding: 10px 42px;
  gap: 30px;
}

.landing-page-nav .container-fluid .collapse ul li a {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0em;
  color: #ffffff;
}

.landing-btn {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0em;
  color: #242331;
  width: 156px;
  height: 55px;
  border-radius: 39px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.landing-btn > img {
  width: 30px !important;
  object-fit: contain;
}

.generate-more {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-bottom: 150px;
}

.generate-more img {
  width: 59%;
}

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

.generate-links a:first-child {
  background-color: #00d2d3;
}

.generate-links div.landing-btn,
.generate-links div > a:first-child {
  background-color: #f4f4f4;
}

.generate-more-left p {
  margin-bottom: 38px;
}

.landing-page-body .container .row {
  text-align: center;
  justify-content: center;
  margin-bottom: 150px;
}

.landing-page-body .container .row span {
  font-size: 15px;
  color: #00d2d3;
  background-color: #efecff;
  width: auto;
  padding: 020px;
  height: 50px;
  margin-bottom: 30px;
}

.landing-page-body .container .row h2 {
  margin-bottom: 46px;
}

.landing-page-body .container .row .card {
  border: none;
  background-color: unset !important;
}

.landing-page-body .container .row .card-body {
  border: none;
  padding: 40px 0;
  border-radius: 40px;
}

.landing-page-body .container .row .card-body img {
  width: 100%;
  padding: 0 20px;
}

.landing-page-body .container .row .card-body:hover {
  background-color: #f9f9f9;
}

.landing-page-body .container .row .card-body:hover > .landing-btn-two {
  color: #00d2d3;
  text-decoration: underline;
}

.landing-page-body .container .row .col-sm-6 {
  width: 33.3%;
  padding: 15px;
}

.landing-btn-two {
  text-decoration: underline;
}

.generate-more-two {
  padding: 60px 50px;
  border-radius: 50px;
  background-color: #f1f1f1;
  width: 100%;
}

.generate-more-two img {
  width: 55%;
}

.bg-sec-create .card-body {
  background-color: #f9f9f9;
  padding: 30px !important;
}

.bg-sec-create .card-body:hover h3 {
  color: #fff;
}

.bg-sec-create .card-body:hover {
  background-color: #00d2d3 !important;
}

.ease-sec {
  text-align: left;
}

.ease-sec .user-ease {
  display: flex;
  text-align: left;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.user-ease h2 {
  margin-bottom: 0 !important;
}

.user-ease img {
  width: 77px;
}

.ease-sec .generate-links .landing-btn {
  background-color: #242331;
  color: #fff;
}

.user-img-sec {
  margin-top: 50px;
  margin-bottom: 0;
}

.user-img-sec > img {
  height: 300px;
  width: auto;
}

.bg-container-unique {
  background-color: #00d2d3;
  max-width: 100% !important;
}

.testimonial {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  color: #fff;
  align-items: center;
}

.items div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  align-items: center;
}

.items div .stars {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3px;
}

.testimonial h6 {
  color: #fff;
}

.testimonial h2 {
  color: #fff;
}

.testimonial h1 {
  color: #fff;
  font-size: 100px;
  height: 80px;
}

.testimonial .items h5 {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
}

.testimonial .items .profile-testimonial {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.testimonial .items .profile-testimonial img {
  width: 100%;
  object-fit: contain;
}

.simple-pricing h2 {
  margin-bottom: 20px !important;
}

.simple-pricing .cards-collection {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.simple-pricing .cards-collection div {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 18px;
  width: 433px;
}

.basic-pricings {
  margin-top: 70px;
}

.basic-pricings .card-body {
  background-color: #f9f9f9;
  padding: 50px 35px !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  height: 825px !important;
}

.basic-pricings .card-body div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  gap: 50px;
  width: 100%;
}

.basic-pricings .card-body a.landing-btn {
  background: unset !important;
  border: 1px solid #242331;
  margin-top: auto;
}

.basic-pricings .card-body a.landing-btn:hover {
  background: #242331 !important;
  border: none;
  color: #fff;
}

.orange-text {
  background-color: #ffeecc !important;
  color: #c68a15 !important;
  border-radius: 43px;
  width: max-content !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-text-unique > span {
  color: #242331 !important;
  background-color: unset !important;
  width: auto;
  padding: 0 !important;
  height: 50px;
}

.basic-pricings .card-body:hover .card-text-unique > span {
  color: #00d2d3 !important;
}

.generate-more-three {
  background-image: url(/static/assets/icons/images/Background\ \(3\).svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.generate-more-three h2,
.generate-more-three p {
  color: #fff;
}

.generate-links form input {
  background-color: #ffffff33;
  color: #fff;
  border-radius: 39px;
  border: none;
  padding-left: 30px;
}

.generate-links form input::placeholder {
  color: #fff;
}

.generate-links form button {
  color: #00d2d3;
  border: none;
}

.icf-footer {
  border-top: 1px solid #e3e3e3;
  background-color: unset !important;
}

.icf-footer .row.mt-3 {
  margin-bottom: 30px !important;
}

.icf-footer .col-md-3.col-lg-4.col-xl-3.mx-auto.mb-4 {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 0 !important;
}

.icf-footer .col-md-3.col-lg-4.col-xl-3.mx-auto.mb-4 > div {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}

.icf-footer .col-md-3.col-lg-4.col-xl-3.mx-auto.mb-4 > div img {
  margin-top: 15px;
}

.icf-footer ul {
  padding-left: 0;
}

.icf-footer ul li {
  list-style: none;
  margin-bottom: 25px;
}

.icf-footer ul li a:hover {
  color: #00d2d3 !important;
}

.icf-footer .col-md-2.col-lg-2.col-xl-2.mx-auto.mb-4 h3 {
  padding-bottom: 32px;
  border-bottom: 1px solid #e3e3e3;
}
.landing-page-body-two {
  background-image: url(/static/assets/icons/images/Background\ \(4\).svg) !important;
  background-size: 30%;
  background-position: calc(100% - 0%) calc(100% - 95%);
}
.landing-page-body-two .container-fluid .collapse ul {
  background: #f9f9f9 !important;
}
.landing-page-body-two .landing-page-nav .container-fluid .collapse ul li a {
  color: #242331 !important;
}
.landing-page-body-two .landing-btn {
  background-color: #00d2d4;
  color: #fff;
}
.landing-page-body-two .container .row .col-sm-6 {
  flex: 1;
  max-width: 500px;
}
.bg-sec-create-two .card-body {
  background-color: #fff !important;
  border: 1px solid #e3e3e3 !important;
  box-shadow: 0px 24px 33px 0px #b5b5b540;
}

.bg-sec-create-two .card-body h3,
.bg-sec-create-two .card-body img {
  width: 97px !important;
}
.bg-sec-create-two .card-body:hover,
.bg-sec-create-two .card-body:hover h3 {
  background-color: #fff !important;
  color: unset !important;
}
.form-section-touch {
  margin-top: 20px;
}
.form-section-touch .card-body {
  padding: 70px !important;
}
.form-section-touch .col-sm-6 {
  max-width: 100% !important;
}
.contact-us-hello .parent-hello {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 35px;
  justify-content: center;
}
.contact-us-hello .parent-hello > .landing-btn {
  border: none;
  color: #fff;
  background-color: #242331;
}
.contact-us-hello .parent-hello > div label {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #242331;
  margin-bottom: 15px;
}
.contact-us-hello .parent-hello > div input,
.contact-us-hello .parent-hello > div textarea {
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  outline: none;
}
.contact-us-hello .parent-hello > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
textarea {
  resize: none;
}
.paris-sec .card-body {
  border: 1px solid #e3e3e3 !important;
  background-color: #fff !important;
}
.paris-sec img {
  width: 100px !important ;
  margin-bottom: 20px;
}
.paris-sec h4 {
  padding: 20px;
  background-color: #fad5e9;
  color: #c1749e;
  border-radius: 39px;
  margin: 0 26%;
}
.paris-sec.newyork h4 {
  background-color: #f5e9db;
  color: #d1934b;
}
.paris-sec.hanoi h4 {
  background-color: #cbeff1;
  color: #5b9093;
}
.wrapper.center-block {
  width: 70%;
}
#accordion {
  width: 100%;
}

.panel-title > a,
.panel-title > a:active {
  display: block;
  color: #242331;
  background-color: #fff;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 100% !important;
  box-shadow: none;
}
.panel-heading a:before {
  content: url(/static/assets/icons/images/_.svg);
  float: right;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: -14px;
}
.panel-heading.active {
  margin-bottom: 30px;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-body-custom {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0;
}
.panel-body-custom .panel-collapse {
  color: #797979;
  text-align: left;
  padding-left: 30px;
}
.landing-page-body-three {
  background-image: none !important;
}
.sales-count {
  background-color: #f9f9f9;
  border-radius: 50px;
  gap: 20px;
  padding: 50px;
  margin: 120px 0;
}
.sales-count > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.colored-M {
  color: #00d2d3;
}
.our-mission-sec {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 120px;
}
.our-mission-sec > div {
  width: 50%;
}
.our-mission-sec > div img {
  width: 100%;
  object-fit: contain;
}
.Innovation {
  max-width: unset !important;
}
.Innovation .card-body:hover,
.Innovation .card-body {
  border: none !important;
  background-color: #f9f9f9 !important;
  text-align: left;
  box-shadow: none !important;
}
.Innovation .card-body h3 {
  width: max-content !important;
}
.apply-jobs {
  align-items: flex-start !important;
}
.apply-jobs .row {
  justify-content: flex-start !important;
  text-align: left !important;
}
.apply-jobs .col-sm-6 {
  width: 100% !important;
  margin-bottom: 40px;
}

.apply-jobs .col-sm-6 .card-body,
.apply-jobs .col-sm-6 .card {
  background-color: #fff !important;
  border-radius: 30px !important;
}
.apply-now-job {
  flex-direction: column;
  align-items: flex-start !important;
}
.apply-now-job a {
  background-color: #fff !important;
  color: #242331 !important;
  border: 1px solid #242331 !important;
}
.apply-now-job a:hover {
  color: #fff !important;
  background-color: #242331 !important;
  border: none !important;
}
.apply-jobs .col-sm-6.no-job .apply-now-job {
  align-items: center !important;
}
.apply-jobs .col-sm-6.no-job .card-body {
  background-color: #00d2d3 !important;
}
.apply-jobs .col-sm-6.no-job .card-body:hover h3 {
  background-color: #00d2d3 !important;
}
.apply-jobs .col-sm-6.no-job .card-body h3,
.apply-jobs .col-sm-6.no-job .card-body h4,
.apply-jobs .col-sm-6.no-job .card-body p {
  color: #fff !important;
  text-align: center;
}
.apply-jobs .col-sm-6.no-job .card-body a {
  border: none !important;
}
.email-text-deliver .textDelivered {
  background-color: #fff !important;
}
.plain-btn:hover,
.plain-btn {
  background-color: #1bb396;
  border: none;
}
.testing-form {
  padding: 30px 30px 0 30px !important;
}

.notification-count {
  background-color: #1bb396 !important;
  color: white !important;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 1px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  border: 0.1px solid white;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed; /* Optionally change cursor to indicate it's disabled */
  opacity: 0.5; /* Optionally reduce opacity to visually indicate it's disabled */
}

.legend-container {
  display: flex;
  flex-wrap: wrap;
  overflow: auto; /* Add overflow property to allow scrolling */
  max-height: 150px; /* Set a max height for the legend container */
}

.legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px; /* Adjust as needed */
  margin-bottom: 10px; /* Adjust as needed */
}

.legend-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.legend-text {
  font-size: 14px;
}

.btn-arrow-div {
  display: flex;
  align-items: center;
  justify-content: center;
  /*position: absolute;*/
  margin-top: 20px;
  /*bottom: 40px;*/
  width: 100%;
}

.btn-arrow-div button:hover,
.btn-arrow-div button {
  background-color: unset !important;
  border: none;
  padding: 0 !important;
}
.btn-arrow-div button span {
  font-size: 35px;
  color: #fff;
}
.btn-arrow-div button span img {
  width: 20px;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

.rotate {
  animation: rotateAnimation 1s forwards; /* Adjust duration as needed */
}

/*#notification-list {*/
/*	width: 300px;*/
/*  max-height: 400px;*/
/*	overflow-y: scroll;*/
/*	!*overflow-y: hidden;*!*/
/*  !*overflow-x: hidden;*!*/
/*}*/
#notifications {
  background: unset !important;
}

.notification-seen {
  background: #ddd;
  color: white;
}

.dropdown-menu > .panel {
  border: none;
  margin: -5px 0;
}

.panel-heading {
  background-color: #f1f1f1;
  border-bottom: 1px solid #dedede;
}

.activity-item i {
  float: left;
  margin-top: 3px;
  font-size: 16px;
}

div.activity {
  margin-left: 28px;
  display: flex;
  flex-direction: column;
}

div.activity-item {
  padding: 7px 12px;
}

#notification-list div.activity-item {
  border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
  font-weight: 600;
}

div.activity span {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 16px;
  margin-left: auto !important;
}

#notifications i.fa {
  font-size: 17px;
}

.noty_type_error * {
  font-weight: normal !important;
}

.noty_type_error a {
  font-weight: bold !important;
}

.noty_bar.noty_type_error a,
.noty_bar.noty_type_error i {
  color: #fff;
}

.noty_bar.noty_type_information a {
  color: #fff;
  font-weight: bold;
}

.noty_type_error div.activity span {
  color: #fff;
}

.noty_type_information div.activity span {
  color: #fefefe;
}

.no-notification {
  padding: 10px 5px;
  text-align: center;
}

.noty-manager-wrapper {
  position: relative;
  display: inline-block !important;
}

.noty-manager-bubble {
  position: absolute;
  top: -5px !important;
  right: -5px !important;
  background-color: #fb6b5b;
  color: #fff;
  padding: 2px 5px !important;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  cursor: pointer;
  height: 15px;
  font-weight: bold;

  border-radius: 50% !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#notification-container {
  max-height: 300px; /* Adjust the maximum height as needed */
  overflow-y: auto !important;
  overflow-x: hidden; /* Enable vertical scrolling */
  width: 300px !important;
  left: -115px !important;
}

/*.submenu-items {*/
/*  display: block;*/
/*}*/
.sidebar.active .submenu-items li > span {
  padding: 10px 0 10px 0px !important;
}
.sidebar.active .mini-drop {
  min-width: 100%;
}
#sidebar.active ul ul a {
  padding: 10px 0 !important;
  text-align: center;
  font-size: 12px !important;
}
.draggable {
  padding: 10px;
  margin: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: move;
}
.bell-msg {
  position: relative;
}
i > i {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
.arrow-btn {
  min-width: 50px !important;
}
.arrow-btn i {
  font-size: 15px;
  color: #fff !important;
}
.msg-icon-green {
  font-size: 20px;
  color: #1bb396;
  margin-bottom: 0;
}
#show-form-btn {
  margin-left: auto;
  background: #1bb396;
  padding: 0;
  width: 150px;
  color: #fff0ff;
}
.close-icon {
  position: absolute;
  top: -4px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}
.login-right .forget-modal {
  justify-content: center;
  height: 100vh;
  min-width: 100% !important;
  padding: 0 !important;
  overflow: auto;
}
.login-right .forget-modal .modal-body {
  padding: 0 !important;
}
.absolute-lock-img {
  position: absolute;
  width: 200px;
  top: -210px;
}
.absolute-lock-img {
  position: unset !important;
}
.close-btn {
  display: none; /* Initially hide close button */
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* fk css  */
.advisorNavRow {
  margin-bottom: 30px;
}
.advisorNavRow .navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 1.1em;
  padding: 0.8em;
}
.advisorNavRow .navbar {
  border-bottom: 5px solid #5cbd9d;
  padding: 0 15px !important;
  background: #f3f4f3 !important;
}

.advisorNavRow .navbar .navbar-nav .nav-link.active {
  background-color: #5cbd9d !important;
  color: #fff !important;
  border-radius: 26px 4px 0 0 !important;
  border: none !important;
  padding-bottom: 14px;
}
.advisorNavRow a:hover,
.advisorNavRow button:hover {
  opacity: 0.6 !important;
}
.leadsTableMain {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px #fff;
  padding: 20px;
  width: 98%;
  margin: 0 auto 50px;
}
.leadsTableMain h2 {
  text-align: center;
  margin-bottom: 25px;
}
.leadsTableMain table.dataTable {
  border-collapse: collapse;
}
.leadsTableMain div#myTable_length {
  margin-bottom: 20px;
}
/* Custom pagination style */
.leadsTableMain .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #5cbd9d !important; /* Text color */
  border: 1px solid #5cbd9d !important; /* Border color */
  background-color: transparent !important; /* Background */
  padding: 5px 10px;
  margin: 2px;
}

/* Active pagination button */
.leadsTableMain .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #5cbd9d !important; /* Background color for active page */
  color: white !important; /* Text color for active page */
}

/* Hover effect */
.leadsTableMain .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #5cbd9d !important; /* Hover background */
  color: white !important; /* Hover text */
}
.leadsActionTh {
  max-width: 120px;
}
.filterRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.filterROwLeft h3 span {
  margin: 0 10px;
}
.filterRowRight {
  display: flex;
  gap: 20px;
}
.filterRowRight .dropdown-item:hover {
  background: #16a085;
  color: #fff;
}
.filterRowRight .dropdown-menu {
  transform: translate(-115px, 40px) !important;
}
.reminderFilterRight .dropdown-menu {
  transform: translate(0px, 38px) !important;
}
.filterDDBtn {
  background: transparent;
  color: #747474;
  border-color: #747474;
}
.filterDDBtn i {
  font-size: 13px;
}
.addActiBtn {
  background: #5cbd9d;
  color: #fff;
  font-weight: 500;
}
.addActiBtn:hover {
  background: #5cbd9d;
  color: #fff;
  opacity: 0.6;
}
.addNoteBtn {
  margin: 0 0px 22px;
}
.postComentBtn {
  margin: 5px 0px 0px auto;
  display: flex;
  justify-content: flex-end;
}
.createActModal {
  border: none !important;
  max-width: 60%;
  /* min-height: 300px; */
}
.createActModal .modal-content {
  border: none !important;
}
.leadsTableMain input[type="checkbox"] {
  accent-color: lightblue;
}
.leadsTableMain {
  font-size: 14px;
}
.leadsTableMain .form-select {
  font-size: 14px;
}

.leadsTableMain .table tr td a:hover,
.leadsTableMain .table tr td a span:hover {
  opacity: 0.7;
}
.leadsTableMain .table tr td a span {
  font-weight: 600;
  font-size: 13px;
  margin: 0 5px;
}
.leadsTableMain .table tr td span {
  font-weight: 600;
  font-size: 13px;
}
.leadsTableMain .table tr td:nth-of-type(1) {
  font-weight: 600;
}
#createActForm label {
  margin-bottom: 3px;
  font-size: 15px;
}
.themeGreen {
  color: #16a085 !important;
}
.darkRed {
  color: darkred !important;
}
.blueText {
  color: #0d6efd !important;
}
.allDayGroupCol {
  display: flex !important;
  justify-content: center;
  /* padding-top: 25px; */
}
.allDayGroup {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 20px;
}
.allDayGroup label {
  margin: 0 !important;
  line-height: 15px;
  padding-top: 5px;
}
/* activity details page css  */
.actDetailMain {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  flex-direction: row-reverse;
  gap: 10px;
}
.actDetLeft {
  /* width: 67%; */
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px #fff;
  padding: 12px;
  flex: 1;
}
.actDetRight {
  width: 32%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px #fff;
  padding: 4px 6px;
  display: none;
}
.actDetHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.actDRightCard {
  background: #f5f5f563;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.actOgnForm label {
  font-size: 13px !important;
}
.actOgnForm input {
  font-size: 13px !important;
}
.actOgnForm .form-select {
  font-size: 13px !important;
}
.contCardBtnRow {
  padding: 0px 20px 20px;
}
.contCardBtnRow a {
  padding: 4px;
  min-width: 120px;
}
.contCardBtnRow .ccFdownIcon {
  margin-left: 15px;
}

/* accordion sec  */
.accordionMain {
}
button.accordion-button.border-bottom.fw-semibold.collapsed:hover {
  opacity: 0.7;
}
.accordionMain .accordion-button:not(.collapsed),
.accordionMain .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 8px !important;
}
.accordion-item {
  /* box-shadow: 0 0 8px #3e933e !important; */
  margin-bottom: 25px !important;
  box-shadow: 0 0 6px #83db83 !important;
}
.accordionMain .accordion-button::after {
  width: 11px;
  height: 11px;
  /* border-radius: 100%; */
  border-radius: 25%;
  background-color: #16a085;
  background-image: none !important;
}
.accordionMain .accordion-button.collapsed::after {
  background-color: #ccc;
  /* animation-name: abc;
  animation-iteration-count: infinite;
  animation-duration: 2s; */
  /* background-color: #ef2828; */
}
.ccAcordMain .accordion-item {
  margin-bottom: 5px !important;
}
.ccAcordMain .headBoxRight a {
  color: #0d6efd;
  z-index: 99999 !important;
  display: block;
}
.ccAcordMain .headBoxLeft {
  width: 75px;
}
.ccAcordMain .headBoxLeft h4 {
  font-size: 13px;
}
.ccAcordMain .accordion-button {
  padding: 10px !important;
}
/* @keyframes abc {
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.2);
  }
  
} */
.accordionMain .accordion-button {
  font-size: 13px !important;
  font-weight: 500;
}
.accordionMain .accordion-body p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 7px;
  color: hsla(240, 7%, 62%, 1);
}
.reminderAccordLink {
  color: #1c75ff;
  margin: 0 10px;
}
.accordionMain h2 {
  margin-bottom: 2px;
}

.leadsDetHead {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.leadsDetLeft {
  display: flex;
  gap: 10px;
}
.leadUserLeft i {
  font-size: 30px;
  color: #16a085;
}

.leadUserRight i {
  color: #ffc43a;
}
.leadUserRight a {
  color: #1c75ff;
}
.leadsDetHead a:hover {
  opacity: 0.6;
}
.leadUserRight h5 {
  font-size: 14px;
}
.leadsDetRight {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  /* position: absolute;
  top: 4px;
  right: 20px; */
}
.statusTag {
  font-size: 14px;
  border-radius: 6px;
  background: #5cbd9d;
  color: #fff;
  padding: 6px;
  margin: 0 8px;
}
.ownShareMain {
  width: 350px;
}
.ownShareBox {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
  align-items: center;
}
.ownShareBox h4 {
  font-size: 14px;
  color: #5cbd9d;
  margin: 0;
}
.ownerDetSec {
  display: flex;
  position: relative;
}
.ownerDetSec h4 {
  color: #000000b0;
  font-size: 13px;
}
.shareBoxMain {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.sharedDetLeft {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sharedDetRight {
  width: 10%;
}
.addshareBtn {
  color: #5cbd9d;
}
.sharedDetSec a {
  border-radius: 50%;
  padding: 6px;
  background: #5cbd9d;
  color: #fff;
  margin: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  margin-right: -6px;
  border: 2px solid #fff;
}
.sharedDetSec a:nth-of-type(2) {
  background: #737373;
}
.sharedDetSec a:nth-of-type(3) {
  background: lightseagreen;
}
/* .sharedDetSec a:focus + .ownerDetailBox{
  display: block;
} */
.ownerDetailBox {
  position: absolute;
  top: 22px;
  left: 2px;
  box-shadow: 0 0 5px #ccc;
  padding: 10px;
  border-radius: 12px;
  display: none;
  z-index: 9;
  background: #fff;
}
.ownerDetailBox h5 {
  font-size: 14px;
  margin: 0;
}
.leadsDetRight a {
  font-size: 20px;
  display: block;
  color: #aba5a5;
}
.leadsDetRight a i {
  font-size: 12px;
}
.leadsDetRight a:nth-of-type(3) {
  color: red;
}
.leadDetailMain {
  display: block;
}
.leadStatusRow {
  background: #fff;
  padding: 20px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.leadStatusRow p {
  margin-bottom: 1px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.leadStatusRow a {
  margin-bottom: 5px;
  font-size: 14px;
  color: #5cbd9d;
  font-weight: 600;
}
.leadStatusRow a img {
  max-height: 18px;
}
.leadStatusRow .pastDueCol h4 {
  color: red !important;
}
div#addshareModal .modal-header {
  padding: 10px 12px 1px;
  border: none;
  font-size: 12px;
}
.sharedList {
  padding: 15px 6px 5px;
}
.sharedList p {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}
.sharedList p i {
  color: #5cbd9d;
}
.leadsDetContHead {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}
.tabsMain .nav-link.active {
  background: #5cbd9d;
  border: 1px solid #5cbd9d;
  color: #fff;
}
.tabsMain .nav-link {
  background: #747474;
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}
.tabsMain .tab-content {
  margin-top: 20px;
}
.accordHeadBox {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.accordHeadBox h4 {
  font-weight: 600;
}
.headBoxLeft {
  min-width: 100px;
}
.headBoxRight {
  /* flex: 1; */
  /* min-width: 13%; */
}
.hBRSubInfo {
  /* min-width: 23%; */
}
.hbStartDateSec {
  /* min-width: 12%; */
  text-align: center;
}
.hbStartDateSec i{
  color: red;
}
.acHeadRowTwo {
  display: flex;
  width: 20%;
  gap: 8px;
 
}
.acContCardHeadBox i {
  color: #5cbd9d;
  width: 20px;
  font-size: 15px;
}
.acHeadRowOne {
  display: flex;
  width: 27%;
}
.headBoxRowThree {
    width: 5%;
    text-align: center;
}

.headBoxRight.catgRow {
    width: 15%;
}
.headBoxRight.priortyRow {
    width: 6%;
    text-align: center;
}
.headBoxRight.compltRow {
    width: 10%;
    text-align: center;
}
.acContCardHeadBox h4 {
  margin-bottom: 0;
}
.accordHeadBox.acContCardHeadBox {
  align-items: center;
  gap: 6px;
}
.ccAcordMain .accordion-body {
  padding: 6px 10px;
}
.ccAcordMain .accordion-body p {
  padding: 3px 0px;
  width: 88%;
  font-size: 12px;
  margin: 0;
}
.recentAddEdit {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  /* border-top: 1px solid #ccc; */
  margin: 2px 0px 1px;
}
div#compose-btn {
  padding: 0;
  margin: 10px 0px 0 auto;
  display: flex;
  justify-content: flex-end;
}
.recentAddEdit a {
  color: #5cbd9d;
  font-size: 12px;
  min-width: 20px;
  text-align: end;
}
.contModal .modal-header {
  padding-bottom: 2px;
  border-bottom: none;
}
.contModal .modal-header .btn-close {
  font-size: 12px;
}
.addAddressBtn {
  padding: 6px;
  background: #5cbd9d;
  border-radius: 4px;
  margin: 2px 0px 6px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
}
.addAddressBtn i {
  margin: 0 5px;
}
.addAddressBtn:hover {
  color: #fff;
}
.addAddressBtn:focus {
  color: #fff;
}
.addEditAddModal .modal-dialog {
  max-width: 70%;
}
.addBtn {
  background: #5cbd9d;
  color: #fff;
  min-width: 100px;
  margin-left: auto;
  float: right;
}
.addressOne .addAddressBtn {
  font-size: 12px;
  width: 100%;
}
.addressOne .addAddressBtn:hover {
  font-size: 12px;
  width: 100%;
  background: #5cbd9d;
  color: #fff;
}
.ccBottomInput {
  position: relative;
}
.ccBottomInput .form-select {
  width: 20px;
  font-size: 12px;
  max-width: 80px;
  appearance: none;
  padding: 5px 3px 2px 4px;
  appearance: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("path/to/custom-icon.svg"); /* Replace with custom icon */
}
.recAddtext {
  font-size: 14px;
  color: #5cbd9d;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 10px;
}
.ccBottomInput input {
  flex: 1;
  font-size: 12px;
}
.ccBottomInput button {
  font-size: 12px;
  background: #5cbd9d;
  width: 50px;
  color: #fff;
  padding: 1px;
}
.ccBottomInput button:hover {
  background: #5cbd9d;
  color: #fff;
}
.ccBottomInput i {
  position: absolute;
  left: 69px;
  top: 12px;
  font-size: 8px;
}
.ccBottomInput input::placeholder {
  font-size: 12px;
  color: #d3d3d3;
  letter-spacing: 0.8px;
}
.contDetailRow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contDetLeft {
  width: 35%;
}
.contDetLeft h5 {
  font-weight: 600;
  font-size: 13px;
}
.contDetRight {
  flex: 1;
}
.contDetRight h5 {
  font-size: 13px;
}
.latestNotesRow {
  margin-bottom: 12px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 8px;
  padding: 12px;
}
.latNotesHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.latNotesHead h4 {
  font-size: 15px;
}
.latNotesHead h4 {
}
.latNotesHeadOne h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.latNotesHeadOne h4 i {
  color: #16a085;
  font-size: 16px;
  margin-right: 4px;
}
.latNotesHeadTwo h4 {
  font-weight: 400;
  font-size: 12px;
}
.latNotesHeadTwo {
  display: flex;
  justify-content: flex-end;
}

.latNotSubjRow {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
}
.latSubjtext {
  min-width: 80px;
  flex: 1;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.lateSubContText p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #00000080;
  text-align: center;
}
.lateSubContText {
  flex: 1;
}
.noteComVBox {
  background: #f5f5f57c;
  box-shadow: 0 0 10px #00000044;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.noteComVBox img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 0 5px #1bb396;
}
p.noteVtext {
  padding-left: 15px;
  font-size: 13px;
  color: #0000009e;
  margin: 0 0 2px;
}
.lateSubContText h4 {
}
.latNotSubDDBox {
  min-width: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.latNotSubDDBox .dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.latSubjtext h5 {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  text-align: center;
}
.latNotSubDDBox .dropdown:focus {
  outline: none;
}
.latNotSubDDBox .dropdown-toggle:active {
  outline: none;
  border: none;
  background: none;
  color: #000;
}
.latNotSubDDBox a#dropdownMenuLink {
  background: none;
  color: #000;
}
.latNotSubDDBox .dropdown-item:hover {
  background: #5cbd9d;
  color: #fff;
}
.latComntRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latComntLeft {
  width: 50%;
  display: flex;
  align-items: center;
}
.latComntLeft a {
  font-size: 13px;
  margin-right: 10px;
  font-weight: 600;
}
.latComntRight div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.latComntRight div h4,
.latComntRight div h5 {
  font-size: 14px;
}
.latComntRight div h4 i {
  margin-right: 5px;
}
/* accordion sec end */
.keywordTabMain {
  background: #fff;
  padding: 20px 12px;
  border-radius: 8px;
  max-width: 96% !important;
  margin: 20px auto 100px;
}
.tag {
  display: inline-block;
  background-color: #5cbd9d;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400 !important;
}
.tag .remove-tag {
  color: white;
  margin-left: 8px;
  cursor: pointer;
}
.staticList .modal .modal-header {
  justify-content: flex-end;
  margin-bottom: 15px;
  border-bottom: 0;
  padding: 10px;
  margin: 0;
}
.staticList .modal .modal-dialog {
  max-width: 50%;
  min-width: 500px;
}
.staticList .modal .modal-header .btn-close {
  font-size: 12px;
  margin: 0;
  max-width: 45px;
}
.appointEditBtn {
  margin: 0 10px;
  color: #0000005e;
  display: block;
}
.appointEditBtn:hover {
  opacity: 0.7;
}
.modContMain {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.subjLeft {
  width: 50%;
}
.guestRight {
  width: 40%;
}
.subjectRow {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.subjectRow h4 {
  font-size: 16px;
  font-weight: 800;
}
.subjectRow h6 {
  font-size: 13px;
}
.joinBtnRow {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
}
.joinBtnBox button {
  width: 80px;
  height: 30px;
  border-radius: 8px;
  background: #5cbd9d;
  color: #fff;
  border: none;
}
.joinBtnBox button:hover {
  opacity: 0.7;
}
.joinBtnRow h6 {
  font-size: 13px;
  margin: 0;
}
.descRow {
  padding-left: 25px;
  margin-top: 20px;
}
.descRow p {
  font-size: 13px;
  color: #0000009f;
}
.addGuestRow {
  margin-bottom: 20px;
}
.addGuestRow h4 {
  font-size: 14px;
  font-weight: 800;
}
.addGuestRow input::placeholder {
  font-size: 12px;
}
.guestStatusRow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guestStatusRow li {
  list-style: none;
  font-size: 12px;
  /* border-bottom: 0.5px solid #ccc; */
}
.guestStatusRow li i {
  margin-right: 4px;
  color: #5cbd9d;
}
.guestStatusRow h5 {
  font-size: 14px;
}
.gUnderStatus {
  display: flex;
  gap: 2px;
}
.gUnderStatus h6 {
  font-size: 12px;
  color: gray;
  font-weight: 400;
}
a:hover,
button:hover {
  opacity: 0.7 !important;
}
.appointment-item .apointBtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

/* file manager sec css  */
.file-manager {
  /* max-width: 500px; */
  margin: auto;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
.folder,
.file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.folder i,
.file i {
  font-size: 1.5rem;
}
.hidden {
  display: none;
}
.container{
  max-width: 100% !important;
}
/* ==== custom check box ==== */

/* ==== custom check box ====end */
@media screen and (min-width: 992px) {
  .advisorNavRow .navbar {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .advisorNavRow .navbar-nav {
    padding-top: 0.5em;
  }
}

/* fk css end */

@media (min-width: 992px) {
  .hamburger-btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .close-btn {
    display: block;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: -100vh !important;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    z-index: 99999;
    transition: top 0.5s ease-in-out; /* Updated transition */
  }

  .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
  }
  .navbar-collapse ul {
    width: 100%;
    text-align: center;
  }
  .navbar-collapse > a {
    background-color: #00d2d4 !important;
    color: #fff !important;
  }

  .hamburger-btn {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    flex-direction: row !important;
  }
}

@media (max-width: 1260px) {
  .forget-modal {
    min-width: 100% !important;
    overflow: hidden;
  }
  .personDetails {
    flex-wrap: wrap;
    justify-content: start;
  }

  .Enterprises h1 {
    font-size: 25px;
  }

  .timeline-sec {
    flex-direction: column;
    gap: 30px;
  }

  .assigned-user {
    flex-direction: column;
    align-items: center;
    gap: 30px !important;
    text-align: center;
  }

  .assigned-user .assign-btns {
    align-items: center !important;
  }

  .assigned form {
    justify-content: center;
  }

  .step-modals .detailActivity {
    padding-left: 0;
  }

  .timeline-sec h4 > span {
    margin-right: 6px;
  }

  .reserve-keys {
    width: 100%;
  }

  .login-left.login-right {
    padding: 40px;
  }

  .call-text-sec {
    flex: 1;
  }

  .call-text-sec > .employee-details-sec .employee-details-left > div > form select {
    width: 145px;
  }

  .end-label {
    margin-left: 10px;
  }

  .master-card-parent {
    width: 100%;
  }

  .landing-page-body .container {
    padding-top: 30px;
  }
  .landing-page-nav .container-fluid {
    margin-bottom: 50px;
  }
  .navbar-brand img {
    width: 60px;
  }
  .landing-page-body h1 {
    font-size: 25px;
  }
  .generate-more-left p {
    margin-bottom: 28px;
  }
  .landing-page-body p {
    font-size: 12px;
  }
  .landing-btn {
    font-size: 13px;
    line-height: 0px;
    width: 127px;
    height: 46px;
  }
  br {
    display: none;
  }
  .generate-more {
    margin-bottom: 70px;
  }
  .landing-page-body .container .row h2 {
    margin-bottom: 0px;
  }
  .landing-page-body h2 {
    font-size: 20px;
  }
  .landing-page-body h3 {
    font-size: 15px;
    font-weight: 500;
  }
  .landing-page-body .container .row {
    margin-bottom: 60px;
  }
  .bg-sec-create .card-body {
    padding: 16px !important;
  }
  .generate-more-two {
    flex-direction: column;
  }
  .user-img-sec > img {
    height: 300px;
    height: auto;
    width: 360px;
  }
  .testimonial h1 {
    height: 20px;
  }
  .testimonial .items h5 {
    font-size: 13px;
  }
  .testimonial .items .profile-testimonial {
    width: 70px;
    height: auto;
  }
  .testimonial {
    padding: 50px;
  }
  .landing-page-body .container .row .col-sm-6 {
    min-width: 300px;
    padding: 15px;
  }
  .basic-pricings {
    margin-top: 50px;
  }
  .basic-pricings .card-body {
    height: 750px !important;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
    flex-direction: column;
    align-items: flex-start !important;
    margin-right: 15px;
  }

  .email-source {
    width: 100%;
  }

  .email-source .timeline-sec,
  .email-source form,
  .email-source h4,
  .email-source h3 {
    padding-right: 0;
  }

  .email-source .timeline-sec .assign-btns {
    width: 100%;
  }
}

@media (max-width: 1044px) {
  .welcome {
    gap: 60px;
    flex-direction: column;
    text-align: center;
  }

  .personDetails {
    justify-content: center;
  }

  .specified-width button {
    min-width: 187px !important;
  }

  .campaign-form {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .chart-div {
    height: auto !important;
  }

  .lead-source-config h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #sidebar {
    min-width: 200px;
    max-width: 200px;
  }

  .sidebar-header h3,
  .sidebar-header strong {
    font-size: 12px;
    font-weight: 500;
  }
  .icf-img {
    width: 70px;
  }
  #sidebar .sidebar-header {
    padding: 20px;
  }
  #sidebar ul li.active > a,
  a[aria-expanded="true"],
  #sidebar ul li a {
    font-size: 13px !important;
    gap: 10px;
  }
  a[aria-expanded="true"],
  #sidebar ul li a {
    padding-left: 30px;
  }
  #sidebar ul li.active > a i img {
    width: 15px;
  }
  .sidebar .submenu-items li > span,
  .sidebar.active .submenu-items li > span {
    font-size: 13px;
  }
  .submenu-items li > a {
    padding-left: 60px !important;
  }
  .submenu-items li > span {
    padding: 10px 0 0 50px !important;
  }
  .btn-arrow-div button span img {
    width: 15px;
  }
  .btn-arrow-div {
    margin-top: 10px;
  }
  .profile-btn span {
    gap: 8px;
  }
  .profile-img {
    width: 35px;
    height: 35px;
  }
  .userdetails h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
  }
  h4 {
    font-size: 12px;
  }
  .profile-btn span > img {
    width: 9px;
  }
  .profile {
    padding: 20px 20px 0 20px;
  }
  .welcome {
    gap: 20px;
  }
  .welcome-bg {
    padding: 20px;
  }
  h2 {
    font-size: 18px;
  }
  .responses {
    padding: 0 20px;
  }
  .responses h2 {
    margin-bottom: 8px;
  }
  .responses h4 {
    margin-bottom: 13px;
  }
  .response-section {
    gap: 20px;
    padding-bottom: 20px;
  }
  .new-msgs {
    padding: 15px;
    min-width: 200px;
  }
  .new-msgs img {
    width: 30px;
  }
  .lifetime {
    gap: 8px;
  }
  h1 {
    font-size: 27px;
  }
  .response-section {
    border-bottom: none;
  }
  .selectors select {
    font-size: 12px;
    line-height: 15px;
    padding: 4.5px 9px;
    margin-left: 10px;
  }
  .selectors {
    display: flex;
    justify-content: space-between;
  }
  .chart-div {
    padding: 0;
    height: auto;
  }
  /* contact-page */
  .container.MaxWid {
    padding: 0 20px 20px 20px;
  }
  .tabChatSection {
    background: #ffffff;
    padding: 20px;
  }
  .tabChatSection form {
    width: 100%;
  }
  .form-control {
    padding: 10px;
    font-size: 15px;
    width: 100%;
  }
  .leads-table table {
    width: max-content;
  }
  .leads-table table tr th {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 26px;
  }
  .pagination-sec {
    margin: 30px 0;
  }
  .pagination-sec nav ul li a {
    padding: 3px 8px;
    font-size: 13px;
  }
  td,
  th,
  tr {
    font-size: 13px !important;
    text-align: left !important;
    width: max-content !important;
    padding: 10px !important;
  }
  table,
  td,
  th,
  tr {
    width: max-content !important;
  }
  #sidebar.active ul ul a {
    font-size: 9px !important;
  }
  ul.nav.nav-tabs {
    padding: 0 0 0 19px;
  }
  ul.nav.nav-tabs a {
    padding: 5px;
    font-size: 12px;
  }
  .enterText input {
    height: 50px;
    padding-left: 10px;
  }
  .deliverBg {
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
  }
  .activityListParent {
    padding-left: 0;
  }
  .deatailsStep {
    align-items: start;
    gap: 6px;
    min-width: max-content;
    font-size: 12px !important;
  }
  .first-text {
    flex-wrap: wrap;
  }
  .delivered {
    flex-direction: column;
  }
  .activityListPad {
    padding-left: 12px;
  }
  .activityicon {
    width: 30px;
    height: 30px;
    left: -16px;
  }
  .activityList {
    padding: 0px 0 21px 21px;
  }
  h5 {
    font-size: 13px;
  }
  .step-modal-btn span {
    font-size: 12px;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .button {
    font-size: 12px;
  }
  .modalflow {
    overflow: auto;
  }
  .tr-width-set {
    width: auto !important;
  }
  .tr-width-set th {
    border-right: none !important;
  }
  .employee-details {
    min-width: 230px;
    padding: 19px 0 51px 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }
  .reset-pass-link {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .employee-details-sec {
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .employee-details-right {
    width: 100%;
  }
  .master-card-details {
    flex-direction: column;
  }
  #notification-container {
    width: 225px !important;
    left: 19px !important;
    z-index: 99999;
    font-size: 12px !important;
  }
  .Crm-sec .first-name-info {
    flex-direction: column;
  }
  .assign-btns button,
  .assign-btns a {
    min-width: 100%;
  }
  .selectors {
    flex-direction: column;
  }
  .call-text-sec > .employee-details-sec .employee-details-left > div > form select {
    margin-bottom: 5px;
  }
  label {
    font-size: 12px !important;
  }
  .selectors select {
    margin-bottom: 5px;
  }
  .tabChatSection {
    overflow: auto;
  }
  button {
    margin-top: 5px !important;
  }
  .login-left {
    display: none;
  }
  .login-left.login-right {
    overflow: auto;
    padding: 10vw;
    width: 100%;
    scrollbar-width: none;
  }
  .login-left.login-right::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit browsers */
  }
  .absolute-lock-img {
    width: 150px;
    top: -160px;
  }
  .landing-page-nav .container-fluid {
    margin-bottom: 40px;
  }
  .generate-more {
    flex-direction: column-reverse;
  }
  .generate-more img {
    width: 85%;
  }
  .generate-more-left {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .landing-page-body h1 {
    font-size: 18px;
  }
  .generate-more {
    margin-bottom: 45px;
  }
  .landing-page-body .container .row span {
    font-size: 12px;
    padding: 0 14px;
    height: 27px;
    margin-bottom: 16px;
  }
  .landing-page-body h2 {
    font-size: 16px;
  }
  .generate-more-two {
    padding: 40px 30px;
  }
  .landing-page-body h3 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .user-ease {
    flex-direction: column-reverse;
  }
  .user-ease img {
    width: 77px !important;
  }
  .landing-page-body .container .row {
    margin-bottom: 30px;
  }
  .user-img-sec {
    margin-top: 20px;
  }
  .landing-page-body .container .row {
    margin-bottom: 0;
  }
  .testimonial {
    padding: 0 0 20px 0;
  }
  .basic-pricings {
    margin-top: 20px;
  }
  .landing-page-body .container .row .col-sm-6 {
    min-width: 300px;
    padding: 15px;
    width: 100%;
  }
  .apply-jobs .row {
    justify-content: center !important;
  }
  .basic-pricings .card-body a.landing-btn {
    margin-top: 0;
  }
  .basic-pricings .card-body {
    height: auto !important;
  }
  .landing-page-body-three .d-flex.justify-content-between {
    flex-direction: column;
    margin-top: 15px;
    text-align: center;
  }
  .Innovation .card-body h3 {
    text-align: center;
    width: 100% !important;
    margin: 10px 0;
  }
  .our-mission-sec > div {
    width: 100%;
  }
  .landing-page-body-three .d-flex {
    flex-direction: column;
    align-items: center !important;
  }
  .d-flex.justify-content-between.sales-count {
    margin-bottom: 30px;
  }
  .d-flex.justify-content-between.our-mission-sec {
    margin-bottom: 30px;
  }
  .landing-page-body-two .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    gap: 10px;
  }
  .landing-page-body-two .d-flex.align-items-center {
    flex-direction: column;
    gap: 10px;
  }
  .parent-hello {
    flex-direction: column;
  }
  .contact-us-hello .parent-hello > div input,
  .contact-us-hello .parent-hello > div textarea {
    padding: 15px;
    font-size: 12px;
  }
  .contact-us-hello {
    padding-top: 30px;
  }
  .wrapper.center-block {
    width: 100%;
  }
  .panel-body-custom {
    padding: 15px;
  }
  body-custom .panel-collapse {
    padding-left: 0;
  }
  .panel-body {
    font-size: 12px;
  }
  .panel-heading a::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .sidebar .submenu-items li > span {
    padding: 10px 0 10px 0px !important;
  }
  .help-popup {
    width: 100%;
    right: 0 !important;
  }
  .sidebar .mini-drop {
    min-width: 100%;
  }
  #sidebar ul ul a {
    padding: 10px 0 !important;
    text-align: center;
    font-size: 12px !important;
  }

  ul.nav.nav-tabs {
    padding: 0 0 0 9px;
  }
  .btn-arrow-div {
    display: none;
  }

  #sidebar {
    min-width: 67px;
    max-width: 67px;
    text-align: center;
  }
  #sidebar .absolute-img {
    display: none;
  }
  #sidebar .sidebar-header h3 {
    display: none;
  }
  .icf-img {
    width: 50px;
  }
  #sidebar .sidebar-header {
    padding: 20px 0 0 0;
  }

  #sidebar ul li.active > a,
  a[aria-expanded="true"],
  #sidebar ul li a {
    font-size: 9px !important;
    gap: 10px;
    flex-direction: column;
    padding: 20px 0;
  }

  #sidebar ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
  }
  .sidebar .submenu-items li > span,
  .sidebar .submenu-items li > span {
    font-size: 12px;
  }
  #sidebar ul li a i {
    margin-right: 0;
    font-size: 1.8em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  .btn-arrow-div {
    margin-top: 8px;
  }
  .userdetails h5 {
    font-size: 12px;
  }
  .profile {
    padding: 20px 0 0 0;
  }
  .welcome {
    gap: 10px;
  }
  .welcome-bg {
    padding: 10px;
  }
  h2 {
    font-size: 16px;
  }
  .responses {
    padding: 0 10px;
  }
  .response-section {
    gap: 10px;
    padding-bottom: 10px;
  }
  .new-msgs {
    padding: 10px;
    min-width: 150px;
  }
  .new-msgs img {
    width: 20px;
  }
  h1 {
    font-size: 25px;
  }
  /* contact-page */
  .container.MaxWid {
    padding: 0 10px 10px 10px !important;
  }
  .tabChatSection {
    padding: 10px;
  }
  .form-control {
    font-size: 12px;
  }
  .leads-table table tr th {
    font-size: 12px;
    line-height: 15px;
    padding: 0 18px;
  }
  .pagination-sec {
    margin: 20px 0;
  }
  .pagination-sec nav ul li a {
    padding: 3px 8px;
    font-size: 13px;
  }
  .assigned select,
  .assigned div {
    font-size: 12px;
    max-width: 210px;
    min-width: 210px !important;
  }
  .both-texts {
    padding: 15px;
  }
  .textDelivered {
    overflow: auto;
  }
  .dotted-btns a span,
  .dotted-btns button span {
    font-size: 12px;
  }
  #sidebar ul li a {
    flex-direction: column;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }
  .submenu-items {
    display: block !important;
  }
  #sidebar.active {
    min-width: 67px;
    max-width: 67px;
    text-align: center;
  }
}
/*.submenu-items {*/
/*  display: block !important;*/
/*}*/
#campaignSubmenu li a {
  padding-left: 70px !important;
}

/* static/css/styles.css */
#help-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}

#help-icon img {
  width: 50px;
  height: 50px;
}

.help-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  border: 1px solid #ccc;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.help-popup-content {
  padding: 20px;
}

.help-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}
.navbar-open {
  top: 0 !important;
}

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
  height: 660px;
}
.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
  color: #2d3748;
  font-size: 21px;
  margin: auto;
}
.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
  outline: none;
}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}
.chat_ib h5 span {
  font-size: 12px;
  float: right;
  color: #464646;
}
.active_chat .chat_ib h5 span {
  color: #fff;
}
.chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto;
}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
  position: relative;
}

.chat_people {
  overflow: hidden;
  clear: both;
  position: relative;
}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat {
  height: 660px;
  overflow-y: scroll;
}

.active_chat {
  background: #2d3748;
}
.active_chat h5,
.active_chat p {
  color: #fff;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}
.received_withd_msg p {
  background: #f4f3f4 none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg {
  width: 57%;
}
.mesgs {
  float: left;
  width: 60%;
  background-color: #fff;
}

.sent_msg p {
  background: #2d3748 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  outline: none;
}

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}
.msg_send_btn {
  background: #2d3748 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging {
  padding: 0 0 50px 0;
}
.msg_history {
  padding: 30px 15px 0 25px;
  height: 516px;
  overflow-y: auto;
}
.container.chat-sec {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.container.chat-sec img {
  max-width: 100%;
}
.container.chat-sec > .messaging {
  padding: 0;
}
.chat-no-pd {
  padding: 0;
}
.chat-tab-sec {
  width: 100%;
  background-color: #2d3748;
  padding: 20px !important;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chat-tab-sec li {
  flex: 1;
}
.chat-tab-sec button {
  color: white !important;
  background: #1bb396 !important;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  min-width: 146px;
  border-color: #1bb396 !important ;
}
.chat_date.campaign-name {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
.keywords .badge {
  background-color: #1bb396 !important;
}
.lastest-response {
  background-color: white;
  align-items: flex-start;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.lastest-response .lifetime {
  align-items: start;
}

.lastest-response .lifetime p {
  font-size: 12 !important;
  color: black;
}
.header {
  background-color: #294e85;
  color: white;
  padding: 20px;
  text-align: center;
}
.card {
  border-radius: 20px;
  padding: 15px;
  margin: 10px 0;
}
.progress {
  height: 6px;
}
.calendar-event {
  border-left: 5px solid #294e85;
  padding-left: 10px;
  margin: 10px 0;
}
.statistics-bar {
  background-color: #e9f8f2;
}
.statistics-bar-danger {
  background-color: #f8d7da;
}
.notification-card {
  border-radius: 7px;
  padding: 6px 10px 1px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.notification-card h6 {
  margin: 0;
  font-size: 14px;
}
.notification-card p {
  font-size: 12px;
  margin: 0;
}
.notification-card small {
  color: #888;
  font-size: 10px;
  vertical-align: text-top;
}
.notification-icon {
  border-radius: 50%;
  padding: 7px;
  margin-right: 12px;
}
.notification-icon-red {
  background-color: #f56c6c;
  color: white;
}
.notification-icon-green {
  background-color: #67c23a;
  color: white;
}
.notification-icon-yellow {
  background-color: #e6a23c;
  color: white;
}
.notification-icon-blue {
  background-color: #409eff;
  color: white;
}
/* .view-all {
  text-align: center;
  padding-bottom: 15px;
}
.view-all a {
  color: #409eff;
  font-weight: 600;
  text-decoration: none;
} */
.notifCardMain {
  max-height: 292px;
  overflow: auto;
  margin-bottom: 24px;
}
.schedule-container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}
.meetings-section,
.calendar-section {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.meeting-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.meeting-details {
  display: flex;
  flex-direction: column;
}
.meeting-details h6 {
  margin: 0;
  font-size: 1rem;
}
.meeting-details small {
  color: #888;
}
.status-buttons {
  display: flex;
  gap: 10px;
}
.btn-going {
  background-color: #409eff;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
}
.btn-cancel {
  background-color: #f56c6c;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
}
.calendar-header {
  text-align: center;
  margin-bottom: 10px;
}
.appointments-list {
  margin-top: 20px;
}
.appointments-list .appointment-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #f4f6fa;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.appointments-list .appointment-item:hover {
  /* opacity: 0.7; */
}

.progress-card {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0px;
}

.progress-card h5 {
  font-weight: 600;
  color: #2c3e50;
}

.progress-card p {
  color: #95a5a6;
  margin-bottom: 20px;
}

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

.progress-info {
  flex: 1;
}

.progress-info h6 {
  margin: 0;
  font-size: 1rem;
  color: #34495e;
}

.progress-info small {
  color: #95a5a6;
}

.progress-circle-container {
  width: 50px;
  height: 50px;
  position: relative;
}

.progress-circle {
  width: 100%;
  height: 100%;
}

/* Style for percentage label */
.progress-circle-container p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: #2c3e50;
}

.progress-divider {
  border-bottom: 1px solid #f0f3f7;
  margin: 10px 0;
}

.btn-see-all {
  background-color: #1abc9c;
  border-radius: 20px;
  color: white;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

.btn-see-all:hover {
  background-color: #16a085;
}
.wholeProgressCard {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 0 24px 0;
}

.progress-container {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px; /* Larger text for better visibility */
  font-weight: bold;
  color: #333;
}
