@import url("https://use.typekit.net/uig0ett.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --white: #f9f8f5;
  --black: #09100f;
  --dark-grey: #aeaeae;
  --royal-blue: #363fef;
  --brand: #FF4DD8;
  --brand-opacity: rgba(255, 77, 216, 0.2);
  --brand-gradient: linear-gradient(90deg, #FF4DD8 0%, #5036D5 100%);
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "IvyJournal", sans-serif;
  --tertiary-font: "EB Garamond", sans-serif;
  --light-grey: #d4d4d4;
  --grey: #6c6c6c;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: var(--white);
}

.navbar {
  display: none;
}

main:not(.site-main) {
  width: 100%;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

main::-webkit-scrollbar {
  width: 5px; /* Thin scrollbar */
}

main::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
}

main::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 10px; /* Rounded edges */
}

main::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

p {
  margin: 0;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

h3 {
  margin: 0;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -4%;
}

h1 {
  margin: 0;
  display: block;
  font-size: 56px;
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
}

h2 {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -2.24px;
}

h4 {
  margin: 0;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -4%;
}

h5 {
  margin: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -4%;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.italic {
  font-family: var(--secondary-font);
  font-style: italic;
}

.b1-large {
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.b3-regular,
.b4-regular {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0 !important;
}

.b2-medium,
.b3-medium {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.b2-large-medium {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.c2-small {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
}

.c1-medium {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.text-brand {
  color: var(--brand);
}

.text-white {
  color: var(--white);
}

.text-dark-grey {
  color: var(--dark-grey);
}

.text-grey {
  color: var(--grey);
}

.mt-0 {
  margin-top: 0 !important;
}

:not(.page-container):not(#tw-app) > section:not(:last-of-type) {
  margin-bottom: 48px;
}
.container {
  /* all: unset !important; */
  /* margin: unset !important; */
  padding: unset !important;
  max-width: unset !important;
  display: flex !important; /* or whatever your fallback is */
}
.container {
  display: flex;
}

.flex-end {
  justify-content: flex-end !important;
}

.nav-wrapper {
  display: none;
}

.mobile-nav {
  display: none;
}

.social-links {
  display: none;
}

.secondary-nav {
  /* display: none; */
}

.secondary-nav img {
  margin-top: 0 !important;
}

.secondary-nav .nav-link {
  text-decoration: none;
}

.algolia-overlay {
  display: none;
  /* top: 119px !important; */
  top: calc(119px + var(--hs-banner-height, 0px)) !important;
  border-top: 1px solid var(--light-grey);
}

.plus:before {
  content: url("/assets/img/dashboard/plus.svg");
  margin-right: 6px;
}

.delete:before {
  content: url("/assets/img/dashboard/delete.svg");
}

.edit:before {
  content: url("/assets/img/dashboard/edit.svg");
}

.calendar:before {
  content: url("/assets/img/dashboard/calendar.svg");
  margin-right: 6px;
}

.minus:before {
  content: url("/assets/img/dashboard/minus.svg");
  margin-right: 6px;
}

.time:before {
  content: url("/assets/img/dashboard/time.svg");
  margin-right: 6px;
}

.timelapse:before {
  content: url("/assets/img/dashboard/timelapse.svg");
  margin-right: 6px;
}

.location:before {
  content: url("/assets/img/dashboard/location_on.svg");
  margin-right: 6px;
}

.lightbulb:before {
  content: url("/assets/img/dashboard/lightbulb.svg");
  margin-right: 8px;
}

.lightbulb {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

[tier] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* [tier] {
  opacity: 1;
} */

.sidenav {
  width: 270px;
  min-width: 270px;
  width: 270px;
  min-width: 270px;
  padding: 32px 24px;
  padding-top: 20px;
  border-right: 1px solid var(--light-grey);
  height: calc(100vh - 40px);
  transition:
    width 0.3s ease-in-out,
    min-width 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: var(--white);
  view-transition-name: sidebar-transition;
}

::view-transition-group(sidebar-transition) {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sidenav.algolia-opened {
  border: none;
}

.sidenav.algolia-opened .sidebar-collapse-btn {
  display: none;
}

.sidenav .site-logo {
  width: 179px;
}

.sidenav .side-logo-collapse {
  display: none;
}

.sidenav > .sidebar-collapse-btn {
  display: none;
}

.sidebav-control-panel {
  margin-top: auto;
  position: relative;
  display: none;
}

.sidenav .nav-menu-mobile {
  border-radius: 5px;
  border: 1px solid var(--black);
  padding: 12px 18px;
  height: 41px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-top: 32px;
}

.sidenav .nav-menu-mobile img {
  transform: rotate(-90deg);
}

.sidebav-control-panel .user-info {
  margin-top: 32px;
  gap: 16px;
  color: var(--black);
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid var(--light-grey);
  display: flex;
  padding: 24px 16px;
  width: 100%;
}

.sidenav.collapsed {
  width: 92px;
  min-width: 0;
  padding: 32px 16px;
  padding-top: 20px;
  height: calc(100vh - 40px);
}

.sidenav.collapsed .site-logo {
  display: none;
}

.sidenav.collapsed .side-logo {
  display: none;
}

/* .sidenav .side-link {
  position: relative;
}

.sidenav .side-link:before {
  content: "Certification";
  position: absolute;
  left: 0;
} */

.sidenav .side-link span {
  transition: max-width 0.3s ease-in-out;
  max-width: 282px;
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
}

.sidenav.collapsed .side-link span {
  max-width: 0;
  max-height: 24px;
  overflow: hidden;
}

.sidenav.collapsed .sub-links:after {
  display: none;
}

/* .sidenav.collapsed .user-info {
  padding: 15px;
  justify-content: center;
}  */

.sidenav.collapsed .sub-link {
  display: none;
}

.sidenav.collapsed .sub-link span {
  display: none;
}

.sidenav.collapsed .sub-link.active:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

/* .sidenav.collapsed .sub-link:before {
  content: url("/assets/img/dashboard/submenu-icon.svg");
} */

/* .sidenav.collapsed .user-info .info {
  display: none;
} */

.sidenav.collapsed .sub-menu {
  padding: 0;
}

.sub-menu > a.sub-link {
  margin-bottom: 0 !important;
  padding: 8px 0 !important;
}

.sidenav.collapsed .side-logo-collapse {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-left: 10px;
}

.sidenav > p {
  margin-top: 32px;
  margin-bottom: 16px;
}

.sidenav::-webkit-scrollbar {
  width: 5px; /* Thin scrollbar */
}

.sidenav::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
}

.sidenav::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 10px; /* Rounded edges */
}

.sidenav::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

#sideBarLinks.side-links {
  /* display: flex; */
  flex-direction: column;
  gap: 8px;
  margin-right: -24px;
  /* max-height: 590px; */
  /* height: 65vh; */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.sidenav.collapsed #sideBarLinks.side-links {
  margin-right: -27px;
}

.swiper-wrapper {
  height: unset !important;
}

.topic-tags-questions .swiper-wrapper {
  height: 100% !important;
}

#sideBarLinks a{
  display: flex !important;
  gap: 16px;
  padding: 12px 0;
  padding-left: 16px;
  margin-right: 1px;
  color: var(--black);
  text-decoration: none !important;
  align-items: center;
  font-weight: 300;
}

#sideBarLinks a:not(:last-of-type) {
  margin-bottom: 8px;
}

#sideBarLinks.side-links > a:hover,
#sideBarLinks.side-links > a.active {
  background: linear-gradient(90deg, #FF4DD8 0%, #FF4DD8 35.94%, #5036D5 81.25%, #363fef 100%);
  color: var(--white);
  border-radius: 50px 0 0 50px;
  cursor: pointer;
}

#sideBarLinks a:hover img,
#sideBarLinks a.active img {
  filter: invert(98%) sepia(42%) saturate(345%) hue-rotate(294deg) brightness(105%) contrast(95%);
}

.sub-links:after {
  content: url("/assets/img/dropdown.svg");
  margin-left: auto;
  margin-right: 24px;
  transition: transform 0.3s ease;
}

.sub-links.active:after {
  transform: rotate(180deg);
}

.sub-menu {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.sub-menu.active {
  max-height: 1000px;
}

.sub-menu a {
  color: var(--black);
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.sub-menu a:last-of-type {
  border-bottom: 1px solid var(--light-grey);
}

.sub-menu a:hover,
.sub-menu a.active {
  background: none;
  color: var(--brand);
  border-radius: 0;
}

.search-input-wrapper {
  margin-bottom: 24px;
  height: 41px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.search-input-wrapper:before {
  content: url("/assets/img/magnifying-glass.svg");
  position: absolute;
  left: 15px;
  margin-top: 3px;
}

.search-input-wrapper .search-input {
  height: 41px;
  width: 100%;
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  padding-right: 24px;
  padding-left: 45px;
  box-sizing: border-box;
}

.gtp-input {
  height: 63px;
  width: 100%;
  max-height: 63px;
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  padding: 0 82px 0 24px;
  box-sizing: border-box;
}

.gtp-input-container .ask-ai-submit:before {
  content: url("/assets/img/send.svg");
}

.gtp-input-container .ask-ai-submit:hover:before {
  filter: invert(53%) sepia(85%) saturate(3015%) hue-rotate(297deg) brightness(101%) contrast(101%);
}

.gtp-input-container .ask-ai-submit {
  position: absolute;
  top: 19px;
  right: 44px;
  cursor: pointer;
}

.gtp-input-container {
  margin-bottom: 24px;
  position: relative;
}

header.header {
  padding: 24px 21px;
  background-color: var(--black);
  background-image: url("/assets/img/dashboard-eclipse-right.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* position: sticky;
  top: 0; */
  z-index: 9;
}

header.header .cta {
  display: flex;
  gap: 16px;
}

header.header .cta.with-text {
  flex-direction: column;
  gap: 10px;
}

header.header .cta.with-text .btn {
  align-self: center;
}

/* .header-info h3 {
  margin-bottom: 16px;
} */

.header-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.block {
  display: block;
}

.btn {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 18px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.btn.btn-primary {
  background-color: var(--white);
  color: var(--black);
}

.btn.btn-primary:hover {
  background-color: var(--brand);
  color: var(--white);
}

.btn.btn-secondary {
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-tertiary {
  background: var(--brand-gradient);
  color: var(--white);
}

.btn.btn-tertiary:hover {
  background: var(--black);
}

.btn.btn-secondary:hover {
  background-color: var(--brand);
}

.btn.btn-outline {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn.btn-outline:hover {
  border: 1px solid var(--brand);
  color: var(--brand);
}

.btn.btn-outline-secondary {
  border: 1px solid var(--black);
  color: var(--black);
}

.btn.btn-outline-secondary:hover {
  border: 1px solid var(--brand);
  color: var(--brand);
}

.btn.btn-hover-black:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn-outline-none {
  color: var(--black);
}
button.btn-outline {
    background-color: transparent;
}


.back-btn {
}

.underline {
  text-decoration: underline;
}

.btn-group {
  display: flex;
  gap: 16px;
}

.btn-share {
  content: url("/assets/img/ios_share.svg");
  margin-top: 15px;
  cursor: pointer;
}

.space-between {
  justify-content: space-between;
}

.main-container {
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* height: 100vh; */
}

.dashboard-container {
  padding: 32px 21px 64px;
}

.dashboard-container .right-sidebar-container {
  display: none;
}

.dashboard-container.with-filter {
  display: flex;
  gap: 24px;
}

.dashboard-container.with-filter .card-content-container {
  width: 70%;
}

.dashboard-container.with-filter .card-content-container section {
  width: 100%;
  margin: unset;
}

.dashboard-container.with-filter section:not(:last-of-type) {
  margin-bottom: 32px;
}

.dashboard-container.with-filter .right-sidebar-container {
  display: block;
  width: 30%;
}

.dashboard-container.with-filter .card-content-container .header-title-cta .btn {
  display: none;
}

.card-content-container .saved-items .header-title-cta .btn,
.card-content-container .liked-items .header-title-cta .btn,
.card-content-container .history-items .header-title-cta .btn {
  width: 177px;
}

.library-info {
  margin-left: 4px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

.library-info:before {
  content: url("/assets/img/dashboard/info.svg");
}

.dashboard-container.with-filter .select {
  width: calc(100% - 72px);
}

.sort-dropdown {
  display: none;
  position: absolute;
  border-radius: 5px;
  flex-direction: column;
  left: 0;
  top: 50px;
  background-color: var(--white);
  width: 100%;
  border: 1px solid var(--light-grey);
  z-index: 1;
}

.sort-dropdown a {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  padding: 12px 18px;
}

.sort-dropdown a:hover {
  background: var(--brand-gradient);
  color: var(--white);
}

.sort-option.active {
  background: var(--brand-gradient);
  color: var(--white);
}

.sort-dropdown a:first-of-type {
  border-radius: 5px 5px 0 0;
}

.sort-dropdown a:last-of-type {
  border-radius: 0 0 5px 5px;
}

.dashboard-container.with-filter .filter-info {
  display: flex;
  justify-content: space-between;
}

.dashboard-post-header-container {
  padding: 40px 32px 0 32px;
  display: flex;
  gap: 16px;
  /* border-bottom: 1px solid var(--light-grey); */
  /* position: sticky;
  top: 0; */
  /* background-color: var(--white); */
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.dashboard-post-header-container .back-with-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8.5px 12px;
  border-radius: 5px;
  border: 1px solid var(--Dark-Grey, #aeaeae);
  background: var(--white);
  box-shadow: 0 0 30px 7px rgba(9, 16, 15, 0.25);
  height: 41px;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.dashboard-post-header-container .back-with-title .arrow_backward:before {
  padding: 4px;
}

.engagement {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8.5px 12px;
  border-radius: 5px;
  border: 1px solid var(--Dark-Grey, #aeaeae);
  background: #fff;
  box-shadow: 0 0 30px 7px rgba(9, 16, 15, 0.25);
  height: 41px;
  box-sizing: border-box;
}

.engagement a {
  padding: 4px;
  padding-top: 9px;
  cursor: pointer;
}

.engagement a:hover:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

#site-main {
  /* overflow: unset; */
  overflow-y: auto;
}

.post-filter-title {
  margin-bottom: 16px;
}

.post-filter-label {
  cursor: pointer;
}

.post-filter-label:not(:last-of-type) {
  margin-bottom: 8px;
}

#displayFilter {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.quicklinks {
  margin-bottom: 24px;
}

.quicklinks h5 {
  margin-bottom: 24px;
}

.quicklinks-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.quicklinks-container a {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px #0000001a;
  padding: 16px;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -2%;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none !important;
}

.quicklinks-container a:hover {
  background-color: var(--black);
  color: var(--white);
}

section > h5 {
  margin-bottom: 24px;
}

.topic-tags,
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.topic-tags a,
.tags .tag {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 7px;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid var(--black);
  border-radius: 40px;
  cursor: pointer;
  color: var(--black);
  display: flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
}

.topic-tags a.active {
  color: var(--brand);
  border: 1px solid var(--brand);
}

.topic-tags a:hover,
.tags .tag:hover {
  border: 1px solid var(--brand);
  color: var(--brand);
}

.tags .tag:hover .remove-tag:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.topic-dropdown,
.category-dropdown,
.type-dropdown {
  position: absolute;
  flex-direction: column;
  background: #fff;
  width: calc(100% - 48px);
  margin-left: -16px;
  top: 46px;
  padding: 24px;
  border-radius: 5px;
  align-items: flex-start;
  gap: 8px;
  display: none;
  z-index: 9;
  max-height: 401px;
  overflow-y: auto;
}

.type-dropdown {
  max-height: unset;
}

.select-dropdown .custom-checkbox .b4-regular {
  font-size: 14px;
}

.select-dropdown .custom-checkbox .checkmark {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}

.topic-dropdown label,
.category-dropdown label {
  display: flex;
  cursor: pointer;
  gap: 8px;
}

.topic-dropdown label input,
.category-dropdown label input {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.swiper {
  /* box-shadow: 0px 4px 10px 0px #0000001A; */
  border-radius: 12px;
}

.slider-wrapper {
  position: relative;
}

.swiper-pagination.swiper-pagination-clickable {
  margin-top: 24px;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper:before {
  box-shadow: 0px 4px 10px 0px #0000001a;
  content: " ";
  height: calc(100% - 40px);
  width: 100%;
  position: absolute;
  border-radius: 12px;
}

.page-container .slider-wrapper:before {
  box-shadow: none;
  /* ... rest of your code ... */
}

.featured-slider.no-pagination .slider-wrapper:before {
  height: 308px;
}

/* .slider-wrapper:has(.swiper-pagination > span:nth-child(2)) {
  height: calc(100% - 40px);
} */

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: var(--black);
}

span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.card-slider.swiper-slide {
  display: flex;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  color: var(--black);
}

.card-slider .tags {
  gap: 8px;
}

.card-slider img {
  width: 54.44%;
  border-radius: 12px 0 0 12px;
  aspect-ratio: 1.9 / 1;
}

.swiper .card-slider img {
  height: 308px;
}

.card-slider .card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.card-slider .tags .tag,
.workshop-card .tag {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  padding: 8px 12px;
  border: 1px solid var(--black);
  border-radius: 40px;
  cursor: pointer;
  color: var(--black);
  display: inline-block;
}

.card-slider .date-with-duration {
  display: flex;
  justify-content: space-between;
}

.header-title-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.saved-items .header-title-cta,
.liked-items .header-title-cta,
.history-items .header-title-cta {
  margin-bottom: 24px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.card-container-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.card-container-4-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.post-card > img {
  aspect-ratio: 258 / 135;
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}

.post-card .post-card-image-link img.post-card-image {
  object-fit: cover !important;
}

.post-card .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-card .cta.align-right {
  justify-content: flex-end;
}

.post-card {
  text-decoration: none;
  color: var(--black);
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 4px 10px 0px #0000001a;
}
.post-card:hover {
  box-shadow: 0px 0px 30px 7px rgba(9, 16, 15, 0.2509803922);
}

.post-card .card-content {
  padding: 24px 16px;
  /* box-shadow: 0px 4px 10px 0px #0000001a; */
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: -4px;
}

.post-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.post-card .tags .tag {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid var(--black);
  border-radius: 40px;
  cursor: pointer;
  color: var(--black);
}

.post-card .post-card-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.card-modal-overlay {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.post-card .card-modal {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.post-card .card-modal span {
  padding: 12px 18px;
  color: var(--black);
  width: 100%;
  text-align: center;
  background: var(--white);
  text-decoration: none;
  font-family: var(--primary-font);
  cursor: pointer;
}

.post-card .card-modal span:hover {
  color: var(--white);
  background: var(--brand-gradient);
}

.post-card .card-modal span:first-of-type {
  border-radius: 5px 5px 0 0;
}

.post-card .card-modal span:last-of-type {
  border-radius: 0 0 5px 5px;
}

.download-btn {
  cursor: pointer;
}

.download-btn:hover img{
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.card-modal-overlay.show {
  display: flex;
}

.tooltip {
  visibility: hidden;
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 999;
  width: 250px;
  top: 100%;
  left: 0%;
  opacity: 0;
  transition: opacity 1s;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
}

.tooltip.show {
  visibility: visible;
  opacity: 1;
}

.event-card,
.workshop-card,
.tool-card,
.benefit-card {
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px #0000001a;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tool-card img {
  width: 40px;
}

.tool-card .btn {
  align-self: flex-start;
  display: flex;
  align-items: center;
}

.event-card img,
.workshop-card img {
  aspect-ratio: 301 / 159;
  width: 100%;
  border-radius: 12px;
}

.event-card a {
  align-self: self-start;
  text-decoration: none;
  display: flex;
  align-items: center;
}

a.arrow_forward:after {
  content: url("/assets/img/arrow_forward.svg");
  margin-left: 6px;
}

.more_vert-sm:after {
  content: url("/assets/img/dashboard/more_vert.svg");
}

a.arrow_forward:hover:after {
  content: url("/assets/img/arrow_forward_coral.svg");
}

a.menu:before {
  content: url("/assets/img/dashboard/menu.svg");
}

a.arrow_back:before {
  content: url("/assets/img/arrow_back_lg.svg");
  cursor: pointer;
  margin-bottom: -5px;
}

.arrow_backward:before {
  content: url("/assets/img/arrow_back.svg");
}

.arrow_backward-24x24:before {
  content: url("/assets/img/dashboard/arrow_back-24x24.svg");
}

.post_bookmark:before {
  content: url("/assets/img/bookmark_border_sm.svg") !important;
}

.thumb_up:before {
  content: url("/assets/img/thumb_up.svg");
}

.thumb_down:before {
  content: url("/assets/img/thumb_down_off_alt.svg");
}

.auto_awesome-white:before {
  content: url("/assets/img/dashboard/auto_awesome-white.svg");
}

.reaction.saved {
  color: var(--brand) !important;
}

.bookmark.saved {
  color: var(--brand) !important;
}

.reaction.saved:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.bookmark.saved:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.bookmark:hover:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.bookmark:before {
  content: url("/assets/img/bookmark_border.svg");
}

.benefit-card .benefit-info,
.benefit-card .copy-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.copy-wrapper {
  padding: 12px 18px;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.popup-copied {
  position: absolute;
  right: 9px;
  color: var(--white);
  background-color: var(--black);
  border-radius: 5px;
  padding: 6px 12px;
  display: none;
  z-index: 9;
}

.copy-icon {
  cursor: pointer;
}

.copy-icon:before {
  content: url("/assets/img/content_copy_black.svg");
}

/* section.ads {
  margin-top: -24px;
} */

.content_copy {
  display: flex;
  justify-content: space-between;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -4%;
}

.flex-direction-column {
  flex-direction: column;
}

.gap-8:not(#tw-app .gap-8) {
  gap: 8px !important;
}

.content_copy:after {
  content: url("/assets/img/content_copy.svg");
}

.content_copy:hover:after {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.ads img {
  width: 100%;
}

.workshop-card .tag {
  align-self: flex-start;
}

.workshop-card .btn {
  text-decoration: none;
}

.workshop-card .btn-group {
  margin-top: auto;
}

.certification-card {
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px #0000001a;
  background-color: var(--white);
  position: relative;

  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.certification-card .btn {
  display: block;
  margin-top: auto;
}

.certification-card .card-header {
  padding: 15px 25px 0;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-image: url("/assets/img/certification-card-vector.svg");
  background-repeat: no-repeat;
  background-position: 5% 48%;
}

.certification-card .card-header img {
  width: 133px;
}

.certification-card .card-content {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.certification-card .card-content p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.certification-card .tag {
  cursor: default;
  background-color: var(--black);
  color: var(--white);
  border: none;
}

.certification-card .tag:hover {
  background-color: var(--black);
  color: var(--white);
  border: none;
}

.certification-card .certification-cta {
    /* position: absolute;
    width: calc(100% - 64px);
    bottom: 32px; */
}
.certification-card .card-content {
    /* padding-bottom: 96px; */
}

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.post-tags a {
  padding: 8px 12px;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 40px;
  font-size: 12px;
  font-family: var(--primary-font);
  text-decoration: none;
}

.certifications-filter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.certifications-filter {
  margin-bottom: 0 !important;
}

.certifications-filter.has-filtered {
  margin-bottom: 24px !important;
}

.certifications-filter .input-filter {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.certifications-filter .input-filter p {
  white-space: nowrap;
}

.certifications-filter .input-filter .select-group {
  display: flex;
  width: 50%;
  gap: 16px;
}

.certifications-filter .input-filter .input-search {
  width: 65%;
  border-radius: 5px;
  border: 1px solid var(--black);
  padding: 10.5px 16px 10.5px 48px;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  background-image: url("/assets/img/search-sm.svg");
  background-repeat: no-repeat;
  background-position: 1.5% 50%;
}

.select {
  /* width: 30%; */
  flex: 1;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 12px 48px 12px 16px;
  border: 1px solid var(--black);
  border-radius: 5px;
  background-color: var(--white);
  background-image: url("/assets/img/dropdown-sm.svg");
  background-repeat: no-repeat;
  background-position: 98.5% 50%;
  cursor: pointer;
  position: relative;
}

.select > span {
  white-space: nowrap;
}

.select:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.certifications-filter .tags-filter {
  padding: 8px 6px;
}

.certifications-filter .tags-filter {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  display: flex;
  border: 1px solid var(--black);
  border-radius: 12px;
  /* grid-template-columns: repeat(3, 1fr); */
}

.certifications-filter .tags-filter a {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 12px;
}

.certifications-filter .tags-filter a.disabled {
  display: none;
}

.certifications-filter .tags-filter a:hover,
.certifications-filter .tags-filter a.active {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.library-filter {
  width: 70%;
  margin: auto;
}

.library-filter .input-filter input {
  width: 94%;
  border-radius: 5px;
  border: 1px solid var(--black);
  padding: 10.5px 16px 10.5px 48px;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  background-image: url("/assets/img/search-sm.svg");
  background-repeat: no-repeat;
  background-position: 1.5% 50%;
}

.see-more-section {
  display: none;
  text-align: center;
}

.saved-items,
.liked-items,
.history-items {
  width: 70%;
  margin: auto;
}

.tags-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tags-container .tags-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remove-tag:before {
  content: url("/assets/img/close-20x20.svg");
}

.hide-toggle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.hide-toggle.collapsed:before {
  content: url("/assets/img/visibility.svg");
}

.hide-toggle:before {
  content: url("/assets/img/visibility_off.svg");
}

.clear-all {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.clear-all:before {
  content: url("/assets/img/close.svg");
  margin-top: 4px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between checkbox and text */
  cursor: pointer;
  position: relative;
}

.checkbox {
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Custom checkbox */
.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid var(--black);
  border-radius: 5px; /* Rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}

/* Custom checkmark (✔) */
.custom-checkbox .checkmark::after {
  content: "✔";
  font-size: 10px;
  color: white;
  display: none;
}

/* Show checkmark when checkbox is checked */
.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

.custom-checkbox input:checked + .checkmark {
  background-color: var(--black);
}

/* Style the label text */
.custom-checkbox .b4-regular {
  font-size: 16px;
  color: #000; /* Adjust as needed */
}

#collapsibleTagContainer {
  max-height: max-content;
  transition:
    max-height 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
}

#collapsibleTagContainer:empty {
  display: none;
}

#collapsibleTagContainer.collapsed {
  overflow: hidden;
  max-height: 0;
  margin-top: -24px;
}

#collapsibleTagContainerSide {
  margin-top: 16px;
  max-height: 200px;
  transition:
    max-height 0.1s ease-in-out,
    margin-top 0.3s ease-in-out;
}

#collapsibleTagContainerSide:empty {
  display: none;
}

#collapsibleTagContainerSide.collapsed {
  overflow: hidden;
  max-height: 0;
  margin-top: -16px;
}

.card-grid-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-card-grid {
  display: flex;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--black);
  border: 1px solid transparent;
}

.post-card-grid.deleted > p:nth-child(2) {
  margin-bottom: 8px;
}

.post-card-grid.deleted {
  flex-direction: column;
  align-items: flex-start;
}

.post-card-grid .header-cta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.post-card-grid:hover {
  border: 1px solid var(--light-grey);
}

.post-card-grid .image {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-card-grid img {
  aspect-ratio: 1.9 / 1;
  width: 188px;
}

.post-card-grid .image img {
  border-radius: 5px;
}

.post-card-grid .post-content {
  width: 100%;
}

.post-card-grid .post-content > p:first-of-type {
  margin-bottom: 8px;
}

.post-card-grid .post-content > p:nth-child(2) {
  margin-bottom: 16px;
}

.post-card-grid .post-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-card-grid .c1-medium {
  color: var(--dark-grey);
  margin-top: auto;
}

.post-content-footer .author-date-duration {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.post-content-footer .author-date-duration > span {
  color: #aeaeae;
  margin-bottom: 0 !important;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.post-content-footer .author-date-duration > span.dot {
  margin-top: -4px;
}

.grid-menu {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.grid-menu:before {
  content: url("/assets/img/more_vert.svg");
}

.grid-menu:hover {
  background-color: var(--brand-opacity);
}

.grid-menu:hover:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.grid-menu.opened {
  background-color: var(--brand-opacity);
}

.grid-menu.opened:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.share:before {
  content: url("/assets/img/ios_share-sm.svg");
}

.trash:before {
  content: url("/assets/img/delete.svg");
}

.trash-lg:before {
  content: url("/assets/img/dashboard/trash.svg");
}

.share:hover:before {
  filter: invert(98%) sepia(42%) saturate(345%) hue-rotate(294deg) brightness(105%) contrast(95%);
}

.trash:hover:before {
  filter: invert(98%) sepia(42%) saturate(345%) hue-rotate(294deg) brightness(105%) contrast(95%);
}

.menu-dropdown {
  width: 254px;
  position: absolute;
  right: 0;
  flex-direction: column;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 5px;
  top: 40px;
  display: none;
}

.grid-menu.opened .menu-dropdown {
  display: flex;
}

.menu-dropdown span {
  padding: 12px 18px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  display: flex;
  gap: 8px;
  align-items: center;
}

.menu-dropdown span:first-of-type {
  border-radius: 5px 5px 0 0;
}

.menu-dropdown span:last-of-type {
  border-radius: 0 0 5px 5px;
}

.menu-dropdown span:hover {
  background: var(--brand-gradient);
  color: var(--white);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: var(--black) !important;
}

.modal:not(#brochureEmbedModal):not(#authorModal):not(#sessionModal) {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-in-out;
  transform: translate(0, -50px);
  opacity: 0;
}

.modal .modal-dialog {
  width: 588px;
  margin: auto;
  top: -100%;
}

#accountModal.modal .modal-dialog {
  width: 880px;
}

.modal .modal-content {
  background-color: var(--white);
  width: 100%;
  padding: 40px;
  border-radius: 12px;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal {
  z-index: 9999;
}

.modal.show .modal-dialog {
  transform: none;
  opacity: 1;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.75rem * 2);
}

.modal .close {
  float: right;
  cursor: pointer;
}

.modal h5 {
  margin-top: 0;
  margin-bottom: 24px;
}

.close:before {
  content: url("/assets/img/Union.svg");
}

.modal-share-item img {
  width: 32px;
}

.modal-social-share-list {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.modal-link-to-copy {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 12px 45px 12px 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
}

.copied-text-alert {
  display: none;
  position: absolute;
  top: 5px;
  right: 7px;
  background: var(--black);
  padding: 4px 10px;
  border-radius: 5px;
  color: var(--white);
  z-index: 1;
}

.modal-link-to-copy-wrapper {
  border: 1px solid var(--black);
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  color: var(--black);
  display: block;
  margin-top: 8px;
}

.modal-copy-link-icon {
  height: 17px;
  position: absolute;
  right: 10px;
  top: 12px;
}

.modal-copy-link-icon:before {
  content: url("/assets/img/events/copy-icon.svg");
}

.circle:before {
  content: url("/assets/img/circle.svg");
}

.circle:hover:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

span.circle {
  padding: 8.5px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-card {
  font-family: Poppins;
  background-color: #f9f8f5;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #0000001a;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-link-block {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.events-section * {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.event-info-wrapp.full {
  height: 100%;
}

.event-info-wrapp {
  padding: 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.card-banner {
  color: #f9f8f5;
  background-color: #09100f;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.events-card:hover {
  box-shadow: 0 4px 21px #0000005e;
}

.event-tags-wrapper-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.card-banner.earlybird-grid.passed-event {
  background-color: var(--black);
}

.events-card-img {
  aspect-ratio: 1.91;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.event-details-wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: grid;
}

.event-tags-list-container {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.heading-style-h5 {
  /* letter-spacing: -0.06rem; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px;
}

.events-details {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.view-event-btn-wrapp {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}

.view-event-btn > div {
  white-space: nowrap;
}

.event-btn-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.event-details-flex {
  display: flex;
  gap: 8px;
  align-items: center;
}

.view-event-btn,
.custom-primary-button,
.see-more-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-flex;
  text-decoration: none;
  background: transparent;
}

.view-event-btn {
  background: var(--brand-gradient);
  border: none;
  color: var(--white);
}

.view-event-btn:hover {
  background: var(--black);
  border: none;
  color: var(--white);
}

.event-share-link {
  border: none;
  background-color: #ffffff69;
  border-radius: 999px;
  padding: 8px;
  display: flex;
  cursor: pointer;
}

.event-share-link:hover {
  background-color: #eaeaea;
}

.events-tag {
  white-space: nowrap;
  border: 1px solid #09100f;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  min-height: 1.3rem;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.events-tag.members {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-color: var(--brand);
  color: var(--brand);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.events-tag div {
  font-size: 14px;
}

.post-breadcrumb-text {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}

.post-breadcrumb a {
  color: var(--black);
}

.post-breadcrumb .arrow_back {
  display: flex;
}

.post-breadcrumb a.active {
  color: var(--brand);
}

.post-breadcrumb {
  display: flex;
  gap: 24px;
  align-items: center;
}

.vector-of-choice-company-additional-info .container {
  display: block;
}

.static-ads {
  position: relative;
}

.static-ads .static-content {
  position: absolute;
  top: 30%;
  left: 24px;
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.static-ads img {
  width: 100%;
}

.static-ads h5 span {
  display: block;
  line-height: 26px;
}

.static-ads h5 {
  color: var(--white);
}

.static-unit-custom {
  background-size: contain;
  background-position: center;
  width: 100%;
  aspect-ratio: 1080 / 101;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.static-unit-custom.static-1 {
  background-color: var(--black);
  background-image: url("/assets/img/dashboard/static-illustration-2.svg?v=2");
  background-repeat: no-repeat;
}

.static-unit-custom.static-2 {
  background-image: url("/assets/img/dashboard/dashboard-frame.png?v=2");
}
.static-unit-custom.static-2:before {
  content: " ";
  background-image: url(/assets/img/dashboard/dashboard-frame-illustrations.png?v=2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

.static-unit-custom.static-3 {
  background-image: url("/assets/img/dashboard/static-3.png");
}

.static-unit-custom .static-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  width: 100%;
}

.static-unit-custom h5 {
  color: var(--white);
}

.static-unit-custom h5 span {
  display: block;
  line-height: 26px;
}

.logo-with-collapse-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.sidenav.collapsed .logo-with-collapse-btn {
  margin-bottom: 0;
}

.sidenav.collapsed .logo-with-collapse-btn .sidebar-collapse-btn {
  display: none;
}

.sidenav.collapsed > .sidebar-collapse-btn {
  display: block;
  margin: 32px auto;
}

.sidebar-collapse-btn {
  cursor: pointer;
}

.sidenav-submenu,
.sidenav-submenu-child {
  width: 0;
  /* overflow-y: auto;
  overflow-x: hidden; */
  position: absolute;
  top: 90px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  z-index: 999999;
  height: 100%;
  align-self: end;
  box-sizing: border-box;
  background-color: var(--white);
  display: none;
  transition: width 0.3s ease-in-out;
}

.sidenav-submenu-child {
  z-index: 9999999;
}

.sidenav-submenu.opened,
.sidenav-submenu-child.opened {
  display: block;
}

.sidenav-submenu.show,
.sidenav-submenu-child.show {
  width: 100%;
}

.menu-header {
  padding: 24px 32px;
}

.menu-header p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-header p:before {
  margin-bottom: -5px;
}

.menu-body {
  border-top: 1px solid #d4d4d4;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.menu-body a {
  padding: 4px 32px;
  display: flex;
  justify-content: space-between;
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
}

.menu-body h4,
.menu-body p {
  margin: 0;
}

.menu-body p:empty {
  display: none;
}

.sidenav-submenu .menu-body a:after {
  content: url("/assets/img/arrow_forward_ios.svg");
}
.sidenav-submenu .menu-body a.no-arrow:after {
  content: "";
}
.sidenav-submenu .menu-body a.logout-link {
  color: var(--brand);
}
.sidenav-submenu-child .menu-body a {
  white-space: wrap;
}

.sidenav-submenu-child .submenu-inner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sidenav-submenu-child .c1-medium {
  color: #6c6c6c;
}

.sidebar-collapse-btn:hover {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.sidebar-collapse-btn:before {
  content: url("/assets/img/dashboard/first_page.svg");
}

.sidenav.collapsed .sidebar-collapse-btn:before {
  content: url("/assets/img/dashboard/last_page.svg");
}

.post-title h1 {
  margin-top: 0 !important;
}

.post-title {
  margin-top: 0 !important;
}

.wistia-video-controller {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

/* .wistia_responsive_padding {
  display: none;
} */

.responsive-wistia {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.responsive-wistia .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.wistia-video-controller .w-chrome {
  border-radius: 12px;
}

.certifications .col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.certifications .col-3 .card-header {
  justify-content: flex-end;
  padding-top: 24px;
}

.certifications .certification-card.dark {
  background-color: var(--black);
  background-image: url("/assets/img/dashboard/eclipse-bottom-right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.certifications .certification-card.dark h4,
.certifications .certification-card.dark p {
  color: var(--white);
}

.certifications .certification-card.dark .card-content {
  padding: 32px;
  height: 100%;
  box-sizing: border-box;
}

.certifications .certification-card.dark .card-content .italic {
  display: block;
  color: #56DEDB;
  position: relative;
}

.certifications .certification-card.dark .card-content .italic:after {
  content: url("/assets/img/dashboard/text-end-decor.svg");
  position: absolute;
  top: -15px;
  left: 246px;
}

.certifications .certification-card.dark .card-content .btn {
  background: #56DEDB;
  color: var(--black);
}

.certifications .certification-card.dark .card-content .btn:hover {
  background: var(--white);
}

.certifications-card-grid {
  display: flex;
  flex-direction: column;
}

.certifications-card-grid.hide {
  display: none !important;
}

.certifications-card-grid .tag {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 40px;
  border: 1px solid var(--brand);
  padding: 8px 12px;
  color: var(--brand);
  display: inline-block;
}

.certifications-card-grid h5 {
  margin-bottom: 10px;
}

.certifications-card-grid img {
  width: 80px;
  margin-right: 8px;
}

.certifications-card-grid .time-location p,
.certifications-card-grid .location {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--black);
  display: flex;
}

.certifications-card-grid .cert-body {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #D4D4D4; */
  padding-bottom: 24px;
}

.certifications-card-grid .cert-body.collapsed {
  padding-bottom: 32px;
  border-bottom: none;
}

.certifications-card-grid .cert-body.collapsed .plus {
  display: none;
}

.certifications-card-grid .left-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.certifications-card-grid .right-info {
  display: flex;
}

.certifications-card-grid .title-tag {
  width: 281px;
}

.certifications-card-grid .title-tag p {
  font-weight: 300;
}

.certifications-card-grid .title-tag p:not(:last-of-type) {
  margin-bottom: 10px;
}

.certifications-card-grid .time-location {
  width: 238px;
}

.certifications-card-grid .instructor {
  width: 260px;
}

.certifications-card-grid .cert-cta {
  width: 175px;
  display: flex;
  flex-direction: column;
}

.certifications-card-grid .cert-cta .plus {
  align-self: flex-end;
  display: flex;
  align-items: center;
}

.certifications-card-grid .cert-collapsible-footer {
  max-height: 0;
  overflow: hidden;
  display: flex;
  transition:
    max-height 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
  padding-bottom: 0;
  gap: 24px;
  border-bottom: 1px solid #d4d4d4;
  justify-content: space-between;
}

.cert-collapsible-footer p {
  margin-bottom: 8px;
}

.certifications-card-grid .cert-collapsible-footer.collapsed {
  /* border-bottom: 1px solid #D4D4D4; */
  padding-bottom: 24px;
  max-height: 500px;
}

.cert-collapsible-footer .minus {
  margin-top: 24px;
  align-self: flex-end;
  display: flex;
  align-items: center;
}

.cert-collapsible-footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 28%;
}

.cert-collapsible-footer .footer-right p:not(.b3-regular):not(.b3-medium) {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.events-grid-loading {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--black);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#loading-spinner.hidden {
  display: none;
}

.loading-spinner.spinner-sm {
  width: 24px;
  height: 24px;
  border: 2px solid var(--white);
  border-bottom-color: transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#cerfications .certifications-card-grid:not(:last-of-type) {
  margin-bottom: 24px;
}

.footer-left {
  width: 639px;
}

.my-account {
  width: 800px;
}

.my-account .my-account-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.my-account a {
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-account a:not(:last-of-type) {
  border-bottom: 1px solid var(--dark-grey);
}

.my-account a span:first-of-type {
  color: var(--black);
  display: block;
}

.my-account a span:last-of-type {
  color: #6c6c6c;
}

.account-settings-option {
  border: 1px solid var(--dark-grey);
  border-radius: 12px;
}

.instructor-profile {
  display: flex;
}

.instructor-profile img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.instructor-name {
  margin-left: 48px;
  font-size: 14px;
  font-weight: 300;
}

.tags-filter-mobile {
  display: none;
}

.dual-filter {
  width: 30%;
  display: flex;
  gap: 16px;
}

.dual-filter .select {
  width: auto;
}

.event-share-link {
  content: url("/assets/img/dashboard/share-icon.svg");
}

.library-select-mobile {
  display: none;
}

.mobile-menu {
  display: none;
}

.collapsible-mobile-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  border: 1px solid var(--light-grey);
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  z-index: 9999999;
  overflow: hidden;
  max-height: 0;
  box-sizing: border-box;
  transition: max-height 0.3s ease-in-out;
  display: none;
}

.collapsible-mobile-menu .mobile-menu-wrapper {
  padding: 24px 32px 32px;
  display: flex;
}

.collapsible-mobile-menu .menu-inner {
  display: flex;
  gap: 16px;
  flex-direction: column;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-width 0.3s ease-in-out;
  flex: auto;
}

.collapsible-mobile-menu .menu-inner.active {
  max-width: 600px;
  max-height: 515px;
}

/* .collapsible-mobile-menu .menu-inner.active[menu='key-topics']{
  margin-bottom: 128px;
}

.collapsible-mobile-menu .menu-inner.active[menu='ask-ai'] {
  margin-bottom: 88px;
} */

.collapsible-mobile-menu .ai-with-query-container,
.collapsible-mobile-menu .ai-no-query-container {
  /* max-height: 649px; */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  padding-bottom: 24px;
}

.collapsible-mobile-menu .ai-no-query-container > p {
  margin-bottom: 16px;
}

.collapsible-mobile-menu .menu-inner .top-header {
  display: flex;
  align-items: center;
  color: var(--black);
  gap: 16px;
}

.collapsible-mobile-menu .menu-inner .top-header a {
  height: 24px;
}

.collapsible-mobile-menu .ai-loading {
  top: unset;
  bottom: 145px;
}

.menu-menu-close {
  align-self: flex-end;
}

.menu-menu-close:before {
  content: url("/assets/img/close.svg");
}

.collapsible-mobile-menu .menu-inner > a:not(.menu-menu-close) {
  display: flex;
  gap: 6px;
  padding: 8.5px 18px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
}

.collapsible-mobile-menu .sidebar-ai-footer {
  background-color: var(--white);
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
}

.collapsible-mobile-menu .sidebar-ai-footer.opened {
  max-height: 300px;
  opacity: 1;
}

.menu-inner .thumb_up:before {
  content: url("/assets/img/dashboard/thumb_up-24x24.svg");
}

.menu-inner .thumb_down:before {
  content: url("/assets/img/dashboard/thumb_down_off_alt-24x24.svg");
}

.menu-inner .bookmark:before {
  content: url("/assets/img/dashboard/bookmark_border-24x24.svg") !important;
}

.menu-inner .share:before {
  content: url("/assets/img/dashboard/ios_share-24x24.svg");
}

.post-card .cta {
  position: relative;
}

.saved-notif {
  color: var(--brand);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  right: 27px;
  top: 7px;
  display: none;
}

.snackbar {
  visibility: hidden;
  /* min-width: 250px; */
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  padding: 13px 16px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-family: sans-serif;
  font-size: 14px;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    bottom 0.3s ease;
}

.snackbar.show {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}

.floating-header {
  display: none;
}

.post-container.microsite {
  max-width: unset;
}

#clearAllHistory {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 41px;
  box-sizing: border-box;
}

#clearAllHistory:before {
  content: url("/assets/img/dashboard/trash-lg.svg");
}

#clearAllHistoryMobile {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 41px;
  box-sizing: border-box;
}

#clearAllHistoryMobile:before {
  content: url("/assets/img/dashboard/trash-lg.svg");
}

#clearAllHistory:hover:before {
  filter: invert(58%) sepia(87%) saturate(3029%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.clear-history-container {
  width: 375px;
  /* position: absolute;
  top: 0; */
  z-index: 999999;
  margin: auto;
}

.clear-history-container h5 {
  margin-bottom: 0;
}

.clear-history-container .modal-content {
  padding: 0;
  padding: 32px;
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 12px;
}

.clear-history-container .btn {
  display: block;
}

.clear-history-container .modal-header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clear-history-container p {
  margin-bottom: 24px;
}

.clear-history-container .btn-tertiary {
  margin-bottom: 16px;
}

#clearHistoryModal {
  background: rgba(0, 0, 0, 0.8);
}

.close-modal {
  text-decoration: pointer;
}

.modal-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out;
}

.modal-overlay.opened {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  opacity: 1;
}

.modal-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header-mobile .menu-menu-close {
  align-self: flex-start;
}

.modal-content-mobile {
  height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
}

.select-radio-mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

.select-radio-mobile > label {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.related-videos-container .swiper {
  border-radius: 0;
}

.related-videos-container .related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.related-videos-container .related-header > p {
  margin-bottom: 0 !important;
}

.related-videos-container .related-card {
  display: flex;
  flex-direction: column;
  gap: 8.3px;
}

.related-videos-container .related-card:hover {
  text-decoration: none;
}

.related-videos-container .related-card:hover .play-container {
  display: flex;
}

.related-videos-container .related-card .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.related-videos-container .related-card p {
  margin-bottom: 0;
}

.related-videos-container .related-card .date {
  color: var(#6c6c6c);
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.related-videos-container .related-card .image-wrapper {
  position: relative;
}

.related-videos-container .play-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.play-container:before {
  content: url("/assets/img/dashboard/play-button.svg");
}

.slide-controller {
  display: flex;
  gap: 16px;
}

.swiper-next,
.swiper-prev {
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.swiper-next:before {
  content: url("/assets/img/dashboard/slider-arrow-right.svg");
}

.swiper-prev:before {
  content: url("/assets/img/dashboard/slider-arrow-left.svg");
}

.custom-tooltip {
  position: fixed;
  background: var(--white);
  color: var(--black);
  padding: 11px 24px;
  border-radius: 0px 12px 12px 0px;
  font-size: 12px;
  /* pointer-events: none; */
  z-index: 999;
  white-space: nowrap;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0px 0px 30px 7px rgba(9, 16, 15, 0.25);
}

.custom-tooltip .tooltip-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.custom-tooltip a {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.custom-tooltip .tooltip-menu {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-tooltip .tooltip-menu a {
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

.custom-tooltip .tooltip-menu a:hover {
  color: var(--brand);
  text-decoration: underline;
}

/* .custom-tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--brand) transparent transparent;
} */

.ai-container .content-wrapper {
  position: relative;
}

.video-skeleton {
  position: absolute;
  max-width: 720px;
  width: 100%;
  height: 404px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f8f8f8 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 2.5s infinite;
  z-index: 1;
  border-radius: 8px;
}

#beamerSelector {
  display: none;
}

.popular-tags {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.popular-tags label,
.popular-tags a {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid var(--black);
  border-radius: 40px;
  cursor: pointer;
  color: var(--black);
  display: flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
}

.popular-tags label.active {
  border: 1px solid var(--brand);
  color: var(--brand);
}

.popular-tags label:hover {
  color: var(--brand);
  border: 1px solid var(--brand);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.canvas-wrapper {
  position: relative;
  margin-top: -140px;
  padding-top: 140px;
}
@media (min-width: 767px) {
  #page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white; /* or your background colour */
    z-index: 9999;
    transition: opacity 0.3s ease;
  }
}

#page-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.chatgpt-loading {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--black);
  border-radius: 50%;
  animation: blink 1s infinite ease-in-out;
}

@keyframes blink {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

.tooltip-trigger {
  position: relative;
  transform: translate(0, 3px);
}
.tooltip-trigger-author {
  position: relative;
}
@media (max-width: 500px) {
  .tooltip-trigger-author {
    width: auto;
  }
  .tooltip-close {
    float: right;
    margin-right: -27px;
    margin-top: -2px;
  }
  .tooltip-trigger-author .tooltip {
    padding-right: 40px;
    top: 48px;
    left: 0;
    width: 311px;
    background-color: #171e1d;
    border: 1px solid #aeaeae;
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
  }
}

/* .tooltip {
  visibility: hidden;
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 2;
  width: 250px;
  top: 100%;
  left: 0%;
  opacity: 0;
  transition: opacity 1s;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
} */
.tooltip:before {
  content: url(/assets/img/Polygon.svg);
  position: absolute;
  top: -15px;
  z-index: 999999;
  left: 8px;
}
.tooltip.top:before {
  display: none;
}
.tooltip.top {
  width: unset !important;
  white-space: nowrap !important;
}
/* .tooltip.show {
  visibility: visible;
  opacity: 1;
} */
.tooltip.hold {
  visibility: visible;
  opacity: 1;
}

.side-link .beamer_icon.active {
  padding: 2px;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 12px;
  position: unset;
  background-color: var(--black) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

main:not(.sidebar-opened) .events .card-container-3-col {
  grid-template-columns: repeat(4, 1fr);
}

main:not(.sidebar-opened) .events-grid {
  /* grid-template-columns: repeat(4, 1fr); */
}

/* default closed */
.select .select-dropdown {
  display: none;
}
/* open state */
.select.open .select-dropdown {
  display: flex !important;
}

.collapsed #aiCollapseBtn:hover:after {
  content: "Show sidebar";
  white-space: nowrap;
  color: white;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: -5px;
}

.post-card-grid.deleted .image,
.post-card-grid.deleted .post-content {
  display: none;
}

.dashboard-header {
  height: 80px;
  padding: 12px 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-grey);
  background: #f9f8f5;
}

.dashboard-header .nav-menu {
  border-radius: 5px;
  border: 1px solid var(--black);
  padding: 12px 18px;
  height: 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  /* Button */
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.dashboard-header .nav-menu:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
}

.dashboard-header .header-menu-search {
  display: flex;
  gap: 24px;
  position: relative;
}

.dashboard-header .dashboard-search-container {
  position: relative;
}

.dashboard-header .dashboard-search-container input {
  height: 41px;
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  padding: 12px 16px 12px 48px;
  width: 320px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: var(--grey);
  background-color: var(--white);
}

.dashboard-header .dashboard-search-container:before {
  content: url("/assets/img/search-sm.svg");
  position: absolute;
  top: 11px;
  left: 16px;
}

.dashboard-header .user-info {
  border: 1px solid var(--light-grey);
  padding: 8px 24px;
  border-radius: 12px;
  display: flex;
  gap: 16px;
  cursor: pointer;
  color: var(--black);
  text-decoration: none;
  /* height: 42px; */
  box-sizing: border-box;
  position: relative;
}

.user-info > img {
  width: 24px;
}

.dashboard-header .account-info {
  display: flex;
  flex-direction: column;
}

.dashboard-header .account-menu {
  position: absolute;
  display: none;
  flex-direction: column;
  background-color: var(--white);
  top: 75px;
  right: 0;
  width: 254px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--light-grey);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.dashboard-header .account-menu.opened {
  display: flex;
}

.dashboard-header .account-menu a {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 12px 18px;
  color: var(--black);
  text-decoration: none;
}

.dashboard-header .account-menu a:not(:last-of-type) {
  border-bottom: 1px solid var(--light-grey);
}

.dashboard-header .account-menu a:last-of-type {
  color: var(--brand);
}

.dashboard-header .account-menu a:hover {
  color: var(--white);
  background: var(--brand-gradient);
}

.dashboard-header .user-info p {
  white-space: nowrap;
  margin-bottom: 0;
}

.dashboard-header .user-info:hover {
  border: 1px solid var(--brand);
  text-decoration: none;
}

.dashboard-header .user-info .info {
  display: flex;
  flex-direction: column;
}

.dashboard-header .nav-dropdown {
  position: absolute;
  top: 60px;
  background-color: var(--white);
  border-radius: 0 0 12px 12px;
  display: none;
  min-height: 420px;
  border: 1px solid #d4d4d4;
  z-index: 9999;
}

.dashboard-header .nav-dropdown.opened {
  display: flex;
}

.dashboard-header .nav-dropdown .nav-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
  padding: 24px 0;
}

.dashboard-header .nav-dropdown .nav-links a {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.dashboard-header .nav-dropdown a {
  padding: 4px 16px;
  text-decoration: none;
}

.dashboard-header .nav-dropdown .nav-links a.active {
  background: var(--brand-opacity);
  color: var(--brand);
}

.dashboard-header .nav-dropdown .nav-links a.active:hover {
  background: var(--brand-opacity);
  color: var(--brand);
}

.dashboard-header a {
  font-family: Poppins, sans-serif;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 24px;
  color: #09100f;
}

.dashboard-header .nav-dropdown .secondary-links {
  padding: 24px 0;
  display: none;
  flex-direction: column;
  width: 420px;
  border-left: 1px solid #d4d4d4;
}

.dashboard-header .nav-dropdown .secondary-links .submenu {
  display: none;
}

.dashboard-header .nav-dropdown .nav-cta {
  width: 300px;
  background-color: #09100f;
  background-image: url(https://www.productmarketingalliance.com/assets/img/nav-bg-top-right.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 24px;
  border-radius: 0 0 12px 0;
  display: flex;
  align-items: center;
}

.dashboard-header .nav-dropdown .nav-cta .nav-info-item {
  display: none;
}

.dashboard-header .nav-dropdown .nav-cta .nav-info-item.active {
  display: flex;
}

.dashboard-header .nav-dropdown .nav-info-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.dashboard-header .nav-dropdown .nav-links a:after {
  content: url(/assets/img/arrow_forward_ios.svg);
}

.dashboard-header .nav-dropdown .nav-links a.active:after {
  content: url(/assets/img/arrow_forward_ios_coral.svg);
}

.dashboard-header .nav-dropdown .nav-links a:hover,
.dashboard-header .nav-dropdown .secondary-links a:hover {
  background: #d4d4d4;
  color: #09100f;
}

.dashboard-header .nav-dropdown .nav-cta p.title {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -4%;
}

.dashboard-header .nav-dropdown .nav-cta p.description {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.dashboard-header .nav-dropdown .nav-cta p {
  color: #f9f8f5;
  margin-bottom: 0;
}

.dashboard-header .nav-dropdown .secondary-links .submenu.active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dashboard-header .submenu-inner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.dashboard-header .submenu-inner img {
  width: 16px;
  max-width: 16px;
}

.dashboard-header .submenu-text {
  display: flex;
  flex-direction: column;
}

.dashboard-header h4.submenu-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: normal !important;
  margin: 0 !important;
}

.dashboard-header p.submenu-description {
  color: var(--darkgrey);
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 0 !important;
  width: 90%;
}

#algoliaSearchInput {
  display: none;
}

.spinner-box {
  right: 20px !important;
  top: 8px !important;
  width: 15px !important;
  height: 15px !important;
}

.col-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.see-more-container {
  text-align: center;
  margin-top: 24px;
}

.see-more-btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.dashboard-certification-list .certification h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 32px;
}

.dashboard-container-wrapper {
  overflow-y: auto;
  scrollbar-width: thin;
  overflow-x: hidden;
  height: calc(100vh - 120px - var(--hs-banner-height, 0px));
}

.skeleton-card {
  display: flex;
  flex-direction: column;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.skeleton-card-img {
  padding-bottom: 52.25%;
  position: relative;
}

.skeleton-card-body {
  padding: 1.5rem;
}

.skeleton-card-title {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 700;
  min-height: 37px;
  border-radius: 4px;
}

.skeleton-card-intro {
  margin-top: 0.75rem;
  line-height: 1.5;
  min-height: 80px;
  border-radius: 4px;
}

/* ============================
   SHIMMER ANIMATION EFFECT
============================ */
.skeleton-card__block {
  background-color: #e2e5e7;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: skeleton-shine 1s ease infinite;
}

@keyframes skeleton-shine {
  to {
    background-position: right -40px top 0;
  }
}

/* ============================
   OPTIONAL CENTERING WRAPPER
============================ */
.skeleton-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.skeleton-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.resource-header {
  align-items: flex-end;
}

.featured-slider .slide-header {
  margin-bottom: 24px;
}

.year-dropdown {
  position: absolute;
  border-radius: 5px;
  flex-direction: column;
  left: 0;
  top: 50px;
  background-color: var(--white);
  width: 100%;
  border: 1px solid var(--light-grey);
  z-index: 1;
  overflow: hidden;
}

.dropdown-option.active {
  background: var(--brand-gradient);
  color: var(--white);
}

.dropdown-option:hover {
  background: var(--brand-gradient);
  color: var(--white);
}

.dropdown-dropdown a:first-of-type {
  border-radius: 5px 5px 0 0;
}
.year-dropdown a {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  padding: 12px 18px;
}

.header-right-section {
  display: flex;
  gap: 16px;
}

.header-right-section .nav-whats-new {
  display: flex;
}

.header-right-section .nav-whats-new img {
  width: 30px;
}

.header-right-section .side-link .beamer_icon.active {
  font-size: 10px;
  margin-left: -12px;
  margin-top: 12px;
}

.header-right-section .beamer_icon.active,
#beamerIcon.active {
  width: 13px;
  height: 16px;
}

#iub-pp-container h2 {
  letter-spacing: unset;
}
