.brand_track,
.type-love {
    white-space: nowrap
}

#sidebar .sidebar-menu>ul>li.submenu-open ul li:not(.active) a:hover::before,
.dash-main-slider #carouselExampleDark,
.dash-main-slider .carousel-inner,
.dash-main-slider .carousel-item img,
.dash-main-slider .carousel-item.active,
.flip-front .card {
    height: 100%
}

.dash-main-slider {
    width: 100%
}

.categories-flip-bottom-cards,
.dash-cards-bottom-flip {
    perspective: 1000px;
    width: 100%;
    height: 90px;
    position: relative
}

.flip-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .7s
}

.categories-flip-bottom-cards:hover .flip-wrapper,
.dash-cards-bottom-flip:hover .flip-wrapper {
    transform: rotateX(180deg);
    border: none
}

.flip-back,
.flip-front {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    backface-visibility: hidden
}

.flip-back {
    background: #cf5236 !important;
    padding: 20px;
    transform: rotateX(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #fff
}

.brand_track,
.type-love,
.type-love span {
    display: inline-block
}

.flip-back,
.flip-front .card-body {
    overflow: hidden
}

.secondary-banners img {
    max-height: 152px
}

.brand_swiper_container {
    overflow: hidden;
    position: relative
}

.scroll-left {
    animation: 40s linear infinite scrollLeft
}

.scroll-right {
    animation: 40s linear infinite scrollRight
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

.brands-section {
    border-radius: 8px
}

.brand_logo {
    width: 100%;
    object-fit: contain;
    transition: transform .3s, filter .3s
}

.brand_logo:hover {
    transform: scale(1.1);
    cursor: pointer
}

.brand_swiper_container:hover .scroll-left,
.brand_swiper_container:hover .scroll-right {
    animation-play-state: paused
}

.theme-text-section {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    background-blend-mode: soft-light
}

.theme-text-section h2 {
    line-height: 82px;
    color: #999797a8;
    font-size: 45px;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden
}

.type-love {
    width: 4ch;
    height: 1em;
    vertical-align: baseline;
    position: relative;
    overflow: visible;
    font-size: 80px;
    margin-left: -93px
}

.type-love span {
    opacity: 0;
    transform: translateY(10px) scale(.98);
    transform-origin: center;
    color: #cf5236;
    will-change: transform, opacity;
    animation: 2.6s cubic-bezier(.2, .8, .2, 1) infinite loveLetter
}

.type-love span:first-child {
    animation-delay: 0s
}

.type-love span:nth-child(2) {
    animation-delay: .12s
}

.type-love span:nth-child(3) {
    animation-delay: .24s
}

.type-love span:nth-child(4) {
    animation-delay: .36s
}

@keyframes loveLetter {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(.98)
    }

    18%,
    55% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }

    100%,
    80% {
        opacity: 0;
        transform: translateY(-8px) scale(.96)
    }
}

.premium-particles-2 {
    position: absolute;
    inset: 0;
    pointer-events: none;
    list-style: none;
    z-index: 3
}

.premium-particles-2 li {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(255, 255, 255, .8);
    animation: ease-in-out infinite driftParticles;
    opacity: .85
}

@keyframes driftParticles {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    25% {
        transform: translate(20px, -30px) scale(1.3)
    }

    50% {
        transform: translate(-10px, -50px) scale(.9)
    }

    75% {
        transform: translate(-25px, 20px) scale(1.1)
    }
}

.premium-particles-2 li:first-child {
    top: 5%;
    left: 10%;
    animation-duration: 7s
}

.premium-particles-2 li:nth-child(2) {
    top: 12%;
    left: 60%;
    animation-duration: 9s
}

.premium-particles-2 li:nth-child(3) {
    top: 22%;
    left: 30%;
    animation-duration: 6s
}

.premium-particles-2 li:nth-child(4) {
    top: 35%;
    left: 80%;
    animation-duration: 8s
}

.premium-particles-2 li:nth-child(5) {
    top: 44%;
    left: 25%;
    animation-duration: 10s
}

.premium-particles-2 li:nth-child(6) {
    top: 55%;
    left: 75%;
    animation-duration: 6.5s
}

.premium-particles-2 li:nth-child(7) {
    top: 60%;
    left: 40%;
    animation-duration: 9.3s
}

.premium-particles-2 li:nth-child(8) {
    top: 70%;
    left: 55%;
    animation-duration: 7.4s
}

.premium-particles-2 li:nth-child(9) {
    top: 78%;
    left: 12%;
    animation-duration: 8.6s
}

.premium-particles-2 li:nth-child(10) {
    top: 88%;
    left: 70%;
    animation-duration: 11s
}

.premium-particles-2 li:nth-child(11) {
    top: 8%;
    left: 45%;
    animation-duration: 6.8s
}

.premium-particles-2 li:nth-child(12) {
    top: 18%;
    left: 75%;
    animation-duration: 9.8s
}

.premium-particles-2 li:nth-child(13) {
    top: 28%;
    left: 15%;
    animation-duration: 7.1s
}

.premium-particles-2 li:nth-child(14) {
    top: 38%;
    left: 55%;
    animation-duration: 10.2s
}

.premium-particles-2 li:nth-child(15) {
    top: 48%;
    left: 85%;
    animation-duration: 8.2s
}

.premium-particles-2 li:nth-child(16) {
    top: 58%;
    left: 5%;
    animation-duration: 6.3s
}

.premium-particles-2 li:nth-child(17) {
    top: 68%;
    left: 30%;
    animation-duration: 9.7s
}

.premium-particles-2 li:nth-child(18) {
    top: 78%;
    left: 50%;
    animation-duration: 7.8s
}

.premium-particles-2 li:nth-child(19) {
    top: 88%;
    left: 25%;
    animation-duration: 11.3s
}

.premium-particles-2 li:nth-child(20) {
    top: 15%;
    left: 90%;
    animation-duration: 8.9s
}

.premium-particles-2 li:nth-child(21) {
    top: 5%;
    left: 25%;
    animation-duration: 7.2s
}

.premium-particles-2 li:nth-child(22) {
    top: 20%;
    left: 10%;
    animation-duration: 9.1s
}

.premium-particles-2 li:nth-child(23) {
    top: 30%;
    left: 50%;
    animation-duration: 6.4s
}

.premium-particles-2 li:nth-child(24) {
    top: 40%;
    left: 70%;
    animation-duration: 10.8s
}

.premium-particles-2 li:nth-child(25) {
    top: 50%;
    left: 40%;
    animation-duration: 8.3s
}

.premium-particles-2 li:nth-child(26) {
    top: 60%;
    left: 60%;
    animation-duration: 7.9s
}

.premium-particles-2 li:nth-child(27) {
    top: 70%;
    left: 35%;
    animation-duration: 6.9s
}

.premium-particles-2 li:nth-child(28) {
    top: 80%;
    left: 80%;
    animation-duration: 10.4s
}

.premium-particles-2 li:nth-child(29) {
    top: 90%;
    left: 45%;
    animation-duration: 9.9s
}

.premium-particles-2 li:nth-child(30) {
    top: 25%;
    left: 95%;
    animation-duration: 11.6s
}

.premium-particles-2 li:nth-child(31) {
    top: 10%;
    left: 5%;
    animation-duration: 6.6s
}

.premium-particles-2 li:nth-child(32) {
    top: 30%;
    left: 20%;
    animation-duration: 8.7s
}

.premium-particles-2 li:nth-child(33) {
    top: 50%;
    left: 50%;
    animation-duration: 9.4s
}

.premium-particles-2 li:nth-child(34) {
    top: 70%;
    left: 65%;
    animation-duration: 7.7s
}

.premium-particles-2 li:nth-child(35) {
    top: 85%;
    left: 15%;
    animation-duration: 6.2s
}

.premium-particles-2 li:nth-child(36) {
    top: 82%;
    left: 55%;
    animation-duration: 8.5s
}

.premium-particles-2 li:nth-child(37) {
    top: 62%;
    left: 85%;
    animation-duration: 10.9s
}

.premium-particles-2 li:nth-child(38) {
    top: 42%;
    left: 12%;
    animation-duration: 7.3s
}

.premium-particles-2 li:nth-child(39) {
    top: 22%;
    left: 35%;
    animation-duration: 8.1s
}

.premium-particles-2 li:nth-child(40) {
    top: 12%;
    left: 50%;
    animation-duration: 6.1s
}

.product-services-card {
    background-color: #cfcfdb6e;
    border: none
}

.mitra-product {
    border-radius: 130px !important;
    border: none;
    min-height: 240px
}

.mitra-product .card-title {
    font-size: 24px !important
}

.hover-card-shadow {
    background: #fff;
    padding: 20px;
    transition: box-shadow 1s;
    position: relative;
    border-radius: 20px !important;
    overflow: hidden
}

.hover-card-shadow:hover {
    cursor: pointer;
    box-shadow: -5px -5px 12px rgba(0, 133, 89, .15), 5px -5px 14px rgba(0, 108, 224, .15), 0 6px 14px rgba(250, 65, 23, .22)
}

.hover-card-shadow .ribbon {
    right: -6px !important;
    top: 6% !important;
    padding: 0 28px 0 25px;
    position: absolute;
    background-color: #155eef;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    z-index: 5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.hover-card-shadow .product-btn {
    padding: 4px;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.hover-card-shadow .product-btn:hover {
    background: #155eef !important;
    color: #fff !important
}

.active-border {
    position: relative;
    overflow: hidden;
    --ab-size: 3px;
    --ab-color: #fff;
    --ab-duration: 1s
}

.active-border>*,
.profile-img {
    position: relative;
    z-index: 2
}

.active-border span {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    will-change: transform
}

.active-border span:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: var(--ab-size);
    background: linear-gradient(90deg, transparent, var(--ab-color));
    transform: translateX(-100%);
    animation: ab_top var(--ab-duration) linear infinite
}

@keyframes ab_top {
    0% {
        transform: translateX(-100%)
    }

    100%,
    50% {
        transform: translateX(100%)
    }
}

.active-border span:nth-child(2) {
    top: 0;
    right: 0;
    width: var(--ab-size);
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--ab-color));
    transform: translateY(-100%);
    animation: ab_right var(--ab-duration) linear infinite;
    animation-delay: calc(var(--ab-duration) * .25)
}

@keyframes ab_right {
    0% {
        transform: translateY(-100%)
    }

    100%,
    50% {
        transform: translateY(100%)
    }
}

.active-border span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: var(--ab-size);
    background: linear-gradient(270deg, transparent, var(--ab-color));
    transform: translateX(100%);
    animation: ab_bottom var(--ab-duration) linear infinite;
    animation-delay: calc(var(--ab-duration) * .5)
}

@keyframes ab_bottom {
    0% {
        transform: translateX(100%)
    }

    100%,
    50% {
        transform: translateX(-100%)
    }
}

.active-border span:nth-child(4) {
    bottom: 0;
    left: 0;
    width: var(--ab-size);
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--ab-color));
    transform: translateY(100%);
    animation: ab_left var(--ab-duration) linear infinite;
    animation-delay: calc(var(--ab-duration) * .75)
}

@keyframes ab_left {
    0% {
        transform: translateY(100%)
    }

    100%,
    50% {
        transform: translateY(-100%)
    }
}

@media (max-width:420px) {
    .active-border {
        --ab-size: 2px;
        --ab-duration: 1.1s
    }
}

.offer-banners .carousel-item,
.offer-banners img {
    border-radius: 20px !important
}

#sticky_buttons_container_mobile,
.notification-badge,
.offer-banners-mobile,
.profile-mobile {
    display: none
}

@media (max-width:768px) {
    .brand_logo {
        height: 45px
    }

    .scroll-left,
    .scroll-right {
        animation-duration: 60s
    }
    .products-grid .flip-front .card-body p{
        line-height: 16px;
        font-size: 11px;
    }
}

.source-db {
    justify-content: start;
    flex-direction: column;
    align-items: start !important
}

.source-db li {
    margin-bottom: 15px;
    flex: 1 1 auto
}

.notification-item i {
    color: #092c4c;
    font-size: 20px;
    border: 1px solid #092c4c0f;
    border-radius: 50%;
    padding: 12px;
    background: #e6eaed57
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(15deg)
    }

    30% {
        transform: rotate(-10deg)
    }

    45% {
        transform: rotate(10deg)
    }

    60% {
        transform: rotate(-5deg)
    }

    75% {
        transform: rotate(5deg)
    }
}

.wiggle-icon {
    display: inline-block;
    animation: .8s ease-in-out infinite wiggle
}

.notification-badge.active {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-color: red;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.secure-slide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff99;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    filter: blur(2px)
}

.secure-slide-overlay.active {
    opacity: 1;
    visibility: visible
}

.secure-slide-panel {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    background: #fff;
    color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .2);
    padding: 100px 20px;
    transition: .5s ease-in-out;
    text-align: center;
    z-index: 99999999999
}

.secure-slide-panel.active {
    bottom: 0
}

.secure-slide-panel h3 {
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 26px
}

.secure-slide-input {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.secure-slide-input input {
    width: 100px;
    height: 100px;
    font-size: 34px;
    text-align: center;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s
}

.secure-slide-input input:focus {
    border-color: #cf5236;
    box-shadow: 0 0 5px rgb(207 82 54 / 50%);
    outline: 0
}

.secure-slide-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 26px;
    background: 0 0;
    border: none;
    color: #000;
    cursor: pointer
}

.secure-slide-close:hover {
    color: #0d6efd
}

.export-btn {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    border: 1px solid #e6eaed;
    border-image: initial;
    background: #fff;
    border-radius: 5px;
    padding: 4px
}

.background,
.premium-particles {
    top: 0;
    height: 100%;
    list-style: none;
    left: 0
}

#basic-crown,
#premium-crown,
.premium-wrapper,
.sticky-btn i {
    display: inline-block
}

.sidebar-icon {
    max-width: 25px;
    margin-right: 8px
}

#JotformAgent-019a0be145237d7cb3fa53b96b4ad4974a17 .embedded-agent-container {
    bottom: 15px !important
}

.hover-card-up {
    transition: .3s ease-in-out
}

.hover-card-up:hover {
    transform: translateY(-8px);
    cursor: pointer
}

.submenu-open .subdrop i,
.submenu-open .subdrop span {
    color: #212b36 !important
}

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

.background-card .img-fluid {
    vertical-align: middle
}

.background {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background: 0 0;
    overflow: hidden;
    z-index: 0
}

.background li {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #cf52360f;
    color: transparent;
    transform-origin: top left;
    transform: scale(0) rotate(0) translate(-50%, -50%);
    animation: 22s ease-in infinite forwards cube;
    opacity: .5
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0) translate(-50%, -50%);
        opacity: 1
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0
    }
}

.background li:first-child {
    animation-delay: 0s;
    left: 20%;
    top: 30%
}

.background li:nth-child(2) {
    animation-delay: 2s;
    left: 50%;
    top: 80%
}

.background li:nth-child(3) {
    animation-delay: 4s;
    left: 70%;
    top: 10%
}

.background li:nth-child(4) {
    animation-delay: 6s;
    left: 85%;
    top: 40%
}

.background li:nth-child(5) {
    animation-delay: 8s;
    left: 60%;
    top: 60%
}

.background li:nth-child(6) {
    animation-delay: 10s;
    left: 30%;
    top: 75%
}

.background li:nth-child(7) {
    animation-delay: 12s;
    left: 10%;
    top: 20%
}

.background li:nth-child(8) {
    animation-delay: 14s;
    left: 40%;
    top: 50%
}

.background li:nth-child(9) {
    animation-delay: 16s;
    left: 90%;
    top: 80%
}

.background li:nth-child(10) {
    animation-delay: 18s;
    left: 15%;
    top: 60%
}

.premium-wrapper {
    position: relative
}

.premium-wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 3px solid #cf5236;
    box-shadow: 0 0 15px #ffd70000, 0 0 30px rgba(255, 215, 0, .3);
    animation: 6s linear infinite rotateRing;
    z-index: 1
}

.premium-wrapper::after {
    content: '';
    position: absolute;
    top: -12%;
    left: -12%;
    width: 124%;
    height: 124%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 223, 0, .15) 0, transparent 70%);
    animation: 3s ease-in-out infinite alternate glow;
    z-index: 0
}

.premium-particles {
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 3
}

.premium-particles li {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: .8;
    animation: linear infinite floatParticle;
    box-shadow: 0 0 6px rgba(255, 255, 255, .7)
}

.premium-particles li:first-child {
    top: 5%;
    left: 10%;
    animation-duration: 6s
}

.premium-particles li:nth-child(2) {
    top: 15%;
    left: 80%;
    animation-duration: 7s
}

.premium-particles li:nth-child(3) {
    top: 25%;
    left: 40%;
    animation-duration: 8s
}

.premium-particles li:nth-child(4) {
    top: 35%;
    left: 65%;
    animation-duration: 6.5s
}

.premium-particles li:nth-child(5) {
    top: 45%;
    left: 20%;
    animation-duration: 7.5s
}

.premium-particles li:nth-child(6) {
    top: 55%;
    left: 75%;
    animation-duration: 5.5s
}

.premium-particles li:nth-child(7) {
    top: 60%;
    left: 30%;
    animation-duration: 6.2s
}

.premium-particles li:nth-child(8) {
    top: 70%;
    left: 50%;
    animation-duration: 7.1s
}

.premium-particles li:nth-child(9) {
    top: 80%;
    left: 10%;
    animation-duration: 6.8s
}

.premium-particles li:nth-child(10) {
    top: 20%;
    left: 60%;
    animation-duration: 7.3s
}

.premium-particles li:nth-child(11) {
    top: 10%;
    left: 30%;
    animation-duration: 8.2s
}

.premium-particles li:nth-child(12) {
    top: 40%;
    left: 85%;
    animation-duration: 6.7s
}

.premium-particles li:nth-child(13) {
    top: 50%;
    left: 15%;
    animation-duration: 7.6s
}

.premium-particles li:nth-child(14) {
    top: 75%;
    left: 35%;
    animation-duration: 6.4s
}

.premium-particles li:nth-child(15) {
    top: 85%;
    left: 70%;
    animation-duration: 8.5s
}

.profile-img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: auto
}

.rotating-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(0) translateX(50px);
    animation: 3s linear infinite rotateDot;
    z-index: 2;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8)
}

@keyframes rotateDot {
    from {
        transform: translate(-50%, -50%) rotate(0) translateX(50px)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg) translateX(50px)
    }
}

@keyframes rotateRing {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes glow {
    from {
        transform: scale(1);
        opacity: .7
    }

    to {
        transform: scale(1.1);
        opacity: 1
    }
}

@keyframes floatParticle {
    0% {
        opacity: .8;
        transform: translate(0, 0) scale(.8);
        opacity: .6
    }

    100% {
        opacity: .8;
        transform: translate(-5px, 10px) scale(.8);
        opacity: .6
    }

    50% {
        transform: translate(5px, -10px) scale(1);
        opacity: 1
    }
}

#premium-crown {
    font-size: 20px;
    color: #ffca18;
    animation: 3s ease-in-out infinite wiggle;
    transform-origin: center bottom
}

#basic-crown {
    font-size: 20px;
    color: #cf5236
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(10deg)
    }

    30% {
        transform: rotate(-10deg)
    }

    45% {
        transform: rotate(8deg)
    }

    60% {
        transform: rotate(-8deg)
    }

    75% {
        transform: rotate(5deg)
    }
}

.custom-card-header,
.custom-card-header:hover {
    background-color: none !important
}

#sidebar2 {
    margin-right: 0
}

.right-profile-card {
    margin-left: 15px !important
}

.verify-pan-digilocker {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 37%
}

.verify-pan-digilocker span {
    padding-left: 2px
}

.calculator-tool {
    background: var(--secondary-theme-color)
}

#sticky_buttons_container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1001
}

.sticky-btn {
    color: #fff;
    padding: 10px 2px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    border-radius: 6px 0 0 6px;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px
}

.sticky-btn i {
    transform: rotate(90deg);
    font-weight: 600
}

@media (max-width:480px) {
    .type-love {
        width: 4ch
    }

    .type-love span {
        animation-duration: 2.2s
    }

    .tools-collapsed.hide,
    .tools-collapsed.show {
        background: #fff;
        color: var(--secondary-theme-color);
        box-shadow: 0 10px 30px rgb(102 133 245 / 16%), 0 0 18px rgb(118 129 242 / 25%)
    }

    #sticky_buttons_container {
        display: none
    }

    #sticky_buttons_container_mobile {
        display: flex !important;
        justify-content: end;
        align-items: center !important;
        flex-direction: row !important;
        max-width: 55px !important;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1001;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #buttons_container_mobile_collapse .sticky-btn {
        margin: 10px
    }

    .tools-collapsed.hide {
        right: -57px !important;
        border-radius: 15px;
        padding-left: 5px;
        transition: .3s
    }

    .tools-collapsed.show {
        right: 0 !important;
        border-radius: 15px 0 0 15px;
        padding-left: 0
    }

    .tools-collapsed.show .icon-arrow-bar i {
        transform: rotate(180deg)
    }

    #sticky_buttons_container_mobile .icon-arrow-bar {
        position: relative;
        right: 1px;
        border-radius: 10px 0 0 10px;
        background: var(--secondary-theme-color);
        padding: 10px 3px;
        width: 21px;
        color: #fff
    }

    .panel-wrapper .tools-panel {
        height: max-content !important
    }

    .zsiq-float{
        display: none !important;
    }
    #carouselExampleDark .carousel-indicators {
        bottom: -20px !important;
    }

    
}

.active-sheet-products .sheet-list li a i{
    margin-right: 10px;
}
#bottomSheet .sheet-list li a{
    font-weight: 700;
}


.sticky-btn.offer-tool {
    background: linear-gradient(135deg, #ff9f1c, #ff6f00, #ff3d00);
    color: #fff;
    position: relative;
    overflow: hidden;
    animation: 2.5s infinite offer_pulse
}

@keyframes offer_pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, .6)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 111, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0)
    }
}

.sticky-btn.offer-tool::after {
    content: "";
    position: absolute;
    top: -30%;
    left: -80%;
    width: 60%;
    height: 160%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: rotate(20deg);
    animation: 3.5s infinite offer_shimmer
}

@keyframes offer_shimmer {
    0% {
        left: -80%
    }

    100%,
    60% {
        left: 120%
    }
}

.sticky-btn.offer-tool i {
    animation: 1.6s infinite offer_icon_bounce
}

@keyframes offer_icon_bounce {

    0%,
    100% {
        transform: rotate(90deg) translateY(0)
    }

    50% {
        transform: rotate(90deg) translateY(-3px)
    }
}

.spin-tool i {
    font-size: 18px;
    margin-bottom: 2px;
    animation: 2.5s linear infinite rotate_wheel
}

.spin-tool:hover {
    transform: scale(1.08)
}

@keyframes spin_pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 212, 59, .7)
    }

    70% {
        box-shadow: 0 0 0 14px rgba(255, 212, 59, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 212, 59, 0)
    }
}

@keyframes rotate_wheel {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.panel-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000
}

.panel-wrapper .tools-panel {
    position: absolute;
    pointer-events: auto !important;
    top: 50%;
    right: 25px;
    transform: translate(120%, -50%);
    width: 300px;
    height: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0, rgba(240, 249, 255, .92) 45%, rgba(235, 240, 255, .95) 100%);
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, .8);
    outline: rgba(59, 130, 246, .08) solid 1px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15), 0 0 20px rgba(59, 130, 246, .05);
    border-radius: 32px;
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    padding: 22px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f4f9fd transparent
}

.panel-wrapper .tools-panel::-webkit-scrollbar {
    width: 5px
}

.panel-wrapper .tools-panel::-webkit-scrollbar-track {
    background: 0 0;
    margin: 20px
}

.panel-wrapper .tools-panel::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #3b82f6, #6366f1);
    border-radius: 10px;
    border: 2px solid transparent
}

.panel-wrapper .tools-panel::-webkit-scrollbar-thumb:hover {
    background: #2563eb
}

.panel-wrapper .tools-panel.active {
    transform: translate(0, -50%)
}

.panel-wrapper .tools-panel h3 {
    font-weight: 800;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 28px;
    letter-spacing: -.8px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center
}

.panel-wrapper .tools-panel ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.panel-wrapper .tools-panel ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02);
    color: #334155;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    width: 80%;
    margin: 10px auto
}

.panel-wrapper .tools-panel ul li a:hover {
    transform: scale(1) translateX(-6px);
    background: #fff;
    border-color: #3b82f6;
    color: #1e40af;
    box-shadow: 0 15px 30px rgba(59, 130, 246, .15)
}

.panel-wrapper .tools-panel ul li a span:last-child {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 13px;
    box-shadow: 0 5px 12px rgba(37, 99, 235, .2)
}

.tools-panel::-webkit-scrollbar {
    width: 4px
}

.tools-panel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .05);
    border-radius: 10px
}
.offer-tool-panel ul li a{
    width: 100% !important;
}

.panel-wrapper .close-btn {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    color: var(--primary-theme-color)
}

@media screen and (max-width:768px) {
    .panel-wrapper .tools-panel {
        right: 25px;
        width: calc(100% - 20px);
        max-width: 290px;
        height: calc(80% - 100px);
        padding: 20px 35px 20px 15px;
        border-radius: 20px
    }

    .panel-wrapper .tools-panel h3 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .panel-wrapper .tools-panel h3 img {
        max-width: 35px
    }

    .panel-wrapper .tools-panel h3 i {
        font-size: 30px
    }

    .panel-wrapper .tools-panel ul li a {
        padding: 8px 9px;
        font-size: 12px
    }

    .panel-wrapper .tools-panel::-webkit-scrollbar {
        width: 3px
    }
}

.modal .close {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 23px !important
}

.modal .close:hover {
    background-color: #fff !important;
    color: red !important
}

.premium-header-icon {
    position: relative !important;
    display: inline-block !important;
    border-radius: 50% !important;
    overflow: hidden !important
}

.alert .fa-regular.fa-bell {
    font-size: .8125rem
}

.content .alert {
    font-size: 14px !important
}

.premium-header-icon .profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block
}

.profile-user-wid {
    margin-top: -38px !important
}

.premium-header-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: conic-gradient(from 0deg, #cf5236, #e95f42, #ff7b5d, #cf5236);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: 3s linear infinite rotateBorder
}

@keyframes rotateBorder {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.team-leader-profile img {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #80808042;
    padding: 5px
}

.card-img-top {
    max-height: 202px;
    object-fit: contain
}

.dash-cards-bottom-flip .flip-back .card-body {
    padding: 0
}

@media (min-width:768px) {
    .dash-cards-bottom-flip {
        width: 50%;
        margin-bottom: 24px !important;
    }
}

.dash-cards-bottom-flip:first-child .flip-back {
    background-color: #cf5236 !important
}

.dash-cards-bottom-flip:nth-child(2) .flip-back {
    background-color: #092c4c !important
}

.dash-cards-bottom-flip:nth-child(3) .flip-back {
    background-color: #1ace46 !important
}

.dash-cards-bottom-flip:nth-child(4) .flip-back {
    background-color: #155eef !important
}

.dash-cards-row {
    margin-bottom: 20px
}

#cibil-report-accordian .accordion-button::after {
    content: none;
    background-image: none
}


@media (max-width:1024px) {
    .theme-text-section {
        padding: 20px;
        margin-bottom: 0
    }

    .theme-text-section h2 {
        line-height: 55px;
        font-size: 28px
    }

    .type-love {
        font-size: 62px
    }

    .offer-banners {
        display: none
    }

    /* .offer-banners-mobile{
        display: block;
    } */
    .profile-mobile {
        display: block
        /* display: none; */
    }

    .secure-slide-panel {
        padding: 25px
    }

    .secure-slide-input input {
        width: 70px;
        height: 70px;
        font-size: 24px
    }

    #profilemodelcontant .profile-pic-upload p {
        white-space: normal;
        font-size: 12px
    }

    #profilemodelcontant .profile-pic-upload img {
        width: 100%;
        height: 100% !important;
        object-fit: fill !important
    }

    #profilemodelcontant .image-upload,
    .verify-pan-digilocker {
        width: 100%
    }

    #profilemodelcontant .file-input-div {
        height: 40px
    }

    .settings-sidebar {
        width: 100% !important
    }

    .settings-wrapper .custom-card-header {
        background-color: #fff !important
    }

    .profile-mobile .submenu-open ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        width: 100%;
        padding: 8px 12px;
        border-radius: 5px;
        margin-bottom: 8px
    }

    .right-profile-card {
        margin-left: 0 !important
    }

    .tl-info {
        gap: 0 !important
    }

    #JotformAgent-019a0be145237d7cb3fa53b96b4ad4974a17 .embedded-agent-container {
        bottom: 50px !important
    }

    .ai-agent-chat-avatar {
        height: 70px !important;
        width: 70px !important
    }

    #bankContainer .bank-card {
        min-width: 100% !important;
        margin-top: 30px
    }

    .profile-bg-mobile .rounded-circle {
        height: 75px;
        width: 75px
    }
    .profile-bg-mobile .mobile-user-info-dash p.fw-bold{
        font-size: 12px;
    }
    .profile-bg-mobile .mob-front-card p.fw-bold.text-primary{
        font-size: 16px;
        font-weight: bolder !important;
    }
    .profile-bg-mobile .mob-front-card p.fw-bold.text-success{
        font-size: 16px;
        font-weight: bolder !important;
    }
    .profile-bg-mobile .mob-front-card small.text-muted{
        color: #fff !important;
    }
    .offer-banners {
        display: none !important;
    }
    .main-banners .card{
        margin-bottom: 10px !important;
    }

    

    .security-tab .border-bottom {
        margin-bottom: 30px !important
    }

    #accordionPrimaryExample .accordion-button {
        font-size: 16px !important
    }

    .mitra-product {
        min-height: 100%
    }

    .categories-flip-bottom-cards .ribbon .highlight-earn {
        animation: none
    }

    .categories-flip-bottom-cards .ribbon {
        line-height: 1.4;
    }

    .categories-flip-bottom-cards {
        height: 110px;
    }

    .floating-spin-btn {
        bottom: 75px;
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .profile-mobile .mobile-profile-scroll{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .profile-mobile .mobile-profile-scroll .submenu-open ul li a {
        font-size: 15px;
        padding: 4px 5px;
    }
    .profile-mobile .mobile-profile-card-body .bg-gradient-custom h3{
        font-size: 1rem;
        margin-bottom: 10px !important;
    }
    .profile-mobile .mobile-profile-scroll .bg-gradient-custom{
        padding: 0.5rem !important;
        margin-bottom: 0 !important;
    }
    .profile-mobile .mobile-profile-scroll .bg-gradient-custom .avatar.avatar-lg{
        width: 4rem;
        height: 4rem;
    }
    .settings-wrapper .custom-card-header {
        padding: 0.5rem;
    }
    .profile-mobile .mobile-profile-card .card-header{
        padding: 0.5rem;
    }
    .profile-mobile .mobile-profile-card-body{
        padding: 0.5rem;
    }
    .bottom-nav, .bottom-sheet, .overlay {
        /* display: none !important; */
        display: block !important;
    }
    .categories-flip-bottom-cards {
        height: 85px;
    }
    .categories-flip-bottom-cards .flip-wrapper .flip-front .card-body{
        padding: 0.5rem;
        margin-top: 5px;
        padding-left: 0;
        padding-right: 0;
    }

     .categories-flip-bottom-cards .flip-wrapper .flip-front .card-body .text-left{
        color: #000000 !important;
        font-weight: 600 !important;
     }
    .top-selling-slider .card-title {
        font-weight: 900 !important;
    }
    .offer-banners .carousel-item, .offer-banners img {
        border-radius: 5px !important;
    }
        
    .top-selling-slider .card-body .btn {
        border-radius: 40px;
    }

    .top-selling-slider .card-body .card-text{
        font-size: 15px;
        font-weight: bolder;
    }
    .bottom-nav a{
        font-size: 14px;
        font-weight: 700;
    }
    .bottom-nav i{
        font-size: 20px;
    }
   .product-related-row{
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* Creates two equal columns */
        gap: 0px;
    }
    .product-related-row:nth-child(3) {
        grid-column: span 2;
    }
    .product-related-row .col-lg-3 , .product-related-row .col-lg-6{
        width: 100%;
    }
    #product-list-container .list-group-item {
        padding: 0.8rem 1rem !important;
        font-weight: 900 !important;
        font-size: 16px !important;
    }
    #product-list-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .page-header-right h3 {
        font-size: 12px !important;
    }
    .page-header .page-header-right .text-primary{
        font-size: 10px !important;
    }
    .product-related-row .animated-card {
        /* min-height: 665px; */
        padding: 1rem !important;
    }
    .product-icon-style {
        font-size: 33px;
    }
    #dynamicRequirementForm small.mt-3.text-center.d-block{
        font-size: 14px;
    }

    #carouselExampleDark .carousel-indicators {
        bottom: -15px;
    }
    #dynamicFormContainer .card .text-dark-emphasis{
        font-size: 1.5rem;
        margin-bottom: 0 !important;
    }
    #dynamicFormContainer .product-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .category-indicator-badge{
        font-size: 0.75rem !important;
        margin-bottom: 20px;
    }

    /* zoho widget chatbot */
    .zsiq-float#zsiq_float{
        right: 10px !important;
        bottom: 95px !important;
    }
    #zsiq_chat_wrap{
        bottom: 155px;
    }
    .page-wrapper {
        padding: 65px 0 68px !important;
    }


    /* toolbar */
    #sticky_buttons_container{
        display: none;
    }
    .tools-collapsed.hide,
    .tools-collapsed.show {
        background: #fff;
        color: var(--secondary-theme-color);
        box-shadow: 0 10px 30px rgb(102 133 245 / 16%), 0 0 18px rgb(118 129 242 / 25%)
    }

    #sticky_buttons_container {
        display: none
    }

    #sticky_buttons_container_mobile {
        display: flex !important;
        justify-content: end;
        align-items: center !important;
        flex-direction: row !important;
        max-width: 55px !important;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1001;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #buttons_container_mobile_collapse .sticky-btn {
        margin: 10px
    }

    .tools-collapsed.hide {
        right: -57px !important;
        border-radius: 15px;
        padding-left: 5px;
        transition: .3s
    }

    .tools-collapsed.show {
        right: 0 !important;
        border-radius: 15px 0 0 15px;
        padding-left: 0
    }

    .tools-collapsed.show .icon-arrow-bar i {
        transform: rotate(180deg)
    }

    #sticky_buttons_container_mobile .icon-arrow-bar {
        position: relative;
        right: 1px;
        border-radius: 10px 0 0 10px;
        background: var(--secondary-theme-color);
        padding: 10px 3px;
        width: 21px;
        color: #fff
    }

    .panel-wrapper .tools-panel {
        height: max-content !important
    }



   
        .wallet-sec .cred-user-name {
            font-size: 22px;
            font-weight: bolder;
        }
        .wallet-sec .cred-upi-id {
            font-size: 20px;
            color: var(--cred-grey);
        }
        .wallet-sec .cred-action-item {
            width: 100%;
        }
        .wallet-sec .cred-action-label {
            font-size: 16px;
            font-weight: bolder;
        }
        .wallet-sec .cred-btn-circle {
            font-size: 24px !important;
        }
        .wallet-sec .cred-pay-text {
            font-size: 16px;
        }
        .wallet-sec .cred-balance-amount {
            font-size: 56px;
            font-weight: bolder;
        }
        .wallet-sec .cred-balance-text {
            margin-top: 0;
        }
        .wallet-sec .cred-balance-label {
            font-size: 14px;
            margin-top: 0;
        }
        .wallet-sec .cred-layout-wrapper {
            min-height: 55vh;
        }
        .wallet-sec .detail-label {
            color: #000000;
            font-size: 14px !important;
        }
        .wallet-sec .detail-label i{
            margin-right: 10px;
        }
        .wallet-sec .detail-value {
            font-size: 16px;
            font-weight: bolder;
        }
        .wallet-sec .detail-row .status-badge {
            font-size: 16px;
            font-weight: bolder;
        }
        .wallet-sec .detail-row .btn-sm{
            font-size: 16px;
            font-weight: bolder;
            padding: .35rem .8rem;
        }

        
        .page-wrapper .content {
            margin-bottom: 0px;
        }

       
        
   
   
}

@media (max-width:767px) {
    .secure-slide-panel {
        padding: 20px
    }

    .secure-slide-input {
        gap: 10px
    }

    .secure-slide-input input {
        width: 45px;
        height: 45px;
        font-size: 20px
    }

    .secure-slide-panel h3 {
        font-size: 18px
    }

    .secure-slide-btn {
        padding: 10px 25px;
        font-size: 14px
    }

    .secure-slide-close {
        top: 5px;
        right: 10px;
        font-size: 20px
    }

    .profile-mobile .sidebar-scroll .bg-gradient-custom {
        padding: 8px !important
    }

    .profile-mobile .sidebar-scroll .bg-gradient-custom .avatar {
        margin-bottom: 0 !important;
        height: 4rem !important;
        width: 4rem !important
    }

    .profile-mobile .sidebar-scroll .bg-gradient-custom h3 {
        font-size: 14px
    }

    .profile-mobile .sidebar-scroll .bg-gradient-custom h5 {
        font-size: 12px !important
    }

    .settings-wrapper .custom-card-header {
        padding: 5px 8px
    }

    .settings-wrapper .tab-pane .card-body .flex-fill .view-bttn {
        display: flex;
        justify-content: start;
    }

    .pan-record-mb {
        text-align: right
    }

    .settings-wrapper .tab-pane .card-body .flex-fill .view-bttn .btn-sm {
        background-color: var(--primary-theme-color);
        border: none !important;
        color: #fff !important;
        margin-right: 10px !important;
        padding: 5px !important;
        font-size: 10px !important
    }

    .settings-wrapper .tab-pane .card-body .flex-fill .verify-pan-digilocker {
        width: 50%;
        display: flex;
        justify-content: center;
        background-color: var(--secondary-theme-color);
        border: none !important;
        color: #fff !important;
        padding: 5px !important
    }

    .badge-corner {
        font-size: 8px !important;
        padding: 4px 3px !important
    }

    .settings-wrapper .tab-pane .card-body .flex-fill .card-body {
        padding: 8px
    }

    .settings-wrapper .btn.open-bank-modal,
    .settings-wrapper .nav-tabs .nav-item a {
        padding: 5px 8px;
        font-size: 14px
    }

    @media (max-width:480px) {
        #spinWinModal .spin-card {
            max-height: 64vh !important
        }
        
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
        width: 100%;
        padding: 10px 22px
    }

    div.dataTables_wrapper div.dataTables_filter label,
    div.dataTables_wrapper div.dataTables_length label {
        width: 100%;
        display: block
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 80% !important;
        margin-top: 5px
    }

    .table-dropdown .dropdown {
        margin-left: 0 !important
    }

    .table-responsive .col-sm-12 {
        padding: 0 !important
    }

    .hidden-in-mobile {
        display: none
    }

    .page-wrapper .content {
        margin-bottom: 100px
    }

    .embedded-agent-container {
        z-index: 999 !important
    }
    .bg-refer-gradient{
        min-height: 100% !important;
    }
    .page-wrapper{
        min-height: 100% !important;
    }
}

@media (max-width:576px) {

    #ai_chatbot_widget .chatbot-button,
    .chatbot-container {
        right: 0;
        bottom: 50px
    }

    .chatbot-container {
        width: 100%;
        height: 85%
    }
    .page-header .btn {
        font-size: 9px;
        padding: 5px 8px 5px 8px;
        margin: 0;
    }
    .page-header input{
        padding: .15rem .65rem;
    }
    #ai_chatbot_widget {
        right: -17px !important;
        bottom: 52px !important
    }
}

@media (min-width:577px) and (max-width:992px) {
    #ai_chatbot_widget .chatbot-button {
        right: 0;
        bottom: 50px
    }

    #ai_chatbot_widget .chatbot-container {
        right: 0;
        bottom: 50px;
        width: 100%;
        height: 85%
    }
    #ai_chatbot_widget {
        right: -17px !important;
        bottom: 128px !important
    }
    .verify-pan-digilocker{
        width: 42% !important;
        background-color: var(--secondary-theme-color) !important;
        color: #fff !important;
        border: none !important;
    }
    .aadhaar-ver .verify-pan-digilocker{
        width: 42% !important;
        background-color: var(--secondary-theme-color) !important;
        color: #fff !important;
                border: none !important;
    }
    .verify-pan-digilocker span, .verify-pan-digilocker span{
        font-size: 10px !important;
    }
    
}
@media (min-width:993px) and (max-width:1024px) {
.verify-pan-digilocker{
        width: 40% !important;
        background-color: var(--secondary-theme-color) !important;
        color: #fff !important;
        border: none !important;
    }
    .aadhaar-ver .verify-pan-digilocker{
        width: 40% !important;
        background-color: var(--secondary-theme-color) !important;
        color: #fff !important;
                border: none !important;
    }
    .verify-pan-digilocker span, .verify-pan-digilocker span{
        font-size: 10px !important;
    }
    #sidebar2{
        display: none;
    }
    .kyc-sec-tabs{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* @media (min-width:1025px) and (max-width:1200px) {
   .kyc-sec-tabs{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    } 
} */

@media screen and (max-width: 620px) {
    .mobile-card .offer-earn{
        font-size: 8px !important;
    }
    .mobile-card .offer-ribbon{
        border-radius: 6px !important; 
        top: -1px !important; 
        right: 0px !important;
    }
    .offer-discount-text{
        font-size: 7px !important;
    }
    .earn-shimmer {
        font-size: 10px !important;
    }
    .equal-card .card-body{
        padding: 5px !important;
    }
    .offer-banners-mobile{
        display: block;
    }
}
@media screen and (min-width:767px) and (max-width:1200px) {

    .recommended-bg-mobile h1,
    .recommended-bg-mobile h2 {
        font-size: 14px !important
    }

    .background-card .card-body p, .background-card .card-body strong{
        font-size: 8px !important
    }

    .background-card .card-body h3 {
        font-size: 12px !important
    }

    .background-card .card-body #premium-crown,
    .background-card .card-body a {
        font-size: 10px !important
    }

    .background-card .card-body .btn {
        font-size: 8px !important;
        margin-top: 0 !important;
        padding: 3px 2px
    }

    .background-card .card-body .premium-wrapper,
    .background-card .card-body .profile-img {
        width: 40px;
        height: 40px !important
    }

    .recommended-bg-mobile {
        height: 85px
    }
    .settings-wrapper .settings-sidebar .sidebar-menu h4{
        font-size: 12px;
    }
    .offer-banners {
        display: flex !important;
    }
}

@media screen and (min-width:1201px) and (max-width:1299px) {

    .recommended-bg-mobile h1,
    .recommended-bg-mobile h2 {
        font-size: 16px !important
    }

    .background-card .card-body p {
        font-size: 10px !important
    }

    .background-card .card-body h3 {
        font-size: 14px !important
    }

    .background-card .card-body #premium-crown,
    .background-card .card-body a {
        font-size: 12px !important
    }

    .background-card .card-body .btn {
        font-size: 10px !important;
        margin-top: 8px !important;
        padding: 3px 2px
    }

    .background-card .card-body .premium-wrapper,
    .background-card .card-body .profile-img {
        width: 65px;
        height: 65px !important
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
}

@media screen and (min-width:300px) and (max-width:1024px) {
    .bottom-nav {
        display: flex !important
    }
    .header .header-left{
        display: block !important;
        position: absolute;
        width: 100%;
        padding-top: 10px;
    }
}



#sidebar .sidebar-menu>ul>li.submenu-open ul li:not(.active) a {
    position: relative;
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    overflow: hidden;
    z-index: 1;
    transition: color .3s
}

#sidebar .sidebar-menu>ul>li.submenu-open ul li:not(.active) a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #f2f2f2;
    border-radius: 999px;
    z-index: -1;
    transition: height .35s
}

#sidebar .sidebar-menu>ul>li ul li.active a {
    border-radius: 999px !important;
    padding: 8px 14px
}

.input-group-clean .select2-selection--single {
    border: none;
    border-bottom: 2px solid #e1e1e1;
    border-radius: 0;
    height: 35px
}

.sa-compact .swal2-icon,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important
}

.select2-container.clean-select2 .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #e1e1e1 !important;
    border-radius: 0 !important;
    height: 45px !important;
    outline: 0 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    transition: .3s
}

.select2-container.clean-select2.select2-container--focus .select2-selection--single,
.select2-container.clean-select2.select2-container--open .select2-selection--single {
    border-bottom-color: var(--primary-theme-color) !important
}

.select2-container.clean-select2 .select2-selection--single .select2-selection__rendered {
    color: #2c3e50 !important;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0 !important;
    line-height: normal !important
}

.select2-container.clean-select2 .select2-selection--single .select2-selection__placeholder {
    color: #ccc !important;
    font-weight: 400;
    font-size: 15px
}

.select2-container.clean-select2 .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important
}

.select2-container.clean-select2 .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent !important;
    border-width: 5px 4px 0 !important;
    margin-left: -10px !important;
    margin-top: -2px !important
}

.select2-dropdown.clean-select2-dropdown {
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1) !important;
    margin-top: 1px;
    background-color: #fff;
    z-index: 9999
}

.select2-dropdown.clean-select2-dropdown .select2-search__field {
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
    padding: 8px !important;
    outline: 0 !important
}

.select2-dropdown.clean-select2-dropdown .select2-search__field:focus {
    border-color: var(--primary-theme-color) !important
}

.select2-dropdown.clean-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-theme-color) !important;
    color: #fff !important
}

.select2-dropdown.clean-select2-dropdown .select2-results__option {
    padding: 8px 12px !important;
    font-size: 14px
}

.payout-badge-v2 {
    background: linear-gradient(45deg, #e0eeff, #f8f8ff);
    border: 1px dashed #3182ce;
    color: #1a365d;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(49, 130, 206, .15);
    transition: .3s
}

.payout-badge-v2::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, .6);
    transform: rotate(30deg);
    animation: 4s infinite badgeShine2
}

@keyframes badgeShine2 {
    0% {
        left: -60%
    }

    100%,
    15% {
        left: 120%
    }
}

.sa-compact,
.sa-compact .swal2-popup {
    width: 290px !important;
    padding: 16px !important;
    border-radius: 14px !important
}

.sa-compact .swal2-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 6px !important
}

.sa-compact .swal2-html-container {
    font-size: 14px !important;
    margin: 0 !important
}

.sa-compact .swal2-actions {
    margin-top: 14px !important
}

.sa-compact .swal2-cancel,
.sa-compact .swal2-confirm {
    padding: 6px 16px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    border: none !important
}

.sa-btn-confirm {
    background: var(--primary-theme-color) !important;
    color: #fff !important
}

.sa-btn-cancel {
    background: #dee2e6 !important;
    color: #000 !important
}

.strike-reg-fee {
    text-decoration: line-through;
    color: #9ca3af
}

.plan-details-popup p {
    font-size: 16px
}

body.modal-open #ai_chatbot_widget,
body.modal-open .floating-spin-btn,
body.swal2-shown #ai_chatbot_widget,
body.swal2-shown .floating-spin-btn {
    z-index: 99 !important
}

.hover-pointer:hover {
    cursor: pointer
}

.mitra-partner-dashboard .page-header {
    margin-bottom: 10px
}

.mitra-partner-dashboard .breadcrumb .breadcrumb-item a {
    color: #1b2850 !important
}

@media (max-width:480px) {

    .sa-compact,
    .sa-compact .swal2-popup {
        width: 92% !important;
        max-width: 300px !important;
        padding: 14px !important
    }

    .content .alert,
    .content .alert i,
    .sa-compact .swal2-title {
        font-size: 16px !important
    }
    .content .alert{
        font-size: 12px !important;
    }

    .sa-compact .swal2-html-container {
        font-size: 13px !important
    }

    .sa-compact .swal2-cancel,
    .sa-compact .swal2-confirm {
        padding: 6px 12px !important;
        font-size: 13px !important
    }

    body.bottom-sheet-active .floating-spin-btn {
        z-index: 99
    }

    body.bottom-sheet-active #ai_chatbot_widget,
    body.modal-open #ai_chatbot_widget,
    body.modal-open .floating-spin-btn,
    body.swal2-shown #ai_chatbot_widget,
    body.swal2-shown .floating-spin-btn {
        z-index: 99 !important
    }

    body.modal-open .modal .modal-content {
        width: 90% !important;
        margin: 0 auto
    }

    .wheel-wrapper {
        width: min(70vw, 25vh);
        max-width: 263px;
        max-height: 202px;
        height: min(75vw, 48vh) !important
    }

    .wheel-wrapper .wheel-label {
        font-size: 8px
    }

    #spinWinModal .spin-card {
        width: 100%;
        max-height: 85vh !important
    }

    .highlight-earn {
        font-size: 8px
    }

    #spinWinModal .wheel-wrapper {
        max-width: 100%;
        max-height: 100%
    }

    #sticky_buttons_container .sticky-btn {
        padding: 9px 2px;
        font-weight: 500;
        font-size: 12px
    }

    body main {
        margin-bottom: 65px
    }

    .profile-mobile .submenu-open ul li a {
        margin-bottom: 0
    }

    .right-profile-card .flex-fill .status-toggle.modal-status .badge {
        margin-right: 0 !important;
        font-size:8px;
    }

    .floating-spin-btn {
        max-width: 50px !important
    }

    #addarModalBody form .row,
    #mitrakitModel .modal-body .row.g-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    #mitrakitModel .modal-body {
        padding: 5px
    }

    #mitrakitModel .modal-body .card .card-text {
        font-size: 10px
    }

    #mitrakitModel .modal-body .card-img-top {
        max-height: 105px;
        object-fit: contain
    }

    #mitrakitModel .modal-body .card .card-title {
        font-size: 12px !important
    }

    #mitrakitModel .modal-body .card .card-body small.text-primary {
        font-size: 8px;
        line-height: 13px;
        display: block
    }

    #mitrakitModel .modal-body .card .card-body .btn-primary {
        padding: 5px;
        font-size: 10px
    }

    #mitrakitModel .modal-body .card {
        max-height: 275px
    }
    #mitrakitModel .modal-body h6{
        font-size: 12px;
        font-weight: bolder;
        margin-top: 5px;
    }
    #mitrakitModel .modal-body p{
        font-size: 9px;
        line-height: 11px;
        margin-top: 5px;
    }
    .locked{
            font-size: 12px;
                padding: .1rem 0.55rem;
    }
    #mitrakitModel .card-footer small{
        font-size: 10px;
        font-weight: bolder;
    }

    #planModal .modal-body,
    #profilemodel .modal-body,
    #referrerInfoModal .modal-body {
        padding: 10px !important
    }

    #profilemodel .js-cropper-container .profile-pic {
        width: 60px;
        height: 60px
    }
    .js-cropper-container .upload-icon-overlay{
        width: 30px;
        height: 30px;
    }
    .js-cropper-container .js-instruction-text{
        font-size: 8px;
    }
    #addarViewModal .img-thumbnail{
        width: 68px;
    }
    #addarViewModal .form-label{
       margin-bottom: 0 !important;
    }
    #addarViewModal .modal-body .row .mb-3{
       margin-bottom: 5px !important;
    }

    #planModal .modal-body .row.mt-2.g-3 {
        margin: 0
    }

    .recommended-slider .card .btn.btn-outline-primary {
        font-size: 8px !important;
        padding: .15rem .5rem !important
    }

    #referrerInfoModal .team-leader-profile {
        padding: 5px !important
    }
    .verify-pan-digilocker{
        width: 42% !important;
        background-color: var(--secondary-theme-color) !important;
    }
    .aadhaar-ver .verify-pan-digilocker{
        width: 100% !important;
        background-color: var(--secondary-theme-color) !important;
    }
    .verify-pan-digilocker span, .verify-pan-digilocker span{
        font-size: 10px !important;
    }
    .pan-record-mb a{
        background-color: var(--primary-theme-color) !important;
        border: none !important;
        color: #fff !important;
        margin-right: 10px !important;
        padding: 5px !important;
        font-size: 10px !important;
    }
    #docViewModal #docModalBody .row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
    #bankviewModel #bankmodalbody .row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
    .app-container.wallet-sec .card .card-header{
        padding: 8px !important;
    }
    .app-container.wallet-sec .card .card-header h5{
        font-size: 12px !important;
    }
    .cred-user-name{
        text-align: center;
    }
    #addBankModal .modal-footer{
        padding: 0;
        padding-top: 25px;
    }

    .mobile-profile-scroll{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .mobile-profile-scroll .bg-gradient-custom {
        margin-bottom: 0 !important;
    }
    .mobile-profile-scroll .submenu-open ul li a {
        font-weight: 700;
        font-size: 14px;
    }
    .mobile-profile-scroll .submenu-open ul li a i{
        font-size: 12px !important;
    }
    .profile-mobile .mobile-profile-card-body, .profile-mobile .mobile-profile-card .card-header{
        padding: 0.5rem;
    }
    .profile-mobile .mobile-profile-card .card-header h4,  .profile-mobile .mobile-profile-card-body h4{
        font-size: 1rem;
    }
    .profile-mobile .mobile-profile-card-body .bg-gradient-custom h3 {
        margin-top: 10px;
    }
    .mobile-profile-scroll .badge.badge-xs {
        font-size: 8px !important;
        padding: 0 8px;
        line-height: 15px;
    }

    .footer.d-sm-flex{
        display: flex;
        justify-content: space-between !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .footer p{
        font-size: 8px !important;
    }

}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .marquee {
        width: 310px
    }

    .sidebar.mitra-sidebar {
        width: 222px
    }

    .sidebar.mitra-sidebar .sidebar-menu {
        padding: 8px
    }

    body {
        padding-left: 215px
    }

    .page-wrapper .content {
        padding: 15px
    }

    svg.feather-edit {
        width: 14px;
        height: 14px
    }

    .settings-wrapper .settings-sidebar .sidebar-menu {
        padding: 5px
    }

    .settings-sidebar .sidebar-menu>ul>li.submenu-open ul li a,
    .sidebar .sidebar-menu>ul>li.submenu-open ul li a {
        padding: 8px 7px
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
    .marquee {
        width: 300px
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 27% !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1250px) {
    .marquee {
        width: 238px
    }
    .kyc-sec-tabs .card{
        min-height: 210px;
    }
    .kyc-sec-tabs .card .card-body {
        padding: 0.5rem !important;
    }
    svg.feather {
        width: 16px !important; 
        height: 16px !important;
    }
    .badge-corner{
        font-size: 8px !important;
        padding: 4px 5px !important;
    }

    .kyc-sec-tabs .security-title h3{
        font-size: 0.9rem !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 8px;
        margin-right: 0 !important;
    }
    .sidebar-scroll .bg-gradient-custom h3{
        font-size: 1rem;
    }
}

@media screen and (min-width:1251px) and (max-width:1300px) {
    .marquee {
        width: 250px
    }
    
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
    .kyc-sec-tabs .card .card-body {
        padding: 0.5rem !important;
    }
    svg.feather {
        width: 16px !important; 
        height: 16px !important;
    }
    .badge-corner{
        font-size: 8px !important;
        padding: 4px 5px !important;
    }

    .kyc-sec-tabs .security-title h3{
        font-size: 0.9rem !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 8px;
        margin-right: 0 !important;
    }
    .sidebar-scroll .bg-gradient-custom h3{
        font-size: 1rem;
    }
}

@media screen and (min-width:1301px) and (max-width:1400px) {
    .marquee {
        width: 330px
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 12px;
        margin-right: 0 !important;
    }
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
}

@media screen and (min-width:1401px) and (max-width:1450px) {
    .marquee {
        width: 430px
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 12px;
        margin-right: 0 !important;
    }
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
}

@media screen and (min-width:1451px) and (max-width:1500px) {
    .marquee {
        width: 450px
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 12px;
        margin-right: 0 !important;
    }
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
}

@media screen and (min-width:1501px) and (max-width:1600px) {
    .marquee {
        width: 470px
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 12px;
        margin-right: 0 !important;
    }
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .background-card .card-body {
        padding: 1rem 1rem 0 !important
    }
}

@media (min-width:1300px) and (max-width:1399px) {
    .background-card .card-body {
        padding: 1rem 1rem 0 !important
    }

    .background-card .card-body .btn {
        margin-top: 8px !important;
        font-size: 10px !important
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .background-card .card-body {
        padding: 1rem 1rem 0 !important
    }

    .background-card .card-body .btn {
        margin-top: 8px !important
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    .background-card .card-body {
        padding: 1rem 1rem 0 !important
    }

    .background-card .card-body .btn {
        margin-top: 12px !important
    }
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
}

@media (min-width:1600px) and (max-width:2199px) {
    .background-card .card-body .btn {
        margin-top: 25px !important
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 14px;
        margin-right: 0 !important;
    }
     .kyc-sec-tabs .card{
        min-height: 220px;
    }
    .kyc-sec-tabs .card .card-body{
        padding: 1.5rem !important;
    }
    
}
/* Above 2100px */
@media screen and (min-width: 2200px) {
    .verify-pan-digilocker, .verify-pan-digilocker{
        width: 50% !important;
    }
    .kyc-sec-tabs .status-toggle .badge{
        font-size: 12px;
        margin-right: 0 !important;
    }
     .kyc-sec-tabs .card{
        min-height: 210px;
    }
    .kyc-sec-tabs .card .card-body{
        padding: 1.5rem !important;
    }
}

.mitra-dash-button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    text-align: center;
    display: block;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    letter-spacing: .5px;
    background: #155eef;
    color: #fff;
    box-shadow: 0 0 20px rgb(54 55 207 / 40%), inset 0 2px 0 rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden;
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.mitra-dash-button:active {
    transform: translateY(2px) scale(.98)
}

.mitra-dash-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg) translateX(-150%);
    transition: transform .6s ease-in-out
}

.mitra-dash-button:hover::after {
    transform: rotate(45deg) translateX(150%)
}

.mitra-dash-button:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0 35px rgb(21 94 239 / 73%), inset 0 2px 0 rgba(255, 255, 255, .2)
}

/* profile */
#aadhaar-modal label, #uploadModal label, #bank-account-details label, #addarViewModal #addarModalBody label, #docViewModal label{
    font-weight: 700;
}

@media (min-width:320px) and (max-width:620px) {
    .mitra-dash-button {}
}

@media (min-width:621px) and (max-width:1024px) {
    .mitra-dash-button {
        padding: 3px 6px;
        font-weight: 500;
        margin-top: 3px !important;
        font-size: 14px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .mitra-dash-button {
        padding: 5px 6px;
        font-weight: 500;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .mitra-dash-button {
        padding: 3px 2px;
        font-weight: 400;
        font-size: 12px;
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .mitra-dash-button {
        padding: 5px 2px;
        font-weight: 400;
        font-size: 12px;
        margin-top: 12px !important;
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    .mitra-dash-button {
        padding: 6px 2px;
        font-weight: 400;
        font-size: 14px;
        margin-top: 15px !important;
    }
}

@media (min-width:1600px) {
    .mitra-dash-button {
        padding: 8px 5px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        margin-top: 30px !important;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .verify-pan-digilocker{
        width: 30% !important;
        background-color: var(--secondary-theme-color) !important;
        color: #fff !important;
        border: none !important;
    }
    .aadhaar-ver .verify-pan-digilocker{
        width: 100% !important;
        background-color: var(--secondary-theme-color) !important;
        color: #fff !important;
                border: none !important;
    }
    .verify-pan-digilocker span, .verify-pan-digilocker span{
        font-size: 10px !important;
    }
}
.page-header .page-header-right .text-primary {
    border-radius: 30px;
    background: #cf5236;
    color: #fff !important;
    padding: 3px 10px;
    font-size: 12px;
}

.page-header .page-header-right .text-primary {
    border-radius: 30px;
    background: #cf5236;
    color: #fff !important;
    padding: 4px 13px;
    font-size: 16px
}

.page-header-right h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700
}

@media (max-width: 767px) {
    .payout-badge-v2 {
        margin-top: 15px !important;
    }

    #profile-kyc-imformation .fs-16, #profile-kyc-imformation .fs-14  {
        font-size: 12px !important;
    }
    #profile-kyc-imformation .security-title p.text-primary {
        font-size: 12px !important;
    }

    .theme-text-section h2 {
        line-height: 60px;
        font-size: 25px;
    }

    .page-wrapper .content {
        margin-bottom: 35px !important;
    }

    .earn-shimmer {
        font-size: 0.8rem;
    }
    .status-toggle svg.feather{
        width: 16px;
        height: 18px;
    }
    .mob-front-card{
        display: grid;
        grid-template-columns: repeat(2, minmax(130px, 1fr));
        gap: 15px;
    }
    .mob-front-card div{
        width: 100% !important;
    }
    .prime-mitra-breadcrumb ol{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .page-header .add-item .page-btn {
        margin-bottom: 0px !important;
    }
    .table tbody tr td, .table .thead-light th {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
    
    
}
.js-form-fields-row .form-label, .js-form-fields-row .form-control{
        font-weight: 900;
    }
    .js-form-fields-row .form-label{
       color: #000 !important;
    }
#addBankModal #add-multyple-bankForm .form-label, #addBankModal #add-multyple-bankForm .form-control{
        font-weight: 900;
    }
.cat-item{
    display: flex !important;
    gap: 10px !important;
}
.cat-item i{
    min-width: 10% !important;
}
.cat-item span{
    min-width: 90% !important;
}


/* zoho live chat chatbot */
.zsiq-float{
    right: calc(45px + var(--zsiq-seasonal-float-image-position)) !important;
    bottom: 0px !important;
}
.sidebar.superadmin-sidebar .sidebar-menu .submenu-open .submenu ul li a {
    color: #212b36;
}