@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap');

[data-bs-theme-base="neutral"] {
  --tblr-gray-50: #fafafa;
  --tblr-gray-100: #f5f5f5;
  --tblr-gray-200: #e5e5e5;
  --tblr-gray-300: #d4d4d4;
  --tblr-gray-400: #a3a3a3;
  --tblr-gray-500: #737373;
  --tblr-gray-600: #525252;
  --tblr-gray-700: #404040;
  --tblr-gray-800: #262626;
  --tblr-gray-900: #171717;
  --tblr-gray-950: #0a0a0a;
}

/*-- custom css start here --*/
.page-body {
  margin-top: 20px;
}

/*-- header css start here --*/
[data-bs-theme="light"] .navbar {
  background-color: var(--tblr-primary);
}

.jm-join-link {
  color: var(--tblr-primary);
}

.jm-header-profile {
  gap: 15px;
}

.Jm-upgrade-btn {
  height: 40px;
}

.nav-link,
.nav-link-icon {
  color: #ffffff;
}

.nav-link:hover {
  color: #ffffff;
}

.jm-profile-name {
  color: #ffffff;
}

.jm-designation {
  color: #ffffff !important;
}

.navbar-expand-md .nav-item.active:after {
  border-color: #ffffff;
}

.navbar-toggler-icon {
  color: #ffffff;
}

/*-- header css end here --*/
/*-- dashboard css start here --*/
.jm-header-left,
.jm-header-right {
  padding: var(--tblr-card-cap-padding-y) var(--tblr-card-cap-padding-x);
}

.jm-meeting-header {
  border-bottom: var(--tblr-card-border-width) solid var(--tblr-card-border-color);
}

.jm-header-right {
  gap: 20px;
}

.jm-instant-meeting {
  gap: 15px;
}

.jm-right {
  gap: 15px;
}

.jm-meeting-actions {
  gap: 15px;
  white-space: nowrap;
}

.jm-addto-btn {
  gap: 20px;
}

.jm-addto-btn a {
  gap: 8px;
}

.jm-addto-btn a.jm-btn-google-calender {
  color: #4285f4;
}

.jm-addto-btn a.jm-btn-microsoft-outlook {
  color: #117bd6;
}

.jm-meeting-card {
  border-bottom: var(--tblr-card-border-width) solid var(--tblr-card-border-color);
  padding: 15px 20px;
  cursor: pointer;
}

.jm-meeting-card.active,
.list-group-transparent .list-group-item.active {
  background-color: rgba(var(--tblr-secondary-rgb), .08) !important;
}

.nav-pills .jm-meeting-card.nav-link {
  border-radius: 0px;
}

.jm-meeting-search {
  padding: 15px 20px;
}

.jm-pagination {
  padding: 15px 20px;
}

.jm-meeting-detail {
  padding: 30px 20px 30px 30px;
}

.jm-invite-list {
  max-height: 350px;
  overflow-y: auto;
}

button.link.jm-join-link {
  position: absolute;
  top: 7px;
  right: 10px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: transparent;
}

[dir="rtl"] button.link.jm-join-link {
  right: unset;
  left: 10px;
}

.jm-meeting-date {
  gap: 8px;
}

.nav-pills .nav-link.active {
  position: relative;
}

.nav-pills .nav-link.active::after {
  content: "";
  border-right: 3px solid;
  position: absolute;
  width: 10px;
  left: -7px;
  bottom: 0;
  top: 0;
  right: auto;
}

.ts-dropdown {
  z-index: 1056;
}

.jm-meeting-heading .jm-meeting-actions a {
  margin-left: 10px;
}

.jm-meeting-embed {
  font-size: 12px;
  resize: none;
  height: 89px;
}

.jm-meeting-card .text-truncate {
  max-width: 550px;
}

.meeting-title {
  max-width: 330px !important;
}

.jm-meeting-date .text-truncate {
  max-width: 300px;
}

[data-bs-theme=dark] .toast-header {
  background: unset;
  color: var(--tblr-white);
}

/*-- dashboard css end here --*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1480px;
}

/*-- footer css start here --*/
.footer {
  padding: 1rem;
}

.jm-footer-menu {
  gap: 20px;
}

/*-- footer css end here --*/

[type="radio"].hide-radio {
  display: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)) !important;
  border: 1px solid linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
  background-color: var(--tblr-primary);
  border-color: var(--tblr-primary);
}

/*-- profile css start here --*/
.jm-profile .jm-header-right {
  padding: 0;
}

.navbar-expand-md .nav-item.active .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.g-recaptcha {
  overflow: hidden;
  width: 298px;
  height: 74px;
}

.g-recaptcha iframe {
  margin: -1px 0px 0px -2px;
}

/*-- app redesign start here --*/
body.jm-ui-app {
  font-family: "Manrope", sans-serif;
  color: #1c2b45;
  background: #f8f9fb;
}

.jm-ui-app h1,
.jm-ui-app h2,
.jm-ui-app h3,
.jm-ui-app h4,
.jm-ui-app h5,
.jm-ui-app .page-title,
.jm-ui-app .card-title,
.jm-ui-app .jm-page-hero-card h1,
.jm-ui-app .jm-status-card h1 {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

.jm-ui-app .navbar,
[data-bs-theme="light"] .jm-ui-app .navbar,
[data-bs-theme] .jm-ui-app .navbar {
  position: relative;
  background: #111827 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.jm-ui-app .navbar::before {
  display: none;
}

.jm-ui-app .navbar .nav-link,
.jm-ui-app .navbar .nav-link-icon,
.jm-ui-app .navbar .nav-link-title,
.jm-ui-app .navbar .jm-profile-name,
.jm-ui-app .navbar .navbar-toggler-icon {
  color: #ffffff;
}

.jm-ui-app .navbar .nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.jm-ui-app .navbar .jm-designation {
  color: rgba(255, 255, 255, 0.7) !important;
}

.jm-ui-app .navbar .navbar-expand-md .nav-item.active:after {
  border-color: #ffffff;
}

.jm-ui-app .navbar .container-fluid,
.jm-ui-app .container,
.jm-ui-app .container-xl {
  position: relative;
  z-index: 1;
}

.jm-ui-app .page-wrapper {
  background: transparent;
}

.jm-app-shell {
  padding-bottom: 3rem;
}

.jm-app-page .page-body,
.jm-app-page .page-header {
  margin-top: 0;
  padding-top: 0.5rem;
}

.jm-app-section {
  padding: 0 0 2rem;
}

.jm-page-hero,
.jm-page-hero-wrap {
  padding: 1.5rem 0 0.8rem;
}

.jm-page-hero-card {
  position: relative;
  padding: 2rem;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.jm-page-hero-card::before,
.jm-app-surface-card::before,
.jm-ui-app .card::before,
.jm-status-card::before,
.jm-content-card::before {
  display: none;
}

.jm-page-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #374151;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.jm-page-hero-card h1 {
  color: #111827;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  margin: 0.8rem 0 0.7rem;
  max-width: 14ch;
}

.jm-page-hero-card p {
  color: #6b7280;
  line-height: 1.7;
  max-width: 52ch;
  margin: 0;
}

.jm-ui-app .card,
.jm-content-card,
.jm-status-card {
  position: relative;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.jm-app-surface-card {
  min-height: 100%;
}

.jm-ui-app .card-header,
.jm-ui-app .card-footer {
  background: rgba(249, 250, 251, 0.8);
  border-color: rgba(0, 0, 0, 0.06);
}
.jm-feed-btn-create{background: #2e312e !important;}
.jm-ui-app .btn-primary,
.jm-ui-app .btn-success {
  border: none;
  color: #ffffff;
  background: #56af40;
  box-shadow: none;
}

.jm-ui-app .btn-outline-primary,
.jm-ui-app .btn-light,
.jm-ui-app .btn-outline-danger {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
  box-shadow: none;
}

.jm-ui-app .btn-group,
.jm-ui-app .input-group-text,
.jm-ui-app .form-control,
.jm-ui-app .form-select,
.jm-ui-app .ts-control {
  border-color: rgba(0, 0, 0, 0.1);
}

.jm-ui-app .form-control,
.jm-ui-app .form-select,
.jm-ui-app .input-group-text,
.jm-ui-app .ts-control {
  min-height: 2.8rem;
  border-radius: 0.7rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.jm-ui-app .form-control:focus,
.jm-ui-app .form-select:focus,
.jm-ui-app .ts-control.focus {
  border-color: rgba(17, 24, 39, 0.3);
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06);
}

.jm-ui-app .page-title,
.jm-ui-app .card-title,
.jm-ui-app .empty-title {
  color: #111827;
}

.jm-ui-app .text-secondary,
.jm-ui-app .empty-subtitle,
.jm-ui-app .card-subtitle {
  color: #6b7280 !important;
}

.jm-ui-app .list-group-item,
.jm-ui-app .nav-pills .nav-link,
.jm-ui-app .list-group-transparent .list-group-item {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}

.jm-ui-app .nav-pills .nav-link.active,
.jm-ui-app .list-group-transparent .list-group-item.active,
.jm-ui-app .profile-tabs .list-group-item.active {
  color: #111827;
  background: #ffffff !important;
}

.jm-ui-app .pagination {
  gap: 0.4rem;
  flex-wrap: wrap;
}

.jm-ui-app .page-link {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  color: #374151;
  border-radius: 0.6rem !important;
}

.jm-ui-app .page-item.active .page-link {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.jm-ui-app .table,
.jm-ui-app .list-group-item {
  color: #374151;
}

.jm-ui-app .footer {
  padding-top: 1.5rem;
  background: transparent;
}

.jm-ui-app .footer .link-secondary {
  color: #6b7280 !important;
}

.jm-ui-app .jm-meeting-header,
.jm-ui-app .border-end,
.jm-ui-app .border-top,
.jm-ui-app .border-bottom {
  border-color: rgba(0, 0, 0, 0.06) !important;
}

.jm-ui-app .jm-meeting-card {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  transition: background 0.15s ease;
}

.jm-ui-app .jm-meeting-card:hover {
  background: #f9fafb;
}

.jm-ui-app .meetingDetail .scrollable,
.jm-ui-app .jm-meeting-detail {
  scrollbar-width: thin;
}

.jm-ui-app .profile-tabs .card-body {
  padding: 1.25rem;
}

.jm-ui-app .profile-tabs .list-group-item {
  border-radius: 0.75rem !important;
  margin-bottom: 0.4rem;
  padding: 0.8rem 1rem;
}

.jm-content-card {
  padding: 2rem;
}

.jm-page-prose {
  line-height: 1.8;
  color: #374151;
}

.jm-page-prose p:last-child {
  margin-bottom: 0;
}

.jm-status-page {
  min-height: 100vh;
}

.jm-status-card {
  max-width: 54rem;
  margin: 3rem auto;
  padding: 2.5rem 2rem;
  text-align: center;
}

.jm-status-card-illustrated .empty-img {
  max-width: 30rem;
  margin: 0 auto 1.5rem;
}

.jm-status-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 20px 44px rgba(44, 61, 108, 0.08);
}

.jm-status-icon.success {
  color: #1ba37f;
}

.jm-status-icon.danger {
  color: #d9536f;
}

.jm-status-icon.pending {
  color: #3650df;
}

.jm-status-card h1,
.jm-status-card .empty-header {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 0.9rem;
}

.jm-status-card p,
.jm-status-card .empty-subtitle {
  color: #6f809a !important;
  max-width: 46ch;
  margin: 0 auto 1.4rem;
}

.jm-pricing-page .container.mt-3 {
  margin-top: 0 !important;
}

.jm-checkout-page .list-group-item {
  background: transparent;
}

.jm-checkout-page .btn-group-toggle .btn.active {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

@media screen and (max-width: 1199px) {
  .jm-page-hero-card h1 {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .jm-ui-app .navbar .navbar-collapse {
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .jm-ui-app .navbar .nav-link,
  .jm-ui-app .navbar .nav-link-icon,
  .jm-ui-app .navbar .nav-link-title {
    color: #111827 !important;
  }

  .jm-page-hero,
  .jm-page-hero-wrap {
    padding: 1.5rem 0 1.2rem;
  }

  .jm-page-hero-card,
  .jm-content-card,
  .jm-ui-app .card,
  .jm-status-card {
    border-radius: 0.85rem;
  }

  .jm-ui-app .profile-tabs {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}

@media screen and (max-width: 767px) {
  .jm-app-shell {
    padding-bottom: 2rem;
  }

  .jm-ui-app .container,
  .jm-ui-app .container-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jm-page-hero-card,
  .jm-content-card,
  .jm-ui-app .card,
  .jm-status-card {
    border-radius: 1rem;
  }

  .jm-page-hero-card {
    padding: 1.2rem 1rem;
  }

  .jm-page-hero-card h1,
  .jm-ui-app .page-title,
  .jm-ui-app .card-title,
  .jm-status-card h1,
  .jm-status-card .empty-header {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .jm-status-card {
    margin: 1.5rem auto;
    padding: 1.75rem 1.15rem;
  }

  .jm-ui-app .jm-header-right,
  .jm-ui-app .jm-header-left {
    gap: 0.9rem;
  }

  .jm-ui-app .jm-right,
  .jm-ui-app .jm-meeting-actions {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .jm-ui-app .jm-join-meeting .jm-join-input-group {
    flex-wrap: nowrap;
  }

  .jm-ui-app .jm-join-meeting .jm-join-icon-addon {
    display: none;
  }

  .jm-ui-app .jm-join-meeting .jm-join-btn {
    padding: 0.45rem 0.75rem;
    font-size: 0.72rem;
  }

  .jm-ui-app .jm-meeting-card .text-truncate,
  .jm-ui-app .meeting-title,
  .jm-ui-app .jm-meeting-date .text-truncate {
    max-width: none !important;
  }

  .jm-ui-app .footer .row {
    gap: 1rem;
  }
}

@media screen and (max-width: 420px) {
  .jm-ui-app .container,
  .jm-ui-app .container-xl {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .jm-page-hero-card,
  .jm-content-card,
  .jm-ui-app .card,
  .jm-status-card {
    border-radius: 1.2rem;
  }

  .jm-status-icon {
    width: 4.2rem;
    height: 4.2rem;
  }
}
/*-- app redesign end here --*/

.hero {
  padding: 6.5rem 0;
}

.hero-title {
  text-align: center;
  font-size: 3rem;
  font-weight: var(--tblr-font-weight-black);
  letter-spacing: -.04em;
  line-height: 1.2;
}

.hero-description {
  color: var(--tblr-secondary);
  font-size: var(--tblr-font-size-h2);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 45rem;
}

.hero-description-wide {
  max-width: 61.875rem;
}

.navbar-logo {
  width: auto;
  height: 2rem;
}

.logo-image {
  height: 2rem;
  width: auto;
}

.pricing-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  vertical-align: bottom;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured {
  z-index: 1;
  border: 2px solid var(--tblr-primary);
  order: -1;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .featured {
    order: unset;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 4px rgba(var(--tblr-body-color-rgb), .04);
    border-radius: 8px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-description {
    font-size: var(--tblr-font-size-h3);
  }
}

@media (min-width: 992px) {

  :host,
  :root {
    margin-left: 0;
    margin-right: 0;
  }
}

/*-- Responsive css start here --*/
/*--mobile css start here--*/
@media screen and (max-width: 767px) {

  .featured {
    transform: unset;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }

  .btn-outline-primary,
  .Jm-upgrade-btn,
  .btn-outline-danger {
    font-size: 0px;
    width: 41px;
    height: 41px;
  }

  .jm-header-profile {
    gap: 10px;
  }

  .jm-instant-meeting {
    width: 100%;
  }

  .jm-join-meeting {
    width: 100%;
  }

  .jm-header-left {
    padding: 0 15px 15px 15px;
  }

  .jm-meeting-detail {
    padding: 15px 20px;
  }

  .text-secondary {
    font-size: 12px;
  }

  .jm-meeting-heading .jm-meeting-actions a {
    margin: 0;
  }

  body {
    font-size: 13px;
  }

  .jm-addto-btn {
    flex-direction: column;
  }

  .jm-meeting-detail {
    padding: 10px 15px;
  }

  .jm-meeting-card {
    padding: 15px;
  }

  .jm-pagination {
    padding: 15px;
  }

  .jm-meeting-search {
    padding: 15px;
  }

  .jm-header-right {
    padding: 15px;
  }

  .jm-meeting-card .text-truncate {
    max-width: 300px;
  }

  .jm-meeting-id {
    width: 130px;
  }

  .jm-meeting-date {
    width: 60%;
  }

  .jm-meeting-date .text-truncate {
    width: 110px;
  }

  .jm-meeting-date .text-truncate {
    width: 140px;
  }

  .meeting-title {
    max-width: 200px !important;
  }
}

/*--ipad css start here--*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }

  .btn-outline-primary,
  .Jm-upgrade-btn {
    font-size: 0px;
    width: 40px;
    height: 40px;
  }

  .jm-header-profile {
    gap: 10px;
  }

  .jm-instant-meeting {
    width: 100%;
  }

  .jm-join-meeting {
    width: 100%;
  }

  .jm-header-left {
    padding: 0 15px 15px 15px;
  }

  .jm-meeting-detail {
    padding: 15px 20px;
  }

  .text-secondary {
    font-size: 12px;
  }

  .jm-meeting-heading .jm-meeting-actions a {
    margin: 0;
  }

  body {
    font-size: 13px;
  }

  .jm-addto-btn {
    gap: 10px;
  }

  .jm-addto-btn a {
    gap: 3px;
    font-size: 12px;
  }

  .jm-meeting-detail {
    padding: 10px 15px;
  }

  .jm-meeting-card {
    padding: 15px;
  }

  .jm-pagination {
    padding: 15px;
  }

  .jm-meeting-search {
    padding: 15px;
  }

  .jm-header-right {
    padding: 15px;
  }
}

/*--ipad  pro css start here--*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }

  .jm-meeting-card .text-truncate {
    max-width: 355px;
  }
}

/*--laptop css start here--*/
@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }

  /* .jm-join-meeting {
      width: 41%;
   } */

  .page-body {
    margin-top: 10px;
  }

  .jm-meeting-card {
    padding: 13px 20px;
  }

  .jm-meeting-detail {
    padding: 25px 20px 25px 25px;
  }

  .jm-meeting-card .text-truncate {
    max-width: 440px;
  }

  .jm-meeting-date p.text-truncate {
    max-width: 220px;
  }

  .jm-meeting-actions a {
    margin-left: 5px;
  }
}

/*-- custom css end here --*/


body.jm-ui-app .btn-primary:hover,
body.jm-ui-app .btn-success:hover {
  color: #ffffff !important;
  background: #1f2937;
  transform: none;
}

body.jm-ui-app .btn-outline-primary,
body.jm-ui-app .btn-outline-danger,
body.jm-ui-app .btn-light,
body.jm-ui-app .btn-yellow,
body.jm-ui-app .Jm-upgrade-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151 !important;
  background: transparent;
  box-shadow: none;
}

body.jm-ui-app .btn-outline-primary:hover,
body.jm-ui-app .btn-outline-danger:hover,
body.jm-ui-app .btn-light:hover,
body.jm-ui-app .btn-yellow:hover,
body.jm-ui-app .Jm-upgrade-btn:hover {
  color: #111827 !important;
  background: #f3f4f6;
  box-shadow: none;
  transform: none;
}
body.jm-ui-app .btn-link {
  color: #111827;
  font-weight: 700;
}

body.jm-ui-app .badge.bg-blue,
body.jm-ui-app .badge.bg-yellow {
  background: #111827 !important;
  color: #ffffff !important;
}

@media screen and (max-width: 767px) {
  body.jm-ui-app .btn-outline-primary,
  body.jm-ui-app .Jm-upgrade-btn,
  body.jm-ui-app .btn-outline-danger,
  body.jm-ui-app .btn-light {
    font-size: 0;
    width: 38px;
    height: 38px;
    padding: 0!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.jm-ui-app .btn-outline-primary,
  body.jm-ui-app .Jm-upgrade-btn,
  body.jm-ui-app .btn-outline-danger,
  body.jm-ui-app .btn-light {
    font-size: 0;
    width: 38px;
    height: 38px;
  }
}
/*-- unified blue actions end here --*/

/*-- dashboard polish start here --*/

/* ===== WARM PREMIUM TOKENS ===== */
.jm-dashboard-page {
  --wp-bg: #f3efe7;
  --wp-bg-soft: #fbf8f2;
  --wp-surface: rgba(255, 255, 255, 0.84);
  --wp-surface-border: rgba(255, 255, 255, 0.92);
  --wp-surface-hover: rgba(255, 255, 255, 0.94);
  --wp-line: rgba(50, 40, 24, 0.08);
  --wp-line-strong: rgba(50, 40, 24, 0.14);
  --wp-ink: #1b1c1b;
  --wp-ink-soft: #000000;
  --wp-ink-faint: #0e0e0d;
  --wp-shadow: 0 14px 32px rgba(40, 31, 20, 0.08);
  --wp-shadow-soft: 0 10px 24px rgba(40, 31, 20, 0.05);
  --wp-shadow-card: 0 4px 16px rgba(40, 31, 20, 0.06);
  --wp-r: 22px;
  --wp-r-sm: 18px;
  --wp-r-xs: 5px;
}

/* ===== NAVBAR WARM OVERRIDE ===== */
.jm-dashboard-page .navbar,
[data-bs-theme="light"] .jm-dashboard-page .navbar,
[data-bs-theme] .jm-dashboard-page .navbar {
  background: linear-gradient(135deg, #2c2218 0%, #1f1a17 100%) !important;
  box-shadow: 0 4px 20px rgba(40, 31, 20, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.jm-dashboard-page .navbar .nav-link,
.jm-dashboard-page .navbar .nav-link-icon,
.jm-dashboard-page .navbar .nav-link-title {
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: -0.01em;
}

.jm-dashboard-page .navbar .navbar-brand-autodark {
  font-weight: 800;
}

/* ===== PAGE BACKGROUND ===== */
.jm-dashboard-page .page-wrapper {
}

/* ===== FEED LAYOUT: ACTION BAR ===== */
.jm-feed-actionbar {
  padding: 2rem 0 1rem;
}

.jm-feed-actionbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.jm-feed-actionbar-left {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.jm-feed-page-title {
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 800;
  color: var(--wp-ink);
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.jm-feed-meeting-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: var(--wp-ink);
  color: #ffffff;
  font-family: "Space Grotesk", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(31, 26, 23, 0.14);
}

.jm-feed-actionbar-right {
  flex: 1;
  min-width: 0;
}

.jm-feed-quick-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.jm-feed-btn-start,
.jm-feed-btn-create {
  display: inline-flex;
  align-items: center;
  gap: 0rem;
  font-weight: 800;
  font-size: 0.82rem;
  white-space: nowrap;
  padding: 0.55rem 1.15rem !important;
  border-radius: var(--wp-r-xs) !important;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 18px rgba(31, 26, 23, 0.12) !important;
  height: 40px;
}

.jm-feed-join-group {
  flex: 0 1 260px;
  min-width: 180px;
}

.jm-feed-join-input {
  border-radius: var(--wp-r-xs);
  overflow: hidden;
  background: var(--wp-surface);
  border: 1px solid var(--wp-surface-border) !important;
  box-shadow: var(--wp-shadow-soft);
  height: 40px;
  position: relative;
  display: flex;
}

.jm-feed-join-input .form-control {
  border: none !important;
  background: transparent !important;
  font-size: 0.82rem;
  padding: 0 0.75rem;
  letter-spacing: -0.01em;
  color: var(--wp-ink);
  box-shadow: none !important;
  min-height: 38px !important;
  height: 38px;
}

.jm-feed-join-input .form-control::placeholder {
  color: var(--wp-ink-faint);
  font-size: 0.8rem;
}

.jm-feed-join-btn {
  font-weight: 800;
  font-size: 0.8rem;
  white-space: nowrap;
  border-radius: 0 !important;
  padding: 0 0.75rem !important;
  border: none !important;
}

/* ===== FEED LAYOUT: SEARCH ===== */
.jm-feed-search-section {
  padding: 0 0 1rem;
}

.jm-feed-search-bar {
  display: flex;
  align-items: center;
  background: var(--wp-surface);
  border: 1px solid var(--wp-surface-border);
  border-radius: var(--wp-r-xs);
  padding: 0.2rem 0.5rem;
  box-shadow: var(--wp-shadow-soft);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  height: 44px;
}

.jm-feed-search-bar:focus-within {
  border-color: var(--wp-line-strong);
  box-shadow: var(--wp-shadow), 0 0 0 3px rgba(31, 26, 23, 0.04);
}

.jm-feed-search-icon {
  padding: 0 0.5rem;
  color: var(--wp-ink-faint);
  display: flex;
  align-items: center;
}

.jm-feed-search-input {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.88rem;
  min-height: 2.4rem !important;
  letter-spacing: -0.01em;
}

.jm-feed-search-input::placeholder {
  color: var(--wp-ink-faint);
}

.jm-feed-search-submit {
  font-weight: 800;
  font-size: 0.8rem;
  white-space: nowrap;
  border-radius: var(--wp-r-xs) !important;
  padding: 0.45rem 1.1rem !important;
  letter-spacing: -0.01em;
}

/* ===== FEED LAYOUT: EMPTY STATE ===== */
.jm-feed-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem;
  gap: 0.4rem;
}

.jm-feed-empty-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--wp-surface);
  border: 1px solid var(--wp-surface-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--wp-ink-faint);
  box-shadow: var(--wp-shadow-soft);
}

.jm-feed-empty-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--wp-ink);
  margin: 0;
  letter-spacing: -0.03em;
}

.jm-feed-empty-subtitle {
  font-size: 0.88rem;
  color: var(--wp-ink-soft);
  max-width: 38ch;
  margin: 0.25rem 0 1.25rem;
  line-height: 1.6;
}

/* ===== FEED LAYOUT: MAIN LAYOUT ===== */
.jm-feed-layout {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 1.25rem;
  align-items: start;
}

.jm-feed-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-right: none !important;
}

/* ===== FEED LAYOUT: MEETING CARDS ===== */
.jm-feed-card {
  display: block;
  padding: 0.9rem 1rem !important;
  margin: 0 0 0.5rem !important;
  border: 1px solid var(--wp-surface-border) !important;
  border-radius: 16px !important;
  background: var(--wp-surface) !important;
  box-shadow: var(--wp-shadow-soft);
  cursor: pointer;
  transition: all 0.14s ease;
}

.jm-feed-card:hover {
  box-shadow: var(--wp-shadow-card);
  background: var(--wp-surface-hover) !important;
}

.jm-feed-card:active {
  transform: scale(0.985) translateY(1px);
}


.jm-dashboard-page .nav-pills .jm-feed-card.active .jm-feed-card-title {
  color: var(--wp-ink);
}

.jm-dashboard-page .nav-pills .jm-feed-card.active::after {
  display: none;
}

.jm-feed-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.jm-feed-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0ebe2, #e7dfd2);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--wp-ink-soft);
  transition: all 0.15s ease;
}

.jm-feed-card-icon svg {
  width: 18px;
  height: 18px;
}

.jm-feed-card.active .jm-feed-card-icon {
  background: #56af40;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(31, 26, 23, 0.16);
}

.jm-feed-card-info {
  flex: 1;
  min-width: 0;
}

.jm-feed-card-title {
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--wp-ink);
  margin: 0 0 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: none !important;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.jm-feed-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  color: var(--wp-ink-soft);
  flex-wrap: wrap;
}

.jm-feed-card-id {
  font-family: "Space Grotesk", monospace;
  letter-spacing: 0.02em;
  background: rgba(50, 40, 24, 0.05);
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}

.jm-feed-card-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--wp-ink-faint);
  opacity: 0.5;
}

.jm-feed-card-date {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.jm-feed-card-time {
  font-size: 0.7rem;
  color: var(--wp-ink-faint);
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
}

.jm-feed-card-desc {
  margin-top: 0.45rem;
  padding-left: 3.4rem;
  font-size: 0.8rem;
  color: var(--wp-ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.jm-feed-pagination {
  padding: 1rem 0 0.5rem;
}

/* ===== FEED LAYOUT: DETAIL PANEL ===== */
.jm-feed-detail {
  position: sticky;
  top: 1rem;
}

.jm-feed-detail-inner {
  background: var(--wp-surface);
  border: 1px solid var(--wp-surface-border);
  border-radius: var(--wp-r);
  padding: 1.5rem 1.4rem;
  box-shadow: var(--wp-shadow);
  min-height: auto !important;
}

.jm-feed-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--wp-line);
  margin-bottom: 1.25rem;
}

.jm-feed-detail-head h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--wp-ink);
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.jm-feed-detail-head .jm-meeting-actions .btn {
  border-radius: var(--wp-r-xs) !important;
  padding: 0.4rem 0.8rem !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--wp-ink-soft) !important;
  box-shadow: var(--wp-shadow-soft);
}

.jm-feed-detail-head .jm-meeting-actions .btn:hover {
  background: rgba(255, 255, 255, 0.92) !important;
}

.jm-feed-detail-head .jm-meeting-actions .btn-outline-danger {
  color: #cc5c45 !important;
  border-color: rgba(204, 92, 69, 0.2) !important;
}

.jm-feed-detail-head .jm-meeting-actions .btn svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

/* Detail grid */
.jm-feed-detail-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 0.5rem;
  padding: 0.85rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--wp-r-sm);
  box-shadow: var(--wp-shadow-soft);
}

.jm-feed-detail-row {
  display: flex;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--wp-line);
  align-items: baseline;
}

.jm-feed-detail-row:last-child {
  border-bottom: none;
}

.jm-feed-detail-row dd {
  width: 110px;
  flex-shrink: 0;
  color: var(--wp-ink-faint);
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0;
  letter-spacing: -0.01em;
}

.jm-feed-detail-row dt {
  flex: 1;
  color: var(--wp-ink);
  font-size: 0.88rem;
  font-weight: 600;
  word-break: break-word;
  letter-spacing: -0.01em;
}

/* Calendar links */
.jm-feed-calendar-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0 0.5rem;
  flex-wrap: wrap;
}

.jm-feed-calendar-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--wp-ink-faint);
  letter-spacing: -0.01em;
}

.jm-dashboard-page .jm-addto-btn {
  gap: 0.5rem;
}

.jm-dashboard-page .jm-addto-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.7rem;
  border-radius: var(--wp-r-xs);
  transition: all 0.15s ease;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.72);
  letter-spacing: -0.01em;
  box-shadow: var(--wp-shadow-soft);
}

.jm-dashboard-page .jm-addto-btn a:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--wp-shadow-card);
}

/* Primary actions */
.jm-feed-primary-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--wp-line);
}

.jm-feed-primary-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.5rem 1rem !important;
  border-radius: var(--wp-r-xs) !important;
  letter-spacing: -0.02em;
  height: 38px;
}

.jm-feed-primary-actions .btn-primary {
  box-shadow: 0 8px 18px rgba(31, 26, 23, 0.12) !important;
}

.jm-feed-primary-actions .btn-outline-primary {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  color: var(--wp-ink-soft) !important;
  box-shadow: var(--wp-shadow-soft) !important;
}

.jm-feed-primary-actions .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--wp-ink) !important;
  box-shadow: var(--wp-shadow-card) !important;
}

/* ===== RESPONSIVE: LG ===== */
@media screen and (max-width: 991px) {
  .jm-feed-layout {
    grid-template-columns: 1fr;
  }

  .jm-feed-detail {
    position: static;
  }

  .jm-feed-actionbar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .jm-feed-quick-actions {
    justify-content: flex-start;
  }

  .jm-feed-actionbar-left {
    justify-content: space-between;
  }
}

/* ===== RESPONSIVE: MD ===== */
@media screen and (max-width: 767px) {
  .jm-feed-actionbar {
    padding: 1.25rem 0 0.75rem;
  }

  .jm-feed-page-title {
    font-size: 1.4rem;
  }

  .jm-feed-quick-actions {
    flex-wrap: wrap;
  }

  .jm-feed-join-group {
    flex: 1 1 100%;
    min-width: 0;
  }

  .jm-feed-btn-start,
  .jm-feed-btn-create {
    flex: 1;
    justify-content: center;
  }

  .jm-feed-detail-inner {
    padding: 1.25rem;
    border-radius: var(--wp-r);
  }

  .jm-feed-detail-head h2 {
    font-size: 1.2rem;
  }

  .jm-feed-card-desc {
    padding-left: 0;
  }

  .jm-feed-primary-actions .btn {
    flex: 1;
    justify-content: center;
    min-width: 0;
  }

  .jm-feed-detail-grid {
    padding: 0.65rem 0.8rem;
  }
}

/* ===== RESPONSIVE: SM ===== */
@media screen and (max-width: 575px) {
  .jm-feed-actionbar {
    padding: 1rem 0 0.5rem;
  }

  .jm-feed-card {
    padding: 0.9rem 0.95rem !important;
    border-radius: var(--wp-r-sm) !important;
  }

  .jm-feed-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .jm-feed-card-title {
    font-size: 0.86rem;
  }

  .jm-feed-detail-row dd {
    width: 90px;
    font-size: 0.72rem;
  }

  .jm-feed-detail-row dt {
    font-size: 0.82rem;
  }

  .jm-feed-search-bar {
    border-radius: var(--wp-r-xs);
  }

  .jm-feed-detail-inner {
    border-radius: var(--wp-r-sm);
  }
}

/*-- dashboard polish end here --*/

/*-- modal redesign start here --*/

/* Backdrop */
.jm-ui-app .modal-backdrop {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(14, 18, 27, 0.55) !important;
}

/* Modal container */
.jm-ui-app .modal-content {
  border: none !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 32px 80px rgba(14, 18, 27, 0.18), 0 4px 16px rgba(14, 18, 27, 0.08) !important;
  overflow: hidden;
  font-family: 'Onest', sans-serif !important;
  background: #ffffff !important;
}

/* Header — clean with green top accent */
.jm-ui-app .modal-header,
.jm-ui-app .modal-header.jm-modal-dark {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1.25rem 1.5rem !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(20, 23, 29, 0.07) !important;
  border-top: 3px solid #56af40 !important;
  position: relative !important;
}

.jm-ui-app .modal-header::before,
.jm-ui-app .modal-header.jm-modal-dark::before { content: none !important; }

/* Title */
.jm-ui-app .modal-title,
.jm-ui-app .modal-header.jm-modal-dark .modal-title {
  font-family: 'Onest', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #14171d !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  position: static !important;
  z-index: auto !important;
}

/* Close button — circle */
.jm-ui-app .modal-header .btn-close,
.jm-ui-app .modal-header.jm-modal-dark .btn-close {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 50% !important;
  background-color: rgba(20, 23, 29, 0.06) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z' fill='%2314171d'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 10px !important;
  opacity: 1 !important;
  filter: none !important;
  position: static !important;
  z-index: auto !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition: background-color 0.15s !important;
}

.jm-ui-app .modal-header .btn-close:hover,
.jm-ui-app .modal-header.jm-modal-dark .btn-close:hover {
  background-color: rgba(20, 23, 29, 0.12) !important;
}

/* Body */
.jm-ui-app .modal-body {
  padding: 1.5rem !important;
  color: #14171d !important;
}

/* Footer */
.jm-ui-app .modal-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  padding: 1rem 1.5rem !important;
  border-top: 1px solid rgba(20, 23, 29, 0.07) !important;
  background: #fafafa !important;
}

/* Cancel / secondary link in footer */
.jm-ui-app .modal-footer .btn-link {
  color: #728477 !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  text-decoration: none !important;
  padding: 0.5rem 1rem !important;
  border-radius: 8px !important;
  transition: background 0.15s !important;
}

.jm-ui-app .modal-footer .btn-link:hover {
  background: rgba(20, 23, 29, 0.05) !important;
  color: #14171d !important;
}

/* Primary button in footer */
.jm-ui-app .modal-footer .btn-primary {
  border-radius: 9px !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  padding: 0.55rem 1.25rem !important;
  box-shadow: 0 3px 12px rgba(86, 175, 64, 0.25) !important;
}

/* Form controls inside modals */
.jm-ui-app .modal .form-label {
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  color: #728477 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.01em !important;
}

.jm-ui-app .modal .form-control,
.jm-ui-app .modal .form-select {
  border: 1.5px solid rgba(20, 23, 29, 0.12) !important;
  border-radius: 9px !important;
  background: #f7f8fa !important;
  color: #14171d !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  padding: 0.6rem 0.875rem !important;
  box-shadow: none !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
}

.jm-ui-app .modal .form-control:focus,
.jm-ui-app .modal .form-select:focus {
  border-color: #56af40 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(86, 175, 64, 0.12) !important;
}

/* Invite list */
.jm-ui-app #Invite .jm-invite-list {
  max-height: 280px;
  overflow-y: auto;
}

.jm-ui-app #Invite .jm-invite-list .list-group-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-left: none;
  border-right: none;
  border-color: rgba(20, 23, 29, 0.06);
}

/* Scrollbar inside modals */
.jm-ui-app .modal-body::-webkit-scrollbar { width: 4px; }
.jm-ui-app .modal-body::-webkit-scrollbar-track { background: transparent; }
.jm-ui-app .modal-body::-webkit-scrollbar-thumb { background: rgba(20,23,29,0.15); border-radius: 4px; }

/*-- modal redesign end here --*/

/*-- profile nav redesign start here --*/
.jm-ui-app .profile-tabs .list-group-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem !important;
  color: #374151;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 0.15s ease, color 0.15s ease;
  border: none !important;
  margin-bottom: 0.25rem;
}

.jm-ui-app .profile-tabs .list-group-item:hover {
  background: #f3f4f6 !important;
  color: #111827;
}

.jm-ui-app .profile-tabs .list-group-item.active {
  background: #111827 !important;
  color: #ffffff !important;
}

.jm-ui-app .profile-tabs .list-group-item.active .jm-nav-icon svg {
  color: #ffffff;
}

.jm-ui-app .profile-tabs .list-group-item .jm-nav-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jm-ui-app .profile-tabs .list-group-item .jm-nav-icon svg {
  width: 18px;
  height: 18px;
  color: #6b7280;
  transition: color 0.15s ease;
}

/* Profile hero dark card */
.jm-ui-app .jm-profile-hero-card {
  background: linear-gradient(135deg, #111827 0%, #1e2d45 100%);
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.15);
}

.jm-ui-app .jm-profile-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.jm-ui-app .jm-profile-hero-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -8%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.jm-ui-app .jm-profile-hero-card h2,
.jm-ui-app .jm-profile-hero-card h3 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.jm-ui-app .jm-profile-hero-card p {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}

.jm-ui-app .jm-profile-hero-card .jm-page-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.jm-ui-app .jm-profile-hero-card .btn {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .jm-ui-app .jm-profile-hero-card {
    padding: 1.2rem 1rem;
    border-radius: 0.9rem;
  }
}
/*-- profile nav redesign end here --*/
