.alert-box{
    position: absolute;
    z-index: 100000;
    width: -webkit-fill-available;
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 0;
    }
}

.agent-list {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-gainsboro-100);
    cursor: pointer;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    animation: 7s fadeOut;
    animation-fill-mode: forwards;
}

.alert-success {
    text-align: center;
    margin: 10px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    text-align: center;
    margin: 10px;
    color: #2F3E19;
    background-color: #E3E16A;
    border-color: #E3E16A;
}
.alert-info {
    text-align: center;
    margin: 10px;
    color: blue;
    background-color: #d8e9f0;
    border-color: #d8e9f0;
}
.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: white;
}

.log-in {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: var(--font-size-3xs);
  color: var(--color-steelblue);
  font-family: var(--font-inter);
}
.top1 {
  display: flex;
  position: fixed;
  width: 100%;
}
.top1 img:nth-child(1){
  position: absolute;
  top:0px;
  left:-50px;
}
.top1 img:nth-child(2){
  position: absolute;
  top: -130px;
  right: -30px;
  transform: rotateZ(180deg);
}
.top {
  position: absolute;
  top:0;
  left: -15px;
  display: flex;
  box-sizing: border-box;
}

.wavy {
  filter: wave(5 10);
  animation: waveAnimation 5s infinite linear;
}

@keyframes waveAnimation {
  0% {
      filter: wave(5 10);
  }
  50% {
      filter: wave(-5 10);
  }
  100% {
      filter: wave(5 10);
  }
}
.bottom {
  position: absolute;
  bottom: 0;
  right: -15px;
  display: flex;
  box-sizing: border-box;
}

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

/* .empowered-text {
  position: fixed;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  border-radius: 10px;
  font-weight: 500;
} */

.top img:nth-child(2){
  transform: rotateZ(0deg);
  position: absolute;
  left: 100%;
  top: -60px;
}
.bottom img:nth-child(1) {
  transform: rotateZ(180deg);
  position: absolute;
  right: 100%;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .top {
    left: -10px;
    top: 0;
  }
  .top img:nth-child(2){
    position: absolute;
    left: 140px;
    top: -60px;
  }
  .bottom {
    bottom: 0px;
    right: -10px;
  }
  .bottom img:nth-child(1){
    position: absolute;
    right: 160px;
    bottom: -60px;
  }
}
.log-in-form {
  position: relative;
  height: auto;
  width: calc(100% - 64px);
  max-width: 550px;
  margin: auto;
  transition: all 10s ease;
  max-height: 100vh;
  overflow-y: auto;
}
.log-in-form1 {
  display: flex;
  flex-direction: column;
  border-radius: var(--br-3xs);
  background-color: white;
  border: 1px solid white;
  box-shadow: 10px 10px 64px 0px rgba(202, 202, 202, 0.75);
  padding: var(--padding-base);
  gap: var(--gap-base);
  height: auto;
}
.offline {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.offline1 {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.fi-rr-cloud-disabled-icon {
  margin: 0.5rem auto;
  width: 64px;
  height: 64px;
}
.you-are-currently {
  margin: 0.5rem auto;
  font-size: var(--font-size-xl);
  color: var(--color-darkslategray-100);
  font-family: var(--font-poppins);
  line-height: 22px;
  font-weight: 500;
}
.please-check-your {
  font-family: var(--font-poppins);
  font-size: var(--font-size-base);
  color: rgb(127, 127, 127);
  margin: 0.5rem auto;
}
.frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--font-size-smi);
  font-family: var(--font-roboto);
}
.frame-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-74xl);
}
.log-in-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.log-in1 {
  position: relative;
  letter-spacing: 0.1px;
  line-height: 36px;
  color: var(--color-darkslateblue);
  cursor: pointer;
  height: auto;
}
.active .log-in1{
  color: var(--color-dodgerblue);
}
.active .rectangle {
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-dodgerblue);
  width: 53px;
  height: 3px;
}
.register {
  position: relative;
  letter-spacing: 0.1px;
  line-height: 36px;
  color: var(--color-darkslateblue);
  cursor: pointer;
}
.rectangle1 {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-aliceblue-100);
  height: 3px;
}
.phone-no-parent {
  gap: var(--gap-5xs);
  margin-top: 1rem;
}
.phone-no {
  position: relative;
  letter-spacing: 0.1px;
  line-height: 19.5px;
  margin: auto 0rem;
  width: auto;
  display: block;
  text-align: start;
}
.rectangle-parent {
  padding: 0 var(--padding-12xs);
  position: relative;
  gap: var(--gap-3xs);
}
.rectangle2 {
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-aliceblue-200);
  box-sizing: border-box;
  height: 37px;
  padding-left: 100px;
  width: 100%;
}
.rectangle-parent input[type=number]::-webkit-inner-spin-button,
.rectangle-parent input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
}
.image-1046-parent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  gap: var(--gap-5xs);
  z-index: 1;
  display: flex;
}
.image-1046-icon {
  position: relative;
  width: 34px;
  height: 17px;
  object-fit: cover;
  margin: auto;
}
.frame-child {
  position: relative;
  border-right: 0.5px solid rgb(203, 203, 203);
  box-sizing: border-box;
  width: 0.5px;
  height: 26.5px;
}
.forgot-password {
  position: relative;
  letter-spacing: 0.1px;
  line-height: 16.77px;
  font-family: var(--font-roboto);
  color: var(--color-dodgerblue);
  text-align: right;
  text-decoration: none;
}
.forgot-password1 {
  font-size: var(--font-size-smi);
  color: var(--color-dodgerblue);
  font-family: var(--font-roboto);
}
.forgot-password2 {
  font-size: var(--font-size-smi);
  color: var(--color-gray-300);
}
.password-parent {
  display: flex;
  gap: var(--gap-117xl);
  width:100%;
  justify-content: space-between;
}
.rectangle3 {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-aliceblue-200);
  box-sizing: border-box;
  height: 40px;
  padding-left:1rem ;
  width: 100%;
}
.rectangle3:focus {
  border-color: white !important;
}
.log-in-form-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--font-size-xs);
  color: var(--color-darkslategray-100);
  font-family: var(--font-poppins);
  margin: auto;
  width: 100%;
}
.log-in-wrapper {
  align-self: stretch;
  border-radius: var(--br-11xl);
  background-color: var(--color-wheat);
  border: 0;
  font-family: var(--font-poppins);
  height: 36px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-7xs) var(--padding-31xl);
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  margin: auto;
}
.log-in-wrapper:not([disabled]):hover {
  background-color: rgb(253, 228, 154);
}
.log-in-wrapper[disabled] {
  cursor: default;
}
.copyright-2023 {
  position: relative;
  letter-spacing: 0.1px;
  line-height: 15px;
  color: var(--color-gainsboro-300);
  margin-top: 1rem;
  text-align: center;
}
.rectangle13 {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-whitesmoke-100);
  border: 1px solid var(--color-aliceblue-200);
  box-sizing: border-box;
  height: 37px;
  padding-left:1rem ;
  width: 100%;
}
.homepage1 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--font-size-sm);
  color: var(--color-dimgray-200);
  font-family: var(--font-poppins);
  background-color: #f7e9be;
}

.greetingsname1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: var(--font-size-smi);
  color: var(--color-darkslategray-200);
  padding:1rem 1rem;
  z-index: 1;
}
.hi-jenny-container {
  width: 314px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.hi-jenny3 {
  position: relative;
  line-height: 15px;
  text-transform: capitalize;
  display: inline-block;
  width: 304px;
  flex-shrink: 0;
}
.jenny3 {
  font-weight: 600;
}
.icon2 {
  position: relative;
  border-radius: var(--br-81xl);
  width: 44px;
  height: 44px;
  margin-right: 0.5rem;
  font-size: var(--font-size-5xs);
  color: var(--color-white);
  font-family: var(--font-plus-jakarta-sans);
  display: flex;
}
.notification-icon2 {
  height: 28px;
  margin: auto;
  cursor: pointer;
}
.notif2 {
  display: flex;
  position: absolute;
  right: 9px;
  top: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--color-crimson);
}
.div21 {
  margin: auto;
  text-transform: capitalize;
  font-weight: 600;
}
.section7 {
  border-radius: var(--br-6xl) var(--br-6xl) 0 0;
  background-color: rgb(255, 255, 255);
  position: relative;
  margin-top: 7rem;
  padding-top: 4.5rem;
  width: 100%;
  height: auto;
  padding-bottom: 6.5rem;
}
.profile-picture1 {
  position: relative;
  width: auto;
  height: auto;
}
.vector-icon6 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height:10rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: #f0c238;
  object-fit: cover;
}
.vector-icon5 {
  position: relative;
  width: 10rem;
  height:10rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  object-fit: cover;
}
.rank {
  display: flex;
  padding: var(--padding-3xs);
  box-sizing: border-box;
  color: var(--color-darkolivegreen);
}
#rankInfo{
  cursor: pointer;
  color: rgb(52, 52, 255);
}
.you-are-now2 {
  width: 100%;
  display: block;
  letter-spacing: 0.01em;
  line-height: 20px;
  margin: auto;
}
.points2 {
  border-radius: var(--br-3xs);
  background-color: #f7e9be;
  color: var(--color-darkslategray-200);
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0rem;
}
.div20 {
  position: relative;
  width:100%;
  font-size: var(--font-size-17xl);
  letter-spacing: -0.01em;
  line-height: 44px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.section-12 {
  position: relative;
  height: auto;
  font-size: var(--font-size-3xs);
}
.section-1-inner {
  border-top: 1px solid var(--color-dimgray-100);
  box-sizing: border-box;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
}
.advertisement7 {
  border-radius: var(--br-8xs);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: var(--gap-2xl);
  font-size: var(--font-size-sm);
  color: var(--color-black);
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 0.5rem;
  text-decoration: none;
}
.advertisement7-copy {
  font-size: var(--font-size-sm);
  color: var(--color-black);
  margin: 0.5rem 1rem;
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px; /* Limit the maximum size */
}
.advertisement-child4 {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px 5px;
}
.advertisement-child4-copy {
  width: 70%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1/1; /* Forces a square aspect ratio for uniformity */
}
.our-best-seller-parent5 {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-9xs);
}
.get-it-now7,
.our-best-seller7 {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 15px;
  text-transform: capitalize;
}
.get-it-now7 {
  font-size: var(--font-size-smi);
}
.section-21 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: var(--font-size-smi);
  color: var(--neutral-90);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.redeem-your-points1,
.view-all1 {
  position: relative;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.redeem-title {
  margin: 1rem;
  padding: 0.3rem;
  background-color: #FFF7E1;
  font-size: var(--font-size-sm);
  color: var(--neutral-50);
  font-family: var(--font-poppins);
  color: black;
  font-weight: 500;
}
.section-31 {
  gap: var(--gap-5xs);
  font-family: var(--font-plus-jakarta-sans);
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px){
  .section-31 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product-parent7 {
  justify-content: flex-start;
  gap: var(--gap-5xs);
  height: 100%;
}
.list-product33 {
  border-radius: var(--br-3xs);
  border: 0.3px solid var(--color-silver);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.product18 {
  border-radius: var(--br-3xs) var(--br-3xs) 0 0;
  background-color: var(--color-white);
  height: 100%;
  align-items: center;
  padding: var(--padding-5xs) 0 var(--padding-6xs);
  box-sizing: border-box;
  gap: var(--gap-5xs);
}
.face-towel-121 {
  position: relative;
  width: 116px;
  height: 95px;
  object-fit: cover;
  margin: auto;
  display: block;
}
.cls-copy-voucher {
  text-align: center;
}
.face-towel-1400-pts-wrapper17{
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.face-towel-1400-container19 {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  width: 142px;
  margin: auto;
}
.face-towel9 {
  margin: auto;
  width: auto;
  color: #2c3652;
  text-align: center;
}
.action18 {
  position: relative;
  border-radius: 0 0 var(--br-3xs) var(--br-3xs);
  background-color: var(--color-lightslategray);
  width: 100%;
  height: 20px;
  display: flex;
  color: var(--color-white);
  font-family: var(--font-poppins);
  overflow: hidden;
}
.redeem-now24 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.01em;
  line-height: 20px;
  font-weight: 600;
  width: auto;
  flex-shrink: 0;
}
.nav-bar99 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: 10rem;
  font-size: var(--font-size-xs);
  font-family: var(--font-poppins);
  color: var(--neutral-50);
  border-top: 0.5px solid var(--neutral-50);
  padding: 1rem 0rem;
  display: flex;
}
.nav-bar100 {
  display: flex;
  width: 100%;
  padding: auto;
  justify-content: space-evenly;
}
.nav-bar100:nth-child(2){
  width: auto;
}
.icon-redeem33 {
  gap: var(--gap-3xs);
  cursor: pointer;
}

.redeem67 {
  gap: var(--gap-9xs);
}
.home-icon33 {
  position: relative;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
}
.redeem68{
  margin: auto;
  margin-bottom: 0;
  width: auto;
}
.redeem68.active {
  color: black;
}
.card33 {
  position: absolute;
  top: -30%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(146, 146, 146);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
}
.card33.active {
  background-color: rgb(79, 79, 79);
}
.profile68 {
  margin: auto;
}
.voucher1 {
  position: relative;
  background-color: var(--color-white);
  width: 100%;
  font-size: var(--font-size-xs);
  color: var(--neutral-50);
  font-family: var(--font-poppins);
  padding-top: 4.5rem;
  padding-bottom: 6.5rem;
}
.header13 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-wheat);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0rem;
  gap: var(--gap-7xs);
  font-size: var(--font-size-base);
  color: var(--color-darkslategray-200);
  z-index: 10;
}
.left-arrow-icon13 {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  margin: auto;
  width: 0.4rem;
  display: block;
  cursor: pointer;
}
.profile26 {
  position: relative;
  line-height: 19.5px;
  font-weight: 500;
  display: block;
  margin: auto;
}
.list-product7 {
  width: 100%;
  font-size: var(--font-size-smi);
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem;
}
.redeem-now1 {
  cursor: pointer;
  text-decoration: none;
  color: var(--neutral-50);
}
.list-product7 .active{
  font-weight: bold;
  color: black;
}
.action18 .redeem-now {
  width:100%;
  background-color: rgb(75, 255, 47);
  border-radius: 0 0 var(--br-3xs) var(--br-3xs);
}
.action18 .not-enough {
  background-color: rgb(255, 151, 47);
  border-radius: 0 0 0 var(--br-3xs);
}
.confirmation {
  position: fixed;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 11;
  display: flex;
  pointer-events: none;
}
.frame-parent5 {
  border-radius: var(--br-3xs);
  background-color: var(--color-white);
  padding: var(--padding-base);
  gap: var(--gap-base);
  font-size: var(--font-size-3xs);
  color: var(--color-dimgray-200);
  font-family: var(--font-plus-jakarta-sans);
  margin: auto;
  min-width: 280px;
  pointer-events: all;
}
.face-towel-1-container {
  border-radius: var(--br-3xs);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-silver);
  padding: 0.5rem 1rem;
  gap: var(--gap-5xs);
  display: flex;
  margin-bottom: 1rem;
}
.face-towel-114 {
  position: relative;
  width: 7rem;
  object-fit: cover;
}
.face-towel-1400-container12 {
  margin: auto auto auto 1rem;
}
.successful {
  position: fixed;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 11;
  display: flex;
  pointer-events: none;
}
.list-code6 {
  border-radius: var(--br-3xs);
  background-color: var(--color-white);
  width: 320px;
  min-height: 220px;
  font-size: var(--font-size-xl);
  color: var(--color-darkslategray-100);
  font-family: var(--font-inter);
  margin: auto;
  display: flex;
  flex-direction: column;
}
.successful-icon3 {
  width: 125px;
  height: 111px;
  margin: auto;
}
.congratulations-parent{
  width: auto;
  margin: auto;
}
.congratulations {
  line-height: 13px;
  font-weight: 500;
  text-align: center;
}
.redeem-successful1 {
  text-align: center;
  font-size: var(--font-size-base);
  line-height: 13px;
  color: var(--color-black);
}
.advertisement4 {
  /* border-radius: var(--br-8xs);
  background-color: var(--color-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); */
  width: auto;
  margin: 0 1rem 1rem 1rem;
  /* padding: 1rem var(--padding-base); */
  box-sizing: border-box;
  /* gap: var(--gap-2xl); */
  font-size: var(--font-size-sm);
  color: var(--color-black);
  /* display: flex; */
}
.ellipse-icon {
  margin: auto 1rem;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  object-fit: cover;
}
.frame-parent8 {
  font-size: var(--font-size-3xs);
  font-family: var(--font-poppins);
}
/*button change my agent*/
.change-my-agent3 {
  display: block;
  text-align: center;
  width: 8rem;
  text-decoration: underline;
  font-size: var(--font-size-3xs);
  color: var(--color-black);
  font-family: var(--font-poppins);
  line-height: 15px;
  cursor: pointer;
  margin-right: 1rem;
  margin-left: auto;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #007bff;;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button:hover {
    background-color: #0056b3;
}

.button:active {
    background-color: #004080;
}

.change-agent {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 30rem;
  margin: auto;
}
@media screen and (max-width: 767px){
  .change-agent{
    width: auto;
    margin: auto 1rem;
  }
}
.ops-your-agent{
  text-align: center;
  font-size: var(--font-size-mini);
  line-height: 15px;
  color: black;
  margin-bottom: 2rem;
}
.list-of-agents-phone-no-group {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 4rem;
}
.list-of-agents1 {
  position: relative;
  border-radius: var(--br-9xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  height: 46px;
  align-items: center;
  padding: var(--padding-6xs) var(--padding-smi);
  gap: var(--gap-98xl);
  color: var(--color-darkslategray-300);
  font-family: var(--font-inter);
  width: 100%;
  z-index: 1;
}
.dropdown {
  position: absolute;
  top:98%;
  border-radius: var(--br-9xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  max-height: 15rem;
  padding: 0 var(--padding-smi);
  gap: var(--gap-98xl);
  color: var(--color-darkslategray-300);
  font-family: var(--font-inter);
  width: 100%;
  overflow: auto;
    z-index: 1000;
}
.dropdown::-webkit-scrollbar {
  width: 0.5rem;
}
.dropdown::-webkit-scrollbar-thumb {
  background-color: var(--color-gainsboro-100);
  border-radius: 6px;
}

.agent-list label{
  cursor: pointer;
}
.agent-list:hover label{
  color:blueviolet;
  font-weight: 500;
}
.left-1-icon3{
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotateZ(270deg);
}
.advertisement-child1 {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px 5px;
}
.our-best-seller-parent2 {
  display: flex;
  flex-direction: column;
  margin: auto auto auto 1rem;
}
.get-it-now4,
.our-best-seller4 {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 15px;
  text-transform: capitalize;
}
.list-code5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-base);
  color: var(--color-black);
  font-family: var(--font-inter);
  margin: 2rem 1rem 1rem 1rem;
}
@media screen and (max-width: 767px){
  .list-code5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.copy-code6 {
  border-radius: var(--br-6xs);
  background-color: var(--color-white);
  border: 0.5px solid var(--neutral-50);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  padding: 1rem;
  gap: var(--gap-5xs);
}
.copy-code-child1 {
  position: relative;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.rm-15-voucher-parent1 {
  width: 111px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-7xs);
  margin:auto auto auto 1rem;
}
.code3 {
  border-radius: var(--br-10xs);
  background-color: var(--color-peru);
  padding: var(--padding-3xs);
  cursor: pointer;
  color: var(--color-white);
  margin: auto;
}
.code3-voucher {
    border-radius: var(--br-10xs);
    background-color: var(--color-peru);
    padding: var(--padding-3xs);
    cursor: pointer;
    color: var(--color-white);
    margin: auto;
    margin-right: 0px;
}
.list-order3 {
  position: relative;
  gap: var(--gap-5xs);
  font-size: var(--font-size-3xs);
  color: var(--color-black);
  display: grid;
  margin: auto 20rem;
  grid-template-columns: repeat(1, 1fr); ;
}
@media (min-width:768px) and (max-width: 1024px) {
  .list-order3 {
    margin: auto 7rem;
  }
}
@media (max-width:767px) {
  .list-order3 {
    margin: auto 1rem;
  }
}
.rectangle-container {
  border-radius: var(--br-3xs);
  background-color: var(--color-white);
  border: 0.5px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  cursor: pointer;
}
.rectangle-1{
  display: flex;
}
.frame-child6 {
  position: relative;
  width: 86px;
  height: 74px;
  object-fit: cover;
  display: block;
  margin: auto 0.5rem;
}
.frame-parent11 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem;
}
.left-arrow-icon {
  margin: auto 1rem;
  display: block;
  transform: rotateZ(-90deg);
}
.right-arrow-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  margin-left: auto;
  display: block;
  transform: rotateZ(180deg);
}
.frame-parent11 .olivie-plus1 {
  font-weight: 500;
  margin: 0;
}
.frame-parent11 .all3 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.frame-parent11 .olivie-plus2 {
  font-weight:300;
  margin: 0.2rem 0rem;
}
.frame-parent11 .all4 {
  margin: 0.5rem 0rem;
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
}

.frame-parent11 .olivie-plus2 {
  margin: 0.5rem 0rem;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding-right: 1rem;
}
.all4 p,
.olivie-plus2 p{
  margin: 0;
}
.nearest-agent {
  margin: auto;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 15px;
}
.logo {
  width: 250px;
  height: 250px;
  margin: auto;
}
.aafiyat-group{
  z-index: 1;
  margin: auto;
}
.aafiyat-group p{
  margin-top: 1rem;
  text-align: center;
  color: rgba(2, 2, 2, 0.582);
  font-weight: 500;
  font-weight: 500;
}
.verify-your-phone-number-wrapper{
  display: block;
  margin: 1rem auto;
  text-align: center;
  font-size: var(--font-size-mini);
  color: var(--color-dodgerblue);
  font-family: var(--font-roboto);
}
.div11 {
  display: block;
  font-size: var(--font-size-mini);
  font-weight: 500;
  color: var(--color-sandybrown);
  text-align: center;
  margin-bottom: 1rem;
}
.digit-code-has {
  letter-spacing: 0.1px;
  line-height: 19.5px;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.frame-parent1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.rectangle7 {
  border-radius: var(--br-8xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-aliceblue-200);
  width: auto;
  max-width: 2rem;
  padding: 1rem;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px){
  #otp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .rectangle7 {
    font-size: 1.5rem;
    width: auto;
    max-width: 2rem;
    margin: auto;
  }
}
.name-profile {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 2rem;
  color: black;
  text-align: center;
}
.click-here-to {
  font-size: var(--font-size-2xs);
  color: var(--color-darkturquoise-100);
  font-weight: 500;
}
.frame-parent23 {
  display: grid;
  gap: var(--gap-5xs);
  grid-template-columns: repeat(3, 1fr);
  margin: 1rem 10rem;
}
.frame-parent24 {
  display: flex;
  margin: 1rem 15rem;
  flex-direction: column;
}
@media (min-width:768px) and (max-width: 1024px) {
  .frame-parent23 {
    margin: 1rem 7rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .frame-parent24 {
    margin: 1rem 7rem;
  }
}
@media (max-width:767px) {
  .frame-parent23 {
    margin: 1rem 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .frame-parent24 {
    margin: 1rem 3rem;
  }
}
.my-order1 {
  border-radius: var(--br-6xs);
  border: 0.5px solid var(--neutral-50);
  box-sizing: border-box;
  display: flex;
  padding: var(--padding-3xs) var(--padding-base);
  cursor: pointer;
  padding: 0.5rem;
  width: 100%;
}
.outline-power {
  margin-left: 0.5rem;
  width: 24px;
  height: 24px;
  display: block;
}
.my-order2 {
  margin-left: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  color: black;
  cursor: pointer;
}
.logout-icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}
.frame-profile {
  position: relative;
  width: auto;
}
.edit-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.noti-list {
  margin: auto 1rem;
  display: flex;
  flex-direction: column;
}
.msg1 {
  display: flex;
  padding: 1rem;
    position: relative;
  border-bottom: 0.5px solid var(--color-silver);
}
.msg1:hover {
  background-color: #2c365211;
}
.noti-text {
  font-weight: 500;
  margin: auto 1rem auto 1rem;
}
.margin-y1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.faqs {
  letter-spacing: 0.28px;
  line-height: 22px;
  color: #2c3652;
  font-size: var(--font-size-sm);
}
.general {
  background-color: var(--color-white);
  font-size: var(--font-size-smi);
  color: var(--color-lightsteelblue);
  font-family: var(--font-poppins);
  margin-top: 1rem ;
}
.faqs-body {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
.questions {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0rem;
  gap: 0.5rem;
}
.question {
  border-radius: var(--br-8xs);
  background-color: var(--color-aliceblue-100);
  padding: 1rem 0.5rem;
  display: flex;
  cursor: pointer;
}
.ask-icon {
  width: 18px;
  height: 18px;
  display: block;
  margin: auto 0rem;
  width: auto;
}
.what-is {
  color: var(--color-mediumslateblue);
  font-family: var(--font-inter);
  font-size: var(--font-size-xs);
  margin-left: 1rem;
  cursor: pointer;
}
.answer {
  border-radius: var(--br-6xs);
  border: 0.5px solid rgb(194, 194, 194);
  padding: 1rem 0.5rem;
  display: flex;
  cursor: pointer;
  margin-top: 0.5rem;
}
.this-is {
  font-family: var(--font-inter);
  font-size: var(--font-size-xs);
  color: black;
  cursor: pointer;
  text-align: justify;
}
.question-row {
  cursor: pointer;
}
.view-your-nearest {
  font-size: var(--font-size-smi);
  color: var(--neutral-90);
  font-family: var(--font-poppins);
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-transform: capitalize;
}
.list-name {
  border-radius: var(--br-6xs);
  border: 0.5px solid var(--color-darkgray-100);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.list-name1 {
  color: var(--neutral-90);
  font-family: var(--font-poppins);
  font-size: var(--font-size-xs);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.list-address {
  color: var(--neutral-90);
  font-family: var(--font-poppins);
  font-size: var(--font-size-xs);
  margin-bottom: 0.5rem;
}
.list-phone {
  color: var(--color-cadetblue);
  font-family: var(--font-poppins);
  font-size: var(--font-size-xs);
}

.danger-text{
    color: red;
}
.info {
    position: absolute;
    width: calc(100% - 50px);
    top: calc(50% - 268px);
    right: 25px;
    left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .not-redeem {
    padding:0rem 1rem;
    text-align: center;
    justify-content: center;
    font-size: var(--font-size-mini);
    color: black;
  }
  .ops-you-dont-container {
    flex: 1;
    position: relative;
    line-height: 18px;
  }
  .ops-you-dont {
    margin: 0;
  }
.subject-noti {
  color: black;
  font-weight: bold;
}
.content-noti {
  color: black;
  margin-top: 2rem;
    height: 200px;
}

.classdummy{
  color: #3c763d;
}
.gradient{
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, beige,#fdffcf);
  background-size: 400% 400%;

  -webkit-animation: AnimationName 5s ease infinite;
  animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
  0%{background-position:0% 58%}
  50%{background-position:100% 43%}
  100%{background-position:0% 58%}
}
@keyframes AnimationName {
  0%{background-position:0% 58%}
  50%{background-position:100% 43%}
  100%{background-position:0% 58%}
}
/* rank benefits */
.rank-silver{
  border-radius: var(--br-8xs);
    background: linear-gradient(to bottom right, rgb(213, 212, 212), rgb(233, 232, 232));
    padding: 1rem 0.5rem;
  display: flex;
  cursor: pointer;
  color: black;
  font-family: var(--font-inter);
  font-size: var(--font-size-xs);
  gap: 1rem;
  cursor: pointer;
}
.rank-gold{
  border-radius: var(--br-8xs);
    background: linear-gradient(to bottom right, rgb(255, 226, 64), rgba(255, 255, 255, 0.8));
  padding: 1rem 0.5rem;
  display: flex;
  cursor: pointer;
  color: black;
  font-family: var(--font-inter);
  font-size: var(--font-size-xs);
  gap: 1rem;
  cursor: pointer;
}
.rank-platinum{
  border-radius: var(--br-8xs);
    background: linear-gradient(to bottom right, rgb(224, 224, 224), rgba(255, 255, 255, 0.5));
    padding: 1rem 0.5rem;
  display: flex;
  cursor: pointer;
  color: black;
  font-family: var(--font-inter);
  font-size: var(--font-size-xs);
  gap: 1rem;
  cursor: pointer;
}
.section-main {
    border-radius: var(--br-3xs);
    background-color: #f7e9be;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    text-align: left;
    font-size: var(--font-size-smi);
    color: var(--neutral-90);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-family: var(--font-roboto);
    padding: 0 0.5rem;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.section-child {
    position: relative;
    display: flex;
    flex-direction: row;
}
.instruction {
    margin-top: 1rem;
    box-sizing: border-box;
    width: calc(33.33%);
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    text-align: justify;
    /*align-content: center;*/
    padding: 0.6rem;
}
.ref-icons {
    position: relative;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
}
.section2-main {
    border-radius: var(--br-3xs);
    background-color: #90c5e0;
    height: auto;
    justify-content: space-between;
    text-align: center;
    font-size: var(--font-size-lg);
    color: var(--neutral-90);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-family: var(--font-roboto);
    padding: 0.2rem 0.5rem;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
.refBtn {
    display: block;
    border-radius: 30px;
    background-color: #90c5e0;
    height: auto;
    text-align: center;
    font-size: var(--font-size-sm);
    color: white;
    font-family: var(--font-roboto);
    padding: 1rem 1rem;
    margin: 0.5rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 70%;
    border: none;
    cursor: pointer;
    will-change: background-color;
    transition:background-color 1s;
}
.refBtn:hover{
    background-color: #d9dbff;
    color: black;
}
.table-container {
    width: 100%;
    border-radius: 20px;
    font-size: var(--font-size-sm);
    color: var(--neutral-90);
    font-family: var(--font-roboto);
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 1rem auto;
}
table {
    width: 100%;
    border-radius: 20px;
    font-size: var(--font-size-sm);
    color: var(--neutral-90);
    font-family: var(--font-roboto);
    margin: auto;
}
th, td {
    border: 1px solid #ddd;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #e0e0e0;
}
@media screen and (min-width: 950px) {
    .ref-icons {
        width: 50px;
        height: 50px;
    }
    .instruction{
        text-align: center;
    }
}
.rectangleText {
    align-self: stretch;
    position: relative;
    border-radius: 30px;
    background-color: var(--color-white);
    border: 1px solid var(--color-aliceblue-200);
    box-sizing: border-box;
    height: 37px;
    padding-left:1rem ;
    width: 10rem;
    margin: auto;
}
.rectangleBtn {
    align-self: stretch;
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--color-aliceblue-200);
    height: 38px;
    width: fit-content;
    margin-left: -50px;
    font-size: var(--font-size-sm);
    color: var(--neutral-90);
    font-family: var(--font-roboto);
    padding-left:1rem;
    padding-right:1rem;
}
.refCopy {
    height: auto;
    justify-content: space-between;
    text-align: center;
    font-size: var(--font-size-lg);
    color: var(--neutral-90);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-family: var(--font-roboto);
}
.rectangleBtn2 {
    background-color: #f7e9be;
    display: block;
    border-radius: 30px;
    height: auto;
    text-align: center;
    font-size: var(--font-size-sm);
    color: gray;
    font-family: var(--font-roboto);
    padding: 1rem 1rem;
    margin: 0.5rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 72%;
    border: none;
    cursor: pointer;
}
.share-overlay {
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
}

.share, .share-overlay {
    display: none;
}

.show-share {
    display: block;
}

.share {
    position: absolute;
    border-radius: 30px;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    width: 60%;
    z-index: 2;
    padding: 1em;
    background: white;

    .shareBtn {
        border: none;
        padding: .8em 1.2em;
        margin-top: 3em;
        width: 32%;
        cursor: pointer;
    }
}
.promo-code-parent {
    background-color: #f7e9be;
    gap: var(--gap-6xs);
    margin: 0 0.5rem 1rem;
    border-radius: 15px;
    padding: 0.8rem 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
}
.label-parent {
    display: flex;
    gap: var(--gap-117xl);
    width: 100%;
    justify-content: space-between;
    color: dimgray;
}
.redeemBtn {
    position: relative;
    border-radius: 25px;
    border: 1px solid var(--color-aliceblue-200);
    height: 38px;
    width: fit-content;
    font-size: var(--font-size-sm);
    color: black;
    font-family: var(--font-roboto);
    padding-left:1rem;
    padding-right:1rem;
    margin-top: 0.4rem;
    margin-left: auto;
    display: block;
}
.program-forum-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px; /* Maintain spacing between images */
  margin-left: 10px;
  margin-right: 10px;
}

/*for categories.index.css*/
/* Base Styles - Applied for all screen sizes */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.header-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    position: relative;
}

/*.list-of {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    padding: 10px;*/
/*    border-radius: 10px;*/
/*}*/

.header-title {
    margin-bottom: 20px;
}

.home-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.home-icon img {
    width: 50px;
    height: 50px;
    margin-top: -5px;
}

.header-list h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.header-list h1 span {
    color: #99AA74;
    font-weight: 400;
    font-size: 32px;
    display: block;
    margin-top: -15px;
}

.header-list p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 500;
}

.header-list p span {
    color: #99AA74;
    font-weight: 400;
}

.categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.category-card {
    background-color: #f0f0f0;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 138.56px;
}

.category-card.green { background-color: #b1eecb; }
.category-card.pink { background-color: #ffd1e1; }
.category-card.blue { background-color: #c6eaff; }
.category-card.yellow { background-color: #FFFFCE; }
.category-card.lilac { background-color: #E6D7FF; }
.category-card.oren { background-color: #F7D9C4; }
.category-card.gray { background-color: #e9e9e9; }
.category-card.lightgray { background-color: #dadada; }
.category-card.nicegray { background-color: #d3d3d3; }
.category-card.darkgray { background-color: #A9A9A9; }

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.category-header .title-info h2 {
    font-size: 16px;
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.2;
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.category-header .title-info span {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 5px;
}

.edit-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

.edit-icon img {
    width: 20px;
    height: 20px;
}

.category-footer {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
    margin-top: auto;
}

.view-button {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
}

.delete-button1 {
    background: transparent;
    border: none;
    cursor: pointer;
}

.delete-button1 img {
    width: 16px;
    height: 16px;
}

.add-category {
    margin-top: 30px;
    text-align: center;
}

.add-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 90px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 240px;
}

/* Responsive Styles for Desktop View */
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1200px;
        padding: 20px;
    }

    .header-list {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .header-title {
        margin-bottom: 0;
    }

    .header-list h1 {
        font-size: 48px;
    }

    .header-list h1 span {
        font-size: 48px;
    }

    .header-list p {
        font-size: 18px;
    }

    .categories {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .category-card {
        padding: 20px;
        min-height: 180px;
        align-self: stretch; /* Ensure cards stretch to fill the available space */
        height: 100%; /* Full height of grid cell */
    }

    .category-header .title-info h2 {
        font-size: 18px;
    }

    .category-footer {
        justify-content: space-between;
    }

    .add-button {
        padding: 15px 140px;
        font-size: 18px;
    }
}

/*for categories.create*/
.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 20px 20px 0 0;
    padding: 20px; /* Add some padding for content */
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.back-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.back-button svg, .back-button img {
    width: 24px;
    height: 24px;
}

.breadcrumb a {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
}

.breadcrumb span {
    color: #99AA74;
    font-size: 14px;
}

.add-category-form {
    background-color: #fff;
    border-radius: 30px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

input[type="text"], select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.moderator-list {
    margin-top: 10px;
}

.moderator-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 10px;
}

.moderator-checkbox {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

.moderator-checkbox:checked {
    background: #99AA74;
    border: 2px solid #99AA74;
}

.moderator-checkbox:checked::after {
    content: '✔';
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.moderator-info {
    display: flex;
    flex-direction: column;
}

.moderator-name {
    font-size: 14px;
    color: #000;
}

.moderator-phone {
    font-size: 12px;
    color: #999;
}

.submit-btn {
    background-color: #99AA74;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*for topic.index*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

/* Breadcrumb Styles */
.breadcrumb-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.back-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.breadcrumb a {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
}

.breadcrumb span {
    color: #99AA74;
    font-size: 14px;
}

/* Category Header */
.topic-header h1 {
    font-size: 32px;
    color: #000;
}

.topic-header .author {
    color: #99AA74;
    font-size: 18px;
    margin-top: 5px;
}

.post-form {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #FAFAFA;

}

.post-title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.post-title input {
    width: 70%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid transparent;
    background-color: #FAFAFA;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
}

.post-button {
    position: absolute; /* Absolute positioning within .post-title */
    top: -10%;
    right: -5px; /* Distance from the right edge of .post-title */
    transform: translateY(-50%); /* Center vertically */
    background-color: #000;
    color: #fff;
    padding: 3px 20px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: #FAFAFA;
    border-radius: 5px;
    height: 100px;
}

.add-photo {
    margin-top: 15px;
    text-align: left;
}

.photo-button {
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.photo-button img {
    margin-right: 5px;
}

.discussion-list {
    margin-top: 20px;
}

.discussion-item {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #FAFAFA;
}

.discussion-item .moderator {
    font-size: 10px;
    color: #999;
}

.discussion-item h3 {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
}

.discussion-item .meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discussion-item .posted {
    font-size: 10px;
    color: #999;
}

.discussion-item .replies {
    color: #99AA74;
    font-size: 10px;
    text-decoration: underline;
}


.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100px;
}

.pagination-btn.active {
    background-color: #99AA74;
    color: #fff;
}

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

    .pagination a, .pagination span {
        padding: 5px 8px;
    }
}

/*for comments.index style*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

/* Breadcrumb Styles */
.breadcrumb-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.back-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.breadcrumb a {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
}

.breadcrumb span {
    color: #99AA74;
    font-size: 14px;
}

/* Comment Section */
.comment-section {
    margin-bottom: 20px;
}

.comment-input-container {
    position: relative;
    width: 100%;
}

.comment-input {
    width: 100%;
    padding: 10px 90px 10px 20px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    background-color: #f0f0f0;
    resize: none;
    overflow: hidden;
}

.post-button-2 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-30%);
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    text-align: center;
}



/* Post Details */
.post-details {
    margin-bottom: 30px;
}

.author-info {
    font-size: 14px;
    color: #99AA74;
}

.post-time {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

.post-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.post-image {
    width: 100%;
    border-radius: 12px;
    margin: 15px 0;
}

.post-content {
    font-size: 14px;
    color: #666;
}

.profile-image {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Comments List */
.comments-list {
    margin-top: 20px;
}

.comment {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 10px;
    position: relative;
}

/*.comment:first-of-type {*/
/*    border-top: none;*/
/*}*/

/*.comment:last-of-type {*/
/*    border-bottom: none;*/
/*}*/

.comment-content {
    max-width: 100%;
    margin-left: 5px;
}

.comment-content p {
    font-size: 14px;
    color: #666;
}

.comment-content strong {
    color: #000;
}

.comment-content span {
    font-size: 12px;
    color: #999;
}

.delete-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.delete-button img {
    width: 16px;
    height: 16px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination a, .pagination span {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: 0 5px;
}

.pagination .active {
    background-color: #99AA74;
    color: #fff;
}

.pagination a:hover {
    background-color: #99AA74;
    color: #fff;
}

.pagination .prev, .pagination .next {
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*for delete-modal-categories.index*/
/* Modal styles */
.delete-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Modal background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.delete-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 245px;
    height: auto;
    max-width: 400px;
}

.delete-modal-header img {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.delete-modal-body h1 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000; /* Text color */
}

.delete-modal-body p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666; /* Lighter text color */
}

.delete-modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Spacing between buttons */
    margin-top: 20px;
}

.delete-modal-delete-button {
    padding: 10px 30px;
    border: 2px solid red; /* Red border for outline */
    border-radius: 50px;
    background-color: transparent; /* No background */
    color: red; /* Red text */
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}


.delete-modal-delete-button:hover {
    background-color: red;
    color: white;
}

.delete-modal-cancel-button {
    background-color: transparent;
    color: #999; /* Grey text */
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: underline; /* Underline for cancel */
    padding: 0;
    position: relative;
}
.custom-actions {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjust spacing between buttons */
}

.delete-modal-cancel-button:hover {
    color: #666; /* Darker grey on hover */
}

/*popup Posted!*/
/* Popup styles */
.popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    gap: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup p {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.hidden {
    display: none;
}

.popup.show {
    opacity: 1;
    visibility: visible;
}

.view-button-popup {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}

/*css for toggle switch*/
/* Tab Container Styling */
.tab-container {
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(90deg, #E0E0E0, #CFD4D4); /* Background gradient for the container */
    padding: 5px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .header-list {
        flex-direction: column; /* Ensure everything stays in one column */
        align-items: flex-start; /* Align content to the left */
    }

    .tab-container {
        max-width: 600px; /* Expand tab container for desktop view */
        font-size: 16px; /* Increase font size for desktop view */
        margin-top: 10px; /* Keep slight space between header content and tabs */
    }

    .tab {
        padding: 15px 30px; /* Increase padding for desktop view */
    }
}

.tab {
    width: 50%;
    flex: 1;
    padding: 5px 15px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    border-radius: 25px;
    background-color: #CFD4D4; /* Default background color for inactive tabs */
    /* color: #CFD4D4; Text invisible by default when inactive */
}

/* Active Tab Styling */
.tab.active {
    background-color: #99AA74; /* Solid green for active tab */
    color: #FFFFFF; /* White text for active tab */
}

/* Inactive Tab Styling when switched */
.tab.inactive {
    background-color: #525255; /* Grey gradient for inactive tab */
    color: #FFFFFF; /* Darker text for inactive tab */
}

/*for success-modal-categories.index*/
/* Modal styles */
.success-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Modal background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.success-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    height: auto;
    max-width: 400px;
}

.success-modal-header img {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.success-modal-body h1 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000; /* Text color */
}

.success-modal-body p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666; /* Lighter text color */
}

.success-modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Spacing between buttons */
    margin-top: 20px;
}

.success-modal-success-button {
    padding: 10px 30px;
    border: 2px solid green;
    border-radius: 50px;
    background-color: transparent;
    color: green;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.success-modal-success-button:hover {
    background-color: green;
    color: white;
}

.success-modal-cancel-button {
    background-color: transparent;
    color: #999; /* Grey text */
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: underline; /* Underline for cancel */
    padding: 0;
}

.success-modal-cancel-button:hover {
    color: #666; /* Darker grey on hover */
}


/*//sweetalert*/
  .delete-success-button {
      background-color: white; /* White background */
      color: #28a745; /* Green text */
      border: 2px solid #28a745; /* Green border */
      border-radius: 100px;
      padding: 5px 20px;
      font-size: 16px;
      outline: none;
      cursor: pointer;
      width: 100px;
  }

.delete-success-button :hover {
    background-color: #f8f9fa; /* Slightly off-white background on hover */
    border-color: #218838; /* Darker green border on hover */
    color: #218838; /* Darker green text on hover */
}

.custom-success-popup {
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
}

/*spinner loading comments styling */
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s ease-in-out infinite;
    margin-left: 5px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*for short comment styling*/
/* Shortened comment displayed by default */
.short-comment {
    display: block;
    margin-top: 5px;
    text-align: justify;
}

/* Full comment hidden initially */
.full-comment {
    display: none;
    margin-top: 5px;
    text-align: justify;
}

/* Read more toggle button */
.read-more-toggle {
    color: #007bff;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.read-more-toggle:hover {
    text-decoration: none;
}
