.referral-landing-hero{
    padding: 48px 120px;
    position: relative;
    /* background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%); */
}

.round-gradient-top{
    position: absolute;
    width: 1478px;
    height: 1543px;
    top: 0px;
    left: 19px;
    transform: rotate(-90deg);
}

.earn-div , .earn-div-new{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: manrope;
}

.earn-div h1{
    font-size: 72px;
    font-weight: 600;
    line-height: 97px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(91.69deg, #D57BC8 0%, #C0B1F8 100%),linear-gradient(0deg, #101828, #101828);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.earn-div-new h1{
    font-size: 72px;
    font-weight: 600;
    line-height: 97px;
    letter-spacing: 0em;
    text-align: center;
}

.gradient-text{
    font-weight: 600;
    line-height: 97px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(91.69deg, #D57BC8 0%, #C0B1F8 100%),linear-gradient(0deg, #101828, #101828);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.earn-div h5 , .earn-div-new h5{
    font-family: Manrope;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

.earn-div p , .earn-div-new p{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
    opacity: .5;
}

.earn-div .btn-dark-wright , .earn-div-new .btn-dark-wright{
    width: 300px;
    height: 44px;
}

.how_does{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.how_does_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how_does_box h3{
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    flex: 1;
}
.how_does_box p{
    font-family: Manrope;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-500);
    flex: 1;
}

.sign_up , .share_div , .earn_div{
    background-color: var(--grey-800);
}

.how_box{
    height: 520px;
    padding: 16px;
    border-radius: 96px 0px 8px 8px;
    position: relative;
}

.how_box .count{
    font-family: Manrope;
    font-size: 166px;
    font-weight: 600;
    line-height: 131px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #E2D6FE 0%, #E4DAFD 81.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count_2{
    position: absolute;
    right: -20px !important;
    top: -18px !important;

}

.how_box img{
    margin-bottom: 2rem;
}

.how_box h4{
    color: white;
    margin-bottom: 2rem;
}

.how_box p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-300);
}

.how_does_box_container{
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 24px;
}


.how_much_earn{
    padding: 48px 0px;
    position: relative;
}

.how_much_earn .how_much_earn_heading h2{
    font-family: Manrope;
    font-size: 42px;
    font-weight: 600;
    line-height: 71px;
    letter-spacing: 0em;
    text-align: center;
}


.how_much_earn .how_much_earn_heading p{
    width: 633px;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    margin: 32px auto;
}

.refer_box_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.refer_box{
    display: flex;
    background: linear-gradient(0deg, #F2F4F7, #F2F4F7), linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    height: 162px;
    border-radius: 24px;
    border: 1px;

}

.refer_box_info{
    /* flex: 2; */
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    /* align-items: center; */
    border: 1px solid #F2F4F7;
    border-radius: 24px;
}

.refer_box_info div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.refer_box_price{
    background-color: white;
}

.refer_box_info h3{
    width: 108px;
}
.refer_box_info p{
    margin-bottom: 0;
    font-family: manrope;
}


.bronze_box h3{
    color: #A6773D;
}

.silver_box h3{
    color: #98A2B3;
}

.gold_box h3{
    color: #A99031;
}


.background-gradient{
    position: absolute;
}

.teal-bg-gr{
    width: 943px;
    height: 647px;
    top: 135px;
    left: 1px;
}

.purple-bg-gr{
    width: 1210px;
    height: 824px;
    top: 354px;
    left: 228px;
    transform: rotate(24deg);
    /* position: relative; */
    z-index: 0;
}

.pink-bg-gr{
    width: 800.05px;
    height: 683.74px;
    left: 615.23px;
    transform: rotate(24deg);
}


.refer_friend{
    padding: 48px 140px;
}
.refer-friend-left{

}

.refer-friend-left h3{
    font-family: Manrope;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 18px;
}

.refer-friend-left p{
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 37px;
}

.advised_managed{
    display: flex;
    align-items: center;
    width: 560px;
    gap: 8px;
    box-shadow: 0px 10px 22px 0px #00000008;
    border-radius: 24px;
    margin-bottom: 32px;
    padding: 24px;
    position: relative;
    z-index: 1060;
    background: white;
}

.advised_managed:nth-child(2){
    margin-left: 100px;
}

.advised_managed:nth-child(3){
    margin-left: 50px;
}

.advised_managed p{
    margin-bottom: 0;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
}

.refer_friend .btn-dark-wright{
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    padding: 14px 24px;
}

.generate-code-section{
    position: relative;
    padding: 96px 0;
}

.purple-bg-gr-1 {
    width: 1210px;
    height: 608px;
    top: 0px;
    left: 228px;
    transform: rotate(24deg);
    /* position: relative; */
    z-index: 0;
}

.teal-bg-gr-1 {
    width: 943px;
    height: 647px;
    top: 0px;
    left: 1px;
}

.pink-bg-gr-1 {
    width: 786.05px;
    height: 641.74px;
    left: 699.23px;
    transform: rotate(24deg);
    top: 0;
}

.lock-input-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 14px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* .lock-input-div div:nth-child(1){
    width: 20%;
}

.lock-input-div div:nth-child(2){
    width: 70%;
}

.lock-input-div div:nth-child(3){
    width: 10%;
} */

.lock-input-div div:nth-child(2){
    text-align: center;
}

.lock-input-div span {
    filter: blur(5px);
}

.unlock-button{
    width: 300px;
}



.unlock-input-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 0px 0px 0px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
}

.unlock-input-div p{
    margin-bottom: 0;
    font-family: manrope;
}

.unlock-input-div .btn{
    padding: 14px 24px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.copy-img{
    position: absolute;
    top: 0;
    right: 50px;
    cursor: pointer;
}

.clipboard-text {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.referral-table-div{
    margin-top: 3rem;
}


.share-modal .form-control{
    padding: 11px 14px;
    border-radius: 8px;
    border: 1px solid var(--grey-200);
    gap: 8px;
    display: flex;
    height: 44px;
}

.social-share{
    text-align: center;
}

.or-text{
    position: relative;
    z-index: 1;
}

.or-text::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    z-index: 0;
}

.or-text span {
    background-color: white;
    position: relative;
    z-index: 10;
    padding: 12px;
    font-weight: 600;
}

.referral-table-div th{
    background-color: var(--grey-200);
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.referral-table-div th:first-child{
    border-top-left-radius: 16px;
}

.table-box{
    border: 1px solid #F2F4F7;
    border-radius: 16px;
    background-color: white;
}

.before-credit-text{
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px !important;
}

.referral-table-div th , .referral-table-div td{
    padding: 16px 24px;
}

.referral-table-div th:last-child{
    border-top-right-radius: 16px;
}

.referral-table-div td{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.success-invited{
    color: #41B873;
}
.view-all{
    color: #D57BC8;
}
.subs_box_referral {
    display: flex;
    border: 1px solid var(--grey-200);
    border-radius: 8px;
    border-left: 6px solid var(--pink-medium);
}
.subs_box_referral h3{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.subs_box_referral p{
    font-family: manrope;
    margin-bottom: 0;
}


.port-name p{
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 5px;
}


.port-name{
    width: 50%;
    padding: 16px 24px;
    border: 1px solid var(--grey-100);
    border-right: 0;
    margin-right: -6px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 0;
}

.subs-amount {
    border-right: 0;
    border-top:0;
    border-bottom:0;
}
.subs-amount , .subs-date{
    width: 34%;
    padding: 16px 24px;
    border: 1px solid var(--grey-100);
    border-radius: 8px;
}

.subs-amount p:first-child , .subs-date p:first-child{
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}


.subs-amount p:last-child , .subs-date p:last-child{
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.port-name-img{
    display: flex;
    gap: 10px;
}


.btn-otp{
    width: auto !important;
    height: 44px !important;
    font-size: 16px !important;
}








.agreement_modal{
     font-family: manrope;
}

.faq_section{
    padding-top: 72px;
    padding-bottom: 80px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .faq_section .faq-heading{
    color: var(--Grey-900, #101828);
    font-family: Manrope;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .faq_section .card{
    margin-bottom: 16px;
    border: 0;
    border-radius: 16px;
    background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
  }


  .faq_section .card-header{
    background-color: rgba(109, 98, 98, 0);
    border: 0;
    padding: 24px 24px 16px;
  }



  .faq_section .card-body{
    padding: 0px 24px 24px;
  }

  .faq_section .btn-link{
    padding: 0;
    color: var(--Grey-900, #101828);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: justify;
  }

  .faq_section .accordion .card:last-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 16px;
  }

  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 16px;
  }

  .faq_section .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 16px;
  }

  .accordion-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq_section .card-header[aria-expanded=true] .minus-risk {
    display: block;
    border-radius: 32px;
    background: var(--Grey-700, #344054);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
  }

  .faq_section .card-header[aria-expanded=true] .minus-risk img{
    transform: none;
    filter: invert(1);
  }

  .faq_section .card-header[aria-expanded=true] .plus-risk {
    display: none;
    transform: none;

  }


  .faq_section .card-header[aria-expanded=false] .minus-risk {
    display: none;
  }

  .faq_section .card-header[aria-expanded=false] .plus-risk {
    display: block;
    border-radius: 32px;
    background: var(--Purple-medium, #D9D0FC);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
  }

  .faq_section .card-header[aria-expanded=false] {
    background-color: white;
  }


  .faq_section .card-body p{
    color: var(--Grey-700, #344054);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px
  }

  .term-text-section .col-md-12{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .term-text-section p{
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #579888;
  }



  .reason-section{
    padding: 48px 140px;
  }

  .reason-text{
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px;

  }

  .reason-card{
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: white;
    height: 250px;
    margin-bottom: 32px;
    border-radius: 8px;
    padding: 24px;
  }

  .reason-card p{
    margin-bottom: 0;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;

  }

  .teal-bg-gr-2 {
    width: 943px;
    height: 876px;
    top: -12px;
    left: 1px;
}

.pink-bg-gr-2 {
    width: 800.05px;
    height: 683.74px;
    left: 615.23px;
    transform: rotate(24deg);
}

.purple-bg-gr-2 {
    width: 1510px;
    height: 949px;
    bottom: -241px;
    left: 85px;
    transform: rotate(24deg);
    z-index: 0;
}

.paid-partner{
    padding: 48px 140px;
}

.paid-partner h1{
    font-size: 36px;
}

.paid-partner .earn-div-new p{
    font-size: var(--font-size-16);
    line-height: normal;
}

.parnet-table-box{
    margin-top: 2rem;
}

.paid-partner-table thead{
    background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
}

.paid-partner-table th{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.paid-partner-table th:first-child{
    border-top-left-radius: 16px;
}

.table-box{
    border: 1px solid #F2F4F7;
    border-radius: 16px;
    background-color: white;
    padding-bottom: 10px;
}


.paid-partner-table th , .paid-partner-table td{
    padding: 16px 24px;
}

.paid-partner-table th:last-child{
    border-top-right-radius: 16px;
}

.paid-partner-table td{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    background: linear-gradient(0deg, #F2F4F7, #F2F4F7), linear-gradient(0deg, #F9FAFB, #F9FAFB);

}

.paid-partner-table tbody tr:not(:last-child){
    border-bottom: 1px solid var(--grey-200);
}


.join-community{
    background-color: var(--purple-light);
    padding: 48px 0px;
}

.join-community h3{
    font-family: Manrope;
    font-size: 36px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 36px;
}

.join-community .carousel .col-md{
    background-color: white;
    position: relative;
    padding: 44px;
    border-radius: 12px;
}

.community-img-grey{
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.client-img-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 197.78px;
    height: 42.83px;
    font-family: manrope;
}

.client-img-box .client-img {
    max-width: 100% !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgb(228, 226, 226);
    margin-right: 0.3rem;
}
 .client-img-box h6 {
    font-size: var(--font-size-15);
    font-weight: 600;
    color: var(--wrightblack);
}
 .client-img-box p {
    font-size: var(--font-size-13);
    font-weight: 600;
    color: var(--semi-light-grey);
}

.join-community .client_says{
    width: 450px;
    font-family: manrope;
    font-size: var(--font-size-16);
    font-weight: 400;
    line-height: 35px;
}

.join-community .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
}

.join-community .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D0D5DD;
}

.join-community .carousel-indicators .active {
    opacity: 1;
    background-color: #667085;
}


.money-promoting{
    position: relative;
    padding: 100px 0;
}

.money-promoting-container{
    position: relative;
    z-index: 1;
}

.promoting-img{
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 0;
    height: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.money-promoting h1{
    font-size: 48px;
    line-height: normal;
}

.Become-a-wright-partner{
    padding: 0px 60px;
    height: 54px;
    margin-top: 2rem;
}


table{
    width: 100% !important;
}

.dataTables_filter{
    position: absolute;
    top: -50px;
}

.view-all{
    cursor: pointer;
}

.referral-table-div .dataTables_info{
    font-family: manrope;
}

.referral-table-div a.paginate_button.current {
    background: var(--grey-300);
    padding: 6px 10px;
    padding: 4px 12px;
    border-radius: 4px;
    color: var(--grey-900);
}

.referral-table-div .paginate_button{
    padding: 6px 10px;
    color: var(--grey-900);
    font-family: manrope;
    cursor: pointer;
}

.referral-table-div .dataTables_info{
    margin-bottom: 10px;
}


.referral-table-div .dataTables_paginate ,.referral-table-div .dataTables_info{
    margin-left: 22px;
    color: var(--grey-400);
}


.dataTables_filter input[type=search]{
    border-radius: 4px;
    border: 1px solid var(--grey-300);
    height: 38px;
    margin-left: 10px;
    padding: 6px 10px;
}

.dataTables_filter input[type=search] :focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}


@media (max-width:768px) {

/* referral mobile landing css starts here */

.referral-landing-hero-mobile {
    background-image: url(/static/img/landing-page-img/referral-mobile-landing-banner.svg?49395918af72);
    background-size: contain;
    background-position: center;
    padding: 56px 20px 56px;
}

.earn-div h1 {
    font-size: 56px;
    line-height: 60px;
    text-align: left;
}
.earn-div h5, .earn-div-new h5 {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
}
.earn-div p, .earn-div-new p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.earn-div .btn-dark-wright, .earn-div-new .btn-dark-wright {
    width: 100%;
    height: 54px;
}

.reason-section {
    padding: 48px 20px;
}

.how_does {
    margin-top: 72px;
    flex-direction: column;
    gap: 36px;
}
.how_does_box {
    flex-direction: column;
    align-items: flex-start;
}
.how_does_box h3 {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 32px;
}

.how_does_box p {
    font-size: 16px;
    line-height: 24px;
}

.how_box {
    height: 424px;
    padding: 16px;
    border-radius: 96px 0px 8px 8px;
    position: relative;
    margin-bottom: 32px;
}
.how_box h4 {
    font-size: 36px;
    font-weight: 600;
}
.how_does_box_container {
    top: 72px;
}
.how_box img {
    margin-bottom: 2rem;
    width: 72px;
}

/* .how_much_earn{
    background-image: url(/static/img/landing-page-img/how-much-bg-gradient.svg?49395918af72);
    background-size: contain;
    background-position: center;
    padding: 56px 20px 56px;
} */

.how_much_earn {
    padding: 0px 0px;
    position: relative;
}

.how_much_earn .how_much_earn_heading h2 {
    font-size: 36px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 28px;
}
.how_much_earn .how_much_earn_heading p {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.refer_box_container{
    display: none;
}

.refer_box_mob{
    border-radius: 16px;
    display: flex;
    margin-bottom: 32px;
}
.refer_box_mob div:first-child{
    width: 40%;
    background: linear-gradient(0deg, #F2F4F7, #F2F4F7), linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.refer_box_mob div:last-child{
    width: 60%;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: manrope;
    padding: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.teal-bg-gr-mob {
    width: 414px;
    height: 842px;
    top: 126px;
    left: -86px;
    /* opacity: 39%; */
}
.pink-bg-gr-mob{
    width: 268.56px;
    height: 736.48px;
    top: -65px;
    left: 283.21px;
    gap: 0px;
    opacity: 0px;
}
.purple-bg-gr-mob{width: 613px;height: 897.01px;top: 373.33px;left: -89.25px;opacity: 0.8;}

.refer_box_mob p{
    margin-bottom: 0;
}

.bronze-text,.silver-text,.gold-text{
    font-size: var(--font-size-20);
    font-weight: 400;
    line-height: 27px;
}

.bronze-text{
    color: #A6773D;
}
.silver-text{
    color: var(--grey-400);
}
.gold-text{
    color: #A99031;
}

.ref-amnt{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    text-align: left;
    color: var(--grey-700);
    margin-right: 10px;
}

.registered-button{
    display: flex !important;
    width: 100% !important;
    padding: 12px 24px !important;
    margin-bottom: 32px;
    font-size: var(--font-size-20);
    width: 100% !important;
    justify-content: center !IMPORTANT;
}

.refer_friend {
    padding: 48px 0px;
}
.refer-friend-left h3 {
    font-size: 36px;
    line-height: 56px;
}
.refer-friend-left p {
    font-size: 16px;
    line-height: 24px;
}

.advised_managed {
    width: auto;
    align-items: flex-start;
    z-index: 100;
}
.advised_managed:nth-child(2) {
    margin-left: 0px;
}
.advised_managed:nth-child(3) {
    margin-left: 0px;
}

.faq_section{
    padding: 0px 20px;
}

.faq_section .faq-heading {
    font-size: 22px;
}
.faq_section .btn-link {
    font-size: 16px;
    text-align: left;
}

.faq_section .card-body p {
    font-size: 12px;
    line-height: 24px;
}
.accordion .card .card-header:first-child,
.faq_section .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0px;
}

.referral-landing-hero {
    padding: 48px 20px;
    position: relative;
    /* background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%); */
}

.gradient-text {
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(91.69deg, #D57BC8 0%, #C0B1F8 100%), linear-gradient(0deg, #101828, #101828);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.earn-div-new h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
}
.purple-bg-gr-2 {
    width: 1564px;
    height: 1500px;
    top: 0px;
    left: 124px;
    transform: rotate(24deg);
    z-index: 0;
}
.teal-bg-gr-2 {
    width: 490px;
    height: 1010px;
    top: 48px;
    left: 1px;
}
.pink-bg-gr-2 {
    width: 800.05px;
    height: 800px;
    left: -43px;
    transform: rotate(24deg);
    top: -154px;
}
.reason-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 20px;
}
.reason-box{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}
.reason-card {
    width: 276px;
    align-items: flex-start;
}
.reason-card p {
    font-size: 16px;
    white-space: normal;
    text-align: left;
    line-height: 24px;
}

.reason-card img{
    width: 70px;
}

.paid-partner {
    padding: 48px 20px;
}

.join-community {
    padding: 48px 20px;
}

.join-community h3 {
    font-size: 36px;
    text-align: left;
}

.join-community .client_says{
    width: auto;
}


.join-community .carousel-inner{
    border-radius: 12.9px;
}

.join-community .carousel .col-md {
    padding: 24px 36px 200px;
}


.community-img-grey {
    position: absolute;
    right: 0;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    bottom: 0;
    top: auto;
    width: 385px;
}


.Become-a-wright-partner {
    padding: 0px 60px;
    height: 54px;
    margin-top: 2rem;
    width: 100%;
    font-size: 18px;
}
.money-promoting .btn-dark-wright {
    width: 93%;
}

/* referral mobile landing css ends here */



.unlock-button {
    height: 54px;
    width: 100%;
    font-size: 20px;
}

.generate-code-section .earn-div{
    align-items: flex-start;
}

#referral_otp{
    z-index: 1090;
}

#referral_otp .modal-dialog , #referral_otp .modal-content{
    height: 100%;
}
#referral_otp .agreement_modal {
    height: calc(100vh - 390px);
    overflow-y: auto;
    font-size: 70%;
}

#referral_otp .modal-footer{
    justify-content: flex-start;
}

.share-Div-Mobile{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1089;
    background-color: white;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.btn-otp {
    width: 50% !important;
    height: 44px !important;
    font-size: 16px !important;
}

.otp_modal_header_mob{
    position: relative;
}

.otp_modal_header_mob::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--grey-300);
}

.share-form-mob{
    padding: 36px 20px 6px;
}

.otp_modal_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.social-share {
    padding-bottom: 28px;
}

.overlay-background{
    position: relative;
    overflow: hidden;
}

.overlay-background::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--grey-900);
    opacity: .8;
}

.share-form-mob .form-control {
    height: calc(2.25rem + 13px);
    border-radius: 8px;
}

.referral-table-div {
    margin-top: 3rem;
    padding: 0;
}

.table-box {
    overflow: auto;
}
.referral-table-div a.paginate_button.current {
    padding: 4px 12px;
}

.view-Subscription-modal{
    z-index: 1090;
}

.view-Subscription-modal .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
}

.view-Subscription-modal .modal-content {
    height: 100%;
    overflow: hidden;
}

.view-Subscription-modal .otp_modal_header{
    padding: 0 !important;
}

.view-Subscription-modal .otp_modal_header h4{
    font-weight: 600;
}

.view-Subscription-modal .close {
    right: 10px;
    top: 18px;
}

#user_subscription_table{
  font-family: manrope;
  height: calc(100% - 150px);
  overflow: auto;
  overflow-x: hidden;
}

.subs_box_referral {
    flex-wrap: wrap;
}
.port-name {
    width: 100%;
}
.subs-amount, .subs-date {
    width: 50%;
    padding: 16px 24px;
    border: 1px solid var(--grey-100);
    border-radius: 8px;
}

.unlock-input-div {
    border: 1px solid var(--grey-50);
}
.parnet-table-box {
    margin-top: 2rem;
    width: 100%;
    overflow: auto;
}

}
