/*-- custom css start here --*/
.page-body {
  margin-top: 20px;
}

/*-- header css start here --*/
.jm-join-link {
  color: var(--tblr-primary);
}

.jm-join-link:hover {
  color: var(--sl-primary-hover);
  text-decoration: underline;
}

.jm-header-profile {
  gap: 15px;
}

.Jm-upgrade-btn {
  height: 40px;
}

.jm-profile-name {
  color: var(--tblr-white);
}

.jm-designation {
  color: var(--tblr-white) !important;
}

.navbar-toggler-icon {
  color: var(--tblr-white);
}

/*-- header css end here --*/
/*-- user application sidebar start here --*/
.jm-app-shell {
  --jm-sidebar-width: 224px;
  min-height: 100vh;
  background: #f6f8fc;
}

.jm-user-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 1040;
  width: var(--jm-sidebar-width);
  min-height: 100vh;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #e3e8f1;
  color: #25324b;
}

.jm-sidebar-brand {
  min-height: 68px;
  padding: 18px 18px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jm-sidebar-brand img,
.jm-mobile-brand img {
  display: block;
  width: auto;
  max-width: 148px;
  height: 30px;
  object-fit: contain;
}

.jm-sidebar-close,
.jm-sidebar-toggle,
.jm-mobile-profile,
.jm-sidebar-logout {
  border: 0;
  background: transparent;
  color: #71809f;
}

.jm-sidebar-nav {
  flex: 1;
  overflow-y: auto;
  padding: 8px 12px 20px;
}

.jm-sidebar-label {
  padding: 10px 10px 7px;
  color: #9aa7bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jm-sidebar-link {
  width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #586987;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.jm-sidebar-link > i:first-child {
  width: 17px;
  color: #7483a0;
  font-size: 14px;
  text-align: center;
}

.jm-sidebar-link:hover {
  background: #f2f5fa;
  color: #25324b;
  text-decoration: none;
}

.jm-sidebar-link.active {
  background: #e9edff;
  color: #3447d4;
  font-weight: 600;
}

.jm-sidebar-link.active > i:first-child {
  color: #4657e8;
}

.jm-sidebar-parent {
  cursor: pointer;
}

.jm-sidebar-parent .jm-sidebar-chevron {
  margin-left: auto;
  font-size: 10px;
  color: #98a4b8;
  transition: transform .18s ease;
}

.jm-sidebar-parent[aria-expanded="true"] .jm-sidebar-chevron {
  transform: rotate(180deg);
}

.jm-sidebar-sublink {
  min-height: 34px;
  margin: 2px 0 2px 28px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 8px;
  color: #667792;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.jm-sidebar-sublink > i:first-child {
  width: 14px;
  color: #8794ac;
  font-size: 12px;
  text-align: center;
}

.jm-sidebar-sublink:hover {
  background: #f2f5fa;
  color: #25324b;
  text-decoration: none;
}

.jm-sidebar-sublink.active {
  background: #eef2ff;
  color: #3447d4;
  font-weight: 600;
}

.jm-sidebar-sublink.active > i:first-child {
  color: #4657e8;
}

.jm-link-trailing {
  margin-left: auto;
  font-size: 9px;
  opacity: .65;
}

.jm-sidebar-divider {
  height: 1px;
  margin: 14px 9px 6px;
  background: #e6eaf1;
}

.jm-sidebar-footer {
  padding: 10px 12px 12px;
  border-top: 1px solid #e6eaf1;
}

.jm-sidebar-footer form {
  margin: 0;
}

.jm-theme-toggle {
  cursor: pointer;
}

.jm-sidebar-user {
  margin-top: 8px;
  padding: 9px 7px 2px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.jm-sidebar-avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.jm-sidebar-user-copy {
  min-width: 0;
  flex: 1;
  color: #25324b;
  text-decoration: none;
}

.jm-sidebar-user-copy strong,
.jm-sidebar-user-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jm-sidebar-user-copy strong {
  font-size: 11.5px;
  font-weight: 600;
}

.jm-sidebar-user-copy small {
  margin-top: 2px;
  color: #98a4b8;
  font-size: 9.5px;
}

.jm-sidebar-logout {
  padding: 6px;
  cursor: pointer;
}

.jm-sidebar-logout:hover {
  color: #d42511;
}

.jm-app-content {
  min-width: 0;
  margin-left: var(--jm-sidebar-width);
  background: #f6f8fc;
}

.jm-mobile-appbar {
  position: sticky;
  top: 0;
  z-index: 1035;
  min-height: 56px;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e3e8f1;
}

.jm-mobile-brand img {
  max-width: 124px;
  height: 26px;
}

.jm-app-shell ~ .footer {
  margin-left: var(--jm-sidebar-width, 224px);
  background: #f6f8fc !important;
}

[data-bs-theme="dark"] .jm-app-shell,
[data-bs-theme="dark"] .jm-app-content {
  background: var(--sl-page);
}

[data-bs-theme="dark"] .jm-user-sidebar,
[data-bs-theme="dark"] .jm-mobile-appbar {
  background: var(--sl-surface);
  border-color: var(--sl-border);
}

[data-bs-theme="dark"] .jm-sidebar-link {
  color: var(--sl-text-secondary);
}

[data-bs-theme="dark"] .jm-sidebar-link:hover {
  background: var(--sl-neutral-30);
  color: var(--sl-text-primary);
}

[data-bs-theme="dark"] .jm-sidebar-link.active {
  background: rgba(var(--sl-primary-rgb), .16);
  color: var(--sl-primary);
}

[data-bs-theme="dark"] .jm-sidebar-sublink {
  color: var(--sl-text-secondary);
}

[data-bs-theme="dark"] .jm-sidebar-sublink:hover {
  background: var(--sl-neutral-30);
  color: var(--sl-text-primary);
}

[data-bs-theme="dark"] .jm-sidebar-sublink.active {
  background: rgba(var(--sl-primary-rgb), .13);
  color: var(--sl-primary);
}

[data-bs-theme="dark"] .jm-sidebar-user-copy {
  color: var(--sl-text-primary);
}

[data-bs-theme="dark"] .jm-dashboard {
  color: var(--sl-text-primary);
}

[data-bs-theme="dark"] .jm-dashboard .form-label {
  color: var(--sl-text-secondary);
}

[data-bs-theme="dark"] .jm-sidebar-divider,
[data-bs-theme="dark"] .jm-sidebar-footer {
  border-color: var(--sl-border);
}

[data-bs-theme="dark"] .jm-sidebar-divider {
  background: var(--sl-border);
}

@media (max-width: 991.98px) {
  .jm-mobile-appbar {
    display: flex;
  }

  .jm-user-sidebar {
    width: min(280px, 86vw);
    box-shadow: 12px 0 32px rgba(24, 35, 55, .18);
  }

  .jm-user-sidebar.collapsing {
    height: 100vh;
    transition: width .2s ease;
  }

  .jm-app-content,
  .jm-app-shell ~ .footer {
    margin-left: 0;
  }
}
/*-- user application sidebar end here --*/

/*-- dashboard css start here --*/
.jm-dashboard {
  color: #25324b;
  font-size: 12.5px;
}

.jm-dashboard .page-body {
  min-height: calc(100vh - 1px);
  margin-top: 0;
  padding: 20px 22px;
}

.jm-dashboard .container-xl {
  width: 100%;
  max-width: none;
  padding: 0;
}

.jm-dashboard .page-body > .container-xl > .card {
  min-height: calc(100vh - 40px);
  border-color: #e1e6ef !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(26, 39, 65, .04) !important;
}

.jm-dashboard h2 {
  font-size: 18px;
  font-weight: 700;
}

.jm-dashboard h3 {
  font-size: 13px;
}

.jm-dashboard h4 {
  font-size: 13px;
  font-weight: 600;
}

.jm-dashboard .form-label {
  margin-bottom: 5px;
  color: #65748f;
  font-size: 11px;
}

.jm-dashboard .form-control,
.jm-dashboard .form-select,
.jm-dashboard .btn {
  min-height: 36px;
  font-size: 12px;
}

.jm-dashboard .text-secondary {
  color: #8996ad !important;
}

.jm-create-meeting-btn {
  background: #ff7a00 !important;
  background-image: none !important;
  border-color: #ff7a00 !important;
  box-shadow: none !important;
}

.jm-create-meeting-btn:hover,
.jm-create-meeting-btn:focus {
  background: #e96f00 !important;
  border-color: #e96f00 !important;
}

[data-bs-theme="dark"] .jm-create-meeting-btn {
  background: linear-gradient(135deg, #ff9a32 0%, #ff6a00 100%) !important;
  border: 1px solid #ffad5c !important;
  box-shadow: 0 5px 18px rgba(255, 122, 0, .32) !important;
  color: #fff !important;
}

[data-bs-theme="dark"] .jm-create-meeting-btn:hover,
[data-bs-theme="dark"] .jm-create-meeting-btn:focus {
  background: linear-gradient(135deg, #ffad5c 0%, #ff7a00 100%) !important;
  border-color: #ffc080 !important;
  box-shadow: 0 7px 22px rgba(255, 122, 0, .42) !important;
}

/*-- recording and profile application pages start here --*/
.jm-recordings-page .page-body,
.jm-profile-page .page-body {
  margin-top: 0;
  padding: 20px 22px;
}

.jm-recordings-page .recordings-page-shell,
.jm-profile-page .page-header > .container-xl,
.jm-profile-page .page-body > .container-xl {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.jm-recordings-page .recordings-page-shell > .card,
.jm-profile-page .page-body > .container-xl > .card {
  border-color: #e1e6ef !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(26, 39, 65, .04) !important;
}

.jm-recordings-page .recording-page-tab {
  font-size: 11.5px;
}

.jm-profile-page .page-header {
  margin: 0;
  padding: 20px 22px 0;
}

.jm-profile-page .page-header .page-title {
  font-size: 19px;
  font-weight: 700;
}

.jm-profile-page .page-header .jm-header-right {
  padding: 0;
}

.jm-profile-page .profile-tabs {
  background: #fbfcfe;
  border-color: #e4e9f1 !important;
}

.jm-profile-page .profile-tabs .card-body {
  padding: 14px;
}

.jm-profile-page .profile-tabs .list-group {
  gap: 3px;
}

.jm-profile-page .profile-tabs .list-group-item {
  gap: 10px;
  min-height: 40px;
  padding: 10px 12px;
  border: 0 !important;
  border-radius: 8px !important;
  color: #62708a;
  font-size: 12px;
  font-weight: 500;
}

.jm-profile-page .profile-tabs .list-group-item i {
  width: 17px;
  color: #8793a9;
  text-align: center;
}

.jm-profile-page .profile-tabs .list-group-item:hover {
  background: #f0f3f8 !important;
  color: #25324b;
}

.jm-profile-page .profile-tabs .list-group-item.active {
  background: #e9edff !important;
  color: #3447d4 !important;
}

.jm-profile-page .profile-tabs .list-group-item.active i {
  color: #4657e8;
}

.jm-profile-page [class*="col-md-9"] > .card-body {
  padding: 24px 28px;
}

.jm-profile-page [class*="col-md-9"] > .card-body h2 {
  font-size: 17px;
  font-weight: 700;
}

.jm-profile-page .card-footer {
  padding: 14px 28px;
  border-top: 1px solid #e4e9f1;
}

.jm-profile-page .form-group + .form-group {
  margin-top: 14px;
}

.jm-invoice-page .page-body > .container-xl > .card {
  max-width: 1100px;
  margin: 0 auto;
}

[data-bs-theme="dark"] .jm-profile-page .profile-tabs {
  background: var(--sl-elevated);
  border-color: var(--sl-border) !important;
}

[data-bs-theme="dark"] .jm-profile-page .profile-tabs .list-group-item {
  color: var(--sl-text-secondary);
}

[data-bs-theme="dark"] .jm-profile-page .profile-tabs .list-group-item:hover {
  background: var(--sl-neutral-30) !important;
  color: var(--sl-text-primary);
}

[data-bs-theme="dark"] .jm-profile-page .profile-tabs .list-group-item.active {
  background: rgba(var(--sl-primary-rgb), .16) !important;
  color: var(--sl-primary) !important;
}

@media (max-width: 767.98px) {
  .jm-recordings-page .page-body,
  .jm-profile-page .page-body {
    padding: 12px;
  }

  .jm-profile-page .page-header {
    padding: 14px 12px 0;
  }

  .jm-profile-page .page-header .row {
    gap: 12px;
  }

  .jm-profile-page .page-header .jm-header-right,
  .jm-profile-page .page-header .jm-instant-meeting {
    width: 100%;
    align-items: stretch !important;
  }

  .jm-profile-page .profile-tabs {
    border-right: 0 !important;
    border-bottom: 1px solid #e4e9f1;
  }

  .jm-profile-page .profile-tabs .list-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jm-profile-page [class*="col-md-9"] > .card-body {
    padding: 20px 16px;
  }

  .jm-profile-page .card-footer {
    padding: 14px 16px;
  }
}

@media print {
  .jm-user-sidebar,
  .jm-mobile-appbar,
  .jm-invoice-page .page-header {
    display: none !important;
  }

  .jm-invoice-page .jm-app-content,
  .jm-invoice-page ~ .footer {
    margin-left: 0 !important;
  }

  .jm-invoice-page .page-body {
    padding: 0 !important;
  }
}
/*-- recording and profile application pages end 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;
  transition: opacity 200ms ease;
}

.jm-addto-btn a:hover {
  opacity: 0.75;
}

.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:hover {
  background-color: var(--sl-neutral-30);
}

.jm-meeting-card:focus-visible {
  outline: 2px solid var(--sl-primary);
  outline-offset: -2px;
}

.jm-meeting-card:active {
  background-color: rgba(var(--tblr-secondary-rgb), .12);
}

.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;
}

button.link.jm-join-link:hover {
  color: var(--sl-primary-hover);
  text-decoration: underline;
}

button.link.jm-join-link:focus-visible {
  outline: 2px solid var(--sl-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

[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: min(550px, 100%);
}

.jm-meeting-date .text-truncate {
  max-width: min(300px, 100%);
}

/*-- 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 --*/

/*-- Loader: layout only, colors in nova-theme.css --*/
#cover-spin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/*-- Loader css end here --*/

[type="radio"].hide-radio {
  display: none;
}

/* btn-primary styling now handled by nova-theme.css */

/*-- profile css start here --*/
.jm-profile .jm-header-right {
  padding: 0;
}

.g-recaptcha {
  overflow: hidden;
  max-width: 298px;
  width: 100%;
  height: 74px;
}

.g-recaptcha iframe {
  margin: -1px 0px 0px -2px;
}

.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) {
  .jm-dashboard .page-body {
    padding: 12px;
  }

  .jm-dashboard .page-body > .container-xl > .card {
    min-height: calc(100vh - 80px);
  }

  .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: 44px;
    height: 44px;
  }

  .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: 0.875rem;
  }

  .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: 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: 44px;
    height: 44px;
  }

  .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: 0.875rem;
  }

  .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%;
  }

  .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;
  }
}


video::cue {
    font-size: 22px !important;
    color: white !important;
    background: rgba(0,0,0,0.7) !important;
}
/*-- custom css end here --*/
