:focus-visible {
    outline-color:var(--theme_focus_color);
    outline-style: groove;
}
.intro__section__main{
    display: flex;
    justify-content: space-between;
    width:100%;
    gap:3rem;
    position: relative;
}
.intro__section{
    display: flex;
    background: linear-gradient(86.48deg, #FFDEE9 0.91%, #FFFBF9 25.54%, #FFFFFF 62.36%, #DDF3FF 99.42%);
    border: .4rem solid rgba(255, 255, 255, 1);
    align-items: center;
    padding:0 2.4rem 0 0;
    width:100%;
    flex:1
}
.main__container.dashboard__main__container__sc {
    background: transparent;
    padding: 2rem;
}
.financial__video__sec img {
    margin: 0 auto;
    width: 23rem;
}

.intro__section__in{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    flex:1;
    gap:3.4rem;
}
.intro__left{
    display: flex;
    align-items: center;
    flex:1;
    width:100%;
    overflow: hidden;
    border-right: .1rem solid var(--border-gray);
    padding:1.6rem 1.6rem 2rem 0;
}
.profile__bank__info__lft{
    text-align: center;
    gap:2.4rem;
    display: flex;
    flex-direction: column;
}
.profile__bank__info__lft h2{
    font-size: var(--intro__heading__clamp);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
}
.profile__avathor__sec{
    margin-top: -2.6rem;
    position: relative;
    left: 1.3rem;
}
.profile__avathor__sec img {
    max-width: 32rem;
}
.profile__bank__info {
    flex: 1;
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.profile__completion{
    display: flex;
    flex-direction: column;
    gap:.8rem;
    margin-top:-1rem;
}
.profile__completion p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}

.acc__unlock__sec__border {
    width: 20.9rem;
    height: 5.2rem;
    margin: 1rem auto 0;
    display: flex;
    border-radius: 10.5rem;
    position: relative;
    overflow: hidden;
}

.acc__unlock__sec__border::before {
    content: '';
    position: absolute;
    inset: -.3rem;
    border-radius: inherit;
    border: .3rem solid transparent;
    background: linear-gradient(90deg, #9EE7EC 0%, #B897FF 100%);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
            mask-composite: exclude;
    padding: .3rem;
}

.acc__unlock__sec {
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(90deg, rgba(158, 231, 236, 0.15) 0%, rgba(184, 151, 255, 0.15) 100%);
    border-radius: inherit;
    position: relative;
    z-index: 1;
}

.profile__completion a{
    font-size: var(--font18);
    font-weight:var(--font_weight400);
    color:var(--primary_dark);
    align-items: center;
    gap:1.2rem;
    padding-left:.7rem;
    display: flex;
    width:100%;
}

.profile__completion a small{
    position: relative;
    z-index: 20;
    transition: transform 0.5s ease-in-out;

}
.unlock__img__main{
    width:3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    animation: moveleft 0.5s forwards;
}
    .profile__completion a:hover .unlock__img__main {
        animation: moveRight 0.5s forwards;
        transition: transform 0.5s ease-in-out;

    }
.profile__completion a.hover__realease small{
    order:1;
    margin-left:-10px;
    transition: transform 0.5s ease-in-out;
}

@keyframes moveleft {
    0% {
        transform: translateX(418%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(418%);
    }
}
.unlock__img__main:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #9EE7EC 0%, #B897FF 100%);
    border-radius: 50%;
    z-index: 20;
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: .2rem;
    inset:0;
}
.unlock__img__inner__gradient{
    background: linear-gradient(90deg, rgba(158, 231, 236, 0.30) 0%, rgba(184, 151, 255, 0.30) 100%);
    border-radius: inherit;
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.unlock__img__inner{
    width:2.3rem;
    height:2.3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFFFFF 16.06%, #E1E1E1 100%);
    box-shadow: 0px 1.44px 4.33px 0px rgba(69, 69, 69, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2000;
}
.intro__progress__container {
    position: relative;
    width: 6.5rem;
    height: 6.5rem;
    margin:0 auto;
  }

  .intro__progress__container .progress-circle {
    width: 100%;
    height: 100%;
  }

  .intro__progress__container .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.8;
  }
  .intro__section #progressController{
    display: none;
}
  .intro__progress__container .circle {
    fill: none;
    stroke: var(--secondary_pink);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 100, 100;
    transition: stroke-dasharray 0.3s;
  }

  .intro__progress__container .percentage {
    font-size: 0.6em;
    font-weight: var(--font_weight600);
    text-anchor: middle;
    fill: var(--secondary_pink);
  }
.unlock__img__inner .star__sec__in {
    position: absolute;
}
.unlock__img__inner .star__sec__in.starts__1{
    top: -0.8rem;
    left: 0.2rem;
}
.unlock__img__inner .star__sec__in.starts__2{
    right: 0.1rem;
    top: -0.1rem;
}
.unlock__img__inner .star__sec__in.starts__3{
    left: 0.4rem;
    top: 0.7rem;
}
.intro__right{
    display: flex;
    justify-content: space-between;
    flex:1;
    width:100%;
    flex-direction: column;
    gap:1rem;
    overflow: hidden;
}
.intro__right__info__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    gap:1rem;
}
.intro__right__info__top__lft{
    display: flex;
    flex-direction: column;
    gap:.8rem;
    flex:1;
    width:100%;
    overflow: hidden;
}
.intro__right__info__top__lft h3{
    font-size: var(--intro__heading__clamp);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.intro__right__info__top__lft p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}
.intro__wallet__sec{
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.intro__wallet__sec p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}
.intro__wallet__sec h3{
    font-size: var(--font36);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
}
.wallet__balance__info {
    width: max-content;
    display: flex;
    align-items: center;
    gap:2rem;
}
.wallet__balance__info.with__amount{
    gap:1.2rem;
}
.amount__loading svg{
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.intro__right__info__bottom{
    display: flex;
    justify-content: space-between;
    width:100%;
    overflow: hidden;
}
.intro__right__info__bottom__left{
    display: flex;
    flex-direction: column;
    gap:.6rem;
    overflow: hidden;
    flex:1;
    width:100%;
}
.intro__right__info__bottom__left.rgt{
    text-align: right;
}
.intro__right__info__bottom__left p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}
.intro__right__info__bottom__left h4{
    font-size: var(--font18);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
}
.intro__slider__main .swiper-slide{
    height:unset;
}
.swiper__slider__sec{
    max-width:47rem;
    width:100%;
    position: relative;
    overflow: hidden;
    border: 0.4rem solid rgba(255, 255, 255, 1);
}
.slick-slide,
.swiper__slider__sec{
    height:33.1rem;
    overflow: hidden;
}

.green__slider{
    background:linear-gradient(90.75deg, #95ED99 0.6%, #A1ED95 99.4%);
}
.light__blue__slider{
    background:linear-gradient(90.75deg, #95E2ED 0.6%, #CBFFEF 99.4%);
}
.dark__blue__slider{
    background: linear-gradient(90.75deg, #BEEAFF 0.6%, #8DDAFF 99.4%);
}
.dark__pink__slider{
    background:linear-gradient(90.75deg, #ED95A5 0.6%, #FCCEE1 99.4%);
}
.light__pink__slider{
    background:linear-gradient(90.75deg, #E0B5FB 0.6%, #F9D3FF 99.4%);
}

.swiper__slider__sec .swiper-slide{
    text-align: center;
}
.intro__section__main .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}
.intro__section__main .slick-dots li {
    list-style: none;
    margin: 15px 0;
}
.intro__section__main .slick-dots button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}
.swiper__slider__sec .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets,
.intro__section__main .slick-dots {
    left: 1rem;
    right:auto;
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.intro__section__main .slick-dots li{
    margin:0;
    display: flex;
}
.intro__swiper__cnt h3{
    font-size: var(--font20);
    font-weight:var(--font_weight600);
    color:var(--pure_black);
}
.intro__swiper__cnt p{
    font-size: var(--font14);
    font-weight:var(--font_weight500);
    color:var(--primary_black);
}
.intro__swiper__cnt{
    display: flex;
    flex-direction: column;
    gap:.4rem;
    max-width:42.4rem;
    width:100%;
    margin:0 auto;
    text-align: center;
}
.swiper__cnt__main{
    display: flex;
    flex-direction: column;
    gap:2.4rem;
    height:100%;
    padding:.7rem 0 1rem 0;
    justify-content: center;
}
.swiper__round__sec{
    width:17.8rem;
    height:17.8rem;
    border-radius: 50%;
    border: .1rem dotted rgba(255, 255, 255, 1);
    margin:2rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiper__round__sec.without__border{
    border:0px;
    width:19.6rem;
    height:19.6rem;
}

.debit__card__1 {
    position: absolute;
    top: -1rem;
    left: -1.9rem;
    z-index: 1;
    animation: card__animation 2s infinite alternate;
    transition: transform 0.3s linear;
}

.swiper__animation__sec__hoversecond__child,
.swiper__animation__sec__hoverthird__child{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child .scanner__image__1{
    animation:scanner__animation 1.5s infinite alternate;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .scanner__image__1,
.swiper__animation__sec__hoverthird__child:hover .gift__icon,
.swiper__animation__sec__hoverthird__child:hover .wallet__icon{
    display: none;
    transition: transform 0.3s linear;
}
.debit__card__vartical{
    width:10rem;
    height:5.7rem;
    display: none;
}
.swiper__animation__sec__hoverthird__child:hover .scanner__image__2{
    display: block;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .debit__card__vartical{
    display:block;
    transition: transform 0.3s linear;
    animation:debitvertical__animation 1.5s infinite alternate;
    position: absolute;
    top:40%;
    transform:translateY(-50%);
}
@keyframes debitvertical__animation{
    0% {
        transform: translatex(-86px);
    }

    100% {
        transform: translatex(53px);
    }
}
.gift__icon {
    position: absolute;
    top: 5px;
    left: 20px;
}
.wallet__icon{
    position: absolute;
    right: 17px;
    bottom: 15px;
}
.wallet__icon,
.gift__icon,
.frame__tax,
.frame__graph,
.frame__card,
.upi__icon,
.qr__icon{
    animation:gift_scle 1s infinite alternate;
    transition: transform 0.3s linear;
}
.scanner__image__2{
    display: none;
}
.slick-slide img.scanner_2_img{
    position: relative;
    z-index: 2;
}
@keyframes gift_scle{
    0% {
        transform: scale(.8);
    }
    100% {
        transform: translateY(1);
    }
}
@keyframes scanner__animation{
    0% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.scan__qr {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.phone__frame {
    position: relative;
    z-index: 2;
    transform:translateX(55px) rotate(8deg) skew(16deg, -25deg) scale(.6);
    transition: transform 0.3s linear;
}
.qr__scanning{
    display: none;
}
.phone__frame svg{
    animation:scanner__animation 1.5s infinite alternate;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .phone__frame{
    transform:translateX(55px) rotate(0deg) skew(0deg, 0deg) scale(.8);
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .phone__frame svg{
    animation:scanner__animationhover 1.5s infinite alternate;
    transition: all 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .phone__frame svg .qr__scanning{
    animation:qr__scanning__ani 1s infinite alternate;
    transition: animation 0.3s linear;
    display: block;
}
.upi__icon {
    position: absolute;
    right: 4rem;
    top: -1rem;
}
.qr__icon {
    position: absolute;
    bottom: 0;
    left: 4rem;
}
@keyframes qr__scanning__ani{
    0% {
        transform: translate(0px, -2px) rotate(0deg);
    }

    100% {
        transform: translate(0px, -20px) rotate(0deg);
    }
}
@keyframes scanner__animationhover{
    0% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.payroll__cost{
    transform: skew(14deg, 11deg) rotate(-5deg) translate(30px, -32px);
    transition: all 0.3s linear;
    position: relative;
}
.payroll__arrow {
    position: absolute;
    bottom: -4rem;
    left: 1rem;
}
.payroll__lists{
    transform: skew(-2deg, -9deg) rotate(0deg) translateX(22px);
    transition: all 0.3s linear;
}
.swiper-slide-active .list__path,
.slick-active .list__path{
    animation:list__paths 1s alternate;
    transition: animation 0.3s linear;
}
.swiper-slide-active .list__path2,
.slick-active .list__path2{
    animation:list__paths2 1s alternate;
    transition: animation 0.3s linear;
}
.swiper__animation__sec__hoverthird__child .payroll__cost svg,
.swiper__animation__sec__hoverthird__child .payroll__lists svg{
    transition: all 0.3s ease-in;

}
.swiper__animation__sec__hoverthird__child:hover .payroll__cost{
    transform:skew(0deg, 0deg) rotate(0deg) translate(30px, -32px);
    transition: all 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .payroll__lists{
    transform:skew(0deg, 0deg) rotate(0deg) translateX(22px);
    transition: all 0.3s linear;
}
@keyframes list__paths{
    0%{
        transform: translateX(85px);
    }
    100%{
        transform: translateX(0px);
    }
}
@keyframes list__paths2{
    0%{
        transform: translateX(-85px);
    }
    100%{
        transform: translateX(0px);
    }
}
.payroll__wegofin {
    position: absolute;
    right: -2rem;
    top: 2rem;
    z-index: -1;
}
.frame__tax {
    position: absolute;
    right: 3rem;
    top: 0rem;
}
.frame__graph {
    position: absolute;
    bottom: 1rem;
    left: 2.6rem;
}
.frame__card {
    position: absolute;
    bottom: 0;
    right: 3rem;
}
.swiper__animation__sec__hoversecond__child:hover .debit__card__1,
.swiper__animation__sec__hoversecond__child:hover .debit__card__2 {
    animation: card__animationhover 2s linear;
    transition: animation 0.3s linear;
}
 .secondmain__slide__hoverd .debit__card__1{
    animation:card__animationhove 2s alternate infinite;
    transition: all 0.3s linear;
}
.secondmain__slide__hoverd .debit__card__2{
    animation:card__animationhovesecondcard 2s alternate infinite;
    transition: all 0.3s linear;
}

@keyframes card__animation {
    0% {
        transform: rotate(77deg) skew(-19deg) translateX(32px);
    }

    100% {
        transform: rotate(77deg) skew(-19deg) translateX(57px);
    }
}
@keyframes card__animationhove {
    0% {
        transform: translate(-30px, 40px);
    }

    100% {
        transform: translate(-30px, 54px);
    }
}
@keyframes card__animationhovesecondcard {
    0% {
        transform: translate(30px, 0px);
    }

    100% {
        transform: translate(30px, -30px);
    }
}


@keyframes card__animationafterhover {
    0% {
        transform: rotate(77deg) skew(-19deg) translateX(32px);
    }
    100% {
        transform: rotate(77deg) skew(-19deg) translateX(57px);
    }
}

@keyframes card__animationhover {
    0% {
        transform: rotate(77deg) skew(0deg) translateY(0);
    }
    20% {
        transform: rotate(0) skew(0deg) translateY(0);
    }
    70% {
        transform: rotate(0deg) skew(0deg) translateY(0px);
    }
    100% {
        transform: rotate(0deg) skew(0deg) translateY(0px);
    }
}

@keyframes card__animationposthover {
    0% {
        transform: rotate(0deg) skew(0deg) translateY(0px);
    }
    100% {
        transform: rotate(77deg) skew(-19deg) translateX(32px);
    }
}
  @keyframes card__animation2 {
    0% {
        transform: rotate(118deg) skewX(45deg) translateX(-22px) scale(0.8);
    }

    100% {
        transform: rotate(118deg) skewX(45deg) translateX(-40px) scale(0.8);
    }
  }
.debit__card__2{
    position: absolute;
    bottom: 2rem;
    right: -1.5rem;
    animation: card__animation2 2s infinite alternate;
}
svg.link__icon,
svg.trophy__icon {
    position: absolute;
    top: -2.3rem;
    right: -1.9rem;
}
svg.trophy__icon{
    top: -0.9rem;
}

svg.play__backicon,
svg.iwifi__icon{
    position: absolute;
    bottom: -2.3rem;
    left: -2.9rem;
}
svg.iwifi__icon {
    top:auto;
    bottom: -6.3rem;
}
.swiper__round__sec__in{
    background:rgba(255, 255, 255, 0.55);
    width:15.8rem;
    height:15.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s linear;

}
.swiper__round__sec__in.second__slide{
    width:19.6rem;
    height:19.6rem;
}
@keyframes rotateScalePause {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    52% {
        transform: rotate(180deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.swiper__animation__sec {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    animation: rotateScalePause 5s linear infinite;
    transition: transform 0.3s ease-in-out;
}
.swiper__animation__sec__hover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hover:hover {
    transition: transform 0.3s ease-in-out;

    transform:scale(.7);

}
.swiper__animation__in{
    display: flex;
    justify-content: center;
}
.swiper__animation__in.swiper__card__2{
    justify-content: space-between;
    position: relative;
    top:-2rem;
}
.swiper__card__1,
.swiper__card__4{
    position: relative;
    top:-2rem;
}
.swiper__card__4{
    top:auto;
    bottom: 3.5rem;
}
.swiper__card__image__1,
.swiper__card__image__2{
    position: relative;
    left: -2.5rem;
}
.swiper__card__image__2{
    left:auto;
    right:-2.5rem;
}
.swiper__animation__in img,
.swiper__animation__in:hover img {
    animation: counterRotateScalePause 5s linear infinite;
    border-radius: 4rem;
}

@keyframes counterRotateScalePause {
    0% {
        transform: rotate(0deg) scale(1);
    }
    48% {
        transform: rotate(-180deg) scale(1);
    }
    52% {
        transform: rotate(-180deg) scale(1);
    }
    98%, 100% {
        transform: rotate(-360deg) scale(1);
    }
}
.two-column-layout .left__section{
    transform: translateX(-100%);
  }
  .two-column-layout .right__section{
    transform: translateX(-100%);
  }


  .two-column-layout .right-item {
      transform: translateX(100%);
  }
  .dashboard__sub__boxes {
      display: flex;
      gap:3rem;
      justify-content: space-between;
      margin-top:3rem;
      flex:1;
      position: relative;
      overflow: auto hidden;
  }
  .dashboard__sub__boxes__in,
  .dashboard__sub__boxes__in{
      display: flex;
      gap:3rem;
      flex:1;
  }
  .sub__boxes__clmn{
      position:relative;
      display: flex;
      overflow: hidden;
      flex:1;
  }

  .sub__boxxes__lft{
      padding:2.8rem 0 1.5rem 2.5rem;
  }
  .money__in__clmn{
      background: linear-gradient(101.5deg, #BA92F8 -0.71%, #C7A5FA 48.42%, #B68BF8 99.56%);
  }
  .money__out__clmn{
      background: radial-gradient(204.11% 337.01% at 11.93% -31.51%, #619DF8 0%, #88A1FF 49%, #619DF8 100%);
  }
  .money__recievable{
      background: radial-gradient(187.57% 337.16% at 14.6% -23.5%, #F66F59 0%, #FB8875 51.43%, #F66F59 100%);
  }
  .money__payable{
      background: radial-gradient(100.02% 427.08% at 1.25% 6.01%, #58C09C 0%, #65D8B0 49%, #58C09C 100%);
  }
  .sub__boxes__cnt{
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;

  }
  .sub__boxes__top p{
      font-family: var(--font-family);
      font-weight:var(--font_weight700);
      font-size:var(--font15);
      color:var(--bg_white);
      text-transform: uppercase;
  }
  .sub__boxes__top h2{
      font-family: var(--font-family);
      font-weight:var(--font_weight700);
      font-size:var(--font28);
      color:var(--bg_white);
  }
  .sub__boxes__bottom p{
      font-family: var(--font-family);
      font-weight:var(--font_weight500);
      font-size:var(--font14);
      color:var(--bg_white);
  }
  .svg___border {
      position: absolute;
      top: 0;
      left: 0;
      width:100%;
      height:100%;
  }
  .svg___border svg{
    width:100%;
    height:100%;
  }
  .sub__boxxes__rgt{
      display: flex;
      flex:1;
      width:100%;
      overflow: hidden;
      justify-content: flex-end;
  }
  .sub__boxes__bottom{
      display: flex;
      gap:.4rem;
      align-items: center;
  }
  .small__arrow__sec {
      display: flex;
      align-items: center;
  }
  @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }

  .svg___border g path {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: dash 5s linear infinite;
    }
    .upanddownpath {
      animation: moveUpDown 2s infinite alternate;
    }

    @keyframes moveUpDown {
      0% {
        transform: translateY(-2px);
      }
      100% {
        transform: translateY(-30px);
      }
    }
    path.path1{
      animation: flow 1s linear infinite;
      animation-delay: 0s;
      transform-origin: 0px 0px;
    }


    path.path2{
      animation: flow 1s linear infinite;
      animation-delay: 0.3s;
      transform-origin: 0px 0px;
    }
    .dashboard__sub__boxes:hover path.path2,
    .dashboard__sub__boxes:hover path.path1,
    .dashboard__sub__boxes:hover path.path3,
    .dashboard__sub__boxes:hover path.path4,
    .dashboard__sub__boxes:hover .animated__chip__right,
    .dashboard__sub__boxes:hover .animate__chip,
    .dashboard__sub__boxes:hover .path__last,
    .dashboard__sub__boxes:hover .l__shape__coins__second,
    .dashboard__sub__boxes:hover .l__shape__coins,
    .dashboard__sub__boxes:hover .path___last__2,
    .dashboard__sub__boxes:hover .flow__coins__alternate{
        animation-play-state: paused;
    }



    .wqwq{
      transform: rotatez(-29deg);
      transform-origin: center center;
  }

    path.path3 {
      animation: flowx 1.5s ease infinite;
      animation-delay: 0s;
    }
    path.path4 {
      animation: flowx 1.5s ease infinite;
      animation-delay: 0.5s;
    }
    .animate__chip{
      animation: flowY 1.5s ease-in infinite;
    }
    .animated__chip__right{
      animation: flowY 1.5s ease-in infinite;
    }
    .flow__coins__alternate{
      animation: normalan 1.5s ease-in infinite;
    }
    .flow__coins,
    .l__shape__coins__last{
      display: none;
    }

    @keyframes normalan {
      0% {
          transform: translateY(-100%);
        }
        100% {
          transform: translateY(10px);
        }
    }

    @keyframes skewleft {
      0% {
          transform: translateY(-100%);
      }
      50% {
          transform: skew(-2deg, -7deg);

      }
      100% {
          transform: translateY(10px) skew(-2deg, -7deg);
      }
    }

    @keyframes flowY {
      0% {
          transform: translateY(0px);
      }

      50% {
          transform: translateY(-5px);
      }
      100%{
          transform: translateY(0px);
      }
    }
    @keyframes flow {
      0% {
          transform: translateY(-79px);
      }

      100% {
          transform: translate(-8px, 41px);
      }
    }

    @keyframes flowx {
      0% {
          transform: translate(-42px, -12px);
      }

      100% {
          transform: translate(-6px, 58px);
      }
    }


    .path__last{
      animation: flowlast 1s linear infinite;
      animation-delay: 0s;
      transform-origin: 0px 0px;
    }
    .path___last__2{
      animation: flowlast 1s linear infinite;
      animation-delay: 0.5s;
      transform-origin: 0px 0px;
    }
    @keyframes flowlast {
      0% {
          transform: translateY(-133px);
      }

      100% {
          transform: translate(0px, 6px);
      }
    }
    .l__shape__structure{
      transform: rotate(8deg);
      transform-origin: center center;
  }
    .l__shape__coins{
      animation: flowlhapes 1s linear infinite;
      animation-delay: 0.5s;
    }
    .l__shape__coins__second{
      animation: flowlhapesecond 1s linear infinite;
      animation-delay: 0.5s;
    }
    @keyframes flowlhapes {
      0% {
          transform: translate(28px, 19px);
      }
      50%{
          transform: translate(4px, 9px);
      }

      100% {
          transform: translate(0, 0);
      }
    }

    @keyframes flowlhapesecond {
      0% {
          transform: translate(63px, -29px);
      }

      50% {
          transform: translate(16px, 8px);
      }

      100% {
          transform: translate(0, 0);
      }
    }
    @keyframes fade {
      0%, 100% { opacity: 0; }
      50% { opacity: 1; }
    }
.dots__animation{
    min-width:21.7rem
}
.dots__animation__inner{
    display: flex;
    align-items: center;
    gap:1rem;
}
    .animate-opacity {
      animation: fade 3s infinite;
    }
    .dot-elastic {
        position: relative;
        width: 1rem;
        height: 1rem;
        border-radius: 5px;
        background-color: var(--primary_dark);;
        color: var(--primary_dark);;
        animation: dotElastic 1s infinite linear;
    }
    .dot-elastic::before, .dot-elastic::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }
    .dot-elastic::before {
        left: 3.1rem;
        width: 1rem;
        height: 1rem;
        border-radius: .5rem;
        background-color: var(--primary_dark);;
        color: var(--primary_dark);;
        animation: dotElasticBefore 1s infinite linear;
    }
    .dot-elastic::after {
        left: 1.5rem;
        width: 1rem;
        height: 1rem;
        border-radius: .5rem;
        background-color: var(--primary_dark);;
        color: var(--primary_dark);;
        animation: dotElasticAfter 1s infinite linear;
    }
    @keyframes dotElasticBefore{
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }
    50% {
        transform: scale(1, 0.67);
    }
    75% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}
    @keyframes dotElasticAfter{
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 0.67);
    }
    75% {
        transform: scale(1, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.money__info__sec ul{
    display: flex;
    gap:1rem;
    overflow: auto hidden;
}
.money__info__sec ul li{
    flex:0 0 auto;
}
.money__info__sec ul li a{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap:.4rem;
    border: 0.5px solid var(--primary_dark);
    padding:.8rem;
    border-radius: 10.5rem;
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font16);
    color:var(--primary_dark);
}
.bank__account__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bank__account__head h4{
      font-family: var(--font-family);
      font-weight:var(--font_weight600);
      font-size:var(--font18);
      color:var(--primary_dark);
}
.bank__account__head a{
      font-family: var(--font-family);
      font-weight:var(--font_weight500);
      font-size:var(--font14);
      color:var(--sec__primary__dark);
      display: flex;
      align-items: center;
      gap:.5rem;
}
.intro__section__in.alternate__info__sec .intro__right{
    flex:1;
    width:100%;
    border-right: 0.1rem solid var(--border-gray);
    padding:2rem 4.4rem 2rem 0rem;
}
.intro__section__in .intro__bank__acounts{
    flex:unset;
    width:34rem;
    display: flex;
    flex-direction: column;
    gap:1.2rem;
}
.bank__lists__sec ul{
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.bank__lists__sec ul li{
    display: flex;
    gap:1rem;
    align-items: center;
    position:relative;
}
.bank__lists__li{
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    gap:1rem;
    padding:1.2rem .7rem 1.2rem 1.6rem;
}
.bank__lists__sec ul li:before{
    content:"";
    background:linear-gradient(92.34deg, rgba(200, 130, 149, 0.27) 1.24%, rgba(147, 147, 216, 0.27) 97.02%);
    position: absolute;
    inset:0;
    width:100%;
    height:100%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding:2px;
}
.intro__bank__name{
    display: flex;
    flex-direction: column;
    gap:.4rem;
}

.intro__bank__name h5{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font16);
    color:var(--primary_dark);
}
.intro__bank__name p{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font12);
    color:var(--sec__black);
}
.bank__content{
    height:18.1rem;
    overflow: hidden auto;
}
.addnew___bank__acnt__sec {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top:2rem;
}
.addnew___bank__acnt__sec a{
    border: 0.5px solid var(--primary_dark);
    border-radius: 10.5rem;
    padding: .8rem 1.2rem;
    display: flex;
    align-items: center;
    gap:1rem;
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font14);
    color:var(--primary_dark);
}
@-webkit-keyframes animateBubble {
    0% {
        top: 10px;
    }
    100% {
        top: 30px;
    }
}

@-moz-keyframes animateBubble {
    0% {
        top: 0px;
    }
    100% {
        top: 50px;
    }
}


@keyframes animateBubble {
    0% {
        top: 0px;
    }
    100% {
        top: 50px;
    }
}

@-moz-keyframes animateBubble2 {
    0% {
        top: 0;
    }
    100% {
        top: -50px;
    }
}


@keyframes animateBubble2 {
    0% {
        top: 0;
    }
    100% {
        top: -50px;
    }
}

@-moz-keyframes animateBubble3 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:-10px
    }
}


@keyframes animateBubble3 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        right:-10px
    }
}
@-moz-keyframes animateBubble4 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: 50px;
        right:23px
    }
}


@keyframes animateBubble4 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: 50px;
        right:23px
    }
}

@-moz-keyframes animateBubble5 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: 50px;
        right:23px
    }
}


@keyframes animateBubble5 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:23px
    }
}
@-moz-keyframes animateBubble6 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: -50px;
        right:23px
    }
}


@keyframes animateBubble6 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:23px
    }
}
@-moz-keyframes animateBubble7 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: -50px;
        right:23px
    }
}


@keyframes animateBubble7 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        right:23px
    }
}

@-moz-keyframes animateBubble8 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:23px
    }
}


@keyframes animateBubble8 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:23px
    }
}

@-moz-keyframes animateBubble9 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:-23px
    }
}


@keyframes animateBubble9 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:-23px
    }
}

@-moz-keyframes animateBubble10 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:-23px
    }
}


@keyframes animateBubble10 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:-23px
    }
}


/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 4s linear infinite;
	-moz-animation: animateBubble 4s linear infinite;
	animation: animateBubble 4s linear infinite;
}

.x2 {
    -webkit-animation: animateBubble2 4s linear infinite;
	-moz-animation: animateBubble2 4s linear infinite;
	animation: animateBubble2 4s linear infinite;
    animation-delay: 0.3s;
}

.x3 {
    -webkit-animation: animateBubble3 2s linear infinite;
	-moz-animation: animateBubble3 2s linear infinite;
	animation: animateBubble3 2s linear infinite;
    animation-delay: 0.4s;
}

.x4 {
    -webkit-animation: animateBubble4 2s linear infinite;
	-moz-animation: animateBubble4 2s linear infinite;
	animation: animateBubble4 2s linear infinite;
    animation-delay: 0.5s;
}

.x5 {
    -webkit-animation: animateBubble5 2s linear infinite;
	-moz-animation: animateBubble5 2s linear infinite;
	animation: animateBubble5 2s linear infinite;
    animation-delay: 0.6s;
}

.x6 {
    -webkit-animation: animateBubble6 2s linear infinite;
	-moz-animation: animateBubble6 2s linear infinite;
	animation: animateBubble6 2s linear infinite;
    animation-delay: 0.7s;
}

.x7 {
    -webkit-animation: animateBubble7 2s linear infinite;
	-moz-animation: animateBubble7 2s linear infinite;
	animation: animateBubble7 2s linear infinite;
    animation-delay: 0.8s;
}

.x8 {
    -webkit-animation: animateBubble8 2s linear infinite;
	-moz-animation: animateBubble8 2s linear infinite;
	animation: animateBubble8 2s linear infinite;
    animation-delay: 0.9s;
}

.x9 {
    -webkit-animation: animateBubble 2s linear infinite;
	-moz-animation: animateBubble 2s linear infinite;
	animation: animateBubble 2s linear infinite;
    animation-delay: 1s;
}

.x10 {
    -webkit-animation: animateBubble 2s linear infinite;
	-moz-animation: animateBubble 2s linear infinite;
	animation: animateBubble 2s linear infinite;
    animation-delay: 1.2s;
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

    background: rgba(184, 151, 255, 1);

    height: .9rem;
	position: absolute;
	width: .9rem;
    -webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.acc__unlock__sec__border__main{
    position: relative;
    width: 20.9rem;
    height: 6.7rem;
    margin:0 auto;
}

.star__sec{
    position: absolute;
    left:1.9rem;
    top:1.2rem;
    z-index: 20;
    transition-delay: 1s
}
.acc__unlock__sec__border__main:hover .star__sec{
    left:auto;
    right:1.9rem;
    transition-delay: 1s;
}
.swiper__slider__sec .swiper-pagination-bullet,
.intro__section__main .slick-dots button{
    opacity: 0.7;
    display: inline-block;
    transition-property: height;
    transition-duration: .5s;
    background: rgba(255, 255, 255, 1);
    width:.8rem;
    height:.8rem;
}
.swiper__slider__sec .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.intro__section__main .slick-dots li.slick-active button {
    opacity: 1;
    background: #ffffff;
    height: 2rem;

    border-radius: 1.8rem;
    transition-property: height;
    transition-duration: .5s;
}
.financial__team__section{
    margin-top:4rem;
}
.financial__team__section__in{
    display:flex;
    gap:2.4rem;
    position: relative;
}
.financial__team__sep.left__translate{
    display: grid;
    gap: 2.4rem;
    grid-template-columns: auto auto;
}
.financial__team__sep.right__translate{
    display: grid;
    gap: 2.4rem;
    grid-template-columns: auto auto auto;
}
.financial__team__section__clmn {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--bg_white);
}
.avthor__footer__section__sc {
    padding: 0.7rem;
    padding-top: 0;
}
.financial__team__section__clmn__in{
    overflow: hidden;
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.financial__video__sec{
    flex:1;
}
.financial__video__sec video{
    cursor:auto;width:100%;height:100%;border-top-left-radius:4rem;border-top-right-radius:4rem;display:block;object-fit:cover;background-color:rgba(0, 0, 0, 0);object-position:50% 50%;
}
.traslate__sec{
    display: flex;
    align-items: center;
    margin-top:.7rem;
    position: relative;
}
.traslate__sec__inner{
    position: absolute;
    left: 0;
}
.translate__cnt__sec__main{
    padding-left:4rem;
    flex: 1;
    width: 100%;
}
.translate__play__sec{
    width:5.2rem;
    height:5.2rem;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3.43px solid var(--bg_white);
}
.blue__translate .translate__play__sec{
    background: var(--light__blue__bg__alternate);
}
.blue__translate .translate__cnt__sec{
    background: var(--light__blue__bg__alternate);
}
.darkblue__translate .translate__play__sec{
    background: var(--dark__blue__bg__alternate);
}
.darkblue__translate .translate__cnt__sec{
    background: var(--dark__blue__bg__alternate);
}
.green__translate .translate__play__sec{
    background: var(--light__green__bg__alternate);
}
.green__translate .translate__cnt__sec{
    background: var(--light__green__bg__alternate);
}
.pink__translate .translate__play__sec{
    background: var(--pink__translate);
}
.pink__translate .translate__cnt__sec{
    background: var(--pink__translate);
}
.middle__bg__translate .translate__play__sec{
    background: var(--middle__blue__border);
}
.middle__bg__translate .translate__cnt__sec{
    background: var(--middle__blue__border);
}

.translate__cnt__sec{
    flex: 1;
    width: 100%;
    overflow: hidden;
    padding:1.3rem 1.9rem 1.3rem 1.8rem;
    display: flex;
}
.translate__cnt__sec p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font16);
    color:var(--video__cnt);
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.cursor {
    display: none;
}

  .video-active .translate__cnt__sec p span{
    width:100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
  .video-active .translate__cnt__sec p{
    width:max-content;
    overflow: hidden;
    white-space: nowrap;
    display:flex;
    align-items: center;
    position: relative;
  }
  .video-active span.cursor {
    display: inline-block;
    background-color: #000;
    margin-left: 0.6rem;
    width: 2px;
    height: 16px;
    margin-top:3px;
    animation: blink 1s infinite;
  }

  @keyframes blink {
    0%  { background-color: #000; }
    49% { background-color: #000; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #000; }
  }
p.audio__second__para{
    display: none;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes blinking-cursor {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes cursor {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes moveLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
.flip {
    position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
    transform: rotateY(0deg);
  }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .back__section__show .traslate__sec,
  .back__section__showing .traslate__sec,
  .back__section__showing .play__pause__sec{
    display:none;
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
  }
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  background: #fff;
  border-radius: 5rem;
}

.back__inner{
    height: 100%;
    border-radius: 2rem;
    padding:2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border: 1px solid;
}
.green__bg__back{
    border-color:var(--flip__green__border);
    background: var(--flip__green__bg);
}
.blue__bg__back{
    border-color:var(--blue__bg);
    background: var(--flip__blue__bg);
}
.darkblue__bg__back{
    border-color:var(--darkblue__bg);
    background: var(--dark__blue__bg__alternate);
}
.pink__bg__back{
    border-color:var(--pink__bg__border);
    background: var(--pink__bg);
}
.middle__bg__back{
    border-color:var(--middle__blue__border);
    background: var(--middle__blue__bg);
}
.back__inner__cnt{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width:100%;
}
.back__layer__head {
    display: flex;
    justify-content: space-between;
}
.back__layer__left {
    display: flex;
    align-items: center;
    gap:1.2rem;
}
.back__layer__left p{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font14);
    margin:0;
    text-transform: capitalize;
}
.green__bg__back .back__layer__left p{
    color:var(--green__text);
}
.blue__bg__back .back__layer__left p{
    color:var(--green__text);
}
.darkblue__bg__back .back__layer__left p,
.middle__bg__back .back__layer__left p{
    color:var(--dark__blue__txt);
}
.pink__bg__back .back__layer__left p{
    color:var(--pink__bg__text);
}

.flip__cnt__info ul li{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--flip__info__list__border);
    padding:.8rem 0;
}
.flip__cnt__info ul li:first-child{
    border-top:0;
}
.flip__cnt__info ul li p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font12);
    color:var(--flip__info__list);
}
.darkblue__bg__back .flip__cnt__info ul li p{
    color:var(--darkblue__bg__back__list__color);
}

.flip__cnt__info ul li .flip__cnt__rgt p{
    font-weight:var(--font_weight600);
    color: var(--sec__primary__dark);
}
.green__bg__back .avathor__icon{
    border-color:var(--green__bg);
    background: var(--light__green__bg);
}
.blue__bg__back .avathor__icon{
    border-color:var(--blue__bg);
    background: var(--light__blue__bg);
}
.darkblue__bg__back .avathor__icon{
    border-color:var(--darkblue__bg);
    background: var(--dark__blue__bg__alternate);
}
.pink__bg__back .avathor__icon{
    border-color:var(--pink__border);
    background: var(--pink__bg);
}
.middle__bg__back .avathor__icon{
    border-color:var(--middle__blue__borders);
    background: var(--middle__blue__border);
}
.avathor__icon{
    width:4.8rem;
    height:4.8rem;
    border-radius: 50%;
    position: absolute;
    left: .4rem;
    transition: all 0.9s ease;
    border: 2px solid;
}
.text__consultant {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.text__consultant a{
    background: var(--video__cnt);
    display: flex;
    align-items: center;
    width:100%;
    border-radius: 3.4rem;
    padding: 0.4rem 0 0.4rem 6.4rem;
    height:5.6rem;
    gap:.9rem;
    position: relative;
    transition: all 0.9s ease;
}
.avathor__cnt{
    flex:1;
    width:100%;
}
.avathor__cnt p{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font16);
    color:var(--bg_white);
}
.text__consultant a:hover .avathor__icon {
    left: calc(100% - 5.3rem);
}
.text__consultant a:hover{
    padding-left:0;
}
.text__consultant a:hover .avathor__cnt{
    text-align: center;
}

.two__column__layout .first{
    transform: translateX(-12.8vw);
}
.two__column__layout .second{
    transform: translateX(-12.8vw);
}
.two__column__layout .third{
    transform: translateX(11vw);
}
.two__column__layout .fourth{
    transform: translateX(11vw);
}
.two__column__layout .fifth{
    transform: translateX(29vw);
    display: none;
}
.two__column__layout .intro__left__translate,
.two__column__layout .subboxes__left__translate,
.two__column__layout .left__translate{
    position: absolute;
    right: 68vw;
}
.two__column__layout .subboxes__right__translate,
.two__column__layout .right__translate{
    position: absolute;
    left: 66vw;
}

.seperate__div,
.seperate__div__main{
    width: 0;
    display: none;
}
.two__column__layout .seperate__div,
.two__column__layout .seperate__div__main{
    width:50vw;
    display: block;
    height:100%;
}
.two__column__layout .seperate__div__main{
    width:17vw;
}

.two__column__layout .financial__team__sep.right__translate,
.two__column__layout .financial__team__sep.left__translate{
    display: flex;
}
body.two__column__layout,
html.two__column__layout{
    position: fixed;
    inset: 0;
    overflow: hidden;
}
.play__pause__sec {
    display: flex;
    justify-content: flex-end;
}
.play__pause__sec svg{
    width:25px;
    height: 25px;
}
.mute__sec{
    display: none;
}
.play__pause__sec.mute-video svg.unmute__sec{
    display: none;
}
.play__pause__sec.mute-video svg.mute__sec{
    display: flex;
}
.dashboard__avathor__name__sc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 3rem;
}
.chat__popup{
    position:fixed;
    width:100%;
    height:100%;
    inset:0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 54px 0px rgba(42, 42, 42, 0.14);
    background: linear-gradient(90deg, #D9D9D9 5.6%, rgba(128, 166, 117, 0) 58.48%, rgba(78, 72, 55, 0) 62.86%, #D9D9D9 92.14%);
}
.chat__pop__inn{
    max-width:69.6rem;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1.6rem;

}
.chat__pop__lft{
    width:8rem;
}
.chat__pop__lft ul{
    display: flex;
    flex-direction: column;
    gap:.6rem;
}
.chat__avathor__sec{
    width:8rem;
    height:8rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat__avathor__sec.dark__blue{
     background: radial-gradient(108.39% 88.79% at 50% 50%, #BFE2FF 0%, #FFFFFF 39.96%);
}
.chat__pop__rgt{
    background:linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border:.1rem solid var(--chat__border);
    flex:1;
    width:100%;
    padding:1rem;
    position: relative;
    overflow: hidden;
}
.chat__pop__rgt__head{
    display: flex;
    gap:3rem;
    padding:1.4rem 3rem 0 3rem;
    position: relative;
}
.chat__pop__close{
    position: absolute;
    right:0;
    top:0;
}
.head__avathor{
    width:9rem;
}
.head__avathor__info{
    display: flex;
    flex-direction: column;
    gap:.2rem;
    justify-content: center;
    flex:1;
    width:100%;
    overflow: hidden;
    position: relative;
}
.chat__pop__rgt__head h3{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font28);
    color:var(--primary_dark);
}
.chat__pop__rgt__head h2{
    font-family: var(--font-family);
    font-weight:var(--font_weight700);
    font-size:var(--font34);
    color:var(--primary_dark);
}
.lign__green__circle{
    width: 16.2rem;
    height: 16.2rem;
    border-radius: 50%;
    position: absolute;
    top: -8rem;
    background: var(--green__circle);
    right: 10rem;
}
.lign__green__circlealter{
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    position: absolute;
    top: 10rem;
    background: var(--green__circle);
    right: -3rem;
}
.chat__pop__chat__sec{
    background: var(--chat__sec__bg);
    padding:1rem;
}
.chat__main__row{
    display: flex;
    gap:1.2rem;
    padding:1rem 0;
    margin-bottom:1rem;
}
.ticket__chat__avathor{
    width:4.8rem;
    height:4.8rem;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    background: rgba(237, 255, 246, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket__chat__main__cnt{
    flex:1;
    width:100%;
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.ticket__chat__main__cnt__in{
    max-width: 42.8rem;
    width:100%;
    background: var(--chat__bg);
    padding:.8rem 1.6rem;
    border-radius: .8rem;
}
.ticket__chat__main__cnt__in p,
.great__choice__sec p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font14);
    color:var(--chat__cnt__color);
}
.looking__for__sec{
    padding:1rem 2rem;
    margin-bottom:1rem;
}
.looking__for__sec__cnt{
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.chat__time__sec p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font12);
    color:var(--chat__cnt__color);
}
.looking__for__sec__cnt h6{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font12);
    color:var(--gray__color__alter);
}
.looking__for__sec__cnt ul{
    display: flex;
    gap:1.2rem;
}
.looking__for__sec__cnt ul li{
    border:0.5px solid var(--chat__list__border);
    flex:0 0 auto;
    padding:.4rem 2.4rem;
    border-radius: 4rem;
}
.chat__scroll__row{
    display: flex;
    gap:1.2rem;
    padding:1rem 0;
}
.chat__scroll__avathor__sec{
    width:4.8rem;
    height:4.8rem;
    border-radius: 2rem;
    border:1px solid #fff;
    background:linear-gradient(134.22deg, #E2FFFD 18.32%, #58CED9 103.74%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.chat__scroll__msg__cnt{
    flex:1;
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.send__msg .chat__scroll__msg__cnt__in{
    background: var(--chat__inn__bg);
}

.chat__scroll__msg__cnt__in{
    width:fit-content;
    padding:.8rem 1.6rem;
    margin-left: 8.2rem;
    border-radius: .8rem;
}
.chat__scroll__msg__cnt__in p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font14);
    color:var(--chat__in__txt);
}
.chat__scroll__msg__cnt.send__msg{
    align-items: flex-end;
}
.send__msg .chat__time__sec{
    text-align: right;
}
.recieved__msg .chat__scroll__msg__cnt{
    order: 2;
}
.recieved__msg .chat__scroll__avathor__sec{
    order:1;
}
.recieved__msg .chat__scroll__msg__cnt__in{
    margin-left:unset;
    margin-right:8.2rem;
    background: var(--bg_white);
}
.great__choice__sec{
    background: var(--bg_white);
    width:max-content;
    padding:.8rem 1.6rem;
}
.ticket__submit__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:1rem;
    margin-top:1rem;
}
.ticket__text__area{
    flex:1;
    width:100%;
    position: relative;
}
.ticket__text__area textarea{
    background: rgba(247, 246, 248, 1);
    padding:.4rem 1.5rem;
    width:100%;
    height:5.4rem;
    resize: none;
    border: none;
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font16);
    color:var(--chat__in__txt);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.ticket__text__area textarea:focus{
    border:none;
    border:0;
    outline: none;
    outline: 0;
}
.ticket__send__btn__sec{
    width:5.4rem;
    height:5.4rem;
    border-radius: 50%;
    background: var(--ticket__send__btn__bg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket__text__area textarea:-ms-input-placeholder {
    color:var(--placeholder__color);
    transform: translateY(10px);
}
.ticket__text__area textarea::-moz-placeholder {
    color:var(--placeholder__color);
    transform: translateY(10px);

  }
.ticket__text__area textarea::-webkit-input-placeholder {
    color:var(--placeholder__color);
    transform: translateY(10px);
}
.chat__scroll__sec{
    max-height:31.2rem;
    overflow: hidden auto;
}
.chat__tabitems{
    display: none;
}
.chat__tabitems.active__chat__item{
    display: block;
}
.audio__bars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:.1rem
}
.baraudio {
    background: #000;
    bottom: .1rem;
    height: .3rem;
    width: .2rem;
    border-radius: 1rem;
    display: none;
    animation: sound 0ms -600ms linear infinite alternate;
}
.video-active .baraudio{
    display: block;
}
.video-active .translate__play__sec svg{
    display: none;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 30px;
    }
}

.baraudio:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.baraudio:nth-child(2)  { left: 15px; animation-duration: 433ms; }
.baraudio:nth-child(3)  { left: 29px; animation-duration: 407ms; }
.baraudio:nth-child(4)  { left: 43px; animation-duration: 458ms; }
.baraudio:nth-child(5)  { left: 57px; animation-duration: 400ms; }
.baraudio:nth-child(6)  { left: 71px; animation-duration: 427ms; }
.baraudio:nth-child(7)  { left: 85px; animation-duration: 441ms; }
.baraudio:nth-child(8)  { left: 99px; animation-duration: 419ms; }


.third_new_svg .swiper__round__sec.without__border{
    width: 34rem;
    height: auto;
    margin-top: 0;
}
.third_new_svg .swiper__round__sec__in.second__slide{
    width: 34rem;
    height: 100%;
    background: transparent;
}
.swiper__cnt__main.third_new_svg {
    gap: 1rem;
}
.svg_last_anim {
    width: 27rem;
    margin: 0px auto;
}
.swiper__cnt__main.last_svg_wrap {
    gap: 1rem;
}
.bulkPaymentLinks h2 {
    font-weight: 500;
    font-size: var(--font20);
    margin-bottom: 0.8rem;
}

.bulkPaymentLinksPk h2 {
    font-weight: 500;
    font-size: var(--font20);
    margin-bottom: 0.8rem;
}
.SVGClick2{
    display: none;
}
.TxtCenter p {
    font-size: var(--font18);
    font-weight: 400;
    color: rgba(163, 163, 163, 1);
}

.bulkPaymentLinks {
    height: 100%;
}
.bulkPaymentLinks.PDCreate .CreateBtn {
    padding: 0;
}
.bulkPaymentLinksPk.PDCreate .CreateBtn {
    padding: 0;
}
.TxtCenter {
    flex-grow: 1;
    max-width: 35.3rem;
    margin: 0 auto;
}
.TransactionPreviewEdit{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.TransactionPreviewEditLeft,.TransactionPreviewEditRight{
    display: flex;
    align-items: center;
}
.TransactionPreviewEditLeft h3{
    font-size: 1.4rem;
    font-size: 500;
}
.TransactionPreviewEditRight p{
    text-decoration: underline;
    font-size: 1.4rem;
    font-size: 500;
    color: #6FA614;

}
.TransactionPreviewEditLeft{
    gap: 1.2rem;
}
.TransactionPreviewEditRight{
    gap: 2.2rem;
}
.LinkNoDataMain h2 {
    margin-top: 1.8rem;
    margin-bottom: 2rem;
}
.LinkNoDataMain ul li {
    list-style: disc;
    color: rgba(106, 106, 106, 1);
    margin-bottom: 1.6rem;
}

.colorGry {
    color: rgba(106, 106, 106, 1);
}

.LinkNoDataMain ul {
    padding-left: 3rem;
}

.bulkPaymentLinks p {
    color: rgba(163, 163, 163, 1);
}

.bulkPaymentLinksPk p {
    color: rgba(163, 163, 163, 1);
}

.colorBlk.mb30 {
    margin-bottom: 3rem;
}

.BulkCollect {
    border: 1px solid rgba(228, 228, 228, 1);
}

.pd2212 {
    padding: 2.2rem 1.2rem 1.2rem;
}

.DownloadBtn {
    width: 18.6rem;
    height: 4.8rem;
    border: 0.5px solid rgba(45, 45, 45, 1);
    gap: 1.2rem;
}

.DownloadBtnBP {
    width: 18.6rem;
    height: 4.8rem;
    border: 0.5px solid rgba(45, 45, 45, 1);
    gap: 1.2rem;
}

.DownloadFile {
    margin-bottom: 2.4rem;
}

.imgGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.pd12 {
    padding: 1.2rem;
    margin-top: 1.6rem;
}

.TableSec table thead tr td {
    padding: 1.7rem 1.2rem 1.7rem 1.2rem;
    background: rgba(242, 246, 255, 1);
}

.NameAndDetail {
    gap: 1.2rem;
}

.PhnMail {
    display: flex;
}

.PhnMailTxt {
    color: rgba(93, 93, 93, 1);
}

.mt12 {
    margin-top: 1.2rem;
}

.mt4 {
    margin-top: 0.4rem;
}

.mt6 {
    margin-top: 0.6rem;
    margin-left: 1rem;
}

.mt30 {
    margin-top: 3rem;
}

.mb33 {
    margin-bottom: 3.3rem;
}

.mb32 {
    margin-bottom: 3.2rem;
}

.m2 {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.PhnMailTxt span.timer {
    color: var(--Text-Link-Text-Green, rgba(111, 166, 20, 1));
}

.TableSec table {
    width: 100%;
}

.TableSec table tbody tr td {
    padding: 1.4rem 1.2rem 1.4rem 1.2rem;
}

.TableSec table tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid rgba(244, 244, 244, 1);
}
.TableSec table tbody tr.borderNoneFail td{
border-bottom: none;
}
.PhnMail {
    margin-top: 0.2rem;
}

.PartiallyPaid {
    padding: 0.6rem 1rem;
    background: rgba(255, 249, 219, 1);
    width: fit-content;
    color: rgba(121, 106, 27, 1);
}

.paymentDue {
    padding: 0.6rem 1rem;
    width: fit-content;
    color: rgba(8, 88, 160, 1);
    background: rgba(236, 246, 255, 1);
}

.PaidColor {
    padding: 0.6rem 1rem;
    width: fit-content;
    background: rgba(224, 255, 225, 1);
    color: rgba(18, 178, 24, 1);
}

.mb18 {
    margin-bottom: 1.8rem;
}

.colorBlk.mb0 {
    margin-bottom: 0;
}

.bulkPaymentLinks p.pMiddle {
    color: rgba(106, 106, 106, 1);
    margin-bottom: 0.5rem;
}

.bulkPaymentLinks .paymentDueTxt {
    color: rgba(33, 136, 228, 1);
}

.bulkPaymentLinksPk p.pMiddle {
    color: rgba(106, 106, 106, 1);
    margin-bottom: 0.5rem;
}

.bulkPaymentLinksPk .paymentDueTxt {
    color: rgba(33, 136, 228, 1);
}

.mb5 {
    margin-bottom: 0.5rem;
}

.PocessedTxt, .PocessedTxt small {
    color:#FF7A2F;
}

.bulkPaymentLinks p.PaidTxt {
    color: rgba(18, 178, 24, 1);
}

.bulkPaymentLinksPk p.PocessedTxt {
    color: rgba(255, 122, 47, 1);
}

.bulkPaymentLinksPk p.PaidTxt {
    color: rgba(18, 178, 24, 1);
}

.gap12 {
    gap: 1.2rem;
}

.gap10 {
    gap: 1rem;
}

.mt10 {
    margin-top: 1rem;
}

.width9 {
    width: 1.2rem;
}

.mt74 {
    margin-top: 7.4rem;
}

.gryColr {
    color: var(--Text-Body-Sub-Text, rgba(93, 93, 93, 1));
}

.btnSSubmit {
    margin-top: 12.3rem;
    justify-content: end;
    margin-bottom: 1.6rem;
}

.btnSSubmit.bulkPayout {
    margin-bottom: 12.3rem;
    justify-content: end;
    margin-top: 3.2rem;
}

.btnSSubmit button {
    width: 15rem;
    height: 4.8rem;
}

.btnSSubmit button:first-child {
    border: 0.5px solid rgba(45, 45, 45, 1);
}

.poppBulkPayment {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(232, 232, 232, 0.5);
    margin: 0px auto;
    inset: 0;
    z-index: 1002;
}

.expense_approve_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(232, 232, 232, 0.5);
    margin: 0px auto;
    inset: 0;
    z-index: 1002;
}

#del_confirmation_popup.poppBulkPayment {
    z-index: 1056;
}

.bg_PoppBulk {
    min-width: 68.1rem;
    min-height: 43.8rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.4rem;
}

.CloseImg {
    position: absolute;
    top: 4rem;
    right: 3rem;
    cursor: pointer;
}

.mt2 {
    margin-top: 0.2rem;
}

.dragDropMain {
    padding-top: 3.7rem;
}

#drop-area {
    border: 2px dashed rgba(111, 151, 232, 1);
    border-radius: 0.8rem;
    width: 100%;
    transition: border 0.3s ease;
    padding: 3.6rem 0;
}

#drop-area.highlight {
    border-color: purple;
}

p {
    margin: 0;
}

input[type="file"] {
    display: none;
}

.fileLabel {
    color: rgba(62, 166, 86, 1);
    cursor: pointer;
    text-decoration: underline;
}

#file-info {
    margin-top: 1rem;
}

.gapa4 {
    gap: 0.4rem;
}

.TxtType {
    color: rgba(93, 93, 93, 1);
    margin-top: 1.8rem;
}

.DownloadTemplate {
    color: rgba(62, 166, 86, 1);
    /* gap: 0.8rem; */
    margin-top: 4.2rem;
    /* cursor: pointer; */
}
.DownloadTemplate__inside__sc {
    cursor: pointer;
    gap: 0.8rem;
}

.bg_PoppBulk.bgWhite.w78 {
    width: 78rem;
}

.selectBank select {
    width: 100%;
    height: 4.8rem;
    border: 1px solid rgba(244, 244, 244, 1);
    color: rgba(163, 163, 163, 1);
    padding-right: 1.5rem;
    margin-top: 0.8rem;
}

.selectBank button {
    height: 4.8rem;
    width: 16rem;
}

.mt88 {
    margin-top: 3rem;
}

.AccountBalance {
    background: rgba(246, 249, 255, 1);
    padding: 1.2rem;
    margin-top: 1.2rem;
}

.AccountBalance p span {
    color: var(--Text-Link-Text-Green, rgba(111, 166, 20, 1));
}
.TableSec table tbody tr.FailedRow td{
    background: #FFF8F8;
    border-bottom: none;
}
.TableSec table tbody tr.DuplicateRow td{
    background: #F7F2FF;
    border-bottom: none;
}
.TextTableDiv{
    color: #5D5D5D;
    font-size: var(--font14);
    font-weight: 400;
}
.otp-input {
    width: 6rem;
    height: 4.8rem;
    text-align: center;
    border: 2px solid #f4f4f4;
}
.PhnMailTxt:nth-child(2){
  font-size: 1.6rem;
  color: #6FA614;
  font-weight: 500;
  cursor: pointer;
}
.PhnMailTxt:nth-child(2) span,.resendPushOtpTxt{
    font-size: 1.6rem;
    color: #6FA614;
    font-weight: 500 !important;
  cursor: pointer;

}
a#beneficiary-resend-otp , a#transaction-resend-otp{
    color: var(--bs-link-color)!important;
    text-decoration: underline!important;
}
a#beneficiary-resend-otp.disabled-link , a#transaction-resend-otp.disabled-link{
    background: #F7FAFC !important;
    border-color: #E3E8EE !important;
    color: #A3A3A8 !important;
    pointer-events: none;
}

.otp-input:focus-visible {
    outline: unset;
}

#submitButton {
    background-color: var(--primary_dark);
    color: var(--bg_white);
}

.otp-input:focus {
    border: 1px solid rgba(111, 166, 20, 1);
}

.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 1.2rem;
}

.colorGry span {
    color: var(--Text-Primary-Text, rgba(45, 45, 45, 1)) !important;
}

.btnSubmiT {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.btnSubmiT button {
    height: 4.8rem;
    width: 16rem;
}

.BgGray1 {
    background: rgba(236, 236, 236, 1);
    color: rgba(163, 163, 163, 1);
}

.Btnactive {
    background: var(--Text-Primary-Text, rgba(45, 45, 45, 1));
    color: rgba(255, 255, 255, 1);
}

.bannerContain {
    position: relative;
}

.textMAinSec {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
}

.mb3 {
    margin-bottom: 0.3rem !important;
}

.textMAinSec h2 {
    text-transform: uppercase;
}

.bpo_selected_details_table, .blk_pymt_table {
    height: calc(100dvh - 41rem);
    overflow: auto;

}
/* reconsile */

.reconcilerightside,
.reconcileMain {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 2.4rem;
}

.reconcilerightside {
    max-width: 60rem;
    width: 100%;
}

.MainScroll {
    height: calc(100vh - 525px);
    overflow: scroll;
}

.TableSec.reconcile {
    margin-top: 1.2rem;
}

.reconcileMain {
    flex: 1;
    overflow: scroll;
}

.reconcileContainer {
    gap: 3rem;
    height: calc(100vh - 16rem);
}

.SeaRChSec {
    position: relative;
}

.SeaRChSec input {
    height: 4.8rem;
    width: 35.3rem;
    border: 1px solid rgba(244, 244, 244, 1);
    padding-left: 1.6rem;
    padding-right: 4rem;
}

.searchInput input {
    height: 4.8rem;
    width: 100%;
    border: 1px solid rgba(244, 244, 244, 1);
    padding-left: 1.6rem;
    padding-right: 4rem;
}
.searchInput input::placeholder {
    color: rgba(163, 163, 163, 1);
    font-weight: 300;
    font-size: var(--font16);
}
.bulkPaymentLinks .filter_btns a {
    border: 0.5px solid rgba(45, 45, 45, 1);
}
.bulkPaymentLinksPk .filter_btns a {
    border: 0.5px solid rgba(45, 45, 45, 1);
}
.SeaRChSec svg {
    position: absolute;
    right: 1.5rem;
    width: 2rem;
    cursor: pointer;
}

.SeaRChSec input::placeholder {
    color: rgba(163, 163, 163, 1);
}

.secBorder {
    padding: 1.2rem;
    border: 1px solid rgba(228, 228, 228, 1);
    margin-top: 3rem;
}

.tabList ul li {
    width: 20rem;
    height: 5.2rem;
    gap: 1.2rem;
    cursor: pointer;
}

.tabList ul li.active {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(45, 45, 45, 1);
}

.tabList ul li:not(:first-of-type) {
    border-left: 1px solid rgba(244, 244, 244, 1);
}

.filerSec {
    gap: 1.2rem;
    cursor: pointer;
}

.TableSec table tbody tr.active td {
    border-bottom: rgba(45, 45, 45, 1) 1px solid;
}

.TableSec table tbody tr.active td {
    position: relative;
}

.TableSec table tbody tr.active td::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: black;
}

.TableSec table tbody tr.active td:first-child {
    border-left: rgba(45, 45, 45, 1) 3px solid;
}

.TableSec table tbody tr.active td:last-child {
    border-right: rgba(45, 45, 45, 1) 1px solid;
}

.TableSec.reconcile table tbody tr td {
    padding: 2.3rem 0 2.3rem 1.2rem;
}

select.colorblkSeclet {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    font-size: var(--font16);
    color: rgba(45, 45, 45, 1) !important;
    width: 100%;
    padding-left: 1.6rem;
}

.selectBank {
    position: relative;
}

.selectBank svg {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.selectBank.active svg {
    transform: rotate(180deg);
}

.selectDateInput {
    position: relative;
    flex: 1;
}

.selectDateInput input {
    width: 100%;
    height: 4.8rem;
    border: 1px solid rgba(244, 244, 244, 1);
    padding-left: 1.6rem;
}

.selectDateInput svg {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.selectDate {
    margin-top: 2rem;
    gap: 2rem;
}

.datePickerSec {
    width: 4.8rem;
    height: 4.8rem;
    border: 0.5px solid rgba(45, 45, 45, 1);
}

.selectDateInput input::placeholder {
    color: rgba(163, 163, 163, 1);
}

.SetRecord p {
    color: rgba(106, 106, 106, 1);
    margin-top: 1rem;
    max-width: 90%;
}

.SetRecord,
.transactionHistory {
    flex-grow: 1;
}

.borderLine {
    border: 1px solid rgba(228, 228, 228, 1);
    padding: 3rem 2rem 2rem 2rem;
    flex-grow: 1;
}

.statusList {
    padding: 2rem;
}

.statusList:not(:last-of-type) {
    border-bottom: 1px solid rgba(228, 228, 228, 1);
}

.statusListChild {
    gap: 1rem;
}

.statusList.active .statusListChild .imgTick svg path {
    fill: rgba(255, 255, 255, 1);
}

.statusList.active .statusListChild .imgTick svg g rect {
    box-shadow: 0px 1px 1px 0px #00000040;
    fill: #90d105;
    fill-opacity: 1;
}

.AmountDetails {
    gap: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 1.7rem;
}

.btnContinuE button {
    width: 15rem;
    height: 4.8rem;
}

.GReenTxt {
    color: rgba(111, 166, 20, 1);
}

.RedTxt {
    color: rgba(255, 66, 66, 1);
}

.DivTExt h4 {
    margin-top: 0.8rem;
}

.TransactionDetail {
    height: 100%;
}

.selectBank input {
    width: 100%;
    border: 1px solid rgba(171, 171, 171, 1);
    height: 4.8rem;
    margin-top: 0.8rem;
    padding-left: 1.6rem;
}

.selectBank textarea {
    width: 100%;
    border: 1px solid rgba(244, 244, 244, 1);
    margin-top: 0.8rem;
    padding-left: 1.6rem;
    padding-top: 1.6rem;
}

.selectBank textarea::placeholder {
    font-weight: 300;
    font-size: var(--font16);
    color: rgba(163, 163, 163, 1);
}

.selectBank input::placeholder {
    font-weight: 400;
    font-size: var(--font16);
    color: rgba(45, 45, 45, 1);
    font-size: var(--font16);
}

.SelectAmGray {
    margin-top: 3.2rem;
}

.filterMainSec {
    border: 1px solid rgba(255, 255, 255, 1);
    width: 70rem;
    height: calc(100dvh - 8rem);
    bottom: 0;
    right: -50%;
    background:#FFFFFFBF;
    position: fixed;
    transition: all 0.5s;
}
.filterMainSec.active {
    right: 0;
    transition: all 0.5s;
}

.FilterHead {
    height: 7.2rem;
    background: linear-gradient(90deg, #c1dfb2 0%, #bad7ab 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 0 3rem;
}

.FilterHead svg {
    cursor: pointer;
}

.DateAndTypeSec {
    padding: 1.8rem 3rem 1rem 3rem;
    height: calc(100% - 17rem);
    overflow: scroll;
    display: flex;
    flex-direction: column;
}

.DateAndTypeSec_structure {
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem 0rem 2rem;
    background: #FFFFFFBF;
}

.colorGray {
    color: rgba(106, 106, 106, 1);
}

.ListDetail {
    padding: 3rem;
    background: rgba(246, 249, 255, 1);
    margin-top: 1.2rem;
}

.bilDetail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bilDetail p {
    color: rgba(106, 106, 106, 1);
    width: 47%;
}

.bilDetail:not(:last-of-type) {
    margin-bottom: 1.2rem;
}

.RedTxt1 {
    color: rgba(194, 1, 1, 1);
}

.gap16 {
    gap: 1.6rem;
}

.btnReconsile button {
    height: 4.8rem;
    width: 16rem;
}

.cancelBtn {
    border: 0.5px solid rgba(45, 45, 45, 1);
}

.poppBulkPayment.reconcileHeight .bg_PoppBulk {
    min-height: unset;
}

.reconcileHeight p {
    color: rgba(106, 106, 106, 1);
    max-width: 70%;
    padding-top: 7rem;
    text-align: center;
    margin: 0 auto;
}

.mt64 {
    margin-top: 6.4rem;
}

.reconcileHeight .CloseImg {
    top: 1.4rem;
    right: 4.4rem;
}

.statusList.active {
    cursor: pointer;
}

.whitespaces {
    white-space: nowrap;
}

.SecDiv1 p {
    color: rgba(106, 106, 106, 1);
}

.singlePayout input::placeholder {
    color: rgba(163, 163, 163, 1);
    font-weight: 300;
    font-size: var(--font16);
}

.mt34 {
    margin-top: 3.4rem;
}

.mb18 {
    margin-bottom: 1.8rem;
}

.font_medium12 {
    color: rgba(93, 93, 93, 1) !important;
}

.PaymentGreen {
    padding: 1rem;
    background: rgba(236, 246, 255, 1);
    color: rgba(33, 136, 228, 1);
}

.pd30 {
    padding: 3rem;
}

.mt14 {
    margin-top: 1.4rem;
}

.gap24 {
    gap: 2.4rem;
}

.pd1220 {
    padding: 2rem 1.2rem;
}

.reCieveId p {
    color: var(--Text-Body-Sub-Text, rgba(93, 93, 93, 1));
}

.LogoSec {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.TransactionDetail.HeightFit {
    padding: 2rem 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    height: auto;
}

.ColrGray {
    color: var(--Text-Body-Sub-Text, rgba(93, 93, 93, 1));
    min-width: 40%;
}

.ColrGray p span {
    background: rgba(106, 106, 106, 1);
}

.mb12 {
    margin-bottom: 1.2rem;
}

.amountTExts {
    margin-top: 1rem;
}

.amountTExts p {
    color: rgba(106, 106, 106, 1);
    text-align: end;
}

.amountTExts h2 {
    color: rgba(63, 182, 64, 1);
    margin-top: 0.6rem;
    text-align: end;
}

.customer_img_card3.DebitNote
/* debit memo */

.paymentpending_btn.YellowClr,
.paymentdue_btn.YellowClr,
.YellowClr {
    background: rgba(255, 249, 218, 1) !important;
    color: rgba(116, 98, 4, 1) !important;
}

.DrafTclr {
    color: rgba(116, 98, 4, 1);
    text-align: end;
}

.customer_img_card3.DebitNote {
    background-image: url(../images/payment_gateway/banner_1.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.customer_img_card1.DebitNote {
    background-image: url(../images/payment_gateway/banner_2.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.customer_img_card4.DebitNote {
    background-image: url(../images/payment_gateway/banner_3.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.aw100 {
    width: 100%;
}

.Gap16 {
    gap: 1.6rem;
}

.bottomFilter {
    padding: 1.6rem 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    background: #ffffff;
    right: 0;
}

.bottomFilter .btnSSubmit {
    margin: 0 !important;
}

.LEft_detail p span {
    display: flex;
    margin: 0 0.5rem;
}

.LEft_detail p {
    display: flex;
}

.LEft_detail {
    display: flex;
    gap: 0.5rem;
}

.FilterPayout {
    margin-top: 1.4rem;
    padding: 2rem 3rem;
    background: #ffffff;
}

.statusListChild .tick1 {
    display: none;
}

.statusList.active .tick1 {
    display: block;
}

.statusList.active .tick2 {
    display: none;
}
.search__wrapping {
    position: relative;
    display: flex;
    gap: 1rem;
}
.input_Search.searchInput {
    position: relative;
    flex: 1;
}
.search__wrapping .input_Search svg {
    position: absolute;
    right: 1.5rem;
    width: 2rem;
    top: 1.4rem;
    cursor: pointer;
}

.Rc_CloseImgReconcile {
    top: 1.8rem !important;
}
.filter_search.filter_right_side{
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_search {
    border: 1px solid #2d2d2d;
    width: 3rem;
}

.TransactionPreviewEdit{
    display: none;
}
.classWeight{
   color: #2D2D2D !important;
}
.searchInput.DFlex.MakeCenter_v.searchInput__recon__js__sc{
    width: 36rem;
    justify-content: end;
}

@media (max-width:1700px){
    .slick-slide, .swiper__slider__sec {
        height: 42.1rem;
    }
    .swiper__round__sec__in {
        width: 20.8rem;
        height: 20.8rem;
    }
    .swiper__round__sec {
        width: 23.8rem;
        height: 23.8rem;
    }
    .swiper__round__sec__in.second__slide {
        width: 24.6rem;
        height: 23.6rem;
    }
    .swiper__round__sec.without__border {
        width: 25.6rem;
        height: 25.6rem;
    }
}
@media(max-width:1600px){
.intro__section__in.alternate__info__sec .intro__right {
    padding: 2rem 1.3rem 0 0rem;
}
.slick-slide, .swiper__slider__sec {
    height: 44.1rem;
}
}

@media(min-width:1025px) and (max-width:1500px){
    .money__info__sec ul{
        padding: 1rem 0.5rem 1rem 0;
    }
}

@media(min-width:1025px) and (max-width:1600px){

    .intro__section__in{
        flex:1;
        width: auto;
        justify-content: flex-end;
        margin-left:auto;
    }
    .intro__section__in .intro__bank__acounts {
        width: 30rem;
    }
    /* .profile__bank__info{
        justify-content: flex-start;
    } */
    .profile__avathor__sec{
        height: 100%;
        display: flex;
        align-items:center;
    }
}

@media(min-width:1025px){
    .avathor__tab__sec{
        display: none;
    }
}
@media(max-width:1439px){
    .intro__section {
        padding-left: 2.4rem;
    }
    .money__info__sec ul{
        max-width: 40rem;
    }
    .money__info__sec svg{
        width:2rem;
        height:2rem;
    }
    .intro__right__info__top__rgt{
        width:50px;
    }
    .intro__section__in.alternate__info__sec .intro__right{
        padding-right:1.4rem;
        flex:2;
        width:100%;
    }
    .intro__section__in .intro__bank__acounts {
        width: 30rem;
        flex: unset;
    }
    /* .profile__avathor__sec{
        display: none;
    } */
    .profile__bank__heading {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    /* .avathor__tab__sec{
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        border: .2rem solid #fff;
        background: linear-gradient(134.22deg, #E2FFFD 18.32%, #58CED9 103.74%);
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .avathor__tab__sec img{
        width:100%;
        height: 100%;
        object-fit: scale-down;
    } */
    .profile__name__sec{
        flex:1;
        width:100%;
        text-align: left;
    }
    .financial__team__section__in{
        overflow: auto hidden;
    }
    .financial__team__section__clmn {
        flex: unset;
        min-width: 32.8rem;
    }
    .money__info__sec ul{
        max-width:49rem;
    }
}

@media(max-width:1300px){
    .intro__section__in.alternate__info__sec .intro__right {
        padding-bottom:2.4rem;
    }
    .intro__right__info__bottom {
        flex-direction: column;
        gap: 1rem;
    }
    .intro__right__info__bottom__left.rgt {
        text-align: left;
    }
    .intro__section__main{
        flex-direction: column;
    }
    .swiper__slider__sec {
        max-width: 100%;
    }
    .swiper__round__sec {
        width: 27.8rem;
        height: 25.8rem;
    }
    .swiper__round__sec__in {
        width: 21.8rem;
        height: 20.8rem;
    }
    .svg_last_anim {
        width: 35rem;
    }
    .NameAndDetail img {
        max-width: 3.5rem;
    }

}
@media screen and (max-width: 1250px) {
    .statusList {
        padding: 2rem 0;
    }

    .reconcilerightside {
        max-width: 42rem;
    }

    .AmountDetails {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 1024px) {
    .poppBulkPayment{
        z-index: 1060;
    }
    .tabList ul li{
        min-width: 12.8rem;
        width: 12.8rem;
        height: 4rem;
        font-size: 1.2rem;
        color: #5D5D5D;
    }
    .unreconcileshow .bg_PoppBulk{
        height: 100vh;
    }
    .unreconcileshow{
        padding: 0 !important;
    }
    .CloseImg.font_weight_400.colorBlk.font16.DFlex.MakeCenter_v.gap10 span{
        display: none;
    }
    .unreconcileshow .mt74{
        margin-top: 2rem;
    }
    .dNoneMob{
        display: none;
    }
    .reconcileHeight .CloseImg {
        top: 1.3rem;
        right: 1.4rem;
    }
    .unreconcileshow .btnReconsile{
        flex-direction: row;
    }
    .unreconcileshow .btnReconsile button{
        flex: 1;
    }
    .WidthADjiust{
        flex-direction: row !important;
    }
    .WidthADjiust button{
        flex: 1;
            }
    .overflow_x_scroll::-webkit-scrollbar{
        display: none;
    }
    .TransactionPreviewEdit{
        display: flex;
    }
    .tabList ul li img{
        width: 2rem;
    }
    .reconcilerightside{
        padding: 0 !important;
    }
    .reconcilerightside, .reconcileMain{
        background-color: var(--theme_bg_color);
    }
    .reconcileMain.bgWhite.sales__teconcile__sect__sc{
        padding: 0;
    }
    .secBorder{
        margin-top: 1.2rem;
        border: none;
    }
    .tabList ul li.active{
        background: radial-gradient(50% 50% at 50% 50%, #FCFDFD 0%, rgba(255, 255, 255, 0.6) 100%);
    }
    .TableSec.reconcile table tbody tr td{
        font-size: 1.2rem;
        white-space: nowrap;
    }
    .reconcilerightside .SeaRChSec.DFlex.MakeCenter_v.JustifySpaceBetween{
        display: none;
    }
    .reconcileContainer .TableSec table thead tr td{
        color: #2D2D2D;
        font-weight: 500;
    }
    .tabList ul li.active{
        color: #2D2D2D;
        min-width: 12.8rem;
        width: 12.8rem;
    }
    .filerSec h3{
        display: none;
    }
    .filerSec{
        box-shadow: -4px 0px 10px 0px #00000017;
        height: 4rem;
        width: 4rem;
        padding: 1rem;
    }
    .tabList.DFlex.JustifySpaceBetween.MakeCenter_v.overflow_x_scroll{
        position: relative;
    }
    .add_btn_popup.footer_avail.filerSec.plus_add_btn_popup {
        box-shadow: none;
        width: 5rem;
        height: 5rem;
        padding: 0;
    }
    .searchInput.DFlex.MakeCenter_v.searchInput__recon__js__sc{
        width: 100%;
    }
    .filterMainSec {
        height: calc(100dvh - 0rem);
    }
    .bulkPaymentLinks {
        height: calc(100dvh - 15rem);
    }
}
.resend_otp_bank_transfer{
    color: #5D5D5D !important;
    font-weight: 400 !important;
}
.REsEndOTp{
    color: #4E8AF3;
    font-size: var(--font18);
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
}
.hide_al_w_timer{
    color: #6FA614 !important;
}
.bilDetail{
    display: flex;
}
.bilDetail span {
    width: 3%;
}
.bilDetail h3 {
    width: 50%;
}


@media (max-width: 768px) {
    .ListDetail {
        padding: 3rem;
        background: rgba(246, 249, 255, 1);
        margin-top: 1.2rem;
        height: calc(100dvh - 25rem);
        overflow-y: scroll;
    }
    .unreconcileshow .btnReconsile {
        flex-direction: row;
        position: fixed;
        bottom: 1rem;
        background: #fff;
        padding: 1rem;
        left: 0;
        right: 0;
    }
}
 @media (min-width: 767px){
    .balan_description{
        height: 25rem;
        overflow-y: scroll;
        display: inline-block;
    }
 }


.two__column__layout .financial__team__section__clmn{
    width:auto;
    min-width: unset;
}
