/*--------------------------- root css---------------------------------------*/
:root {
  --warning-color: #ff9800;
  --gradient-primary: linear-gradient(135deg, #880504 0%, #c40706 100%);
  --text-dark: #212121;
  --warning-color: #d62424;
  --text-light: #757575;
  --bs-navbar-color: #000000a6;
  --bs-border-width: 1px;
  --bs-navbar-toggler-border-color: #00000026;
  --bs-navbar-toggler-border-radius: 6px;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  --bs-navbar-toggler-padding-y: 0px;
  --bs-navbar-toggler-padding-x: 15px;
  --bs-navbar-toggler-font-size: 40px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-title {
  background-image: none !important;
}
#content > .container {
  min-height: 600px;
}
.single .content .content-area,
body.page:not(.no-padding) .content .content-area {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.text-right {
  text-align: right;
}
.mb-20 {
  margin-bottom: 20px;
}
div.pl-0 {
  padding-left: 0 !important;
}
/*------------------------ Top Bar -----------------------------------------*/
.topbar_notify_text p {
  margin: 0;
  text-align: center;
  font-size: 20px;
}
.topbar.topbar-01,
.topbar.topbar-01 > .topbar-container {
  background: linear-gradient(135deg, #880504 0%, #c40706 100%);
}
body.overlay-header .header .topbar a,
body.overlay-header .header .topbar {
  color: rgb(255 255 255);
}
.topbar a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.topbar a i {
  font-size: 1.2rem;
  padding: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.member-btn a {
  background: linear-gradient(135deg, #880504 0%, #c40706 100%);
  color: #ffffff !important;
  border: none;
  padding: 11px 25px !important;
  border-radius: 25px;
  font-weight: 600;
  transition: transform 0.3s;
}
img.logo-image.custom_logo,
img.logo-image.branding_logo_image,
img.logo-image-mobile {
  width: 80px;
}
header.header-05 .header-container {
  padding: 20px 0;
}
#menu .menu__container .sub-menu {
  min-width: max-content !important;
}
#menu .menu__container .menu-item.hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.logged-in .topbar .topbar__menu ul li .sub-menu {
  padding: 10px 5px 0 5px;
  min-width: 150px;
}
.logged-in .topbar .topbar__menu ul li .sub-menu li {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.logged-in .topbar .topbar__menu ul li .sub-menu li a {
  padding: 10% 5%;
  width: 90%;
  margin: 0;
}
.overlay-header .header.headroom--not-top {
  background-color: #ffffff;
}
i.dashicons.dashicons-phone {
  transform: rotate(90deg);
  padding-left: 5px;
  padding-right: 20px;
}
.foot-list li i::before {
  vertical-align: middle;
}
.foot-list li i {
  padding-right: 25px;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  transition: all 0.3s;
}
#menu-footer-company li {
  list-style-type: none;
  display: inline-flex;
}
.copyright {
  text-align: center;
}
#menu-footer-company li::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 2px;
}
#menu-footer-company li:first-child::before {
  background: transparent;
}
#menu-footer-company li a {
  padding-right: 6px;
  padding-left: 7px;
}
.copyright_text p {
  margin-bottom: 10px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7);
}
/*sr7-mask::after {
  content: "";
  background: linear-gradient(
    135deg,
    rgba(136, 5, 4, 0.4),
    rgba(196, 7, 6, 0.9)
  );
  width: 100%;
  height: -webkit-fill-available;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9;
}*/
sr7-txt.slider-text {
  font-size: 18px !important;
  line-height: 32px !important;
}
a.btn-slider {
  font-size: 16px !important;
  padding: 20px 40px !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #880504 0%, #c40706 100%);
}
.counter-box .number,
.counter-box .text {
  color: #ffffff;
}
.counter-box .number {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  font-family: Lato;
}
.counter-box .counter {
  display: inline-block;
  position: relative;
}
.counter-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  text-transform: uppercase;
}
.announcement-bar {
  background: #fff3cd;
  border-left: 5px solid var(--warning-color);
  padding: 20px;
  margin: 10px 0 0;
  border-radius: 5px;
  margin-bottom: 50px;
}
.view_notify_btn {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
.view_notify_btn a {
  text-decoration: underline;
  color: #880504;
}
.swiper-pagination {
  position: relative !important;
  top: 0px !important;
}
.announcement-bar
  .announcement-icon
  .vc_icon_element
  .vc_icon_element-inner
  span.vc_icon_element-icon {
  font-size: 2.5rem !important;
  color: var(--warning-color) !important;
}
.announcement-content h4 {
  margin: 0;
  color: var(--text-dark);
  font-weight: 700;
}
.announcement-content p {
  margin: 5px 0 0;
  color: var(--text-light);
}
.announcement-download a,
.view_events {
  background: var(--gradient-primary) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}
.lw-acf-post-grid-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #880504 0%, #c40706 100%) !important;
}
.lw-acf-post-grid-swiper .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--warning-color);
  padding: 5px;
}
.section-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 700px;
  margin: 30px auto 0;
}
.work_box {
  background: white;
  border-radius: 15px;
  padding: 40px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  height: 100%;
  text-align: center;
}
.work_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.work_box .insight-icon-boxes--icon {
  width: 100px !important;
  height: 100px;
  margin: 0 auto 25px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.work_box .insight-icon-boxes--icon i {
  font-size: 3rem;
  color: white;
}
.work_box .insight-icon-boxes--content {
  min-height: 125px;
}
.event-card-enhanced {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  height: 100%;
}
.event-image {
  height: 150px;
  background: var(--gradient-primary);
  position: relative;
  overflow: hidden;
}
.event-date-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
}
.event-day {
  font-size: 20px;
  font-weight: 700;
  color: var(--warning-color);
  line-height: 1;
}
.event-month {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555;
}
.event-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  text-align: left;
}
.event-date-badge.left-badge {
  left: 15px;
  right: unset;
}
.event-date-badge.dash-badge {
  left: 50%;
  right: unset;
  transform: translate(-50%, 10px);
  background: transparent;
  color: #fff;
}
.insight-team-member img {
  width: 75%;
  border-radius: 5%;
  border: 1px solid #a60b07;
  object-fit: cover;
  height: 200px;
  object-position: top;
}
.guidelines .announcement-content h4 {
  margin: 0;
  color: var(--text-dark);
  font-weight: 700;
  font-size: 20px;
}
.patient-edu img,
.patient-edu .figure.wpb_wrapper.vc_figure,
.patient-edu .vc_single_image-wrapper.vc_box_border_grey {
  width: 100%;
  object-fit: cover;
}
.font-capitalize .insight-title--title {
  font-size: 30px;
}
.page .content .guidelines .announcement-bar {
  padding: 10px 0;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 5px solid #880504;
  cursor: pointer;
}
.page
  .content
  .guidelines
  .announcement-bar
  .announcement-icon
  .vc_icon_element
  .vc_icon_element-inner
  span.vc_icon_element-icon {
  color: #880504 !important;
}
.an .event-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--text-dark);
}
.event-location {
  color: var(--text-light);
  margin-bottom: 0px;
  margin-top: 0;
}
.event-description {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 0px;
  font-size: 0.9rem;
  margin-top: 0;
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.btn-event {
  background: var(--gradient-primary);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: transform 0.3s;
  width: fit-content;
}
.btn-event i {
  font-size: 13px;
  vertical-align: baseline;
}
.btn-event:hover {
  background: #b41818;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.lw-event-item {
  padding-bottom: 30px !important;
  box-sizing: border-box;
}
.lw-event-item,
.lw-event-item .vc_column-inner {
  overflow: visible !important;
}
.expanded {
  max-height: 500px; /* enough height for full text */
}
p.no-events-posts {
  margin: 0;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lw-readmore-btn {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: #b41818;
  cursor: pointer;
}
.view_events.insight-btn {
  text-transform: capitalize;
}
.icon_box_gallery {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 40px;
}
.icon_box_gallery .insight-icon-boxes--icon {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: var(--gradient-primary);
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  margin: 0 !important;
}
.icon_box_gallery .insight-icon-boxes--icon img {
  height: 200px;
  object-fit: cover;
}
.icon_box_gallery .insight-icon-boxes--icon i {
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_box_gallery.blue-bg .insight-icon-boxes--icon {
  background: linear-gradient(135deg, #667eea, #764ba2);
}
.icon_box_gallery.pink_bg .insight-icon-boxes--icon {
  background: linear-gradient(135deg, #f093fb, #f5576c);
}
.icon_box_gallery.dark_blue_bg .insight-icon-boxes--icon {
  background: linear-gradient(135deg, #30cfd0, #330867);
}
.icon_box_gallery.green-bg .insight-icon-boxes--icon {
  background: linear-gradient(135deg, #2d5016, #4a7c2a);
}
.icon_box_gallery.yellow-bg .insight-icon-boxes--icon {
  background: linear-gradient(135deg, #fa709a, #fee140);
}
.icon_box_gallery.light_blue_bg .insight-icon-boxes--icon {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.icon_box_gallery .insight-icon-boxes--inner {
  padding: 20px;
  text-align: center;
}
.icon_box_gallery .insight-icon-boxes--title {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--text-dark);
  font-weight: 700;
}
.icon_box_gallery .insight-icon-boxes--content {
  color: var(--text-light);
  margin: 0;
}
.testimonial-section {
  background: var(--gradient-primary);
  color: white;
  position: relative;
  overflow: hidden;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: rotate 20s linear infinite;
}
.testimonial-section .insight-testimonials.style9 .item .inner {
  backdrop-filter: blur(10px);
  border-radius: 15px;
}
.testimonial-section .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.testimonial-section .author .name,
.testimonial-section .author .tagline {
  color: #ffffff !important;
}
.insight-testimonials.style9 .item .info .author .tagline:before {
  position: relative;
  left: -4px;
}
.insight-testimonials.style9 .item .text {
  min-height: 150px;
}
.insight-testimonials.style9 .item .inner:before {
  filter: brightness(100);
}
.insight-testimonials.style9 .item .heading {
  display: none;
}
.blog-list-style.event_blog .entry-title:before {
  content: none;
}
.insight-title.style-color .insight-title--title {
  color: #880504 !important;
  font-size: 45px;
}
.testimonial-section .insight-title.style-color .insight-title--title {
  color: #fff !important;
}
.no-events-found a.view_events {
  color: transparent !important;
}
.no-events-found a.view_events::before {
  content: "View Past Events";
  position: absolute;
  color: #fff;
}
.no-events-found a.view_events::after {
  color: #fff;
  margin-left: 25px;
}
.member_login {
  width: 33%;
}
.insight-separator.gallery_sep .separator {
  max-width: 100%;
}
.event_gallery .insight-title--title {
  margin-bottom: 20px;
}
.font-capitalize .insight-title--title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
}
.insight-title.style-type-2 .insight-title--subtitle {
  font-size: 25px;
  line-height: 40px;
  width: 50%;
  margin: 0 auto;
}
.patient-edu ul {
  padding-left: 20px;
}
.social-list .fa-google-plus:before {
  font-family: "Material Icons";
  content: "email";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.insight-team-member {
  border: 1px solid #a60b07;
  margin-bottom: 10px;
  min-height: 420px;
}
#primary .insight-team-member .social-list li a {
  width: auto;
  border: none;
  border-radius: 0;
  padding: 5px;
  line-height: inherit;
  font-size: 14px;
}
.video_thumb {
  height: auto !important;
}
div.blog-list-style div.post-thumbnail img {
  height: 260px;
  object-fit: cover;
}

/* ================= Skeleton Loader ================= */
.insight-gallery-image.gallery_box {
  position: relative;
  overflow: hidden;
}

/* Skeleton overlay */
.gallery-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #e5e5e5;
}

/* Skeleton animation */
.skeleton-item {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e5e5e5 25%, #f3f3f3 37%, #e5e5e5 63%);
  animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

/* Image fade-in */
.insight-gallery-image.gallery_box img {
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}
.lw-acf-post-grid.guidelines.all_notifications.featured_notifications {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
}
.lw-acf-post-grid.guidelines.all_notifications.featured_notifications
  .announcement-bar {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  background-color: #ffeaea;
  margin: 10px 0 0;
}

.lw-acf-post-grid.guidelines.all_notifications.featured_notifications:before {
  display: none;
}

.all_notifications .announcement-bar .announcement-content {
  padding: 0 10px;
}
.all_notifications .announcement-bar .announcement-content a:hover {
  text-decoration: underline;
}
.all_notifications
  .announcement-bar
  .announcement-content
  .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 0;
}
.all_notifications .announcement-bar .announcement-content {
  padding: 0 10px;
}
.all_notifications .announcement-bar .announcement-content a:hover {
  text-decoration: underline;
}
.all_notifications
  .announcement-bar
  .announcement-content
  .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 0;
}
select#lw-filter-year {
  min-width: 100px;
  padding: 8px 6px;
}
/* ================= Skeleton Loader ================= */
.insight-gallery-image {
  position: relative;
  overflow: hidden;
}

/* Skeleton overlay */
.gallery-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #e5e5e5;
}

/* Skeleton animation */
.skeleton-item {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e5e5e5 25%, #f3f3f3 37%, #e5e5e5 63%);
  animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

/* Image fade-in */
.insight-gallery-image img {
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}
.lw-guidelines-loader {
  text-align: center;
  padding: 30px 0;
}

.lw-guidelines-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top-color: #0073aa;
  border-radius: 50%;
  display: inline-block;
  animation: lw-spin 0.8s linear infinite;
}

@keyframes lw-spin {
  to {
    transform: rotate(360deg);
  }
}
.lw-guidelines-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.lw-guidelines-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  width: fit-content;
}

.lw-guidelines-filter select {
  min-width: 140px;
  padding: 6px 10px;
}
.announcement-bar.featured {
  background: #ffebad;
}
.announcement-content h4 {
  font-size: 18px;
}
.patient-edu-row {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.patient_img_content {
  width: 75%;
}
.insight-title--title {
  font-size: 24px;
  margin-bottom: 20px;
}
/*----------Added by sandeep -------*/
/*------Custom my dashboard/Account page CSS----------*/
.oge-dashboard-wrap {
  display: flex;
  gap: 30px;
}

.page-my-account .oge-dashboard-sidebar {
  width: 33.33%;
  padding-top: 10px;
  margin: 30px 0;
}

.page-my-account .oge-dashboard-sidebar ul,
.oge-profile-table ul {
  list-style: none !important;
  padding: 0 !important;
}

.page-my-account .oge-dashboard-sidebar li {
  margin-bottom: 10px;
}

.page-my-account .oge-dashboard-sidebar li a {
  display: block;
  background: #f5f5f5;
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}

.page-my-account .oge-dashboard-sidebar li.active a,
.page-my-account .oge-dashboard-sidebar li a:hover,
.page-my-account .oge-dashboard-content .gform_confirmation_message a,
.page-my-account .jceh-access-section .access-jceh-journal-btn {
  background: var(--gradient-primary) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}
.page-my-account .jceh-access-section .access-jceh-journal-btn.disabled,
.page-my-account .jceh-access-section .jceh-access-image.disabled,
.jceh-access-for-members.disabled {
  background: #ddd !important;
  color: #000 !important;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.jceh-reload-button {
  margin-top: 10px;
  padding: 8px 16px;
  background: rgb(161 0 2);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.page-my-account .oge-dashboard-content .gform_confirmation_message a {
  max-width: 200px;
  justify-content: center;
  display: flex;
  margin-top: 10px;
}
.oge-confirmation-message {
  display: flex;
  flex-direction: column;
}
.page-my-account .jceh-access-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 100px;
}
.page-my-account .jceh-access-section h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
.page-my-account .jceh-access-section .access-jceh-journal-btn {
  padding: 10px !important;
  font-size: 14px !important;
  display: flex;
  width: 100%;
  justify-content: center;
}

.page-my-account .oge-dashboard-content {
  width: 100%;
  background: #fff;
  padding: 20px;
}

.page-my-account .oge-dashboard-content h2 {
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  width: 100%;
}

.page-my-account .oge-dashboard-content #resetpasswordform fieldset {
  padding: 0 25px;
}

.page-my-account .oge-dashboard-content #resetpasswordform fieldset legend {
  display: none;
}

.page-my-account .somfrp-password-wrapper {
  width: 300px;
}
.page-my-account
  .somfrp-password-wrapper
  input[type="password"].som-password-input,
.page-my-account
  .somfrp-password-wrapper
  input[type="text"].som-password-input {
  width: 300px;
  border: 1px solid #b1b1b1;
  padding-right: 25px;
}
.page-my-account .somfrp-password-wrapper .somfrp-eye-toggle {
  right: 5px;
}
.page-my-account .somfrp-password-wrapper .somfrp-eye-toggle:before {
  content: "";
}
small.jceh-journal-note {
  background: #fff3cd;
  padding: 5px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
small.jceh-journal-note strong {
  color: #000;
}
/* Wrapper */
.page-my-account .oge-profile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Each form section */
.page-my-account .oge-form-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Section title */
.page-my-account .oge-form-section h3 {
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

/* Table */
.page-my-account .oge-profile-table {
  width: 100%;
  border-collapse: collapse;
}

.page-my-account .oge-profile-table th,
.oge-profile-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align: left;
}

.page-my-account .oge-profile-table th {
  width: 35%;
  font-weight: 600;
  background: #f9f9f9;
}
.gform_button,
.gform_next_button {
  background: var(--gradient-primary) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}
.gform_previous_button {
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}
button#reset-pass-submit {
  background: var(--gradient-primary) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}
/*-----CSS for announcement bar on profile page------------*/
.oge-dashboard .announcement-bar {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
.announcement-bar.success {
  border-left-color: #28a745;
  background: #d6ffcd;
}
.announcement-bar.warning {
  border-left: 5px solid orange;
}
.announcement-bar.error {
  background: #ffcaca;
}
.announcement-bar.success p {
  max-width: 800px;
}
.oge-dashboard .view_notify_btn {
  width: auto;
  align-items: center;
}

.oge-dashboard .view_notify_btn a {
  background: var(--gradient-primary) !important;
  /*     background: #880504; */
  color: #ffffff !important;
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 25px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 16px !important;
}
/*--------Membership badge on profile page----------------*/
.oge-welcome-message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.oge-membership-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  border-left: 4px solid #28a745;
  padding: 15px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  min-width: 275px;
  justify-content: right;
  height: fit-content;
}

.oge-membership-badge .label {
  color: #6c757d;
}

.oge-membership-badge .number {
  color: #212529;
}
.members-login-error {
  color: red;
  font-weight: 600;
  border: 1px solid red;
  border-radius: 5px;
  padding: 15px;
}
a.wplf-lostpassword {
  color: darkred;
  font-weight: 600;
}
.login-remember input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  margin-right: 8px;
  vertical-align: middle;
}
/*--------Custom Gravity form confirmation message css----------------*/
.gform-theme--framework.oge_theme_override .oge_success_message {
  background-color: #2da22da6;
  color: black;
}
.gform-theme--framework.oge_theme_override .oge_success_message:focus {
  border-color: #2da22da6;
  outline: green;
}
.gform-theme--framework.oge_theme_override
  .oge_success_message
  h2.gform_submission_error.oge_success_text {
  color: black;
}
.gform-theme--framework.oge_theme_override
  .oge_success_message
  span.gform-icon.gform-icon--circle-error.oge_success_icon {
  color: black;
  border-color: green;
}

.oge-buttons-row .oge-btn {
  background: var(--gradient-primary) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px 19px !important;
  border-radius: 10px !important;
  font-weight: 600;
  transition: transform 0.3s !important;
  font-size: 15px !important;
}

.oge-buttons-row .oge-section {
  margin-top: 20px;
}
.oge-buttons-row .oge-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
/*--------Custom datepicker css----------------*/
#ui-datepicker-div {
  background: #fff !important;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: none !important;
}
.ui-state-active {
  background: var(--gradient-primary) !important;
  border: none !important;
  color: #ffffff !important;
}
/*---For password reset---*/
#password-lost-form-wrap fieldset p a {
  color: #6c0504;
  text-decoration: underline;
}
.vc_row-fluid .insight-our-services {
  height: 450px;
  margin-bottom: 15px;
  padding: 20px 30px;
}
.vc_row-fluid .insight-our-services .content p {
  margin-bottom: 5px;
  margin-top: 5px;
}
/*------------------END---------------*/

#primary .vc_do_btn.learn-more-button .vc_general {
  background-color: #b30605;
  border-color: #6c0504;
}
.insight-testimonials .slick-slide img {
  border-radius: 10px;
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.row.event_blog.event_gallery {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  box-shadow: 1px 1px 12px 0px #a4a4a457;
  padding: 20px;
}
.row.event_blog.event_gallery .insight-title--title {
  border-bottom: 1px solid #8805043d;
  margin-bottom: 25px;
}
.gallery-grid.insight-gallery-image.row.video_thumb .insight-gallery-image {
  position: relative;
}
.gallery-grid.insight-gallery-image.row.video_thumb
  .insight-gallery-image
  a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000006b url(../images/icons8-youtube-96.png) no-repeat right
    bottom;
  background-size: 60px;
}

.inasl-membership-steps .insight-process--step {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
}

.inasl-membership-steps .insight-process--step--text {
  text-align: left;
}
.inasl-membership-steps .insight-process--step {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
}

.inasl-membership-steps .insight-process--step--text {
  text-align: left;
}
.inasl-membership-steps a.inasl-anchor,
.oge-confirmation-message .btn,
.inasl-button a {
  background-color: #880504 !important;
  border-color: #600909 !important;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}

.inasl-membership-steps a.inasl-anchor:hover,
.oge-confirmation-message .btn:hover,
.inasl-button a:hover {
  background-color: #ca2422 !important;
}
.inasl-membership-steps h3 {
  margin-bottom: 10px;
  color: #880504;
  font-size: 24px;
}

.inasl-membership-steps .insight-process--step--icon {
  border-radius: 10px;
}

.inasl-membership-steps .insight-process--step--icon .order {
  top: 3px;
  right: 3px;
}
.patient-edu .insight-title--title {
  font-size: 24px;
}
.jceh-journal-access-countdown-time {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: 4px solid #cdcdcddd;
  border-radius: 12px;
  background: #ddd;
}
.jceh-journal-note {
  display: none;
}
.jceh-journal-note.show {
  display: block;
}
/* ---------Mobile layout for account page-------------------*/
@media (max-width: 768px) {
  .oge-profile-table,
  .oge-profile-table tbody,
  .oge-profile-table tr,
  .oge-profile-table th,
  .oge-profile-table td {
    display: block;
    width: 100%;
  }

  .oge-profile-table tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
  }

  .page-my-account .oge-profile-table th {
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .oge-profile-table td {
    font-size: 15px;
    text-align: center;
  }
  .oge-dashboard-wrap {
    flex-direction: column;
  }
  .page-my-account .oge-dashboard-sidebar,
  .page-my-account .oge-dashboard-content {
    width: 100%;
  }
  .oge-welcome-message {
    display: block;
  }
  .lw-acf-post-grid.guidelines.all_notifications.featured_notifications
    .announcement-bar {
    flex: 0 0 100%;
  }
  .lw-guidelines-title {
    width: 100%;
  }

  .patient-edu-row {
    flex-direction: column;
    row-gap: 20px;
  }
  .inasl-membership-steps .insight-process--step {
    flex-direction: column;
  }
}
/*------------------END---------------*/
