/* [project]/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

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

/* [project]/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev, .swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-prev, .swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/apps/arep/app/assets/stylesheet/carousel.scss.css [app-client] (css) */
.arep_carousel_home_wrapper {
  background: #d8d4d7;
  justify-content: center;
  margin-bottom: 35px;
  padding: 0;
  display: flex;
}

.arep_carousel_maindiv {
  background: #d8d4d7;
  justify-content: center;
  width: 100%;
  max-width: 1138px;
  margin: 0 auto;
  display: flex;
}

.arep_carousel_img {
  max-width: 100%;
  height: auto;
}

.arep_carousel_regiontext {
  z-index: 10;
  position: absolute;
  top: 50px;
  right: 240px;
}

.arep_carousel_titletext {
  z-index: 10;
  width: 560px;
  height: 150px;
  position: absolute;
  top: 115px;
  right: 245px;
}

.arep_carousel_descriptiontext {
  z-index: 10;
  width: 660px;
  position: absolute;
  top: 305px;
  left: 238px;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  margin: auto 0 !important;
  top: 50% !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #000;
}

.swiper-button-next .swiper-navigation-icon, .swiper-button-prev .swiper-navigation-icon {
  color: #fff;
  fill: currentColor;
  width: 16px;
  height: 16px;
}

.swiper-button-next .swiper-navigation-icon path, .swiper-button-prev .swiper-navigation-icon path {
  stroke: currentColor;
  stroke-width: 5px;
  fill: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.swiper-button-prev {
  margin-left: 12px !important;
}

.swiper-button-next {
  margin-right: 12px !important;
}

.swiper-pagination {
  bottom: 10px !important;
}

@media (min-width: 960px) {
  .swiper-pagination {
    bottom: 15px !important;
  }
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  width: 18px !important;
  height: 18px !important;
  box-shadow: none !important;
  background: linear-gradient(#999 0%, #fff 100%) !important;
  border: 3px solid #e5e5e5 !important;
  border-radius: 50% !important;
  margin: 0 2px !important;
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
  background: #666 !important;
}

@media (max-width: 375px) {
  .swiper-button-next, .swiper-button-prev {
    width: 28px !important;
    height: 28px !important;
  }

  .swiper-button-next .swiper-navigation-icon, .swiper-button-prev .swiper-navigation-icon {
    width: 12px;
    height: 12px;
  }

  .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px !important;
    height: 10px !important;
  }
}

@media (max-width: 480px) {
  .swiper-button-next, .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
  }

  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }

  .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 960px) {
  .swiper-button-next, .swiper-button-prev {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}

@media (min-width: 1240px) {
  .swiper-button-next, .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
  }

  .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
  }
}

/* [project]/apps/arep/app/components/8box/homeCards.scss.css [app-client] (css) */
.arep-card__wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto;
  padding: 20px 0 15px;
  display: grid;
}

@media (max-width: 960px) {
  .arep-card__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .arep-card__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}

.arep-card__card--first {
  background: #fff;
  border: 1px solid #018ea0;
  border-radius: 2px;
  box-shadow: 0 0 6px #e6e6e6;
}

.arep-card__card--first .arep-card__title {
  color: #fff;
  text-align: center;
  background: #018ea0;
  border-color: #018ea0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 17px;
  font-weight: normal;
}

.arep-card__card--first .arep-card__link {
  cursor: pointer;
  color: #fff;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.arep-card__card--first .arep-card__link:hover {
  color: #000;
}

.arep-card__card--first .arep-card__link .arep-card__img {
  width: 240px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.arep-card__card--other {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 0 6px #e6e6e6;
}

.arep-card__card--other:first-child {
  border-color: #018ea0;
}

.arep-card__card--other:first-child .arep-card__title {
  background: #018ea0;
}

.arep-card__card--other:first-child .arep-card__title a {
  color: #fff;
}

.arep-card__card--other:first-child:hover .arep-card__title a {
  color: #000;
}

.arep-card__card--other .arep-card__title {
  text-align: center;
  background: #f3f2f3;
  border-color: #e5e5e5;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 17px;
  font-weight: normal;
}

.arep-card__card--other .arep-card__link {
  cursor: pointer;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.arep-card__card--other .arep-card__link:hover {
  color: #018ea0;
}

.arep-card__card--other .arep-card__link .arep-card__img {
  width: 240px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

/* [project]/apps/arep/app/components/elearning/elearningcard.scss.css [app-client] (css) */
.arep-elearning__wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px #e6e6e6;
}

@media (max-width: 768px) {
  .arep-elearning__wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .arep-elearning__wrapper {
    display: block;
  }
}

.arep-elearning__image-col {
  flex: 1;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.arep-elearning__image {
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.arep-elearning__content-col {
  flex: 3;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.arep-elearning__heading {
  color: #545860;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.arep-elearning__subtitle {
  color: #ff691b;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.arep-elearning__title {
  color: #008da3;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.arep-elearning__text {
  color: #545860;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.arep-elearning__text span {
  color: #008da3;
  font-weight: bold;
}

.arep-elearning__btn-group {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.arep-elearning__btn {
  color: #fff;
  cursor: pointer;
  background: #8bc400;
  border: 0;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.arep-elearning__btn:hover, .arep-elearning__btn:focus {
  color: #fff;
  background: #bcdd5a;
}

.arep-elearning__btn-blue {
  color: #fff;
  cursor: pointer;
  background: #009fdf;
  border: 0;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.arep-elearning__btn-blue:hover, .arep-elearning__btn-blue:focus {
  color: #fff;
  background: #99c5d6;
}

.text-orange {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  color: #ff691b !important;
  font-size: 22px !important;
}

.text-blue {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  color: #008da3 !important;
  font-size: 18px !important;
}

.p {
  color: #545860 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.large-text {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  color: #ff691b !important;
  font-size: 22px !important;
}

.medium-text {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  color: #008da3 !important;
  font-size: 16px !important;
}

.text-orange.medium-text, .medium-text.text-orange {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  color: #ff691b !important;
  font-size: 18px !important;
}

/* [project]/apps/arep/app/components/breadcrumb/breadcrumb.module.scss.module.css [app-client] (css) */
.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 1140px;
  max-width: 100%;
  min-height: 35px;
  margin: 20px auto;
  display: flex;
  box-shadow: 1px 1px 5px #e4e4e4;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div {
  width: auto;
  margin-top: 7px;
  margin-left: 15px;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span {
  margin-right: 5px;
  font-family: Red Hat Text, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span:nth-child(odd) {
  color: #56b099;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span:nth-child(odd):hover {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span:nth-child(2n) {
  color: #999;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span:nth-child(2n):hover {
  text-decoration: none;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span:nth-child(odd):last-child {
  color: #999;
}

.breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb .breadcrumb-module-scss-module__bNxG2a__content_div span:nth-child(odd):last-child:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .breadcrumb-module-scss-module__bNxG2a__cardBreadcrumb {
    display: none;
  }
}

/* [project]/apps/arep/app/components/TopicTitle/topicTitle.scss.css [app-client] (css) */
.arep-heading__wrapper {
  color: #fff;
  background-color: #545860;
  max-width: 100%;
  margin: -5px auto;
  padding: 8px 25px;
  display: block;
}

.arep-heading__title {
  font-size: 25px;
}

/* [project]/apps/arep/app/components/banner/banner.scss.css [app-client] (css) */
* {
  margin: 0;
  padding: 0;
}

/* [project]/apps/arep/app/components/lppvideocard/lppvideocard.scss.css [app-client] (css) */
.card-wrapper-div {
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1000px;
  height: auto;
  margin: 40px auto 0;
  display: flex;
}

.card-wrapper-div .card-main-div {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.card-wrapper-div .card-main-div a {
  color: inherit;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card-wrapper-div .card-main-div a img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.card-wrapper-div .card-main-div a p {
  text-align: center;
  max-width: 300px;
  margin: 0;
  font-family: Red Hat Text, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #008da3 !important;
}

.card-wrapper-div .card-main-div a p:hover {
  text-decoration: underline;
  color: #017183 !important;
}

@media (max-width: 1240px) {
  .card-wrapper-div {
    max-width: 90%;
  }
}

@media (max-width: 960px) {
  .card-wrapper-div {
    justify-content: center;
  }

  .card-main-div a img {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .card-wrapper-div {
    flex-direction: column;
    align-items: center;
  }

  .card-main-div {
    align-items: center;
    width: 100%;
  }

  .card-main-div a img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .card-main-div a p {
    max-width: 90%;
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .card-main-div a img {
    max-width: 100%;
    height: auto;
  }

  .card-main-div a p {
    font-size: 11px;
  }
}

/* [project]/apps/arep/app/components/elearning/hemodiafiltration.scss.css [app-client] (css) */
.arep-hdf__heading {
  color: #545860;
  max-width: 100%;
  margin-top: 2rem;
  padding: 10px 20px 15px 0;
  font-size: 1.615em;
  font-weight: 700;
}

.arep-hdf__wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  padding: 20px 0;
  display: grid;
}

@media (max-width: 768px) {
  .arep-hdf__wrapper {
    padding: 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .arep-hdf__wrapper {
    padding: 0;
    display: block;
  }
}

.arep-hdf__reso-wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  padding: 20px 0;
  display: grid;
}

@media (max-width: 768px) {
  .arep-hdf__reso-wrapper {
    padding: 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .arep-hdf__reso-wrapper {
    padding: 0;
    display: block;
  }
}

.arep-hdf__card {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 0 6px #e6e6e6;
}

.arep-hdf__card img {
  width: 180px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}

@media (max-width: 768px) {
  .arep-hdf__card {
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .arep-hdf__card {
    margin: 20px 0;
  }
}

.arep-hdf__cardTitle {
  text-align: center;
  background: #f3f2f3;
  border-color: #e5e5e5;
  margin: 0;
  padding: 6px 20px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
}

.arep-hdf__cardTitle a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

.arep-hdf__cardTitle a:hover {
  color: #009fdf;
}

/* [project]/apps/arep/app/components/card/card.module.scss.module.css [app-client] (css) */
.card-module-scss-module__keEu9G__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 1140px;
  max-width: 90%;
  min-height: 35px;
  margin: 0 auto;
  padding: 20px 40px;
  box-shadow: 1px 1px 5px #e4e4e4;
}

/* [project]/apps/arep/app/components/elearning/noncesingle.scss.css [app-client] (css) */
.arep-non-ce-single-title {
  max-width: 1056px;
  height: 31.188px;
}

.arep-non-ce-single-title h2 {
  margin: 30px 0 20px;
  font-size: 26px;
  font-weight: 500;
}

.course-header {
  margin-top: 30px;
  display: flex;
}

.course-details {
  width: 500px;
  height: 172px;
  margin-left: 20px;
}

.course-button-row {
  margin-bottom: 20px;
  display: flex;
}

.course-button-icon {
  background-color: gray;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  min-height: 36px;
  display: flex;
}

.course-button-icon i {
  color: #fff;
}

.more-details {
  max-width: 115px;
  margin: 20px 0;
}

.more-details span {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.more-details hr {
  background-color: #e5e5e5;
  border: none;
  height: .5px;
}

.course-meta {
  gap: 6px;
  margin: 5px 0;
  display: flex;
}

.course-meta .meta-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.course-meta .meta-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.course-meta a {
  color: #007bc0;
  text-decoration: underline;
}

.course-meta a:hover {
  color: #008da3;
  text-decoration: underline;
}

.arep-non-ce-single-subtitle {
  margin: 20px auto;
}

.arep-non-ce-single-subtitle h2 {
  color: #ff691b;
  font-size: 28px;
}

.curriculum {
  margin: 20px 0;
}

.curriculum h2 {
  color: #008da3;
  font-size: 18px;
  font-weight: 700;
}

.course-description {
  margin-top: 0;
}

.course-description .module {
  color: #008da3;
  font-size: 18px;
  font-weight: 700;
}

.course-description .description {
  color: #444;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 375px) {
  .course-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-details {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .course-meta {
    flex-wrap: wrap;
    gap: 4px;
  }

  .meta-label, .meta-value {
    line-height: 20px;
    font-size: 14px !important;
  }

  .arep-non-ce-single-subtitle {
    display: none;
  }

  .course-description {
    margin-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .course-header {
    flex-direction: column;
  }

  .course-details {
    width: 100%;
    margin-left: 0;
  }

  .course-meta {
    flex-wrap: wrap;
  }

  .arep-non-ce-single-subtitle {
    display: none;
  }

  .course-description {
    margin-top: 40px !important;
  }
}

@media (max-width: 768px) {
  .course-header {
    flex-direction: column;
  }

  .course-details {
    width: 100%;
    margin-left: 0;
  }

  .course-meta {
    flex-wrap: wrap;
  }

  .arep-non-ce-single-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .course-details {
    width: 70%;
  }

  .course-meta {
    flex-wrap: wrap;
  }
}

@media (max-width: 1240px) {
  .arep-non-ce-single-title {
    max-width: 90%;
  }
}

.btn {
  color: #fff;
  cursor: pointer;
  background: #8bc400;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.btn:hover, .btn:focus {
  color: #fff;
  background: #bcdd5a;
}

.btn-blue {
  color: #fff;
  cursor: pointer;
  background: #009fdf;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background: #99c5d6;
}

/* [project]/apps/arep/app/components/socialsharing/socialsharing.scss.css [app-client] (css) */
.wpex-social-share.style-minimal ul {
  margin-top: 20px;
  list-style: none;
}

.wpex-social-share.style-minimal li {
  display: inline-block;
}

@media (max-width: 768px) {
  .wpex-social-share.style-minimal li {
    display: block;
  }
}

.wpex-social-share.style-minimal li a {
  color: #999;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: .385em .769em;
  font-family: Red Hat Text, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  transition: all .15s;
  display: block;
}

.wpex-social-share.style-minimal li a:hover {
  background: #f7f7f7;
  text-decoration: none;
}

@media (max-width: 768px) {
  .wpex-social-share.style-minimal li a {
    display: inline-block;
  }
}

.wpex-social-share.position-horizontal {
  margin: 0 auto 40px;
}

.wpex-social-share.position-horizontal li:nth-child(2) {
  padding: 0 23px;
}

@media (max-width: 768px) {
  .wpex-social-share.position-horizontal li:nth-child(2) {
    padding: 20px 0;
  }
}

.wpex-social-share .fa-brands {
  margin-right: .538em;
  font-size: 18px;
}

.wpex-social-share .wpex-twitter a:hover {
  color: #00aced;
}

.wpex-social-share .wpex-facebook a:hover {
  color: #3b5998;
}

.wpex-social-share .wpex-linkedin a:hover {
  color: #4875b4;
}

/* [project]/apps/arep/app/components/button/button.module.scss.module.css [app-client] (css) */
.button-module-scss-module__rpEHHa__button {
  cursor: pointer;
  background-color: inherit;
  color: var(--btn-color, inherit);
  border-radius: inherit;
  height: inherit;
  width: inherit;
  border: none;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}

.button-module-scss-module__rpEHHa__primary {
  color: #fff !important;
  background: #8bc400 !important;
}

.button-module-scss-module__rpEHHa__primary:hover, .button-module-scss-module__rpEHHa__primary:focus {
  color: #fff !important;
  background: #bcdd5a !important;
}

.button-module-scss-module__rpEHHa__secondary {
  color: #fff !important;
  background: #009fdf !important;
}

.button-module-scss-module__rpEHHa__secondary:hover, .button-module-scss-module__rpEHHa__secondary:focus {
  color: #fff !important;
  background: #99c5d6 !important;
}

/* [project]/apps/arep/app/components/modal/modal.scss.css [app-client] (css) */
.modal-overlay {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: calc(100% - 10px);
  display: flex;
  position: fixed;
  top: 32px;
  left: 0;
}

.modal-container {
  background: #fff;
  border-radius: 6px;
  min-width: 600px;
  height: 163px;
  padding: 0;
  animation: .25s ease-out fadeIn;
  overflow: hidden;
  box-shadow: 0 5px 15px #0009;
}

@media (max-width: 375px) {
  .modal-container {
    min-width: 90vw;
    height: auto;
  }
}

@media (max-width: 480px) {
  .modal-container {
    min-width: 90vw;
    height: auto;
  }
}

@media (max-width: 768px) {
  .modal-container {
    min-width: 90vw;
    height: auto;
  }
}

.modal-header {
  width: inherit;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  padding: 15px;
  display: flex;
}

.modal-header span {
  color: #545860;
  width: 118px;
  height: 20px;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 480px) {
  .modal-header {
    min-width: 90vw;
    height: auto;
  }
}

.modal-close {
  cursor: pointer;
  color: #b6b6b6;
  background: none;
  border: none;
  width: 12.6px;
  height: 21px;
  font-size: 22px;
}

.modal-close:hover {
  color: #000;
}

.modal-body {
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  display: flex;
}

@media (max-width: 480px) {
  .modal-body {
    min-width: 90vw;
    height: auto;
  }
}

.modal-dropdown {
  color: #545860;
  border: 1px solid #eee;
  outline: none;
  width: 350px;
  height: 23px;
  font-family: Red Hat Text, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.modal-dropdown:focus {
  border-color: #eee;
  outline: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* [project]/apps/arep/app/components/articles/articles.scss.css [app-client] (css) */
.article-scope {
  color: #333;
  background-color: #f7f8f9;
  min-height: 100vh;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
}

.article-scope .breadcrumbs {
  color: #999;
  background: none;
  padding: 15px 40px;
  font-size: 13px;
}

.article-scope .articles-header-bar {
  color: #fff;
  background-color: #333;
  border-radius: 0;
  padding: 15px 40px;
}

.article-scope .articles-header-bar h2 {
  letter-spacing: .5px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.article-scope .lang-selector-container .lang-header {
  color: #333;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  display: flex;
}

.article-scope .lang-selector-container .lang-header .button-group {
  gap: 8px;
  display: flex;
}

.article-scope .lang-selector-container .lang-header .pill {
  color: #fff;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 90px;
  padding: 6px 14px;
  font-size: 13px;
  transition: all .2s;
}

.article-scope .lang-selector-container .lang-header .pill:hover {
  opacity: .8;
}

.article-scope .lang-selector-container .lang-header .pill.active {
  color: #fff;
  background-color: currentColor;
  border-color: currentColor;
}

.article-scope .nodata {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 40px !important;
}

.article-scope .content-container {
  max-width: auto;
  margin: 0 auto;
  padding: 25px 0 40px;
}

.article-scope .article-box {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 8px #00000014;
  justify-content: space-between !important;
}

.article-scope .article-box .left-content {
  flex: 0 60%;
  gap: 20px;
  min-width: 0;
  display: flex;
}

.article-scope .article-box .left-content .book-cover {
  flex-shrink: 0;
}

.article-scope .article-box .left-content .book-cover img {
  width: 150px;
  height: auto;
  display: block;
}

.article-scope .article-box .left-content .text-area {
  flex: 1;
}

.article-scope .article-box .left-content .text-area h3 {
  color: #545860;
  margin: 0 0 12px;
  font-family: Red Hat Text, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.article-scope .article-box .left-content .text-area .description {
  color: #555;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.article-scope .article-box .left-content .text-area .download-link {
  color: #006dae;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.article-scope .article-box .left-content .text-area .download-link .dot {
  color: #006dae;
  margin-right: 6px;
  font-size: 16px;
}

.article-scope .article-box .left-content .text-area .download-link:hover {
  text-decoration: underline;
}

.article-scope .article-box .right-links {
  flex: 0 38%;
  margin-left: auto;
  padding-left: 20px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  font-size: 16px !important;
}

.article-scope .article-box .right-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-scope .article-box .right-links ul li {
  margin-bottom: 8px;
}

.article-scope .article-box .right-links ul li a {
  color: #008da3;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.article-scope .article-box .right-links ul li a .doc-icon-wrapper {
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 10px;
}

.article-scope .article-box .right-links ul li a .doc-icon {
  background-color: #b9d7ea;
  border-radius: 1px;
  width: 14px;
  height: 16px;
  position: relative;
}

.article-scope .article-box .right-links ul li a .doc-icon:after {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.article-scope .disclaimer-overlay {
  background-color: #f7f8f9;
  justify-content: center;
  padding: 40px 20px 60px;
  display: flex;
}

.article-scope .disclaimer-overlay .disclaimer-card {
  background: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 900px;
  padding: 40px;
  box-shadow: 0 2px 8px #00000014;
}

.article-scope .disclaimer-overlay .disclaimer-card h1 {
  color: #333;
  border-bottom: none;
  margin: 0 0 20px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 300;
}

.article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body p {
  color: #666;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body ul {
  margin: 15px 0 20px;
  padding: 0;
  list-style: none;
}

.article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body ul li {
  color: #666;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body ul li:before {
  content: "•";
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body .footer-text {
  color: #666;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.article-scope .disclaimer-overlay .disclaimer-card .btn-row {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.article-scope .disclaimer-overlay .disclaimer-card .btn-row button {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .2s;
}

.article-scope .disclaimer-overlay .disclaimer-card .btn-row button.btn-back, .article-scope .disclaimer-overlay .disclaimer-card .btn-row button.btn-accept {
  color: #fff;
  background: #8cc400;
}

.article-scope .disclaimer-overlay .disclaimer-card .btn-row button:hover {
  opacity: .9;
}

@media (max-width: 1024px) {
  .article-scope .article-box .left-content {
    gap: 15px;
  }

  .article-scope .article-box .left-content .book-cover img {
    width: 90px;
  }

  .article-scope .article-box .right-links {
    margin-left: 15px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .article-scope .breadcrumbs, .article-scope .articles-header-bar {
    padding: 12px 20px;
  }

  .article-scope .articles-header-bar h2 {
    font-size: 24px;
  }

  .article-scope .lang-selector-container {
    padding: 15px 20px;
  }

  .article-scope .lang-selector-container .lang-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .article-scope .content-container {
    padding: 20px;
  }

  .article-scope .article-box {
    flex-direction: column;
    padding: 20px;
  }

  .article-scope .article-box .left-content {
    flex-direction: column;
    gap: 15px;
  }

  .article-scope .article-box .left-content .book-cover img {
    width: 100px;
  }

  .article-scope .article-box .right-links {
    border-left: none;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .article-scope .disclaimer-overlay {
    padding: 20px 15px 40px;
  }

  .article-scope .disclaimer-overlay .disclaimer-card {
    padding: 25px;
  }

  .article-scope .disclaimer-overlay .disclaimer-card h1 {
    font-size: 24px;
  }

  .article-scope .disclaimer-overlay .disclaimer-card .btn-row {
    flex-direction: column;
  }

  .article-scope .disclaimer-overlay .disclaimer-card .btn-row button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .article-scope .articles-header-bar h2 {
    font-size: 20px;
  }

  .article-scope .article-box {
    padding: 15px;
  }

  .article-scope .article-box .left-content .text-area h3 {
    font-size: 18px;
  }

  .article-scope .article-box .left-content .text-area .description, .article-scope .article-box .right-links ul li a {
    font-size: 13px;
  }

  .article-scope .disclaimer-overlay .disclaimer-card {
    padding: 20px;
  }

  .article-scope .disclaimer-overlay .disclaimer-card h1 {
    font-size: 22px;
  }

  .article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body p, .article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body ul li, .article-scope .disclaimer-overlay .disclaimer-card .disclaimer-body .footer-text {
    font-size: 13px;
  }
}

/* [project]/apps/arep/app/components/article/allarticles.scss.css [app-client] (css) */
.content-area {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  padding: 20px 40px !important;
}

.content-area .home-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 0 6px #e6e6e6;
}

.content-area .article-header {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .content-area .article-header {
    margin-left: -20px;
    padding-right: 10px;
  }
}

.content-area .pom-small {
  background-image: url("https://advancedrenaleducation.com/wparep/emea/wp-content/uploads/sites/12/2020/04/print_article2.jpg");
  background-repeat: no-repeat;
  width: 62px;
  height: 20px;
}

@media (max-width: 768px) {
  .content-area .pom-small {
    background-size: 50px 16px;
    width: 55px;
    height: 18px;
    margin-left: 0;
  }
}

.content-area .printomatic, .content-area .printomatic:hover {
  cursor: pointer;
}

.content-area .single-post-content {
  padding: 20px 40px !important;
}

.content-area .single-post-content .article-header h2 {
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: Red Hat Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.content-area .single-post-content li {
  margin: 10px;
  padding-left: 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.content-area .post-pagination-wrap {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding: 1.538em 0;
}

.content-area .post-pagination a {
  color: #008da3c4;
  font-weight: 100;
  text-decoration: none;
}

.content-area .post-pagination a:hover, .content-area .post-pagination .post-next a:hover, .content-area .post-pagination .post-prev a:hover {
  text-decoration: underline;
}

.content-area .post-pagination .post-next a, .content-area .post-pagination .post-prev a {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
}

.content-area .post-pagination, .content-area .post-pagination.container {
  list-style: none;
  max-width: none !important;
}

.content-area .post-pagination ul {
  margin: 0;
  padding-right: 10px;
  list-style: none;
}

.content-area .post-pagination .post-prev {
  float: left;
  width: auto;
}

.content-area .post-pagination .post-prev .left-arrow {
  margin-right: 5px;
  font-size: 12px;
  margin-left: 10px !important;
}

.content-area .post-pagination .post-next {
  float: right;
  text-align: right;
  width: auto;
}

.content-area .post-pagination .post-next .right-arrow {
  margin-left: 5px;
  font-size: 12px;
  margin-right: 20px !important;
}

@media print {
  body * {
    visibility: hidden;
  }

  .single-post-content, .single-post-content * {
    visibility: visible;
  }

  .single-post-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .printomatic {
    display: none;
  }
}

/* [project]/apps/arep/app/components/article/articlecontent.scss.css [app-client] (css) */
.arep-ati {
  flex-direction: row;
  align-items: center;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  display: flex;
}

.arep-ati__heading {
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.arep-ati__paragraph {
  line-height: 1.4;
  width: 100% !important;
}

@media (max-width: 768px) {
  .arep-ati__paragraph {
    width: 100%;
  }
}

.arep-ati__paragraph p {
  margin-bottom: 20px;
}

.arep-ati__imgac {
  margin: 0 auto 10px;
  display: block;
}

.arep-ati__imgal {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 20px 10px 0;
  display: block;
}

.arep-ati__imgar {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 10px 20px;
  display: block;
}

.arep-ati__image {
  display: block;
  position: relative;
  overflow: auto;
}

.arep-ati__image.arep-ati__imgal img {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 20px 10px 0;
  display: block;
}

.arep-ati__image.arep-ati__imgar img {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 10px 20px;
  display: block;
}

.arep-ati__image.arep-ati__imgac img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px;
  display: block;
}

.arep-ati__topITT {
  box-sizing: border-box;
  text-align: center;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.arep-ati__image.arep-ati__imgal .arep-ati__topITT {
  text-align: left;
  width: 100%;
  left: 0;
  right: auto;
}

.arep-ati__image.arep-ati__imgar .arep-ati__topITT {
  text-align: right;
  width: 100%;
  left: auto;
  right: 0;
}

.arep-ati__image.arep-ati__imgac .arep-ati__topITT {
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.arep-ati__bottomITT {
  box-sizing: border-box;
  text-align: center;
  background: none;
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: static;
}

.arep-ati__image.arep-ati__imgal .arep-ati__bottomITT {
  text-align: left;
  clear: left;
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  display: block;
}

.arep-ati__image.arep-ati__imgar .arep-ati__bottomITT {
  text-align: right;
  clear: right;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0%;
  display: block;
}

.arep-ati__image.arep-ati__imgac .arep-ati__bottomITT {
  text-align: center;
}

@media (max-width: 768px) {
  .arep-ati .arep-ati__image .arep-ati__bottomITT, .arep-ati .arep-ati__image .arep-ati__topITT {
    text-align: center;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: static;
    transform: none;
  }
}

.arep-ati__table {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.arep-ati__table h6 {
  text-align: left;
  margin: 0 0 8px;
  font-size: .9rem;
  font-weight: 600;
}

.arep-ati__table table {
  border-collapse: collapse;
  width: 100%;
}

.arep-ati__table table td {
  vertical-align: top;
  padding: 8px 10px;
}

.arep-ati__table table tr {
  border-bottom: 1px solid #e6e6e6;
}

.arep-ati__table table tr:first-child {
  border-top: 1px solid #e6e6e6;
}

.arep-ati__table table tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.arep-ati__reference {
  color: #666;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 12px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.arep-ati__reference h4 {
  color: #333;
  text-align: left;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400 !important;
}

.arep-ati__reference ol li {
  color: #333;
  padding-left: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 0;
  line-height: 1.4;
  list-style: decimal;
  margin: 0 0 0 30px !important;
}

.arep-ati__tablecontent {
  margin-top: 20px;
}

.arep-ati__tablecontent h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.arep-ati__tablecontent p {
  color: #666;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.arep-ati__tablecontent ul li {
  color: #666;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  list-style: none;
}

.arep-ati__tablecontent .arep-ati__subitem, .arep-ati__tablecontent .arep-ati__childitem {
  color: #666;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.arep-ati__authorimage {
  text-align: left;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.arep-ati__authorimage img {
  object-fit: cover;
  border-radius: 2px;
  flex: 0 0 140px;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 180px;
  display: block;
}

.arep-ati__authorimage .arep-ati__authorinfo {
  text-align: justify;
  flex: auto;
}

.arep-ati__authorimage .arep-ati__authorinfo h3, .arep-ati__authorimage .arep-ati__authorinfo p {
  margin: 0 0 8px;
}

.arep-ati__authorimage .arep-ati__authorinfo h3 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}

.arep-ati__authorimage .arep-ati__authorinfo p {
  color: #666;
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .arep-ati__authorimage {
    flex-direction: column;
    align-items: center;
  }

  .arep-ati__authorimage img {
    flex: none;
    max-height: 160px;
  }

  .arep-ati__authorimage .arep-ati__authorinfo {
    text-align: center;
  }
}

/* [project]/apps/arep/app/components/cme/cmecard.scss.css [app-client] (css) */
.arep-cme__wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px #e6e6e6;
}

@media (max-width: 768px) {
  .arep-cme__wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .arep-cme__wrapper {
    display: block;
  }
}

.arep-cme__image-col {
  flex: 1;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.arep-cme__image {
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.arep-cme__content-col {
  flex: 3;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.arep-cme__heading {
  color: #545860;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.arep-cme__subtitle {
  color: #ff691b;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.arep-cme__title {
  color: #008da3;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.arep-cme__text {
  color: #545860;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.arep-cme__text span {
  color: #008da3;
  font-weight: bold;
}

.arep-cme__btn-group {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.arep-cme__btn {
  color: #fff;
  cursor: pointer;
  background: #8bc400;
  border: 0;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.arep-cme__btn:hover, .arep-cme__btn:focus {
  color: #fff;
  background: #bcdd5a;
}

.arep-cme__btn-blue {
  color: #fff;
  cursor: pointer;
  background: #009fdf;
  border: 0;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.arep-cme__btn-blue:hover, .arep-cme__btn-blue:focus {
  color: #fff;
  background: #99c5d6;
}

/* [project]/apps/arep/app/components/searchbar/searchbar.module.scss.module.css [app-client] (css) */
.searchbar-module-scss-module__jMsz1q__searchBar {
  border: 1px solid #d8d4d7;
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin: 12px auto;
  display: flex;
}

@media (max-width: 852px) {
  .searchbar-module-scss-module__jMsz1q__searchBar {
    border: none;
    flex-direction: column;
    flex: auto;
  }
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__inputWrapper {
  border-radius: 3px;
  flex-direction: row;
  align-items: center;
  width: 95%;
  transition: border .2s;
  display: flex;
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__inputWrapper:focus-within {
  border: 1.5px solid #1f1827;
  outline: auto;
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__inputWrapper .searchbar-module-scss-module__jMsz1q__icon {
  fill: #666;
  pointer-events: none;
  width: 18px;
  height: 18px;
  margin: 15px;
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__inputWrapper .searchbar-module-scss-module__jMsz1q__input {
  background-color: #fff;
  border: none;
  outline: none;
  width: 100%;
  height: 63px;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 852px) {
  .searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__inputWrapper .searchbar-module-scss-module__jMsz1q__input {
    height: 50px;
  }

  .searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__inputWrapper {
    border-bottom: 1px solid #d8d4d7;
    flex-direction: row-reverse;
    width: 100%;
  }
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__btnWrapper {
  width: 20%;
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__btnWrapper .searchbar-module-scss-module__jMsz1q__button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #008da3;
  border: none;
  border-radius: 4px;
  margin-left: 5px;
  padding: 15px 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s;
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__btnWrapper .searchbar-module-scss-module__jMsz1q__button:hover {
  background-color: #008da3cc;
}

.searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__btnWrapper .searchbar-module-scss-module__jMsz1q__button:focus {
  outline: 2px solid #1f1827;
}

@media (max-width: 852px) {
  .searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__btnWrapper .searchbar-module-scss-module__jMsz1q__button {
    width: 100%;
    margin-left: 0;
  }

  .searchbar-module-scss-module__jMsz1q__searchBar .searchbar-module-scss-module__jMsz1q__btnWrapper {
    width: 100%;
    margin-top: 10px;
  }
}

/* [project]/apps/arep/app/components/pagination/pagination.scss.css [app-client] (css) */
.pagination {
  background: #fff;
  justify-content: left;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.pagination .pagination__list {
  list-style: none !important;
}

.pagination .pagination__pages {
  background: none;
  border: none;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  height: auto;
  list-style: none;
  display: flex;
}

.pagination .pagination__pages:hover {
  cursor: pointer;
}

.pagination .pagination__button {
  cursor: pointer;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 3px;
  font-size: 25px;
  font-weight: 100;
  display: inline-flex;
  color: #333 !important;
  background: none !important;
  border: 1px solid #e1e1e1 !important;
}

.pagination .pagination__button[disabled] {
  opacity: .45;
  cursor: not-allowed;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 25px;
  font-weight: 100;
  border: 1px solid #e1e1e1 !important;
}

.pagination .pagination__button[disabled]:hover {
  cursor: not-allowed;
}

.pagination .pagination__page {
  color: #666;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  font-weight: 100;
}

.pagination .pagination__page.active {
  color: #258dba;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  font-weight: 100;
}

/* [project]/apps/arep/app/assets/stylesheet/eventsDetails.scss.css [app-client] (css) */
.event-container {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  width: 90%;
  max-width: 1440px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0 1px 3px #0000001a;
}

.events-inner-content .view-switcher {
  justify-content: flex-end;
  gap: 2px;
  margin-bottom: 30px;
  display: flex;
}

.events-inner-content .view-switcher button {
  cursor: pointer;
  color: #001a4d;
  background: #fff;
  border: 1px solid #001a4d;
  padding: 6px 10px;
}

.events-inner-content .view-switcher button.active {
  color: #fff;
  background: #001a4d;
}

.events-inner-content .section-title {
  color: #001a4d;
  border-bottom: 1px solid #eee;
  margin: 0 0 30px;
  padding-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}

.events-inner-content .event-display.grid-view {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  display: grid;
}

.events-inner-content .event-display.grid-view .event-card {
  background: #f4f4f4;
  border: 1px solid #dcdcde;
  flex-direction: column;
  height: 370px;
  transition: all .3s;
  display: flex;
}

.events-inner-content .event-display.grid-view .event-card:hover {
  box-shadow: 0 10px 20px #0000000d;
}

.events-inner-content .event-display.grid-view .event-card .content-container {
  order: 1;
}

.events-inner-content .event-display.grid-view .event-card .event-header {
  color: #333;
  padding: 20px 20px 10px;
  font-size: .85rem;
  font-weight: 600;
}

.events-inner-content .event-display.grid-view .event-card .event-footer {
  align-items: flex-start;
  height: 100px;
  padding: 0 20px;
  display: flex;
}

.events-inner-content .event-display.grid-view .event-card .event-footer .event-title {
  color: #001a4d;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.events-inner-content .event-display.grid-view .event-card .event-footer .event-title.apply-ellipsis {
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.events-inner-content .event-display.grid-view .event-card .image-wrapper {
  background: #fff;
  border-top: 1px solid #eee;
  flex: 1;
  order: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.events-inner-content .event-display.grid-view .event-card .image-wrapper .event-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
}

.events-inner-content .event-display.list-view {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.events-inner-content .event-display.list-view .event-card {
  background: #f4f4f4;
  border: 1px solid #dcdcde;
  flex-direction: row;
  height: 220px;
  display: flex;
  overflow: hidden;
}

.events-inner-content .event-display.list-view .event-card .image-wrapper {
  background: #fff;
  border-right: 1px solid #eee;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100%;
  display: flex;
}

.events-inner-content .event-display.list-view .event-card .image-wrapper .event-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.events-inner-content .event-display.list-view .event-card .content-container {
  flex-direction: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.events-inner-content .event-display.list-view .event-card .content-container .event-header {
  color: #555;
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 600;
}

.events-inner-content .event-display.list-view .event-card .content-container .event-footer .event-title {
  color: #001a4d;
  font-size: 1.4rem;
  font-weight: 700;
}

.events-inner-content .custom-pagination-wrapper {
  justify-content: center;
  margin: 50px 0;
  display: flex;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination {
  align-items: center;
  gap: 5px;
  display: flex;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination__pages {
  align-items: center;
  gap: 0;
  display: flex;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination__page {
  cursor: pointer;
  color: #001a4d;
  background: #f0f0f0;
  border: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination__page.active {
  background: #fff;
  border-bottom: 4px solid #001a4d;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination__button, .events-inner-content .custom-pagination-wrapper .cal-pagination__next {
  color: #001a4d;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination__button i, .events-inner-content .custom-pagination-wrapper .cal-pagination__next i {
  pointer-events: none;
}

.events-inner-content .custom-pagination-wrapper .cal-pagination__button:disabled, .events-inner-content .custom-pagination-wrapper .cal-pagination__next:disabled {
  color: #ccc;
  cursor: not-allowed;
}

@media (max-width: 1400px) {
  .events-inner-content .event-display.grid-view {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .events-inner-content .event-display.grid-view {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-inner-content .event-display.list-view .event-card .image-wrapper {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .events-inner-content .event-display.list-view .event-card {
    flex-direction: column;
    height: auto;
  }

  .events-inner-content .event-display.list-view .event-card .image-wrapper {
    width: 100%;
    height: 200px;
  }
}

/* [project]/apps/arep/app/components/events/eventDetails.module.scss.module.css [app-client] (css) */
.eventDetails-module-scss-module__UTB3Fa__eventDetailsView {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__addToCalendarWrapper {
  padding: 25px 0;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventStatus p {
  margin-bottom: 7px;
  margin-left: 7px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventStatus {
  border: 1px solid #fff;
  border-bottom: .7px solid #e4e4e4;
  margin-top: 30px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 40px 0 0;
  padding: 30px;
  display: flex;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__vSpacingImgDiv {
  width: 100%;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__vSpacingImgDiv img {
  width: 100%;
  height: auto;
  display: block;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__eventMainContent .eventDetails-module-scss-module__UTB3Fa__vSpacing {
  color: #333;
  margin-bottom: 15px;
  font-size: 16px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__eventMainContent .eventDetails-module-scss-module__UTB3Fa__vSpacing strong {
  font-weight: 700;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__eventMainContent .eventDetails-module-scss-module__UTB3Fa__descriptionFont {
  color: #666;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__eventMainContent .eventDetails-module-scss-module__UTB3Fa__agendaLink {
  color: #00f;
  font-weight: 500;
  text-decoration: underline;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__eventMainContent .eventDetails-module-scss-module__UTB3Fa__speakerDiv p {
  font-family: Red Hat Text;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__eventInfoCard .eventDetails-module-scss-module__UTB3Fa__eventMainContent .eventDetails-module-scss-module__UTB3Fa__speakerDiv p span {
  color: gray;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard {
  border: 1px solid #e0e0e0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 30px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__headingDivName {
  margin-bottom: 20px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__headingDivName h2 {
  letter-spacing: 1px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__headingDivName hr {
  width: 200px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__detailsList {
  display: block;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__detailsList dt {
  color: #333;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__detailsList dd {
  color: #141827;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__detailsList dd .eventDetails-module-scss-module__UTB3Fa__filterLink {
  color: #000;
  text-decoration: none;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__detailsCard .eventDetails-module-scss-module__UTB3Fa__detailsList dd .eventDetails-module-scss-module__UTB3Fa__filterLink:hover {
  color: #000c;
  text-decoration: underline;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__postPaginationWrap {
  border-top: 1px solid #eee;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.eventDetails-module-scss-module__UTB3Fa__eventDetailsView .eventDetails-module-scss-module__UTB3Fa__postPaginationWrap a {
  color: #888;
}

/* [project]/apps/arep/app/components/AddToCalendarDropdown/addToCalendar.scss.css [app-client] (css) */
.dropdown_main_div {
  border: .7px solid #008da3;
  border-radius: 4px;
  transition: background .25s, border-color .25s;
  display: inline-block;
  position: relative;
}

.dropdown_main_div .dropdown_wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 12px;
  line-height: 23px;
  display: flex;
}

.dropdown_main_div .dropdown_wrapper button {
  color: #008da3;
  border: none;
  transition: color .25s;
}

.dropdown_main_div .dropdown_name {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: color .25s;
}

.dropdown_main_div:hover {
  background: #008da3;
}

.dropdown_main_div:hover .dropdown_name, .dropdown_main_div:hover .dropdown_wrapper button {
  color: #fff;
}

.dropdown_main_div:hover .svg_size, .dropdown_main_div:hover .drop_icon {
  color: #fff;
  transition: color .25s;
}

.dropdown_main_div:hover .svg_size path, .dropdown_main_div:hover .drop_icon path {
  fill: #fff;
  transition: fill .25s;
}

.dropdown_main_div .dropdown_content {
  border: "1px solid #ccc";
  z-index: 10;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-top: 6px;
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown_main_div .dropdown_content .dropdown_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown_main_div .dropdown_content .dropdown_list li {
  width: 87.5vw;
  margin-bottom: 8px;
  padding: 3px;
}

.dropdown_main_div .dropdown_content .dropdown_list li:hover {
  background-color: #f7f6f6;
}

.dropdown_main_div .dropdown_content .dropdown_list .dropdown_link {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.dropdown_main_div .dropdown_content .dropdown_list .dropdown_link:visited {
  color: #333;
}

.dropdown_main_div .dropdown_content .dropdown_list .dropdown_link:focus {
  background-color: #f7f6f6;
}

.svg_size {
  color: #008da3;
  width: 21px;
  height: 16px;
  margin: -3px 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.68px;
}

.svg_size path {
  fill: #008da3;
}

.drop_icon {
  vertical-align: middle;
  color: #008da3;
  width: 10px;
  height: 6px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.68px;
}

.drop_icon path {
  fill: #008da3;
}

/* [project]/apps/arep/app/components/events/liveEventsPage.scss.css [app-client] (css) */
.subscribe_to_cal_wrapper {
  justify-content: end;
  margin: 20px 0;
  display: flex;
}

/* [project]/apps/arep/app/components/tools/singletool.scss.css [app-client] (css) */
.arep__img-desc-col {
  width: 100%;
  padding: 0 15px 40px;
  display: inline-grid;
}

@media (min-width: 768px) {
  .arep__img-desc-col {
    width: 33.3333%;
  }
}

.arep__img-desc-col .mtb-20 {
  margin: 20px 0;
}

.arep__img-desc-col .arep__img {
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

.arep__img-desc-col .arep__textDesc .arep__titleLink {
  cursor: pointer;
  margin-bottom: 20px;
}

.arep__img-desc-col .arep__textDesc .arep__titleLink a {
  color: #008da3;
  font-family: Red Hat Text, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.arep__img-desc-col .arep__textDesc .arep__titleLink a:hover {
  text-decoration: underline;
}

.arep__img-desc-col .arep__textDesc p {
  color: #545860;
  word-break: break-word;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.arep__img-desc-col p {
  margin-bottom: 0;
}

.arep__img-desc-col .word-break {
  word-break: break-word;
}

/* [project]/apps/arep/app/components/uparrowscroll/uparrowscroll.scss.css [app-client] (css) */
html, body {
  scroll-behavior: smooth;
}

.scroll-to-top {
  color: #fff;
  cursor: pointer;
  z-index: 999;
  background-color: #8bc400;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.scroll-to-top:hover {
  background-color: #77a701;
}

/* [project]/apps/arep/app/components/tools/tools.scss.css [app-client] (css) */
.arep__breadcrumb {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
}

.arep__breadcrumb nav {
  width: 100%;
  max-width: 100%;
}

.arep__tools-card {
  padding: 30px 50px 50px;
}

.arep__tools-card .arep__tools-heading h2 {
  text-align: left;
  color: #000;
  padding: 0 0 20px 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.arep__tools-card .arep__img-desc-row {
  width: 100%;
  display: inline-block;
}

/* [project]/apps/arep/app/components/Ondemand/onDemandPage/ondemand.scss.css [app-client] (css) */
.arep-ondemand__wrapper {
  margin: 25px 0;
  display: flex;
}

@media (max-width: 768px) {
  .arep-ondemand__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .arep-ondemand__wrapper {
    flex-direction: column;
    padding: 10px 0;
  }
}

.arep-ondemand__description {
  margin: 0 10px 10px;
  padding: 15px 15px 50px;
}

.arep-ondemand__inner {
  max-height: fit-content;
  color: inherit;
  text-decoration: none;
  border: 1px solid #e5e5e5 !important;
}

.arep-ondemand__title {
  color: #000;
  margin: 20px 0;
  font-family: Red Hat Text, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.arep-ondemand__title:hover {
  color: #008da3;
}

.arep-ondemand__descri {
  color: #545860;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
}

.arep-ondemand__filter-links {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
}

.arep-ondemand__filter-links li {
  width: auto;
  margin: 0;
}

.arep-ondemand__filter-links li.active .arep-ondemand__filter-button {
  color: #fff;
  background: #679212;
}

@media (max-width: 480px) {
  .arep-ondemand__filter-links li {
    width: 100%;
  }
}

.arep-ondemand__filter-button {
  color: #fff;
  cursor: pointer;
  background: #87bf17;
  border: 1px solid #00000026;
  border-radius: 3px;
  flex: auto;
  padding: .538em 1.077em;
  font-size: .923em;
  font-weight: 500;
  transition: all .15s;
}

.arep-ondemand__filter-button:hover {
  background: #6aa812;
}

@media (max-width: 480px) {
  .arep-ondemand__filter-button {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.arep-ondemand__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 20px;
  display: grid;
}

@media (max-width: 480px) {
  .arep-ondemand__content {
    grid-template-columns: 1fr;
  }
}

/* [project]/apps/arep/app/components/Ondemand/onDemandDetailsPage/ondemandDetails.scss.css [app-client] (css) */
.arep-sOndemand__wrapper-img, .arep-sOndemand__wrapper-iframe {
  background: #fff;
  border-radius: 2px;
  margin: 20px 0;
  display: flex;
}

@media (max-width: 768px) {
  .arep-sOndemand__wrapper-img, .arep-sOndemand__wrapper-iframe {
    display: block;
  }

  .arep-sOndemand__wrapper-img iframe, .arep-sOndemand__wrapper-iframe iframe {
    height: auto;
  }
}

@media (max-width: 480px) {
  .arep-sOndemand__wrapper-img, .arep-sOndemand__wrapper-iframe {
    display: block;
  }

  .arep-sOndemand__wrapper-img iframe, .arep-sOndemand__wrapper-iframe iframe {
    height: auto;
  }
}

.arep-sOndemand__wrapper-iframe {
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  box-shadow: 0 0 6px #e6e6e6;
}

.arep-sOndemand__inner-iframe {
  width: 100%;
  padding: 50px;
  position: relative;
}

.arep-sOndemand__inner-iframe iframe {
  border: 0;
}

.arep-sOndemand__inner-img {
  position: relative;
}

.arep-sOndemand__inner-img img {
  margin: auto auto 50px;
  display: block;
}

.arep-sOndemand__title-iframe, .arep-sOndemand__title-img {
  max-width: 100%;
  margin: 20px 0;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  display: block;
}

.arep-sOndemand__title-iframe {
  color: #000;
  padding: 0 50px;
  font-size: 30px;
}

.arep-sOndemand__title-img {
  color: #545860;
  font-size: 24px;
}

.arep-sOndemand__description-iframe, .arep-sOndemand__description-img {
  color: #444;
  font-family: Red Hat Text, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.arep-sOndemand__description-iframe p, .arep-sOndemand__description-img p {
  margin-bottom: 20px;
}

.arep-sOndemand__description-iframe {
  padding: 20px 50px;
}

.arep-sOndemand__desc {
  margin: 0 0 20px;
}

.arep-sOndemand__vimeoLink {
  margin-top: 30px;
  font-size: 15px;
}

.post-pagination-wrap {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding: 1.5em 0;
}

.post-pagination {
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.post-pagination li {
  flex: 1;
}

.post-pagination a {
  color: #008da3c4;
  align-items: center;
  gap: 6px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.post-pagination a:hover {
  text-decoration: underline;
}

.post-pagination .post-prev {
  text-align: left;
  margin: 0;
}

.post-pagination .post-prev i {
  margin: 0 !important;
}

.post-pagination .post-next {
  text-align: right;
  margin: 0;
}

.post-pagination .post-next i {
  margin: 0 !important;
}

/* [project]/apps/arep/app/components/advancedSearch/advancedsearch.scss.css [app-client] (css) */
.advanced-search__wrapper {
  background: #fff;
  justify-items: center;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  display: grid;
}

@media (max-width: 768px) {
  .advanced-search__wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .advanced-search__wrapper {
    display: block;
  }
}

.advanced-search__result {
  color: #666;
  max-width: 90%;
  font-size: 18px;
  display: block;
}

.advanced-search__searchparms {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.advanced-search__results-header {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 90%;
  margin-bottom: 2px;
  display: flex;
}

.advanced-search__searchresults {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  flex-direction: column;
  gap: 16px;
  width: 90%;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px #e6e6e6;
}

.advanced-search__searchresults > * {
  align-self: stretch;
  width: 100%;
}

.advanced-search__searchresults > p {
  box-sizing: border-box;
  text-align: center;
  color: #666;
  background: none;
  margin: 0;
  padding: 16px 12px;
  display: block;
  width: 100% !important;
}

@media (max-width: 768px) {
  .advanced-search__searchresults {
    display: block;
  }
}

@media (max-width: 480px) {
  .advanced-search__searchresults {
    display: block;
  }
}

.advanced-search__select {
  background: none;
  margin-top: 10px;
  display: flex;
  width: 100% !important;
  max-width: 90% !important;
}

@media (max-width: 768px) {
  .advanced-search__select {
    display: block;
  }
}

@media (max-width: 480px) {
  .advanced-search__select {
    display: block;
  }
}

.advanced-search__selectdate {
  border: 1px solid #e5e5e5;
  text-align: center !important;
  color: #666 !important;
  height: 40px !important;
  margin-top: 5px !important;
  padding: .4em .6em !important;
  font-size: 100% !important;
}

.advanced-search__selectdate:focus {
  box-shadow: none !important;
  border: 1px solid #d1d5db !important;
  outline: none !important;
}

.advanced-search__selecttypes {
  border: 1px solid #e5e5e5;
  text-align: center !important;
  color: #666 !important;
  height: 40px !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
  padding: .4em .6em !important;
  font-size: 100% !important;
}

.advanced-search__selecttypes:focus {
  box-shadow: none !important;
  border: 1px solid #d1d5db !important;
  outline: none !important;
}

.advanced-search__buttonapply {
  color: #fff;
  background-color: #8bc400;
  border: none;
  border-radius: 2px;
  height: 40px;
  margin-left: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 5px !important;
}

.advanced-search__buttonapply:hover {
  background-color: #bcdd5a;
}

.advanced-search__norecords {
  color: #666;
  justify-content: center;
  height: 20%;
  margin: 20px 0 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  width: 100% !important;
  max-width: 100% !important;
}

/* [project]/apps/arep/app/components/advancedSearch/advancedsearchcard.scss.css [app-client] (css) */
.advanced-search-card__wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin-top: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px #e6e6e6;
}

@media (max-width: 768px) {
  .advanced-search-card__wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .advanced-search-card__wrapper {
    display: block;
  }
}

.advanced-search-card__image-col {
  flex: 1;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.advanced-search-card__image {
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.advanced-search-card__content-col {
  flex: 3;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.advanced-search-card__heading {
  color: #545860;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.advanced-search-card__subtitle {
  color: #ff691b;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.advanced-search-card__title {
  color: #008da3;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.advanced-search-card__text {
  color: #545860;
  margin-bottom: 20px;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.advanced-search-card__text span {
  color: #008da3;
  font-weight: bold;
}

.advanced-search-card__btn-group {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.advanced-search-card__btn {
  color: #fff;
  cursor: pointer;
  background: #8bc400;
  border: 0;
  border-radius: 3px;
  padding: 8px 16px;
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.advanced-search-card__btn:hover, .advanced-search-card__btn:focus {
  color: #fff;
  background: #bcdd5a;
}

.advanced-search-card__btn-blue {
  color: #fff;
  cursor: pointer;
  background: #009fdf;
  border: 0;
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  transition: all .15s;
}

.advanced-search-card__btn-blue:hover, .advanced-search-card__btn-blue:focus {
  color: #fff;
  background: #bcdd5a;
}

/* [project]/apps/arep/app/components/support/support.scss.css [app-client] (css) */
.arep-support__wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0 0 6px #e6e6e6;
}

@media (max-width: 768px) {
  .arep-support__wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .arep-support__wrapper {
    display: block;
  }
}

.arep-support__inner {
  margin-bottom: 40px;
}

.arep-support__heading h2 {
  margin: 20px 0;
  padding: 0 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.arep-support__description {
  color: #545860;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
}

.arep-accordion__wrapper {
  border-top: 2px solid #8bc400;
  margin: 0 40px;
}

.arep-accordion__container {
  color: #666;
  background-color: #fafafa;
  padding: 14px 20px;
  transition: background-color .2s;
}

.arep-accordion__container[open] {
  background-color: #fff;
}

.arep-accordion__container:not([open]):hover {
  background-color: #f0f0f0;
}

.arep-accordion__container summary {
  cursor: pointer;
}

.arep-accordion__container p {
  color: #545860;
  padding: 28px 20px 0;
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* [project]/apps/arep/app/components/dynamicform/forms.scss.css [app-client] (css) */
.dynamic-form-scope {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  padding: 20px;
}

.dynamic-form-scope .error-icon-wrap {
  background-color: #fff5f5;
  border-left: 4px solid #ff4d4f;
  border-radius: 4px;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 15px 20px;
  display: flex;
}

.dynamic-form-scope .error-icon-wrap .err-circle {
  color: #fff;
  background-color: #ff4d4f;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  display: inline-flex;
}

.dynamic-form-scope .error-icon-wrap .error-text {
  color: #d32f2f;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.dynamic-form-scope .registration-pw-extras {
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.dynamic-form-scope .registration-pw-extras .strength-meter-btn {
  text-align: center;
  color: #555;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .3s;
  box-shadow: 0 1px 3px #0000001a;
}

.dynamic-form-scope .registration-pw-extras .hint-text {
  color: #777;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.dynamic-form-scope .error-line-input {
  color: #dc3232;
  background-color: #fff5f5;
  border-left: 4px solid #dc3232;
  border-radius: 2px;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 15px;
  font-size: 14px;
  display: flex;
}

.dynamic-form-scope .error-line-input .err-circle, .dynamic-form-scope .error-line-input .err-circle-red {
  color: #fff;
  background-color: #dc3232;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  display: inline-flex;
}

.dynamic-form-scope .pos-rel {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dynamic-form-scope .pos-rel input {
  width: 100%;
  padding-right: 40px;
}

.dynamic-form-scope .pos-rel .eye-ic {
  cursor: pointer;
  color: #999;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.dynamic-form-scope .pos-rel .eye-ic:hover {
  color: #666;
}

.dynamic-form-scope .pos-rel .eye-ic svg {
  display: block;
}

.dynamic-form-scope .border-green {
  border: 1px solid #7e8993;
  border-radius: 4px;
  outline: none;
  padding: 10px;
}

.dynamic-form-scope .border-green:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
}

.dynamic-form-scope .input-error, .dynamic-form-scope .border-red {
  border-color: #dc3232 !important;
  box-shadow: 0 0 0 1px #dc3232 !important;
}

.dynamic-form-scope .success-icon-wrap {
  background-color: #f4f9f4;
  border-left: 4px solid #8cc63f;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.dynamic-form-scope .success-icon-wrap .check-mark {
  color: #8cc63f;
  border: 2px solid #8cc63f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
}

.dynamic-form-scope .success-icon-wrap .success-text {
  color: #333;
  font-size: 16px;
}

.dynamic-form-scope .banner-orange {
  color: #f60;
  text-align: center;
  padding: 9px 8.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.dynamic-form-scope .form-box-card .header-center {
  text-align: center;
  margin-bottom: 25px;
}

.dynamic-form-scope .form-box-card .header-center h1 {
  color: #23282d;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.dynamic-form-scope .form-box-card .header-center p {
  color: #646970;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.dynamic-form-scope .form-box-card .row-group {
  margin-bottom: 20px;
}

.dynamic-form-scope .form-box-card .row-group label {
  color: #23282d;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.dynamic-form-scope .form-box-card .row-group label .star {
  color: #dc3232;
  margin-left: 3px;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap {
  position: relative;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="text"], .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="email"], .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="password"], .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="tel"], .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="number"], .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="date"], .dynamic-form-scope .form-box-card .row-group .input-rel-wrap select, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap textarea {
  color: #545860;
  background-color: #fff;
  border: 1px solid #7e8993;
  border-radius: 4px;
  width: 100%;
  min-height: 38px;
  padding: 0 14px 0 10px;
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="text"]:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="email"]:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="password"]:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="tel"]:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="number"]:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="date"]:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap select:focus, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap textarea:focus {
  border-color: #2271b1;
  outline: 0;
  box-shadow: 0 0 0 1px #2271b1;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="text"]::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="email"]::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="password"]::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="tel"]::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="number"]::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap input[type="date"]::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap select::placeholder, .dynamic-form-scope .form-box-card .row-group .input-rel-wrap textarea::placeholder {
  color: #8c8f94;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2323282d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 35px;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap .checkbox-wrapper {
  align-items: center;
  gap: 8px;
  display: flex;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap .checkbox-wrapper input[type="checkbox"] {
  cursor: pointer;
  accent-color: #2271b1;
  width: 18px;
  height: 18px;
}

.dynamic-form-scope .form-box-card .row-group .input-rel-wrap .checkbox-wrapper label {
  margin: 0;
  font-weight: normal;
}

.dynamic-form-scope .form-box-card .green-submit-btn {
  color: #fff;
  cursor: pointer;
  background: #8bc400;
  border: 1px solid #8bc400;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .2s;
}

.dynamic-form-scope .form-box-card .green-submit-btn:disabled {
  color: #a7aaad;
  cursor: not-allowed;
  background-color: #c3c4c7;
  border-color: #c3c4c7;
}

.dynamic-form-scope .form-box-card .login-extras {
  margin: 20px 0;
}

.dynamic-form-scope .form-box-card .login-extras .remember-forgot {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.dynamic-form-scope .form-box-card .login-extras .remember-forgot .link-text {
  color: #2271b1;
  cursor: pointer;
  font-size: 14px;
}

.dynamic-form-scope .form-box-card .login-extras .remember-forgot .link-text:hover {
  text-decoration: underline;
}

.dynamic-form-scope .form-box-card .register-footer {
  text-align: center;
  color: #646970;
  margin-top: 15px;
  font-size: 14px;
}

.dynamic-form-scope .form-box-card .register-footer .link-text {
  color: #2271b1;
  cursor: pointer;
  text-decoration: none;
}

.dynamic-form-scope .form-box-card .register-footer .link-text:hover {
  color: #135e96;
  text-decoration: underline;
}

.dynamic-form-scope .form-box-card.login .green-submit-btn {
  width: 100%;
}

.dynamic-form-scope .form-box-card.login .additionallogin {
  border: 1px solid #dcdcde;
  padding: 40px;
}

.dynamic-form-scope .form-box-card.support_ticket {
  max-width: 900px;
  box-shadow: none;
  border: none;
  margin: 0 auto;
  padding: 40px;
}

.dynamic-form-scope .form-box-card.support_ticket .row-group {
  align-items: flex-start;
  display: flex;
}

.dynamic-form-scope .form-box-card.support_ticket .row-group label {
  flex-shrink: 0;
  width: 155px;
  padding-top: 10px;
}

.dynamic-form-scope .form-box-card.support_ticket .row-group .input-rel-wrap {
  width: 100%;
  max-width: 420px;
}

.dynamic-form-scope .form-box-card.support_ticket .green-submit-btn, .dynamic-form-scope .form-box-card.support_ticket .checkbox-wrapper {
  margin-left: 155px;
}

@media (max-width: 768px) {
  .dynamic-form-scope {
    padding: 15px;
  }

  .dynamic-form-scope .form-box-card {
    padding: 30px;
  }

  .dynamic-form-scope .form-box-card.support_ticket {
    padding: 20px;
  }

  .dynamic-form-scope .form-box-card.support_ticket .row-group {
    flex-direction: column;
  }

  .dynamic-form-scope .form-box-card.support_ticket .row-group label {
    width: 100%;
    margin-bottom: 5px;
  }

  .dynamic-form-scope .form-box-card.support_ticket .row-group .input-rel-wrap {
    max-width: 100%;
  }

  .dynamic-form-scope .form-box-card.support_ticket .green-submit-btn, .dynamic-form-scope .form-box-card.support_ticket .checkbox-wrapper {
    margin-left: 0;
  }

  .dynamic-form-scope .form-box-card .login-extras .remember-forgot {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .dynamic-form-scope {
    padding: 10px;
  }

  .dynamic-form-scope .form-box-card {
    padding: 20px;
  }

  .dynamic-form-scope .form-box-card .header-center h1 {
    font-size: 20px;
  }

  .dynamic-form-scope .form-box-card .green-submit-btn {
    width: 100%;
  }
}

/* [project]/apps/arep/app/components/glossary/glossary.scss.css [app-client] (css) */
.arep-glossary__wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 20px 40px;
  display: block;
  box-shadow: 0 0 6px #e6e6e6;
}

.arep-glossary__filter-wrapper {
  color: #fff;
  background: #545860;
  margin: 20px 0;
  padding: 10px 15px;
  font-size: 16px;
}

.arep-glossary__filter-btn {
  color: #fff;
  cursor: pointer;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 2px;
  font-weight: 500;
}

.arep-glossary__filter-btn:hover {
  text-decoration: underline;
}

.arep-glossary__data-box {
  border-bottom: 1px solid #e8e8e8;
  margin-left: 10px;
  padding: 10.5px 0;
  font-family: red Hat Text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.8px;
}

.arep-glossary__data-box:last-child {
  border-bottom: none;
}

.arep-glossary__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.arep-glossary__description {
  color: #555;
  margin-bottom: 0;
  font-weight: 300;
}

/* [project]/apps/arep/app/components/links/linksSubComponent.scss.css [app-client] (css) */
a {
  color: #008da3;
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
  line-height: 22.8571px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  color: #666;
  margin-bottom: 20px;
  font-weight: 400;
}

h3 {
  margin: 30px 0 20px;
}

.other-link-addons {
  display: flex;
}

.custom-list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.custom-list li {
  margin-bottom: 20px;
  line-height: 22.8571px;
}

#link-item {
  margin: 0 0 20px;
}

/* [project]/apps/arep/app/components/contributors/contributors.module.scss.module.css [app-client] (css) */
.contributors-module-scss-module__bhV5EG__contributorsWrapper {
  margin: 0 auto;
  padding: 70px 80px;
}

.contributors-module-scss-module__bhV5EG__contributorsWrapper p:first-of-type b {
  color: #666;
}

.contributors-module-scss-module__bhV5EG__contributorsWrapper p b {
  color: #000;
}

.contributors-module-scss-module__bhV5EG__contributorsWrapper ul {
  margin-bottom: 30px;
}

.contributors-module-scss-module__bhV5EG__contributorsWrapper ul li {
  color: #545860;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .contributors-module-scss-module__bhV5EG__contributorsWrapper {
    padding: 40px 25px;
  }

  .contributors-module-scss-module__bhV5EG__contributorsWrapper p {
    font-size: .95rem;
  }

  .contributors-module-scss-module__bhV5EG__contributorsWrapper ul {
    margin-bottom: 20px;
  }

  .contributors-module-scss-module__bhV5EG__contributorsWrapper ul li {
    margin-left: 35px;
  }
}

/* [project]/apps/arep/app/components/register/authpage.scss.css [app-client] (css) */
.auth-page-layout {
  background: #fff;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.auth-page-layout .auth-header-logo {
  border-bottom: 1px solid #eee;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0;
  display: flex;
}

.auth-page-layout .auth-header-logo img {
  height: 50px;
}

.auth-page-layout .back-container {
  width: 100%;
  max-width: 850px;
  margin-bottom: 10px;
}

.auth-page-layout .back-container button {
  color: #00818a;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
}

/* [project]/apps/arep/app/components/Search/AdvancedSearch.scss.css [app-client] (css) */
.page-wrapper {
  justify-content: center;
  display: flex;
}

.page-wrapper .search-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  width: 100%;
  max-width: 1140px;
  padding: 30px 20px 50px;
  box-shadow: 0 2px 10px #0000000d;
}

@media (min-width: 768px) {
  .page-wrapper .search-card {
    padding: 30px 55px 50px 70px;
  }
}

.page-wrapper .search-card .text-red {
  color: red;
}

.page-wrapper .search-card h1 {
  color: #333;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}

.page-wrapper .search-card .description {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
}

.page-wrapper .search-card .description .red-text {
  color: #d93025;
  font-weight: 300;
}

.page-wrapper .search-card .input-row {
  text-align: center;
  margin: 40px 0;
}

.page-wrapper .search-card .input-row input {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 575px;
  padding: 8px 12px;
  font-size: 16px;
}

.page-wrapper .search-card .grid-container {
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 50px;
  display: grid;
}

@media (min-width: 992px) {
  .page-wrapper .search-card .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

.page-wrapper .search-card .grid-container .image-button-trigger {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.page-wrapper .search-card .grid-container .image-button-trigger .full-btn-img {
  width: 100%;
  height: auto;
  display: block;
}

.page-wrapper .search-card .covid-section h2 {
  color: #666;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
}

.page-wrapper .search-card .covid-section .teal-text {
  color: #00a99d;
  font-size: 24px;
  font-weight: bold;
}

.page-wrapper .search-card .covid-section .large-text {
  font-weight: bold;
  color: #008da3 !important;
  font-size: 24px !important;
}

.page-wrapper .search-card .covid-section .link-list {
  flex-direction: column;
  gap: 15px;
  margin: 30px 0 40px 40px;
  display: flex;
}

.page-wrapper .search-card .covid-section .link-list .link-wrapper {
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.page-wrapper .search-card .covid-section .link-list .link-item {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: fit-content;
  display: inline-flex;
}

@media (min-width: 768px) {
  .page-wrapper .search-card .covid-section .link-list .link-item {
    flex-direction: row;
    align-items: center;
  }
}

.page-wrapper .search-card .covid-section .link-list .link-item .link_image {
  flex-shrink: 0;
  width: 110px;
}

.page-wrapper .search-card .covid-section .link-list .link-item .link_image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-wrapper .search-card .covid-section .link-list .link-item .url-label {
  color: #0072bc;
  text-align: left;
  word-break: break-all;
  font-size: 16px;
}

.page-wrapper .search-card .covid-section .link-list .link-item .url-label:hover {
  text-decoration: none;
}

.page-wrapper .search-card .covid-section .link-list .link-item.label-only {
  cursor: default;
}

.page-wrapper .search-card .covid-section .link-list .link-item.label-only .url-label {
  color: #00a99d;
}

.page-wrapper .search-card .footer_link p {
  margin-bottom: 20px;
}

.modal-overlay {
  z-index: 9999;
  background: #0006;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-overlay .modal-box {
  background: #fff;
  border-radius: 4px;
  width: 90%;
  max-width: 450px;
  padding: 20px;
}

.modal-overlay .modal-box .modal-footer {
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.modal-overlay .modal-box .modal-footer .ok-btn {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  padding: 6px 20px;
}

/* [project]/apps/arep/app/components/reports/reports.scss.css [app-client] (css) */
.reports-wraper {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  display: flex;
}

.reports-wraper .reports-grid {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1200px;
  margin-top: 1px;
  display: grid;
}

@media (max-width: 768px) {
  .reports-wraper .reports-grid {
    grid-template-columns: 1fr;
  }
}

.reports-wraper .report-card {
  flex-direction: column;
  height: auto;
  display: flex;
}

@media (min-width: 768px) {
  .reports-wraper .report-card {
    padding: 10px 30px 30px;
  }
}

.reports-wraper .report-card__title {
  color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 4px 10px;
  font-size: 18px;
  font-weight: 400;
  background-color: #7c7c7c !important;
}

.reports-wraper .report-card__list {
  text-align: left;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee !important;
  list-style: none !important;
}

.reports-wraper .report-card__list li {
  color: #008da3;
  margin: 0;
  font-weight: 500;
  border-bottom: 1px solid #eee !important;
  padding: 1px 10px 5px !important;
}

.reports-wraper .report-card__list li:last-child {
  border-bottom: none;
}

.reports-wraper .report-card__list li:link:hover {
  color: inherit;
  text-underline-offset: 1px;
  text-decoration: underline;
  display: block;
}

.reports-wraper .btn-google-analytics {
  color: #545860;
  cursor: pointer;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-weight: 300;
}

/* [project]/apps/arep/app/components/reportdetails/reportdetails.scss.css [app-client] (css) */
.reportdetails__wrapper {
  border-radius: 8px;
  padding: 20px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
}

.reportdetails__date-range {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 35px;
  font-weight: 400;
  display: flex;
}

@media (max-width: 768px) {
  .reportdetails__date-range {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
  }
}

.reportdetails__start-date, .reportdetails__end-date {
  color: #545860;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
}

.reportdetails__date-input {
  color: #545860;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: auto;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
}

.reportdetails__apply {
  color: #fff;
  cursor: pointer;
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  transition: background-color .3s;
}

.reportdetails__apply:hover {
  background-color: #449d44;
  border-color: #398439;
}

.reportdetails__reset {
  color: #fff;
  cursor: pointer;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  transition: background-color .3s;
}

.reportdetails__reset:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.reportdetails__btn-section {
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  width: 100%;
  margin-top: 40px;
  margin-left: 35px;
  font-weight: 400;
  display: flex;
}

@media (max-width: 768px) {
  .reportdetails__btn-section {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
  }
}

.reportdetails__quarterly {
  color: #fff;
  cursor: pointer;
  background-color: #56b099;
  border: 1px solid #56b099;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  transition: background-color .3s;
}

.reportdetails__quarterly.active {
  background-color: #8bc400;
  border-color: #8bc400;
}

.reportdetails__monthly {
  color: #fff;
  cursor: pointer;
  background-color: #56b099;
  border: 1px solid #56b099;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  transition: background-color .3s;
}

.reportdetails__monthly.active {
  background-color: #8bc400;
  border-color: #8bc400;
}

.reportdetails__top-courses {
  color: #fff;
  cursor: pointer;
  background-color: #56b099;
  border: 1px solid #56b099;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  transition: background-color .3s;
}

.reportdetails__top-courses.active {
  background-color: #8bc400;
  border-color: #8bc400;
}

.reportdetails__user-composition {
  color: #fff;
  cursor: pointer;
  background-color: #56b099;
  border: 1px solid #56b099;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  transition: background-color .3s;
}

.reportdetails__user-composition.active {
  background-color: #8bc400;
  border-color: #8bc400;
}

.reportdetails-download-csv {
  color: #007bc0;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.reportdetails-download-csv:hover {
  color: #007bc0;
}

.reportdetails-graph {
  background-color: #f9f9f9;
  border-top: 2px solid #8bc400;
  margin-left: 35px;
  margin-right: 30px;
  padding-top: 20px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  .reportdetails-graph {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }
}

/* [project]/apps/arep/app/components/EditProfilePassword/editProfilePassword.scss.css [app-client] (css) */
.settings-container {
  background: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 12px;
  display: flex;
  box-shadow: 0 6px 26px #0a0a0a14;
}

@media (max-width: 992px) {
  .settings-container {
    flex-direction: column;
    padding: 20px;
  }
}

.settings-container .settings-sidebar {
  background: #f8f8fa;
  border: 0;
  border-radius: 10px;
  width: 100%;
  max-width: 260px;
  padding: 26px 20px 16px;
}

@media (max-width: 992px) {
  .settings-container .settings-sidebar {
    width: 100%;
  }
}

.settings-container .settings-sidebar .nav-item {
  cursor: pointer;
  color: #555;
  background-color: #0000;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 8px;
  padding: 14px 18px;
  font-size: 15px;
  transition: all .3s;
  display: flex;
}

.settings-container .settings-sidebar .nav-item .icon {
  margin-right: 12px;
  font-size: 18px;
}

.settings-container .settings-sidebar .nav-item:hover {
  background-color: #f5f9ff;
}

.settings-container .settings-sidebar .nav-item.active {
  font-weight: 600;
  box-shadow: 0 4px 8px #0070ba33;
  color: #fff !important;
  background-color: #0070ba !important;
}

/* [project]/apps/arep/app/components/EditProfilePassword/editprofilepage/editProfilePage.scss.css [app-client] (css) */
.settings-content {
  flex: 1;
  padding: 40px;
}

.settings-content h2 {
  text-align: left;
  color: #222;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .settings-content h2 {
    text-align: center;
  }
}

.settings-content .profile-details-header {
  text-align: center;
  margin-bottom: 40px;
}

.settings-content .profile-details-header .avatar-section {
  display: inline-block;
  position: relative;
}

.settings-content .profile-details-header .avatar-section .avatar-circle {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.settings-content .profile-details-header .avatar-section .avatar-circle svg {
  fill: #ccc;
  width: 60px;
  height: 60px;
}

.settings-content .profile-details-header .avatar-section .size-text {
  color: #999;
  margin-top: 8px;
  font-size: 11px;
}

.settings-content .profile-details-header .upload-controls {
  margin-top: 15px;
}

.settings-content .profile-details-header .upload-controls .upload-instruction {
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
}

.settings-content .profile-details-header .upload-controls .btn-upload {
  color: #fff;
  cursor: pointer;
  background-color: #8cc63f;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s;
  display: inline-block;
}

.settings-content .profile-details-header .upload-controls .btn-upload:hover {
  background-color: #8cc63f;
}

.settings-content .profile-details-header .upload-controls .btn-upload input {
  display: none;
}

.settings-content form .form-group, .settings-content form .field-wrapper, .settings-content .dynamic-form-container .form-group, .settings-content .dynamic-form-container .field-wrapper {
  text-align: left;
  margin-bottom: 20px;
}

.settings-content form .form-group label, .settings-content form .field-wrapper label, .settings-content .dynamic-form-container .form-group label, .settings-content .dynamic-form-container .field-wrapper label {
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.settings-content form .form-group label span, .settings-content form .field-wrapper label span, .settings-content .dynamic-form-container .form-group label span, .settings-content .dynamic-form-container .field-wrapper label span {
  color: #d93025;
  margin-left: 4px;
}

.settings-content form .form-group input, .settings-content form .form-group select, .settings-content form .form-group textarea, .settings-content form .field-wrapper input, .settings-content form .field-wrapper select, .settings-content form .field-wrapper textarea, .settings-content .dynamic-form-container .form-group input, .settings-content .dynamic-form-container .form-group select, .settings-content .dynamic-form-container .form-group textarea, .settings-content .dynamic-form-container .field-wrapper input, .settings-content .dynamic-form-container .field-wrapper select, .settings-content .dynamic-form-container .field-wrapper textarea {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  transition: border-color .15s;
}

.settings-content form .form-group input:focus, .settings-content form .form-group select:focus, .settings-content form .form-group textarea:focus, .settings-content form .field-wrapper input:focus, .settings-content form .field-wrapper select:focus, .settings-content form .field-wrapper textarea:focus, .settings-content .dynamic-form-container .form-group input:focus, .settings-content .dynamic-form-container .form-group select:focus, .settings-content .dynamic-form-container .form-group textarea:focus, .settings-content .dynamic-form-container .field-wrapper input:focus, .settings-content .dynamic-form-container .field-wrapper select:focus, .settings-content .dynamic-form-container .field-wrapper textarea:focus {
  border-color: #0070ba;
  outline: none;
}

.settings-content form button[type="submit"], .settings-content form .submit-btn, .settings-content .dynamic-form-container button[type="submit"], .settings-content .dynamic-form-container .submit-btn {
  color: #fff;
  cursor: pointer;
  float: right;
  background-color: #8cc63f;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
}

.settings-content form button[type="submit"]:hover, .settings-content form .submit-btn:hover, .settings-content .dynamic-form-container button[type="submit"]:hover, .settings-content .dynamic-form-container .submit-btn:hover {
  background-color: #7fb636;
}

.settings-content form:after, .settings-content .dynamic-form-container:after {
  content: "";
  clear: both;
  display: table;
}

/* [project]/apps/arep/app/components/myDasboard/CourseCard.scss.css [app-client] (css) */
.card {
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  max-width: 900px;
  margin: 0 0 40px;
  padding: 20px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
}

.card-title {
  color: #545860;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}

.tabs {
  border-bottom: 4px solid #8bc400;
  margin-bottom: -10px;
  display: flex;
}

.tab {
  cursor: pointer;
  color: #fff;
  background: #56b099;
  border: none;
  border-bottom: 3px solid #0000;
  width: 134px;
  height: 36px;
  margin-right: 2px;
  font-size: 16px;
}

.tab.active {
  color: #fff;
  background-color: #8bc400;
  border-bottom: 3px solid #8bc400;
}

.course-list {
  border: 1px solid #eee;
  margin-top: 10px;
}

.course-header {
  background-color: #eee;
  margin: 0;
}

.course-header, .course-row {
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.content_area {
  max-height: 120px;
  overflow-y: auto;
}

.course-title-header {
  color: #666;
  flex: 20 20 60%;
  margin-left: 25px;
  font-size: 15px;
  font-weight: 700;
}

.course-title {
  white-space: nowrap;
  flex: 20 20 60%;
  margin: 0 15px;
  font-size: 15px;
  font-weight: 400;
}

.course-title a:hover {
  color: #017183 !important;
}

.course-enrolled-header, .course-status-header, .course-delete-header, .course-completion-header, .course-certificate-header {
  color: #666;
  white-space: nowrap;
  background-color: #eee;
  font-size: 15px;
  font-weight: 700;
}

.course-enrolled-header {
  margin: 0 40px;
}

.course-completion-header, .course-certificate-header {
  margin: 0 20px;
}

.course-status-header {
  margin: 0 150px 0 0;
}

.course-delete-header {
  margin: 0 40px 0 0;
}

.course-status {
  margin: 0 150px 0 0;
}

.course-certificate, .course-completion, .course-enrolled {
  white-space: nowrap;
  margin: 0 50px;
}

.course-second-header, .course-second {
  text-align: right;
  color: #666;
  white-space: nowrap;
  flex: 0 0 30%;
  font-size: 16px;
}

.course-delete {
  color: #008da3;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 60px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.course-delete:hover {
  color: #80b5bb;
}

.sortable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

/* [project]/apps/arep/app/components/myDasboard/ProfileCard.scss.css [app-client] (css) */
.profile_card {
  text-align: center;
  background: #fff;
  border: .67px solid #eee;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
}

.card_header {
  color: #fff;
  background: #545860;
  width: 100%;
  padding: 10px 20px 10px 25px;
  font-size: 22px;
  font-weight: 400;
}

.user-registration-img-container {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.user-registration-img-container .profile-preview {
  object-fit: cover;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}

.profile-welcome {
  color: #545860;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}

.profile-name {
  color: #545860;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.button {
  color: #fff;
  background: #8bc400;
  border-radius: 3px;
  margin-bottom: 14px;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button:hover {
  background: #bcdd5a;
  text-decoration: none;
}

/* [project]/apps/arep/app/components/myDasboard/MyDashboardMainPage.scss.css [app-client] (css) */
.dashboard_main_wrapper {
  flex-direction: row;
  gap: 30px;
  width: 1140px;
  max-width: 90%;
  margin: 20px auto;
  display: flex;
}

.dashboard_main_wrapper .profile_card_wrapper {
  width: 262px;
  height: 367.5px;
}

.dashboard_main_wrapper .tabs_wrapper {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.buttons_at_bottom {
  gap: 6px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.buttons_at_bottom a {
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

@media (max-width: 768px) {
  .dashboard_main_wrapper {
    flex-direction: column;
  }

  .dashboard_main_wrapper .tabs_wrapper {
    flex-direction: column;
    width: 100%;
  }

  .buttons_at_bottom {
    display: none !important;
  }
}

/* [project]/apps/arep/app/components/checkout/checkout.module.scss.module.css [app-client] (css) */
.checkout-module-scss-module__pdEzkG__cartNotice {
  max-width: 1140px;
  color: inherit;
  background: none;
  border: 2px solid #eee;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  margin: 20px auto 40px;
  padding: 14px 16px;
  font-size: 14px;
  list-style: none;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__cardElementWrapper {
  margin-top: 26px;
}

.checkout-module-scss-module__pdEzkG__cartNoticeIcon {
  color: #fff;
  background-color: #8bc400;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 13px;
  display: inline-flex;
}

.checkout-module-scss-module__pdEzkG__cartNoticeErrorIcon {
  color: #fff;
  background-color: #dc3545;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.checkout-module-scss-module__pdEzkG__checkoutGrid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1170px;
  margin: 0 auto 100px;
  padding: 0 16px;
  display: grid;
}

@media (max-width: 768px) {
  .checkout-module-scss-module__pdEzkG__checkoutGrid {
    grid-template-columns: 1fr;
  }
}

.checkout-module-scss-module__pdEzkG__leftCol, .checkout-module-scss-module__pdEzkG__rightCol {
  min-width: 0;
}

.checkout-module-scss-module__pdEzkG__sectionTitle {
  color: #333;
  margin: 0 0 16px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.checkout-module-scss-module__pdEzkG__required {
  color: #dc3545;
  font-weight: 700;
}

.checkout-module-scss-module__pdEzkG__inputError {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 1px #dc3545 !important;
}

.checkout-module-scss-module__pdEzkG__fieldError {
  color: #dc3545;
  margin-top: 4px;
  font-size: 12px;
}

.checkout-module-scss-module__pdEzkG__billingSection {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__formRow {
  gap: 16px;
  display: flex;
}

@media (max-width: 480px) {
  .checkout-module-scss-module__pdEzkG__formRow {
    flex-direction: column;
  }
}

.checkout-module-scss-module__pdEzkG__formGroup {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__formGroup label {
  color: #666;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

.checkout-module-scss-module__pdEzkG__formGroup input, .checkout-module-scss-module__pdEzkG__formGroup select {
  color: #333;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  font-size: 14px;
  transition: none;
  box-shadow: 0 1px 1px #e6e6e6;
}

.checkout-module-scss-module__pdEzkG__formGroup input:focus, .checkout-module-scss-module__pdEzkG__formGroup select:focus {
  border-color: #e5e5e5;
  outline: none;
  box-shadow: 0 1px 1px #e6e6e6;
}

.checkout-module-scss-module__pdEzkG__formGroup input::placeholder, .checkout-module-scss-module__pdEzkG__formGroup select::placeholder {
  color: #666;
}

.checkout-module-scss-module__pdEzkG__formGroup select {
  appearance: auto;
}

.checkout-module-scss-module__pdEzkG__inputSecondary {
  margin-top: 8px;
}

.checkout-module-scss-module__pdEzkG__radioGroup {
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__radioLabel {
  color: #333;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__radioLabel input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0;
}

.checkout-module-scss-module__pdEzkG__vatRow {
  gap: 8px;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__vatCode {
  width: 100px !important;
}

.checkout-module-scss-module__pdEzkG__cardSection {
  margin-bottom: 24px;
}

.checkout-module-scss-module__pdEzkG__cardIcons {
  vertical-align: middle;
  height: 24px;
  margin-left: 8px;
}

.checkout-module-scss-module__pdEzkG__stripeField {
  flex: 1;
  margin-bottom: 12px;
}

.checkout-module-scss-module__pdEzkG__stripeField label {
  color: #666;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.checkout-module-scss-module__pdEzkG__stripeInput {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 12px;
  transition: border-color .2s;
}

.checkout-module-scss-module__pdEzkG__stripeInput:focus-within {
  border-color: #009fdf;
}

.checkout-module-scss-module__pdEzkG__orderSection {
  margin-top: 4px;
}

.checkout-module-scss-module__pdEzkG__termsRow {
  margin-bottom: 16px;
}

.checkout-module-scss-module__pdEzkG__termsLabel {
  color: #666;
  cursor: pointer;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__termsLabel input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 3px;
}

.checkout-module-scss-module__pdEzkG__termsLabel a {
  color: #009fdf;
  text-decoration: underline;
}

.checkout-module-scss-module__pdEzkG__orderTable {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.checkout-module-scss-module__pdEzkG__orderTable th {
  text-align: left;
  color: #333;
  padding: 8px 4px;
  font-weight: 600;
  background-color: #eee !important;
  border: 0 !important;
}

.checkout-module-scss-module__pdEzkG__orderTable td {
  color: #666;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 10px 4px;
}

.checkout-module-scss-module__pdEzkG__alignRight {
  text-align: right;
}

.checkout-module-scss-module__pdEzkG__productCell {
  align-items: center;
  gap: 10px;
  display: flex;
}

.checkout-module-scss-module__pdEzkG__productThumb {
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 3px;
  width: 48px;
  height: 48px;
}

.checkout-module-scss-module__pdEzkG__totalRow td {
  border-bottom: none;
  padding-top: 8px;
}

.checkout-module-scss-module__pdEzkG__totalAmount {
  font-size: 15px;
  font-weight: 700;
  color: #8bc400 !important;
}

.checkout-module-scss-module__pdEzkG__errorMsg {
  color: #dc3545;
  margin: 8px 0;
  font-size: 13px;
}

.checkout-module-scss-module__pdEzkG__buyNowBtn {
  color: #fff;
  cursor: pointer;
  background-color: #8bc400;
  border: none;
  border-radius: 4px;
  margin-top: 16px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.checkout-module-scss-module__pdEzkG__buyNowBtn:hover:not(:disabled) {
  background-color: #bcdd5a;
}

.checkout-module-scss-module__pdEzkG__buyNowBtn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* [project]/apps/arep/app/components/MEDigest/Medigest.scss.css [app-client] (css) */
.content_wrapper .para_wrapper {
  margin-bottom: 20px;
  padding: 20px 65px 0 75px;
}

.content_wrapper .para_wrapper p {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.8571px;
}

.content_wrapper .issue_link_wrapper {
  margin: 40px 60px 120px 100px;
  padding: 0 15px;
}

.content_wrapper .issue_link_wrapper p {
  margin-bottom: 20px;
}

.content_wrapper .issue_link_wrapper p a {
  text-transform: uppercase;
  color: #007bc0;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.5px;
}

.content_wrapper .issue_link_wrapper p a:hover {
  color: #017183;
  text-decoration: underline;
}

.content_wrapper .issue_link_wrapper p a .issue_title {
  text-transform: none;
}

.content_wrapper .issue_link_wrapper p a .issue_title:before {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23bbdbf4' viewBox='0 0 24 24'><path d='M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h4.5L14 3.5z'/></svg>") center / contain no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
}

.content_wrapper .disclosure_contactus_wrapper {
  border-top: 2px solid #e0e0e0;
  gap: 20px;
  margin: 40px 60px;
  padding: 30px 0;
  display: flex;
}

.content_wrapper .disclosure_contactus_wrapper .disclosure_contactus_header {
  color: #36f;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.content_wrapper .disclosure_contactus_wrapper .disclosure_wrapper, .content_wrapper .disclosure_contactus_wrapper .contactus_wrapper {
  padding: 30px 15px;
}

.content_wrapper .disclosure_contactus_wrapper .disclosure_wrapper {
  background-color: #eaf0fc;
  margin-left: 30px;
}

.content_wrapper .disclosure_contactus_wrapper .disclosure_wrapper .disclosure_body {
  font-size: 14px;
}

.content_wrapper .disclosure_contactus_wrapper .contactus_wrapper .contactus_body .contactus_content_body {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 768px) {
  .content_wrapper .disclosure_contactus_wrapper {
    flex-direction: column;
  }

  .content_wrapper .disclosure_contactus_wrapper .disclosure_contactus_header {
    margin-left: 40px;
  }

  .content_wrapper .disclosure_contactus_wrapper .disclosure_body, .content_wrapper .disclosure_contactus_wrapper .contactus_content_body {
    color: red;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }
}

/*# sourceMappingURL=_fba5b76a._.css.map*/