.strike {
  position: relative;
}
.strike::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: red;
  left: 0;
  bottom: 42%;
}
.pgx-accordion button:hover {
  text-decoration: none;
}
.pgx-accordion .accordionItem {
  box-shadow: 0px 1px 0px 0px #00000026;
  border: none;
}
.pgx-accordion .accordionItem svg path {
  stroke: #000;
}

.cardimg {
  color: aliceblue;
  background-image: url("/images/home/pgx/bg-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardborder {
  border: 4px solid #fff;
}
.button-1 {
  background: linear-gradient(90deg, #d0ebdb 0%, #7fe39a 100%);
  border-radius: 25px;
}
.button-2 {
  background-color: #0d382b;
  color: #fff;
  border-radius: 25px;
}
.cardborder:nth-child(1) .card-inner,
.cardborder:nth-child(6) .card-inner {
  background-color: #f9f6fe;
}
.cardborder:nth-child(2) .card-inner,
.cardborder:nth-child(7) .card-inner {
  background-color: #fefcea;
}
.cardborder:nth-child(3) .card-inner,
.cardborder:nth-child(8) .card-inner {
  background-color: #f7fcec;
}
.cardborder:nth-child(4) .card-inner,
.cardborder:nth-child(9) .card-inner {
  background-color: #f9f0f0;
}
.cardborder:nth-child(5) .card-inner,
.cardborder:nth-child(10) .card-inner {
  background-color: #fefcea;
}

.pgx-accordion ul {
  list-style-type: disc;
  padding-left: 40px;
  padding-top: 8px;
}

.pgx-accordion ul li {
  margin-bottom: 8px;
}

.addbutton {
  background: linear-gradient(180deg, #19cf4a 0%, #009829 100%);
  box-shadow: 0px 1.806px 4.514px 0px rgba(0, 0, 0, 0.12);
}

@keyframes myShimmer {
  0% {
    background-position: -450px 0;
  }
  100% {
    background-position: 450px 0;
  }
}

.myShimmer {
  background: linear-gradient(to right, #f5f5f5 8%, #e0e0e0 18%, #f5f5f5 33%);
  background-size: 1000px 100%;
  animation: myShimmer 1.5s infinite linear;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}

