@import url("https://fonts.googleapis.com/css2?family=Comfortaa&family=Inter&display=swap");

:root {
  --primary-color: #053bd6;
  --primary-color-hover: #0a48ff;
  --primary-color-active: #013fff;
  --primary-color-disabled: #d4efff;
  --primary-disabled-text-color: #549fff;

  --primary-bg-color: #EBEEF6;

  --light-blue-variation: #90A8EF;

  --box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), -4px -4px 10px rgba(255, 255, 255, 0.8);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #B0C4DE #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #B0C4DE;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

body {
  box-sizing: border-box;
  background: var(--primary-bg-color);
  font-family: "Comfortaa", cursive;
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

.btn-primary:active {
  background-color: var(--primary-color-active);
  border-color: var(--primary-color-active);
}

.btn-outline-primary {
  color: var(--primary-color);
  background: transparent !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
  color: #fff;
}

.btn-outline-primary:active {
  background-color: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
  color: #fff;
}


.rounded {
  border-radius: 18px !important;
}

.title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}

.sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.text {
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.gap-8 {
  gap: 8px !important;
}

.hero-section-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  height: auto;
  /* Adjust height based on content or use a minimum height */
}

.hero-section-graphics {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;

  width: 100%;
  height: 360px;
  /* Adjust height based on content or use a minimum height */

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-blend-mode: normal, multiply;
  mix-blend-mode: multiply;
  border: 2px solid var(--primary-color);
  border-radius: 36px 36px 0px 36px;

  /* Inside auto layout */
  flex: none;
  order: 2;
  /* Mobile screens: content section comes first */
  flex-grow: 0;
}

.crowd-ai .hero-section-graphics {
  border: none;
  border-radius: 0px;

  order: 2;
  /* Mobile screens: content section comes first */
}


.hero-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 10px;

  width: 100%;
  height: fit-content;
  /* Adjust height based on content or use a minimum height */

  background: var(--primary-bg-color);
  box-shadow: var(--box-shadow);
  border-radius: 36px 36px 36px 0px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  /* Mobile screens: graphics section comes after content section */
  align-self: stretch;
  flex-grow: 1;
}

.crowd-ai .hero-section-content {
  background: var(--primary-bg-color);
  box-shadow: none;
  border-radius: 0px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  /* Mobile screens: graphics section comes after content section */
  align-self: stretch;
  flex-grow: 1;
}

.crowd-ai .hero-section-content h1 {
  font-size: 2.2rem;
}

.sub-hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
  gap: 24px;
  width: 100%;
  height: auto;
}

.sub-hero-title {
  font-style: normal;
  width: 95%;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.sub-hero-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 0px;
  gap: 24px;
  width: 85%;
  border-radius: 36px;
}

.sub-hero-slider-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 24px 2px !important;
  gap: 12px !important;

  width: 168px !important;
  min-width: 168px !important;
  height: 150px !important;

  background: var(--primary-color);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1), -4px -4px 8px rgba(255, 255, 255, 0.8);

  border-radius: 18px;
  cursor: pointer;
}

.bot-section .sub-hero-slider-item {
  background: #F3F5FA;
  color: #212529;
}

.bot-section .sub-hero-slider-item:hover,
.bot-section .sub-hero-slider-item:focus,
.bot-section .sub-hero-slider-item.active {
  background: var(--primary-color);
  color: #fff;
}

.investments-section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 40px;
  gap: 40px;
  width: 100%;
  height: max-content;
  border: 1px solid var(--light-blue-variation);
  border-radius: 36px;
}

.investments-sub-section-upper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;
}

.investments-sub-section-upper>.sub-section-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 24px;

  width: 100%;
  height: max-content;

  border-radius: 36px 36px 0px 36px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.investments-sub-section-upper>.sub-section-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;

  width: 100%;
  height: 577px;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  mix-blend-mode: multiply;
  border-radius: 0px 36px 36px 36px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.investments-sub-section-upper .sub-section-left .sub-section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 24px;

  width: 100%;
  height: 108px;

  background: var(--light-blue-variation);
  border-radius: 36px 0px 36px 36px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.investments-sub-section-upper .sub-section-left .sub-section-header.sub-section-header-v2 {
  border-radius: 0px 36px 36px 36px;
}

.investments-sub-section-lower {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 24px;

  width: 100%;
  height: 1485px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.investments-level-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;

  width: 129px;
  height: 36px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.circle-32 {
  width: 39px;
  height: 32px;
  border-radius: 36px;
  background-color: #BCEA00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

/* Signal Bars Styling */
.sizing-box {
  height: 100%;
  width: 51px;
}

.signal-bars {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 4px;

  /* Inside auto layout */
  flex: none;
  order: 2;
  flex-grow: 0;
}

.signal-bars .bar {
  width: 14%;
  margin-left: 1%;
  min-height: 20%;
  display: inline-block;
  border-radius: 36px;
}

.signal-bars .bar.first-bar {
  height: 20%;
}

.signal-bars .bar.second-bar {
  height: 40%;
}

.signal-bars .bar.third-bar {
  height: 60%;
}

.signal-bars .bar.fourth-bar {
  height: 80%;
}

.signal-bars .bar.fifth-bar {
  height: 99%;
}

.Green .bar,
.circle-32.Green {
  background-color: #3FE242;
  border: thin solid #3FE242;
}

.Light-Green .bar,
.circle-32.Light-Green {
  background-color: #BCEA00;
  border: thin solid #BCEA00;
}

.Red .bar,
.circle-32.Red {
  background-color: #EA5400;
  border: thin solid #EA5400;
}

.Yellow .bar,
.circle-32.Yellow {
  background-color: #FFD600;
  border: thin solid #FFD600;
}

.Orange .bar,
.circle-32.Orange {
  background-color: #FF8C00;
  border: thin solid #FF8C00;
}

.None .bar {
  background-color: #FFF;
  border: thin solid #FFF;
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
  background-color: #FFFFFF;
  border: thin solid #FFFFFF;
}

.platform-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 24px;
  gap: 24px;

  width: 100%;
  height: auto;
}

.platform-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
  min-width: 335px;
  max-width: 340px;
  height: 439px;

  background: #EBEEF6;
  box-shadow: var(--box-shadow);
  border-radius: 18px;

  flex: none;
  order: 0;
  flex-grow: 1;
}

.platform-card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 169px;
}

.platform-card-img {
  height: 100px;
  align-content: center;
}

.platform-card-img>img {
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  mix-blend-mode: multiply;
}

.platform-card-header-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 5px;

  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 59px;
}

.platform-card-body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  isolation: isolate;
  width: 100%;
  height: 210px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.platform-card-body>.row-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 68px;
}

.platform-card-body>.row-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 112px;
}

.platform-card-body>.row-1>* {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.platform-card-body>.row-2>* {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Apply border-bottom to each child except the last one in .row-2 */
.platform-card-body>.row-2>*:last-child {
  border-bottom: none;
}

.card-image {
  overflow: hidden;
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
}

.projects-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  gap: 20px;
  isolation: isolate;
  width: 100%;
  /* CI shadow in */
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18), inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.projects-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 24px;
  flex-wrap: wrap;
  width: 95%;
}

.d-grid {
  display: grid;
  gap: 24px;
}

.about-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.filters-section {
  padding: none !important;
}

.types-filter-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  gap: 24px;
  width: 100%;
  height: auto;

  background: var(--primary-bg-color);
  box-shadow: inset 3px 3px 18px 3px rgba(0, 0, 0, 0.18), inset -3px -3px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 18px;
}

.types-filter-section>.slider,
.types-filter-section>.slider.slick-slide,
.types-filter-section .slick-list,
.types-filter-section .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 14px;
  width: 100% !important;
  height: 100% !important;
}

.types-filter-section .slick-list {
  padding: 1.2rem 0;
}

.types-filter-section>.slider .type-card {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  gap: 12px;

  min-width: 181px !important;
  width: 181px !important;
  height: auto;

  /* cr-light-blue */
  background: var(--primary-bg-color);
  /* CI-shadow-out */
  box-shadow: var(--box-shadow);
  border-radius: 18px;
  cursor: pointer;
}

.types-filter-section>.slider .type-card.active {
  box-shadow: inset 3px 3px 18px 3px rgba(0, 0, 0, 0.18), inset -3px -3px 18px 9px rgba(255, 255, 255, 0.9);
}

.types-filter-section>.slider .slick-track {
  width: 100% !important;
}

.types-filter-section>.slider .slick-track>.slick-slide.slick-cloned,
.types-filter-section>.slider .slick-track>.slick-slide.slick-cloned>div {
  min-width: 181px !important;
  width: 181px !important;
  height: auto;
}

.types-filter-section .slick-next,
.types-filter-section .slick-prev {
  bottom: -47px;
  top: auto !important;
}

.types-filter-section .slick-prev {
  left: 20px;
}

.types-filter-section .slick-next {
  right: 20px;
}

.circle-60 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 60px;
  height: 60px;

  border-radius: 36px;
}

.types-filter-section .investments-level-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 8px;

  width: 64px;
  height: 60px;
}

.types-filter-section .investments-level-section .filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 0px;
  gap: 4px;

  width: 100%;
  height: 36px;
}

.types-filter-section .investments-level-section .filter .signal-bars {
  width: 36px !important;
  height: 36px !important;
}

.types-filter-section .investments-level-section .mute {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;

  color: #999999;
}

.filter-dropdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 12px;
  gap: 12px;

  position: relative;
  width: 100%;
  height: 590px;
  left: 0;
  top: -33px;

  background: linear-gradient(180deg, rgba(235, 238, 246, 0) 1.13%, #EBEEF6 2.7%, #EBEEF6 100%);
  /* cr-blue */
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #053BD6;
  box-shadow: 0px 19px 18px -12px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 36px 36px;

  transition: 0.5s;
  z-index: 9999;
}

.filter-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
}

.bot-section {
  background-color: #fff;
}

.hello-bot-container {
  position: relative;
  right: 25px;
  top: -30px;
}

@media (min-width: 992px) {
  .d-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hello-bot-container {
    position: absolute;
    right: 123px;
    top: 10px;
  }
}

.about-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 12px;
  font-size: 18px;
  width: 100%;
  height: auto;

  /* cr-blue */
  background: var(--primary-color);
  border-radius: 36px 0px 36px 36px;
  color: #fff;
}

.about-title.variation-2 {
  border-radius: 36px 36px 36px 0px;
}

.about-content {
  padding: 24px;
  width: 100%;
  height: auto;

  background: #FFFFFF;
  border-radius: 36px 0px 36px 36px;
}

.bg-light-blue {
  background: var(--light-blue-variation);
  color: #fff;
}

.faq-section,
.faq-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;

  width: 100%;
  height: auto;
}

.faq-wrapper {
  align-items: flex-start;
}

.faq-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 24px;

  width: 100%;
  height: 100%;

  /* Light blue */
  border: 1px solid var(--light-blue-variation);
  border-radius: 36px;
}

.faq-content-wrapper.crowd-ai {
  border-color: #AFA7A7;
  border-radius: 8.11px;
}

.faq-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.faq-items>.item {
  width: 100%;
}

.faq-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  gap: 10px;
  width: 100%;
  height: auto;
  background: var(--primary-color);
  border-radius: 36px;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  margin: 0;
}

.faq-content-wrapper.crowd-ai>.faq-items>.item>.faq-question {
  background: #fff;
  border-radius: 8.11px;
  color: #000;
}

.faq-content-wrapper.crowd-ai>.faq-items>.item>.faq-question.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: var(--primary-color);
  color: #fff;
}

.faq-answer {
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 10px;

  width: 100%;
  height: auto;
  background: #FFFFFF;
  box-shadow: inset 3px 3px 18px 3px rgba(0, 0, 0, 0.18), inset -3px -3px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  transition: all 0.3s ease;
}

.faq-content-wrapper.crowd-ai>.faq-items>.item>.faq-answer {
  background-color: var(--primary-color);
  color: #fff !important;
  border-radius: 8.11px;
  color: #000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
}

.faq-answer.active {
  display: flex;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-36 {
  font-size: 36px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.h-c-50 {
  height: 50px;
}

.px-8 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.my-90 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.min-h-100 {
  min-height: 100vh;
}

/* .span-last span:last-child {
  display: none;
} */

.truncate {
  white-space: nowrap;
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.none {
  display: none;
}

.block {
  display: block;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.type-svg {
  cursor: pointer;
  margin: 0px 3px;
}

.container-fluid {
  padding-left: 20px;
}

*/ h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a {
  text-decoration: none !important;
  transition: 0.5s;
  color: #333333;
}

.text-primary {
  color: #053bd6 !important;
}

.text-black {
  color: #000000 !important;
}

.text-secondary {
  color: #333333;
}

.text-muted {
  color: rgba(51, 51, 51, 0.5) !important;
}

.clr-primary {
  color: #053bd6;
  transition: 0.5s;
}

.clr-secondary {
  color: #333333;
  transition: 0.5s;
}

.rounded-input {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #333333;
  outline: none;
  height: 40px;
  background: var(--primary-bg-color);
  border: 1px solid #333333;
  box-shadow: inset 3px 3px 18px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 36px 0px 0px 36px;
}

.rounded-input-btn {
  border: none;
  padding: 0px 10px;
  outline: none;
  border-radius: 0px 20px 20px 0px;
  background: #053bd6;
  color: #ffffff;
  height: 40px;
  transition: 0.5s;
}

.rounded-input-btn:hover {
  background: #333333;
  transition: 0.5s;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.btn-clear {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #333333;
  color: #333333;
  outline: none;
  transition: 0.5s;
}

.btn-clear:hover {
  background: #333333;
  border-radius: 20px;
  border: 1px solid #333333;
  color: #ffffff;
  outline: none;
  transition: 0.5s;
}

.btn-save {
  background: transparent;
  border-radius: 20px;
  color: #053bd6;
  border: 1px solid #053bd6;
  outline: none;
  margin-left: 10px;
  transition: 0.5s;
}

.btn-save:hover {
  background: #053bd6;
  border-radius: 20px;
  color: #ffffff;
  border: 1px solid #053bd6;
  outline: none;
  margin-left: 10px;
  transition: 0.5s;
}

.filter-outer {
  cursor: pointer;
  align-items: center;
  width: 100%;
  background: var(--primary-bg-color);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: var(--box-shadow);
  ;
  border-radius: 36px;
  transition: 0.5s;

  justify-content: space-between;
  padding: 12px;
  gap: 12px;

  height: 48px;
}

.filter-fa {
  color: rgba(51, 51, 51, 0.5);
  font-size: 20px;
  padding-right: 5px;
}

.filter-outer p {
  font-weight: bold;
}

.btn-rss {
  outline: none;
  border: none;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #053bd6;
  border-radius: 36px;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #053bd6;
  width: fit-content;
  white-space: nowrap;
}

.btn-rss:hover {
  border: 1px solid #053bd6;
  color: #053bd6;
  background: var(--primary-bg-color);
  transition: 0.5s;
}

.btn-outline-primary-rss {
  outline: none;
  border: 1px solid #053bd6;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 36px;
  color: #053bd6;
  transition: 0.5s;
  width: fit-content;
  white-space: nowrap;
}

.btn-outline-primary-rss:hover {
  border: 1px solid #053bd6;
  color: #ffffff;
  background: #053bd6;
  transition: 0.5s;
}

.btn-load-more {
  outline: none;
  border: none;
  padding: 6px 12px;
  display: flex;
  background: transparent;
  border-radius: 36px;
  color: #053bd6;
  transition: 0.5s;
  border: 1px solid #053bd6;
  width: fit-content;
  white-space: nowrap;
}

.btn-load-more:hover {
  border: 1px solid #053bd6;
  color: #ffffff;
  background: #053bd6;
  transition: 0.5s;
}

.btn-in-active {
  /* pointer-events: none; */
  outline: none;
  border: none;
  padding: 9px 24px;
  display: flex;
  background: #666666;
  border-radius: 36px;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #666666;
}

.btn-reply {
  outline: none;
  border: none;
  padding: 4px 15px;
  display: flex;
  background: transparent;
  border-radius: 36px;
  color: #053bd6;
  transition: 0.5s;
  border: 1px solid #053bd6;
}

.btn-reply:hover {
  background: #053bd6;
  border: 1px solid #053bd6;
  color: #ffffff;
  transition: 0.5s;
}

.sort-by-inner,
.filter-by-inner {
  display: none;
}

.sort-by,
.filter-by {
  z-index: 999;
  /*display: flex;*/
  width: 210px;
  padding: 10px 24px;
  background: var(--primary-bg-color);
  border: 1px solid #333333;
  box-shadow: inset 3px 3px 18px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  height: max-content !important;
}

.sort-by:hover,
.filter-by:hover {
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #053bd6;
  color: #053bd6;
  margin-bottom: 0;
}

.sort-by:hover .fa-chevron-down,
.filter-by:hover .fa-chevron-down {
  transform: rotate(180deg);
}

.sort-by:hover .sort-by-inner,
.filter-by:hover .filter-by-inner {
  display: block;
}

.sort-by-inner li,
.filter-by li {
  list-style: none;
  text-decoration: none;
}

.sort-by-dropdown-btn,
.filter-by-dropdown-btn {
  outline: none;
  background: transparent;
  border: none;
  width: 100%;
}

.logo-card-img {
  mix-blend-mode: multiply;
  height: 100px;
  object-fit: contain;
  max-width: 280px;
  margin-bottom: 10px;
}

.card-padding {
  padding: 16px;
}

.checkbox-wrapper-16 *,
.checkbox-wrapper-16 *:after,
.checkbox-wrapper-16 *:before {
  box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  content: "✓";
}

.checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile .checkbox-label {
  color: var(--primary-color);
}

.checkbox-wrapper-16 .checkbox-input:focus+.checkbox-tile {
  border-color: var(--primary-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-wrapper-16 .checkbox-input:focus+.checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-wrapper-16 .checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 5px;
  width: 100%;
}

.checkbox-wrapper-16 .checkbox-tile:before {
  content: "";
  font-size: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.checkbox-wrapper-16 .checkbox-tile:hover {
  border-color: var(--primary-color);
}

.checkbox-wrapper-16 .checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}

.checkbox-wrapper-16 .checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-wrapper-16 .checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}

.checkbox-wrapper {
  width: 100%;
}

.r-card-outer {
  background: var(--primary-bg-color);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  border-radius: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/* new hover */
.r-card-outer:hover {
  box-shadow: -9px -9px 18px 9px transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.r-inner-card-outer {
  padding: 15px 20px;
  box-shadow: var(--box-shadow);
  border-radius: 18px;
  min-height: 380px;
  transition: 0.5s;
}

.r-inner-card-outer:hover {
  padding: 15px 20px;
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  transition: 0.5s;
}

/* .r-card-outer:hover {
box-shadow: inset 9px 9px 18px 9px rgba(0, 0, 0, 0.18),
inset -9px -9px 18px 9px rgba(255, 255, 255, 0.9);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
} */
.inner-card-border-items a:hover {
  color: #181818 !important;
}

.r-card-outer:hover a {
  color: #333 !important;
  transition: 0.5s;
  /* font-weight: bold; */
  cursor: pointer;
}

.inner-card-border {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e5ee;
  border-radius: 16px;
}

.inner-state-img {
  overflow: hidden;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
}

.inner-card-border-items i {
  font-size: 20px;
  vertical-align: text-bottom;
  color: #333333 !important;
}

.inner-state-fa {
  font-size: 20px;
  margin-right: 10px;
}

.project-icons {
  font-size: 20px;
}

.border-bottom-inner-card {
  border-bottom: 2px solid #e2e5ee;
  /*overflow-x: auto;*/
  padding: 5px;
}

.outer-changing-div {
  padding: 4px 12px;
  background: var(--primary-bg-color);
  /* CI shadow in */
  box-shadow: inset 9px 9px 18px 9px rgba(0, 0, 0, 0.18),
    inset -9px -9px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  position: relative;
}

.platform-cards {
  display: flex;
  padding: 12px;
  gap: 24px;
  background: var(--primary-bg-color);
  border: 1px solid rgba(51, 51, 51, 0.18);
  background: var(--primary-bg-color);
  min-height: 180px;
  box-shadow: var(--box-shadow);
  border-radius: 18px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.platform-card-outer-padding {
  padding: 12px;
}

/* .platform-cards .platform-text-info {
height: 30px;
margin: 0 !important;
} */
.platform-cards .spacer-platform {
  padding-right: 30px;
}

.platform-cards .text-primary {
  text-align: center;
}

.type-title-row {
  align-items: center;
}

.projects-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-background,
.projects-container {
  background-image: url(./images/static-images/bg-icons-9.png);
  background-color: var(--primary-bg-color);
  background-size: cover;
}

.inner-projects-container {
  /* max-width: 1336px;
  display: flex;
  flex-direction: row; */
  max-width: 1336px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.type-cards {
  padding: 5px 0px;
  background: var(--primary-bg-color);
  border: 1px solid rgba(51, 51, 51, 0.18);
  box-shadow: 9px 9px 18px 9px rgba(0, 0, 0, 0.18),
    -9px -9px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 18px;
}

.platform-cards-down-icons {
  display: flex;
  align-items: flex-start;
  padding: 6px;
  background: rgba(255, 255, 255, 0.63);
  border-radius: 18px;
  gap: 12px;
}

.form-check-input[type="checkbox"] {
  border-radius: 7.25em;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
}

.form-check-input:checked[type="checkbox"] {
  background-image: none;
  border: 1px solid #ffffff;
}

.display-max-cards {
  height: 100%;
  max-height: 600px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.display-max-cards .row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px 24px;
}

.gap-12 {
  gap: 12px;
}

.gap-18 {
  gap: 18px !important;
}

.pill-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  gap: 6px;
  height: 36px;
}

.bg-primary {
  background: var(--primary-color) !important;
}

.rounded-36 {
  border-radius: 36px !important;
}

.h-40 {
  height: 40px !important;
}


.slick-list.draggable {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.types-filter-section>.slider .type-card.hidden {
  display: none !important;
}

.hidden {
  display: none !important;
}


.disabled-filter {
  opacity: 0.6;
  /* Make the card look faded */
  cursor: not-allowed;
  /* Change the cursor to indicate no interaction */
  pointer-events: none;
  /* Prevent any mouse events on the card */
  background: #f0f0f0;
  /* Optional: Change background color for a disabled look */
  border: 1px solid #d0d0d0;
  /* Optional: Change border color for a disabled look */
}

/* Optional: Additional styling for a disabled card */
.disabled-filter .circle-60 img {
  filter: grayscale(100%);
  /* Make the icon grayscale to indicate it's disabled */
}

.disabled-filter .pill-2 {
  display: none;
  /* Hide any pills associated with the disabled card */
}

.pil-3 {
  height: 25px;
  font-size: 12px;
}

/* Platform Reward Page styling start */
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.reward-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 20px;

  width: 340px;
  height: 610px;

  border: 1px solid var(--primary-color);
  border-radius: 18px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.reward-card .card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  background: transparent !important;
  border: none !important;
  width: 269px;
  height: 141px;
}

.reward-card .platform-data-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;

  width: 260px;
  min-width: 260px;
  height: 126px;

  flex: none;
  order: 1;
  flex-grow: 0;
}

.reward-card .reward-data-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;

  width: 320px;

  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.reward-card .reward-data-section .header-section,
.reward-section-detail .reward-data-section .header-section {
  padding: 10px;
  width: 100%;
  background: var(--light-blue-variation);
  border-radius: 18px;
}

.reward-card .reward-code-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 4px;

  width: fit-content;
  height: 90px;

  flex: none;
  order: 3;
  flex-grow: 0;
}

.p-10 {
  padding: 10px;
}

.reward-card .card-header .reward-logo {
  width: 100%;
  height: 72px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-blend-mode: normal, multiply;
  mix-blend-mode: multiply;
}

.reward-card .card-header .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 5px;

  width: 100%;
  height: 59px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.h-100px {
  height: 100px !important;
}

.reward-section-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  width: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 18px;
  /* Inside auto layout */
  flex: none;
  order: 6;
  align-self: stretch;
  flex-grow: 0;
}

.reward-section-detail .reward-data-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;

  width: 100%;
}

/* Platform Reward Page styling End */

@media only screen and (min-width: 1200px) {
  .display-max-cards .row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: unset;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .display-max-cards .row .col-lg-3 {
    width: calc(33% - 24px) !important;
  }
}

.display-max-cards .row .col-lg-3 .platform-cards:hover {
  border: 2px solid #053bd6;
}

#r-check-box label,
.btn-select-all {
  width: fit-content;
  display: block;
  color: #333333;
  border-radius: 36px;
  padding: 6px 12px;
  border: 1px solid #333333;
  text-align: center;
  cursor: pointer;
}

.btn-select-all {
  display: flex;
  align-items: center;
}

#r-check-box input[type="checkbox"] {
  display: none;
}

/*#r-check-box input:checked + label:before {
content: "✓ ";
}*/
#r-check-box input:checked+label {
  background: #053bd6;
  border: 1px solid #053bd6;
  color: #ffffff;
}

.cnt {
  transition: 3s ease;
}

.inner-card-border-items h6 {
  font-size: 14px;
}

.inner-card-border-items span {
  display: flex;
}

.card-inner .btn-rss {
  padding: 5px 24px;
}

.targetDiv {
  display: none;
}

.r-active {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  border-bottom: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
}

.text-active {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.text-active .filter-fa {
  color: var(--primary-color) !important;
}

.r-active .filter-fa,
.r-active .text {
  color: var(--primary-color);
}

.display-max-cards::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}

.display-max-cards::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.display-max-cards::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #053bd6;
}

.inner-btn-abs {
  position: absolute;
  bottom: 27px;
  /*right: 42px;*/
}

.r-active .fa-chevron-right {
  transform: rotate(90deg);
  transform: 0.5s;
}

.btn-clear-abs {
  text-decoration: underline;
  outline: none;
  border: none;
  background: transparent;
}

.btn-clear-abs:hover {
  font-weight: bold;
}

.r-more-content {
  overflow-x: auto;
  /*  scroll-behavior: auto;*/
}

.r-more-content::-webkit-scrollbar {
  display: none;
}

/*************************platform css **************************/
.breadcrumb {
  background-color: transparent;
}

.platform-main-logo {
  max-height: 140px;
  width: auto;
  mix-blend-mode: multiply;
}

.platform-main-right {
  padding: 20px;
  box-sizing: border-box;
  background: var(--primary-bg-color);
  border: 1px solid #ffffff;
  box-shadow: var(--box-shadow);
  border-radius: 18px;
}

.platform-main-right .btn-rss {
  padding: 4px 18px;
}

.platform-main-right-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 18px;
}

#rating-div .text-primary .wrap {
  height: 36px;
  display: flex;
  flex-direction: row;
}

#rating-div .text-primary span {
  font-size: 24px !important;
}

#comments {
  background: var(--primary-bg-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-shadow: inset 9px 9px 18px 9px rgba(0, 0, 0, 0.18),
    inset -9px -9px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 18px;
}

/***********************platform css **************************/
.r-trunc {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: inline-block !important;
}

< !-- Modal -->.r-yt-modal-cnt {
  border-radius: 18px;
}

.r-yt-modal-cnt .yt-btn-close {
  background: none;
  outline: none;
  border: none;
  font-size: 25px;
}

.r-yt-modal .modal-body {
  overflow: hidden;
  border-radius: 18px;
}

.ryt-outer {
  position: relative;
  height: 120vh;
  width: auto;
  border-radius: 18px;
  overflow: hidden;
}

.ryt-outer iframe {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 100%;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
}

.ryt-outer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  box-shadow: inset 9px 9px 18px 9px rgba(0, 0, 0, 0.36),
    inset -9px -9px 18px 9px rgba(255, 255, 255, 0.9);
  border-radius: 18px;
}

.r-yt-modal-cnt .modal-header {
  border: none;
}

/* platform-detail-page */
.platform-detail:hover {
  color: #000000 !important;
}

.detail-page-img {
  height: 25px;
  width: 25px;
}

.platform-detail .logo-card-img {
  margin: auto !important;
  margin-bottom: 20px !important;
  padding: 24px !important;
}

.platform-news-outer {
  object-fit: cover;
  width: 100%;
  height: 150px;
  border-radius: 18px;
}

.news-card-outer {
  box-shadow: var(--box-shadow);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.5s;
}

.news-card-outer p {
  color: #000000;
}

.news-card-outer:hover {
  box-shadow: -9px -9px 18px 9px transparent;
  cursor: pointer;
  transition: 0.5s;
}

.news-inner-card-outer {
  box-shadow: inset 9px 9px 18px 9px transparent;
  padding: 20px;
  cursor: pointer;
  transition: 0.5s;
}

.news-inner-card-outer:hover {
  box-shadow: inset 9px 9px 18px 9px rgba(0, 0, 0, 0.36),
    inset -9px -9px 18px 9px rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: 0.5s;
}

.news-card-outer h5:last-child {
  font-size: 12px;
}

.projects-container {
  padding: 20px;
  border-radius: 18px;
  box-shadow: inset 9px 9px 18px 9px rgb(0 0 0 / 18%),
    inset -9px -9px 18px 9px rgb(255 255 255 / 90%);
}

.project-card-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
  isolation: isolate;

  min-width: 360px;
  width: 360px;
  height: 485px;


  background: var(--primary-bg-color);
  border: 1px solid var(--primary-color);
  backdrop-filter: blur(4.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 18px;
}

.project-card-outer a.p-card {
  border-radius: inherit;
  min-width: 360px;
  width: 360px;
  height: 553px;
}

.type-badge {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;

  margin: 0 auto;
  position: absolute;
  height: 32px;
  right: 8px;
  top: 8px;
  background: var(--primary-bg-color);
  border: 1px solid var(--primary-color);
  border-radius: 18px;
}

.project-card-outer-cover {
  height: 140px;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.project-card-outer-img {
  height: 65px;
  width: 65px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  left: 2%;
  top: -45px;
  overflow: hidden;
}

.project-card-outer-img>.img-fluid {
  height: 100%;
}

.project-card-outer-img-two {
  height: 35px;
  width: 80px;
  position: absolute;
  right: 2%;
  top: -40px;
  object-fit: contain;
  background: var(--primary-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #053bd6;
  border-radius: 18px;
  overflow: hidden;
}

.project-card-outer-img-two img {
  mix-blend-mode: multiply;
}

.project-card-body {
  position: relative;
}

.project-card-body>p {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 75px;
}

.project-body-bottom {
  height: 114px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;

  width: 66px;
  height: 68px;
  background: var(--primary-color);
  border-radius: 90px;
}

.h-70 {
  height: 70px !important;
}

.project-card-outer p {
  font-weight: 700;
}

.textarea-project-card {
  padding: 15px 10px !important;
  height: 100px;
}

.progress {
  display: flex;
  border: 1px solid #053bd6;
  height: 2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 20px;
}

.progress-closed {
  display: flex;
  border: 1px solid #000000;
  height: 2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 20px;
}

.progress-bar {
  background-color: #053bd6;
  text-align: end;
  padding-right: 4px;
  box-shadow: 0px 0px 1px 10px #053bd6;
}

.progress-closed .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000000;
  transition: width 0.6s ease;
}

.border-project-card,
.project-body-bottom>.border-project-card:last-child.col-6,
.project-body-bottom>.border-project-card:last-child.col-4 {
  border: 1px solid #dfe2e9;
  padding: 6px;
}

.project-body-bottom .border-project-card:last-child {
  border: none;
  /* Removes border from the last child */
}

.project-body-bottom>.border-project-card:only-child {
  border-top: 1px solid #dfe2e9;
}

.wrap {
  height: 36px;
  border-radius: 10px;
}

.stars {
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}

.star {
  color: #053bd6 !important;
}

.rate {
  height: 50px;
  margin-left: -5px;
  padding: 5px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.rate input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
}

.star-over::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f005";
  display: inline-block;
  color: #d3dcff;
  z-index: 1;
  position: absolute;
  top: 15.5px;
  left: 10px;
}

.bg-rating {
  background: #eaeef8;
}

.r-rating-modal .modal-content {
  border-radius: 53px !important;
  overflow: hidden;
}

.rating-btn-close {
  background: #ffffff;
  border-radius: 50px;
  outline: none;
  border: none;
  color: #000000;
  height: 50px !important;
  width: 50px !important;
  position: absolute;
  top: 1%;
  font-size: 23px;
  right: 0%;
  width: 30px;
}

#sharemodal .modal-sm {
  width: 216px;
  margin: auto;
}

#sharemodal .modal-content {
  border-radius: 18px;
  background: var(--primary-bg-color);
}

@media (max-device-width: 500px) {
  .px-40 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .p-40 {
    padding: 14px !important;
  }

  .project-card-outer-img {
    height: 68px;
    width: 68px;
    top: -47px;
  }

  .projects-container {
    padding: 2px;
  }
}

/* platform-projects  */
/* platform-detail-page */
/* accounts  */
.r-input {
  padding: 0px 20px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #181818;
  border-radius: 36px;
  margin-bottom: 10px;
}

.r-pass {
  border: none;
  outline: none;
}

.auth-modal {
  background: var(--primary-bg-color);
  border-radius: 18px;
}

.captcha {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #181818;
  border-radius: 18px;
}

#rc-anchor-container {
  border: 1px solid #d3d3d3;
  padding: 10px;
  background: #ffffff !important;
  border: 1px solid #181818;
  border-radius: 18px;
}

.text-error {
  color: #ff0000;
  font-weight: 700;
  font-size: 12px;
}

.r-input:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 25%) !important;
}

.btn-signin-google {
  outline: none;
  border: none;
  padding: 6px 12px;
  display: flex;
  background: #941b00;
  border-radius: 36px;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #941b00;
  width: fit-content;
  white-space: nowrap;
}

.my-comments {
  padding: 2rem;
  background: var(--primary-bg-color);
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
}

.comment-body {
  padding: 20px;
  margin-bottom: 20px;
  background: var(--primary-bg-color);
  border: 1px solid #000000;
  border-radius: 18px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50px;
}

.page-link {
  margin: 0 10px;
  color: #053bd6;
  border: 1px solid #053bd6;
  border-radius: 50px;
}

.pagination-dots {
  color: #000000;
  margin: 9px 6px 0px -6px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #053bd6;
  border-color: #053bd6;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #053bd6;
  border-color: #053bd6;
}

.projects-fav-container {
  padding: 29px 40px;
  background: var(--primary-bg-color);
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
}

.fav-ico-abs {
  position: absolute;
  left: 2%;
  top: 4px;
  cursor: pointer;
}

.fav-ico {
  border: 1px solid #000000;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-bg-color);
}

.fav-ico i {
  font-size: 18px;
}

.fav-ico-selected {
  border: 1px solid #ffffff;
  background: #053bd6;
  color: #ffffff;
}

.acc-profile-pic {
  border-radius: 50%;
  height: 300px;
  object-fit: cover;
  width: 300px;
}

.acc-form {
  padding: 20px;
  background: var(--primary-bg-color);
  box-shadow: var(--box-shadow);
  border-radius: 18px;
}

.acc-edit-input {
  padding: 6px 20px;
  background: var(--primary-bg-color);
  border: 1px solid #181818;
  border-radius: 36px;
}

.acc-edit-input-error {
  border: 1px solid #ff0000;
}

.acc-edit-input-field,
.edit-acc-info {
  outline: none;
  border: none;
  background: transparent;
}

.btn-change-password {
  outline: none;
  border: none;
  padding: 6px 12px;
  background: var(--primary-bg-color);
  border-radius: 36px;
  color: #000000;
  transition: 0.5s;
  border: 1px solid #000000;
  width: 100%;
}

.btn-change-password:hover {
  outline: none;
  border: none;
  padding: 6px 12px;
  background: #053bd6;
  border-radius: 36px;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #053bd6;
}

.btn-sign-out {
  outline: none;
  border: none;
  padding: 6px 12px;
  background: var(--primary-bg-color);
  border-radius: 36px;
  color: #053bd6;
  transition: 0.5s;
  border: 1px solid #053bd6;
}

.btn-sign-out:hover {
  outline: none;
  border: none;
  padding: 6px 12px;
  background: #053bd6;
  border-radius: 36px;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #053bd6;
}

.font-fam-inter {
  font-family: "Inter", sans-serif;
}

@media (min-device-width: 300px) and (max-device-width: 425px) {
  .projects-fav-container {
    padding: 29px 2px;
  }

  .acc-profile-pic {
    height: 200px;
    width: 200px;
  }
}

@media (min-device-width: 1023px) and (max-device-width: 1050px) {
  .acc-edit-input-field {
    font-size: 10px;
  }
}

/* accounts end */
/* header */

.logo-container {
  display: flex;
  flex-direction: column;
}

.socials-header {
  display: flex;
  flex-direction: row;
}

.socials-header span {
  font-size: 18px;
}

.r-nav-mystyle {
  display: block !important;
}

.r-nav-mystyle-2 {
  display: none !important;
}

.nav-link-projects {
  position: relative;
  cursor: pointer;
}

.nav-link-projects-dropdown,
.nav-link-projects-dropdown-left {
  display: none;
  position: absolute;
  padding: 8px 20px;
  top: 32px !important;
  left: -12px;
  width: 150px;
  background: var(--primary-bg-color);
  border: 1px solid #333333;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  cursor: pointer;
  z-index: 99;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.nav-link-projects-dropdown-left {
  top: 33px !important;
  left: -12px;
}

/* .nav-link-projects:hover .nav-link-projects-dropdown {
  display: block;
}
.nav-link-projects:hover .nav-link-projects-dropdown-left {
  display: block;
} */

.nav-link-projects.active .nav-link-projects-dropdown,
.nav-link-projects.active .nav-link-projects-dropdown-left {
  display: block;
}

.navbar-nav-sm {
  display: flex;
  flex-direction: row !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toggler-sm {
  outline: none;
  border: none;
  background: transparent;
}

nav .btn-rss,
.btn-save {
  padding: 2px 16px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}

.nav-search {
  background: var(--primary-bg-color);
  border: 1px solid #181818;
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 36px;
  width: 73%;
  padding: 5px 10px;
}

.nav-magglass {
  font-size: 20px;
  color: #000000;
}

.navbar-nav ul li a {
  font-size: 18px;
}

@media (min-device-width: 1200px) {
  li.nav-item {
    margin: 0 10px;
  }

  .navbar-nav-right li {
    margin: 0 !important;
  }
}

.header-ico-img {
  height: 23px;
  width: 23px;
  border-radius: 50px;
  margin: 0 5px;
  font-size: 10px;
}

/* header ends */
/* reset-link */
.reset-link-form {
  padding: 40px;
  background: var(--primary-bg-color);
  box-shadow: var(--box-shadow);
  border-radius: 18px;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

.rc-anchor-light {
  background: #000 !important;
  color: #000 !important;
}

.grecaptcha-badge {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.grecaptcha-badge,
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media screen and (max-width: 991px) {
  .grecaptcha-badge {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}

/* reset-link ends */
/* footer css */
.footer-card-item-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 6px 10px;
}

.footer-card,
.footer-card-active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 20px;
}

.footer-card-active {
  border: 1px solid transparent;
  box-shadow: var(--box-shadow);
}

footer .accordion-item,
.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #000000;
  padding: 0 10px;
}

footer .accordion-button::after {
  margin-left: 5px;
  background-size: 20px;
}

footer .accordion-button {
  display: flex;
  justify-content: center;
}

.footer-social a {
  color: #000000;
  transition: 0.5s;
}

.footer-social a:hover {
  color: #053bd6;
  transition: 0.5s;
}

footer a {
  font-size: 14px;
}

.footer-links {
  text-align: end;
}

.footer-p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding-top: 60px;
}

.footer-card-active .fw-bold {
  text-align: center;
}

/* footer css ends */
/* project page css  */
.r-check-box-platforms-lab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 15px 18px;
  border: 1px solid #181818;
  border-radius: 36px;
  width: 100%;
  font-weight: bold;
}

.r-check-box-platforms input:checked+.r-check-box-platforms-lab {
  border: 1px solid #053bd6;
}

.r-check-box-platforms-inp {
  position: absolute;
  margin-left: 10px;
  top: 17px;
}

.r-check-box-platforms-img {
  width: auto;
  height: auto;
  width: 65px;
}

/* project page css ends */
/* article page css  */
.article-nav-item {
  padding: 8px 24px;
  box-shadow: var(--box-shadow);
  border-radius: 36px;
  transition: 0.5s;
}

.article-nav-item:hover {
  transition: 0.5s;
  box-shadow: 9px 9px 18px 9px transparent, -9px -9px 18px 9px transparent;
  border-radius: 36px;
}

.article-nav-item-active {
  padding: 8px 24px;
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 36px;
}

.article-nav-item-trans {
  transition: 0.5s;
  box-shadow: inset 3px 3px 9px 3px transparent,
    inset -3px -3px 9px 3px transparent;
  border-radius: 36px;
}

.article-nav-item-trans:hover {
  mix-blend-mode: darken;
  transition: 0.5s;
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 36px;
}

.article-card {
  position: relative;
  padding: 0px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  border-radius: 18px;
  transition: 0.5s;
  height: 435px !important;
}

.article-card:hover {
  box-shadow: 3px 3px 9px 3px transparent, -3px -3px 9px 3px transparent;
  border-radius: 18px;
  transition: 0.5s;
}

.article-card-trans {
  transition: 0.5s;
  box-shadow: inset 3px 3px 9px 3px transparent,
    inset -3px -3px 9px 3px transparent;
  border-radius: 18px;
}

.article-card-trans:hover {
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
  transition: 0.5s;
}

.news-mid-img {
  height: 45vh;
  width: 100%;
  border-radius: 18px;
  background-position: center;
  object-fit: cover;
}

.article-img-top {
  height: 175px;
  background-position: center;
  width: 100%;
  object-fit: cover;
}

.btn-like {
  outline: none;
  border: 1px solid #053bd6;
  padding: 3px 12px;
  color: #053bd6;
  background: #ffffff;
  border-radius: 18px;
  font-weight: 700;
  transition: 0.5s;
}

.btn-like:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: #053bd6;
  transition: 0.5s;
}

.btn-like-selected {
  border: 1px solid transparent;
  color: #ffffff;
  background: #053bd6;
  transition: 0.5s;
}

.btn-like:hover .btn-like i {
  color: #ffffff;
}

.btn-dislike {
  outline: none;
  font-weight: 700;
  border: 1px solid #181818;
  padding: 3px 12px;
  color: #181818;
  background: #ffffff;
  border-radius: 18px;
  transition: 0.5s;
}

.btn-dislike:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: #181818;
  transition: 0.5s;
}

.btn-dislike-selected {
  border: 1px solid transparent;
  color: #ffffff;
  background: #181818;
  transition: 0.5s;
}

.btn-dislike:hover .btn-dislike i {
  color: #181818;
}

.logo-image {
  max-width: 163.73px !important;
  max-height: 50px;
}

/* landing page */
.ryt-outer-landing {
  height: 438px;
}

.landing-href {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  width: 346px;
  height: 106px;
  box-shadow: var(--box-shadow);
  border-radius: 18px;
  transition: 0.5s;
}

.landing-href:hover {
  box-shadow: 9px 9px 18px 9px transparent, -9px -9px 18px 9px transparent;
  transition: 0.5s;
}

.landing-href-tans {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  width: 346px;
  padding: 0;
  box-shadow: inset 3px 3px 9px 3px transparent,
    inset -3px -3px 9px 3px transparent;
  border-radius: 18px;
  transition: 0.5s;
}

.landing-href-tans:hover {
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  transition: 0.5s;
}

.landing-href-selected {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  width: 346px;
  height: 106px;
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
  transition: 0.5s;
}

.upcoming {
  padding: 40px 20px;
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
}

/* landing page ends */
/* about page  */
.about-div {
  margin-top: 20px;
  padding: 40px 20px;
  gap: 20px;
  min-height: 114px;
  box-shadow: var(--box-shadow);
  border-radius: 18px;
}

.lotte-section {
  padding: 80px 40px;
  min-height: 566px;
  background-image: url(/static/images/static-images/bg-icons-9.png);
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
}

.lotte-img {
  width: 200px;
  height: 200px;
  /* background: #7a7f8d; */
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 10px;
  background-position: center;
}

.lotte-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  min-height: 352px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid #ffffff;
  backdrop-filter: blur(4.5px);
  border-radius: 18px;
}

.team {
  padding: 40px;
  min-height: 812px;
  background: var(--primary-bg-color);
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
}

.team-member {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  background-position: center;
  margin-bottom: 20px;
}

.member-card {
  width: 300px;
}

.member-card .footer-social h2 {
  font-size: 24px;
}

.accordion-button-faq {
  justify-content: left;
  position: relative;
  flex-direction: row-reverse;
}

.accordion-button-faq::after {
  margin-left: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 16px;
}

.accordion-item-faq {
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 18px !important;
  margin-bottom: 20px;
}

.accordion-item:not(:first-of-type) {
  border: 1px solid rgba(24, 24, 24, 0.1) !important;
}

.accordion-button:not(.collapsed) {
  color: #053bd6 !important;
}

/* about page ends */
@media (max-device-width: 768px) {
  .team-member {
    width: 250px;
    height: 250px;
  }

  .lotte-section {
    padding: 80px 3px;
  }

  nav .btn-rss,
  .btn-save {
    margin: 0 2px;
    padding: 2px 8px !important;
    font-size: 12px;
  }
}

.checkboxField-filter {
  position: absolute;
  top: 29px;
  left: 27px;
}

.checkboxField-filter:before {
  border: 2px solid;
  border-radius: 0;
  background-color: white;
  border-color: transparent;
  box-sizing: border-box;
  color: #053bd6;
  content: close-quote;
  border-radius: 4px;
  display: inline-block;
  height: 20px;
  outline: 1px solid #000000;
  width: 20px;
}

.checkboxField-filter:checked:before {
  background-color: #053bd6;
  outline: 2px solid #053bd6;
  border-color: white;
}

.checkboxField-filter:checked+.platform-cards {
  border: 2px solid #053bd6;
}

@media (min-device-width: 767px) {
  .member-card {
    width: 325px;
  }

  .platform-main-left {
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    border-radius: 20px;
    background-color: var(--primary-bg-color);
  }
}

.btn-rss-vid-modal {
  padding: 9px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  gap: 10px;
  width: 196px;
  height: 36px;
  background: #053bd6;
  border-radius: 36px;
  /* Inside auto layout */
  flex: none;
  order: 1;
}

.r-tooltip {
  padding: 20px;
  gap: 10px;
  /* cr-light-blue */
  background: var(--primary-bg-color);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  /* Inside auto layout */
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}

.spinner-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.spinner {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.spinner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #053bd6;
  border-color: #053bd6 transparent #053bd6 transparent;
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.center {
  display: flex;
  width: 60%;
  margin: auto;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.center h4 {
  font-size: 1.3rem;
}

.article-img-container {
  height: 175px;
  min-height: 175px;
  border-radius: 18px 18px 0px 0px;
  overflow: hidden;
}

.articles-video {
  width: 100%;
  height: 175px;
  border-radius: 18px 18px 0px 0px;
}

.article-title {
  font-family: 'Comfortaa';
  font-size: 18px;
  font-weight: 700;
  line-height: 20.07px;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.article-description {
  height: 90px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

.article-tags-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.article-tag {
  padding: 2px 6px 2px 6px;
  border-radius: 18px;
  background: #90A8EF;
  color: #fff;
  font-size: 12px;
}

/* Square radio btns */
.sq-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.sq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* On mouse-over, add a grey background color */
.sq-radio:hover input~.checkmark {
  background-color: #053bd6;
}

/* When the radio button is checked, add a blue background 
.sq-radio input:checked ~ .checkmark {
  background-color: #241d25;
}
*/
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.sq-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.sq-radio .checkmark:after {
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  background-color: #053bd6;
}

.user-profile-menu {
  left: unset !important;
  right: 125px;
  top: 100px !important;
  background: var(--primary-bg-color);
  border: 1px solid transparent;
  box-shadow: 9px 9px 18px 9px rgba(0, 0, 0, 0.18);
  border-radius: 18px;
}

.user-profile-menu.mobile {
  right: 10px;
  top: 130px !important;
}

.user-profile-menu>a:focus,
.user-profile-menu>a:hover,
.user-profile-menu>a:focus-within,
.user-profile-menu>a:active,
.user-profile-menu.mobile>a:focus,
.user-profile-menu.mobile>a:hover,
.user-profile-menu.mobile>a:focus-within,
.user-profile-menu.mobile>a:active {
  color: #fff;
  background-color: #053bd6 !important;
}

.text-justify {
  text-align: justify;
}

.width-95 {
  width: calc(100% - 5%);
}

.width-88 {
  width: calc(100% - 12%);
}

.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.p-40-20 {
  padding: 40px 20px;
}

.p-20 {
  padding: 20px;
}

.font-normal {
  font-weight: normal !important;
}

.height-fit {
  height: fit-content !important;
}

.video-frame {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer !important;
}

/* Styles for large screens */
@media only screen and (min-width: 992px) {
  .hero-section-container {
    height: 360px;
    flex-direction: row;
  }

  .hero-section-graphics {
    width: 648px;
    height: 360px;
    order: 0;
    /* On large screens, graphics section comes first */
  }

  .hero-section-content {
    width: 456px;
    height: fit-content;
    order: 1;
    /* On large screens, content section comes after graphics section */
  }

  .crowd-ai .hero-section-content {
    order: 0;
  }

  .crowd-ai .hero-section-graphics {
    order: 1;
  }

  .sub-hero-section {
    isolation: unset;
    width: 100%;
  }

  .sub-hero-title {
    width: 744px;
  }

  .sub-hero-slider {
    width: 1128px;
    height: 188px;
  }

  .investments-section {
    height: 1196px;
  }

  .investments-sub-section-upper {
    width: 100%;
    height: 577px;
    flex-direction: row;
  }

  .investments-sub-section-upper>.sub-section-left {
    width: 552px;
    height: 577px;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
  }

  .investments-sub-section-upper>.sub-section-right {
    width: 552px;
    height: 577px;
    order: 1;
  }

  .investments-sub-section-lower {
    height: 539px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .card-padding {
    padding: 20px;
  }

  .platform-card-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .projects-slider {
    width: 90%;
  }

  .faq-wrapper {
    display: flex;
    flex-direction: row;
  }

  .faq-content-wrapper,
  .faq-main-warper {
    width: 50%;
  }

  .faq-content-wrapper.crowd-ai {
    width: 100%;
  }

  .types-filter-section>.slider {
    flex-direction: row !important;
  }

  .types-filter-section>.slider .type-card {
    min-width: 205px !important;
    width: 205px !important;
  }

  .types-filter-section>.slider .slick-track>.slick-slide.slick-cloned,
  .types-filter-section>.slider .slick-track>.slick-slide.slick-cloned>div {
    min-width: 205px !important;
    width: 205px !important;
    height: auto;
  }

  .types-filter-section>.slider,
  .types-filter-section>.slider.slick-slide,
  .types-filter-section .slick-list,
  .types-filter-section .slick-track {
    gap: 24px;
  }

  .reward-card {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 228px;
  }

  .reward-section-detail .reward-data-section {
    width: 80%;
  }
}

.slick-track {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 0px;
  gap: 20px;
}

.slick-initialized .slick-slide {
  display: flex;
  gap: inherit;
  flex-direction: column;
  width: fit-content !important;
}

.slick-next::before,
.slick-prev::before {
  font-family: 'Font Awesome 5 Free';
  /* Specify the correct Font Awesome font family */
  font-weight: 900;
  /* Adjust font weight if needed */
  color: var(--primary-color);
}

.slick-next::before {
  /* Unicode for Font Awesome arrows */
  content: '\f054';
  /* Unicode for right arrow */
}

.slick-prev::before {
  content: '\f053';
  /* Unicode for left arrow */
}

.scroll-able {
  height: 100%;
  overflow-y: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
  background-color: var(--primary-color-hover) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  background-color: #fff;
}

.mCSB_container {
  margin-right: 15px !important;
}

.showSingle-outer {
  height: 48px !important;
}

.br-0 {
  border-radius: 0 !important;
}

.subtopics-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.subtopic-button {
  min-width: 192px;
  min-height: 50px;
  text-align: center;
  background: #F3F5FA;
  border: 1px solid #212529;
  color: #212529;
  border-radius: 10px;
}

.subtopic-button.active,
.subtopic-button:hover,
.subtopic-button:focus {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

.chatbot-section {
  padding: 2rem;
  background: #EBEEF6;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  max-height: 1000px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 18.48px 35.64px 59.4px 5.28px rgba(112, 144, 176, 0.2);
}

.chatbot-interface {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  min-height: calc(100% - 60px);
  max-height: inherit !important;
}

.message-container {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  background-color: transparent;
  margin-bottom: 15px;
  max-height: 70%;
  overflow-y: auto;
}



/* Chat Input Container */
.chat-input-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #212529;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 90dvh;
}

/* Chat Input Textarea */
.chat-input {
  flex-grow: 1;
  border: none;
  outline: none;
  resize: none;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
  max-height: 50dvh;
  min-height: 45px;
  overflow-y: auto;
  background: transparent;
  width: 100%;
}

/* Buttons (Attach & Send) */
.chat-btn {
  background: rgba(51, 51, 51, 0.5);
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 1rem;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.chat-btn:disabled {
  color: #ccc;
  opacity: 0.6;
  cursor: none !important;
}

.chat-btn:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

/* Scrollbar Styling (Optional for consistency) */
.chat-input::-webkit-scrollbar {
  width: 6px;
}

.chat-input::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}

.chat-input::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

.fs-35 {
  font-size: 35px !important;
}


.bg-transparent {
  background: transparent !important;
}

.input-container>button:focus {
  outline: none;
  box-shadow: none;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mh-inherit {
  min-height: inherit !important;
}

.chatbot-section>.mh-inherit {
  max-height: inherit;
}

.iziToast:after {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.chat-message {
  margin-bottom: 10px;
  padding: 5px 1.25rem;
  border-radius: 5px;
  max-width: 48rem;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #f3f5fa;
}

.chat-message.user {
  background-color: #f3f5fa;
  margin-left: auto;
  border-radius: 18px;
}

.bot {
  display: flex;
  gap: 10px;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 18px 20px;
}

.message-text {
  font-size: 14px;
  color: #333;
}

.typing-indicator {
  color: #000;
  font-size: 1.3rem;
}

.typing-indicator {
  animation: blink 1s steps(2, start) infinite;
}

.align-center-vertically {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sub-hero-slider-item {
    width: 145px !important;
    min-width: 145px !important;
    height: 160px !important;
  }
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-repeat: no-repeat;
}

.richtext-content {
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
}

.richtext-content h1,
.richtext-content h2,
.richtext-content h3 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.richtext-content p {
  margin-bottom: 1em;
}

.richtext-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.richtext-content table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

.richtext-content table th,
.richtext-content table td {
  padding: 8px;
  border: 1px solid #ccc;
}

.richtext-content ul,
.richtext-content ol {
  padding-left: 1.5rem;
}
