body {
  background-color: #f8fafb;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
}
.bread-crumb-nav ul {
  margin-bottom: 0px;
}
.header-section {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 0px !important;
}
.header-logo img {
  /* width: 100px; */
  margin-top: 7px;
  height: 40px;
}
hr {
  border-color: #999;
}
.user-profile img {
  width: 45px;
  border: 2px solid #cbcbcb;
  border-radius: 25px;
  height: 45px;
  object-fit: cover;
}
.header-navbar ul {
  padding: 0;
}
.header-navbar ul li {
  display: inline-block;
  width: auto;
  list-style: outside none none;
}
.header-navbar ul li img {
  width: 30px;
}
.header-navbar ul li a {
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #696d77;
  display: inline-block;
  text-decoration-line: none;
  padding: 18px;
}
.bread-crumb-nav ul li {
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #696d77;
  display: inline-block;
  text-decoration-line: none;
  padding: 18px;
}
.bread-crumb-nav .nav-title {
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 0px;
  color: #696d77;
  display: inline-block;
  text-decoration-line: none;
  padding: 18px 0px;
}
.header-section {
  padding: 0px 0;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-section {
  padding: 0px 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.logo-navbar {
  display: flex;
  justify-content: flex-start;
}
.mt-5 {
  margin-top: 5px;
}
.center {
  text-align: center;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.ml-20 {
  margin-left: 20px;
}
.section-title p {
  margin-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  /* --tw-text-opacity: 1;
    color: rgba(40, 45, 54, var(--tw-text-opacity)); */
  color: #333;
}
.mt-96 {
  margin-top: 96px;
}
.g-25 {
  gap: 20px;
}
.table-wrapper {
  background-color: #fff;
  padding: 20px 20px;
  margin-top: 20px;
}
.lead-info-box {
  width: 370px;
  height: 90px;
  border: 1px solid rgb(221, 221, 221);
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 3px;
}

.lead-detailed-info-box {
  width: auto;
  height: 500px;
  border: 1px solid rgb(221, 221, 221);
  background-color: #fff;
  border-radius: 7px;
}
.pt-17 {
  padding-top: 17px;
}
.box-content h6 {
  padding-top: 17px;
}
.box-content p {
  padding: 9px;
  color: #67937e;
  background-color: #ecfdf3;
  border: 2px solid #ecfdf3;
  border-radius: 8px;
  /* margin: 5px */
  /* margin-top: 5px; */
}
.center {
  text-align: center;
}
.contact-card {
  background: #fff;
  border-radius: 5px;
  padding: 14px 12px;
  margin-bottom: 10px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  gap: 10px;
}
.active {
  border: 2px solid #ececf7;
  background-color: #ececf7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.name-abbr {
  width: 50px;
  height: 50px;
  background-color: #eee;
  border-radius: 45px;
  text-align: center;
  padding-top: 14px;
  /* flex: 2; */
  font-size: 12px;
  border: 1px solid #7f669d;
}
.name-abbr .name-title {
  font-size: 15px;
}
.contact-card-details {
  /* flex: 9; */
  padding: 0px 10px;
}
.person-card {
  display: flex;
}
.person-name {
  font-weight: bold;
  font-size: 14px;
}
.status-badge {
  margin-left: 5px;
}
.green-badge {
  background-color: #ecfdf3;
  border-radius: 7px;
  padding: 2px 2px;
  font-size: 10px;
  color: #377c5b;
  border: 1px solid #377c5b;
  margin-left: 2px;
}
.facebook-badge {
  background-color: #ecfdf3;
  color: #377c5b;
  border: 1px solid #377c5b;
}
.google-badge {
  background-color: #ecfdf3;
  color: #377c5b;
  border: 1px solid #377c5b;
}
.website-badge {
  background-color: #ecfdf3;
  color: #377c5b;
  border: 1px solid #377c5b;
}

.contact-icon {
  font-size: 13px;
}
.contact-info {
  font-size: 13px;
  color: #999;
}
.date-details {
  flex: 3;
}
.card-date {
  font-size: 10px;
}
.mt-50 {
  margin-top: 50px;
}

.section-margin {
  margin-top: 80px;
}
.details-card-section {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.details-card {
  display: flex;
  justify-content: space-between;
}
.details-title,
.form-group label {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
.form-control {
  font-weight: 300;
}

.timeline-info-date {
  font-size: 13px;
  color: #999;
  line-height: inherit;
}
.timeline-info-time {
  font-size: 13px;

  line-height: inherit;
  padding-left: 10px;
}
.groups-green-color {
  width: fit-content;
  padding: 5px;
  color: #377c5b;
  border-radius: 7px;
}
.section-title {
  /* text-align: center; */
  font-weight: bold;
  padding-bottom: 10px;
}
.timeline-icon {
  border: 2px solid #0d4c92;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  background: #0d4c92;
  color: #fff;
  /* padding-left: 6px; */
  font-size: 14px;
  padding: 3px 0px 0px 8px;
}
.timeline-card {
  display: flex;
  justify-content: flex-start;
}
.pl-7 {
  padding-left: 7px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 52px;
}
.pl-55 {
  padding-left: 55px;
}
.mt-30 {
  margin-top: 30px;
}
.timeline-details-2 {
  font-size: 13px;
  color: #999;
  line-height: inherit;
  padding-left: 10px;
  padding-left: 50px;
  line-height: 22px;
}
.v1 {
  border-left: 2px solid lightgray;
  height: 50px;
  /* position: absolute; */
  /* left: 50%;
    margin-left: -3px; */
  top: 0;
}
.details-info {
  color: #1b1b1b;
  /* font-size: 14px; */
}
.bg-off-white-1 {
  background-color: #f2f2fd;
}
.bg-off-white-2 {
  background-color: #e5e4e2;
}
.border-shadow {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.button-31 {
  background-color: #0d4c92;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 23px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-31:hover,
.button-31:focus {
  opacity: 0.75;
}
.bread-crumb-btn {
  padding: 16px;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.bread-crumb {
  box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
  border-radius: 7px;
}
.pr-10 {
  padding-right: 10px;
}
.pt-22 {
  padding-top: 22px;
}
.nav-title-active {
  background-color: #f8f4ff;
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 14px;
  color: #0d4c92;
  border: 2px solid #0d4c92;
}
.modal-title {
  font-family: "Space Grotesk";
  font-weight: bold;
}
.w-300px {
  width: 300px;
}
.modal-client-name {
  font-size: 14px;
  color: #999;
  padding-left: 5px;
}
.modal-content-text {
  font-size: 14px;
  color: #1b1b1b;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  margin-top: 5px;
}
.selection-box {
  text-align: center;
  border: 1px solid #fafafa;
  background-color: #fafafa;

  padding: 20px 20px;
  font-size: 16px;
  font-family: "Space Grotesk";
  font-weight: bold;
  margin-bottom: 27px;
  border-radius: 25px;
}
.selection-box:hover {
  background-color: #eaf5ff;
}
.activity-select-box {
  margin-top: 23px;
}
.form {
  position: relative;
}

.form .fa-search {
  position: absolute;
  top: 13px;
  left: 18px;
  color: #9ca3af;
}

.form span {
  position: absolute;
  right: 17px;
  top: 11px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.left-pan {
  padding-left: 5px;
}

.left-pan i {
  padding-left: 10px;
}

.form-input {
  height: 40px;
  text-indent: 30px;
  border-radius: 10px;
}

/* .form-input:focus {
  box-shadow: none;
  border: none;
} */
.modal-groups-list {
  display: flex;
  justify-content: space-between;
}
.group-list-text {
  font-size: 12px;
  font-family: "Space Grotesk";
  border-radius: 14px;
  padding: 4px 10px 4px 10px;
  color: #fff;
}
.check-circle-icon {
  color: #f21423;
  font-size: 18px;
}
.modal-footer-content {
  display: flex;
  justify-content: flex-start;
  padding: 8px 0px 16px 18px;
  color: #006398;
}
.modal-footer-text {
  padding-left: 12px;
  font-size: 17px;
}
.leads-card-info {
  font-size: 11px;
  /* font-weight: bold; */
  padding-top: 2px;
  color: #9ca3af;
}
.leads-card-info-active {
  color: #5039aa;
  font-size: 11px;
  /* font-weight: bold; */
  padding-top: 2px;
}
.learn-more-text {
  font-size: 16px;
  color: #17a2c1;
  font-weight: bold;
}
.sharing-history-title {
  font-size: 14px;
  font-family: "Space Grotesk";
}
.archive-box-icon {
  font-size: 16px;
  font-family: "Space Grotesk";
  padding-bottom: 10px;
}
.sharing-history-box {
  text-align: center;
  padding: 10px 10px;
}
.preview-content {
  background-color: #eeeeee;
  font-size: 14px;
  padding: 15px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-160 {
  margin-top: 140px;
}
.integration-social-icon {
  padding: 3px 10px 3px 10px;
  font-size: 16px;
  border: 1px solid #1678f2;
  background-color: #1678f2;
  border-radius: 20px;
  color: #fff;
}
.mt-15 {
  margin-top: 15px;
}
.social-media-title {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: bold;
  padding-left: 11px;
  padding-top: 3px;
}
.integration-box-details {
  font-size: 15px;
  font-family: Space Grotesk;
  color: #1b1b1b;
  padding: 11px 0px;
  color: #9ca3af;
}
.integration-status {
  font-size: 15px;
  font-family: "Space Grotesk";
  color: #1b1b1b;
}
.integration-connection-text {
  font-size: 15px;
  font-weight: bold;
  color: #006398;
}
.integration-connection-icon {
  font-size: 15px;
  font-weight: bold;
  color: #006398;
}
.d-flex-2 {
  display: flex;
  justify-content: space-between;
}
.integrations-box {
  padding: 12px;
  background-color: #fafafa;
  border: 1px soild #eeeeee;
  background-color: #eeeeee;
  margin-bottom: 22px;
  border-radius: 4px;
}
.integrations-box:hover {
  /* border: 1px solid #9ca3af; */
  border: 1px soild #ececf7;
  background-color: #ececf7;
}
.integration-connection-btn {
  display: flex;
}
.pr-12 {
  padding-right: 12px;
}
.integrations-section-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 25px;
  border-radius: 4px;
}
.mb-50 {
  margin-bottom: 50px;
}
.company-logo {
  text-align: center;
}
.company-logo img {
  width: 150px;
  margin-top: 7px;
}
.signup-box {
  padding: 40px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-radius: 6px;
  /* margin-top: 25px; */
  margin: 25px 25px;
}
.pb-12 {
  padding-bottom: 10px;
}
.form-group-title {
  font-size: 14px;
  font-family: "Space Grotesk";
  /* font-weight: 600; */
  padding-left: 4px;
  padding-bottom: 6px;
  color: #1b1b1b;
}
.pt-20 {
  padding-top: 20px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-35 {
  margin-top: 35px;
}
.signup-form-content {
  font-family: "Space Grotesk";
  text-align: center;
  /* padding: 10px 10px; */
  padding: 12px 0px 12px 0px;
}
.signin-form-content {
  font-family: "Space Grotesk";
  text-align: center;
  /* padding: 10px 10px; */
  padding: 12px 0px 12px 0px;
}
.signin-form-content h3 span {
  color: #e41d2e;
}

.signup-page-side-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-25 {
  padding: 25px;
}
.signup-section {
  margin-bottom: 30px;
}
.signup-box-footer-text {
  font-size: 14px;
  padding-top: 17px;
  text-align: center;
}
.signup-box-footer-text a {
  font-size: 15px;
  /* font-weight: bold; */
  color: #006398;
  padding-left: 3px;
  text-decoration: none;
}
.signup-form-text span {
  color: #e41d2e;
}
.profile-box {
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 30px;
  width: 675px;
  border: 1px solid #eeeeee;
  /* display: flex; */
}
.profile-img img {
  width: 70px;
  border: 2px solid #cbcbcb;
  border-radius: 8px;
}
.profile-img {
  padding: 15px 15px 3px 15px;
  text-align: center;
}
.profile-text {
  padding: 15px;
  text-align: center;
}
.d-flex-3 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.mt-120 {
  margin-top: 120px;
}
.team-members-table {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 2px solid #eeee;
  padding: 22px;
}
.fs-14 {
  font-size: 14px;
}
.table tr th {
  color: #999;
}
.table tr td div {
  color: #999;
}
.vertical-dots-icons {
  color: #333 !important;
}
.table-serial-no {
  padding-top: 11px;
  color: #1b1b1b !important;
}
.table-status {
  font-size: 14px;
  /* font-weight: bold; */
  color: #1ed760 !important;
  padding-top: 10px;
}
.table-status-deactivated {
  font-size: 14px;
  /* font-weight: bold; */
  color: #e41d2e !important;
  padding-top: 10px;
}
.vertical-dots-icons {
  font-size: 14px;
  padding-top: 10px;
}
.view-details-btn {
  display: flex;
  font-size: 14px;
  color: #5039aa;
  cursor: pointer;
}
.billing-details-icon {
  padding-left: 8px;
}
.active-members {
  display: flex;
  font-size: 14px;
  color: #1b1b1b;
}
.total-active-members {
  width: 17%;
  border: 2px solid #eeeeee;
  padding: 10px;
  background-color: #fbfbff;
}
.billing-modal-btn button {
  border: 1px solid #5039aa;
  background-color: #5039aa;
  font-size: 14px;
  font-family: "Space Grotesk";
  width: 250px;
  border-radius: 5px;
}
.billing-modal-btn {
  text-align: center;
}
.modal-section-title {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
}
.modal-section-title-pricing {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
}
.modal-main-content {
  font-size: 14px;
  line-height: inherit;
  padding: 10px 0px;
}
.billing-table tr th {
  font-size: 14px;
  font-weight: 600;
}
.billing-table {
  margin-top: 15px 0px !important;
}
.billing-modal-main {
  padding-bottom: 16px;
}
.teams-table-footer-text span {
  font-size: 14px;
  font-weight: bold;
  color: #e41d2e !important;
}
.teams-table-footer-text {
  padding: 25px 0px 50px 0px;
  text-align: center;
  font-size: 14px;
}
.inputs i {
  position: absolute;
  top: 14px;
  left: 4px;
  color: #b8b9bc;
}
.leads-card-last-activity {
  font-size: 11px;
  /* font-weight: bold; */
  color: #1b1b1b;
}
.leads-card-last-activity-info {
  font-size: 11px;
  /* font-weight: bold; */
  color: #1b1b1b;
  padding-left: 3px;
}
.leads-card-footer-data {
  display: flex;
}
.leads-card-divider {
  margin: 3px 0 !important ;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #639;
  z-index: 99999;
  background: hsla(0, 0%, 100%, 0.25);
  box-shadow: 0 4px 16px rgb(17 17 26 / 5%), 0 8px 32px rgb(17 17 26 / 5%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.Modal,
.Modal2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 450px;
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
  box-shadow: 0 4px 16px rgb(17 17 26 / 5%), 0 8px 32px rgb(17 17 26 / 5%);
}

.modal-main-header {
  background: #0d4c92;
  padding: 20px 10px;
  color: #fff;
}
.form-container {
  margin: 10px 10px;
}
.modal-main-title {
  font-size: 18px;
  font-family: "NexaBold";
}
/* Colors Starts Here */
.color1 {
  background-color: #1ecd8e;
}
.color2 {
  background-color: #ffda18;
}
.color3 {
  background-color: #f21423;
}
.color4 {
  background-color: #0d4c92;
}
.color5 {
  background-color: #a58def;
}
.color6 {
  background-color: #75ddc9;
}
.color7 {
  background-color: #ff8787;
}
.color8 {
  background-color: #e669bc;
}
.color9 {
  background-color: #18ad28;
}
.color10 {
  background-color: #bc4ed6;
}
/* Colors Ends Here */
.modal-man-body {
  padding: 10px;
}
.sidebar {
  max-height: 90vh;
  overflow-y: scroll;
}
.color-box {
  margin-top: 10px;
  max-width: 450px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.icon-box {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 25%;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
}
.form-label-text {
  padding: 10px 0px;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f6f6f6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-button {
  background-color: #0d4c92;
  color: #fff;
  border: 1px solid #0d4c92;
  padding: 10px 10px;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}
.btn-close {
  color: #fff !important;
}

.sticky-section {
  position: sticky;
  top: 90px;
}
.contact-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.color-name {
  color: #fff;
  text-shadow: #000;
  text-shadow: 1px 1px rgba(100, 100, 111, 0.2);
}
.client-add-area {
  max-width: 450px;
}
.active-box {
  background-color: #eaf5ff;
}
.sidebar-filter {
  padding: 10px 10px;
}
.topping {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 10px;
}
.pagination-clients {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  /* background: hsla(0, 0%, 100%, 0.25); */
  /* box-shadow: 0 4px 16px rgb(17 17 26 / 5%), 0 8px 32px rgb(17 17 26 / 5%); */
  backdrop-filter: blur(2px);
  padding: 10px;
  width: 100%;
  max-width: 350px;
}
.paginate-custom {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
