* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
  font-family: "Manrope", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /* background: #fff; */
}
.cursor-pointer-underline:hover {
  cursor: pointer;
  text-decoration: underline;
}
.form-select:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: none;
  border-color: #06c !important;
}
.form-control:hover,
.form-select:hover,
.form-check-input:focus:hover {
  border-color: #06c !important;
}
.filter-box .form-check-input:checked {
  border-color: #06c !important;
}
[data-rbd-drag-handle-context-id] {
  touch-action: none;
}
/* Typography Colors */
.txt-deep-blue-acc {
  color: #036 !important;
}
.txt-grey-light-acc {
  color: #333 !important;
}
.txt-grey-account,
.css-1dimb5e-singleValue {
  color: #666 !important;
}
.txt-grey-dark {
  color: #4d4d4d;
}
.txt-grey {
  color: #888888;
}
.txt-link {
  color: #0066cc;
}
.txt-dark {
  color: #3d3d3d;
}
.txt-grey-account-dark {
  color: #3d3d3d;
}
.txt-green {
  color: #16a249 !important;
}
.txt-blue-light {
  color: #0066cc !important;
}
.txt-red {
  color: #dc2626 !important;
}
.txt-orange {
  color: #f97316 !important;
}
.txt-purple {
  color: #9810fa !important;
}
/* Font Sizes */
.txt-10 {
  font-size: 10px !important;
  line-height: 14px;
}
.txt-12 {
  font-size: 12px !important;
  line-height: 16px;
}
.txt-14 {
  font-size: 14px !important;
  line-height: 20px;
}
.txt-16 {
  font-size: 16px;
}
.txt-18 {
  font-size: 18px;
}
.txt-22 {
  font-size: 22px;
}
.txt-26 {
  font-size: 26px;
}
.ph-14::placeholder,
.css-1yft2fy-placeholder {
  font-weight: 400 !important;
  color: #666 !important;
}
.lh-14 {
  line-height: 14px;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px !important;
}
.lh-20 {
  line-height: 20px;
}
.lh-21 {
  line-height: 21px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.lh-32 {
  line-height: 32px;
}
.h-42 {
  height: 42px;
}
/* Spacing Utilities */
.p-32px {
  padding: 32px;
}
.mb-6px {
  margin-bottom: 6px;
}
.mb-12px {
  margin-bottom: 12px;
  font-weight: 400;
}
.mb-14px {
  margin-bottom: 14px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-32px {
  margin-bottom: 32px;
}
.border-underline {
  transition: all 0.2s ease-in-out;
}
.border-underline:hover {
  text-decoration: underline;
}

.opacity-60 {
  opacity: 0.6;
}
.cursor-pointer {
  cursor: pointer;
}
/* Form Controls */
.back-button {
  border-radius: 10px;
  border: 1px solid #e1e7ef;
  background: #fff;
  padding: 9.801px 12px 10px 12px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin-left: 20px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}

/* header section */
header .navbar {
  display: inline-flex;
  padding: 14px 12.99px 13px 12px;
  border-bottom: 0.8px solid #e5e7eb;
  background: #fff;
  width: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
}
.navbar-brand {
  color: #036;
  /* font-family: "Segoe UI"; */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
header .navbar .nav-link {
  color: #666;
  /* font-family: "Segoe UI"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
}
.nav-link:hover {
  color: #06c !important;
}
.nav-link.active {
  border-bottom: 1.6px solid #06c;
  color: #036 !important;
}
.user-div {
  padding: 8px 16px;
  transition: all 0.2s ease-in-out;
  border-radius: 0.75rem;
}
.user-div:hover {
  background-color: #f9fafb;
}
.user-dropdown.dropdown-toggle::after {
  display: none;
}
.arrow-down {
  transform: rotate(90deg);
  display: none;
}
/* common-section */
.br-12px {
  border-radius: 12px;
}
.card-content-block {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.date-input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
}
/* content-section */
main {
  padding: 24px 80px;
  padding-top: 80px;
}

main .account-cards {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin-bottom: 24px;
}
main .card-details .profile {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #06c;
  color: #fff;
  /* font-family: "Segoe UI"; */
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  /* overflow: hidden; */
}

.company-logo {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}
.card-head {
  color: #036;
  /* font-family: "Segoe UI"; */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
}
.card-head-container {
  display: flex;
  justify-content: center;
  grid-gap: 12px;
}
.card-head-container .account-id {
  border-radius: 9999px;
  background: #f1f5f9;
  padding: 2.8px 10.471px 2.8px 10.79px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  height: 22px;
  margin-top: 8px;
  white-space: nowrap;
}
.card-head-container .account-type {
  border-radius: 9999px;
  background: #16a249;
  padding: 2.8px 10.471px 2.8px 10.79px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 22px;
  margin-top: 8px;
}
.account-type-badge {
  transition: all 0.2s ease-in-out;
}
.account-type-badge:hover {
  background: #0066cccc;
}
.card-details .btn-account-card {
  display: flex;
  padding: 7.2px 12.408px 7.2px 12.8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  border: 1px solid #e1e7ef;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn-account-card:hover {
  background: #f1f5f9;
}
.card-details .card-content {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}
.card-details .more-content {
  color: #06c;
  font-size: 14px;
  font-weight: 600;
  line-height: 22.75px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.card-details .more-content:hover {
  text-decoration: underline;
}
.down-arrow-limit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.card-footer-account {
  border-top: 0.8px solid #e5e7eb;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.profile-user {
  border-radius: 9999px;
  background: #06c;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.card-blocks {
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.card-blocks:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.Journey-step {
  border-radius: 50%;
  border: 1px solid #06c;
  background: #06c;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto 8px auto;
}
.Journey-step.empty {
  border: 1px solid #d1d5db;
  background: #fff;
  position: relative;
  z-index: 99;
}
.card-pipeline-data {
  border-radius: 12px;
  background: #f0fdf4;
  padding: 16px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.card-pipeline-data.first-card:hover {
  background-color: rgb(220 252 231) !important;
}
.card-pipeline-data.second-card:hover {
  background-color: rgb(219 234 254) !important;
}
.card-pipeline-data.third-card:hover {
  background-color: #fef9c3 !important;
}
.card-pipeline-data.last-card:hover {
  background-color: #f3f4f6 !important;
}
ul.custom-list,
.swot-analysis ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

ul.custom-list li,
.swot-analysis li {
  background: url("../images/1/success.svg") no-repeat left center;
  background-size: 16px;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
ul.custom-list li:nth-last-child(1),
.swot-analysis li:nth-last-child(1) {
  margin-bottom: 0px;
}
ul.custom-list.alert-list li,
.swot-analysis .alert-list li {
  background: url("../images/1/alert.svg") no-repeat left center;
}
.swot-analysis .alert-red li {
  background: url("../images/1/alert-red.svg") no-repeat left center;
}
.swot-analysis .opportunity li {
  background: url("../images/1/opportunity.svg") no-repeat left center;
}
ul.custom-list.future-opprtunities li {
  background: url("../images/1/expensive.svg") no-repeat left center;
}
.history-card {
  border-radius: 12px;
  background: #f9fafb;
  padding: 1rem;
  margin-bottom: 1rem;
}
.history-card:nth-last-child(1) {
  margin-bottom: 0px;
}
.vendors {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.vendors li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.vendors li:nth-last-child(1) {
  margin-bottom: 0px;
}
.activity-card {
  border-radius: 12px;
  background: #f9fafb;
  padding: 12px 12px;
  margin-bottom: 16px;
}
.activity-card:nth-last-child(1) {
  margin-bottom: 0px;
}
.create-swot {
  background-color: #0066cc;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 16px;
  outline: none;
  border-radius: 8px;
  box-shadow: none;
}
.activity-tag {
  border-radius: 9999px;
  background: #e5e7eb;
  padding: 2.5px 10px;
  color: #1f2937;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-tag.active {
  background-color: #16a249 !important;
  color: #fff;
}
.key-scroll {
  max-height: 330px;
  overflow: auto;
}
.key-cards {
  border-radius: 12px;
  background: #f9fafb;
  padding: 16px;
  margin-bottom: 16px;
}
.key-cards:nth-last-child(1) {
  margin-bottom: 0px;
}

.key-profile {
  border-radius: 50%;
  background: #dbeafe;
  border: 2px solid #bfdbfe;
  color: #fff;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.key-profile.bg-light-profile {
  background: #dbeafe;
  border: 2px solid #bfdbfe;
  width: 56px;
  height: 56px;
  color: #1d4ed8;
}
.key-profile img {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.nav-social-link {
  text-decoration: none;
  color: #06c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.2s ease-in-out;
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}
.nav-social-link:hover {
  text-decoration: underline;
}
ul.custom-list.future-list li {
  background: url("../images/1/feature-list.svg") no-repeat left center;
}
/* account-table */
.data-content-body {
  padding: 24px;
  margin-left: 303px;
  /* width: calc(100% - 220px); */
}
.card-head.sub-head {
  /* padding-bottom: 8px; */
  /* border-bottom: 1.6px solid #06c; */
  display: inline-block;
}
.account-data-content {
  background: #f9fafb;
  min-height: 100vh;
}
.account-data-content .data-content-card {
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  grid-gap: 8px;
  align-items: center;
  border: 1px solid #e1e7ef;
}
.account-data-content .table-search-data {
  padding: 1rem;
  border-radius: 12px;
  background: #fff;
}
.account-data-content .search-account-input {
  padding-left: 42px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding-top: 8.7px;
  padding-bottom: 8.7px;
  font-size: 14px;
  font-weight: 400;
}
.account-data-content .search-account {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.account-data-content .select-limit,
.select-limit-value {
  border-radius: 12px;
  border: 1px solid #d1d5db;
  /* background: #fff; */
  min-width: 130px;
  padding-top: 8.7px;
  padding-bottom: 8.7px;
  font-size: 14px;
  font-weight: 400;
}
.select-limit-value {
  min-width: 150px;
}
.nav-pills .nav-link {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}
.nav-pills .nav-link:hover {
  color: #06c;
}
.nav-pills {
  grid-gap: 24px;
  border-bottom: 0.8px solid #e5e7eb;
}
.table-search-data .nav-pills .nav-link.active {
  color: #06c !important;
  background-color: transparent;
  border-bottom: 1.6px solid #06c;
}
.table > :not(caption) > * > * {
  background-color: transparent;
}
.account-table .table tr {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
.account-table .table tr:hover {
  background-color: #f1f5f980 !important;
}
.account-table .table th {
  color: #036;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 16px !important;
}
.account-table .table td {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #333;
}
.account-table .table th,
.account-table .table td {
  vertical-align: middle;
  padding: 16px;
  border-color: #e1e7ef;
}
.account-table .action-btn {
  border-radius: 10px;
  background: #06c;
  display: flex;
  padding: 7px 11.68px 7px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
}
.account-table .action-btn:hover {
  background-color: #003366;
}
.mobile-view-data-account-container .account-table .action-btn:hover {
  border-color: #003366;
}
.account-table .pagination {
  justify-content: end;
}
.account-table .table th:first-child {
  border-radius: 12px 0px 0px 0px;
}
.account-table .badge-custom {
  padding: 2.8px 10.478px 2.8px 10.8px;
  border-radius: 9999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.account-table .badge-custom.bg-primary {
  background-color: #0066cc !important;
  display: inline-block;
}
.account-table .badge-custom.bg-success {
  background: #16a249 !important;
}
.txt-light {
  color: #999 !important;
}
.badge-amount {
  border-radius: 9999px;
  border: 1px solid #06c;
  background: #f0f7ff;
  color: #06c;
  font-size: 12px;
  padding: 2px 10.433px 2px 10.8px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}
/* .table tbody tr:last-child td {
  border: none !important;
} */
.pagination .page-item {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #e1e7ef;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #333;
  line-height: 20px;
}
.pagination .page-item:hover {
  background: #06c;
  color: #fff;
}
.page-item.disabled .page-link {
  padding: 0;
  border: none;
  background-color: transparent;
}
.page-item img {
  transition: all 0.2s ease-in-out;
}
.page-item:hover img {
  filter: brightness(6.5);
}
.prev-nxt-btn {
  border-radius: 10px;
  border: 1px solid #e1e7ef;

  background: #fff;
  padding: 8px 12px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.prev-nxt-btn.disabled {
  opacity: 0.5;
}
.active-btn-page.page-item {
  background: #06c;
  border-color: #06c;
  color: #fff;
}
.account-filter {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  width: 303px;
  height: calc(100vh - 80px);
  overflow: auto;
  position: fixed;
  left: 0;
  top: 75px;
  padding-bottom: 84px;
}
.sidebar-hight {
  max-height: 180px;
  overflow-y: auto;
}
/* .sidebar-hight::-webkit-scrollbar {
  width: 5px !important; 
} */

.filter-box {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 16px;
  margin-bottom: 16px;
}
.filter-box:nth-last-child(1) {
  margin-bottom: none;
}

.filter-box h6 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.35px;
  margin-bottom: 12px;
}
.filter-box .form-check-input {
  border-radius: 2.5px;
  border: 1px solid #767676;
  width: 13px;
  height: 13px;
}
.filter-box .form-check .form-check-input {
  margin-left: -1.3em;
}
.filter-box .form-check {
  margin-bottom: 8px;
}
.filter-box .form-check:nth-last-child(1) {
  margin-bottom: 0px;
}
.filter-box .form-check-label {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-word !important;
}
.filter-btn {
  border-radius: 10px;
  padding: 9px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  border: none;
}
.btn-reset {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #666;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
.btn-reset:hover {
  background-color: #f1f5f9;
  border: 1px solid #d1d5db !important;
}
.btn-apply {
  background: #06c;
  padding: 10px 0;
  color: #fff;
}
.btn-apply:hover {
  background-color: #003366;
  color: #fff;
}
/* For Chrome, Edge, Safari */

.account-filter::-webkit-scrollbar-track,
ul.colored-dots::-webkit-scrollbar-track {
  background: #999;
  border-radius: 4px;
}
.modal-height-scroll {
  overflow: auto;
  height: 70vh;
}
.account-filter::-webkit-scrollbar-thumb,
ul.colored-dots::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}

.account-filter::-webkit-scrollbar-thumb:hover,
.ul.colored-dots::-webkit-scrollbar-thumb:hover {
  background-color: #0b5ed7;
}
.img-container {
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 102, 204, 0.1);
}
.purchase-table,
.recent-activity-list {
  max-height: 520px;
  overflow: auto;
}
.modal-height-scroll::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.key-scroll::-webkit-scrollbar,
.recent-activity-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.key-scroll::-webkit-scrollbar-thumb,
.recent-activity-list::-webkit-scrollbar-thumb,
.modal-height-scroll::-webkit-scrollbar-thumb {
  background-color: #c7c4c4;
  border-radius: 4px;
}
.purchase-table::-webkit-scrollbar,
.recent-activity-list::-webkit-scrollbar {
  width: 8px; /* Vertical scrollbar width */
}
.purchase-table::-webkit-scrollbar-thumb,
.recent-activity-list::-webkit-scrollbar-thumb {
  background-color: #c7c4c4;
  border-radius: 4px;
}
.purchase-table .purchase-div {
  background: #f9fafb;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.purchase-table .purchase-head {
  color: #036;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* width: 33.33333333%; */
}
.vendor-dm {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 8px 12px;
}
.vendor-details-page {
  /* border-radius: 10px;
  border: 1px solid #E1E7EF;
  background: #FFF;
  padding: 10px 13px; */
  display: flex;
  align-items: center;
  grid-gap: 4px;
  color: #06c;
  margin-top: 9px;
  text-decoration: none;
  margin-bottom: 12px;
}
.vendor-management-data {
  width: 540px !important;
}
.vendor-management-data .offcanvas-header {
  padding: 24px;
  border-bottom: 0.8px solid #e1e7ef;
}
.vendor-management-data .offcanvas-body {
  padding: 24px;
}
.vendor-management-data .vendor-cards {
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 12px;
  margin-bottom: 12px;
}
.vendor-cards-blocks {
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 12px;
  margin-bottom: 12px;
}
.contact-tag {
  border-radius: 9999px;
  background: #f1f5f9;
  padding: 2px 8px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 12px;
}
.contact-tag.primary {
  background: #06c;
  color: #fff;
}
.vendor-cards-content {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.vendor-cards-content:nth-last-child(1) {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0px;
}
.vendor-management-data .offcanvas-title {
  color: #036;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.purchase-table .purchase-text {
  color: #036;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* text-align: center; */
  margin-bottom: 0px;
  /* width: 33.33333333%; */
}

/* For Firefox */
.sidebar-hight {
  margin-right: -14px;
  width: 100%;
}
.account-filter,
.sidebar-hight {
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}
.offcanvas-end.executive-div {
  width: 600px;
}
.table-search-data .nav-pills .nav-link {
  padding-bottom: 8px;
}
.filter-box .form-check-input[type="radio"] {
  border-radius: 50% !important;
}
.total-learner-top {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: end;
}
.key-personal {
  width: 510px !important;
}
.key-offcanvas-div {
  border-radius: 12px;
  background: #f9fafb;
  padding: 16px;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-bottom: 16px;
}
.key-offcanvas-div:nth-last-child(1) {
  margin-bottom: 0px;
}
.footer-filter-sticky {
  position: fixed;
  border-top: 1px solid #e5e7eb;
  background-color: #fff;
  padding: 12px;
  bottom: 0px;
  left: 0;
  width: 292px;
}
.mobile-border {
  border-radius: 10px;
  border: 1px solid #e1e7ef;
  background: #fff;
  padding: 8px 11.928px 8px 12.8px;
}
.txt-30 {
  font-size: 30px;
}
.tech-used-list {
  border-radius: 12px;
  padding: 12px;
  background: #f9fafb;
  margin-bottom: 8px;
  grid-gap: 12px;
}

/* account-expansion */
.txt-vendor {
  color: #243042;
}
.txt-light-vendor {
  color: #7b899d;
}
.meeting-status {
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 2px 7px;
}
.meeting-status.pending {
  background: #ffe0e0;
  color: #dc2626;
}
.meeting-status.success {
  background: #d6ffe5;
  color: #16a34a;
}
.executive-text {
  color: #243042;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
}
.executive-overview-block {
  border-radius: 12px;
  border: 1px solid #dbe1e9;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 24px;
  margin-bottom: 24px;
}
.meeting-block {
  background: rgba(241, 245, 249, 0.3) !important;
}
.executive-overview-block .img-container {
  border-radius: 8px;
  background: #e8f1fc;
  width: 48px;
  height: 48px;
}
/* .executive-overview-block h2{
  color: #243042!important;
} */
.executive-overview-block-full {
  border-radius: 12px;
  border: 1px solid #e6eaf0;
  border-left: 4px solid #006fff;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
}
.exe-overview {
  background: rgba(241, 245, 249, 0.3);
}
.account-penetration-block {
  border-radius: 9999px;
  background: rgba(0, 111, 255, 0.1);
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.action-plan-container {
  border-radius: 8px;
  background: #e8f1fc;
  width: 32px;
  height: 32px;
}
.action-plan-list {
  border-radius: 12px;
  border: 1px solid #e6eaf0;
  padding: 18.801px 13.201px 18.6px 19.199px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-bottom: 12px;
}
.action-plan-list:nth-last-child(1) {
  margin-bottom: 0px;
}
.action-plan-list .date-tag,
.date-tag-news {
  border-radius: 9999px;
  background: #e8f1fc;
  padding: 2.199px 7px 1.801px 7px;
  color: #0b65da;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}
.pipeline-block {
  border-radius: 12px;
  border: 1px solid #eff6ff;
  background: #eff6ff;
  padding: 16px;
}
.pipeline-content .action-plan-list {
  padding: 12px 13.201px 12px 19.199px;
}
.vendor-list-pipeline li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  position: relative;
}
.vendor-list-pipeline li:nth-last-child(1) {
  margin-bottom: 0;
}
ul.colored-dots {
  max-height: 180px;
  overflow: auto;
}
ul.colored-dots li::marker {
  color: #1f9350;
  font-size: 1.2em;
}
.market-landscape-block {
  border-radius: 12px;
  border: 1px solid #e6eaf0;
  border-left: 4px solid #0b65da;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.executive-overview-slider .swiper-slide {
  height: auto;
}
.executive-overview-slider .executive-overview-block {
  margin-bottom: 0px;
}
.executive-overview-slider .swiper-button-next,
.executive-overview-slider .swiper-button-prev {
  color: #333;
  top: 60%;
  width: 28px;
  height: 28px;
  border-radius: 200px;
  background: #e5e7eb;
  box-shadow: 0 4px 4px -35px rgba(0, 0, 0, 0.25);
}
/* .executive-overview-slider .swiper-wrapper{
  justify-content: center;
} */
.executive-overview-slider .swiper-button-next {
  right: -0.8rem;
}
.executive-overview-slider .swiper-button-prev {
  left: -0.8rem;
}
.executive-overview-slider .swiper-button-next svg,
.executive-overview-slider .swiper-button-prev svg {
  width: 10px;
  height: 10px;
}
.executive-overview-slider .swiper-button-next::after,
.executive-overview-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.proposal-table table {
  width: 100%;
  border-collapse: collapse;
}
.proposal-table th,
.proposal-table td {
  padding: 12px 16px;
}
.proposal-table th,
.proposal-table td {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.proposal-table td {
  font-weight: 400;
}
.proposal-table td strong {
  color: #243042;
}
.pipeline-card {
  border-radius: 8px;
  border: 1px solid #e6eaf0;
  background: #fff;
  padding: 16px;
}
.hover-text {
  transition: all 0.2s ease-in-out;
}
.hover-text:hover a,
.hover-text:hover .head {
  color: #0066cc !important;
}
.hover-text .hover-active {
  display: none;
}
.hover-text:hover .hover-active {
  display: block;
}
.hover-text .default {
  display: block;
}
.hover-text:hover .default {
  display: none;
}
.account-penetration .accordion-item {
  margin-bottom: 24px;
  border: none;
  border-bottom: 0.8px solid #e1e7ef;
}
.accordion-item:has(.accordion-collapse.show) {
  border-bottom: none;
}
.account-penetration .accordion-item:nth-last-child(1) {
  margin-bottom: 0;
}
.account-penetration .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.account-penetration .account-count {
  border-radius: 9999px;
  background: #f1f5f9;
  width: 28.52px;
  height: 21.6px;
  padding: 2.8px 0;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
/* .account-penetration .accordion-item:has(.accordion-collapse.show) {
  border: none;
} */
.account-penetration .accordion-button {
  padding: 0px;
  padding-bottom: 8px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.swiper-button-lock {
  display: flex !important;
}
.account-penetration .accordion-button:hover {
  color: #06c;
}
.account-penetration .accordion-button::after {
  width: 20px;
  height: 20px;
}
.accordion-button:focus {
  box-shadow: none;
}
.action-plan-content {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.strategic-table th,
.strategic-table td {
  font-size: 14px;
  line-height: 21px;
  padding: 12px 16px;
}
.strategic-table th {
  color: #036;
  font-weight: 600;
  background: #f9fafb;
}
.strategic-table td {
  color: #666;
  font-weight: 400;
  border-bottom: 0.8px solid #e5e5e6;
}
.action-table th {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: rgba(241, 245, 249, 0.5);
  padding: 12px 16px;
}
.action-table tbody tr:last-child td {
  border-bottom: none !important;
}
.action-table td {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 16px;
}
.cat-attract-tag {
  border-radius: 9999px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}
.cat-attract {
  color: #1d4ed8;
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.1);
}
.cat-retain {
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.2);
  background: rgba(34, 197, 94, 0.1);
}
.cat-grow {
  color: #7e22ce;
  border: 1px solid rgba(168, 85, 247, 0.2);
  background: rgba(168, 85, 247, 0.1);
}
.cat-grow-retain {
  color: #c2410c;
  border: 1px solid rgba(249, 115, 22, 0.2);
  background: rgba(249, 115, 22, 0.1);
}

.border-right-attract {
  border-left: 4px solid #3b82f6 !important;
}
.border-right-retain {
  border-left: 4px solid #22c55e !important;
}
.border-right-grow {
  border-left: 4px solid #a855f7 !important;
}
.border-right-grow-retain {
  border-left: 4px solid #f97316 !important;
}
.add-maker,
.add-key-account {
  padding: 8px 11.642px 8px 12px;
  border-radius: 10px;
  background: #06c;
  color: #fff;
}
.top-50xy {
  top: 50%;
  transform: translateY(-50%);
}
.vendor-modal .form-control-modal {
  border-radius: 10px;
  border: 0.8px solid #e1e7ef;
  background: #f3f3f5;
}
.keyMaker-modal .modal-header,
.vendor-modal .modal-header {
  padding: 24px 24px 12px 24px;
}
.keyMaker-modal .modal-body,
.vendor-modal .modal-body {
  padding: 0px 24px 24px 24px;
}
.modal-backdrop,
.modal-backdrop.show {
  background-color: #181a53 !important;
  opacity: 0.75 !important;
}
.modal-content {
  border-radius: 12px;
}
.modal-footer {
  padding: 16px !important;
  border-top: 0.8px solid #e1e7ef !important;
}
.keyMaker-modal .image-profile-maker {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 24px;
}
.keyMaker-modal .update-photo {
  border-radius: 10px;
  border: 1px solid #e1e7ef;
  background: #fff;
  padding: 8px 12px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.add-profile {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.setImage-profile {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  border-radius: 50%;
  object-fit: contain;
}
.form-control-modal {
  padding: 9px 12px !important;
  border-radius: 10px;
}
.form-btn-maker {
  padding: 10px 16px;
  border-radius: 10px;
}
.form-btn-maker.cancel {
  border: 1px solid #e1e7ef !important;
  background: #fff !important;
  color: #333 !important;
}
.form-btn-maker.delete {
  border: 1px solid #ef4343;
  background: #ef4343;
  color: #fff;
}
.form-btn-maker.save-change {
  border: 1px solid #06c !important;
  background: #06c !important;
  color: #fff;
}
.vendor-block-first {
  border-radius: 16px;
  border: 0.8px solid #dcfce7;
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
}
.vendor-block-second {
  border-radius: 16px;
  border: 0.8px solid #f3e8ff;
  background: linear-gradient(135deg, #faf5ff 0%, #fff 100%);
}
.vendor-block-third {
  border-radius: 16px;
  border: 0.8px solid #ffedd4;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
}
.primary-area-block {
  border-radius: 16px;
  border: 0.8px solid #e5e7eb;
  background: #f9fafb;
  padding: 20px;
}
.primary-area span {
  padding: 4px 12px;
  border-radius: 26843500px;
  background: #dbeafe;
  color: #1447e6;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  display: inline-block;
}
.key-vendor-block {
  padding: 12px;
  border-radius: 12px;
  border: 0.8px solid #e5e7eb;
  background: #fff;
  margin-bottom: 12px;
}
.key-vendor-block:nth-last-child(1) {
  margin-bottom: 0px;
}
.key-training-list .key-vendor-block {
  display: flex;
  color: #036;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  grid-gap: 8px;
}
.key-training-list li span {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 26843500px;
  background: #06c;
  color: #fff;
  font-size: 12px;
}
.account-strategy {
  height: 16px;
}
.card-blocks-img img {
  height: 24px;
}
.account-details {
  border-radius: 12px;
  background: #f9fafb;
  padding: 12px 16px;
  margin-bottom: 16px;
  margin-top: 18px;
}
.card-blocks-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}

.card-blocks.card-blocks-first {
  border-radius: 12px;
  border: 1px solid #bbf7d0;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.card-blocks.card-blocks-first .card-blocks-img {
  background: linear-gradient(90deg, #22c55e 0%, #10b981 100%);
}
.card-blocks.card-blocks-second .card-blocks-img {
  background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
}
.card-blocks.card-blocks-third .card-blocks-img {
  background: linear-gradient(90deg, #a855f7 0%, #8b5cf6 100%);
}
.card-blocks.card-blocks-fourth .card-blocks-img {
  background: linear-gradient(90deg, #f97316 0%, #f59e0b 100%);
}
.card-blocks.card-blocks-second {
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.card-blocks.card-blocks-third {
  border-radius: 12px;
  border: 1px solid #e9d5ff;
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.card-blocks.card-blocks-fourth {
  border-radius: 12px;
  border: 1px solid #fed7aa;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.card-blocks {
  transition: all 0.2s ease-in-out;
}
.card-blocks:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
}
.col-6-mobile {
  width: 18%;
}
.swot-analysis-card-first {
  border-radius: 12px;
  border: 1px solid #bbf7d0;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.swot-analysis-card-second {
  border-radius: 12px;
  border: 1px solid #fecaca;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.swot-analysis-card-third {
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.swot-analysis-card-fourth {
  border-radius: 12px;
  border: 1px solid #fed7aa;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.account-journey-bar {
  border: 1px solid #e5e7eb;
  position: relative;
  top: 25px;
  width: 100%;
}
.account-journey-bar:after {
  content: "";
  width: 75%;
  height: 2px;
  background-color: #06c;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 9;
}
.key-personal-offcanvas {
  height: calc(100vh - 75px);
  overflow: auto;
}
.modal-dialog.modal-dialog-scrollable {
  margin: 16px 0px;
}
.modal-dialog-scrollable.modal-content {
  margin: 16px 0px;
  border-radius: 12px 12px 0 0;
}
.account-card-mobile-sm {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.executive-summary-content {
  max-height: 75vh;
  overflow: auto;
}
.company-description {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.company-description.expanded {
  -webkit-line-clamp: unset; /* Remove truncation */
  overflow: visible;
}
.custom-select-wrapper .form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem; /* Space for arrow */
  background: none; /* Remove default */
}

/* Chevron arrow */
.custom-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  transform: translateY(-50%) rotate(45deg); /* Points down */
  pointer-events: none; /* Click passes through */
  transition: transform 0.3s ease;
}

/* Rotate arrow up on open */
.custom-select-wrapper.open-limit .custom-arrow {
  transform: translateY(-50%) rotate(-135deg); /* Points up */
  top: 60%;
}
.recent-news-block {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.recent-news-block img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.recent-block-content {
  padding: 20px;
}
@supports (-webkit-touch-callout: none) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto !important;
    display: block !important;
    width: 100%;
  }
}
.account-filter-tab.active {
  background-color: #06c;
  color: #fff;
}
.account-filter-tab {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  color: #666;
  font-weight: 500;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  background-color: #f3f4f6;
  border: none;
  transition: all 0.2s ease-in-out;
}
.account-filter-tab.active:hover {
  background-color: #007bff !important;
}
.account-filter-tab img {
  height: 16px;
}
.account-filter-tab.active img {
  filter: brightness(6);
}
.account-filter-tab:hover {
  background-color: #e5e7eb;
}
.account-filter-tab.active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 1.4;
  width: 200px;
  white-space: normal;
  word-wrap: break-word;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  text-align: left;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
}
.loading-overlay {
  height: 100vh;
}
.vendor-cards {
  border-radius: 12px;
  background: #f9fafb;
  padding: 12px;
}
.vendor-cards-header {
  background-color: #ccc;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.industry-tooltip {
  position: relative;
  width: 160px;
  cursor: pointer;
}

.industry-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.tooltip-text {
  position: fixed;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #1a1a1a;
  z-index: 9999;
  display: none;
  min-width: 200px;
  line-height: 1.5;
  white-space: nowrap;
  max-height: 300px;
  overflow: auto;
}
.industry-tooltip:hover .tooltip-text {
  display: block;
}
.tooltip-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tooltip-text li {
  list-style-type: none;
  padding: 4px 0;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
}
.tooltip-text li:last-child {
  border-bottom: none;
}
.form-group .css-13cymwt-control {
  border-radius: 10px;
  border-color: #dee2e6;
}
.comment-box {
  position: relative;
  background: #f9f9fb;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.call-block {
  border-radius: 12px;
  background: #f1f5f9;
  padding: 12px;
}
.day-count {
  border-radius: 12px;
  padding: 6px;
  width: 100%;
}
.bg-empty {
  border: 1px solid rgba(225, 231, 239, 0.5);
  background: rgba(241, 245, 249, 0.3);
}
.bg-full {
  border: 1px solid rgba(239, 67, 67, 0.3);
  background: rgba(239, 67, 67, 0.1);
}
.txt-red-light {
  color: #ef4343;
}
.call-email-btn button {
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.call-email-btn button.call {
  background: #06c;
  color: #fff;
  border: 1px solid #06f;
}
.call-email-btn button.email {
  background: #fff;
  color: #333;
  border: 1px solid #e1e7ef;
}
.history-list {
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.history-list .image-block {
  border-radius: 12px;
  background: rgba(0, 102, 204, 0.1);
  padding: 8px;
}
.call-title-info {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.gap-12-sm {
  grid-gap: 12px;
}
.gap-10-sm{
  grid-gap: 10px;
}
/* The small arrow on the left */
/* mobile-view */
@media (max-width: 767px) {
  .executive-overview-block {
    margin-bottom: 16px;
  }
  .account-data-content .table-search-data {
    background-color: transparent;
  }

  .card-head.sub-head {
    display: none;
  }
  .mobile-view.navbar-brand {
    display: block !important;
  }
  .mobile-view .card-head {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .data-content-body .row,
  .data-content-details .row,
  .data-mobile-col .row,
  .action-plan-mobile .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .data-content-body .col-4,
  .data-content-details .col-6,
  .data-mobile-col .col-6,
  .action-plan-mobile .col-6,
  .action-plan-mobile .col-12 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .account-data-content .data-content-card {
    padding: 12px;
    text-align: center;
    justify-content: center;
  }
  .img-container {
    display: none;
  }

  .mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    left: 0;
    z-index: 999;
    border-top: 0.8px solid #e5e7eb;
    padding: 8px 0 8px 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    display: none;
  }
  .mobile-footer .nav-link.active {
    border-bottom: none !important;
    color: #0066cc !important;
  }
  .account-penetration .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  .account-penetration .accordion-button img {
    height: 18px;
  }
  .account-penetration .accordion-button::after {
    background-size: 16px;
  }
  /* details-page */
  main .account-cards {
    padding: 16px;
  }
  .account-cards .card-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .card-head-container {
    flex-direction: column;
    grid-gap: 4px;
  }
  .card-blocks h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .txt-mobile-card-block {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .modal-footer {
    padding: 12px;
  }
  .total-learner-top {
    display: none;
  }

  .account-card-mobile {
    padding: 16px !important;
  }
  .account-cards h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }
  .Journey-step {
    margin-bottom: 0px;
    width: 12px;
    height: 12px;
  }
  main .account-cards {
    margin-bottom: 16px;
  }
  .card-footer-account {
    flex-direction: column;
    grid-gap: 12px;
  }
  .card-details .btn-account-card {
    grid-gap: 12px;
  }

  .mobile-purchase-card {
    border-radius: 12px;
    border: 1px solid #e1e7ef;
    background: #f9fafb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 12px;
    margin-bottom: 12px;
  }
  .mobile-purchase-card:nth-last-child(1) {
    margin-bottom: 0;
  }
  .activity-card .txt-14 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .activity-card,
  .key-cards {
    margin-bottom: 12px;
  }

  .key-cards {
    padding: 12px;
  }
  .create-swot {
    font-size: 12px;
    padding: 9px 14px;
  }
  .swot-analysis li {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .key-profile {
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
  }

  .nav-social-link img {
    height: 16px;
  }
  .action-plan-mobile {
    border-radius: 12px;
    border-top: 0.8px solid #e1e7ef;
    border-right: 0.8px solid #e1e7ef;
    border-bottom: 0.8px solid #e1e7ef;
    border-left: 4px solid #e1e7ef;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    margin-bottom: 20px;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .card-blocks {
    background: #fff !important;
  }
  .card-blocks-img {
    width: 32px !important;
    height: 32px !important;
    margin: 0 auto 8px auto;
  }
  .card-blocks-img img {
    height: 16px !important;
  }
  .account-journey-bar {
    position: absolute !important;
    top: 0px !important;
    left: 5px;
    height: 100%;
    width: 1px !important;
  }
  .account-journey-bar:after {
    width: 2px !important;
    height: 81% !important;
    left: -1px !important;
  }

  .border-none-sm {
    border: none !important;
  }
  .account-expansion-summary .card-head {
    font-size: 18px;
    line-height: 24px;
  }
  .account-expansion-summary-main {
    background: #f9fafb !important;
  }
  .executive-overview-block .img-container {
    display: block;
  }
  .txt-14 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .executive-overview-block-full,
  .market-landscape-block {
    border-left: 4px solid #e6eaf0 !important;
  }
  .executive-text {
    color: #0066cc !important;
  }
  .action-plan-list {
    padding: 12px !important;
  }
  .action-plan-content {
    margin-bottom: 24px !important;
  }

  .action-plan-list p {
    color: #7b899d !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px !important;
  }
  .mobile-list-action {
    grid-gap: 12px;
  }
  .mobile-list-action .action-plan-container {
    border-radius: 50%;
  }
  .vendor-list-pipeline li {
    color: #7b899d !important;
  }
  .txt-12-sm {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .market-landscape-block .lh-20.txt-14 {
    line-height: 20px !important;
    color: #7b899d !important;
    font-size: 14px !important;
  }
  .txt-16-sm {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .txt-18-sm {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .executive-overview-block,
  .executive-overview-block-full,
  .market-landscape-block,
  .recent-block-content {
    padding: 16px !important;
  }
  .executive-text {
    font-size: 18px;
    line-height: 22px;
  }
  .d-flex .me-2 {
    height: 16px;
  }
  .mb-32px {
    margin-bottom: 20px;
  }
  .executive-overview-block .img-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .executive-overview-block .img-container img {
    height: 20px;
  }
  .action-plan-list {
    align-items: center;
  }
  .action-plan-container {
    width: 26px;
    height: 26px;
  }
  .action-plan-container img {
    height: 16px;
  }
  .tooltip-text {
    position: absolute;
    top: 80%;
    left: 0;
  }

}
@media (max-width: 1199px) {
  .offcanvas-end.executive-div {
    width: 100%;
  }
  body {
    line-height: inherit;
  }
  .mobile-btn-text {
    font-size: 12px;
    white-space: nowrap;
  }
  .add-maker,
  .add-key-account {
    padding: 6px 8px 6px 8px;
    border-radius: 8px;
  }
  .navbar-toggler {
    display: none !important;
  }
  .user-div {
    padding: 0;
  }
  .user-div img {
    height: 28px;
    width: 28px;
  }
  .tab-filter-view .tooltip-wrapper button {
    white-space: nowrap;
  }
  .navbar-collapse {
    margin-top: 1rem;
  }
  main {
    padding: 59px 16px 24px 16px;
  }
  .info-section {
    padding: 16px;
  }
  .mb-12px-sm {
    margin-bottom: 12px !important;
  }
  .gap-2-sm {
    grid-gap: 8px !important;
  }
  .txt-30 {
    font-size: 20px;
    line-height: 28px;
  }
  .txt-14-sm {
    font-size: 14px !important;
    line-height: 20px !important;
    word-wrap: break-word;
  }
  .txt-14 {
    font-size: 12px !important;
    line-height: 16px;
  }
  .txt-20 {
    font-size: 18px;
  }
  .mobile-links img {
    display: block !important;
  }
  .txt-grey-light-acc-sm {
    color: #333 !important;
  }
  .tab-filter-view {
    overflow: auto;
    padding-bottom: 8px;
  }
  .col-6-mobile {
    width: 50% !important;
    flex: 0 0 auto;
  }
  .data-content-body {
    margin-left: 0px;
    padding: 16px;
  }
  .account-filter {
    display: none;
  }
  .account-data-content .data-content-card .card-head {
    font-size: 18px;
    line-height: 24px;
  }
  .img-container {
    padding: 8px;
  }
  .img-container img {
    height: 20px;
  }
  .account-data-content .table-search-data {
    padding: 8px 0 8px 0;
  }
  .mobile-filter {
    border-radius: 10px;
    border: 1px solid #e1e7ef;
    background: #fff;
    padding: 8px 12.474px 8px 12.81px;
    display: flex;
    grid-gap: 8px;
    align-items: center;
  }
  .mobile-view-data-account {
    border-radius: 12px;
    border: 1px solid #e1e7ef;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 16px;
    margin-bottom: 16px;
  }
  .account-table .action-btn {
    border-radius: 10px;
    border: 1px solid #e1e7ef;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    justify-content: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
  }
  .account-table .action-btn:hover {
    background: #f1f5f9;
  }
  .arrow-rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .account-table .badge-custom {
    margin-top: 4px;
  }
  .tooltip-text {
    position: absolute;
    left: 0;
    top: 100%;
  }
  .first-card-mobile.first-card-mobile {
    border: 1px solid #e1e7ef;
    box-shadow: 0 0 0 1px rgba(0, 102, 204, 0.2),
      0 10px 15px -3px rgba(0, 102, 204, 0.1),
      0 4px 6px -4px rgba(0, 102, 204, 0.1);
  }
  .first-card-mobile.first-card-mobile img {
    display: none;
  }
  .account-card-mobile.account-details {
    padding: 8px !important;
  }
  .company-logo {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
  }
  .card-blocks,
  .card-pipeline-data {
    padding: 12px;
  }
  .card-blocks img {
    height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1191px) {
  .account-data-content .data-content-card {
    padding: 16px;
  }
  .account-data-content {
    background-color: transparent;
  }
  .modal-dialog.modal-dialog-scrollable {
    margin: 0;
    height: 100%;
  }
  .modal-dialog.modal-dialog-scrollable .modal-content {
    border-radius: 0 12px 12px 0;
  }
  .card-head {
    font-size: 24px;
    line-height: 30px;
  }
  main .card-details .profile {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .w-lg-50 {
    width: 35%;
  }
 
}
