body,
p,
a,
span,
div,
ul,
li {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
}

body {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.auth:not(.darkmode) .toggle-container #toggleDot {
    left: auto;
    right: 0;
    background: url('https://i.23robo.info/projects/smmxpanel/img/imagge.png');
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: right;
}

.auth:not(.darkmode) .toggle-container {
    background: url('https://i.23robo.info/projects/smmxpanel/img/toggle_day.webp');
}

.guest:not(.darkmode) .toggle-container {
    background: url('https://i.23robo.info/projects/smmxpanel/img/toggle_day.webp');
}

.guest:not(.darkmode) .toggle-container #toggleDot {
    left: auto;
    right: 0;
    background: url('https://i.23robo.info/projects/smmxpanel/img/imagge.png');
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: right;
}

.toggle-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* transition: all 0.5s ease; */
    cursor: pointer;
    background: url('https://i.23robo.info/projects/smmxpanel/img/night_bg.webp');
    width: 66px;
    height: 36px;
}

.toggle-container::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('https://i.23robo.info/projects/smmxpanel/img/mode-circle.webp');
    background-repeat: no-repeat;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    /* transition: 0.3s all linear; */
}

#topsec::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/image_36s.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -50px;
    transform: translateY(-70px);
}

.guest:not(.darkmode) .toggle-container::after {
    left: auto;
    right: -20px;
    /* transition: 0.3s all linear; */
}

.auth:not(.darkmode) .toggle-container::after {
    left: auto;
    right: -20px;
    /* transition: 0.3s all linear; */
}

.toggle-container--night {
    background-color: rgb(7, 39, 61);
    /* transition: background-color 0.5s ease-in-out; */
}

.radiant {
    position: absolute;
    top: -35px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    /* transition: all 0.5s ease-out; */
}

.sun-radiant {
    left: -35px;
    /* transition-delay: .5s; */
    opacity: 1;
}

.moon-radiant {
    right: -35px;
    transition-delay: 0s;
    transform: translateX(175px);
    opacity: 0;
}

.radiant::after {
    content: '';
    position: absolute;
    top: 22px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    /* transition: all 0.5s ease-out; */
}

.sun-radiant::after {
    left: 22px;
}

.moon-radiant::after {
    right: 22px;
}

.checkbox label {
    color: #B5B4BA;
}

.radiant::before {
    content: '';
    position: absolute;
    top: -22px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    transform: translateX(0);
    /* transition: all 0.5s ease-out; */
}

.sun-radiant::before {
    left: -22px;
}

.moon-radiant::before {
    right: -22px;
}

.sun-radiant--night {
    /* transition-delay: 0s; */
    /* transform: translateX(-175px); */
    opacity: 0;
}

.sun-radiant--night::before {
    /* transition-delay: 0s; */
    /* transform: translateX(-50px); */
}

.sun-radiant--night::after {
    /* transition-delay: 0s; */
    /* transform: translateX(50px); */
}

.moon-radiant--night {
    /* transition-delay: .5s; */
    /* transform: translateX(0); */
    opacity: 1;
}

.moon-radiant--night::before {
    /* transition-delay: .5s; */
    /* transform: translateX(0); */
}

.moon-radiant--night::after {
    /* transition-delay: .5s; */
    /* transform: translateX(0); */
}

.toggle-dot {
    height: 100%;
    width: 100%;
    background: url('https://i.23robo.info/projects/smmxpanel/img/moon_night.webp');
    border-radius: 50%;
    position: absolute;
    top: 0;
    /* left: 2px; */
    box-shadow: none;
    /* transition: 0.3s all linear; */
    background-repeat: no-repeat;
    background-size: contain;
}

.toggle-dot--night {
    background-color: rgb(215, 223, 233);
    box-shadow: inset -1px -2px 2px rgb(112, 140, 175),
        inset 1px 2px 2px rgb(237, 241, 245);
    transform-origin: center;
    transform: translateX(34px) rotate(360deg);
}

.toggle-crater {
    background-color: rgb(158, 176, 197);
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 1px 2px 2px rgb(133, 156, 185);
    opacity: 0;
    /* transition: all 0.5s ease-in-out; */
}

.toggle-crater--1 {
    height: 8px;
    width: 8px;
    top: 5px;
    left: 15px;
}

.toggle-crater--2 {
    height: 12px;
    width: 12px;
    top: 12px;
    left: 5px;
}

.toggle-crater--3 {
    height: 10px;
    width: 10px;
    bottom: 5px;
    right: 5px;
}

.toggle-crater--night {
    opacity: 1;
}

.cloud {
    /*  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.8s ease-in-out;*/
}

.cloud--1 {
    bottom: 0;
    right: 0;
    /*background-color: rgb(211, 236, 252);*/
    box-shadow: -20px 25px rgb(211, 236, 252), -40px 50px rgb(211, 236, 252), -80px 55px rgb(211, 236, 252), -110px 60px rgb(211, 236, 252), -130px 55px rgb(211, 236, 252), -160px 70px rgb(211, 236, 252), -180px 70px rgb(211, 236, 252), -200px 85px rgb(211, 236, 252);
}

.cloud--2 {
    bottom: 0;
    right: 0;
    opacity: .4;
    background-color: white;
    box-shadow: -20px 25px white, -40px 50px white, -80px 55px white, -110px 60px white, -130px 55px white, -160px 70px white, -180px 70px white, -200px 85px white;
    /* transition-delay: .05s; */
}

.cloud--night {
    transform: translateY(100px);
}

.star {
    position: absolute;
    background-color: white;
    clip-path: polygon(50% 0, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0 50%, 35% 35%);
    opacity: 0;
    /* transition: all 0.5s ease-in-out; / */
}

.stars--night>.star {
    opacity: .6;
}

.stars--night>.star--1 {
    animation: sparkle 1s linear .5s infinite;
}

.stars--night>.star--2 {
    animation: sparkle 1s linear 1s infinite;
}

.stars--night>.star--3 {
    animation: sparkle 1s linear .7s infinite;
}

.guest .navbar-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    position: relative;
    z-index: 9999;
}

.guest .navbar-nav {
    border-radius: 0.625rem;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(74, 51, 143, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    display: flex;
    padding: 10px 20px 10px 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    height: 55px;
    /* background-image: url('https://storage2.perfectcdn.com/sw177w/9bhqkluwdiotxt42.webp');
  background-size: 100% 100%; */
}

.guest .navbar-hero .nav-link {
    color: #ffffff;
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    /* transition: background-color 0.3s; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.guest .navbar-hero .nav-link.signup {
    /*color: #ffffff;*/
}

.guest .navbar-hero .navbar-toggler {
    display: none;
}

.guest .navbar-hero .dropdown-menu {
    border-radius: 0.625rem !important;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: #0e0724;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(74, 51, 143, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    position: absolute;
    top: 45px;
    left: 0;
}

.guest .navbar-hero .dropdown-menu>.active>a,
.navbar-hero .guest .dropdown-menu>.active>a:hover,
.guest .navbar-hero .dropdown-menu>.active>a:focus {
    color: #fff !important;
    text-decoration: none;
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp') !important;
    background-repeat: no-repeat !important;
    outline: 0;
    background-size: 100% auto;
}

.guest .navbar-hero .dropdown-menu>li>a:hover,
.guest .navbar-hero .dropdown-menu>li>a:focus {
    color: #fff !important;
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp') !important;
    background-size: 100% auto;
    background-repeat: no-repeat !important;
}

.guest {
    background-color: #0E0724;
    position: relative;
    padding-bottom: 0;
    overflow-x: hidden;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/bg-dots.webp');
}

#signup .checkbox label {
    color: #B5B4BA;
}

.guest::after {
    content: '';
    filter: blur(317px);
    position: absolute;
    right: -179px;
    top: -255px;
    border-radius: 471.57px;
    opacity: 0.6;
    background: #5838E4;
    width: 471.57px;
    height: 399.734px;
    z-index: -1;
    left: auto;
}

.guest::before {
    content: '';
    filter: blur(317px);
    position: absolute;
    left: -179px;
    top: -255px;
    border-radius: 471.57px;
    opacity: 0.6;
    background: #6E40FF;
    width: 471.57px;
    height: 399.734px;
    z-index: -1;
}

.guest .navbar-collapse {
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.guest .navbar-center-block {
    margin: auto;
}

.guest .navbar-default {
    background-color: transparent;
    border: 0;
}

.navbar-default li a {
    background-color: transparent !important;
    color: #ABAAB3;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

.navbar-default li.active a {
    color: #fff !important;
}

.navbar-default li.active a::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #D232F6;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-right li a {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff !important;
    display: flex;
    align-items: center;
    align-content: center;
}

.guest .navbar-default {
    padding-top: 15px;
}

.login-with-google {
    position: relative;
    width: 100%;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 20px;
    background: linear-gradient(88deg, #2E2E4C 1.55%, #4A4A88 110.28%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

.login-g-svg {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 5px;
}

.google-btn {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

#topsec {
    padding: 80px 0 150px;
    position: relative;
    /*overflow-x: hidden;*/
    z-index: 1;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/review-sec-bg.webp');
    background-repeat: no-repeat;
    background-size: auto, auto;
    background-position: center bottom;
}

.title-label {
    border-radius: 10px;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    display: flex;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.title-label-txt {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.main-title {
    color: #F5F5F8;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.89px;
}

/* Typewriter effect 1 */
@keyframes typing {

    0%,
    10% {
        content: "";
    }

    10%,
    20% {
        content: "S";
    }

    20%,
    30% {
        content: "SM";
    }

    30%,
    40% {
        content: "SMM";
    }

    40%,
    50% {
        content: "SMM X";
    }

    50%,
    60% {
        content: "SMM X P";
    }

    60%,
    70% {
        content: "SMM X PA";
    }

    70%,
    80% {
        content: "SMM X PAN";
    }

    80%,
    90% {
        content: "SMM X PANE";
    }

    90%,
    100% {
        content: "SMM X PANEL";
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.typewriter {
    --caret: currentcolor;
}

.typewriter::before {
    content: "";
    animation: typing 3s steps(9, end) infinite;
    /* Faster typing animation */
}

.typewriter::after {
    content: "";
    border-right: 1px solid var(--caret);
    animation: blink 0.5s linear infinite;
}

.typewriter.thick::after {
    border-right: 1ch solid var(--caret);
}

.typewriter.nocaret::after {
    border-right: 0;
}

@media (prefers-reduced-motion) {
    .typewriter::after {
        animation: none;
    }

    @keyframes sequencePopup {

        0%,
        100% {
            content: "SMMxPanel";
        }

        25% {
            content: "SMMxPanel";
        }

        50% {
            content: "SMMxPanel";
        }

        75% {
            content: "SMMxPanel";
        }
    }

    .typewriter::before {
        content: "developer";
        animation: sequencePopup 3s linear infinite;
    }
}

/**/

.blue-txt {
    color: #3DADFF;
}

.txt {
    color: #B5B4BA;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.dot-listing {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.dot-listing li p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.dot-listing li p::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #D232F6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn.btn-primary {
    display: flex;
    align-items: center;
    align-content: center;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-size: 100% 100%;
    min-width: 182px;
    border: 0;
    padding: 17px 12px;
    border-radius: 8px;
    justify-content: center;
    width: max-content;
    transition: box-shadow 0.3s ease-in-out, background 0.3s ease, transform 0.3s ease;
}

.btn.btn-primary:hover {
    animation: scalePulse 1.2s ease-in-out infinite, gradientChange 3s ease-in-out infinite;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    transform: scale(1.1);
}

@keyframes scalePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes gradientChange {
    0% {
        background: linear-gradient(136deg, #7537E6 5.56%, #5838E4 101.7%);
    }

    50% {
        background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
    }

    100% {
        background: #3836C0;
    }
}

/* .btn.btn-primary svg {
    transition: transform 0.3s ease, margin-left 0.3s ease;
    margin-left: 8px;
} */
/* .btn.btn-primary:hover svg {
    transform: translateX(8px);
} */
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.btn.btn-primary {
    display: flex;
    align-items: center;
    align-content: center;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-size: 100% 100%;
    min-width: 182px;
    border: 0;
    padding: 17px 12px;
    border-radius: 8px;
    justify-content: center;
    width: max-content;
}

.btn.btn-primary svg {
    margin-left: 5px;
}

.btn.btn-primary.btn-secondary {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/btn-border.webp');
    background-color: transparent;
    background-size: 100% 100%;
    color: rgba(255, 255, 255, 0.8);
}

.btn-wrap .btn.btn-primary+.btn.btn-primary {
    margin-left: 10px;
}

.btn.btn-primary.btn-secondary:hover {
    color: #fff;
}

.login-top {
    padding: 25px;
    width: 368px;
    border-radius: 20px;
    /*border: 1px solid rgba(233, 214, 250, 0.20);*/
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/rectangle_5568.webp');
    /*box*/
    -shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    margin-left: 45px;
    z-index: 99999999;
    background-color: #0e0724;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login-frm-title {
    color: #F5F5F8;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 20px;
}

.title-label-txt {
    margin-bottom: 0;
}

.or-wrapper {
    display: block;
    text-align: center;
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    margin-bottom: 20px;
}

.or-wrapper::after {
    content: '';
    opacity: 0.07;
    background: #FFF;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.or-wrap {
    background-color: #1a103a;
    position: relative;
    z-index: 1;
    padding: 0 35px;
}

.form-control {
    border-radius: 10px;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    padding: 12px 10px;
    height: 50px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.forgot-password1 {
    margin-left: 0;
    display: block;
    width: max-content;
    color: #B5B4BA;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.login-top .btn.btn-primary {
    width: 100%;
    margin: 20px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.login-top .btn.btn-primary svg {
    margin-left: 0;
    margin-right: 5px;
}

.have-acc {
    color: #B5B4BA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.inpt-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.inpt-icon+.form-control {
    padding-left: 40px;
}

.form-group {
    position: relative;
}

.login-bottom {
    display: flex;
    align-items: center;
    height: 8.8125rem;
    padding: 20px;
    list-style: none;
    margin-top: 12px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    margin-left: 45px;
}

.login-bottom::after {
    content: '';
    width: 36.352px;
    height: 233.825px;
    transform: rotate(90deg);
    background-color: #6E40FF;
    filter: blur(60px);
    position: absolute;
    top: -100px;
    left: 100px;
}

.login-bottom::before {
    content: '';
    width: 286.37px;
    height: 47.367px;
    border-radius: 286.37px;
    background: #5838E4;
    filter: blur(60px);
    position: absolute;
    right: 0;
    bottom: 0;
}

.login-bottom li {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.login-bottom img {
    transition: all 0.5s ease;
}

.login-bottom li:nth-child(1):hover {
    transform: translateY(-10px);
}

.login-bottom li:nth-child(2):hover img {
    transform: rotate(360deg);
}

.login-bottom li:nth-child(3):hover img {
    transform: scale(1.2);
    opacity: 0.9;
}

.login-bottom li:nth-child(4):hover img {
    transform: rotateY(180deg);
}

.login-bottom li:nth-child(5):hover img {
    transform: translateY(-15px);
}

.login-bottom li:nth-child(6):hover img {
    transform: scale(1.1) rotate(-5deg);
}

.login-btm-img {
    position: relative;
    z-index: 1;
}

.login-img {
    position: absolute;
    right: -98px;
    bottom: 77px;
    max-width: 350px;
    z-index: 1;
    animation-name: move;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes move {
    0% {
        transform: translate3d(0, -4px, 0)
    }

    to {
        transform: translate3d(0, 4px, 0)
    }
}

.affordable-img {
    animation-name: moveOne;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes moveOne {
    0% {
        transform: translate3d(0, -4px, 0)
    }

    to {
        transform: translate3d(0, 4px, 0)
    }
}

.review-box {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/review-box-bg.webp'), url('https://konvertica.com/dev/panelwork/xpanel/img/reviews-dots.webp'), linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    background-size: cover, auto;
    padding: 20px;
    display: flex;
    border-radius: 20px;
    margin-bottom: 15px;
    min-height: 115px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center, center center;
    overflow: hidden;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.review-box::before {
    content: '';
    width: 222.713px;
    height: 36.919px;
    transform: rotate(-14.036deg);
    background-color: #6335F2;
    filter: blur(20px);
    position: absolute;
    left: -100px;
    top: -20px;
    z-index: -1;
}

.review-box::after {
    content: '';
    width: 222.713px;
    height: 36.919px;
    transform: rotate(-14.036deg);
    background-color: #A62CE4;
    filter: blur(20px);
    position: absolute;
    right: -60px;
    bottom: -30px;
    z-index: -1;
}

.review-box-line {
    height: 1px;
    width: 68%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.review-box .txt {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 15px;
}

.light-txt {
    color: #C3C2C3;
}

#solution {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#solution::before {
    content: '';
    position: absolute;
    top: 100px;
    left: -80px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pyramid1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 308px;
    height: 308px;
    transform-origin: center;
    animation: rotateImage 10s linear infinite;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.title-sub {
    color: #3DADFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.title {
    color: #F5F5F8;
    font-family: Lexend;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.25;
}

.guest .nav-tabs li a {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: #211A38;
    backdrop-filter: blur(29px);
    display: flex;
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-right: 12px;
    margin-bottom: 10px;
    color: #F5F5F8;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    font-family: Lexend;
}

.guest .nav-tabs {
    border: 0;
}

.guest .nav-tabs li.active a,
.guest .nav-tabs li.active a:hover,
.guest .nav-tabs li a:hover {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

#solution .nav-tabs {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#solution .tab-content {
    margin-top: 50px;
}

.tab-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    background-size: 100% 100%;
    padding: 25px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 308px;
}

.tab-box-first {
    padding: 45px 25px;
    min-height: unset;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tabs-box-line-bg.webp'), url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    background-size: 100% 100%;
    background-position: center, top center;
}

.tab-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.tab-title a {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    text-decoration: none;
}

.tab-box-first .tab-title {
    font-size: 34px;
    margin-bottom: 20px;
}

.tab-box .txt {
    font-size: 16px;
}

.tab-box.tab-box-first .txt {
    font-size: 18px;
}

#affordable {
    padding-top: 80px;
    padding-bottom: 80px;
}

#affordable .row {
    display: flex;
    align-items: center;
    align-content: center;
}

.about-content-row {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    margin: 20px 0;
    padding: 50px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-title {
    color: #F5F5F8;
    font-weight: 400;
    line-height: 1.4;
    font-size: 22px;
}

.about-content-row .txt {
    text-align: center;
}

.ethanmiller {
    display: block;
    margin: 20px auto auto;
}

.about-content-row::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring.webp');
    width: 283px;
    height: 283px;
    position: absolute;
    top: -100px;
    right: -110px;
}

#about {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 120px;
}

#premium {
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/premium-line-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
}

.premium-slide {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/premium-slide-bg.webp');
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 75px 15px 15px;
    position: relative;
    margin-top: 70px;
    margin-right: 20px;
    min-height: 350px;
}

.premium-slider-img {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/premium-slide-circle1.webp');
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 2s infinite;
}

.premium-title {
    color: #F5F5F8;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
}

.txt.premium-txt {
    color: #B5B4BA;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.premium-slider {
    margin-top: 45px;
}

.premium-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin-top: 15px;
}

.premium-slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #3177FF;
    border: 0;
    border-radius: 10px;
    margin: 0 2px;
}

.premium-slider .slick-dots .slick-active button {
    background: linear-gradient(105deg, #3284E3 -11.16%, #B143E9 103.72%);
    width: 14px;
    height: 14px;
}

#premium .title,
#premium .title+.txt {
    text-align: center;
}

#premium::before {
    content: '';
    position: absolute;
    border-radius: 906px;
    background: #7537E6;
    filter: blur(300px);
    top: -340px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    width: 226px;
    height: 906px;
    transform: rotate(-90deg);
    opacity: 0.4;
}

#premium::after {
    content: '';
    width: 361px;
    height: 361px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/cylinder.webp');
    position: absolute;
    left: -150px;
    bottom: 76px;
    z-index: -1;
}

.steps-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 220px;
}

.steps-box-left {
    flex: 0 0 90px;
    max-width: 90px;
}

.steps-box-num {
    width: 90px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background: linear-gradient(136deg, #1E55BA 5.56%, #6A3A8A 101.7%);
    border: 1px solid #97B2FF;
    border-radius: 100px;
    justify-content: center;
    color: #F5F5F8;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.steps-box-right {
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 20px;
}

.steps-title {
    color: #F5F5F8;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 16px;
}

.steps-txt {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.why-img-wrap {
    position: relative;
}

.why-img {
    position: absolute;
    max-width: unset;
    right: 0;
    top: -185px;
    animation-name: moveHero;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes moveHero {
    0% {
        transform: translate3d(0, -4px, 0)
    }

    to {
        transform: translate3d(0, 4px, 0)
    }
}

#why {
    padding: 250px 0 80px;
    position: relative;
    overflow: hidden;
}

.row.steps-row {
    margin-top: 60px;
    position: relative;
    display: flex;
}

#why::after {
    content: '';
    border-radius: 544px;
    opacity: 0.6;
    background: #5838E4;
    filter: blur(207px);
    width: 274px;
    height: 544px;
    position: absolute;
    left: -100px;
    top: 140px;
    z-index: -1;
}

#why::before {
    content: '';
    width: 355px;
    height: 580px;
    border-radius: 580px;
    opacity: 0.6;
    background: #5838E4;
    filter: blur(317px);
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 147px;
}

.row.steps-row::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/half-circle.webp');
    width: 531px;
    height: 532px;
    position: absolute;
    bottom: -170px;
    right: -240px;
    z-index: -1;
}

#video {
    padding: 45px 0;
}

.video-wrap iframe {
    width: 100% !important;
    height: 470px;
}

.video-wrap {
    max-width: 876px;
    margin: auto;
    border-radius: 20px;
    border: 2px solid #3284E3;
    background: rgba(137, 135, 135, 0.10);
    overflow: hidden;
}

#cheapest .btn.btn-primary {
    width: max-content;
    margin: 20px auto auto;
}

.row.selling-row {
    margin-top: 80px;
}

.selling-title {
    color: #F5F5F8;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
}

.selling-row .btn.btn-primary {
    margin-left: 0 !important;
}

.top-countries-img-wrap {
    position: relative;
}

.top-countries-img-wrap::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/spiral.webp');
    width: 492px;
    height: 492px;
    position: absolute;
    left: -250px;
    top: -210px;
    z-index: -1;
}

#cheapest {
    padding-top: 80px;
    position: relative;
    padding-bottom: 120px;
}

#cheapest::after {
    content: '';
    width: 355px;
    height: 580px;
    border-radius: 580px;
    opacity: 0.6;
    background: #5838E4;
    filter: blur(207px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#cheapest::before {
    content: '';
    width: 304px;
    height: 544px;
    border-radius: 544px;
    opacity: 0.6;
    background: #5838E4;
    filter: blur(317px);
    position: absolute;
    left: 0;
    top: 250px;
    z-index: -1;
}

.stats-wrapper {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 30px;
    border-radius: 15px;
}

.infobox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.infobox-title {
    color: #F5F5F8;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 5px;
}

.infobox-txt {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.infobox-left {
    flex: 0 0 70px;
    max-width: 70px;
}

.infobox-right {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 15px;
}

.infobox::after {
    content: '';
    width: 47%;
    border: 1px dashed #97B2FF;
    stroke: #97B2FF;
    position: absolute;
    bottom: 0;
}

.stats-wrapper .infobox:last-child::after {
    display: none;
}

#grow {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/premium-line-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
}

#grow::after {
    content: '';
    position: absolute;
    border-radius: 906px;
    background: #7537E6;
    filter: blur(300px);
    left: 0;
    right: 0;
    margin: auto;
    width: 226px;
    height: 906px;
    transform: rotate(-90deg);
    z-index: -2;
    top: -420px;
    opacity: 0.4;
}

#grow::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/spiralfat.webp');
    width: 391px;
    height: 391px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -130px;
}

.row.feature-row {
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.feature-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 15px 64px 15px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 190px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.feature-img-wrap::after {
    content: '';
    width: 423px;
    height: 406px;
    border-radius: 423px;
    opacity: 0.6;
    background: #5838E4;
    filter: blur(200px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-title {
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.feature-box .txt {
    margin-bottom: 0;
}

.feature-img-wrap {
    position: relative;
}

.feature-circle-img {
    position: absolute;
    right: -110px;
    top: -140px;
    z-index: -1;
    max-width: 300px;
}

#feature {
    padding: 45px 0;
    overflow: hidden;
}

.feature-box .feature-title,
.feature-box .txt {
    flex: 0 0 100%;
    max-width: 100%;
}

#offering {
    padding: 45px 0;
}

.payment-ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.payment-ul li {
    flex: 0 0 284px;
    max-width: 284px;
}

.payment-ul li .paymeny-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    padding: 12px;
    min-height: 93px;
    margin: 15px;
}

.clientslide {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 15px;
    border-radius: 20px;
    margin: 15px;
}

.clientslide .txt {
    color: #F5F5F8;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
}

.quote-img {
    margin-bottom: 10px;
}

.clientslide-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.clientslide-info-img {
    max-width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-image: url(https://konvertica.com/dev/panelwork/xpanel/img/clientslide-info-bg.webp);
    border-radius: 100%;
    overflow: hidden;
}

.clientslide-info-content {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 15px;
}

.clientslide-info-title {
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.client-slider2 {
    direction: rtl;
}

.client-slider2 .clientslide {
    display: ;
    direction: ltr;
}

#importance {
    padding: 200px 0 0;
    position: relative;
}

.importance-row {
    margin-top: 80px;
    display: flex;
    margin-bottom: 40px;
}

.importance-box {
    text-align: center;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    background-size: 100% 100%;
    padding: 25px 15px;
    border-radius: 20px;
    margin: 15px;
    min-height: 185px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.importance-title {
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-top: 15px;
}

.importance-txt {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.importance-img-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.importance-img-line {
    background-color: #6E40FF;
    width: 3px;
    height: 72%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.importance-img {
    transform-origin: center;
    animation: rotateSMM 10s linear infinite;
}

@keyframes rotateSMM {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.importance-img-wrap::after,
.importance-img-wrap::before {
    content: '';
    position: absolute;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/arrow1.webp');
    width: 100%;
    height: 18px;
    top: 80px;
    left: 0;
    right: 0;
    background-size: 100% 18px;
}

.importance-img-wrap::before {
    top: auto;
    bottom: 80px;
}

.importance-left-img-wrap,
.importance-right-img-wrap {
    position: relative;
}

.importance-left-img {
    position: absolute;
    max-width: 300px;
    left: 30px;
    top: -400px;
    z-index: -1;
    animation-name: moveAnime;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes moveAnime {
    0% {
        transform: translate3d(0, -4px, 0)
    }

    to {
        transform: translate3d(0, 4px, 0)
    }
}

.importance-right-img {
    position: absolute;
    right: -110px;
    top: -140px;
    z-index: -1;
}

#importance {
    padding: 200px 0 0;
    position: relative;
    overflow: hidden;
}

.row.faq-row {
    margin-top: 50px;
    position: relative;
}

.faq-row .card {
    border-radius: 10px;
    /* border: 1px solid #28284C;
  background: #1D1D3B; */
    backdrop-filter: blur(29px);
    margin-bottom: 12px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/shadow-img.webp');
    background-size: 100% 100%;
}

.faq-row .card .btn.btn-link {
    color: #B5B4BA;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
    text-decoration: none !important;
    position: relative;
    white-space: wrap;
    background: #160F2F;
    border-radius: 10px;
    border: 1px solid #202041;
    backdrop-filter: blur(29px);
}

.faq-row .card .btn.btn-link span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-row .card .btn.btn-link span::after {
    content: '+';
}

.faq-row .card .btn.btn-link[aria-expanded="true"] span::after {
    content: '-';
}

.faq-row .card .card-body {
    padding: 10px 15px;
    border: 1px solid #28284C;
    background: #1D1D3B;
    backdrop-filter: blur(29px);
    margin-bottom: 12px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    background-size: 100% 100%;
    border-radius: 20px;
    margin-top: 10px;
}

.faq-row .card .card-body .txt {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

#faq {
    padding: 120px 0 80px;
    position: relative;
}

#faq::before {
    content: '';
    border-radius: 544px;
    opacity: 0.6;
    background: #6E40FF;
    filter: blur(317px);
    width: 274px;
    height: 544px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#faq::after {
    width: 355px;
    height: 580px;
    border-radius: 580px;
    opacity: 0.6;
    background: #6E40FF;
    filter: blur(207px);
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}

.faq-row::after {
    content: '';
    background-image: url(https://konvertica.com/dev/panelwork/xpanel/img/pyramid.webp);
    width: 278px;
    height: 278px;
    position: absolute;
    left: -110px;
    top: -160px;
    z-index: -1;
    animation: rotateImg 10s linear infinite;
}

@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ftr-logo {
    margin-bottom: 25px;
}

.contact-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.contact-list li {
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: max-content;
    margin-bottom: 12px;
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.contact-list-icon {
    margin-right: 5px;
}

.social-link-ftr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.social-link-ftr li a {
    margin: 0 17px 0 0;
    display: flex;
}

.ftr-txt {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 0 auto;
    text-align: right;
}

.ftr-txt a {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ftr-title {
    color: #F5F5F8;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #252744;
    width: 100%;
}

.step-footer-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.ftr-menu {
    list-style: none;
    margin: 0;
    border-radius: 23px;
    border: 1px solid #202041;
    background: #160F2F;
    height: 320px;
    padding: 15px;
}

.ftr-menu:first-child {
    width: 241px;
}

.ftr-menu:last-child {
    width: 323px;
}

.ftr-menu li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.ftr-menu li a {
    width: max-content;
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 11px;
    display: block;
}

.row.ftr-btm-row {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #252744;
    padding-bottom: 25px;
}

.guest-ftr {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}

.guest-ftr::before {
    content: '';
    width: 259px;
    height: 345px;
    border-radius: 345px;
    opacity: 0.6;
    background: #5838E4;
    filter: blur(207px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.guest-ftr::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/hedron.webp');
    width: 408px;
    height: 408px;
    position: absolute;
    right: -130px;
    top: -50px;
    z-index: -1;
    transform-origin: center;
    animation: rotateHero 10s linear infinite;
}

@keyframes rotateHero {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-img2-wrap {
    position: relative;
}

.about-img2-wrap::after {
    content: '';
    position: absolute;
    background-image: url(https://konvertica.com/dev/panelwork/xpanel/img/about-ring.webp);
    width: 149px;
    height: 107px;
    right: -50px;
    top: 10px;
    z-index: -1;
}

.journey-img-wrap {
    position: relative;
    height: 100%;
}

.or-two {
    background-color: #0e0724;
}

.journey-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.journey-img {
    /*max-width: unset;
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);*/
}

.line {
    background: linear-gradient(to right, rgba(65, 65, 86, 1) 0%, rgba(65, 65, 86, 0) 100%);
    display: flex;
    position: relative;
    height: 1px;
    margin: 29px 0;
}

.line::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: rgba(65, 65, 86, 1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: -5px;
}

.journey-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.journey-list .txt {
    color: #F5F5F8;
    line-height: 1.6;
    position: relative;
}

.journey-list .txt::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/badge.webp');
    position: absolute;
    width: 24px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.journey-list .txt {
    color: #F5F5F8;
    line-height: 160%;
    position: relative;
    padding-left: 35px;
}

#journey.mission {
    padding: 150px 0 150px;
    overflow: hidden;
    position: relative;
}

.mission-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.mission-list li {
    flex: 0 0 50%;
    max-width: 50%;
}

.mission .journey-img {
    left: auto;
    right: -240px;
}

.premium-slide-row {
    margin-top: 60px;
}

.premium-why::after {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/why-circle.webp') !important;
}

.why-premium-box-row {
    margin-top: 50px;
}

.why-premium-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 25px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.why-premium-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.why-premium-txt {
    color: #B5B4BA;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.why-premium-box .dot-listing li p::after {
    top: 11px;
    transform: none;
}

.why-premium-box-row1 .why-premium-box {
    min-height: 422px;
}

.why-premium-box-row2 .why-premium-box {
    min-height: 420px;
}

.faq-row .card .btn.btn-link[aria-expanded="true"] {
    color: #B5B4BA;
    background-color: #160F2F;
    border-radius: 10px;
}

#faq.about-faq .faq-row::after {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/half-circle.webp');
    width: 531px;
    height: 531px;
    transform: rotate(-125deg);
    left: -290px;
    top: -260px;
}

.about-faq::before {
    display: none;
}

.term-sec .row {
    display: flex;
    align-items: center;
    align-content: center;
}

.term-img-wrap {
    position: relative;
}

.term-img-wrap::before {
    position: ;
    content: '';
    border-radius: 605.973px;
    opacity: 0.6;
    background: #6E40FF;
    filter: blur(150px);
    width: 280px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    margin: auto;
}

.contactus-img-wrap {
    position: relative;
}

.btn-left {
    margin-left: 10px;
    margin-top: ;
    margin-top: 20px;
}

.btn-left-wrap {
    margin-left: 15px;
}

.contactus-img-wrap::before {
    position: ;
    content: '';
    border-radius: 605.973px;
    opacity: 0.6;
    background: #6E40FF;
    filter: blur(150px);
    width: 280px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    margin: auto;
}

.term-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.term-tabs li {
    flex: 0 0 100%;
    max-width: 100%;
}

.guest .term-tabs li a {
    border-radius: 10px;
    border: 1.5px solid #2E2E54;
    background: #160F2F;
    margin: 0 0 12px;
    padding: 12px;
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    justify-content: flex-start;
}

.term-tab-content {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.auth .term-tab-content {
    background-image: none !important;
    background-size: 100% 100%;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    background-color: #190D3D;
    border: 1px solid #3E2A7A;
}

.term-title {
    display: flex;
    align-items: center;
    align-content: center;
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.term-txt {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.term-txt .term-num {
    color: #3177FF;
    line-height: 140%;
}

.guest .term-tabs li.active a,
.guest .term-tabs li.active a:hover,
.guest .term-tabs li a:hover {
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    border: 1px solid rgba(233, 214, 250, 0.20);
    backdrop-filter: blur(5.833333492279053px);
}

.term-tab-content::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring2.webp');
    width: 226px;
    height: 226px;
    position: absolute;
    right: -110px;
    top: -110px;
    z-index: -1;
}

#term-tab {
    padding: 80px 0;
    overflow: hidden;
}

.contactus-img-wrap {
    position: relative;
}

.contactus-img-wrap::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/spiral.webp');
    width: 492px;
    height: 492px;
    position: absolute;
    right: -350px;
    top: 10px;
    z-index: -1;
}

#contact-sec .premium-slide {
    min-height: 281px;
    margin-top: 80px;
    text-align: center;
}

.contactus-faq .faq-row::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/contactus-faq-img.webp');
    width: 489px;
    height: 690px;
    position: absolute;
    right: -180px;
    top: -510px;
}

#faq.contactus-faq {
    padding: 285px 0 0;
    overflow: hidden;
}

#faq.contactus-faq::before {
    top: 95px;
}

.facebook-img {
    margin: auto;
}

.service-page .row {
    display: flex;
    align-items: center;
    align-content: center;
}

#ser-content-sec {
    padding: 80px 0;
}

.ser-cont-row {
    margin-top: 30px;
}

.ser-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg.webp');
    background-size: 100% 100%;
    padding: 25px;
    border-radius: 20px;
}

.ser-box-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
}

.ser-cont-row2 .ser-box {
    min-height: 385px;
}

#ser-order {
    padding: 45px 0;
    overflow: hidden;
}

#ser-order .steps-box {
    min-height: 250px;
}

#ser-order .steps-row::after {
    display: none;
}

.ser-premium-cont-row .premium-slide {
    min-height: 426px;
    margin-top: 100px;
}

#premium.ser-premium-sec::after {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/cylinder1.webp');
    width: 300px;
    height: 300px;
    top: 0;
    right: -140px;
    left: auto;
}

#premium.ser-premium-sec {
    padding-bottom: 80px;
}

#signup .row {
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex: 0 0 100%;
    max-width: 100%;
}

.signup-left,
.signup-right {
    height: 100vh;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.signup-left-content,
.signup-right-content {
    width: 60%;
    margin: 0 auto;
}

.signup-logo {
    margin-bottom: 50px;
}

.back-btn {
    display: flex;
    align-items: center;
    align-content: center;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/btn-border.webp');
    background-color: transparent;
    background-size: 100% 100%;
    padding: 12px;
    border-radius: 3px;
    max-width: 165px;
    color: #F5F5F8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none !important;
}

.back-img {
    margin-right: 5px;
}

#signup {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
}

.signup-left {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-left-bg1.webp');
    background-position: center;
    position: relative;
}

.signup-left-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 0;
}

.signup-left-content .back-btn {
    margin-bottom: 35px;
}

.signup-left-txt {
    color: #C3C2C3;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.signup-left-content form {
    margin-top: 60px;
}

#signup .form-control,
#signup .form-control::placeholder {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

#signup .form-control {
    border-radius: 10px;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
}

.signup-left::after {
    content: '';
    border-radius: 709px;
    opacity: 0.6;
    background: #261154;
    filter: blur(207px);
    width: 229px;
    height: 709px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#email.inpt-icon img {
    content: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-email.webp');
}

#password.inpt-icon img,
#password_again.inpt-icon img {
    content: url('https://konvertica.com/dev/panelwork/xpanel/img/userlock.webp');
}

.signup-left-content form .btn.btn-primary {
    width: 100%;
    margin: 15px 0 25px;
}

.have-acc a {
    color: #2F80ED;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: underline;
}

.signup-right {
    position: relative;
}

#signup::before {
    content: '';
    position: fixed;
    background-image: url('https://storage2.perfectcdn.com/sw177w/94irzp110zucprq7.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50%;
    height: 100%;
    right: 0;
}

.signup-right-content {
    width: 100%;
    padding: 25px;
}

.signup-right-img {
    display: block;
    margin: 25px auto;
    transform: translateX(80px);
}

.signup-right .txt {
    color: #FFF;
}

.signup-right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-middle-line.webp');
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% 100%;
}

.auth {
    background-color: #0E0724;
}

.sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 278px;
    z-index: 9;
    overflow-y: auto;
    background-color: #190D3D;
    padding: 15px;
}

.sidebar-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: #190D3D;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar-logo-wrap .pinner {
    flex: 0 0 25px;
    max-width: 25px;
}

.sidebar-logo-wrap .sidebar-logo {
    flex: 0 0 calc(100% - 25px);
    max-width: calc(100% - 25px);
}

.sidebar-logo-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgba(42, 42, 60, 1) 0%, rgba(114, 114, 161, 1) 33%, rgba(42, 42, 60, 1) 100%);
    width: calc(100% + 30px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar-profile {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/profile-bg.webp'), linear-gradient(88deg, #180B3C 1.76%, #312257 127.13%);
    padding: 30px 15px;
    border-radius: 12px;
    position: relative;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    overflow: hidden;
    background-position: center center, 100% 100%;
}

.sidebar-profile::before {
    content: '';
    width: 75.326px;
    height: 135.435px;
    transform: rotate(90deg);
    flex-shrink: 0;
    background-color: #253E51;
    filter: blur(61.31847381591797px);
    position: absolute;
    left: 0;
    right: ;
    top: -40px;
    z-index: -1;
}

.sidebar-profile::after {
    content: '';
    width: 165.87px;
    height: 98.152px;
    background-color: #1F2043;
    filter: blur(59.474388122558594px);
    position: absolute;
    right: ;
    right: -40px;
    bottom: -50px;
}

.profile-img-wrap {
    /* background: linear-gradient(180deg, #294881 -18.75%, #675383 100%); */
    /* width: 120px; */
    /* height: 120px; */
    /* border-radius: 120px; */
    /* display: flex; */
    /*  justify-content: center;
  align-items: center;*/
    /* margin: auto auto 20px; */
    /* overflow: hidden; */
    /* position: relative; */
    /* box-shadow: 4.568px -3.984px 3.401px 0.583px rgba(56, 46, 158, 0.40) inset, -4.568px 5.151px 3.401px 0px rgba(255, 255, 255, 0.14) inset; */
    margin-bottom: 10px;
}

.username {
    color: #F5F5F8;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.user-blnce-wrap {
    color: #B5B4BA;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 1;
}

.profile-img {
    /*  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  max-width: 90px;*/
    margin: auto;
}

.eye-btn {
    margin-left: 10px;
    cursor: pointer;
}

.seperator {
    background: linear-gradient(to right, rgba(42, 42, 60, 1) 0%, rgba(114, 114, 161, 1) 33%, rgba(42, 42, 60, 1) 100%);
    display: block;
    width: 100%;
    height: 1px;
    margin: 45px 0 20px;
    border-radius: 10px;
}

.sidebar-menu-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
}

.sidebar-menu li a {
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 13px;
    margin-bottom: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none !important;
}

.sidebar-menu li.active a,
.sidebar-menu li.active a:hover,
.sidebar-menu li a:hover {
    border-radius: 6px;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
    background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
}

.menu-txt {
    margin-left: 10px;
}

.page-wrapper {
    padding-left: 278px;
}

.topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-color: #190D3D;
    padding: 15px;
    margin-bottom: 20px;
}

.topbar-left .pinner {
    display: none;
    margin-right: 15px;
}

.Welcome-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 5px;
}

.Welcome-txt {
    color: #9A90A2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.search-wrap .inpt-icon {
    left: auto;
    right: 10px;
}

.search-wrap .inpt-icon+.form-control {
    padding-left: 15px;
    padding-right: 40px;
    width: 300px;
}

.topbar-right-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
    padding: 0;
}

.topbar-center {
    flex: unset;
    max-width: unset;
    margin-right: 0;
}

/* .topbar-center {
flex: 0 0 25%;
max-width: 25%;
} */
.topbar-right {
    /* flex: 0 0 40%; */
    /* max-width: 40%; */
    margin-left: 10px;
}

.topbar-center .form-group {
    margin: 0;
}

.search-wrap .form-control {
    border-radius: 10px;
    border: 1px solid #1E1E38 !important;
    background: #121224 !important;
    box-shadow: none;
    backdrop-filter: none;
}

.mode {
    min-width: 62px;
    height: 30px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 5px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/mode-bg.webp');
    border-radius: 8px;
}

.stats-box {
    border-radius: 12px;
    background: linear-gradient(110deg, rgba(48, 85, 129, 0.16) -0.55%, rgba(136, 96, 157, 0.16) 100%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.10) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.06) inset;
    background-size: 100% 100% !important;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.stats-box::after {
    content: '';
    border-radius: 258px;
    background: #6E40FF;
    filter: blur(207px);
    width: 258px;
    height: 160px;
    position: absolute;
    right: -70px;
    bottom: -70px;
    z-index: -1;
}

.stats-username {
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
}

.stats-username-txt {
    color: #B5B4BA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.stats-box1 .btn.btn-primary {
    margin: 40px 0 55px;
}

.stats-box1::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/stats-half-circle.webp');
    width: 205px;
    height: 205px;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: -1;
}

.stats-box1 {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/stats-bg.webp'), radial-gradient(50% 50% at 50% 50%, rgba(3, 3, 28, 0.00) 0%, rgba(3, 3, 28, 0.60) 100%);
    background-size: cover;
    background-position: center;
}

.performance-title {
    color: #D232F6;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    padding: 0 0 15px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
}

.performance-title::after {
    content: '';
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgba(42, 42, 60, 1) 0%, rgba(114, 114, 161, 1) 33%, rgba(42, 42, 60, 1) 100%);
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.performance-wrap {
    position: relative;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.performance-box-txt {
    color: #B5B4BA;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.performance-box-title {
    color: #3177FF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    width: 100%;
}

.performance-box {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    min-height: 50px;
    justify-content: space-between;
}

.stats-box1 .row {
    display: flex;
    align-content: center;
}

.performance-box1 {
    left: 0;
    top: 0;
}

.performance-box2 {
    left: 0;
    bottom: 0;
}

.performance-box3 {
    right: 0;
    top: 0;
}

.performance-box4 {
    right: 0;
    bottom: 0;
}

.performance-box3,
.performance-box4 {
    text-align: right;
}

.performance-box::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pointer1.webp');
    width: 52px;
    height: 12px;
    position: absolute;
    right: -20px;
    top: 50%;
}

.performance-box2::after {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pointer3.webp');
    top: 14px;
}

.performance-box3::after {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pointer2.webp');
    right: auto;
    left: -20px;
}

.performance-box4::after {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pointer4.webp');
    right: auto;
    left: -20px;
    top: 14px;
}

.stats-box-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.stats-box-head-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-image: url(https://konvertica.com/dev/panelwork/xpanel/img/clientslide-info-bg.webp);
    background-size: 100% 100%;
}

.stats-box-head-right {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 12px;
}

.stats-box-head-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
}

.stats-box-head-txt {
    color: #3DADFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.stats-box .txt {
    font-size: 12px;
    margin: 0;
}

.stats-box2 {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/total-orders-bg.webp'), linear-gradient(98deg, rgba(0, 95, 206, 0.05) -24.12%, rgba(166, 44, 228, 0.05) 100%);
    background-repeat: no-repeat;
    background-position: 90% 40%, bottom center;
}

.stats-box3 {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/account-spending-bg.webp'), linear-gradient(98deg, rgba(0, 95, 206, 0.05) -24.12%, rgba(166, 44, 228, 0.05) 100%);
    background-position: right bottom;
}

.stats-box4 {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/my-points-bg.webp'), linear-gradient(98deg, rgba(0, 95, 206, 0.05) -24.12%, rgba(166, 44, 228, 0.05) 100%);
    background-repeat: no-repeat !important;
    background-position: right bottom;
}

.stats-box5 {
    background: url('https://konvertica.com/dev/panelwork/xpanel/img/account-status-bg.webp'), linear-gradient(98deg, rgba(0, 95, 206, 0.05) -24.12%, rgba(166, 44, 228, 0.05) 100%);
    background-position: right bottom;
}

.well {
    border-radius: 20px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
}

.social-cate-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.social-cate-title-txt {
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

.social-cate-btn {
    border-radius: 10px;
    border: 1px solid #F10E20;
    background-color: #F10E20;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 12px;
    color: #F5F5F8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    gap: 6px;
    cursor: pointer;
}

.stats-box .txt a {
    color: #F5F5F8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.social-cate-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 30px 0 0 0;
    margin: 0;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.1s linear;
}

.social-cate-list:not(.active) {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.1s linear;
}

.social-cate {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 16px;
    gap: 8px;
    color: #F5F5F8 !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: none !important;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
    backdrop-filter: blur(29px);
}

.social-cate-list-icon {
    line-height: 1;
}

.social-cate-list li {
    flex: 0 0 19.2%;
    max-width: 19.2%;
}

.social-cate:hover,
.social-cate.active {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/social-cat-bg.webp');
    background-size: 100% 100%;
    border-color: transparent;
}

.wrapper.toggle .sidebar-wrap {
    left: -278px;
}

.wrapper.toggle .page-wrapper {
    padding-left: 0;
}

.wrapper.toggle .topbar-left .pinner {
    display: block;
}

.topbar-left {
    display: flex;
    align-items: center;
    align-content: center;
    margin-right: auto;
}

.social-subcate-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 6.4px;
    padding: 30px 0 0 0;
    border-top: 1px solid #28283D;
}

.social-subcate-list li {
    flex: 0 0 8.5%;
    max-width: 8.5%;
}

.social-subcate-list li a {
    display: flex;
    padding: 16px 12px;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
}

.auth-well {
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
}

.auth-well-head {
    border-radius: 19px 18px 0px 0px;
    padding: 15px;
    box-shadow: 7.83px 3px 9.3px 1px rgba(110, 64, 255, 0.17) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    position: relative;
}

.auth-well-body {
    padding: 15px;
}

.nav-tabs1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #30304D;
}

.nav-tabs1 .nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 10px 10px 0 0;
    background-size: 100% 100%;
}

.nav-tabs1 .nav-item a:hover,
.nav-tabs1 .nav-item.active a:hover,
.nav-tabs1 .nav-item.active a {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-bg.webp');
    background-color: transparent;
    border: 0;
}

.nav-tabs1 .nav-item {
    flex: 0 0 14.2%;
    max-width: 14.2%;
}

.search-dropdown .form-control {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #1D1D30;
    box-shadow: none;
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 45px !important;
}

.search-dropdown .form-control::placeholder {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.search-dropdown .input-wrapper__prepend .fas.fa-search {
    display: none;
}

.search-dropdown .input-wrapper__prepend {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/search-img.webp') !important;
    width: 24px;
    height: 24px;
    background-position: center !important;
    opacity: 1 !important;
    z-index: 1;
}

.auth label {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 8px;
}

.auth .form-control {
    box-shadow: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
}

.min-max {
    color: #B5B4BA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.auth form .btn.btn-primary {
    width: 100%;
}

.nav-tabs2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: ;
    border-bottom: 1px solid #30304D;
}

.nav-tabs2 .nav-item a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
}

.nav-tabs2 .nav-item a:hover,
.nav-tabs2 .nav-item.active a:hover,
.nav-tabs2 .nav-item.active a,
.nav-tabs2 .nav-item a:focus {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-bg2.webp');
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
}

#servicename {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ser-label {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
    display: block;
}

body:not(.darkmode) .serdetail-box {
    color: #0E0724;
}

.serdetail-box {
    display: flex;
    padding: 10px;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
    color: #fff;
}

.serdetail-box-txt {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.serdetail-box-wrap {
    margin-bottom: 15px;
}

.massorder-content-row {
    align-items: center;
}

.massorder-content-box::before {
    display: none;
}

.massorder-content-box .stats-username-txt {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.mass-order-nav-tabs {
    justify-content: flex-start;
}

.auth .form-control::placeholder {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.auth-well-head-title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0;
}

.auth-well-head-title {
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
    display: flex;
    width: 72px;
    height: 55px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
}

.auth-well-head-txt {
    flex: 0 0 calc(100% - 72px);
    max-width: calc(100% - 72px);
    padding-left: 15px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.massorder-example-link {
    padding-left: 14px;
    list-style: none;
}

.massorder-example-link li::before {
    content: '';
    background: linear-gradient(91deg, #B232F3 -7.32%, #32B5F3 69.15%);
    width: 6px;
    height: 6px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.massorder-example-link li {
    position: relative;
    color: #C3C2C3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.massorder-img-wrap img {
    display: block;
    margin: auto;
    transform: translateY(15px);
}

#child_panel .stats-username {
    font-size: 28px;
}

.video-child iframe {
    width: 100% !important;
    height: 300px;
}

.stats-user-txt {
    color: #B5B4BA !important;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.c-title {
    color: #B5B4BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.hero-box ul li {
    color: #B5B4BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.step-c-txt {
    color: #B5B4BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.sp-hero {
    color: #F5F5F8;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.step-c-txt b {
    color: #F5F5F8;
}

.step-child {
    padding-top: 15px;
    padding-left: 15px;
}

.massorder-content-row .payment-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 10px 0 0 0;
    justify-content: flex-start;
}

.massorder-content-row .payment-ul li {
    flex: 0 0 120px;
    max-width: 120px;
}

.massorder-content-row .payment-ul .paymeny-box {
    padding: 12px;
    min-height: 53px;
    margin: 0 5px 5px 0;
}

.massorder-content-row .payment-ul .paymeny-box img {
    max-height: 30px;
}

.auth-well-head-title2-wrap .btn.btn-primary {
    min-width: auto;
    padding: 8px 12px;
}

.auth-well-head-title2-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.auth-well-head-title2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.auth-well-head-title2-txt {
    color: #B5B4BA;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.auth-well-head-title2-left {
    padding-right: 15px;
}

.addfund-accordian .card {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
}

.addfund-accordian .card .card-header button {
    padding: 10px 35px 10px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    width: 100%;
    text-align: left;
}

.addfund-accordian .card .card-body {
    padding: 0 15px 15px;
    color: #B5B4BA;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.addfund-accordian .card .card-header button::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/caret.webp');
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content {
    box-shadow: 32px 39px 164px 0px rgba(0, 0, 0, 0.54);
    /* overflow: hidden; */
    border-radius: 20px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
}

.modal {
    z-index: 99999999999;
}

.modal-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0;
}

.modal-title-txt {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 12px;
}

.modal-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: #190D3D;
    box-shadow: 7.83px 3px 9.3px 1px rgba(110, 64, 255, 0.17) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    border-bottom: 1px solid #190D3D;
}

.modal-header::before,
.modal-header::after {
    display: none;
}

.modal-header .close {
    height: 38px;
    width: 38px;
    background-color: #1E1E31 !important;
    display: flex;
    border-radius: 38px;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 1;
    color: #fff;
    font-size: 36px;
    text-shadow: none;
    font-weight: 300;
    position: absolute;
    top: -8px;
    right: -18px;
    z-index: 9999 !important;
}

.modal-header .close {
    height: 38px;
    width: 38px;
    background-color: #1E1E31 !important;
    display: flex;
    border-radius: 38px;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 1;
    color: #fff;
    font-size: 36px;
    text-shadow: none;
    font-weight: 300;
}

.history-table {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.history-table tbody tr td {
    border-top: 1px solid #3E2A7A;
    background-color: #261753;
    backdrop-filter: blur(29px);
    border-bottom: 1px solid #3E2A7A;
    padding: 12px;
}

.history-table tbody tr td:first-child {
    border-left: 1px solid #3E2A7A;
    border-radius: 12px 0 0 12px;
}

.history-table tbody tr td:last-child {
    border-right: 1px solid #3E2A7A;
    border-radius: 0 12px 12px 0;
}

.table-h-box {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/td-h-bg.webp');
    padding: 10px 20px;
    background-size: 100% 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 10px;
    white-space: nowrap;
}

.table-h-box-price {
    background: linear-gradient(258deg, #4DB651 2.68%, #005FCE 98.09%);
}

.auth-well-head-title3-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.auth-well-head-title3-wrap-txt {
    margin-left: 5px;
}

.auth form .btn.btn-primary.auto-width {
    width: max-content;
}

.affiliates-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 7.83px -6.83px 5.83px 0px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
}

.affiliates-box-txt {
    color: #B5B4BA;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.affiliates-box-title {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: nowrap;
}

.affiliates-box-right {
    padding-left: 10px;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.howdoes-txt {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.padding-left-right-zero {
    padding-left: 0;
    padding-right: 0;
}

.affiliates-link {
    padding: 0;
    list-style: none;
    margin: 0;
}

.affiliates-link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #30304D;
}

.affiliates-link-box-left {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.affiliates-link-box-right {
    color: #C3C2C3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.searchbox-wrap {
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
}

.searchbox-wrap .form-control,
.search-wrap .form-control {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #261753;
}

.searchbox-wrap .btn.btn-default,
.search-wrap .btn.btn-default {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 9;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.searchbox-wrap .btn.btn-default+.form-control,
.search-wrap .btn.btn-default+.form-control {
    padding-left: 45px;
}

.searchbox-wrap .dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
    display: flex;
    align-items: center;
    color: #fff;
}

.searchbox-wrap .form-group {
    margin-bottom: 0;
}

.searchbox-wrap .dropdown .dropdown-toggle .caret {
    margin-left: auto;
}

.filter-compulosry-txt {
    margin-left: 8px;
}

.no-padding {
    padding: 0;
}

.my-table tr th {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6 !important;
    padding: 12px !important;
    border: 0 !important;
}

.ser-cat-tr td {
    line-height: 1.4 !important;
    border-top: 1px solid #3E2A7A !important;
    border-bottom: 1px solid #3E2A7A !important;
    background: #261753;
    color: #F5F5F8 !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    border-top: 1px solid #30304D;
}

.my-table tr td {
    padding: 12px !important;
    color: #B5B4BA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.ser-rate {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/rate-bg1.webp');
    border-radius: 10px;
    padding: 10px;
    background-size: 100% 100%;
    min-width: 110px;
    display: flex;
    color: #F5F5F8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.service-description .btn.btn-primary {
    min-width: 86px;
    padding: 12px 12px;
}

.topbar-right-ul li a {
    color: #fff;
}

.service-name {
    width: 100%;
}

.ser-desc-box {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background-color: #261753;
    background-image: none;
}

.ser-desc-box-txt {
    padding-left: 10px;
    white-space: wrap;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.w-100 {
    width: 100% !important;
}

.auth .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #1A1A2C;
}

.auth .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 5px 10px;
}

.auth .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #272746;
    color: #fff;
}

.order-table th {
    background-color: #261753;
}

.order-table tr th:first-child {
    border-radius: 18px 0 0 0;
}

.order-table tr th:last-child {
    border-radius: 0 18px 0 0;
}

.order-id-wrap {
    display: flex;
    align-items: center;
    align-content: center;
}

.copy-btn {
    padding: 0;
    border: 0;
    background: transparent;
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

.order-link-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.order-link-wrap .order-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 0 5px;
    line-height: 1.1;
}

.order-ser-name,
.order-link-td {
    min-width: 200px;
    max-width: 200px;
    white-space: normal;
    word-break: break-word;
}

.order-status {
    color: #FFf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(98deg, #005FCE 0%, #EC38C4 100%);
    padding: 7px 12px;
    min-width: 126px;
}

.order-status.Completed {
    background: linear-gradient(98deg, #005FCE 0%, #19AB1E 100%);
}

.order-status.Canceled {
    background: linear-gradient(98deg, #005FCE 0%, #F44646 100%);
}

.order-status.In.progress {
    margin: 0;
    height: auto;
    background: linear-gradient(98deg, #005FCE 0%, #D4A11F 100%);
}

.order-status.Processing {
    background: linear-gradient(98deg, #005FCE 0%, #19ADDA 100%);
}

.btn.btn-primary.re-order-btn {
    width: max-content;
    min-width: 100px;
    padding: 7px 12px;
}

.auth .nav.nav-pills li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 10px 9px;
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.auth .nav.nav-pills li a img {
    margin-right: 5px;
}

.auth .nav.nav-pills li.active a,
.auth .nav.nav-pills li a.active,
.auth .nav.nav-pills li.active a:hover,
.auth .nav.nav-pills li a:hover {
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
    background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
}

.search-wrap .form-control {
    border-radius: 10px;
    border: 1px solid #3E2A7A !important;
    background: #261753 !important;
}

.ticket-history-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0;
    list-style: none;
    margin: 20px 0 0 0;
}

.ticket-history-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-decoration: none !important;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
}

.ticket-history-list li {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

.ticket-history-icon {
    flex: 0 0 51px;
    max-width: 51px;
}

.ticket-history-content {
    flex: 0 0 calc(100% - 51px);
    max-width: calc(100% - 51px);
    padding-left: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ticket-history-content-left-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.ticket-history-content-left-txt {
    color: #C3C2C3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.ticket-history-content-right {
    text-align: right;
}

.ticket-history-content-right .ticket-history-content-left-txt {
    color: #C3C2C3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.ticket-history-box.unread {
    border-color: #4249d7;
    background-color: #4249d7;
}

.status-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.status-capsule-txt {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-left: 5px;
}

.status-capsule {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: #0B0B1C;
}

.status-ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8;
}

.status-capsule-status {
    min-width: 84px;
    margin-left: auto;
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 6px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
}

.status-capsule.active,
.status-capsule.passed {
    border: 1px solid #3E2A7A;
    background: #241749;
}

.status-capsule.active .status-capsule-status {
    background: linear-gradient(98deg, #005FCE 0%, #19AB1E 100%);
    border: 0;
}

.status-capsule.passed .status-capsule-status {
    background: linear-gradient(98deg, #005FCE 0%, #19ADDA 100%);
    border: 0;
}

.account-feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-feature li {
    flex: 0 0 50%;
    max-width: 50%;
}

.account-feature-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
}

.account-feature-icon {
    border-radius: 40px;
    background: #261753;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.account-feature-txt {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding-left: 9px;
}

.redeem-point-txt {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.redeem-point {
    list-style: none;
    padding: 0;
}

.redeem-point {
    color: #B5B4BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
}

.point-txt b {
    color: #F5F5F8;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
}

.update-status {
    min-width: 315px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 7px 12px;
    border-radius: 10px;
    background: linear-gradient(98deg, #005FCE 0%, #19AB1E 100%);
    color: #F5F5F8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.auth #term-tab .tab-pane {
    display: block;
    opacity: 1;
    height: auto;
}

.auth #term-tab {
    padding: 0;
}

.auth #term-tab .container {
    width: 100%;
}

.ser-create .alert {
    display: none;
}

.white-text {
    color: #fff;
}

.api-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.api-table1 tr td {
    color: #C3C2C3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 12px 10px !important;
}

.api-table1 tr td:last-child {
    text-align: right;
    color: #fff;
    font-weight: 500;
}

.api-table2 thead tr th {
    background-color: #261753;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 12px;
    border: 0 !important;
}

.api-table2 thead tr th:first-child {
    border-radius: 12px 0 0 12px;
}

.api-table2 thead tr th:last-child {
    border-radius: 0 12px 12px 0;
}

.api-table2 tbody tr td {
    border: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    padding: 16px 12px;
    border-bottom: 1px solid #30304D;
}

.example-title {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
}

pre {
    padding: 30px;
    border-color: #261753;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 12px;
    background: #261753;
}

.ticket-message {
    color: #fff;
    border-radius: 10px !important;
    border: 1px solid #3E2A7A !important;
    background: #261753 !important;
}

.ticket-message+.info {
    color: #fff;
}

.files-label {
    color: #fff;
}

.auth .nav.nav-pills li a:focus {
    background-color: transparent;
}

.ser-cont-row-thread {
    display: flex;
    align-items: center;
    justify-content: center;
}

#review-sec {
    position: relative;
    padding-bottom: 50px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.affordable-img-shadow-wrap {
    position: relative;
    margin-left: -50px;
}

.affordable-img-shadow-wrap::before {
    content: '';
    width: 229px;
    height: 446px;
    transform: rotate(90deg);
    border-radius: 446px;
    background: #5838E4;
    filter: blur(175px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.8;
}

.about-content-row,
.premium-slide,
.steps-box,
.stats-wrapper,
.feature-box,
.clientslide,
.why-premium-box,
.ser-box,
.term-tab-content {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
}

.steps-box-num {
    background: linear-gradient(136deg, #7537E6 5.56%, #5838E4 101.7%);
    border: 1.2px solid #97B2FF;
}

.ser-id {
    color: #fff !important;
}

.about-img2-wrap::after {
    content: '';
    border-radius: 605.973px;
    opacity: 0.6;
    background: #6E40FF;
    filter: blur(150px);
    width: 280px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    margin: auto;
}

.mission-img-wrap {
    position: relative;
}

.mission-img-wrap::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pyramid1.webp');
    width: 246px;
    height: 246px;
    position: absolute;
    right: -190px;
    bottom: -90px;
    z-index: -2;
}

.mission-img-wrap::after {
    content: '';
    border-radius: 605.973px;
    opacity: 0.6;
    background: #6E40FF;
    filter: blur(150px);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    margin: auto;
    width: 229px;
    height: 446px;
}

#journey.mission::after {
    content: '';
    width: 265px;
    height: 544px;
    border-radius: 544px;
    opacity: 0.6;
    background: rgba(110, 64, 255, 0.80);
    filter: blur(207px);
    position: absolute;
    bottom: 0;
    left: -150px;
    z-index: -1;
}

#premium.premium-why::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/cylinder1.webp') !important;
    width: 300px;
    height: 300px;
    position: absolute;
    left: -150px;
    top: 60px;
    transform: rotateY(180deg);
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: -2;
}

.service-page .about-img2-wrap::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring2.webp');
    width: 226px;
    height: 226px;
    position: absolute;
    right: -176px;
    top: 0;
}

#ser-content-sec .ser-cont-row1 {
    position: relative;
}

#ser-content-sec .row:nth-child(2)::before {
    content: '';
    position: absolute;
    background-image: url(https://konvertica.com/dev/panelwork/xpanel/img/pyramid1.webp);
    position: absolute;
    left: -150px;
    top: 120px;
    z-index: -1;
    width: 246px;
    height: 246px;
    transform: rotateY(200deg);
}

#ser-content-sec {
    position: relative;
}

#ser-content-sec::before {
    content: '';
    width: 265px;
    height: 544px;
    border-radius: 544px;
    opacity: 0.6;
    background: rgba(88, 56, 228, 0.80);
    filter: blur(207px);
    position: absolute;
    left: -150px;
    top: 0;
    z-index: -1;
}

#ser-order {
    position: relative;
}

#ser-order::before {
    content: '';
    width: 274px;
    height: 544px;
    border-radius: 544px;
    opacity: 0.6;
    background: rgba(88, 56, 228, 0.80);
    filter: blur(207px);
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
}

#ser-order::after {
    content: '';
    width: 355px;
    height: 580px;
    border-radius: 580px;
    opacity: 0.6;
    background: rgba(110, 64, 255, 0.80);
    filter: blur(317px);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.auth-well-head::before {
    content: '';
    width: 276.38px;
    height: 26.297px;
    border-radius: 276.38px;
    background: #6E40FF;
    filter: blur(60px);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.auth-well-head::after {
    content: '';
    width: 338.488px;
    height: 34.266px;
    border-radius: 338.488px;
    background: #5838E4;
    filter: blur(60px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.stats-box1::after {
    content: '';
    background: linear-gradient(110deg, rgba(48, 85, 129, 0.16) -0.55%, rgba(136, 96, 157, 0.16) 100%), 100% 100%;
    box-shadow: 7.83px -6.83px 35.83px 1px rgba(104, 99, 155, 0.21) inset, -7.83px 8.83px 35.83px 0px rgba(255, 255, 255, 0.07) inset;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    bottom: auto;
    border-radius: 0;
    filter: unset;
}

.stats-box1 .row {
    position: relative;
    z-index: 2;
}

.stats-box1 .paymeny-box {
    border-radius: 8px !important;
    border: 1.5px solid #2E2E54;
    background-image: none !important;
    position: relative;
    overflow: hidden;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
}

.stats-box1 .paymeny-box::before {
    content: '';
    width: 10.795px;
    height: 58.511px;
    transform: rotate(90deg);
    border-radius: 58.511px;
    background: #6E40FF;
    filter: blur(25px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.stats-box1 .paymeny-box::after {
    content: '';
    width: 71.66px;
    height: 14.066px;
    border-radius: 71.66px;
    background: #5838E4;
    filter: blur(25px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.status-capsule-spenttxt {
    color: #B5B4BA;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
    margin-left: 12px;
}

.ser-desc-box-title-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.ser-desc-box-title {
    margin-left: 10px;
}

.topsec-btm-shade {
    width: 500px;
    height: 150px;
    border-radius: 933.169px;
    background: #6E40FF;
    filter: blur(125px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 150px;
    z-index: -2;
    opacity: 0.6;
}

.review-container {
    margin-top: 140px;
}

.guest .form-control::placeholder {
    color: #fff;
}

.forgot-password1 .blue-txt {
    text-decoration: underline;
}

.account-table {
    border-spacing: 0 15px;
    border-collapse: separate;
}

.account-table thead tr th {
    border-top: 1.5px solid #2E2E54 !important;
    border-bottom: 1.5px solid #2E2E54;
    background: rgba(110, 64, 255, 0.28);
    padding: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.account-table thead tr th:first-child {
    border-left: 1.5px solid #2E2E54;
    border-radius: 10px 0 0 10px;
}

.account-table thead tr th:last-child {
    border-right: 1.5px solid #2E2E54;
    border-radius: 0 10px 10px 0;
}

.account-status-title-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.account-table tbody tr td {
    border: 1px solid #3E2A7A;
    background: #261753;
    padding: 12px;
}

.account-table tbody tr td:first-child {
    border-left: 1px solid #3E2A7A;
    border-radius: 10px 0 0 10px;
    min-width: 420px;
}

.account-table tbody tr td:last-child {
    border-right: 1px solid #3E2A7A;
    border-radius: 0 10px 10px 0;
}

.account-status-title-txt {
    margin-left: 5px;
}

.account-table tbody tr td img {
    margin: auto;
    display: block;
}

.account-table tbody tr td img.account-status-title-icon {
    margin: 0;
}

#accountstatus .modal-dialog {
    width: 1073px;
}

#instruction_instruction .panel-body {
    box-shadow: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 10px;
    border: 1px solid #3E2A7A;
    background: #261753;
}

.sidebar-logo-wrap .pinner {
    cursor: pointer;
}

.about-img {
    max-width: 500px;
    transform: translateX(-80px);
}

.social-link-ftr li {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.social-link-ftr img {
    transition: all 0.5s ease;
}

.social-link-ftr li:nth-child(1):hover {
    transform: translateY(-10px);
}

.social-link-ftr li:nth-child(2):hover img {
    transform: rotate(360deg);
}

.social-link-ftr li:nth-child(3):hover img {
    transform: scale(1.2);
    opacity: 0.9;
}

.social-link-ftr li:nth-child(4):hover img {
    transform: rotateY(180deg);
}

.social-link-ftr li:nth-child(5):hover img {
    transform: translateY(-15px);
}

.social-link-ftr li:nth-child(6):hover img {
    transform: scale(1.1) rotate(-5deg);
}

.searchbox-wrap .dropdown-menu {
    width: 100%;
    height: 250px;
    overflow-y: auto;
    border-radius: 20px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
}

.searchbox-wrap .dropdown-menu li a {
    white-space: normal;
    word-break: break-word;
    color: #fff !important;
}

.searchbox-wrap .dropdown-menu li a:hover {
    background: #261753;
}

.addfund-accordian .card .card-header button {
    white-space: normal;
    word-break: break-word;
}

.showonmobile {
    display: none;
}

/*.daynightmode-btn {
background-color: #160F2F;
border: 1px solid #202041;
width: 50px;
height: 50px;
position: fixed;
left: 10px;
bottom: 10px;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
border-radius: 100px;
color: #fff;
font-size: 26px;
cursor: pointer;
z-index: 99;
}*/
.darkmode .daymode-img {
    display: none;
}

body.guest:not(.darkmode) {
    background-color: #fff;
}

body.auth:not(.darkmode) {
    background-color: #E7E1FD;
}

body:not(.darkmode) .navbar-nav {
    background: transparent !important;
    box-shadow: none !important;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/navbg-daymode.webp') !important;
    background-size: 100% 100% !important;
    border: 0 !important;
}

body:not(.darkmode) .navbar-hero .nav-link {
    color: #0E0724;
}

body:not(.darkmode) .title-label {
    background: transparent !important;
    box-shadow: none !important;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/navbg-daymode.webp') !important;
    background-size: 100% 100% !important;
    border: 0 !important;
}

body:not(.darkmode) .title-label-txt {
    color: #0E0724;
}

body:not(.darkmode) .login-top {
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(233, 214, 250, 0.20);
    /* background-image: url('https://i.23robo.info/projects/smmxpanel/img/rectangle5627sfsf.webp'); */
    background-repeat: no-repeat;
    background-position: center;
}

body:not(.darkmode) #topsec::before {
    content: '';
    position: absolute;
    width: 605.973px;
    height: 513.281px;
    border-radius: 605.973px;
    opacity: 0.4;
    background: #6E40FF;
    filter: blur(325px);
    z-index: -9;
    right: 100px;
    top: 0;
}

#faq .container {
    position: relative;
}

#faq .container::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/pyramid_2.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 199.887px;
    height: 199.887px;
    transform-origin: center;
    animation: rotateImage 10s linear infinite;
}

body:not(.darkmode) #accountpoint .ser-desc-box-title {
    margin-left: 10px;
    color: #000;
}

body:not(.darkmode) #client .title-sub {
    color: #0E0724;
}

body:not(.darkmode) #grow .blue-txt {
    color: #0E0724;
}

body:not(.darkmode) .review-box .txt {
    color: #000;
}

body:not(.darkmode) #topsec .dot-listing li p {
    color: #635789;
}

body:not(.darkmode) .login-bottom::after {
    display: none;
}

body:not(.darkmode) .login-bottom::before {
    display: none;
}

body:not(.darkmode) .main-title,
body:not(.darkmode) .btn.btn-primary.btn-secondary,
body:not(.darkmode) .login-frm-title {
    color: #0E0724;
}

body:not(.darkmode) .txt,
body:not(.darkmode) .dot-listing li p {
    color: #635789;
}

body:not(.darkmode) .login-bottom {
    background-color: #fff;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/her_soc.webp');
    background-repeat: no-repeat;
    z-index: 999999;
    background-size: 100% auto;
}

body:not(.darkmode) .form-control {
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: #E5E0FA;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: ;
    color: #0E0724;
}

body:not(.darkmode) .form-control::placeholder {
    color: rgba(4, 4, 4, 0.23) !important;
}

body:not(.darkmode) .review-box {
    background: rgba(232, 227, 246, 0.10);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset, 2px 4px 32px rgba(0, 0, 0, 0.14);
}

body:not(.darkmode) .darkmode-img {
    display: none;
}

body:not(.darkmode) .review-box::before,
body:not(.darkmode) .review-box::after {
    display: none;
}

body:not(.darkmode) .light-txt {
    color: rgba(0, 0, 0, 0.50);
}

body:not(.darkmode) .title,
body:not(.darkmode) .tab-title {
    color: #0E0724;
}

body:not(.darkmode) .nav-tabs li a {
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(88, 56, 228, 0.10);
}

body:not(.darkmode) .nav-tabs li a {
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(88, 56, 228, 0.10);
    color: #0E0724;
}

body:not(.darkmode) #term-tab .nav-tabs li.active a,
body:not(.darkmode) #term-tab .nav-tabs li:hover a {
    background-color: rgba(88, 56, 228, 0.10) !important;
    color: #0E0724 !important;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/terms_sahdow_daymode.webp');
}

body:not(.darkmode) .tab-box {
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: #EEEBFC;
    background-image: none;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    background-image: none;
}

body:not(.darkmode) .about-content-row {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/tab-box-bg1-daymode.webp');
}

body:not(.darkmode) .about-title {
    color: #0E0724;
}

body:not(.darkmode) .about-content-row .txt {
    color: #1F1833;
}

#about {
    position: relative;
}

body:not(.darkmode) #about::after {
    content: '';
    width: 207px;
    height: 207px;
    border-radius: 507px;
    opacity: 0.6;
    background: rgba(88, 56, 228, 0.80);
    filter: blur(207px);
    position: absolute;
    right: 0;
    top: 200px;
}

body:not(.darkmode) .premium-row .title-label {
    border-radius: 10px;
    border: 1px solid rgba(233, 214, 250, 0.08) !important;
    background: #FFF !important;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset !important;
    backdrop-filter: blur(5.833333492279053px);
}

body:not(.darkmode) .faq-row-wraps .card .btn.btn-link::before {
    color: #6E40FF;
}

body:not(.darkmode) .faq-row-wraps .card .btn.btn-link[aria-expanded="true"]::before {
    color: #6E40FF;
}

body:not(.darkmode) .history-table tbody tr td {
    background: #E7E1FD;
    border-top: 1px solid #CEC8E1;
    border-bottom: 1px solid #CEC8E1;
}

body:not(.darkmode) .history-table tbody tr td:first-child {
    border-left: 1px solid #CEC8E1;
    border-radius: 12px 0 0 12px;
}

body:not(.darkmode) .history-table tbody tr td:last-child {
    border-right: 1px solid #CEC8E1;
    border-radius: 0 12px 12px 0;
}

body:not(.darkmode) .stats-box .txt a {
    color: #000000;
}

body:not(.darkmode) .sidebar-menu-title {
    color: #000000;
}

.faq-row-wraps .card .btn.btn-link::before {
    content: '\f055';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 30px;
    color: #fff;
}

.faq-row-wraps .card .btn.btn-link[aria-expanded="true"]::before {
    content: '\f056';
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    right: 30px;
}

body:not(.darkmode) #importance::before {
    content: '';
    position: absolute;
    width: 274px;
    height: 395px;
    flex-shrink: 0;
    border-radius: 395px;
    opacity: 0.6;
    background: #261154;
    filter: blur(207px);
    top: 180px;
    left: -80px;
}

body:not(.darkmode) #grow .txt {
    color: #0E0724;
}

.row.selling-row:last-child .txt {
    color: #B5B4BA;
}

body:not(.darkmode) .stats-wrapper .txt {
    color: #5F647C !important;
}

body:not(.darkmode) .row.selling-row:last-child .txt {
    color: #0E0724;
}

body:not(.darkmode) .premium-slide {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
}

body:not(.darkmode) .premium-slide .premium-title {
    color: #0E0724;
}

body:not(.darkmode) .steps-box,
body:not(.darkmode) .stats-wrapper {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/steps-box-bg-daymode.webp');
}

body:not(.darkmode) .steps-box .steps-title {
    color: #0E0724;
}

body:not(.darkmode) .steps-box .steps-txt {
    color: #635789;
}

body:not(.darkmode) .selling-title {
    color: #0E0724;
}

body:not(.darkmode) .selling-txt {
    color: #0E0724;
}

body:not(.darkmode) .dot-listing li p {
    color: #0E0724;
}

body:not(.darkmode) #grow::after {
    opacity: 0.8;
}

body:not(.darkmode) .infobox-title {
    color: #212128;
}

body:not(.darkmode) .infobox-txt {
    color: #5F647C;
}

body:not(.darkmode) .feature-box {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/feature-box-bg-daymode.webp');
}

body:not(.darkmode) .feature-box .feature-title {
    color: #0E0724;
}

body:not(.darkmode) .feature-box .txt {
    color: #635789;
}

body:not(.darkmode) .payment-ul li .paymeny-box {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/paymeny-box-bg-daymode.webp');
}

body:not(.darkmode) .clientslide,
body:not(.darkmode) .importance-box {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/feature-box-bg-daymode.webp');
}

body:not(.darkmode) .clientslide .clientslide-info-title {
    color: #0E0724;
}

body:not(.darkmode) .importance-box .importance-title {
    color: #0E0724;
}

body:not(.darkmode) .contact-list-txt {
    color: #5F647C;
}

body:not(.darkmode) .ftr-title {
    color: #000;
}

body:not(.darkmode) .ftr-menu li a {
    color: #5F647C;
}

body:not(.darkmode) .ftr-txt a {
    color: #6E40FF;
}

body:not(.darkmode) .ser-box {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/ser-box-bg-daymode.webp');
}

body:not(.darkmode) .ser-box .ser-box-title {
    color: #190D3D;
}

body:not(.darkmode) #premium.ser-premium-sec::after {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/cylinder1-daymode.webp');
}

body:not(.darkmode) #premium.premium-why::after {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/cylinder1-daymode.webp') !important;
}

body:not(.darkmode) .why-premium-box-row1 .why-premium-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
}

body:not(.darkmode) .why-premium-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
}

body:not(.darkmode) .why-premium-title {
    color: #0E0724;
}

body:not(.darkmode) .why-premium-txt {
    color: #635789;
}

body:not(.darkmode) .term-tab-content {
    border-radius: 20px;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/ser-box-bg-daymode.webp');
    background-size: 100% 100%;
}

body:not(.darkmode) .account-table tbody tr td {
    background: #E7E1FD;
    border: 1px solid #CEC8E1;
}

body:not(.darkmode) .account-table tbody tr td:first-child {
    border-left: 1px solid #CEC8E1;
}

body:not(.darkmode) .account-table tbody tr td:last-child {
    border-right: 1px solid #CEC8E1;
}

body:not(.darkmode) .term-tab-content .term-title {
    color: #0E0724;
}

body:not(.darkmode) .account-status-title-wrap {
    color: #000000;
}

body.guest:not(.darkmode) .well {
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    border: none;
}

body:not(.darkmode) .auth-well-head-title3-wrap {
    color: #0E0724;
}

body:not(.darkmode) .api-title {
    color: #0E0724;
}

body:not(.darkmode) .api-table1 tr td {
    color: #0E0724;
    border-bottom: 1px solid #252744;
}

body:not(.darkmode) .api-table2 tbody tr td {
    color: #0E0724;
    border-bottom: 1px solid #CEC8E1 !important;
}

body:not(.darkmode) .example-title {
    color: #0E0724;
}

body:not(.darkmode) pre {
    background: rgba(232, 227, 246, 0.10);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset, 2px 4px 32px rgba(0, 0, 0, 0.14);
    color: #0E0724;
    border: none;
}

select.input-sm {
    height: auto;
    line-height: 30px;
}

body:not(.darkmode) .api-table2 thead tr th {
    background: rgba(88, 56, 228, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: #0E0724;
}

body:not(.darkmode) #signup::before {
    content: '';
    position: fixed;
    background-color: #6E40FF;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50%;
    height: 100%;
    right: 0;
}

body:not(.darkmode) .signup-left::after {
    opacity: 0.4;
    background: #6E40FF;
}

body:not(.darkmode) .signup-right::before {
    display: none;
}

body:not(.darkmode) .signup-right-content .title {
    color: #fff;
}

body:not(.darkmode) .signup-right-content .txt {
    color: #fff;
}

body:not(.darkmode) .back-btn {
    color: #190D3D !important;
}

body:not(.darkmode) .signup-left-title {
    color: #190D3D;
}

body:not(.darkmode) .signup-left-txt {
    color: #635789;
}

body:not(.darkmode) #signup .form-control {
    background: #E5E0FA;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    border: none;
    color: #190D3D;
}

body:not(.darkmode) .sidebar-wrap {
    background: #fff;
}

body:not(.darkmode) .sidebar-logo-wrap {
    background: #fff;
}

body:not(.darkmode) .sidebar-logo-wrap::after {
    background: linear-gradient(90deg, rgba(42, 42, 59, 0.00) 0%, #7171A1 32.83%, rgba(42, 42, 59, 0.00) 100%);
}

body:not(.darkmode) .seperator {
    background: linear-gradient(90deg, rgba(42, 42, 59, 0.00) 0%, #7171A1 32.83%, rgba(42, 42, 59, 0.00) 100%);
}

body:not(.darkmode) .sidebar-menu li a {
    color: #010125;
}

body:not(.darkmode) .sidebar-menu li.active a,
body:not(.darkmode) .sidebar-menu li.active a:hover,
body:not(.darkmode) .sidebar-menu li a:hover {
    border-radius: 6px;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
    background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
    color: #fff !important;
}

body:not(.darkmode) .stats-box1 {
    background: url('https://i.23robo.info/projects/smmxpanel/img/shde_new.webp');
    background-size: cover;
}

body:not(.darkmode) .stats-username {
    color: #190D3D;
}

body:not(.darkmode) .stats-username-txt {
    color: #9A90A2;
}

body:not(.darkmode) .performance-title {
    color: #D232F6;
}

body:not(.darkmode) .performance-box-txt {
    color: #190D3D;
}

body:not(.darkmode) .stats-box2,
body:not(.darkmode) .stats-box3,
body:not(.darkmode) .stats-box4,
body:not(.darkmode) .stats-box5 {
    background: url('https://i.23robo.info/projects/smmxpanel/img/shdoss.webp');
}

body:not(.darkmode) .stats-box::after {
    display: none;
}

body:not(.darkmode) .stats-box-head-title {
    color: #010125;
}

body:not(.darkmode) .topbar {
    background: #fff;
}

body:not(.darkmode) .Welcome-title {
    color: #190D3D;
}

body:not(.darkmode) .topbar-center .form-control {
    border: 1px solid #D2CAF0 !important;
    background: #E7E1FD !important;
}

body:not(.darkmode) .well {
    border: 1px solid #CEC8E1;
    background: #FFF;
}

body:not(.darkmode) .social-cate-title-txt {
    color: #010125;
}

body:not(.darkmode) .social-cate-list {
    border-top: 1px solid #CEC8E1;
}

body:not(.darkmode) .social-cate {
    border: 1px solid #D3CEE3;
    background: #E7E1FD;
    backdrop-filter: blur(29px);
    color: #010125 !important;
}

body:not(.darkmode) .auth-well-head {
    border: none;
    background-color: #fff;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    color: #0E0724;
}

body:not(.darkmode) .auth-well {
    border: 1px solid #CEC8E1;
    background: #FFF;
}

body:not(.darkmode) .auth-well .form-control {
    border: 1px solid #CEC8E1 !important;
    background: #E7E1FD !important;
    box-shadow: none;
}

body:not(.darkmode) .auth-well .nav-tabs li a {
    border: none;
    background: transparent;
    color: #0E0724 !important;
}

body:not(.darkmode) .auth-well .nav-tabs1 {
    border-bottom: 1px solid #CEC8E1;
}

body:not(.darkmode) .auth-well-head::before {
    display: none;
}

body:not(.darkmode) #servicename {
    color: #0E0724;
}

body:not(.darkmode) .serdetail-box {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
}

body:not(.darkmode) .serdetail-box .serdetail-box-txt {
    color: #010125;
}

body:not(.darkmode) .nav-tabs1 .nav-item a:hover,
body:not(.darkmode) .nav-tabs1 .nav-item.active a:hover,
body:not(.darkmode) .nav-tabs1 .nav-item.active a {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    border: 0;
}

body:not(.darkmode) .nav-tabs2 .nav-item a:hover,
body:not(.darkmode) .nav-tabs2 .nav-item.active a:hover,
body:not(.darkmode) .nav-tabs2 .nav-item.active a,
body:not(.darkmode) .nav-tabs2 .nav-item a:focus {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-bg2.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
}

body:not(.darkmode) .auth-well-head-txt {
    color: #010125;
}

body.auth:not(.darkmode) .massorder-example-link li {
    color: #B5B4BA;
}

body.auth:not(.darkmode) .auth-well-head::after {
    display: none;
}

body:not(.darkmode) .searchbox-wrap {
    border: 1px solid #CEC8E1;
    background: #FFF;
}

body:not(.darkmode) .searchbox-wrap .dropdown .dropdown-toggle {
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: #E5E0FA;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    color: #0E0724;
}

body:not(.darkmode) .dropdown .dropdown-menu {
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: #E5E0FA;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    color: #0E0724;
}

body:not(.darkmode) .searchbox-wrap .dropdown-menu li a {
    color: #010125 !important;
}

body:not(.darkmode) .my-table tr th {
    color: #010125;
}

body:not(.darkmode) .my-table tr td {
    color: #010125;
    border-top: 1px solid #CEC8E1 !important;
}

body:not(.darkmode) .ser-cat-tr td {
    border: 1px solid #CEC8E1 !important;
    background: #E7E1FD;
    color: #010125 !important;
}

body:not(.darkmode) .ser-id {
    color: #010125 !important;
}

body:not(.darkmode) .ser-rate {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
    color: #010125;
}

body:not(.darkmode) .social-cate:hover,
body:not(.darkmode) .social-cate.active {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/social-cat-bg.webp');
    background-size: 100% 100%;
    border-color: transparent;
    color: #fff !important;
}

body:not(.darkmode) .nav.nav-pills li a {
    color: #010125;
}

body:not(.darkmode) .search-wrap .form-control {
    border: 1px solid #D2CAF0 !important;
    background: #E7E1FD !important;
}

body:not(.darkmode) .order-table th {
    background: #fff;
}

body:not(.darkmode) .nav.nav-pills li.active a,
body:not(.darkmode) .nav.nav-pills li a.active,
body:not(.darkmode) .nav.nav-pills li.active a:hover,
body:not(.darkmode) .nav.nav-pills li a:hover {
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
    background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
    color: #fff;
}

body:not(.darkmode) .order-link-wrap .order-link {
    color: #010125;
}

body:not(.darkmode) .modal-header {
    background: #fff;
}

body:not(.darkmode) .modal-title-txt {
    color: #010125;
}

body:not(.darkmode) .modal-content {
    background: #fff;
    border: none;
}

body:not(.darkmode) .modal-content .ser-desc-box {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
}

body:not(.darkmode) .modal-content .ser-desc-box .ser-desc-box-txt {
    color: #010125;
}

body:not(.darkmode) .auth-well-head-title2 {
    color: #190D3D;
}

body:not(.darkmode) .addfund-accordian .card {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
}

body:not(.darkmode) .addfund-accordian .card .card-header button {
    color: #010125;
}

body:not(.darkmode) .addfund-accordian .card .card-body {
    color: #635789;
}

body:not(.darkmode) #instruction_instruction .panel-body {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
}

body:not(.darkmode) .addfund-accordian .card .card-header button::after {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/mamo.webp');
}

body.auth:not(.darkmode) .payment-ul .paymeny-box {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/shd_btn.webp') !important;
    box-shadow: none;
    border: none;
}

body.auth:not(.darkmode) .stats-box1 .paymeny-box::before {
    display: none;
}

body.auth:not(.darkmode) .stats-box1 .paymeny-box::after {
    display: none;
}

body:not(.darkmode) pre {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
}

body.auth:not(.darkmode) .affiliates-box-txt {
    color: #010125;
}

body.auth:not(.darkmode) .api-table1 tr td {
    border-bottom: 1px solid #CEC8E1 !important;
}

body:not(.darkmode) .searchbox-wrap .dropdown-menu li a:hover {
    color: #fff !important;
}

body.auth:not(.darkmode) .affiliates-box-title {
    color: #635789;
}

body.auth:not(.darkmode) .status-capsule.active,
body.auth:not(.darkmode) .status-capsule.passed {
    background: #CAC2EA;
    border: none;
}

body.auth:not(.darkmode) .status-capsule.null {
    background: #e7e1fd;
}

body.auth:not(.darkmode) .status-capsule-status {
    color: #010125;
    border: 1px solid #CEC8E1;
    background: #fff;
}

body.auth:not(.darkmode) .status-capsule.active .status-capsule-status {
    background: linear-gradient(98deg, #005FCE 0%, #19AB1E 100%);
    border: 0;
    color: #fff;
}

body.auth:not(.darkmode) .status-capsule-txt {
    color: #010125;
}

body.auth:not(.darkmode) .point-txt b {
    color: #B5B4BA;
}

body.auth:not(.darkmode) .account-feature-txt {
    color: #635789;
}

body.auth:not(.darkmode) .redeem-point-txt {
    color: #010125;
}

body.auth:not(.darkmode) .redeem-point {
    color: #635789;
}

body.auth:not(.darkmode) .ticket-history-box {
    border: 1px solid #CEC8E1;
    background: #E7E1FD;
}

body.auth:not(.darkmode) .ticket-history-box .ticket-history-content-left-title {
    color: #010125;
}

body.auth:not(.darkmode) .ticket-history-box .ticket-history-content-left-txt {
    color: #635789;
}

body.auth:not(.darkmode) .files-label {
    color: #190D3D;
}

body.auth:not(.darkmode) .ticket-message {
    border: 1px solid #CEC8E1 !important;
    background: #CAC2EA !important;
    color: #010125;
}

body.auth:not(.darkmode) .term-tab-content {
    border-radius: 20px;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/ser-box-bg-daymode.webp');
    background-size: 100% 100%;
    background: #fff;
    border: 1px solid #CEC8E1;
}

body.auth:not(.darkmode) .affiliates-link-box-left {
    color: #010125;
}

body.auth:not(.darkmode) .affiliates-link-box-right {
    color: #635789;
}

.faq-row-wraps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}

.cont-sec .faq-row-wraps::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/cnt_imgd.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: -35%;
    right: 0;
    background-position: right;
    transform: translateY(-40%);
    z-index: -1;
}

.faq-row-wraps .card {
    border-radius: 16px;
    border: 1px solid #202041;
    background: #160F2F;
    margin-bottom: 15px;
}

.faq-row-wraps .card .sp-step {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 12px;
    border: none;
    background: linear-gradient(136deg, #7537E6 -14.24%, #5838E4 62.83%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-right: 14px;
}

.faq-row-wraps .card .btn.btn-link {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    white-space: wrap;
    text-align: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px;
    width: 100%;
}

.faq-row-wraps .card:has(.btn.btn-link[aria-expanded="true"]) {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/shd_e_faq.webp');
    background-size: auto;
    backdrop-filter: blur(29px);
    margin-bottom: 12px;
}

.faq-row-wraps .card .txt {
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.14);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-left: 15px;
}

.faq-row-wraps .card .card-body {
    border-top: 1px dashed rgba(255, 255, 255, 0.14);
    padding-top: 15px;
}

body:not(.darkmode) .faq-row-wraps .card {
    background: #fff;
    border: 1px solid rgba(40, 40, 76, 0.28);
}

body:not(.darkmode) .faq-row-wraps .card .btn.btn-link {
    color: #000000;
}

body:not(.darkmode) .faq-row-wraps .card .txt {
    color: #635789;
}

body:not(.darkmode) .faq-row-wraps .card:has(.btn.btn-link[aria-expanded="true"]) {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/wht_faq.webp');
    background-size: auto;
    backdrop-filter: blur(29px);
    margin-bottom: 12px;
}

body:not(.darkmode) .faq-row-wraps .card .card-body {
    border-top: 1px dashed rgba(0, 0, 0, 0.14);
    padding-top: 15px;
}

body:not(.darkmode) .faq-row-wraps .card .btn.btn-link[aria-expanded="true"] {
    color: #5838E4;
}

/* slaes pages  */

.childpanel3-first-row .childpanel-3-title {
    font-weight: 900 !important;
    font-size: 35px !important;
}

.childpanel-3-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    color: #F5F5F8;
    margin-bottom: 15px;
}

.row.childpanel3-first-row .nav-tabs {
    margin-top: 60px;
    margin-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #d1ced5;
}

.row.childpanel3-first-row .nav-tabs li {
    flex: 0 0 auto;
    max-width: unset;
}

.row.childpanel3-first-row .nav-tabs li a.active,
.row.childpanel3-first-row .nav-tabs li a.active:hover,
.row.childpanel3-first-row .nav-tabs li a:hover {
    color: #3DADFF;
}

.row.childpanel3-first-row .nav-tabs li a {
    color: #F5F5F8;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    position: relative;
    border: 0;
    padding: 22px 15px;
    margin: 10px 0;
    background: transparent;
}

.row.childpanel3-first-row .nav-tabs li a {
    font-size: 18px;
}

.main-panel {
    padding: 50px 0;
}

.theme-wraper {
    background-color: #190D3D;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #3E2A7A;
    margin-bottom: 25px;
}

.theme-wraper-template a {
    position: relative;
    display: block;
}

span.theme-view {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 30%);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #7750f6;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(255, 255, 255, 99%);
    opacity: 0;
    border-radius: 8px;
}

.theme-wraper-title {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0 0;
    color: #F5F5F8;
}

.theme-wraper-detail-btn {
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

.theme-wraper-btn {
    display: flex;
    font-weight: 700;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 0 5px;
}

.theme-wraper-template a:hover .theme-view {
    opacity: 1;
}

.theme-wraper:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 40%);
    /* transition: .3s linear; */
}

#viewdetail .modal-title {
    color: #fff;
    font-size: 16px;
}

#viewdetail #theme-detail li p {
    color: #fff;
}

#viewdetail .view {
    color: #3DADFF;
}

#login-modal .modal-title,
#login-modal1 .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #F5F5F8;
}

#login-modal label {
    color: #F5F5F8;
}

body:not(.darkmode) .login-with-google {
    background: url('https://i.23robo.info/projects/smmxpanel/img/gool.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #000 !important;
}

body:not(.darkmode) .login-g-svg {
    color: #000;
}

body:not(.darkmode) .or-wrap {
    color: #5838E4;
    background: #f4f1fd;
}

body:not(.darkmode) .or-wrapper::after {
    content: '';
    background: #000000;
    opacity: 0.23;
}

body:not(.darkmode) .account-table thead tr th {
    background: #010125;
}

body:not(.darkmode) .step-c-txt b {
    color: #000;
}

body:not(.darkmode) .sp-hero {
    color: #000;
}

.childoption-row {
    margin-bottom: 15px;
    margin-top: 20px;
}

.childoption-wrap {
    position: relative;
}

.childoption {
    display: flex;
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    padding: 15px;
    border-radius: 12px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    min-height: 162px;
    text-decoration: none !important;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

.childoption {
    min-height: 80px;
    position: relative;
    overflow: hidden;
}

.childoption .childoption-txt {
    padding-bottom: 0;
}

.childoption-txt,
.childoption-img {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    text-shadow: 0 0 2px #000;
}

.childoption-txt {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    padding-right: 50px;
    padding-bottom: 50px;
}

.childoption-img {
    max-width: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.childoption-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 0;
}

.childoption::after {
    content: '';
    position: absolute;
    width: 194px;
    height: 194px;
    right: -67px;
    bottom: -67px;
    background-color: rgba(255, 255, 255, 21%);
    border-radius: 100%;
    z-index: 0;
}

.childoption {
    margin-bottom: 10px;
}

.row.childpanel3-first-row .nav-tabs+.row {
    margin-top: 40px;
}

a.view,
span.view {
    background: #211A38;
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

table.table.theme-pricing-table td {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

.table.theme-pricing-table thead tr th {
    color: #fff;
}

#viewdetail .modal-dialog {
    width: 700px;
}

#viewdetail .modal-dialog .btn.btn-primary {
    min-width: 150px;
    justify-content: center;
    margin: auto;
}

.theme-pricing-table th,
.theme-pricing-table td {
    vertical-align: middle;
    text-align: center;
}

.theme-pricing-table tr td:first-child,
.theme-pricing-table tr th:first-child {
    text-align: left;
}

#feature-sec {
    padding: 80px 0;
}

.premium-integration .smm-integration,
.premium-integration .smm-integration-table-box {
    min-height: 420px;
}

.smm-integration {
    min-height: 357px;
    margin-bottom: 15px;
    background-color: #190D3D;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #3E2A7A;
}

.smm-integration-img-wrap {
    margin-bottom: 12px;
}

.smm-api-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.smm-api-subtitle {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 2px;
    color: #fff;
}

.smm-integration .btn.btn-primary {
    width: 100%;
    margin-top: 7px;
    font-weight: 800;
}

.smm-integration {
    text-align: center;
}

.premium-integration .smm-integration,
.premium-integration .smm-integration-table-box {
    min-height: 420px;
}

.smm-integration-table-box {
    margin-bottom: 15px;
    background-color: #190D3D;
    padding: 15px;
    border-radius: 12px;
    min-height: 357px;
    border: 1px solid #3E2A7A;
}

.smm-api-title {
    font-size: 20px;
    font-weight: 700;
}

.smm-api-table tr th,
.smm-api-table tr td {
    background-color: #261753;
    border: 1px solid #3E2A7A;
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle;
    height: 53.6px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.table.smm-api-table .step-premium {
    color: #3DADFF;
}

#steps-sec {
    padding: 60px 0;
}

.steps-row-wrap {
    padding: 45px !important;
    align-items: center;
    align-content: center;
    border-radius: 20px;
}

.steps-row-wrap1 {
    background-color: #261753;
    margin-bottom: 20px;
    border: 1px solid #3E2A7A;
}

.step-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -1.02px;
}

.step-main-title {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.02px;
}

.steps-row-wrap .txt {
    color: #fff;
}

.row.mode-row {
    position: relative;
}

.row.mode-row {
    padding: 25px;
    border-radius: 12px;
    background-color: #190D3D;
    border: 1px solid #3E2A7A;
}

.steps-mode-title-small {
    color: #fff;
}

.steps-img-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: #7750f670;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    opacity: 0;
}

.mode-row .steps-img-wrap {
    border: 2px solid #7750f6;
}

.steps-img-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.steps-img-wrap:hover .steps-img-preview {
    opacity: 1;
}

.steps-mode-title {
    font-size: 20px;
    margin: 20px 0;
    color: #fff;
    text-align: center;
}

.smm-integration-table-box .btn.btn-primary {
    margin: auto;
    justify-content: center;
}

.smm-api-table tr td:last-child {
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.steps-mode-title-small {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px 0 0;
}

#steps-sec .title {
    margin-bottom: 60px;
}

.steps-img-wrap+.steps-mode-title-small {
    margin-top: 10px;
}

.reset-password {
    padding: 80px 0;
}

.reset-password h3 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.reset-password .control-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.signup-left .or-wrap {
    background: #0e0724;
}

body:not(.darkmode) #faq .blue-txt {
    color: #190D3D;
}

.remember-me-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    padding-left: 0 !important;
}

.remember-me-checkbox {
    display: none;
}

.remember-me-checkbox+.remember-me-text::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

body:not(.darkmode) .remember-me-checkbox+.remember-me-text::before {
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: #E5E0FA;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
}

.remember-me-checkbox:checked+.remember-me-text::before {
    background-color: #2F80ED;
    border-color: #2F80ED;
    animation: scale-up 0.3s ease-out forwards;
}

body:not(.darkmode) .remember-me-checkbox:checked+.remember-me-text::before {
    background-color: #2F80ED;
    border-color: #2F80ED;
    animation: scale-up 0.3s ease-out forwards;
}

.set-btn-user {
    display: flex !important;
    gap: 15px !important;
    padding: 0;
    margin-bottom: 15px;
}

.forgot-password1,
.reminder-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px !important;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 27px;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

.forgot-password1 i,
.reminder-icon i {
    color: #fff;
}

.reminder #remember:checked+.reminder-icon {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.reminder #remember {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    border-radius: 12px !important;
    z-index: 1;
}

.set-btn-user svg {
    width: 30px;
    color: #fff;
}

.set-btn-user .forgot-password1 {
    position: relative;
    z-index: 999;
}

/* animatio-btn  */
.btn-animate {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* transition: all 0.3s ease; */
}

.icon {
    margin-right: 10px;
    /* transition: opacity 1s ease, transform 1s ease;  */
}

.button-text {
    /* transition: opacity 1s ease, transform 1s ease; */
}

.btn-animate::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #190D3D;
    /* transition: left 1s ease, border-radius 1s ease;  */
    z-index: -1;
    border-radius: 30px;
}

.btn-animate.sending .icon,
.btn-animate.sending .button-text {
    transform: translateX(100%) !important;
    /* Both icon and text will move right */
}

.btn-animate.sending::after {
    left: 0;
    border-radius: 8px;
}

.btn-animate.sending.completed::after {
    left: 100%;
    border-radius: 0;
}

.btn-animate.sending .button-text.sent-text {
    opacity: 1;
    transform: translateX(0);
    animation: textFadeIn 1s
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-animate.completed .icon {
    opacity: 1;
    transform: rotate(0deg);
}

.btn-animate.completed .button-text {
    opacity: 1;
    transform: translateX(0);
    animation: textFadeIn 0.3s forwards;
}

.btn-animate:hover {
    animation: unset !important;
    transform: scale(1) !important;
}

/* signup button aniamte  */
#submit-button {
    position: relative;
}

.submit-button-animate {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    right: auto;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 0;
}

#submit-button1 {
    position: relative;
    height: 56px;
}

.submit-button-animated {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    overflow: hidden;
}

.animated .icon {
    transform: rotate(45deg);
}

.animated .submit-button-animated {
    width: 0;
    right: 0;
    left: auto;
}

.animated .submit-button-animate {
    background-color: #5730bd;
    width: 100%;
    left: 0;
    opacity: 1;
    height: 56px;
    line-height: 56px;
}

.submit-button-animate,
.submit-button-animated,
.animated .submit-button-animate,
.animated .submit-button-animated {
    /* transition: 2s ease; */
}

@keyframes borderradius {
    0% {
        border-radius: 0 100px 100px 0;
    }

    100% {
        border-radius: 0 0 0 0;
    }
}

@keyframes iconrotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

.smmbng .main-title {
    font-size: 40px;
}

.smmbng .btn-wrap {
    padding-top: 20px;
}

.smmbng .login-img {
    bottom: unset;
    top: 0;
    right: 0;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    animation: unset;
}

.smm-Best .blue-txt {
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    line-height: 125%;
}

.in-likes .ser-box {
    min-height: 200px !important;
}

.smm-Best::before {
    display: none;
}

.cntry-pages .smm-Best .steps-box {
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    min-height: auto !important;
    margin-top: 40px !important;
    width: 90%;
    margin: auto;
}

.cntry-pages .smm-Best .steps-box .txt {
    width: 85%;
}

.cntry-pages #review-sec::before {
    content: '';
    position: absolute;
    top: -250px;
    left: -80px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pyramid1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 308px;
    height: 308px;
    transform-origin: center;
    animation: rotateImage 10s linear infinite;
    z-index: -1;
}

.title-blue {
    color: #3DADFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.smm-how::before {
    content: '';
    position: absolute;
    width: 226px;
    height: 906px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-radius: 906px;
    background: #7537E6;
    filter: blur(300px);
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}

.smm-how::after {
    background-image: unset !important;
    width: 226px !important;
    height: 906px !important;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-radius: 906px;
    background-color: #7537E6;
    filter: blur(300px);
    top: -34% !important;
    bottom: unset !important;
    left: 0 !important;
    right: 0;
    margin: auto;
}

.steps-box-do .selling-title {
    font-size: 28px;
}

.steps-box-do .dot-listing li p {
    font-size: 14px;
}

.steps-box-do {
    min-height: 509px;
    margin-bottom: 50px;
}

.import-sec {
    padding-top: 0 !important;
}

.import-sec .importance-box {
    text-align: left;
    justify-content: start;
    min-height: 221px;
    align-content: flex-start;
}

.import-sec .importance-box .importance-title {
    font-size: 20px;
}

.import-sec .importance-box .importance-txt.txt {
    font-size: 14px;
}

.import-sec .importance-img-wrap::before {
    top: auto;
    bottom: 96px;
}

.import-sec .importance-img-wrap::after {
    top: auto;
    top: 95px;
}

.why-skyrocket .txt {
    font-size: 14px;
}

.why-skyrocket .feature-box {
    align-content: flex-start !important;
}

.why-skyrocket {
    padding-bottom: 0 !important;
}

.smm-custom {
    padding-top: 0 !important;
    background-image: none !important;
}

.smm-custom::after {
    display: none;
}

#smm-get .title {
    font-size: 34px !important;
}

#smm-get .steps-box {
    justify-content: center;
    min-height: auto;
}

.cntry-pages #why .steps-box {
    min-height: 260px;
}

body:not(.darkmode) .smm-how::after {
    opacity: 0.4;
}

.cntry-pages .dot-list li p::after {
    display: none;
}

.row.refund-txt .steps-box {
    min-height: auto;
    margin-top: 30px;
}

.well-banner {
    padding: 0;
}

.well-banner img {
    border-radius: 20px;
}

.step-table {
    border-radius: 20px;
    border: 1.5px solid #2E2E54;
    background: #010125;
    padding: 20px;
    margin-top: 30px;
}

.step-table table tr th {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    background: #6138e5;
    backdrop-filter: blur(5.833333492279053px);
    border: none;
}

.step-table table tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.step-table table tr th:last-child {
    border-radius: 0 10px 10px 0;
}

.step-table table tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.step-table table tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.step-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.step-table table tr td {
    color: #B5B4BA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background: #211A38;
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.import-sec {
    padding-bottom: 0 !important;
}

.but-fb .ser-box {
    min-height: 280px;
    margin-bottom: 20px;
}

.but-fb .txt.text-center {
    padding-bottom: 30px;
}

.smm-buys {
    padding-top: 0 !important;
    padding-bottom: 120px !important;
}

.superior-slider-nav .slick-arrow {
    border-radius: 14px;
    width: 41px;
    height: 41px;
    padding: 6px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    margin: 0 2px;
    background: linear-gradient(136deg, #7537E6 5.56%, #5838E4 101.7%);
    border: 1.2px solid #97B2FF;
}

.superior-slider-nav .slick-arrow i {
    font-weight: 300;
}

.why-hero .text-left {
    text-align: left;
    font-size: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.why-hero .why-img {
    top: 12px;
}

.row.row-bb {
    padding-bottom: 80px;
}

body:not(.darkmode) .step-table {
    border-radius: 20px;
    border: none;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/steps-box-bg-daymode.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body:not(.darkmode) .step-table table tr td {
    border: 1px solid #CEC8E1;
    background: #FFF;
    color: #2E2E54;
}

body:not(.darkmode) .ftr-menu {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/ser-box-bg-daymode.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

#contact-info {
    padding: 80px 0;
}

.contact-info-ul {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 45px 0 85px;
    justify-content: space-between;
}

.contact-info-link {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/premium-slide-circle1.webp');
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cntry-pages .smmbng .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#best-str .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#best-str {
    padding: 80px 0;
    position: relative;
}

#best-str::before {
    content: '';
    position: absolute;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right;
    top: -18%;
    transform: translateY(-150px);
    right: -78px;
}

#benefits-of-social .slide-social-wrapper .ser-box {
    margin-left: 15px;
    min-height: 300px;
}

#benefits-of-social .superior-slider-nav1 {
    margin: 50px auto;
    justify-content: center;
    display: flex;
}

#benefits-of-social .superior-slider-nav1 button {
    background: url('https://i.23robo.info/projects/smmxpanel/img/cirlceslide.webp');
    background-repeat: no-repeat;
    border: none;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
    margin: 3px;
    color: #fff;
}

.b-txt {
    color: #3DADFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

#our-exclusive .ser-box-title {
    margin: 10px 0;
}

.text-brds {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 20px;
}

.step-cntry li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    gap: 8px;
    color: #B5B4BA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.step-cntry li:first-child {
    padding-top: 15px;
}

.step-cntry li:last-child {
    padding-bottom: 30px;
}

#our-exclusive .btn.btn-primary {
    width: 100%;
    max-width: 100%;
}

#how-to-social .ser-box .card-img-top img {
    margin-left: auto;
}

.img-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 40px;
}

#how-to-social .ser-box span {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -45px;
    margin-bottom: 0;
}

#how-to-social .ser-box h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

#how-to-social .ser-box p {
    color: #B5B4BA;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

#how-to-social .ser-box {
    margin-bottom: 20px;
    min-height: 353px;
}

.img-txts {
    display: flex;
    align-items: center;
}

.ser-box-hero {
    min-height: 728px !important;
    overflow: hidden;
}

.img-mans {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}

#how-to-social {
    padding: 100px 0;
}

#best-str .btn-wrap {
    margin-top: 20px;
}

#types-sec .btn-wrap {
    margin-left: auto;
    justify-content: end;
}

#types-sec .txt {
    width: 90%;
}

#types-sec {
    padding-bottom: 80px;
    position: relative;
}

#types-sec .steps-box {
    display: block;
    min-height: 320px;
}

#types-sec .steps-box .steps-box-num {
    background: url('https://i.23robo.info/projects/smmxpanel/img/rboxx.webp');
    border: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 15px;
    margin-left: 10px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 34px;
}

#types-sec::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/image75s.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    bottom: 34px;
    right: -88px;
}

.how-avoid .row {
    position: relative;
}

.how-avoid .row::before {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/spiral.webp');
    width: 492px;
    height: 492px;
    position: absolute;
    left: -250px;
    bottom: -194px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#benefits-of-social {
    position: relative;
    z-index: 9999;
}

.how-avoid {
    padding-top: 0 !important;
}

.best-rows-one {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
}

.best-rows-one::before {
    display: none;
}

.row.step-others-row {
    border-radius: 20px;
    border: 1.5px solid #2E2E54;
    background: #010125;
    padding: 30px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.mt-row-top {
    margin-top: 0 !important;
}

.row.step-others-row::before {
    content: '';
    position: absolute;
    width: 274.639px;
    height: 561.913px;
    transform: rotate(90deg);
    flex-shrink: 0;
    border-radius: 561.913px;
    background: #6E40FF;
    filter: blur(176.85000610351562px);
    top: -250px;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}

.row.step-others-row::after {
    content: '';
    position: absolute;
    width: 274.639px;
    height: 561.913px;
    transform: rotate(90deg);
    flex-shrink: 0;
    border-radius: 561.913px;
    background: #6E40FF;
    filter: blur(176.85000610351562px);
    bottom: -250px;
    right: 0;
    opacity: 0.4;
    z-index: -1;
}

.row.step-others-row .blue-txt {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    padding-top: 30px;
}

.smm-gets-wrapper .row.steps-box {
    align-items: center;
    padding-bottom: 50px;
}

.row.step-others-row .title {
    font-size: 38px;
}

.smm-gets-wrapper .row.steps-box img {
    margin-left: auto;
    margin-top: 0;
}

.tb-cards {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/abg.webp');
    background-size: 100% 100%;
    padding: 25px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 999;
}

.tb-cards h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.tb-cards h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.features-boxes li {
    border-radius: 12px;
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    height: 60px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    display: flex;
    align-items: center;
    padding: 6px;
}

.f-img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #0E0725;
    border: 1.5px solid #2E2E54;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.importance-row-one {
    margin-top: 0;
}

.super-refund .row.steps-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 40px;
}

.super-refund .row.steps-box img {
    margin-left: auto;
}

.perium-wrapper::after {
    display: none;
}

.title-pinks {
    color: #D232F6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.reviews-wrapper {
    padding-bottom: 80px !important;
}

.benefits-wrapper::before {
    content: '';
    position: absolute;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right;
    top: -18%;
    transform: translateY(-150px);
    right: -78px;
}

.perium-wrapper .btn.btn-primary {
    width: 100%;
}

.best-str-wrapper::before {
    display: none;
}

.super-top {
    padding-top: 50px !important;
}

.ser-box-heros {
    min-height: auto !important;
}

.ser-box-heros .btn.btn-primary {
    min-width: 267px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: -50px;
    margin-top: 40px;
}

.ser-box-heros .title {
    padding-top: 30px;
}

#the-slider {
    padding-top: 100px;
}

#the-slider .superior-slider-nav2 button {
    background: url('https://i.23robo.info/projects/smmxpanel/img/cirlceslide.webp');
    background-repeat: no-repeat;
    border: none;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
    margin: 3px;
    color: #fff;
}

#types-sec .steps-box-right {
    max-width: calc(100% - 50px) !important;
    flex: 0 0 calc(100% - 50px) !important;
}

.how-keepss .row::before {
    display: none;
}

.best-str-wrapper-one::after {
    content: '';
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/spiral.webp') !important;
    width: 492px !important;
    height: 492px !important;
    position: absolute !important;
    left: -150px;
    bottom: -111px !important;
    z-index: -1 !important;
    background-repeat: no-repeat !important;
}

.the-slider-wrapper {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.superior-slider-nav2 {
    padding-top: 20px;
}

.benefits-wrapper-one .superior-slider-nav1 {
    margin-top: 0 !important;
}

.step-yt-card {
    border-radius: 20px;
    background: linear-gradient(180deg, #150B33 0%, #120B26 100%);
    padding: 15px;
    margin-top: 30px;
    min-height: 344px;
}

.step01 {
    border-top: 0.5px solid #5838E4;
}

.step02 {
    border-top: 0.5px solid #D232F6;
}

.step03 {
    border-top: 0.5px solid #5838E4;
}

.step04 {
    border-top: 0.5px solid #D232F6;
}

.step-yt-card h3 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step-yt-card h6 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step-yt-card .txt {
    font-size: 14px;
    line-height: normal;
    height: 72px;
    overflow: auto;
    scrollbar-width: none;
}

.step-yt-card img {
    padding-top: 10px;
}

#how-does {
    position: relative;
    padding-bottom: 100px;
    z-index: 9;
}

#how-does::before {
    content: '';
    position: absolute;
    top: -250px;
    left: -80px;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/pyramid1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 308px;
    height: 308px;
    transform-origin: center;
    animation: rotateImage 10s linear infinite;
    z-index: -1;
}

#how-does::after {
    content: '';
    position: absolute;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    bottom: -18%;
    transform: translateY(-150px);
    right: -78px;
    z-index: -1;
}

.best-stra::before {
    display: none;
}

.best-stra .txt.selling-txt {
    font-size: 14px;
}

.btn-bests .btn-secondary {
    min-width: 114px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: #211A38 !important;
}

.btn-bests .btn.btn-primary {
    min-width: 114px;
    height: 48px;
}

.best-stra .ser-box-title {
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: unset;
}

.best-stra-img {
    position: relative;
}

.best-stra-img::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/bracketsimg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -52px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.best-stra-img::after {
    content: '';
    position: absolute;
    width: 412px;
    height: 412px;
    flex-shrink: 0;
    border-radius: 412px;
    background: #7537E6;
    filter: blur(400px);
    z-index: -1;
    bottom: -87px;
    right: 0;
    opacity: 0.4;
}

#why-choose-yt {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/premium-line-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 50px;
    padding-bottom: 100px;
}

#why-choose-yt::before {
    content: '';
    position: absolute;
    border-radius: 906px;
    background: #7537E6;
    filter: blur(300px);
    top: -340px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    width: 226px;
    height: 906px;
    transform: rotate(-90deg);
    opacity: 0.4;
}

#why-choose-yt .title {
    font-size: 40px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

#why-choose-yt .btn-bests {
    margin-top: 20px;
}

#why-choose-yt .sp-yt1 {
    color: #D232F6;
}

.simple-slides .ser-box {
    margin-right: 15px;
    width: 373px;
    min-height: 342px;
}

.simple-slides {
    position: absolute;
}

.superior-slider-nav3 button {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
    margin-top: 30px;
}

.superior-slider-nav3 button {
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    margin-top: 30px;
}

.sp-yt2 {
    color: #3DADFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    letter-spacing: normal;
}

#benefits-youtube {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}

#benefits-youtube::before {
    content: '';
    position: absolute;
    width: 304px;
    height: 544px;
    flex-shrink: 0;
    border-radius: 544px;
    opacity: 0.6;
    background: rgba(110, 64, 255, 0.80);
    filter: blur(317px);
    top: 0;
    left: 0;
    z-index: -1;
}

#benefits-youtube::after {
    content: '';
    position: absolute;
    width: 355px;
    height: 580px;
    flex-shrink: 0;
    border-radius: 580px;
    opacity: 0.6;
    background: rgba(88, 56, 228, 0.80);
    filter: blur(300px);
    z-index: -1;
    right: 0;
    bottom: 70px;
}

#benefits-youtube .title {
    margin-bottom: 0;
}

#benefits-youtube .blue-txt {
    color: #3DADFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    letter-spacing: -1.2px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

#benefits-youtube .txt {
    width: 80%;
    margin: auto;
}

.sp-pink {
    color: #D232F6;
}

.ser-box-two {
    height: 445px;
    overflow: hidden;
}

.sr-row {
    padding-top: 30px;
}

.s-titles {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    letter-spacing: -0.72px;
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

#benefits-youtube .ser-box .selling-txt {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.img-welcome {
    transform: translateY(25px);
}

.ser-boxes {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border-top: 0.5px solid #7537E6;
    background: linear-gradient(180deg, #150B33 0%, #120B26 100%);
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.ser-boxes .selling-txt {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ser-boxes .elevate-img {
    position: relative;
}

.ser-boxes .elevate-img img {
    width: auto;
    max-width: unset;
    margin-bottom: -27px;
}

.card-hero-txts h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    letter-spacing: -0.66px;
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
}

.card-hero-txts h6 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    letter-spacing: -0.66px;
    background: linear-gradient(90deg, #FFF 0%, #999 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
}

.card-hero-txts p {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sr-row .ser-box {
    min-height: 365px;
}

.row.best-rows .btn.btn-primary {
    min-width: 227px;
}

.bl-txt {
    color: #3DADFF;
}

.flex-hero-wrp ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0E0724;
    padding: 10px;
    z-index: 9999;
    position: relative;
    margin-bottom: 30px;
}

.flex-hero-wrp ul li {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-table-under {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.hero-table {
    border-radius: 20px;
    border-top: 0.5px solid #7537E6;
    background: #140A32;
    padding: 15px;
    position: relative;
}

.hero-table::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/image75.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    bottom: -143px;
    right: -200px;
    z-index: -1;
}

.hero-bgs {
    padding: 15px;
    border-radius: 20px;
    background-color: #010125;
    position: relative;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/bgtable.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.step-under-two {
    position: relative;
}

.step-under-middle,
.step-under-last {
    padding-left: 50px;
}

.step-under-middle::before {
    content: '';
    position: absolute;
    width: 108%;
    height: 622px;
    background: rgba(255, 5, 5, 0.08);
    top: -105px;
    left: 0;
    right: 0;
    border-left: 1px solid #FF0505;
    border-right: 1px solid #FF0505;
}

.step-under-last::before {
    content: '';
    position: absolute;
    width: 109%;
    height: 622px;
    background: rgba(0, 128, 0, 0.25);
    border-radius: 0px 20px 20px 0px;
    top: -105px;
    left: -21px;
    right: 0;
}

.step-under-two li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.best-top-mm {
    padding: 0 !important;
}

.step-under-middle li,
.step-under-last li {
    width: 75%;
}

.step-under-first {
    padding-left: 20px;
}

.smmgets-yt .txt {
    font-size: 14px !important;
}

.smmgets-yt .title {
    margin-bottom: 10px;
}

.smmgets-yt .steps-box {
    overflow: hidden;
    height: 302px;
}

.smmgets-yt .row.steps-box img {
    margin-left: auto;
    margin-top: 0;
}

.btn-get {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 26px;
}

.btn-get svg path {
    fill: #fff;
}

.simple-slides .ser-box:hover .btn-get {
    color: #D232F6;
}

.simple-slides .ser-box:hover .btn-get svg path {
    fill: #D232F6;
}

.st-txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.best-stra .best-stra-warpper-img img {
    width: auto;
    max-width: unset;
    position: absolute;
    top: -130px;
    left: -150px;
    margin: auto;
    transform: translateY(-150px);
}

.row-double-wraps .selling-txt {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.494%;
}

.row-double-wraps .s-titles {
    padding-top: 15px;
}

.row.row-double-wraps {
    padding-top: 100px;
}

.premium-slide-wrapper {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 30px 25px 25px;
    position: relative;
    margin-right: 20px;
    min-height: 420px;
}

.premium-slide-wrapper .premium-title {
    text-align: left;
    font-size: 24px;
    padding-top: 15px;
}

.premium-slide-wrapper .premium-title br {
    display: none;
}

.premium-slide-wrapper .premium-txt {
    text-align: left;
    font-size: 14px;
    line-height: normal;
}

.btn-prim-gets {
    display: flex;
    align-items: center;
    color: #3DADFF !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    position: absolute;
    bottom: 33px;
}

.premiun-price .ser-box .ser-box-title {
    font-size: 48px;
    margin-bottom: 0;
}

.premiun-price .ser-box .ser-box-title sub,
.premiun-price .ser-box .ser-box-title sup {
    font-size: 20px;
}

.premiun-price .ser-box .b-txt {
    color: #1F79F9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.step-cntry-wrapper {
    padding-top: 20px;
}

.step-cntry-wrapper li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #6C7E99;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row.how-reels-row .card-header .btn.btn-link {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.row.how-reels-row .infobox:last-child::after {
    display: none;
}

.row.how-reels-row .infobox::after {
    width: 100%;
    bottom: -25px;
}

.smm-insta {
    padding-bottom: 80px !important;
}

.review-box-wraps::before {
    display: none;
}

.how-panel-sec {
    padding-bottom: 0 !important;
}

.row.how-reels-row .infobox {
    margin-bottom: 110px;
}

.row.how-reels-row .infobox::after {
    width: 100%;
}

.row.how-reels-row {
    padding-top: 20px;
}

.step-cntry-wrapper .sr-dark {
    border-radius: 7px;
    background: #120A30;
    padding: 12px;
    height: 45px;
}

.best-str-wraps img {
    width: auto;
    max-width: unset;
    position: absolute;
    top: -100px;
    transform: translateY(-150px);
    left: -30px;
}

.best-str-wraps {
    padding-top: 150px !important;
}

.f-img {
    width: auto;
    height: auto;
    background: transparent;
    border: unset;
    display: unset;
    border-radius: 0;
    padding-left: 10px;
}

.bets-now::after {
    display: none;
}

.how-panel-sec::before {
    left: -130px !important;
}

.row.how-reels-row .sp-step {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 12px;
    border: none;
    background: linear-gradient(136deg, #7537E6 -14.24%, #5838E4 62.83%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-right: 14px;
}

.row.how-reels-row .card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.row.how-reels-row .card:has(.btn.btn-link[aria-expanded="true"])::before {
    content: '';
    position: absolute;
    background: #6E40FF;
    width: 257px;
    height: 1px;
    bottom: 0;
    left: 0;
}

.row.how-reels-row .card .txt {
    font-size: 14px;
}

.row.how-reels-row .card .card-body {
    margin-left: 90px;
}

#more-socials-sec {
    padding: 80px 0;
}

#more-socials-sec .step-more-row {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
}

.premium-slider-hero .slick-dots {
    display: flex !important;
    list-style: none;
    margin-top: 15px;
}

.premium-slider-hero .slick-dots .slick-active button {
    background: linear-gradient(105deg, #3284E3 -11.16%, #B143E9 103.72%);
    width: 14px;
    height: 14px;
}

.premium-slider-hero .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #3177FF;
    border: 0;
    border-radius: 10px;
    margin: 0 2px;
}

.instagram-likes-sec {
    padding-top: 80px;
}

.instagram-whys {
    padding-top: 0 !important;
}

.instagram-whys .steps-box {
    min-height: 200.736px !important;
}

.smm-gets-wrapper-hero img {
    margin-top: 0;
    transform: translateY(40px);
}

#the-slider .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#smm-get .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.instant-sec-wrapper {
    padding-top: 80px;
}

#more-socials-sec .btn.btn-primary {
    margin-top: 30px;
}

#smm-get .btn-wrap {
    margin-top: 20px;
}

body:not(.darkmode) .step-cntry li {
    color: #635789;
}

body:not(.darkmode) #how-to-social .ser-box span {
    background: transparent;
    color: #0E0724;
    -webkit-text-fill-color: unset;
}

body:not(.darkmode) #how-to-social .ser-box h3 {
    color: #635789;
}

body:not(.darkmode) #how-to-social .ser-box p {
    color: #635789;
}

body:not(.darkmode) .row.step-others-row {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/steps-box-bg-daymode.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

body:not(.darkmode) .tb-cards {
    border: 1px solid rgba(40, 40, 76, 0.28);
    background: #fff;
    z-index: 9999;
    position: relative;
}

body:not(.darkmode) .tb-cards h4 {
    color: #0E0724;
}

body:not(.darkmode) .tb-cards h3 {
    color: #0E0724;
}

body:not(.darkmode) .tb-cards .features-boxes li {
    background-color: #fff;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/rectangle_5568.webp');
    border: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #635789;
}

body:not(.darkmode) .step-yt-card {
    border: none;
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/steps-box-bg-daymode.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body:not(.darkmode) .step-yt-card h3 {
    color: #0E0724;
}

body:not(.darkmode) .step-yt-card h6 {
    color: #0E0724;
}

body:not(.darkmode) .best-stra .ser-box-title {
    color: #0E0724;
    background: transparent;
    -webkit-text-fill-color: unset;
}

body:not(.darkmode) .btn-bests .btn.btn-primary {
    color: #fff;
}

body:not(.darkmode) .superior-slider-nav3 button {
    border-color: #0E0724;
    color: #0E0724;
}

body:not(.darkmode) .importance-title {
    color: #0E0724;
}

body:not(.darkmode) .importance-txt {
    color: #635789;
}

body:not(.darkmode) .btn-get {
    color: #3DADFF !important;
}

body:not(.darkmode) .btn-get svg path {
    fill: #3DADFF !important;
}

body:not(.darkmode) .st-txt {
    color: #0E0724;
}

body:not(.darkmode) .s-titles {
    background: transparent;
    -webkit-text-fill-color: unset;
    color: #0E0724;
}

body:not(.darkmode) #benefits-youtube .ser-box .selling-txt {
    color: #635789;
}

body:not(.darkmode) .ser-boxes {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/ser-box-bg-daymode.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

body:not(.darkmode) .card-hero-txts h3 {
    color: #0E0724;
    background: transparent;
    -webkit-text-fill-color: unset;
}

body:not(.darkmode) .card-hero-txts h6 {
    color: #0E0724;
    background: transparent;
    -webkit-text-fill-color: unset;
}

body:not(.darkmode) .card-hero-txts p {
    color: #635789;
}

body:not(.darkmode) .hero-table {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/steps-box-bg-daymode.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

body:not(.darkmode) .hero-bgs {
    background: #fff;
    border: none;
}

body:not(.darkmode) .step-under-two li {
    color: #0E0724;
}

body:not(.darkmode) .ser-box-title {
    color: #0E0724;
}

body:not(.darkmode) .premium-slide-wrapper {
    background-image: url('https://i.23robo.info/projects/smmxpanel/img/steps-box-bg-daymode.webp');
}

body:not(.darkmode) .premium-slide-wrapper .premium-title {
    color: #0E0724;
}

body:not(.darkmode) .step-cntry-wrapper .sr-dark {
    background: linear-gradient(136deg, #7537E6 5.56%, #5838E4 101.7%);
    color: #fff;
}

body:not(.darkmode) .tb-cards h4 svg path {
    fill: #0E0724;
}

body:not(.darkmode) .tb-cards h3 svg path {
    fill: #0E0724;
}

body:not(.darkmode) .row.how-reels-row .card-header .btn.btn-link {
    color: #0E0724;
}

body:not(.darkmode) .row.how-reels-row .card {
    border-color: #000000;
}

.tiktok-pg #benefits-of-social .ser-box {
    min-height: 450px !important;
}

.tiktok-pg #benefits-of-social .ser-box .btn-prim-gets {
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.our-exclusive-sec .ser-box {
    margin-top: 50px;
}

.our-exclusive-sec .ser-box .ser-box-title {
    margin: 0;
}

.our-exclusive-sec .ser-box .btn.btn-primary {
    width: 100%;
}

.our-exclusive-sec .ser-box .step-cntry li {
    color: #fff;
}

.our-exclusive-sec .ser-box .ser-img {
    padding-bottom: 15px;
}

#types-sec {
    padding: 120px 0;
}

.tiktok-types .steps-box .steps-box-left {
    padding-bottom: 20px;
}

.tiktok-types .steps-box .steps-box-right {
    padding-left: 15px;
}

.tiktok-types .step-rows {
    min-height: auto !important;
}

#howtostart-sec .step-how-row img {
    margin: auto;
}

#howtostart-sec .row.step-others-row .txt.text-center {
    padding-bottom: 40px;
}

#howtostart-sec .row.step-others-row {
    padding-bottom: 80px;
    padding-top: 50px;
}

#howtostart-sec .row.step-others-row .importance-box {
    justify-content: start;
    text-align: left;
    display: block;
}

#howtostart-sec .row.step-others-row .importance-box .b-txt {
    font-size: 38px;
    margin: 0;
}

#howtostart-sec .row.step-others-row .importance-box .importance-title {
    padding-top: 0;
}

#howtostart-sec .row.step-others-row img {
    margin: auto;
}

.importance-box-bottom {
    margin-top: 80px;
    transform: translateX(40px);
}

.importance-box-bottom-right {
    margin-top: 100px;
    transform: translateX(-40px);
}

.importance-box-top {
    margin-top: 60px;
}

.table-wraps table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table-wraps table thead tr th {
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding-left: 20px;
}

.table-wraps table tbody tr td {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    padding: 15px;
    position: relative;
    white-space: nowrap;
}

.table-wraps table tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
}

.table-wraps table tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
}

.st-td {
    background: linear-gradient(90deg, rgba(18, 231, 50, 0.24) 0%, rgba(18, 231, 50, 0.00) 100%) !important;
}

.st-td::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background: #12E732;
    left: -3px;
    top: 8px;
}

.table-wraps table tbody tr td:last-child {
    background: linear-gradient(90deg, rgba(241, 38, 38, 0.24) 0%, rgba(241, 38, 38, 0.00) 100%);
}

.table-wraps table tbody tr td:last-child::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background: #F12626;
    left: -3px;
    top: 8px;
}

.table-wraps {
    padding-top: 30px;
}

#smmx-other {
    padding-top: 80px;
}

.tiktok-lg #benefits-of-social .ser-box {
    min-height: 350px !important;
}

.howitwork .affordable-img-shadow-wrap {
    margin: 0;
}

#how-tabs {
    padding: 80px 0;
}

.how-tab {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: #211A38;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 24px;
    color: #F5F5F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.how-tabs-content-row {
    margin-top: 20px;
}

.how-tabs-box {
    border-radius: 20px;
    border: 1px solid #4A4A64;
    background-color: #0D0623;
    padding: 35px 130px 35px 25px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.how-tabs-num {
    color: #3DADFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
}

.how-tabs-title {
    color: #F5F5F8;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}

.how-tabs-txt {
    color: #B5B4BA;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.how-tabs-box-img {
    position: absolute;
    right: -37px;
    bottom: -50px;
}

.how-tabs-box.active {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
}

.how-tab.active {
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: linear-gradient(104deg, rgba(173, 157, 224, 0.10) -0.45%, rgba(110, 64, 255, 0.10) 69.23%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
}

.how-order-h-title {
    color: #F5F5F8;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 40px;
}

.how-order-h-tab .nav-tabs {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.how-order-h-tab .nav-tabs li button {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background-color: #211A38;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 12px 20px;
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.how-order-h-tab .nav-tabs li button .how-order-h-tab-icon {
    margin-right: 6px;
}

.how-order-h-tab {
    margin-top: 100px;
    border-radius: 20px;
    border: 1px solid #202041;
    background-color: #160F2F;
    padding: 30px;
    position: relative;
}

.how-order-h-tab .nav-tabs li.active button,
.how-order-h-tab .nav-tabs li.active button:hover,
.how-order-h-tab .nav-tabs li button:hover,
.how-order-h-tab .nav-tabs li button:focus {
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(56, 46, 158, 0.40) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.14) inset;
    backdrop-filter: blur(5.833333492279053px);
    background: linear-gradient(98deg, #005FCE -24.12%, #A62CE4 100%);
}

.how-order-h-tab .tab-content {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background-color: #0E0724;
    padding: 30px;
}

.how-order-h-tabcontent-title {
    display: flex;
    align-items: center;
    align-content: center;
    color: #F5F5F8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.how-order-h-tabcontent-title img {
    margin-right: 10px;
}

.how-order-h-tabcontent-txt {
    color: #B5B4BA;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

body:not(.darkmode) .how-tab {
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(88, 56, 228, 0.10);
    color: #0E0724;
}

body:not(.darkmode) .how-tab.active,
body:not(.darkmode) .how-tab.active:hover,
body:not(.darkmode) .how-tab:hover {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/signup-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

body:not(.darkmode) .how-tabs-box {
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: #EEEBFC;
    background-image: none;
    background-image: none;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    background-image: none;
}

body:not(.darkmode) .how-tabs-box.active {
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/tab-box-bg1.webp');
    border: 0;
}

body:not(.darkmode) .how-tabs-title {
    color: #0E0724;
}

body:not(.darkmode) .how-tabs-txt {
    color: #635789;
}

body:not(.darkmode) .active .how-tabs-title,
body:not(.darkmode) .active .how-tabs-txt {
    color: #fff;
}

body:not(.darkmode) .how-order-h-title {
    color: #0E0724;
}

body:not(.darkmode) .how-order-h-tab {
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: #EEEBFC;
    background-image: none;
    background-image: none;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    background-image: none;
}

body:not(.darkmode) .how-order-h-tab .tab-content {
    background-color: #fff;
}

body:not(.darkmode) .how-order-h-tabcontent-title {
    color: #000000;
}

body:not(.darkmode) .how-order-h-tabcontent-txt {
    color: #635789;
}

.reset-password .title {
    color: #F5F5F8;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.24;
}

.reset-frm-wrap {
    border-radius: 20px;
    border: 1px solid #3E2A7A;
    background: #190D3D;
    padding: 33px 50px;
    max-width: 938px;
    margin: 43px auto 0;
    position: relative;
    z-index: 1;
}

.reset-frm-wrap .inpt-icon {
    top: 47px;
    transform: translateY(0);
}

.reset-frm-wrap .btn.btn-primary {
    width: 100%;
    text-align: center;
}

.reset-frm-wrap .form-control::placeholder {
    color: rgba(181, 180, 186, 0.24);
}

.reset-frm-wrap .control-label {
    margin-bottom: 16px;
}

.reset-password {
    padding: 80px 0;
    position: relative;
}

/*
.reset-password::after {
	content: '';
	width: 605.97px;
	height: 290px;
	border-radius: 605.973px;
	opacity: 0.6;
	background: #6E40FF;
	position: absolute;
	filter: blur(300px);
	top: 50%;
	transform: translateY(-50%);
	right: 190px;
}
*/
.reset-password .title,
.reset-password .txt {
    position: relative;
    z-index: 1;
}

#blog-sec {
    padding: 127px 0 80px;
}



.column-btn-li {
    margin-left: auto;
}

.column-btn-li.active a {
    background-size: 100% 100% !important;
}

.set-btn-user .forgot-password1 svg path {
    fill: #2F80ED;
}

.reminder-icon svg path {
    fill: #2F80ED;
}

body:not(.darkmode) .our-exclusive-sec .ser-box .step-cntry li {
    color: #635789;
}

body:not(.darkmode) .table-wraps table thead tr th {
    color: #0E0724;
}

body:not(.darkmode) .table-wraps table tbody tr td {
    color: #635789;
}

body:not(.darkmode) .table-wraps table tbody tr td {
    background: #fff;
}

body:not(.darkmode) .flex-hero-wrp ul {
    border-radius: 10px;
    border: 1px solid #D3CEE3;
    background: #E7E1FD;
    backdrop-filter: blur(29px);
}

body:not(.darkmode) .flex-hero-wrp ul li {
    color: #000000;
}

body:not(.darkmode) .btn-bests .btn.btn-secondary {
    color: #000;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/btn-border.webp') !important;
    background-color: transparent !important;
    background-size: 100% 100% !important;
}

body:not(.darkmode) .topbar-right-ul li a {
    color: #000;
}

body:not(.darkmode) .tiktok-pg #benefits-of-social .ser-box .btn-prim-gets {
    color: #5838E4 !important;
}

.tiktok-pg #benefits-of-social .ser-box .btn-prim-gets svg path {
    fill: #5838E4;
}

h1.title-label {
    margin-top: 0;
}

.btn.btn-primary.btn-center {
    margin: 21px auto auto;
}

.faq-row-wraps .card .btn.btn-link h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}

.journey1 {
    padding-top: 80px;
}

.social-link-ftr li:nth-child(6):hover img,
.social-link-ftr li:nth-child(7):hover img,
.social-link-ftr li:nth-child(8):hover img,
.social-link-ftr li:nth-child(9):hover img,
.social-link-ftr li:nth-child(10):hover img {
    transform: scale(1.1) rotate(-5deg);
}

body:not(.darkmode) .login-top {
    z-index: 1;
}

body:not(.darkmode) .login-img {
    z-index: 2;
}

form#search-form {
    position: relative;
}

.hero_btn {
    position: absolute;
    top: 13px;
    background: transparent;
    border: transparent;
    right: 8px;
}

.step-row img {
    border-radius: 20px;
}

.row.blog_row .well .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.step-row h4 {
    color: #0E0724;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
}

.step-row p {
    color: #635789 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.darkmode .step-row p {
    color: #fff !important;
}

.darkmode .step-row h4 {
    color: #fff !important;
}

.darkmode .step-row h1 {
    color: #fff;
}

.step-hero-row .well .btn.btn-primary {
    position: absolute;
    bottom: 16px;
}

.step-row .well {
    position: relative;
    overflow: hidden;
}

.blog_row .well::before {
    content: '';
    position: absolute;
    width: 632.96px;
    height: 389.143px;
    flex-shrink: 0;
    border-radius: 632.96px;
    background: #5838E4;
    filter: blur(175px);
    right: 0;
    bottom: -170px;
    opacity: 0.4;
}

.blog_row::before {
    content: '';
    position: absolute;
    background-image: url('https://konvertica.com/dev/panelwork/xpanel/img/ring.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right;
    top: -18%;
    transform: translateY(-150px);
    right: 0;
}

.step-row h1 {
    color: #0E0724;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
}

.step-row h3 {
    color: #0E0724;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
}

.darkmode .step-row h3 {
    color: #fff !important;
}

.step-row li {
    color: #635789;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.darkmode .step-row li {
    color: #fff;
}

.blog_content {
    color: #635789;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.darkmode .blog_content {
    color: #fff;
}

.step-row td {
    color: #B5B4BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

table tbody tr td span {
    color: #0E0724 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.darkmode table tbody tr td span {
    color: #fff !important;
}

.darkmode table tbody tr td {
    border-color: #3E2A7A !important;
    border: 1px solid rgba(233, 214, 250, 0.08);
    background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%);
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(74, 51, 143, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

table tbody tr td {
    border-color: rgba(233, 214, 250, 0.08) !important;
    background: #E5E0FA;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
}

.step-hero-row .well {
    min-height: 560px;
}

.blog_content table {
    border-spacing: 0 10px !important;
    border-collapse: separate !important;
}

.step-row h2 {
    color: #0E0724 !important;
}

.darkmode .step-row h2 {
    color: #fff !important;
}

.step-hero-row .well .btn.btn-primary {
    margin: auto;
    left: 0;
    right: 0;
    justify-content: center;
}

.step-single-blog .btn.btn-primary {
    justify-content: center;
    margin: auto;
}

.darkmode .blog_content a {
    color: #fff;
}

.blog_content a {
    color: #635789;
}

.inter-link {
    color: #fff;
    text-decoration: underline;
}

.aboutus-maintitle {
    margin-bottom: 45px;
}

h3.how-order-h-tab-txt {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.inter-link:hover {
    color: #B5B4BA;
}

.guest:not(.darkmode) .inter-link {
    color: #635789;
}

.guest .term-tabs li a h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

/* 
------#10MCelebration----- 
*/
.step-table tbody td a {
    color: #635789 !important;
    text-decoration: none;
}

.darkmode .step-table tbody td a {
    color: #B5B4BA !important;
    text-decoration: none;
}

.reminder {
    position: relative;
}

.login-wraper .form-control::placeholder {
    opacity: 0.4;
}

#cheapest {
    overflow: hidden;
}

.select2-container .select2-selection__id.badge {
    background-color: #0e0724;
}

#login-modal .modal-content {
    overflow: hidden;
    position: relative;
}

#login-modal .modal-header {
    position: relative;
}

#login-modal .modal-content .close {
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
}

.order-detail-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #F5F5F8;
}

.row.childpanel3-first-row .nav-tabs li a {
    padding: 12px 10px;
}

.lb-closeContainer {
    position: absolute;
    top: -30px;
    right: 25px;
    width: 25px;
    height: 25px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100px;
}

.lb-data .lb-close {
    width: 10px !important;
    height: 10px !important;
    background-size: 10px !important;
}

.order-detail-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.order-detail-ul li {
    flex: 0 0 49%;
    max-width: 49%;
}

.order-detail-box {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #3E2A7A;
    background: #261753;
    color: #fff;
    cursor: pointer;
}

.order-detail-box-left {
    flex: 0 0 50px;
    max-width: 50px;
}

.order-detail-box-right {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 10px;
}

.order-detail-box-txt-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 0;
}

.order-detail-box-txt {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
    white-space: normal;
    word-break: break-word;
    padding-right: 10px;
    line-height: 1.1;
    font-size: 14px;
    color: #fff;
}

.order-detail-box-icon {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    max-width: 35px;
    border-radius: 100px;
    height: 35px;
    background-color: #190d3d;
    color: #fff;
    cursor: pointer;
}

.order-detail-box:hover {
    background-color: #3E2A7A;
}

.order-detail-box:hover .order-detail-box-icon {
    background-color: #0e0724;
}

.clf .our-features .table thead {
    background: transparent !important;
}

.clf .our-features .table thead th {
    padding: 12px;
    background-color: #3dadff;
}

.clf .our-features .table thead th:first-child {
    border-radius: 12px 0 0 12px !important;
}

.clf .our-features .table thead th:last-child {
    border-radius: 0 12px 12px 0 !important;
}

.row.steps-row-wrap.steps-row-wrap1 {
    display: flex;
    align-items: center;
    align-content: center;
}

.seo-packages-row {
    background-color: #190D3D;
    padding: ;
    border-radius: 12px;
    border: 1px solid #3E2A7A;
    margin-bottom: 25px;
    padding: 25px;
    margin-top: 25px;
}

.txt.seo-packages-b b {
    color: #3DADFF;
}

.seo-point-txt,
.txt.seo-packages-b {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: ;
}

.seo-packages-row .theme-wraper-btn {
    max-width: 200px;
    margin-top: 25px;
}

.txt.seo-packages-b {
    font-weight: 600;
}

.seo-addons {
    background-color: #190D3D;
    border-radius: 12px;
    border: 1px solid #3E2A7A;
    margin-bottom: 25px;
    padding: 25px;
    margin-top: 15px;
    min-height: 452px;
}

.seo-addons-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.seo-addons-txt {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.seo-addons-icon {
    background-color: #0e0724;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 55px;
    margin: auto auto 15px;
    border: 1px solid #3E2A7A;
    justify-content: center;
}

.seo-packages-img-wrap img {
    margin: auto;
}

.feature-nav-tabs.nav-tabs2 {
    margin-bottom: 25px;
}

.guest .navbar-hero .nav-link {
    padding: 10px 7px;
}

.guest .navbar-hero .extras-dropdown .dropdown-menu .nav-link:hover {
    background-color: #5b3ae7 !important;
    background-image: none !important;
}

.smm-social-wrap {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #190d3d;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.dropdown.extras-dropdown .dropdown-toggle {
    background-color: #5b39e9;
}

body:not(.darkmode) .navbar-hero .dropdown.extras-dropdown .nav-link {
    color: #fff;
}

body:not(.darkmode) .navbar-hero .dropdown.extras-dropdown .dropdown-menu .nav-link {
    color: #0E0724;
}

body:not(.darkmode) .nav-tabs2.feature-nav-tabs .nav-item.active a,
body:not(.darkmode) .nav-tabs2.feature-nav-tabs .nav-item:hover a {
    background-size: 100% 100% !important;
}

body:not(.darkmode) .feature-wrap,
body:not(.darkmode) .theme-wraper {
    border: 1px solid rgba(233, 214, 250, 0.20);
    background: #EEEBFC;
    background-image: none;
    background-image: none;
    box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(5.833333492279053px);
    background-image: none;
}

body:not(.darkmode) .feature-img-wrapper .feature-img-wrapper-box {
    background: linear-gradient(136deg, #7537E6 5.56%, #5838E4 101.7%);
}

body:not(.darkmode) .feature-title,
body:not(.darkmode) .theme-wraper-title {
    color: #0E0724;
}

body:not(.darkmode) .theme-wraper-detail-btn,
body:not(.darkmode) .feature-detail {
    background: linear-gradient(136deg, #7537E6 5.56%, #5838E4 101.7%);
}

body:not(.darkmode) .childoption-txt {
    color: #0E0724;
    text-shadow: 0 0 2px transparent;
}

body:not(.darkmode) .modal-content .modal-title {
    color: #0E0724 !important;
}

body:not(.darkmode) .feature-txt-wrap {
    color: #0E0724 !important;
}

body:not(.darkmode) .childpanel-3-title {
    color: #0E0724;
}

body:not(.darkmode) .row.childpanel3-first-row .nav-tabs li a {
    color: #0E0724;
}

body:not(.darkmode) .row.childpanel3-first-row .nav-tabs li a.active,
body:not(.darkmode) .row.childpanel3-first-row .nav-tabs li a:hover {
    background-color: #6338e5;
    color: #fff;
    background-image: none;
}

body:not(.darkmode) .row.childpanel3-first-row .nav-tabs li a.comparision-btn svg {
    filter: invert(100);
}

body:not(.darkmode) .row.childpanel3-first-row .nav-tabs li a.comparision-btn:hover svg {
    filter: brightness(100);
}

body:not(.darkmode) .theme-wraper-txt,
body:not(.darkmode) .order-detail-title {
    color: #0E0724 !important;
}

.modal-content {
    overflow: hidden;
}

#viewdetail .modal-header .close {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.modal-header {
    position: relative;
}

body:not(.darkmode) .theme-pricing-table td {
    background-color: #190d3d;
}

body:not(.darkmode) .main-banner.buy-panel h1 {
    color: #0E0724 !important;
}

body:not(.darkmode) .our-features .section-title {
    color: #0E0724;
}

body:not(.darkmode) .our-features .com-chart-btn td {
    background-color: #190d3d;
}

body:not(.darkmode) .row.seo-packages-row .title {
    color: #fff;
}

body:not(.darkmode) .row.seo-packages-row .txt.seo-packages-b,
body:not(.darkmode) .row.seo-packages-row .txt.seo-point-txt {
    color: #fff;
}

.showonmobile .extras-dropdown .dropdown-menu li a,
.showonmobile .extras-dropdown .dropdown-toggle {
    color: #fff !important;
}

body:not(.darkmode) .showonmobile .extras-dropdown .dropdown-menu li a {
    color: #000000 !important;
}

.showonmobile .extras-dropdown .dropdown-menu li a {
    white-space: normal;
}

.auth.daymode .our-features .table tbody tr td {
    background-color: #190d3d;
}

.auth.daymode .main-banner.buy-panel p,
.auth.daymode .watch-video {
    color: #0e0724;
}

.auth .feature-nav-tabs li a {
    margin-bottom: 5px;
}

.smm-integration .btn.btn-primary {
    white-space: normal;
    justify-content: center;
    flex-wrap: wrap;
}

.right-sidebar {
    position: fixed;
    right: -280px;
    height: 100%;
    width: 280px;
    z-index: 9999;
    padding: 12px;
    border-radius: 12px 0 0 12px;
    top: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    transition: right 0.3s linear;
    background: #190D3D;
}

.right-sidebar-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.right-sidebar-title-txt {
    color: #fff;
}

.right-sidebar-title-icon {
    color: #fff;
    cursor: pointer;
}

.right-sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar-nav li {
    flex: 0 0 100%;
    max-width: 100%;
}

.right-sidebar-nav li a {
    display: flex;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    width: 100%;
    align-content: center;
    align-items: center;
}

.right-sidebar-nav li a .right-sidebar-nav-txt {
    text-align: left;
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-right: 10px;
    color: #10154e;
}

.right-sidebar-nav-icon {
    width: 50px;
    height: 50px;
    background: #190D3D;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100px;
    flex: 0 0 50px;
    max-width: 50px;
}

.open-right .right-sidebar {
    right: 0;
    transition: right 0.3s linear;
}

.rightsidebar-btn img {
    animation: 1s myFadeAnimation ease-in-out infinite;
}

.feature-list-wrap li.halfsize {
    flex: 0 0 49%;
    max-width: 49%;
}

.halfsize .feature-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.halfsize .feature-wrap .feature-img-wrapper,
.halfsize .feature-wrap .feature-wrap-content {
    flex: 0 0 49%;
    max-width: 49%;
}

.halfsize .feature-wrap-content .feature-title {
    text-align: left;
    font-size: 20px;
}

.halfsize .feature-wrap-content .feature-btn-wrap .feature-price,
.halfsize .feature-wrap-content .feature-btn-wrap .btn.btn-primary {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.why-premium-box.why-premium-box-again {
    min-height: 265px;
}

.col-sm-6 .why-premium-box.why-premium-box-again {
    min-height: 200px;
    margin-bottom: 20px;
}

.vission-img-wrap::before {
    display: none;
}

@keyframes myFadeAnimation {
    from {
        opacity: 0;
        /* Starting opacity */
    }

    to {
        opacity: 1;
        /* Ending opacity */
    }
}

@media (max-width:1199px) {
    .guest .navbar-hero .nav-link {
        margin: 0 0;
        padding: 10px 15px;
        font-size: 14px;
    }

    .guest .navbar-hero {
        padding: 10px 0;
    }

    #topsec {
        padding: 30px 0 80px;
    }

    .title-label {
        padding: 5px;
    }

    .title-label-txt {
        font-size: 15px;
    }

    .main-title {
        font-size: 50px;
    }

    .login-top {
        margin-left: 10px;
    }

    .login-img {
        max-width: 300px;
    }

    .login-bottom {
        margin-left: 10px;
    }

    #solution,
    #affordable,
    #about,
    #premium {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .title {
        font-size: 38px;
    }

    .premium-slider {
        margin-top: 40px;
    }

    #why {
        padding: 190px 0 80px;
    }

    .why-img {
        max-width: 250px;
        top: -75px;
    }

    .steps-box-left {
        flex: 0 0 70px;
        max-width: 70px;
    }

    .steps-box-num {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }

    .steps-box-right {
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
        padding-left: 10px;
    }

    .steps-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .guest::after {
        right: 0;
    }

    #grow {
        padding-bottom: 30px;
    }

    .feature-box .feature-title br,
    .feature-box .txt br {
        display: none;
    }

    .feature-box .txt {
        font-size: 16px;
    }

    .feature-box {
        padding: 15px;
        min-height: auto;
    }

    .feature-title {
        margin-top: 0;
    }

    .importance-left-img {
        max-width: 200px;
        left: 30px;
        top: -290px;
    }

    #importance {
        padding: 30px 0 0;
    }

    .importance-img-line {
        height: 75%;
    }

    #faq {
        padding: 70px 0 80px;
    }

    .faq-row .card .btn.btn-link {
        font-size: 18px;
    }

    .guest-ftr::after {
        width: 238px;
        height: 238px;
        right: -90px;
        top: 20px;
        background-size: 238px 238px;
    }

    .row.ftr-btm-row {
        margin-top: 30px;
    }

    .ftr-txt {
        font-size: 14px;
    }

    .guest .navbar-hero .dropdown-menu>.active>a,
    .navbar-hero .guest .dropdown-menu>.active>a:hover,
    .guest .navbar-hero .dropdown-menu>.active>a:focus,
    .guest .navbar-hero .dropdown-menu>li>a:hover,
    .guest .navbar-hero .dropdown-menu>li>a:focus {
        background-size: 100% 100% !important;
    }

    .modal-title-txt {
        font-size: 18px;
    }

    .modal-header .modal-title {
        flex: 0 0 calc(100% - 38px);
        max-width: calc(100% - 38px);
        padding-right: 10px;
    }

    .premium-title {
        font-size: 24px;
    }

    .guest .term-tabs li a {
        padding: 10px;
        font-size: 18px;
        line-height: 1.2;
    }

    .signup-right-img {
        transform: translateX(0);
    }

    .social-cate-list li {
        flex: 0 0 19%;
        max-width: 19%;
    }

    .page-wrapper {
        padding-left: 0;
    }

    .Welcome-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .row.best-rows .btn.btn-primary {
        min-width: 182px;
    }

    #benefits-of-social .txt br {
        display: none;
    }

    .but-fb .ser-box {
        min-height: 300px;
    }

    .best-stra .best-stra-warpper-img img {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin: unset;
        transform: translateY(0);
    }

    .step-under-middle,
    .step-under-last {
        padding-left: 8px;
    }

    .step-under-first {
        padding-left: 0;
    }

    .step-under-last::before {
        width: 110%;
        top: -105px;
        left: -20px;
        right: 0;
    }

    .step-under-middle::before {
        width: 100%;
        height: 622px;
        top: -105px;
        left: -21px;
        right: 0;
    }

    .perium-wrapper .btn.btn-primary {
        width: 100%;
        min-width: 100%;
    }

    .best-str-wraps img {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        left: 0;
    }

    .row.how-reels-row .infobox {
        margin-bottom: 80px;
    }

    .btn-prim-gets {
        bottom: 12px;
    }

    .step-footer-flex {
        margin-left: 12px;
    }

    .ftr-menu:first-child {
        width: 48%;
    }

    .ftr-menu {
        width: 47%;
    }
}

@media (max-width:991px) {
    .guest .navbar-brand img {
        max-width: 170px;
    }

    .guest .navbar-hero .nav-link {
        padding: 5px 8px;
        font-size: 14px;
    }

    .guest .navbar-hero {
        padding: 10px;
    }

    .guest .navbar-hero .navbar-nav.navbar-hero {
        padding: 0;
    }

    .main-title {
        font-size: 40px;
    }

    .txt {
        font-size: 16px;
    }

    .dot-listing li p {
        font-size: 16px;
        line-height: 1.2;
        padding-left: 15px;
    }

    .btn-wrap .btn.btn-primary+.btn.btn-primary {
        margin-left: 0;
    }

    #topsec .btn.btn-primary {
        margin-bottom: 10px;
    }

    .login-top,
    .login-bottom {
        margin-left: 0;
    }

    .login-bottom {
        padding: 5px;
        margin-top: 12px;
        gap: 5px;
    }

    #topsec {
        padding-bottom: 40px;
    }

    .review-box {
        min-height: 105px;
        padding: 10px;
    }

    .review-img {
        max-width: 100%;
    }

    .review-box .txt {
        margin-top: 5px;
    }

    .login-img {
        max-width: 200px;
    }

    .tab-box.tab-box-first .txt br {
        display: none;
    }

    .about-content-row::after {
        width: 183px;
        height: 183px;
        top: -100px;
        right: -70px;
        background-size: 183px 183px;
    }

    #why {
        padding: 80px 0 20px;
    }

    .row.steps-row {
        margin-top: 20px;
    }

    .steps-box {
        display: block;
    }

    .steps-box-left {
        margin-bottom: 10px;
    }

    .steps-box-right {
        max-width: 100%;
    }

    #cheapest {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .clientslide-info {
        display: block;
    }

    .clientslide-info-img {
        max-width: 50px;
        height: 50px;
        background-size: 100% 100%;
    }

    .clientslide-info-content {
        max-width: 100%;
        padding-left: 0;
    }

    .importance-left-img {
        max-width: 80px;
        left: 50px;
        top: -100px;
    }

    .importance-right-img {
        right: -30px;
        top: -50px;
        max-width: 100px;
    }

    .importance-img-line {
        height: 78%;
    }

    .guest-ftr {
        padding-top: 30px;
    }

    #faq {
        padding-bottom: 20px;
    }

    #service_type {
        height: auto;
    }

    .txt.premium-txt {
        white-space: normal;
        word-break: break-all;
    }

    #journey.mission {
        padding: 30px 0;
    }

    .why-premium-txt {
        font-size: 16px;
    }

    .why-premium-title {
        font-size: 22px;
        margin-top: 0;
    }

    #faq {
        padding-top: 30px;
    }

    .premium-slide-row {
        margin-top: 0;
    }

    .signup-left-content,
    .signup-right-content {
        width: 100%;
    }

    .social-cate-list {
        padding: 15px 0 0 0;
        justify-content: center;
    }

    .social-cate {
        padding: 5px;
        gap: 5px;
        font-size: 15px;
    }

    .social-cate-list li {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .search-wrap .inpt-icon+.form-control {
        width: 210px;
    }

    .Welcome-title {
        font-size: 20px;
    }

    .topbar-right-ul li a img {
        max-width: 34px;
    }

    .topbar-right {
        flex: 0 0 170px;
        max-width: 170px;
    }

    .topbar-left {
        flex: 0 0 calc(100% - 390px);
        max-width: calc(100% - 390px);
    }

    .topbar {
        padding: 5px 15px;
    }

    .stats-box1 .row {
        display: block;
    }

    .stats-box1 .row .col-sm-5,
    .stats-box1 .row .col-sm-7 {
        width: 100%;
    }

    .stats-box1 .btn.btn-primary {
        margin: 10px 0;
    }

    .stats-row .col-sm-6 .row .col-sm-6 {
        width: 100%;
    }

    .stats-box2,
    .stats-box3,
    .stats-box4,
    .stats-box5 {
        padding: 10px;
        margin-bottom: 5px;
    }

    .stats-box-head {
        margin-bottom: 5px;
    }

    .stats-box-head-icon {
        width: 50px;
        height: 50px;
    }

    .stats-box-head-title {
        margin-bottom: 0;
    }

    .stats-box {
        padding: 10px 5px;
    }

    .affiliates-box-right {
        padding-left: 5px;
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
    }

    .affiliates-box-title {
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .affiliates-box-left img {
        max-width: 25px;
    }

    .or-wrap {
        background-color: #1b113c;
    }

    .cntry-pages #review-sec::before {
        display: none;
    }

    .cntry-pages .smm-Best::before {
        display: block;
    }

    .cntry-pages #topsec .btn-secondary {
        margin-left: 10px;
    }

    #best-str .btn-wrap .btn.btn-primary {
        min-width: 150px;
        margin-right: 10px;
    }

    .step-cntry li {
        font-size: 16px;
    }

    #how-to-social .row.ser-cont-row .col-sm-4 {
        width: 100%;
    }

    #how-to-social .ser-box {
        min-height: auto;
    }

    .ser-box-hero {
        min-height: 650px !important;
    }

    #types-sec .btn-wrap {
        gap: 10px;
    }

    .but-fb .ser-box {
        min-height: 350px;
    }

    .features-boxes li {
        height: auto;
    }

    .import-sec .importance-img-wrap::before {
        bottom: 108px;
    }

    .import-sec .importance-img-wrap::after {
        top: 107px;
    }

    #the-slider .row {
        display: block;
    }

    .step-under-middle,
    .step-under-last {
        padding-left: 8px;
        width: 100%;
    }

    .step-under-middle::before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        border: none;
        border-radius: 0;
    }

    .step-under-last::before {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        border-radius: 0;
    }

    .step-under-middle,
    .step-under-last {
        padding-top: 20px;
    }

    .smmgets-yt .steps-box {
        overflow: hidden;
        min-height: 350px !important;
    }

    .step-under-two li {
        margin-bottom: 10px;
    }

    .btn-prim-gets {
        position: relative;
        bottom: 0;
    }

    .cntry-insta-reels .best-str-wrapper .best-hero-cntry {
        padding-top: 20px;
    }

    .cntry-insta-reels .best-str-wraps {
        padding-top: 0 !important;
    }

    .importance-box-bottom {
        margin-top: 0;
        transform: translateX(0);
    }

    .importance-box-top {
        margin-top: 0;
    }

    .importance-box-bottom-right {
        margin-top: 0;
        transform: translateX(0);
    }

    #howtostart-sec .col-sm-4 {
        width: 100%;
    }

    .tiktok-pg #best-str .best-hero-cntry {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .guest .navbar-hero {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: unset;
        padding: 0;
    }

    .guest .navbar-hero {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
        height: 42px;
    }

    .guest .navbar-hero .navbar-toggler {
        display: block;
        background-color: #ffffff;
        border: none;
        color: #000;
        margin: 10px 0;
    }

    .guest .navbar-hero .collapse {
        width: 100%;
    }

    .guest .navbar-hero .nav-link {
        margin: 5px 0;
        padding: 8px 10px;
        font-size: 14px;
    }

    .showondesktop {
        display: none;
    }

    .showonmobile {
        display: block;
    }

    .guest .navbar-collapse {
        display: none !important;
        background: #160F2F;
        border-radius: 10px;
        border: 0;
    }

    .guest .navbar-collapse.in {
        display: block !important;
    }

    .guest .navbar-nav {
        background: transparent;
        box-shadow: none;
        border: 0;
        padding: 0;
        display: block;
        margin: 0;
        height: auto;
    }

    .guest .navbar-default li a {
        color: #fff;
        background-image: none;
    }

    .guest .navbar-default .navbar-nav>.active>a,
    .guest .navbar-default .navbar-nav>.active>a:hover,
    .guest .navbar-default .navbar-nav>.active>a:focus,
    .guest .navbar-default .navbar-nav li a:hover {
        background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%) !important;
        color: #fff !important;
    }

    .guest .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .guest .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .guest .navbar-default .navbar-toggle:hover,
    .guest .navbar-default .navbar-toggle:focus {
        background-color: #d232f6;
    }

    .btn-wrap .btn.btn-primary+.btn.btn-primary {
        margin-left: 10px;
    }

    .login-top {
        width: 100%;
    }

    .login-img {
        right: -38px;
    }

    .review-box .txt {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #solution::before {
        width: 76px;
        height: 76px;
        background-size: 76px 76px;
    }

    .txt br {
        display: none;
    }

    #solution .nav-tabs {
        margin-top: 20px;
    }

    .guest .nav-tabs li a {
        padding: 5px 10px;
        gap: 3px;
        font-size: 15px;
    }

    #solution .tab-content {
        margin-top: 10px;
    }

    .tab-box-first {
        padding: 15px 5px;
    }

    .tab-box {
        min-height: auto;
    }

    #affordable .row {
        display: block;
    }

    .affordable-img-wrap {
        margin: 0 auto 15px;
    }

    .about-img {
        transform: none;
        max-width: 100%;
    }

    .row.steps-row .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .best-selling-img-wrap {
        margin-top: 20px;
    }

    .best-selling-img-wrap {
        margin-bottom: 15px;
    }

    .row.feature-row {
        display: block;
        margin-top: 40px;
    }

    .row.importance-row {
        display: block;
    }

    .importance-box {
        min-height: unset;
    }

    .importance-img-wrap::before,
    .importance-img-wrap::after,
    .importance-img-line {
        display: none;
    }

    .ftr-txt {
        text-align: center;
        margin: 12px 0 0 auto;
        font-size: 14px;
    }

    .table-responsive {
        border: 0;
    }

    pre {
        padding: 15px;
        font-size: 14px;
    }

    #signup .row {
        display: block;
    }

    #signup::before {
        display: none;
    }

    #signup {
        height: auto;
    }

    .signup-left,
    .signup-right {
        height: auto;
    }

    .signup-left-content form {
        margin-top: 20px;
    }

    .signup-right-content .title br {
        display: none;
    }

    .term-sec .row {
        display: block;
    }

    #term-tab {
        padding: 30px 0;
    }

    .term-tabs li {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .term-tabs {
        gap: 3px;
    }

    .guest .nav-tabs li a {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .term-tab-content {
        margin-top: 10px;
        padding: 15px;
    }

    #contact-sec .premium-slide {
        min-height: auto;
        margin-right: 0;
    }

    .premium-slide {
        margin-right: 0;
        min-height: auto;
    }

    .why-premium-box {
        min-height: auto !important;
    }

    .welcome-wrap {
        display: none;
    }

    .social-cate-list-txt {
        display: none;
    }

    .social-cate-list li {
        flex: 0 0 auto;
        max-width: unset;
    }

    .about-content-row {
        display: flex;
        flex-wrap: wrap;
    }

    #about .col-sm-7 {
        width: 100%;
    }

    #about .col-sm-5 {
        width: 100%;
    }

    .guest:not(.darkmode) .navbar-collapse {
        background: #fff !important;
    }

    .guest:not(.darkmode) .navbar-default li a {
        color: #000 !important;
        background-image: none;
        background: rgba(88, 56, 228, 0.10) !important;
        border: 1px solid rgba(255, 255, 255, 0.11) !important;
        width: 100% !important;
        max-width: 100%;
    }

    .guest:not(.darkmode) .navbar-default .navbar-nav>.active>a,
    .guest:not(.darkmode) .navbar-default .navbar-nav>.active>a:hover,
    .guest:not(.darkmode) .navbar-default .navbar-nav>.active>a:focus,
    .guest:not(.darkmode) .navbar-default .navbar-nav li a:hover {
        color: #000 !important;
    }

    .import-sec .importance-box {
        min-height: auto;
    }

    .steps-box-do {
        min-height: auto;
    }

    .smmbng .login-img {
        bottom: unset;
        top: 12px;
    }

    .cntry-pages .smm-Best .steps-box {
        margin-top: 20px !important;
        width: 100%;
        margin: auto;
    }

    .cntry-pages .smm-Best .steps-box .txt {
        width: 100%;
    }

    .perium-wrapper .ser-box {
        margin-bottom: 20px;
    }

    .img-mans {
        bottom: 0;
    }

    #types-sec .btn-wrap {
        padding-bottom: 20px;
    }

    #types-sec .steps-box {
        min-height: auto;
    }

    .but-fb .ser-box {
        min-height: auto;
    }

    .tb-cards {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .best-rows-one .row.step-others-row .col-sm-4 {
        width: 100%;
    }

    #how-to-social {
        padding-top: 0;
        padding-bottom: 50px;
    }

    #types-sec {
        overflow: hidden;
    }

    #best-str {
        overflow: hidden;
    }

    .step-yt-card img {
        margin: auto;
    }

    .simple-slides {
        position: relative;
        margin-top: 20px;
    }

    #why-choose-yt {
        padding-bottom: 0;
    }

    #benefits-youtube {
        padding-top: 50px;
    }

    .sr-row .ser-box {
        margin-top: 20px;
    }

    .ser-boxes {
        display: flex;
        flex-wrap: wrap;
    }

    .best-stra .best-stra-img {
        padding-top: 20px;
    }

    .smmgets-yt .steps-box {
        overflow: hidden;
        min-height: auto;
        height: auto;
    }

    .smmgets-yt .steps-box img {
        padding-top: 20px;
    }

    .ser-box {
        margin-top: 20px;
    }

    .cntry-insta-reels .step-others-row-one .col-sm-4 {
        width: 100%;
    }

    .cntry-insta-reels .x-img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cntry-insta-reels #more-socials-sec {
        padding: 0 !important;
    }

    #more-socials-sec .step-more-row {
        display: block;
    }

    #more-socials-sec {
        padding-top: 0;
    }

    .mt-row-top .col-sm-4 {
        width: 100%;
    }
}

@media (max-width:550px) {
    .guest .navbar-collapse.in {
        display: block !important;
    }

    .step-hero-row .well .btn.btn-primary {
        position: relative !important;
        bottom: 0 !important;
    }

    .step-row .well .btn.btn-primary {
        margin: auto;
    }

    .step-row h2 {
        font-size: 20px !important;
    }

    .hero_btn {
        top: 10px !important;
    }

    .step-row h1 {
        font-size: 20px !important;
    }

    .step-row h3 {
        color: #FFF;
        font-size: 20px !important;
    }

    .step-row h4 {
        font-size: 20px !important;
    }

    .step-hero-row .well {
        min-height: auto !important;
    }

    .guest .navbar-collapse {
        display: none !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle {
        border: 1px solid rgba(233, 214, 250, 0.08) !important;
        background: linear-gradient(102deg, rgba(152, 188, 230, 0.10) 18.92%, rgba(138, 61, 178, 0.10) 100.66%) !important;
        box-shadow: 7.83px -6.83px 5.83px 1px rgba(49, 66, 144, 0.20) inset, -7.83px 8.83px 5.83px 0px rgba(255, 255, 255, 0.03) inset;
    }

    .navbar-right {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-right li a {
        max-width: 131px;
    }

    #topsec,
    #solution,
    #cheapest {
        padding: 20px 0;
    }

    .title-label {
        border-radius: 5px;
        padding: 5px;
    }

    .title-label-txt {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .main-title {
        font-size: 35px;
        line-height: 1.1;
        letter-spacing: 0;
    }

    .txt {
        font-size: 14px;
        line-height: 1.3;
    }

    .dot-listing li p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .btn.btn-primary {
        min-width: 140px;
        padding: 12px 8px;
    }

    .login-wraper {
        margin-top: 20px;
    }

    .login-img {
        display: block;
        max-width: 100%;
        right: 0;
        position: relative;
        bottom: 0;
    }

    .login-top {
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        margin: 0;
    }

    .login-bottom {
        margin: 12px 0 0 0;
        gap: 0 10px;
    }

    .login-frm-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .review-box {
        min-height: auto;
    }

    .review-box .txt {
        margin-top: 5px;
    }

    .title-sub {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .title {
        font-size: 30px;
        line-height: 1.2;
    }

    .title br,
    .txt br {
        display: none;
    }

    #solution .nav-tabs {
        margin-top: 20px;
    }

    .guest .nav-tabs li a {
        padding: 10px 12px;
        gap: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    #solution .nav-tabs {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }

    #solution .nav-tabs .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #solution .tab-content {
        margin-top: 15px;
    }

    .tab-box-first {
        padding: 15px 10px;
        min-height: unset;
    }

    .tab-box-first .tab-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .tab-box.tab-box-first .txt {
        font-size: 15px;
    }

    .tab-box {
        padding: 15px;
        margin-bottom: 15px;
        min-height: auto;
        text-align: center;
    }

    .tab-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .tab-box .txt {
        font-size: 15px;
    }

    #affordable .row {
        display: block;
    }

    #affordable {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-title br {
        display: none;
    }

    .about-content-row::after {
        display: none;
    }

    .about-img {
        max-width: 100%;
        transform: translateX(0);
    }

    .why-premium-box-row {
        margin-top: 15px;
    }

    .ftr-title {
        width: 100%;
    }

    #about {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #premium {
        padding: 20px 0 0;
    }

    .premium-slider {
        margin-top: 30px;
    }

    .premium-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .txt.premium-txt {
        font-size: 14px;
        line-height: 1.4;
    }

    .premium-slide {
        min-height: auto;
        margin-right: 0;
    }

    .premium-slider .slick-dots {
        padding: 0;
        margin-top: 0;
    }

    #why {
        padding: 20px 0;
    }

    .why-img-wrap {
        display: none;
    }

    .row.steps-row {
        margin-top: 0;
        display: block;
    }

    .steps-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .steps-txt {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
    }

    .steps-box {
        display: block;
    }

    #video {
        padding: 25px 0;
    }

    .video-wrap iframe {
        height: 200px;
    }

    .row.selling-row {
        margin-top: 30px;
    }

    .best-selling-img-wrap {
        margin-top: 30px;
    }

    .selling-title {
        font-size: 28px;
    }

    #grow {
        padding: 20px 0;
    }

    .infobox-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .infobox-txt {
        font-size: 14px;
        line-height: 1.2;
    }

    .infobox::after {
        width: 100%;
    }

    .infobox {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #feature {
        padding: 20px 0;
    }

    .row.feature-row {
        margin-top: 20px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-title br {
        display: none;
    }

    .feature-box {
        padding: 15px;
        min-height: auto;
    }

    .feature-circle-img {
        display: none;
    }

    #offering {
        padding: 15px 0;
    }

    .payment-ul li .paymeny-box {
        margin: 5px;
        padding: 5px;
    }

    .clientslide-info {
        display: block;
    }

    .clientslide-info-img {
        max-width: 30px;
        height: 30px;
        flex: 0 0 30px;
        background-size: 100% 100%;
    }

    .clientslide-info-content {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        padding-left: 6px;
    }

    .clientslide-info-title {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .clientslide .txt {
        font-size: 12px;
        line-height: 1.3;
    }

    #importance {
        padding: 20px 0;
    }

    .importance-left-img-wrap {
        display: none;
    }

    .importance-row {
        margin-top: 15px;
        display: block;
        margin-bottom: 10px;
    }

    .importance-box {
        padding: 10px;
        min-height: auto;
        border-radius: 10px;
    }

    .importance-title {
        font-size: 20px;
    }

    .importance-row .col-sm-4:nth-child(2) {
        display: none;
    }

    #faq {
        padding: 10px 0 0;
    }

    .row.faq-row {
        margin-top: 15px;
    }

    .faq-row .card .btn.btn-link {
        font-size: 14px;
        line-height: 1.2;
        padding: 8px;
    }

    .faq-row .card {
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .faq-row .card .card-body .txt {
        font-size: 14px;
        line-height: 1.2;
    }

    .guest-ftr {
        padding-top: 30px;
    }

    .contact-list li a {
        margin-bottom: 12px;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .ftr-menu li a {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .row.ftr-btm-row {
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .social-link-ftr {
        justify-content: center;
        margin-bottom: 5px;
    }

    .ftr-txt,
    .ftr-txt a {
        font-size: 12px;
        text-align: center;
        display: block;
    }

    #grow::after,
    #faq::after {
        display: none;
    }

    .row.about-content-row {
        display: block;
    }

    .guest::before,
    #cheapest::before,
    #grow::before {
        display: none;
    }

    .steps-box-right {
        max-width: 100%;
        padding: 0;
    }

    .steps-box-num {
        width: 60px;
        height: 60px;
        font-size: 23px;
    }

    .steps-box-left {
        max-width: 60px;
        margin-bottom: 5px;
    }

    .navbar-default li a {
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .guest .navbar-default {
        padding-top: 2px;
        margin-bottom: 10px;
    }

    .guest::after {
        z-index: -1;
        right: 0;
    }

    .searchbox-wrap {
        border-radius: 10px;
        padding: 5px 0;
    }

    .searchbox-wrap .col-sm-6 {
        padding: 0 5px;
    }

    .form-control {
        height: 38px;
    }

    .searchbox-wrap .dropdown .dropdown-toggle {
        padding: 6px 12px;
        margin-bottom: 5px;
    }

    .searchbox-wrap form {
        margin: 0;
    }

    #contact-sec .premium-slide {
        min-height: auto;
        text-align: center;
    }

    .searchbox-wrap .form-control,
    .search-wrap .form-control {
        padding: 5px;
        margin-bottom: 5px;
    }

    .table-responsive {
        border: 0;
    }

    .my-table tr th {
        font-weight: 400;
        padding: 7px 12px !important;
    }

    .well {
        border-radius: 10px;
        padding: 10px;
    }

    .my-table tr td {
        padding: 7px 12px !important;
    }

    .ser-rate {
        border-radius: 5px;
        padding: 5px 10px;
    }

    .service-description .btn.btn-primary {
        width: 100%;
        padding: 7px 12px;
        border-radius: 5px;
    }

    .modal-header {
        padding: 7px;
    }

    .modal-title-txt {
        font-size: 18px;
        margin-left: 5px;
    }

    .modal-header .close {
        height: 28px;
        width: 28px;
        font-size: 26px;
    }

    .ser-desc-box {
        padding: 5px;
        margin-bottom: 5px;
    }

    .ser-desc-box-txt {
        font-size: 12px;
    }

    .searchbox-wrap .dropdown-menu {
        width: 100%;
        border: 1px solid #202041;
        background-color: #141430;
    }

    .searchbox-wrap .dropdown-menu li a {
        color: #fff;
        padding: 3px 10px;
    }

    .searchbox-wrap .dropdown-menu li a:hover {
        background-color: #3177FF;
    }

    .api-table1 tr td {
        font-size: 14px;
        padding: 5px !important;
    }

    .api-title {
        margin-bottom: 10px;
    }

    .api-table2 thead tr th {
        padding: 9px;
    }

    .api-table2 tbody tr td {
        padding: 10px 10px;
    }

    .example-title {
        font-size: 14px;
    }

    pre {
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
    }

    .api-title {
        font-size: 16px;
    }

    #signup {
        display: block;
        height: auto;
    }

    #signup .row {
        display: block;
    }

    .signup-left,
    .signup-right {
        display: block;
        height: auto;
    }

    .signup-logo {
        margin-bottom: 20px;
    }

    .signup-left-content .back-btn {
        margin-bottom: 15px;
        padding: 5px 8px;
        font-size: 14px;
    }

    .signup-left-content,
    .signup-right-content {
        width: 100%;
    }

    .signup-left-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .signup-left-txt {
        font-size: 14px;
        line-height: 1.2;
    }

    .signup-left-content form {
        margin-top: 15px;
    }

    #signup .form-control,
    #signup .form-control::placeholder {
        font-size: 14px;
    }

    .signup-right-content {
        padding: 0;
    }

    .topbar {
        padding: 7px;
        margin-bottom: 10px;
    }

    .topbar-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Welcome-title {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .Welcome-txt {
        display: none;
    }

    .topbar-center {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 5px auto 0;
    }

    .topbar-right-ul li a img {
        max-width: 28px;
    }

    .topbar-right {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .topbar-right-ul {
        gap: 6px;
    }

    .stats-box {
        border-radius: 5px;
        padding: 8px;
        margin-bottom: 10px;
    }

    .stats-username {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .stats-username-txt {
        font-size: 10px;
        line-height: 1.2;
    }

    .stats-box1 .row {
        display: block;
    }

    .stats-box1 .btn.btn-primary {
        margin: 10px auto;
        padding: 5px 8px;
        font-size: 12px;
        border-radius: 4px;
    }

    .stats-username,
    .stats-username-txt {
        text-align: center;
    }

    .performance-title {
        font-size: 14px;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }

    .stats-box1::before {
        display: none;
    }

    .stats-box-head-icon {
        width: 50px;
        height: 50px;
    }

    .stats-box-head-icon img {
        max-width: 26px;
    }

    .stats-box-head-title {
        line-height: 1.2;
    }

    .stats-box-head-txt {
        font-size: 18px;
        line-height: 1.2;
    }

    .stats-box-head {
        margin-bottom: 10px;
    }

    .social-cate-title-txt {
        font-size: 14px;
        line-height: 1.2;
    }

    .social-cate-btn {
        border-radius: 5px;
        padding: 5px;
        font-size: 12px;
        line-height: 1.4;
    }

    .social-cate-title {
        margin-bottom: 5px;
    }

    .social-cate-list {
        padding: 10px 0 0 0;
    }

    .social-cate {
        padding: 5px;
        gap: 0;
        font-size: 0;
    }

    .social-cate-list li {
        flex: 0 0 auto;
        max-width: unset;
    }

    .social-cate-list {
        justify-content: center;
    }

    .social-subcate-list {
        gap: 2.4px;
        padding: 10px 0 0 0;
    }

    .social-subcate-list li {
        flex: 0 0 auto;
        max-width: unset;
    }

    .social-subcate-list li a {
        padding: 10px 10px;
        border-radius: 5px;
    }

    .auth-well-head {
        padding: 10px;
    }

    .auth-well-body {
        padding: 10px;
    }

    .auth label {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .auth .form-control {
        font-size: 14px;
        height: 38px !important;
        padding: 6px 10px;
    }

    .nav-tabs2 .nav-item a {
        font-size: 14px;
        line-height: 1.2;
    }

    #servicename {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .ser-label {
        font-size: 14px;
        line-height: 1.2;
    }

    .serdetail-box {
        padding: 5px;
        border-radius: 5px;
    }

    .serdetail-box-wrap {
        margin-bottom: 5px;
    }

    body.auth {
        padding-bottom: 0;
    }

    .page-wrapper {
        padding-left: 0;
    }

    .sidebar-wrap {
        z-index: 9999;
    }

    .sidebar-profile {
        padding: 10px;
        border-radius: 10px;
    }
    .username {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .user-blnce-wrap {
        font-size: 14px;
    }

    .seperator {
        margin: 12px 0 10px;
    }

    .sidebar-menu-title {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .sidebar-menu li a {
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .menu-txt {
        margin-left: 5px;
    }

    .massorder-content-box .stats-username-txt {
        font-size: 12px;
        line-height: 1.2;
    }

    #links,
    #message {
        height: 150px !important;
    }

    .auth-well-head-txt {
        padding-left: 8px;
        font-size: 14px;
    }

    .serdetail-box-txt {
        font-size: 14px;
        line-height: 1.4;
    }

    .auth .nav.nav-pills li a {
        padding: 5px 8px;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .well.no-padding {
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .order-link-td {
        min-width: 300px;
        white-space: normal !important;
        word-break: break-word;
    }

    .order-ser-name {
        min-width: 200px;
        max-width: 200px;
        white-space: normal !important;
        word-break: break-word;
    }

    .order-status {
        font-size: 14px;
        line-height: 1.2;
    }

    .massorder-img-wrap img {
        max-width: 170px;
    }

    .ticket-history-box {
        padding: 5px;
    }

    .ticket-history-icon {
        flex: 0 0 38px;
        max-width: 38px;
    }

    .ticket-history-content-left-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
    }

    .ticket-history-content-left-txt {
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .ticket-history-content-right .ticket-history-content-left-txt {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
    }

    .ticket-history-list {
        margin: 10px 0 0 0;
    }

    .ticket-message {
        padding: 10px !important;
    }

    .massorder-content-row .payment-ul li {
        flex: 0 0 100px;
        max-width: 100px;
    }

    .massorder-content-row .payment-ul {
        justify-content: center;
    }

    .addfund-accordian .card .card-header button {
        padding: 5px 35px 5px 5px;
        font-size: 14px;
        white-space: wrap;
    }

    .addfund-accordian .card .card-body {
        padding: 0 5px 5px;
        font-size: 12px;
    }

    .auth-well-head-title {
        border-radius: 5px 5px 0px 0px;
        width: 42px;
        height: 42px;
        padding: 0px 5px;
    }

    .account-feature li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .account-feature-txt {
        padding-left: 0;
    }

    .account-feature-txt .account-feature-txt {
        padding-left: 5px;
        margin: 0;
        font-size: 14px;
    }

    .redeem-point-txt {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .redeem-point {
        font-size: 14px;
        line-height: 1.2;
    }

    .service-page .row {
        display: flex;
        flex-wrap: wrap;
    }

    .service-page {
        padding: 0 !important;
    }

    #ser-content-sec {
        padding: 20px 0;
    }

    .ser-cont-row {
        margin-top: 20px;
    }

    .ser-box {
        padding: 15px;
        margin-bottom: 20px;
    }

    .ser-box-title {
        font-size: 24px;
        margin: 10px 0;
        text-align: left;
    }

    .but-fb .ser-box {
        min-height: auto;
        margin-bottom: 20px;
    }

    .ser-box .txt {
        text-align: left;
    }

    .row.row-bb {
        padding-bottom: 30px;
    }

    .ser-cont-row2 .ser-box {
        min-height: auto;
    }

    #ser-order {
        padding: 0;
        overflow: hidden;
    }

    #ser-order .steps-box {
        min-height: auto;
    }

    .ser-premium-cont-row .premium-slide {
        min-height: auto;
        margin-top: 75px;
    }

    br {
        display: none;
    }

    #premium.ser-premium-sec {
        padding-bottom: 20px;
    }

    .about-img2-wrap::after {
        width: 120px;
        height: 107px;
        right: -16px;
        top: -12px;
    }

    .term-sec .row {
        display: flex;
        flex-wrap: wrap;
    }

    .term-sec {
        padding: 0 !important;
    }

    #term-tab {
        padding: 20px 0;
    }

    .term-tab-content {
        padding: 15px;
    }

    .term-title {
        font-size: 22px;
    }

    .topsec-btm-shade {
        display: none;
    }

    .affordable-img-shadow-wrap {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .affordable-img-shadow-wrap::before {
        width: 100%;
        height: 100%;
    }

    .row.feature-row {
        display: block;
    }

    .review-box .txt {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ser-desc-box-txt br {
        display: block;
    }

    .journey-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .journey-row .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #journey.mission {
        padding: 20px 0;
    }

    .mission-img-wrap::before,
    .mission-img-wrap::after {
        display: none;
    }

    .mission-img-wrap {
        margin-bottom: 15px;
    }

    .premium-slide-row {
        margin-top: 10px;
    }

    .premium-slider-img {
        width: 100px;
        height: 100px;
        top: -40px;
        background-size: 100px 100px;
    }

    .why-premium-box-row2 .why-premium-box {
        min-height: auto;
    }

    .about-img2-wrap::before,
    .about-img2-wrap::after {
        display: none;
    }

    .search-wrap .form-control::placeholder {
        font-size: 12px !important;
    }

    .account-table tbody tr td:first-child {
        min-width: 180px;
        max-width: 180px;
        width: 180px;
    }

    .account-status-title-wrap {
        white-space: normal;
        word-break: break-word;
    }

    .account-status-title-txt {
        line-height: 1.2;
        margin-left: 10px;
    }

    #solution::before {
        display: none;
    }

    .main-title br {
        display: block;
    }

    #review-sec {
        position: relative;
        padding-bottom: 0;
    }

    .search-wrap .inpt-icon+.form-control {
        width: 100%;
    }

    #signup::before {
        display: none;
    }

    #signup {
        overflow: hidden;
    }

    .signup-right::before {
        display: none;
    }

    .signup-right-img {
        transform: translateX(50px);
    }

    .row.steps-row .col-sm-6 {
        max-width: 100%;
    }

    #service_type option {
        color: #000;
    }

    .guest .nav-tabs li a {
        padding: 5px 8px;
        gap: 5px;
        margin-right: 3px;
        margin-bottom: 3px;
        font-size: 14px;
        min-height: 46px;
    }

    .modal-header .modal-title {
        white-space: normal;
        word-break: break-word;
        font-size: 14px;
    }

    .modal-title-txt {
        font-size: 14px;
    }

    #solution {
        padding-bottom: 0;
    }

    .signup-logo {
        margin-bottom: 10px;
    }

    .welcome-wrap {
        display: block;
    }

    .auth-well-head-title3-wrap {
        font-size: 15px;
    }

    .topbar-right-ul li a img {
        max-width: 26px;
    }

    .topbar-center .search-wrap .form-control {
        height: 40px !important;
    }

    .faq-row-wraps .card .btn.btn-link {
        color: #FFF;
        font-size: 14px;
        padding: 7px;
        width: 95%;
    }

    .faq-row-wraps .card .sp-step {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 8px;
    }

    .faq-row-wraps .card .txt {
        font-size: 14px;
    }

    #faq .container::before {
        display: none;
    }

    body:not(.darkmode) #topsec::before {
        display: none;
    }

    .cont-sec .faq-row-wraps::before {
        display: none;
    }

    .faq-row-wraps {
        margin-top: 0;
    }

    .toggle-container {
        height: 32px;
    }

    .smmbng .login-img {
        bottom: unset;
        top: 0;
    }

    .smm-Best .blue-txt {
        text-align: center;
        padding-top: 0;
    }

    .title-blue {
        font-size: 28px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cntry-pages .steps-box-do .dot-listing li p {
        padding-bottom: 10px;
    }

    .cntry-pages .steps-box {
        display: block;
        margin-bottom: 10px !important;
    }

    #smm-get .title {
        font-size: 28px !important;
    }

    .cntry-pages .smm-custom .premium-slide {
        padding: 15px;
    }

    .smmbng .main-title {
        font-size: 35px;
    }

    .cntry-pages #why .steps-box {
        min-height: auto;
    }

    .but-fb .ser-box {
        min-height: auto;
    }

    .smm-buys {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    .in-likes .ser-box {
        min-height: auto !important;
    }

    .ftr-menu {
        height: auto;
    }

    .ftr-menu:first-child {
        width: 100%;
    }

    .ftr-menu:last-child {
        width: 100%;
    }

    .step-footer-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
    }

    .contact-info-ul {
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .contact-info-ul .contact-info-link {
        width: 80px;
        height: 80px;
        background-size: 100% 100%;
        margin: 3px;
    }

    .contact-info-ul .contact-info-link img {
        max-width: 50px;
    }

    .row.best-rows .best-hero-cntry {
        padding-bottom: 20px;
    }

    #benefits-of-social .slide-social-wrapper .ser-box {
        min-height: auto;
    }

    #benefits-of-social .superior-slider-nav1 {
        margin: 20px auto;
    }

    #how-to-social {
        padding-bottom: 20px;
    }

    #types-sec .btn-wrap {
        justify-content: start;
    }

    #types-sec .steps-box .steps-box-num {
        font-size: 25px;
    }

    #types-sec {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .row.step-others-row {
        margin-top: 20px;
        padding: 0;
    }

    .row.step-others-row .title {
        font-size: 30px;
    }

    .row.step-others-row .blue-txt {
        font-size: 30px;
    }

    .best-rows-one {
        padding-bottom: 30px !important;
    }

    .smm-gets-wrapper .row.steps-box img {
        margin-top: 20px;
    }

    .best-str-wrapper {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .best-str-wrapper .best-hero-cntry {
        padding-top: 20px;
    }

    .super-refund .row.steps-box {
        padding: 0;
    }

    .ser-box-heros .btn.btn-primary {
        margin-bottom: -36px;
    }

    #types-sec {
        padding-bottom: 0;
        position: relative;
    }

    .best-str-wrapper .best-hero-cntry {
        padding-top: 0;
    }

    #the-slider {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .row.best-rows .btn-wrap .btn.btn-primary {
        margin-bottom: 10px;
    }

    #how-does::before {
        display: none;
    }

    .best-stra {
        padding-bottom: 0 !important;
    }

    #why-choose-yt .title {
        font-size: 30px;
    }

    #why-choose-yt {
        padding-top: 30px;
    }

    .sp-yt2 {
        font-size: 30px;
    }

    .simple-slides .ser-box {
        margin-right: 15px;
        width: 370px;
        min-height: auto;
    }

    .btn-get {
        position: relative;
        bottom: 0;
    }

    #benefits-youtube {
        padding-top: 0;
        padding-bottom: 0 !important;
    }

    .youtube-pages #best-str {
        padding-top: 20px !important;
    }

    #benefits-youtube .blue-txt {
        font-size: 30px;
    }

    .ser-boxes .elevate-img img {
        width: 100%;
        max-width: unset;
        margin-bottom: -27px;
    }

    .sr-row .ser-box {
        min-height: auto;
    }

    .step-yt-card {
        min-height: auto;
    }

    #benefits-youtube .txt {
        width: 100%;
        margin: auto;
    }

    #how-comp-sec {
        padding-top: 20px;
    }

    .flex-hero-wrp ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .step-under-two li {
        font-size: 14px;
    }

    .flex-hero-wrp ul li {
        font-size: 20px;
    }

    .smmgets-yt .steps-box {
        padding: 15px 0;
    }

    .smm-gets-wrapper .row.steps-box {
        padding-bottom: 15px;
    }

    .best-stra-warpper-img img {
        padding-bottom: 10px;
    }

    .row.row-double-wraps {
        padding-top: 0;
    }

    .youtube-watch #best-str {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .ser-box-two {
        height: auto;
        overflow: hidden;
    }

    .youtube-comments #best-str {
        padding-bottom: 0 !important;
    }

    .youtube-comments .login-img {
        padding-top: 10px;
    }

    .cntry-insta-reels .smm-insta {
        padding-bottom: 20px !important;
    }

    .cntry-insta-reels .instant-sec-wrapper {
        padding-top: 20px;
    }

    .premium-slide-wrapper {
        margin-right: 0;
        min-height: auto;
    }

    .cntry-insta-reels .mt-row-top {
        padding-top: 20px;
    }

    .row.how-reels-row .card-header .btn.btn-link {
        font-size: 16px;
    }

    .row.how-reels-row .card {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .row.how-reels-row .sp-step {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .row.how-reels-row .card .card-body {
        margin-left: 75px;
    }

    .cntry-insta-reels .row.how-reels-row {
        padding-top: 0;
    }

    .row.how-reels-row .infobox {
        margin-bottom: 50px;
    }

    .row.how-reels-row .infobox:last-child {
        margin-bottom: 20px;
    }

    #more-socials-sec .step-more-row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    #more-socials-sec .step-more-row img {
        padding-bottom: 20px;
    }

    .cntry-insta-reels #importance {
        padding-top: 20px !important;
    }

    .cntry-insta-reels .importance-row-one {
        margin-top: 0;
    }

    .cntry-insta-likes .smm-insta {
        padding-bottom: 20px !important;
    }

    .cntry-insta-reels #importance .row.steps-box {
        padding-bottom: 20px;
    }

    .cntry-insta-likes .mt-row-top {
        padding-top: 20px;
    }

    .cntry-insta-likes .instagram-likes-sec {
        padding-top: 20px;
    }

    .cntry-insta-likes .col-sm-4 {
        width: 100%;
    }

    .cntry-insta-likes #more-socials-sec {
        padding-top: 20px;
    }

    .cntry-insta-likes .super-top {
        padding-top: 20px !important;
    }

    .cntry-insta-likes .x-img {
        padding-top: 20px;
    }

    .cntry-insta-foll #topsec {
        padding-bottom: 20px !important;
    }

    .cntry-insta-foll .step-others-row {
        padding-top: 20px;
    }

    .cntry-insta-foll #more-socials-sec {
        padding-top: 20px;
    }

    .cntry-insta-foll .how-reels-row .x-img {
        padding-top: 20px;
    }

    #more-socials-sec {
        padding-bottom: 0;
    }

    .row.how-reels-row .infobox {
        margin-top: 20px;
    }

    .cntry-insta-foll #insta-slides {
        padding-top: 20px;
    }

    .row.step-others-row .col-sm-4 {
        width: 100%;
    }

    .cntry-insta-likes .importance-row-one {
        margin-top: 0;
    }

    .cntry-insta-likes #more-socials-sec {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .cntry-insta-likes .steps-box img {
        padding-bottom: 20px;
    }

    .cntry-insta-likes .row.how-reels-row .infobox {
        margin-top: 20px;
    }

    .tiktok-pg .reviews-wrapper {
        padding-bottom: 20px !important;
    }

    .tiktok-pg #benefits-of-social .ser-box {
        min-height: auto;
    }

    .our-exclusive-sec .ser-box {
        margin-top: 0;
    }

    .tiktok-pg #types-sec {
        padding-top: 0;
    }

    .tiktok-types .steps-box .steps-box-right {
        padding-left: 0;
    }

    .tiktok-types .steps-box .steps-box-left {
        padding-bottom: 0;
    }

    #types-sec::before {
        display: none;
    }

    #types-sec .txt {
        width: 100%;
    }

    #howtostart-sec .row.step-others-row {
        padding-bottom: 20px;
        padding-top: 20px;
        border-radius: 15px;
    }

    #smmx-other {
        padding-top: 0;
    }

    #howtostart-sec .row.step-others-row .txt.text-center {
        padding-bottom: 0;
    }

    #smmx-other .row.step-others-row .title {
        padding-top: 20px;
    }

    .table-wraps {
        padding-top: 0;
    }

    .table-wraps table thead tr th {
        font-size: 16px;
        padding-left: 0;
    }

    .table-wraps table tbody tr td {
        font-size: 14px;
    }

    .tiktok-pg #smm-get .row {
        border-radius: 0;
        padding-left: 0;
    }

    #benefits-of-social {
        overflow: hidden;
    }

    .tiktok-pg #benefits-of-social .ser-box {
        min-height: auto !important;
    }

    .tiktok-pg #benefits-of-social .ser-cont-row {
        margin-top: 0;
    }

    .tiktok-pg #best-str .best-hero-cntry {
        padding-top: 20px;
    }

    .tiktok-pg .benefits-wrapper::before {
        display: none;
    }

    .tiktok-pg .main-title br {
        display: none;
    }

    #types-sec .btn-wrap {
        justify-content: start;
    }

    .modal-header .close {
        top: -4px;
        right: -6px;
    }

    .ftr-menu {
        width: 100%;
    }

    #how-tabs {
        padding: 15px 0;
    }

    .how-tab {
        border-radius: 12px;
        padding: 14px;
        font-size: 16px;
        margin-bottom: 10px;
        background-size: 100% 100% !important;
    }

    .how-tabs-box {
        padding: 15px 15px 15px 15px;
    }

    .how-tabs-box-img {
        display: none;
    }

    .how-order-h-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .how-order-h-tab {
        margin-top: 40px;
        border-radius: 12px;
        padding: 12px;
    }

    .how-order-h-tab .nav-tabs {
        flex-wrap: wrap;
    }

    .how-order-h-tab .nav-tabs .nav-item {
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 5px;
    }

    .how-order-h-tab .nav-tabs .nav-item {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .how-order-h-tab .tab-content {
        padding: 15px;
    }

    .how-order-h-tabcontent-txt {
        font-size: 16px;
    }

    .social-link-ftr li a {
        margin: 0 5px 0 0;
    }

    #solution .tab-box .btn.btn-primary {
        margin: auto;
    }

    .faq-row-wraps .card .btn.btn-link h3 {
        margin: 0;
        font-size: 14px !important;
        font-weight: 400;
        max-width: 81%;
    }

    .contactus::before {
        display: none;
    }

    .contactus-img-wrap::after {
        display: none;
    }

    .contact-info-ul {
        margin: 20px 0;
    }

    #contact-info {
        padding: 40px 0;
    }

    .smmbng-do .title-blue {
        padding-top: 20px;
    }

    .smm-Best .btn.btn-primary.btn-center {
        margin-bottom: 20px;
    }

    #smm-get .row {
        padding-left: 0;
        padding-right: 0;
    }

    #how-does {
        overflow: hidden;
    }

    #how-comp-sec {
        overflow: hidden;
    }

    #types-sec .step-rows {
        padding-left: 0;
        padding-right: 0;
    }

    .order-detail-ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .seo-packages-row {
        margin: 0 0 15px;
        padding: 15px 0;
    }

    .seo-packages-row .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .txt.seo-packages-b {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .seo-point-txt {
        margin-bottom: 2px;
    }

    .seo-packages-img-wrap img {
        margin: 25px auto;
    }

    .feature-list-wrap li.halfsize {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .halfsize .feature-wrap .feature-img-wrapper,
    .halfsize .feature-wrap .feature-wrap-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .halfsize .feature-wrap {
        flex-wrap: wrap;
    }

    .halfsize .feature-wrap-content .feature-title {
        text-align: center;
    }
}