.ReferralSwiperSlideMainContainer
{
    width: 100%;
    background-color: rgb(43, 43, 43);
    /* background-color: rgb(25, 25, 25); */
}
.ReferralSwiperSlideAllContentWrapper
{
    width: 100%;
    height: fit-content;
    max-width: 1550px;
    overflow: hidden;
    margin: 0 auto;
}

.ReferralSwiperSlideAllContentWrapper .ImageFullCover
{
    -webkit-filter: brightness(20%);
}
.ReferralSwiperSlide
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
}
.image-wrapperRefMenu
{
    position: relative;
    display: inline-block;
}
.loading-blockerRefMenu
{
    position: absolute;
    inset: 0;
}
.ReferralSwiperSlide img
{
    width: fit-content;
    margin: auto;
}
.PointExchangePagination
{
    position: absolute;
}
.PointExchangePagination .swiper-pagination-bullet
{
    border-radius: 100%;
    background: #bdbdbd;
    border-color: #bdbdbd;

    border-style: solid;
    border-width: thin;
    opacity: 100% !important;
}
.PointExchangePagination .swiper-pagination-bullet-active
{
    background: #3A9FDD;
    border-color: #3A9FDD;
}
.ReferralContentWrapper
{
    max-width: 1550px;
    height: fit-content;
    display: flex;
}
.ReferralLeftWrapper
{
    height: 100%;
}
.ReferralRightWrapper
{
    flex: 1;
}
.ReferralLeftWrapper .GreyContainerInfoPadding p img, .CopyText img, .PriceTextMainContainer p img
{
    vertical-align: top;
}
.TopReferralSectionButtonContainer
{
    flex: 1;
    height: fit-content;
    display: flex;
    background-color: #FFFFFF;
}
.TopReferralSectionButton
{
    flex: 1 1;
    height: fit-content;
    display: flex;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent;
}
.TopReferralSectionSelected p
{
    color: white !important;
    font-family: 'Inter Medium';
}
.ListOfRefPingMainContainer
{
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}
.BlueTotalPingContainer
{
    flex: 1;
    height: fit-content;
    background-color: #2494D9;
}
.BlueTotalPingContainer p
{
    color: white;
}
.BlueTotalPingContainer .PaymentSectionHeaderText
{
    margin: auto 0;
}
.BlueTopHeaderMessageRefMenuWrapper
{
    height: fit-content;
    margin: auto 0;
}
.RefMenuWhitePanelContainer
{
    background-color: #FFFFFF;
    margin: 0 auto;
    height: fit-content;
}
.BasicContenMarginWrapper
{
    flex: 1;
}
.ReffTableContainer
{
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-family: 'Roboto Regular';
  position: relative;
}

.ReffTableContainer th,
.ReffTableContainer td
{
  text-align: left;
  color: #626B79;
}
.ReffTableTDWrapper
{
    flex: 1;
    display: flex;
    overflow: hidden;
}
.ReffTableTDWrapper p
{
    margin: auto 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ReffTableTDWrapper .UserTopProfileIcon
{
    background: #D3EAF7;
    display: flex;
}
.ReffTableTDWrapper .UserTopProfileIcon p
{
    margin: auto;
}
.ReffTableContainer tr:nth-child(odd)
{
  background-color: #F9FAFB;
}


.CaraNginepStepWrapper
{
    display: flex;
}
.CaraIconWrapper
{
    width: fit-content;
    height: 100%;
}
.CaraIconContainer
{
    border-radius: 100%;
    display: flex;
    position: relative;
}
.CaraIconContainer img
{
    margin: auto;
    object-fit: contain !important;
    object-position: center !important;
}
.CaraIconContainer p
{
    width: fit-content;
    height: fit-content;
    color: white;
    margin: auto;
}
.CaraStepTextWrapper
{
    flex: 1;
    height: fit-content;
}
.CaraDottedLine
{
    background: radial-gradient(circle, #2a78b9 50%, transparent 51%);
    background-size: 100% 20%;
    background-repeat: repeat-y;
}
.InputFieldAndShareButtonRef
{
    height: fit-content;
    margin: 0 auto;
    background-color: white;
    display: flex;
    position: relative;
    overflow: hidden;
}
.InputFieldAndShareButtonRef .LabelGreyHeaderSmallerText2
{
    color: black;
}
.InputFieldAndShareButtonRef button
{
    margin-left: auto;
}
.VoucherMainContainerRefMenu
{
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fit);
    position: relative;
    overflow-y: scroll;
}
.VoucherWrapperRefMenu
{
    width: auto;
    height: fit-content;
    overflow: hidden;
    display: flex;
}
.VoucherWrapperRefMenu:has(input:checked)
{
    background-color: #E9F4FB;
}
.VoucherMainPanel, .VoucherNonInsidePanel
{
    flex: 1;
    height: fit-content;
    overflow: hidden;
    position: relative;
}
.VoucherImageContainer
{
    flex: 1;
    display: flex;
    position: relative;
    overflow: hidden;
}
.VoucherImageContainer .SmallRoundedText
{
    position: absolute;
    z-index: 1;
}
.VoucherInfoWrapper
{
    flex: 1;
    height: fit-content;
    background-color: white;
}


@media screen and (max-width: 560px)
{
    .PointExchangePagination
    {
        bottom: 1.5vw;
        left: 1.5vw;
    }
    .PointExchangePagination .swiper-pagination-bullet
    {
        height: 1vw;
        width: 1vw;
        margin: 0px 0.5vw;
    }
    .ReferralSwiperSlide img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .ReferralContentWrapper
    {
        width: 95%;
        margin: 3vw auto;
        flex-direction: column;
    }
    .ReferralLeftWrapper
    {
        flex: 1;
        margin-bottom: 2vw;
    }
    .ReferralLeftWrapper .GreyContainerInfoPadding:first-of-type
    {
        display: flex;
    }
    .ReferralLeftWrapper .GreyContainerInfoPadding p img, .CopyText img
    {
        width: 3.2vw;
        height: 3.2vw;
    }
    .LeftSectionAllPoinInfoWrapper
    {
        flex: 1;
        margin-right: 2vw;
    }
    .MarginRefLeft .InputFieldMargin3 p:last-child, .MarginRefLeft .InputFieldMargin2 p:last-child
    {
        /* background-color: red; */
        margin-left: 1vw !important;
    }
    .TopReferralSectionButton
    {
        padding: 3vw 0;
        p{
            margin: auto;
            color: #667085;
        }
    }
    .ListOfRefPingMainContainer
    {
        width: 95%;
        margin-top: 4vw;
    }
    .ListOfRefPingMainContainer:last-of-type
    {
        padding-bottom: 4vw;
    }
    .BlueTotalPingContainer
    {
        padding: 2vw;
        padding-bottom: 4vw;
    }
    .BlueTopHeaderMessageRefMenuWrapper
    {
        margin-left: 1.2vw;
    }
    .RefMenuWhitePanelContainer
    {
        width: 95%;
        margin-top: -2vw;
    }
    .BasicContenMarginWrapper
    {
        margin: 1.5vw;
    }
    .ReffTableContainer th,
    .ReffTableContainer td
    {
        padding: 1vw 0.5vw;
    }
    .ReffTableTDWrapper > *:not(:last-child)
    {
        margin-right: 1vw;
    }
    .ReffTableTDWrapper .UserTopProfileIcon p
    {
        font-size: 1.8vw;
    }
    .CaraNginepStepWrapper
    {
        margin-bottom: 0.5vw;
    }
    .ListOfRefPingMainContainer .CaraNginepStepWrapper:first-of-type
    {
        margin-top: 2vw;
    }
    .CaraIconWrapper
    {
        margin-right: 2.5vw;
    }
    .CaraIconContainer
    {
        width: 10vw;
        height: 10vw;
    }

    .CaraIconContainer img
    {
        width: 80%;
        height: 80%;
    }

    .CaraStepTextWrapper
    {
        margin-bottom: 4vw;
    }

    .CaraDottedLine
    {
        width: 0.35vw;
        height: 5vw;
        margin: 1vw auto;
    }
    .InputFieldAndShareButtonRef
    {
        width: 85%;
        border-radius: 4vw;
        margin-top: 1.5vw;
        padding-left: 2vw;
    }
    .InputFieldAndShareButtonRef .LabelGreyHeaderSmallerText2
    {
        margin: auto 0;
        margin-right: 2vw;
    }
    .InputFieldAndShareButtonRef button
    {
        border-radius: 4vw;
    }
    .VoucherMainContainerRefMenu
    {
        column-gap: 1vw;
        row-gap: 1vw;
        padding: 2vw 0;
        grid-template-columns: repeat(1, 1fr);
        max-height: 40vh;
    }
    .VoucherWrapperRefMenu
    {
        padding: 2.5vw 2.5vw;
        border-radius: 2vw;
    }
    .VoucherWrapperRefMenu .VoucherMainPanel
    {
        margin-left: 2.5vw;
    }
    .VoucherNonInsidePanel
    {
        width: 55vw;
    }
    .VoucherImageContainer
    {
        height: 20vw;
    }
    .VoucherImageContainer .SmallRoundedText
    {
        left: 1.5vw;
        top: 1.5vw;
    }
    .VoucherInfoWrapper
    {
        padding: 2vw;
    }
}

@media screen and (max-width: 1200px)  and (min-width: 561px)
{
    .PointExchangePagination
    {
        bottom: calc(5px + 0.5vw);
        left: calc(5px + 0.5vw);
    }
    .PointExchangePagination .swiper-pagination-bullet
    {
        height: calc(4px + 0.5vw);
        width: calc(4px + 0.5vw);
        margin: 0px 0.3vw;
    }
    .ReferralSwiperSlide img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .ReferralContentWrapper
    {
        width: 95%;
        margin: calc(15px + 0.5vw) auto;
    }
    .ReferralLeftWrapper
    {
        width: 40%;
        margin-right: 1vw;
    }
    .ReferralLeftWrapper .GreyContainerInfoPadding p img, .CopyText img
    {
        width: calc(11px + 0.5vw);
        height: calc(11px + 0.5vw);
    }
    .TopReferralSectionButton
    {
        padding: calc(11px + 0.5vw) 0;
        p{
            margin: auto;
            color: #667085;
        }
    }
    .ListOfRefPingMainContainer
    {
        width: 95%;
        margin-top: calc(15px + 0.5vw);
    }
    .ListOfRefPingMainContainer:last-of-type
    {
        padding-bottom: calc(15px + 0.5vw);
    }
    .BlueTotalPingContainer
    {
        padding: calc(8px + 0.5vw);
        padding-bottom: calc(15px + 0.5vw);
    }
    .BlueTopHeaderMessageRefMenuWrapper
    {
        margin-left: calc(2px + 0.5vw);
    }
    .RefMenuWhitePanelContainer
    {
        width: 95%;
        margin-top: calc(-5px - 0.5vw);
    }
    .BasicContenMarginWrapper
    {
        margin: calc(5px + 0.5vw);
    }

    .ReffTableContainer th,
    .ReffTableContainer td
    {
        padding: 0.5vw 0.2vw;
    }
    .ReffTableTDWrapper > *:not(:last-child)
    {
        margin-right: calc(2px + 0.5vw);
    }
    .ReffTableTDWrapper .UserTopProfileIcon p
    {
        font-size: calc(5px + 0.5vw);
    }
    .CaraNginepStepWrapper
    {
        margin-bottom: 0.5vw;
    }
    .ListOfRefPingMainContainer .CaraNginepStepWrapper:first-of-type
    {
        margin-top: calc(10px + 0.5vw);
    }
    .CaraIconWrapper
    {
        margin-right: calc(12px + 0.5vw);
    }
    .CaraIconContainer
    {
        width: calc(45px + 0.5vw);
        height: calc(45px + 0.5vw);
    }

    .CaraIconContainer img
    {
        width: 80%;
        height: 80%;
    }
    .CaraStepTextWrapper
    {
        margin-bottom: calc(15px + 0.5vw);
    }
    .CaraDottedLine
    {
        width: 0.2vw;
        height: calc(20px + 0.5vw);
        margin: 0.5vw auto;
    }
    .InputFieldAndShareButtonRef
    {
        width: 85%;
        border-radius: 20px;
        margin-top: calc(3px + 0.5vw);
        padding-left: calc(10px + 0.5vw);
    }
    .InputFieldAndShareButtonRef .LabelGreyHeaderSmallerText2
    {
        margin: auto 0;
        margin-right: calc(10px + 0.5vw);
    }
    .InputFieldAndShareButtonRef button
    {
        border-radius: 20px;
    }
    .VoucherMainContainerRefMenu
    {
        column-gap: 0.5vw;
        row-gap: 0.5vw;
        padding: calc(8px + 0.5vw) 0;
        max-height: 40vh;
    }
    .VoucherWrapperRefMenu
    {
        padding: calc(6px + 0.5vw) calc(6px + 0.5vw);
        border-radius: calc(6px + 0.5vw);
    }
    .VoucherWrapperRefMenu .VoucherMainPanel
    {
        margin-left: calc(8px + 0.5vw);
    }
    .VoucherNonInsidePanel
    {
        width: calc(260px + 0.5vw);
    }
    .VoucherImageContainer
    {
        height: calc(100px + 0.5vw);
    }
    .VoucherImageContainer .SmallRoundedText
    {
        left: calc(3px + 0.5vw);
        top: calc(3px + 0.5vw);
    }
    .VoucherInfoWrapper
    {
        padding: calc(5px + 0.5vw);
    }
}

@media screen  and (min-width: 1201px)
{
    .PointExchangePagination
    {
        bottom: 10px;
        left: 10px;
    }
    .PointExchangePagination .swiper-pagination-bullet
    {
        height: 10px;
        width: 10px;
        margin: 0px 4px;
    }
    .ReferralSwiperSlide img
    {
        height: 340px;
    }
    .ReferralContentWrapper
    {
        width: 85%;
        margin: 25px auto;
    }
    .ReferralLeftWrapper
    {
        width: 400px;
        margin-right: 15px;
    }
    .ReferralLeftWrapper .GreyContainerInfoPadding p img, .CopyText img
    {
        width: 18px;
        height: 18px;
    }
    .TopReferralSectionButton
    {
        padding: 15px 0;
        p{
            margin: auto;
            color: #667085;
        }
    }
    .ListOfRefPingMainContainer
    {
        width: 95%;
        margin-top: 20px;
    }
    .ListOfRefPingMainContainer:last-of-type
    {
        padding-bottom: 20px;
    }
    .BlueTotalPingContainer
    {
        padding: 15px;
        padding-bottom: 20px;
    }
    .BlueTopHeaderMessageRefMenuWrapper
    {
        margin-left: 10px;
    }
    .RefMenuWhitePanelContainer
    {
        width: 95%;
        margin-top: -10px;
    }
    .BasicContenMarginWrapper
    {
        margin: 10px;
    }

    .ReffTableContainer th,
    .ReffTableContainer td
    {
    padding: 4px 2px;
    }
    .ReffTableTDWrapper > *:not(:last-child)
    {
        margin-right: 5px;
    }
    .ReffTableTDWrapper .UserTopProfileIcon p
    {
        font-size: 12px;
    }
    .CaraNginepStepWrapper
    {
        margin-bottom: 5px;
    }
    .ListOfRefPingMainContainer .CaraNginepStepWrapper:first-of-type
    {
        margin-top: 15px;
    }
    .CaraIconWrapper
    {
        margin-right: 20px;
    }
    .CaraIconContainer
    {
        width: 50px;
        height: 50px;
    }

    .CaraIconContainer img
    {
        width: 80%;
        height: 80%;
    }

    .CaraStepTextWrapper
    {
        margin-bottom: 20px;
    }

    .CaraDottedLine
    {
        width: 2px;
        height: 25px;
        margin: 5px auto;
    }
    .InputFieldAndShareButtonRef
    {
        width: 85%;
        border-radius: 20px;
        margin-top: 10px;
        padding-left: 15px;
    }
    .InputFieldAndShareButtonRef .LabelGreyHeaderSmallerText2
    {
        margin: auto 0;
        margin-right: 15px;
    }
    .InputFieldAndShareButtonRef button
    {
        border-radius: 20px;
    }
    .VoucherMainContainerRefMenu
    {
        column-gap: 6px;
        row-gap: 6px;
        padding: 15px 0;
        max-height: 40vh;
    }
    .VoucherWrapperRefMenu
    {
        padding: 12px 12px;
        border-radius: 10px;
    }
    .VoucherWrapperRefMenu .VoucherMainPanel
    {
        margin-left: 15px;
    }
    .VoucherNonInsidePanel
    {
        width: 300px;
    }
    .VoucherImageContainer
    {
        height: 120px;
    }
    .VoucherImageContainer .SmallRoundedText
    {
        left: 8px;
        top: 8px;
    }
    .VoucherInfoWrapper
    {
        padding: 10px;
    }
}