.display-agent {
    font-weight: bold;
    margin-left: 10px;
    padding-left: 20px;
    color: #0b0b0b;
}

.agent-details {
    margin-bottom: 20px;
    margin-top: 20px;
}


.recordownership {
    margin-top: 40px;
}

/*table for history change ownership*/
.table-interface {
    margin-top: 20px; /* Adjust spacing as needed */
}

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

.table-interface th,
.table-interface td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    color: black;
}

.table-interface th {
    background-color: wheat; /* Change background color as desired */
}

.table-interface tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Change even row background color */
}

.table-interface tbody tr:hover {
    background-color: #e6e6e6; /* Change hover row background color */
}

.text-muted {
    font-size: 10px;
    color: gray;
    margin-left: 20px;
    text-align: left;
    display: block;
    font-weight: bold;
}

.text-muted-1 {
    font-size: 14px;
    color: black;
    margin-left: 25px;
    text-align: left;
    display: block;
    font-weight: bold;
}

.rank-image-container {
    width: 300px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.rank-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    /* Ensure pinch zooming is enabled */
    touch-action: manipulation; /* This property allows default touch behaviors */
    -webkit-user-drag: auto; /* Enable dragging on iOS */
    -webkit-user-select: auto; /* Enable text selection on iOS */
}

.pts3-new {
    white-space: nowrap;
}

.toast-voucher {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
/*agent transfer ownership*/
.agent-transfer-title {
    text-align: center;
    width: 150px;
    margin-left: 10px;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    font-size: 14px;
    color: black;
    white-space: nowrap;
}
/*for voucherpage*/
.redeemed-voucher-section {
    margin-top: 10px;
}

.square-divider {
    width: 100%;
    height: 20px;
    background-color: var(--color-wheat);
}
.redeemed-voucher-title {
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    margin-top: -20px;
    font-size: 14px;
    color: black;
}

.redeemed-voucher-title-ot {
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    font-size: 14px;
    color: black;
}
/*for voucherpage*/

.content-noti-view {
    color: black;
    margin-top: 2rem;
    text-align: center;
}
.subject-noti-view {
    color: black;
    font-weight: bold;
    text-align: center;
}

.toast {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

.show-toast {
    visibility: visible;
    animation: fadeOut 3s;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}
.copy-button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.copy-button {
    background-color: #FFA500;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    justify-content: center;
}

.copy-button:hover {
    background-color: #ff4d04;
}


.terms-condition-view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    font-weight: 500;
    font-family: var(--font-poppins);
}

.voucher-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.voucher-code-square {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, beige, darkorange);
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redeem-button {
    background-color: #FFA500;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.notification-content {
    display: flex;
    align-items: center;
}
.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

/* fadein effect for faq  */
.fade-in {
  animation: fadeIn ease-in-out 1.0s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pattern-icon5 {
    position: absolute;
    top: 41px;
    left: 243px;
    width: 204px;
    height: 237.5px;
    display: none;
  }
  .image-1044-icon5 {
    position: absolute;
    top: 334px;
    left: 3px;
    width: 0;
    height: 0;
    object-fit: cover;
  }
  .redeem12 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-gift-icon5 {
    position: absolute;
    width: calc(100% - 27px);
    right: 13.5px;
    bottom: 20px;
    left: 13.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .redeem11 {
    position: relative;
    width: 51px;
    height: 44px;
  }
  .fi-rr-shop-icon5 {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    right: 4px;
    left: 4px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .store11 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .store10 {
    position: relative;
    width: 32px;
    height: 43.6px;
  }
  .home-icon-child2 {
    position: relative;
    border-radius: var(--br-81xl);
    width: 57px;
    height: 57px;
  }
  .home5 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
  }
  .home-icon5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-8xs);
    color: var(--color-darkslategray-100);
  }
  .fi-rr-search-icon5 {
    position: absolute;
    width: calc(100% - 19px);
    right: 9.5px;
    bottom: 20px;
    left: 9.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .search11 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 21.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .search10 {
    position: relative;
    width: 43px;
    height: 44px;
  }
  .contact5 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-user-icon5 {
    position: absolute;
    width: calc(100% - 14px);
    top: calc(50% - 22px);
    right: 7px;
    left: 7px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .profile5 {
    position: relative;
    width: 38px;
    height: 44px;
  }
  .nav-bar5 {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    border-top: 0.5px solid var(--neutral-50);
    box-sizing: border-box;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 var(--padding-5xl) var(--padding-base);
  }
  .fi-rr-envelope-open-icon {
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .open-noti-icon {
    width: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-7xs) var(--padding-5xs);
    box-sizing: border-box;
  }
  .lorem-ipsum-dolor {
    flex: 1;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
    font-size: var(--font-size-xs);
    color: var(--neutral-50);
    font-family: var(--font-poppins);
  }
  .noti,
  .noti1,
  .open-noti {
    display: flex;
    align-items: center;
  }
  .noti1 {
    flex: 1;
    flex-direction: row;
    justify-content: center;
    padding: var(--padding-3xs);
  }
  .noti,
  .open-noti {
    align-self: stretch;
  }
  .noti {
    border-bottom: 0.3px solid var(--color-darkgray-200);
    flex-direction: row;
    justify-content: center;
    padding: 0 var(--padding-5xl);
  }
  .open-noti {
    flex-direction: column;
    justify-content: flex-start;
  }
  .fi-rr-envelope-open-icon1 {
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
    z-index: 0;
  }
  .fi-rr-envelope-icon {
    position: absolute;
    margin: 0 !important;
    top: calc(50% - 12.1px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .list-noti,
  .open-noti-icon1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .open-noti-icon1 {
    width: 40px;
    flex-direction: row;
    padding: var(--padding-7xs) var(--padding-5xs);
    position: relative;
    gap: var(--gap-3xs);
  }
  .list-noti {
    position: absolute;
    width: 100%;
    top: calc(50% - 317px);
    right: 0;
    left: 0;
    flex-direction: column;
    padding: 0 var(--padding-base);
    text-align: left;
    color: var(--color-black);
  }
  .left-arrow-icon-child2 {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon6 {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .left-arrow-icon5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification6 {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .subject5 {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header5,
  .notification5 {
    width: 100%;
    overflow: hidden;
  }
  .header5 {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
    font-size: var(--font-size-base);
    color: var(--color-darkslategray-200);
  }
  .notification5 {
    position: relative;
    background-color: var(--color-white);
    height: 844px;
    text-align: center;
    font-size: var(--font-size-xs);
    color: var(--neutral-50);
    font-family: var(--font-poppins);
  }

  <!--contactus-->
  .left-arrow-icon-child {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    z-index: 1;
  }
  .left-arrow-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .header,
  .subject {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .subject {
    flex: 1;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    overflow: hidden;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
  }
  .redeem1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-gift-icon {
    position: absolute;
    width: calc(100% - 27px);
    right: 13.5px;
    bottom: 20px;
    left: 13.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .redeem {
    position: relative;
    width: 51px;
    height: 44px;
  }
  .fi-rr-shop-icon {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    right: 4px;
    left: 4px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .store1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon-child,
  .store {
    position: relative;
    width: 32px;
    height: 43.6px;
  }
  .home-icon-child {
    border-radius: var(--br-81xl);
    width: 57px;
    height: 57px;
  }
  .home {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-8xs);
  }
  .fi-rr-search-icon {
    position: absolute;
    width: calc(100% - 19px);
    right: 9.5px;
    bottom: 20px;
    left: 9.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .search1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 21.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .search {
    position: relative;
    width: 43px;
    height: 44px;
  }
  .contact {
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
  }
  .fi-rr-user-icon {
    position: absolute;
    width: calc(100% - 14px);
    top: calc(50% - 22px);
    right: 7px;
    left: 7px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .profile {
    position: relative;
    width: 38px;
    height: 44px;
    color: var(--color-darkslategray-100);
  }

  .maps-container {
    max-width: 100%;
    overflow: hidden;
    height: 230px;
    display: flex;
  }
  .google-maps-icon {
    width: 100%;
    object-fit: cover;
    margin: auto;
  }
  .outline-phone {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }
  .span {
    text-decoration: underline;
  }
  .a {
    color: inherit;
  }
  .whatsapp-no {
    display: flex;
    margin-top: 2rem;
    gap: var(--gap-4xs);
  }
  .whatsapp-no1 {
    align-self: stretch;
    height: 108px;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-4xs);
    color: var(--color-gray-200);
  }
  .whatsapp-container{
    color: black;
  }
  .contact-us {
    position: relative;
    background-color: var(--color-white);
    width: 100%;
    height: 844px;
    overflow: hidden;
    text-align: center;
    font-size: var(--font-size-base);
    color: var(--color-darkslategray-200);
    font-family: var(--font-poppins);
  }

  .terms-conditions {
    font-weight: 500;
  }
  .the-terms-and {
    text-align: justify;
    margin: 0;
  }
  .individual {
    font-weight: 500;
    font-family: var(--font-poppins);
  }
  .the-user-uses-the-site-andor {
    margin-bottom: 0;
  }
  .the-user-is-personally-respons {
    margin: 0;
    padding-left: var(--padding-mid);
  }
  .terms-conditions-container {
    letter-spacing: 0.1px;
    line-height: 19.5px;
    padding: 0 2rem;
  }

  .left-arrow-icon-child {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    z-index: 1;
  }
  .left-arrow-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .subject {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
    font-size: var(--font-size-base);
    color: var(--color-darkslategray-200);
  }
  .terms-condition {
    display: flex;
    padding-top: 4.5rem;
    padding-bottom: 6.5rem;
    width: 100%;
    font-size: var(--font-inherit);
    color: var(--color-steelblue);
    font-family: var(--font-poppins);
  }

  <!--redemption-->
  .pattern-icon {
    position: absolute;
    top: 41px;
    left: 243px;
    width: 204px;
    height: 237.5px;
    display: none;
  }
  .image-1044-icon {
    position: absolute;
    top: 334px;
    left: 3px;
    width: 0;
    height: 0;
    object-fit: cover;
  }
  .redeem-now1 {
    position: relative;
    line-height: 24px;
  }
  .redeem-now {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .redemption-history2 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 20px;
    font-weight: 500;
  }
  .redemption-history1,
  .section {
    display: flex;
    flex-direction: row;
  }
  .redemption-history1 {
    align-items: center;
    justify-content: center;
    color: var(--color-darkslategray-100);
  }
  .section {
    position: absolute;
    width: 100%;
    top: 107px;
    right: 0;
    left: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 var(--padding-5xl);
    box-sizing: border-box;
    font-size: var(--font-size-smi);
  }
  .redeem1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 26.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
  }
  .fi-rr-gift-icon {
    position: absolute;
    width: calc(100% - 27px);
    right: 13.5px;
    bottom: 20px;
    left: 13.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .redeem {
    position: relative;
    width: 51px;
    height: 44px;
    color: var(--color-darkslategray-100);
  }
  .fi-rr-shop-icon {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    right: 4px;
    left: 4px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .store1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon-child,
  .store {
    position: relative;
    width: 32px;
    height: 43.6px;
  }
  .home-icon-child {
    border-radius: var(--br-81xl);
    width: 57px;
    height: 57px;
  }
  .home {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-8xs);
  }
  .fi-rr-search-icon {
    position: absolute;
    width: calc(100% - 19px);
    right: 9.5px;
    bottom: 20px;
    left: 9.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .search1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 21.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .search {
    position: relative;
    width: 43px;
    height: 44px;
  }
  .contact {
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-user-icon {
    position: absolute;
    width: calc(100% - 14px);
    top: calc(50% - 22px);
    right: 7px;
    left: 7px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .profile {
    position: relative;
    width: 38px;
    height: 44px;
  }
  .nav-bar {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    border-top: 0.5px solid var(--neutral-50);
    box-sizing: border-box;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 var(--padding-5xl) var(--padding-base);
    text-align: center;
    font-size: var(--font-size-xs);
  }
  .left-arrow-icon-child {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .left-arrow-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .header,
  .subject {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .subject {
    flex: 1;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    overflow: hidden;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
    text-align: center;
    font-size: var(--font-size-base);
    color: var(--color-darkslategray-200);
  }
  .face-towel-1 {
    position: relative;
    width: 92px;
    height: 78px;
    object-fit: cover;
  }
  .face-towel {
    margin: 0;
  }
  .face-towel-1500-container {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 15px;
    font-weight: 600;
    display: inline-block;
    width: 94px;
  }
  .face-towel-1500-pts-wrapper {
    flex: 1;
    height: 61px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .rm15-voucher-code-container {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 15px;
    font-weight: 600;
    display: inline-block;
    width: 77px;
  }
  .info {
    align-self: stretch;
  }
  .redeemed {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 20px;
    font-weight: 600;
  }
  .redeemed-wrapper {
    align-self: stretch;
    border-radius: 0 0 var(--br-3xs) var(--br-3xs);
    background-color: var(--color-wheat);
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-3xs) var(--padding-5xs);
    box-sizing: border-box;
    text-align: center;
    font-family: var(--font-poppins);
  }
  .list-redemption-history,
  .list-redemption-history1,
  .rm15-voucher {
    height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .rm15-voucher {
    align-self: stretch;
    border-radius: var(--br-3xs);
    border: 0.5px solid var(--color-gainsboro-100);
    justify-content: flex-start;
    gap: var(--gap-9xs);
  }
  .list-redemption-history,
  .list-redemption-history1 {
    position: absolute;
    width: calc(100% - 1px);
    top: calc(50% - 265px);
    right: 1px;
    left: 0;
    justify-content: space-between;
    padding: 0 var(--padding-17xl);
    color: var(--color-dimgray-200);
    font-family: var(--font-plus-jakarta-sans);
  }
  .list-redemption-history1 {
    top: calc(50% - 147px);
  }
  .redemption-history {
    position: relative;
    background-color: var(--color-white);
    width: 100%;
    height: 844px;
    overflow: hidden;
    text-align: left;
    font-size: var(--font-size-3xs);
    color: var(--neutral-50);
    font-family: var(--font-poppins);
  }

  .subject3 {
    margin: 0;
    padding-left: var(--padding-mid);
  }
  .subject2 {
    flex: 1;
    position: relative;
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: capitalize;
  }
  .subject1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .answer-box1 {
    align-self: stretch;
    position: relative;
    border-radius: var(--br-9xs);
    background-color: var(--color-white);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;
    height: 69px;
  }
  .answer-box,
  .subject {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .subject {
    align-items: flex-start;
    gap: var(--gap-5xs);
  }
  .choose-option {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: capitalize;
  }
  .choose {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .complaint-child {
    position: relative;
    border-radius: 50%;
    background-color: var(--color-gainsboro-600);
    border: 1px solid var(--color-darkslategray-200);
    box-sizing: border-box;
    width: 14px;
    height: 14px;
  }
  .complaint2 {
    position: relative;
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: capitalize;
  }
  .complaint1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-6xs);
  }
  .feedback-child {
    position: relative;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 1px solid var(--color-darkslategray-200);
    box-sizing: border-box;
    width: 14px;
    height: 14px;
  }
  .complaintfeedback,
  .feedback {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: var(--gap-6xs);
  }
  .complaintfeedback {
    align-self: stretch;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-25xl);
    font-size: var(--font-size-smi);
    font-family: var(--font-poppins);
  }
  .answer-box3,
  .attach-max-file {
    align-self: stretch;
    position: relative;
  }
  .answer-box3 {
    border-radius: var(--br-9xs);
    background-color: var(--color-white);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;
    height: 164px;
  }
  .attach-max-file {
    font-size: var(--font-size-xs);
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: capitalize;
    font-family: var(--font-poppins);
  }
  .subject-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-8xl);
  }
  .send-your-complaint {
    position: relative;
    letter-spacing: 0.1px;
    line-height: 19.5px;
    font-weight: 500;
  }
  .button,
  .section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button {
    align-self: stretch;
    border-radius: var(--br-11xl);
    background-color: var(--color-wheat);
    height: 36px;
    overflow: hidden;
    flex-shrink: 0;
    flex-direction: row;
    padding: var(--padding-smi) var(--padding-base);
    box-sizing: border-box;
    font-size: var(--font-size-smi);
    font-family: var(--font-poppins);
  }
  .section {
    position: absolute;
    width: calc(100% - 69px);
    top: calc(50% - 301px);
    right: 37px;
    left: 32px;
    flex-direction: column;
    gap: var(--gap-base);
    text-align: left;
    font-family: var(--font-inherit);
  }
  .left-arrow-icon-child {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .left-arrow-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .header,
  .subject4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .subject4 {
    flex: 1;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    overflow: hidden;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
    font-size: var(--font-size-base);
  }
  .redeem1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-gift-icon {
    position: absolute;
    width: calc(100% - 27px);
    right: 13.5px;
    bottom: 20px;
    left: 13.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .redeem {
    position: relative;
    width: 51px;
    height: 44px;
  }
  .fi-rr-shop-icon {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    right: 4px;
    left: 4px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .store1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon-child,
  .store {
    position: relative;
    width: 32px;
    height: 43.6px;
  }
  .home-icon-child {
    border-radius: var(--br-81xl);
    width: 57px;
    height: 57px;
  }
  .home {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-8xs);
  }
  .fi-rr-search-icon {
    position: absolute;
    width: calc(100% - 19px);
    right: 9.5px;
    bottom: 20px;
    left: 9.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .search1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 21.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .search {
    position: relative;
    width: 43px;
    height: 44px;
  }
  .contact {
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
  }
  .fi-rr-user-icon {
    position: absolute;
    width: calc(100% - 14px);
    top: calc(50% - 22px);
    right: 7px;
    left: 7px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .profile {
    position: relative;
    width: 38px;
    height: 44px;
    color: var(--color-darkslategray-100);
  }
  .complaint,
  .nav-bar {
    background-color: var(--color-white);
    width: 100%;
  }
  .nav-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 0.5px solid var(--neutral-50);
    box-sizing: border-box;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 var(--padding-5xl) var(--padding-base);
    font-size: var(--font-size-xs);
    color: var(--neutral-50);
  }
  .complaint {
    position: relative;
    height: 844px;
    overflow: hidden;
    text-align: center;
    font-size: var(--font-inherit);
    color: var(--color-darkslategray-200);
    font-family: var(--font-poppins);
  }

  /*<!--feedback1-->*/
  .subject13 {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: var(--padding-mid);
  }
  .subject12 {
    flex: 1;
    position: relative;
    letter-spacing: 0.28px;
    line-height: 22px;
    margin-top: -40px;
    text-transform: capitalize;
  }

.subject12-ot {
    flex: 1;
    position: relative;
    letter-spacing: 0.28px;
    line-height: 22px;
    margin-top: auto;
    text-transform: capitalize;
}
  .subject11 {
    margin-left: -35px;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .answer-box9 {
    resize: vertical;
    align-self: stretch;
    position: relative;
    border-radius: var(--br-9xs);
    background-color: var(--color-white);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;
    height: 70px;
    margin: auto;
    width: 100%;
    vertical-align: top;

  }
  .answer-box8,
  .subject10 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: -10px;
  }
  .subject10 {
    align-items: flex-start;
    gap: var(--gap-5xs);
  }
.subject10-new {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 10px;
    align-items: flex-start;
    gap: var(--gap-5xs);
}

  .choose-option4 {
    margin-top: 40px;
    margin-left: -40px;
    align-self: stretch;
    position: relative;
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: capitalize;
  }
  /* .choose2 {
    margin-left: -35px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  } */
  .complaint-inner {
    position: relative;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 1px solid var(--color-darkslategray-200);
    box-sizing: border-box;
    width: 14px;
    height: 14px;
  }
  .complaint6 {
    position: relative;
    line-height: 22px;
    text-transform: capitalize;
    display: flex;
    margin-top: 20px;
    margin-right: 10px;
    align-items: center;
    gap: 8px;
  }

.complaint6-ot {
    /*position: relative;*/
    line-height: 22px;
    text-transform: capitalize;
    /*display: flex;*/
    margin: auto;
}

.complaint6-ot select {
    display: inline-block;
    padding: 8px 0;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: var(--font-poppins);
}

.complaint6-ot select:hover {
    background-color: #f5f5f5;
}

/* Style for when the dropdown is focused */
.complaint6-ot select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

  .ml-3{
    margin-left: 3rem;
  }

  /* Radio button alignment fixes */
  .complaint6 input[type="radio"] {
    margin: 0;
    vertical-align: middle;
  }

  .complaint6 label {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
  }

  .complaint5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-6xs);
  }
  .feedback-inner {
    position: relative;
    border-radius: 50%;
    background-color: var(--color-gainsboro-600);
    border: 1px solid var(--color-darkslategray-200);
    box-sizing: border-box;
    width: 14px;
    height: 14px;
  }
  .complaintfeedback2,
  .feedback6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: var(--gap-6xs);
  }
  .complaintfeedback2 {
    align-self: stretch;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-25xl);
    font-size: var(--font-size-smi);
    font-family: var(--font-poppins);
  }

  .answer-box11,
  .attach-max-file2 {
    align-self: stretch;
    position: relative;
  }
  .answer-box11 {
    resize: vertical;
    border-radius: var(--br-9xs);
    background-color: var(--color-white);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;
    height: 164px;
  }
  .attach-max-file2 {
    font-size: var(--font-size-xs);
    letter-spacing: 0.28px;
    line-height: 22px;
    text-transform: capitalize;
    font-family: var(--font-poppins);
  }
  .subject-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-8xl);
  }
  .send-your-feedback1 {
    position: relative;
    letter-spacing: 0.1px;
    line-height: 19.5px;
    font-weight: 500;
  }
  .button2,
  .section2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button2 {
    align-self: stretch;
    border-radius: var(--br-11xl);
    background-color: var(--color-wheat);
    height: 36px;
    box-sizing: border-box;
    font-size: var(--font-size-smi);
    font-family: var(--font-poppins);
    margin: auto;
    width: 100%;
    cursor: pointer;
    border-style: none;
  }
  .section2 {
    position: absolute;
    width: calc(100% - 69px);
    top: calc(50% - 301px);
    right: 37px;
    left: 32px;
    flex-direction: column;
    gap: var(--gap-base);
    text-align: left;
    font-family: var(--font-inherit);
  }
  .left-arrow-icon-inner {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon2 {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .left-arrow-icon2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification2 {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .header2,
  .subject14 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .subject14 {
    flex: 1;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header2 {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    overflow: hidden;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
    font-size: var(--font-size-base);
  }
  .redeem5 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-gift-icon2 {
    position: absolute;
    width: calc(100% - 27px);
    right: 13.5px;
    bottom: 20px;
    left: 13.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .redeem4 {
    position: relative;
    width: 51px;
    height: 44px;
  }
  .fi-rr-shop-icon2 {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    right: 4px;
    left: 4px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .store5 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon-inner,
  .store4 {
    position: relative;
    width: 32px;
    height: 43.6px;
  }
  .home-icon-inner {
    border-radius: var(--br-81xl);
    width: 57px;
    height: 57px;
  }
  .home2 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-8xs);
  }
  .fi-rr-search-icon2 {
    position: absolute;
    width: calc(100% - 19px);
    right: 9.5px;
    bottom: 20px;
    left: 9.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .search5 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 21.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .search4 {
    position: relative;
    width: 43px;
    height: 44px;
  }
  .contact2 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
  }
  .fi-rr-user-icon2 {
    position: absolute;
    width: calc(100% - 14px);
    top: calc(50% - 22px);
    right: 7px;
    left: 7px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .profile2 {
    position: relative;
    width: 38px;
    height: 44px;
    color: var(--color-darkslategray-100);
  }
  .feedback5,
  .nav-bar2 {
    background-color: var(--color-white);
    width: 100%;
  }
  .nav-bar2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 0.5px solid var(--neutral-50);
    box-sizing: border-box;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 var(--padding-5xl) var(--padding-base);
    font-size: var(--font-size-xs);
    color: var(--neutral-50);
  }
  .feedback5 {
    position: relative;
    height: 844px;
    overflow: hidden;
    text-align: center;
    font-size: var(--font-inherit);
    color: var(--color-darkslategray-200);
    font-family: var(--font-poppins);
  }
.feedback5-ot {
    position: relative;
    height: 1100px;
    overflow: hidden;
    text-align: center;
    font-size: var(--font-inherit);
    color: var(--color-darkslategray-200);
    font-family: var(--font-poppins);
    margin-top: -200px;
}

  <!--store-->
  .pattern-icon {
    position: absolute;
    top: 41px;
    left: 243px;
    width: 204px;
    height: 237.5px;
    display: none;
  }
  .image-1044-icon {
    position: absolute;
    top: 334px;
    left: 3px;
    width: 0;
    height: 0;
    object-fit: cover;
  }
  .list-product,
  .list-product1,
  .redeem-title-store-wrapper {
    width: 336px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
  .list-product,
  .list-product1 {
    width: 374px;
    flex-direction: column;
  }
  .list-product {
    position: absolute;
    top: 110px;
    left: 0;
    width: 390px;
    overflow-y: auto;
    align-items: flex-start;
    padding: 0 var(--padding-base);
    box-sizing: border-box;
  }
  .left-arrow-icon-child {
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 0;
  }
  .left-1-icon {
    position: absolute;
    margin: 0 !important;
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .left-arrow-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: var(--gap-3xs);
  }
  .notification {
    flex: 1;
    position: relative;
    line-height: 19.5px;
    font-weight: 500;
  }
  .header,
  .subject {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .subject {
    flex: 1;
    padding: 0 var(--padding-21xl) 0 0;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-wheat);
    overflow: hidden;
    padding: var(--padding-5xs) var(--padding-2xs);
    box-sizing: border-box;
    gap: var(--gap-7xs);
    text-align: center;
    font-size: var(--font-size-base);
    color: var(--color-darkslategray-200);
  }
  .agents-near-you {
    position: relative;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    width: 128px;
  }
  .agents-near-you-wrapper,
  .list-product2,
  .subject1 {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }

  .list-of-store-group {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
  }
  .list-of-store1 {
    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%;
  }
  .store-list {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-gainsboro-100);
  }

  .list-product2,
  .subject1 {
    width: 344px;
    align-items: center;
    justify-content: flex-start;
  }
  .subject1 {
    width: 312px;
    overflow-y: auto;
    align-items: flex-start;
  }
  .hq-olive-house {
    position: relative;
    line-height: 24px;
    font-weight: 500;
  }
  .hq-olive-house-wrapper {
    align-self: stretch;
    flex-direction: row;
    align-items: center;
  }
  .hq-olive-house-wrapper,
  .name,
  .name1 {
    display: flex;
    justify-content: flex-start;
  }
  .name1 {
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
  .name {
    align-self: stretch;
    flex-direction: row;
    align-items: flex-start;
  }
  .div,
  .level-5 {
    flex: 1;
    position: relative;
    line-height: 15px;
    display: inline-block;
    height: 52px;
  }
  .div {
    line-height: 19.5px;
    height: 21px;
  }
  .hq-info {
    border-radius: var(--br-6xs);
    background-color: var(--color-white);
    border: 0.5px solid var(--color-gainsboro-100);
    flex-direction: column;
    padding: var(--padding-base);
    gap: var(--gap-5xs);
  }
  .hq-info,
  .hq-info-wrapper {
    align-self: stretch;
  }
  .hq-info-wrapper,
  .list-agent,
  .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .list-agent {
    align-self: stretch;
    gap: var(--gap-5xs);
    font-size: var(--font-size-xs);
  }
  .section {
    position: absolute;
    width: calc(100% - 56px);
    top: calc(50% - 209px);
    right: 28px;
    left: 28px;
    gap: var(--gap-5xl);
  }
  .redeem1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-gift-icon {
    position: absolute;
    width: calc(100% - 27px);
    right: 13.5px;
    bottom: 20px;
    left: 13.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .redeem {
    position: relative;
    width: 51px;
    height: 44px;
  }
  .fi-rr-shop-icon {
    position: absolute;
    width: calc(100% - 8px);
    top: 0;
    right: 4px;
    left: 4px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .store2 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 500;
  }
  .store1 {
    position: relative;
    width: 32px;
    height: 43.6px;
    color: var(--color-darkslategray-100);
  }
  .home-icon-child {
    position: relative;
    border-radius: var(--br-81xl);
    width: 57px;
    height: 57px;
  }
  .home {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .home-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-8xs);
  }
  .fi-rr-search-icon {
    position: absolute;
    width: calc(100% - 19px);
    right: 9.5px;
    bottom: 20px;
    left: 9.5px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .search1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 21.5px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .search {
    position: relative;
    width: 43px;
    height: 44px;
  }
  .contact {
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    letter-spacing: 0.01em;
    line-height: 16px;
  }
  .fi-rr-user-icon {
    position: absolute;
    width: calc(100% - 14px);
    top: calc(50% - 22px);
    right: 7px;
    left: 7px;
    max-width: 100%;
    overflow: hidden;
    height: 24px;
  }
  .profile {
    position: relative;
    width: 38px;
    height: 44px;
  }
  .nav-bar {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    border-top: 0.5px solid var(--neutral-50);
    box-sizing: border-box;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 var(--padding-5xl) var(--padding-base);
    text-align: center;
    font-size: var(--font-size-xs);
    color: var(--neutral-50);
  }
  .placeholder-label {
    position: relative;
    letter-spacing: -0.41px;
    line-height: 22px;
    display: inline-block;
    width: 289px;
    flex-shrink: 0;
  }
  .shape-icon {
    position: relative;
    width: 14.5px;
    height: 7.5px;
  }
  .drop-down-icon {
    align-self: stretch;
    flex-direction: column;
    align-items: flex-end;
  }
  .drop-down-icon,
  .drop-down-icon-wrapper,
  .search-bar {
    display: flex;
    justify-content: flex-start;
  }
  .drop-down-icon-wrapper {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
  }
  .search-bar {
    position: absolute;
    width: calc(100% - 48px);
    top: 146px;
    right: 18px;
    left: 30px;
    border-radius: var(--br-8xs);
    background-color: #fafafa;
    border: 0.5px solid #c6c7c9;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    padding: var(--padding-5xs) var(--padding-base);
    gap: var(--gap-5xs);
    color: var(--label-colors-lc-l-secondary);
  }
  .store {
    position: relative;
    background-color: var(--color-white);
    width: 100%;
    height: 844px;
    overflow: hidden;
    text-align: left;
    font-size: var(--font-size-smi);
    color: var(--neutral-90);
    font-family: var(--font-poppins);
  }

  /* error */
  .error1 {
    flex: 1;
    position: relative;
    line-height: 22px;
    font-weight: 500;
  }
  .page-not-found {
    position: relative;
    line-height: 25px;
    font-weight: 500;
  }
  .info,
  .info-2 {
    display: flex;
    align-items: center;
  }
  .info-2 {
    align-self: stretch;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    color: #7f7f7f;
  }
  .info {
    position: absolute;
    width: calc(100% - 154px);
    top: calc(50% - 13px);
    right: 77px;
    left: 77px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }
  .outline-document-cross {
    position: absolute;
    top: calc(50% - 103px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
  }
  .error {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 844px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #495057;
    font-family: var(--font-poppins);
  }

  /* offlinepage */
  /* .offline1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  } */
  .info,
  .info-2 {
    display: flex;
    align-items: center;
  }
  .info-2 {
    align-self: stretch;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    color: #7f7f7f;
  }
  .info {
    position: absolute;
    width: calc(100% - 154px);
    top: calc(50% - 13px);
    right: 77px;
    left: 77px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
  }




