* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter Tight", sans-serif;
    background-color: #0D060F;
    color: #fff;
}

.auth {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/auth_bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong,
b,
label,
input,
button,
textarea,
select,
div,
section {
    font-family: "Inter Tight", sans-serif;
}

.guest {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/top_bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 0 !important;
}

ul {
    padding: 0;
    list-style: none;
}

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

.span_title {
    border-radius: 16px;
    min-width: 316px;
    min-height: 42px;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/box_shadow.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    overflow: hidden;
}

.main-title {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 119.714%;
}

.txt {
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.guest #top_sec form {
    margin-top: 30px;
}

.guest .form-control {
    border-radius: 21px;
    border: 1px solid #3F2447;
    background: #1B0D1F;
    min-height: 66px;
    padding: 12px 65px;
    color: #fff;
}

.form-group {
    position: relative;
}

.inpt_icon {
    position: absolute;
    top: 8px;
    left: 8px;
}

.checkbox__remember label {
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.checkbox__remember .forgot-password {
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    bottom: 0;
}

.trust_img {
    padding-top: 15px;
}

.checkbox__remember {
    margin-top: 0;
}

.btn.btn-primary {
    border-radius: 16px;
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
    border: none;
    min-width: 115px;
    min-height: 48px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

.btn-pulse:hover {
    background-color: #3498db;
    color: white;
    animation: pulse 1.5s infinite;
}

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

    50% {
        transform: scale(1.1);
    }

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

.row.social_icons {
    padding-top: 50px;
    border-bottom: 1px solid #302035;
    padding-bottom: 30px;
}

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

.social_list li {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    margin-right: 12px;
}

.social_list li:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.provide_title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.video-box {
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

.step_shadow_img {
    position: relative;
    overflow: hidden;
}

.step_shadow_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.step_shadow_img::before {
    content: "";
    position: absolute;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(27, 7, 31, 0.00) 0%, #1B071F 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('https://i.23robo.info/projects/go-dark/assets/img/play_btn.webp') no-repeat center;
    background-size: 100% auto;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.step_txt {
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(7.5px);
    width: 89%;
    min-height: 42px;
    padding: 11px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#video_sec .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

#video_sec .modal-content {
    position: relative;
    width: 90%;
    max-width: 256px;
    background: transparent;
}

#video_sec .modal-content iframe {
    width: 100%;
    height: 450px;
}

#video_sec .close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
}

#why_us {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/bracket.webp');
    background-repeat: no-repeat;
    background-position: center;
}

.why_title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.why_title::before {
    content: '';
    position: absolute;
    background: url('https://i.23robo.info/projects/go-dark/assets/img/why_us_left.webp') no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    left: 32%;
    top: 0;
}

.why_title::after {
    content: '';
    position: absolute;
    background: url('https://i.23robo.info/projects/go-dark/assets/img/why_us_right.webp') no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    right: 32%;
    top: 0;
}

.title {
    color: #FFF;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.why_box {
    border-radius: 14px;
    background-color: #180C1C;
    padding: 25px;
    min-height: 400px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.why_box1::before {
    content: '';
    position: absolute;
    width: 224.849px;
    height: 110px;
    background: rgba(255, 255, 255, 0.54);
    filter: blur(22.549999237060547px);
    z-index: -1;
    top: -111px;
    left: 0;
    right: 0;
    margin: auto;
}

.why_txt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.why_desc {
    color: #A39EA4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.why_box2 {
    padding: 0;
}

.why_box3 {
    padding: 0;
}

.why_box2 .why_content,
.why_box3 .why_content {
    padding: 25px;
}

.why_box1 .why_content {
    margin-top: 42px;
}

.why_box3 .why_content {
    margin-top: -32px;
}

.why_box2 .why_content {
    margin-top: -92px;
}

.row.why_box_row {
    margin-top: 30px;
}

.why_bg {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/str.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.why_box1 img {
    position: relative;
    padding-top: 20px;
}

.what_img_wrapper {
    max-width: 660px;
}

.purple_txt::before {
    display: none;
}

.purple_txt::after {
    right: 49%;
}

.purple_txt {
    color: #BF2FD8;
    font-size: 24px;
}

#what_we_do {
    padding: 80px 0;
    overflow: hidden;
}

#what_we_do .btn.btn-primary {
    margin-top: 10px;
}

#run_your_social {
    padding: 80px 0;
}

#run_your_social .title {
    font-size: 48px;
}

.btn.btn-secondary {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/button_bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 14px 30px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step_right .btn.btn-secondary span svg {
    transform: translateY(3px);
}

.step_right .btn.btn-secondary {
    margin-top: 10px;
}

.run_social_box {
    border-radius: 30px;
    border: 1px solid #302035;
    background: #180C1C;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 351px;
}

.run_social_icon li {
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #25162A;
    box-shadow: 0px 7px 11.8px 0px rgba(0, 0, 0, 0.69);
    margin-bottom: 15px;
    padding: 10px;
    height: 103px;
    padding-left: 25px;
}

.run_social_icon_img {
    width: 41px;
    height: 41px;
    border-radius: 14px;
    background: #422C4A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.run_social_txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126.05%;
    letter-spacing: -0.64px;
    margin: 0;
}

.run_social.desc {
    color: #A39EA4;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.run_social_icon {
    padding-bottom: 20px;
    padding-top: 10px;
}

.run_img {
    padding-bottom: 20px;
}

.seam_title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.05%;
    letter-spacing: -0.96px;
}

.seam_txt {
    color: #A39EA4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.row.run_social_row {
    padding-top: 20px;
}

.run_social_box2 {
    padding: 0;
}

.run_social_box2 .run_content {
    padding: 25px;
    margin-top: -170px;
}

.about_section .why_title::after {
    right: 43%;
}

#what_we_do .title {
    font-size: 48px;
}

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

.step_abt_img {
    position: relative;
}

.step_abt_img::before {
    content: '';
    position: absolute;
    width: 406px;
    height: 213px;
    border-radius: 406px;
    background: #BF2FD8;
    filter: blur(199.25px);
    z-index: -1;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

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

.row.tab_wrapper .nav-tabs {
    border: none;
    padding-top: 15px;
    margin-bottom: 30px;
}

.row.tab_wrapper .nav-tabs .nav-item .nav-link {
    border-radius: 23px;
    border: 1px solid #512B5D;
    background: #230B27;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    padding: 15px 34px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
}

.row.tab_wrapper .nav-tabs .nav-item.active .nav-link {
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
}

.tab_content_left {
    border-radius: 35px;
    background: #180C1C;
    border: 1px solid #302035;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.tab_content_left::before {
    content: '';
    position: absolute;
    width: 622px;
    height: 39px;
    border-radius: 622px;
    background: #BF2FD8;
    filter: blur(81.8499984741211px);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.tab_title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.05%;
}

.tab_txt {
    color: #A39EA4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tab_content_left .btn.btn-secondary {
    margin-top: 30px;
}

.tab_content_img {
    text-align: center;
    border-radius: 24px;
    border: 1px solid #191919;
    background: #25162A;
    position: relative;
    padding: 30px;
    margin-top: 35px;
}

.tab_content_img img {
    margin: auto;
    padding-bottom: 5px;
}

.tab_content_img .tab_content_txt {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tab_content_img::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/smm_left.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tab_content_img::after {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/smm_right.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.tab_content_right {
    border-radius: 35px;
    border: 1px solid #302035;
    background: #180C1C;
    padding: 15px;
}

.hero_box {
    border-radius: 26px;
    border: 1px solid #202020;
    background: #25162A;
    margin-top: 20px;
    padding: 25px;
}

.reach_section .row {
    display: block !important;
}

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

.row.step_row {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#how_it_works .col-sm-4 {
    width: 25%;
    margin: auto;
}

.reach_section .title {
    font-size: 40px !important;
}

#how_it_works .why_title {
    color: #BF2FD8;
}

#how_it_works .why_title::before {
    left: 27%;
}

#how_it_works .why_title::after {
    right: 27%;
}

.step_rise_box1::before {
    content: '';
    position: absolute;
    width: 134px;
    height: 232px;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/curve01.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    top: 9px;
    right: -110px;
}

.step_rise_box2::before {
    content: '';
    position: absolute;
    width: 134px;
    height: 232px;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/curve02.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    top: 9px;
    right: -118px;
}

.row.step_row .btn.btn-primary {
    display: flex;
    align-items: center;
    margin: 50px auto;
    justify-content: center;
    max-width: 533px;
    border-radius: 23px;
}

#testimonials .why_title {
    color: #BF2FD8;
}

#testimonials .why_title::before {
    left: 30%;
}

#testimonials .why_title::after {
    right: 30%;
}

#testimonials {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/hurt.webp');
    background-repeat: no-repeat;
    background-position: top center;
}

#testimonials .txt {
    padding-bottom: 30px;
}

.testimonial_item {
    border-radius: 18px;
    border: 1px solid #302035;
    background: #180C1C;
    box-shadow: 0px -10px 25.1px 0px rgba(255, 255, 255, 0.04) inset;
    padding: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 8px;
    opacity: 0.8;
    min-height: 280px;
}

.testimonial_name {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.testimonial_txt {
    color: #FFF;
    /* text-align: center; */
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.test_content p {
    color: #A39EA4;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.slick_wrapper {
    margin-bottom: 20px;
}

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

#faq .why_title {
    color: #BF2FD8;
}

.faq_nav {
    border-radius: 25px;
    border: 1px solid #302035;
    background: #180C1C;
    padding: 10px;
    width: max-content;
    margin: auto;
    margin-bottom: 40px !important;
    margin-top: 10px;
    padding-left: 0;
}

.faq_nav .nav-link {
    background: transparent;
    border: none;
    margin-left: 10px;
    color: #A39EA4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 54px;
    padding: 15px;
}

.faq_nav .nav-item.active .nav-link {
    border-radius: 17px;
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
    color: #fff;
}

.faq-row .panel-title a {
    border-radius: 25px;
    border: 1px solid #302035;
    background: #180C1C;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 18px;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
}

.faq-row .panel-title a::before {
    content: '';
    position: absolute;
    width: 642px;
    height: 50px;
    border-radius: 642px;
    background: #BF2FD8;
    filter: blur(41.25px);
    bottom: -70px;
    right: -150px;
}

.faq-row .panel-default {
    border-color: transparent !important;
    background: transparent !important;
    padding: 0;
}

.faq-row .panel-default .panel-heading {
    background: transparent;
    padding: 0;
    border: none;
}

.faq-row .panel-body {
    border-radius: 19px;
    border: 1px solid #302035 !important;
    background: #180C1C;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.faq-row .panel-body::before {
    content: '';
    position: absolute;
    width: 346px;
    height: 100px;
    border-radius: 46px;
    background: linear-gradient(180deg, #BF2FD8 0%, #8E23A0 100%);
    box-shadow: 6px 8px 12.3px 0px rgba(255, 255, 255, 0.11) inset;
    filter: blur(82.75px);
    z-index: 99999;
    right: -50px;
    bottom: -80px;
}

.faq-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-color: #311F37;
    border: 1px solid #302035;
    border-radius: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.faq-row .panel-title a[aria-expanded="true"] .faq-caret {
    transform: translateY(-50%) rotateX(-190deg);
}

.faq-icon {
    margin-right: 5px;
}

.faq-icon,
.faq-caret {
    line-height: 1;
}

.footer {
    background: #0f071a;
    color: #fff;
    padding: 40px 0;
    border-top: 1px solid #222;
}

.footer a {
    color: #ccc;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .social-icons i {
    margin-right: 10px;
}

.footer .btn-purple {
    background: #aa00ff;
    color: white;
    border: none;
}

.footer .btn-purple:hover {
    background: #cc33ff;
}

.payment-methods img {
    height: 25px;
    margin-right: 8px;
}

.bottom-text {
    margin-top: 20px;
    font-size: 12px;
    color: #888;
}

.footer_wrapper {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #09020B;
    position: relative;
    margin-top: 0;
}

.footer_logo {
    padding-bottom: 20px;
}

.footer_wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    border-radius: 1446px;
    background: #BF2FD8;
    filter: blur(146.25px);
    z-index: -2;
    left: 0;
    right: 0;
    margin: auto;
}

.footer_title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120.526%;
    letter-spacing: -0.4px;
    position: relative;
    padding-bottom: 10px;
}

.footer_title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 197px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #BF2FD8 0%, rgba(191, 47, 216, 0.00) 100%);
    left: 100px;
    top: -62px;
}

.footer_wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    border-radius: 1446px;
    background: #BF2FD8;
    filter: blur(146.25px);
    z-index: 0;
    bottom: 0;
}

.footer_uli {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer_uli li a {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(180deg, #BF2FD8 0%, #8E23A0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.quck_uls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quck_uls li a {
    color: #DAE6F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    height: 33px;
    padding: 12px;
    text-decoration: none;
}

.quck_uls li a:hover {
    border-radius: 13px;
    background: #BF2FD8;
}

.ready_title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.072%;
    padding-top: 5px;
}

.flex_btn .btn.btn.btn-primary,
.flex_btn .btn.btn-secondary {
    width: 151px;
}

.copy_write .txt {
    color: #9A9A9A;
}

.copy_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.copy_btn li a {
    color: rgba(154, 154, 154, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copy_write .col-sm-6:last-child {
    margin-left: auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.copy_write .txt {
    color: #9A9A9A;
    margin: 0;
}

.copy_write {
    border-top: 1px solid rgba(94, 85, 134, 0.32);
    padding-top: 20px;
    margin-top: 40px;
}

.footer_top_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #302035;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.guest .navbar-wrapper .navbar-right li a {
    color: #A39EA4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent !important;
}

.guest .navbar-wrapper .navbar-right li.active a {
    color: #fff;
}

.btn_hero .btn.btn-secondary {
    background-color: transparent !important;
    color: #fff !important;
    margin-right: 10px;
}

.btn_hero .btn.btn-primary {
    color: #fff !important;
}

.navbar-wrapper {
    padding-top: 15px;
}

#blog-sec {
    padding-top: 80px;
}

.txt_blog {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/box_shadow.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 316px;
    height: 42px;
    margin-bottom: 20px;
}

.row.step-blogs {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row.step-blogs h4 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 119.714%;
}

.row.step-blogs p {
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.well-steps {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 20px;
    min-height: 460px;
    margin-bottom: 20px;
}

#blog-wrapper img {
    border-radius: 20px;
}

.well-steps h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 119.714%;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3em;
    white-space: normal;
}

.txt-hero-one {
    max-height: 4.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
}

.well-steps .btn.btn-primary {
    position: absolute !important;
    bottom: 45px;
}

.well-steps img {
    min-height: 217px;
    height: auto;
}

.well_wrapper {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 20px;
    margin-bottom: 20px;
}

.well_wrapper img {
    border-radius: 20px;
}

.blog_post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.guest .well {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 20px;
}

.api_wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
}

.m-b-md {
    color: #F5F5F8;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin: 10px 0;
}

.api_wrapper tbody tr td {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 15px;
    padding-top: 15px;
    width: 50% !important;
}

.center-big-content-block .txt {
    padding-bottom: 30px;
}

.api_wrapper thead tr th {
    background: #0D060F;
    border: none;
    padding: 15px;
    width: 50% !important;
}

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

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

.m-t-md {
    color: #F5F5F8;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    padding-bottom: 10px;
}

pre {
    border-radius: 12px;
    background: #0D060F;
    border: none;
    color: #A39EA4;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 15px;
}

.guest .api_wrapper .form-control {
    min-height: 44px;
    padding: 15px;
    border-radius: 12px;
    background: #0D060F;
}

.api_wrapper tbody tr td a {
    color: #BF2FD7;
}

.api_wrapper .table_step tbody tr td:last-child {
    text-align: right;
}

.form-group {
    position: relative;
}

.guest .signup_page .form-control {
    min-height: 50px;
    border-radius: 15px;
    padding-left: 50px;
}

.guest .signup_page .inpt-icon {
    position: absolute;
    top: 7px;
    left: 7px;
}

.well_signup {
    width: 80%;
    margin-top: 150px;
}

.signup_page {
    padding: 80px 0;
    position: relative;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/bracket.webp');
    background-repeat: no-repeat;
    background-position: top center;
}

.signup_page::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/signup_bg.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.st_title {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.well_signup form {
    margin-top: 30px;
}

.well_signup form .form-group {
    width: 100%;
}

.well_signup form .form-group .btn.btn-primary {
    width: 100%;
    margin-top: 20px;
}

.well_signup form .col-md-6:last-child {
    width: 100%;
}

.step-right_signup .btn.btn-secondary {
    margin-left: auto;
    float: right;
    margin-bottom: 20px;
}

.step-right_signup {
    transform: translateX(40px);
}

#password_again.inpt-icon img {
    content: url('https://i.23robo.info/projects/go-dark/assets/img/password.webp');
}

#password.inpt-icon img {
    content: url('https://i.23robo.info/projects/go-dark/assets/img/password.webp');
}

#email.inpt-icon img {
    content: url('https://i.23robo.info/projects/go-dark/assets/img/email.webp');
}

.signup_page .pull-right-middle {
    color: #A39EA4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.signup_page .pull-right-middle a {
    color: #D232F6;
}

.nav_wraps {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nav_wraps .search {
    width: 450px;
}

.nav_wraps .form-control {
    border-radius: 16px !important;
    border: 1px solid #180C1C;
    background: #0D060F;
    min-height: 62px;
    padding-left: 35px !important;
}

.nav_wraps .btn.btn-default {
    background: transparent;
    border: none;
    color: #fff;
}

.nav_wraps .btn.btn-default {
    background: transparent;
    border: none;
    color: #fff;
}

.nav_wraps .input-group-btn {
    position: absolute;
    top: 14px;
}

.nav_wraps .search .input-group {
    width: 100%;
}

.nav_wraps .btn.btn-primary {
    border-radius: 16px;
    border: 1px solid #180C1C !important;
    background: #0D060F !important;
    box-shadow: none;
    height: 62px;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_wraps .dropdown-menu {
    width: 100%;
    white-space: wrap;
    height: 300px;
    overflow: scroll;
    scrollbar-width: thin;
}

.nav_wraps .dropdown-menu li a {
    white-space: wrap;
}

.table thead tr th {
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    vertical-align: middle;
}

.table tbody tr td {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 10px;
    padding-top: 12px;
    vertical-align: middle;
    color: #A39EA4;
}

.service-name {
    width: 100%;
}

.bg_td {
    border: 1px solid #3C2843;
    background: #3C2843;
    color: #F5F5F8;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.btn_flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn_flex .btn.btn-secondary {
    background-color: transparent !important;
    width: 104px;
    height: 48px;
    border-radius: 13px;
}

.btn_flex .btn.btn-primary {
    width: 124px;
    height: 48px;
    border-radius: 13px;
}

.rate_per {
    border-radius: 10px;
    min-width: 89px;
    min-height: 40px;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/box_shadow.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    overflow: hidden;
}

.services_page .modal-content {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
}

.close {
    color: #fff;
    opacity: 1;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

.sidebar-wrap {
    position: fixed;
    left: 15px;
    top: 15px;
    bottom: 15px;
    height: 100%;
    width: 278px;
    z-index: 9999;
    border-radius: 30px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 15px;
    overflow-y: auto;
    scrollbar-width: none;
}

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

.sidebar-profile {
    background: url('https://i.23robo.info/projects/go-dark/assets/img/sidebar_logo.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 15px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.profile-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-profile .username {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.4px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.user-blnce-wrap {
    border-radius: 10px;
    border: 0.5px solid #E9D0FF;
    background: #0D060F;
    box-shadow: 5px 8px 17.1px 0 #BF2FD8 inset;
    width: 109px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.sidebar-menu-title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.sidebar-menu-title::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/dash.webp');
    width: 150px;
    height: 35px;
    background-repeat: no-repeat;
    top: -8px;
    left: 71px;
    z-index: 9;
}

.sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 16px;
    border: none;
    background: #0D060F;
    color: #A39EA4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin-bottom: 6px;
    padding: 8px;
    position: relative;
    text-decoration: none;
}

.sidebar-menu li.active a {
    border-radius: 16px;
    background: linear-gradient(270deg, #9525A8 0%, #BF2FD8 100%);
    box-shadow: 0 9px 23.3px 0 rgba(191, 47, 216, 0.75), 5px 8px 17.1px 0 #BF2FD8 inset;
    border: none;
    color: #fff;
}

.sidebar-menu li a:hover::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 52px;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/sidebrhover.webp');
    background-repeat: no-repeat;
    left: -18px;
    top: 5px;
}

.arrow_right {
    margin-left: auto;
    display: none;
}

.sidebar-menu li a:hover {
    border-radius: 16px;
    background: linear-gradient(270deg, #9525A8 0%, #BF2FD8 100%);
    box-shadow: 0 9px 23.3px 0 rgba(191, 47, 216, 0.75), 5px 8px 17.1px 0 #BF2FD8 inset;
    border: none;
    color: #fff;
}

.sidebar-menu li a:hover .arrow_right {
    display: flex;
}

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

.topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border: 1px solid #302025;
    border-radius: 20px;
    background-color: #180C1C;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.welcome-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blue-txt {
    color: #fff;
}

.Welcome-txt {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

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

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

.topbar-right-ul li {
    margin-right: 8px;
}

.topbar-right-ul li .dropdown-toggle {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/button_bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.topbar-left .pinner {
    margin-top: 8px;
}

.topbar-right .btn.btn-primary {
    width: 114px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
}

.wrapper {
    padding: 10px;
}

.welcome-box {
    border-radius: 23px;
    /* border: 1px solid #FFF; */
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    box-shadow: 6px 8px 13.6px 0 rgba(255, 255, 255, 0.11) inset;
    padding: 20px;
    position: relative;
    min-height: 282px;
}

.welcome-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 200px;
}

.welcome-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
}

.welcome-txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 280px;
}

.btn.btn-secondary.welcome-btn {
    width: 117px;
    height: 48px;
}

.welcome-box_wrapper {
    border-radius: 20px;
    border: 1px solid #302025;
    background-color: #180C1C;
    padding: 12px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 131px;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/bg_acc.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.welcome_img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.total-title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.total-txt {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.brand-cat-row {
    border-radius: 15px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 20px 20px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
}

.social_title {
    border-radius: 16px;
    border: 1px solid #180C1C;
    background: #0D060F;
    padding: 15px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
    width: 100%;
}

.brand-cat-row {
    border-radius: 15px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 20px 20px;
    margin-bottom: 24px;
}

.brand-cat-row a {
    border-radius: 16px !important;
    border: 1px solid #3C2843 !important;
    background: #3C2843 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    min-width: 152px;
    margin-right: 8px;
}

.brand-cat-row .icon {
    min-width: 30px;
    height: 30px;
    width: 30px;
}

.auth .container {
    width: 100%;
}

.auth .well {
    border-radius: 28px;
    border: 1px solid #302035;
    background-color: #180C1C;
}

.auth .well {
    border-radius: 28px;
    border: 1px solid #302035;
    background-color: #180C1C;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/str_shde.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.auth .form-control {
    border-radius: 17px;
    background: #0D060F;
    min-height: 60px;
    padding: 16px;
    color: #fff;
    border: none;
    resize: none;
}

textarea.form-control {
    min-height: 60px;
    padding: 20px !important;
}

.help-block {
    color: #fff;
}

.neworder .nav-tabs {
    border-radius: 22px;
    background: #0D060F;
    border: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 12px;
}

.neworder .nav-tabs .nav-item .nav-link {
    border-radius: 16px;
    background: #3C2843;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin-left: 8px;
    width: 149px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: none;
    border: none;
    padding-left: 6px;
    text-align: left;
}

.neworder .nav-tabs .nav-item.active .nav-link {
    border-radius: 16px;
    background: linear-gradient(270deg, #9525A8 0%, #BF2FD8 100%);
}

.auth .control-label {
    color: #A39EA4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 5px;
}

.dash-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.frm-box .panel-body {
    border-radius: 17px;
    background: #0D060F;
    border: none;
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.28px;
    padding: 20px;
}

.frm-box .control-label {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.flex-wraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(238, 231, 244, 0.22);
    position: relative;
    margin-bottom: 20px;
}

.flex-wraps::before {
    content: '';
    position: absolute;
    background: #BF2FD8;
    width: 180px;
    height: 1px;
    bottom: -1px;
}

.frm-box-wrp .input-wrapper__prepend {
    left: unset;
    right: -180px;
}

.frm-box-wrp .form-control {
    padding-left: 15px !important;
    /* min-height: 41px !important; */
    border-radius: 13px;
}

.flex-wraps .form-group {
    margin-left: auto;
}

.brd_wrps {
    border-bottom: 1px solid rgba(238, 231, 244, 0.22);
    position: relative;
}

.brd_wrps::before {
    content: '';
    position: absolute;
    background: #BF2FD8;
    width: 180px;
    height: 1px;
    bottom: -1px;
}

.neworder-btn {
    width: 100%;
}

.mass_box {
    border-radius: 12px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.auth .well-float {
    background-image: none;
}

.auth .nav_wraps .btn.btn-primary {
    min-width: 520px;
}

.auth.daymode .no.guarantee {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #000;
}

.fill-blnce-wrap {
    border-radius: 12px;
    background: #1B0D1F;
    position: relative;
    padding: 35px 35px 52px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 31px;
}

.fill-blnce-grill1,
.fill-blnce-grill2 {
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/fill-blnce-grill.webp');
    width: 551px;
    height: 363px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fill-blnce-grill1 {
    left: -225px;
}

.fill-blnce-grill1 {
    right: -225px;
}

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

.fill-blnce-txt {
    color: #A39EA4;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.fill-blnce-icon-wrap {
    margin: 31px auto 0;
    display: flex;
    align-items: center;
    align-content: center;
    max-width: 551px;
    gap: 0 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.fill-blnce-icon-wrap li {
    background: linear-gradient(90deg, rgba(233, 208, 255, 50%) 0%, rgba(0, 0, 0, 1) 100%);
    margin-bottom: 13px;
    padding: 1px;
    border-radius: 8px;
}

.fill-blnce-icon-wrap-inner {
    border-radius: 8px;
    background: #0D060F;
    box-shadow: -4px -2px 14.8px 0 rgba(191, 47, 216, 0.43) inset;
    width: 127.87px;
    min-height: 41.87px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.fill-blnce-title,
.fill-blnce-txt,
.fill-blnce-icon-wrap {
    position: relative;
    z-index: 1;
}

.fill-blnce-wrap::before,
.fill-blnce-wrap::after {
    content: '';
    width: 369px;
    height: 119px;
    border-radius: 369px;
    background-color: #BF2FD8;
    filter: blur(115.5px);
    position: absolute;
    top: 20px;
    z-index: 0;
}

.fill-blnce-wrap::before {
    left: -80px;
}

.fill-blnce-wrap::after {
    right: -80px;
}

.wrap {
    border-radius: 28px;
    background: linear-gradient(180deg, #302025 0%, rgba(48, 32, 37, 0.00) 100%);
    padding: 1px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.wrap-inner {
    border-radius: 28px;
    background: #180C1C;
    padding: 20px;
    position: relative;
    background-image: url('https://i.23robo.info/projects/go-dark/assets/img/wrap-dots.webp');
    background-position: top center;
    background-repeat: no-repeat;
}

.fund-title-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(238, 231, 244, 0.22);
    min-height: 87px;
}

.fund-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2px;
}

.fund-title-txt {
    color: #A39EA4;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.wrap-inner::after {
    content: '';
    width: 196px;
    height: 675px;
    border-radius: 675px;
    background: rgba(191, 47, 216, 0.77);
    filter: blur(208.39999389648438px);
    position: absolute;
    left: 0;
    right: 0;
    top: -337px;
    margin: auto;
    z-index: 0;
}

.fund-title-wrap::after {
    content: '';
    background: linear-gradient(90deg, rgba(191, 47, 216, 1) 0%, rgba(191, 47, 216, 20%) 100%);
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 180px;
    height: 3px;
}

.btn-fundh {
    border-radius: 12px;
    border: 1px solid #BF2FD8;
    background: #0D060F;
    box-shadow: 0 0 7.1px 0 rgba(235, 118, 255, 0.46) inset;
    padding: 10px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    display: block;
}

.btn-fundh::after {
    content: '';
    width: 114px;
    height: 42px;
    border-radius: 69.179px;
    background: #BF2FD8;
    filter: blur(17.25px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -21px;
}

.btn-fundh-txt {
    position: relative;
    z-index: 1;
}

.wrap-inner * {
    position: relative;
    z-index: 1;
}

.w-100 {
    width: 100%;
}

.panel.panel-default {
    border-radius: 17px;
    background: #0D060F;
    border: 1px solid #0D060F;
}

.panel.panel-default .panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.panel.panel-default .panel-heading a {
    padding: 12px !important;
    display: flex;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    text-decoration: none !important;
}

.panel.panel-default .panel-body {
    border: 0 !important;
    padding-top: 0;
    color: #A39EA4;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.row.faq_row .panel.panel-default .panel-heading a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.panel.panel-default .panel-heading a[aria-expanded="true"]::after {
    content: "\f106";
}

.affiliate-box {
    background: linear-gradient(90deg, rgba(233, 208, 255, 50%) 0%, rgba(0, 0, 0, 1) 100%);
    margin-bottom: 13px;
    padding: 1px;
    border-radius: 12px;
}

.affiliate-box-inner {
    border-radius: 12px;
    background: #0D060F;
    box-shadow: -4px -2px 14.8px 0 rgba(191, 47, 216, 0.43) inset;
    padding: 12px 16px;
}

.affiliate-label {
    color: #B5B4BA;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.affiliate-box-inner .affiliate-title {
    color: #F5F5F8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.affiliate-box2-head {
    border-radius: 20px 20px 0 0;
    border: 1px solid #3C2843;
    background: #3C2843;
    padding: 17px;
}

.affiliate-box2-head-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.affiliate-box2 {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    margin-bottom: 20px;
}

.affiliate-box2-body-ul {
    margin: 0;
}

.affiliate-box2-body-ul li {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.affiliate-box2-body-ul li:last-child {
    border: 0;
}

.affiliate-box2-body-content {
    padding: 15px 25px;
}

.affiliate-box2-body-content .txt {
    margin-bottom: 28px;
}

.account-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(238, 231, 244, 0.22);
    position: relative;
}

.account-title::before {
    content: '';
    position: absolute;
    background: #BF2FD8;
    width: 180px;
    height: 1px;
    bottom: -1px;
}

.nav_orders li a {
    display: flex;
    color: #F5F5F8;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    gap: 4px;
    background-color: transparent !important;
}

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

.nav_orders li.active a {
    border-radius: 14px;
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    box-shadow: 6px 8px 12.3px 0 rgba(255, 255, 255, 0.11) inset;
}

.nav_orders .input-group-btn .btn.btn-default {
    background: transparent;
    border: none;
    color: #fff;
}

.nav_orders .search {
    margin-left: auto;
}

.nav_orders .search .form-control {
    border-radius: 13px;
    background: #0D060F;
    height: 58px;
}

.nav_orders .input-group-btn {
    right: 36px;
}

.orders_page .well {
    background-image: unset;
    padding: 0;
}

.orders_page thead tr th {
    border: none;
    background: #3C2843;
    padding: 15px;
}

.Processing {
    background: linear-gradient(180deg, #D77D2F 0%, #A45918 100%);
    width: 128px;
    height: 44px;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders_page .progress {
    background: transparent;
}

.order-actions .btn-default {
    background: red;
    color: #fff;
    width: 80px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: none;
    font-size: 14px;
}

.account .col-md-12 .row {
    display: flex;
    flex-wrap: wrap;
}

.account .col-md-12 .row>div {
    margin-bottom: 20px;
}

.account .well {
    height: 100%;
    margin: 0;
    background-image: unset;
}

.account .well .btn.btn-primary {
    width: 100%;
}

.notify .well {
    background-image: unset;
}

.notify .table thead tr th {
    background: #3C2843;
    padding: 12px;
}

.notify .frm_wrps {
    border-radius: 17px;
    background: #0D060F;
    padding: 15px !important;
}

.notify .table thead tr th:first-child {
    border-radius: 13px 0 0 13px;
}

.notify .table thead tr th:last-child {
    border-radius: 0 13px 13px 0;
}

.notify .table tbody tr td {
    background: #180C1C;
    border-top: 1px solid #3C2843;
    border-bottom: 1px solid #3C2843;
}

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

.notify .table tbody tr td:first-child {
    border-radius: 13px 0 0 13px;
    border-left: 1px solid #3C2843;
}

.notify .table tbody tr td:last-child {
    border-radius: 0 13px 13px 0;
    border-right: 1px solid #3C2843;
}

.bg_gray {
    border-radius: 15px;
    border: 1px solid #3C2843;
    background: #3C2843;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.dashboard .well {
    background-image: unset;
}

.status-capsule {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 17px;
    background: #0D060F;
    border: none;
    min-height: 60px;
}

.status-capsule.active,
.status-capsule.passed {
    background: #3C2843;
}

.status-capsule.active .status-capsule-status,
.status-capsule.passed .status-capsule-status {
    border-radius: 11px;
    border: 1px solid #302025;
    background: linear-gradient(180deg, #BF2FD8 0%, #9525A8 100%);
}

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

.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: 11px;
    border: 1px solid #302025;
    background: #180C1C;
}

.account-feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
    margin: 0;
    border-radius: 17px;
    background: #0D060F;
    padding: 15px;
}

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

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

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

.auth-well-body .point-txt b {
    color: #F5F5F8;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.auth-well-body .txt {
    font-size: 16px;
}

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

.redeem-point {
    border-radius: 17px;
    background: #0D060F;
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.auth .api_wrapper .col-lg-8 {
    width: 100%;
    margin-left: 0;
}

.auth .api_wrapper .well {
    background-image: unset;
}

.searchbox-wrap {
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
}

.searchbox-wrap .dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 17px 12px;
    border-radius: 16px;
    border: 1px solid #180C1C;
    background: #0D060F;
    box-shadow: none;
}

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

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

.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: 36px;
}

.searchbox-wrap .form-control,
.search-wrap .form-control {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 16px;
    border: 1px solid #180C1C;
    background: #0D060F;
}

.searchbox-wrap #history-search {
    margin: 0;
}

.auth .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #180C1C;
    background: #0D060F;
}

.auth .dropdown .dropdown-menu li a {
    color: #fff;
}

.searchbox-wrap .btn.btn-default i {
    color: #fff;
}

.updates .well {
    background-image: unset;
}

.update-status {
    min-width: 315px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 10px;
    color: #F5F5F8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.update-status.decreased {
    border-radius: 10px;
    background: #005FCE;
}

.update-status.Service.enabled {
    background: #19AB1E;
}

.update-status.Service.disabled {
    background: #c70505;
}

.update-status.New.service {
    background: #F44646;
}

.update-status.increased {
    background: #EC38C4;
}

.order-table thead tr th {
    background: #3C2843;
    padding: 12px;
}

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

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

.updates .well {
    background-image: unset;
    padding: 0;
}

.guest .footer_logo img {
    width: 260px;
}

.join-us__inner {
    border-radius: 20px;
    border: 1px solid #302025;
    background: #180C1C;
    padding: 50px;
    color: #fff;
}

.join-us__inner h4 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
}

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

.join-us__inner .btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
    margin: auto;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
}

.join-us {
    position: relative;
    z-index: 1;
}

.sidebar-logo img {
    width: 150px;
}

.createinvoice textarea {
    height: 60px;
}

.createinvoice .well .btn.btn-primary {
    width: 100%;
}

.auth_well {
    border-radius: 17px;
    background: #0D060F;
    padding: 20px;
}

.createinvoice-txt {
    margin-bottom: 2px;
}

.alert_wrap {
    color: #A39EA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid rgba(238, 231, 244, 0.22);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.child_bottom {
    padding-bottom: 15px;
}

.ticket_rows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    padding-bottom: 20px;
}

.ticket_rows .brand-category {
    padding: 12px 32px;
    min-width: 130px;
    border-radius: 18px;
    border: 1px solid rgba(233, 208, 255, 0.14);
    background: #0D060F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-top: 0;
    margin-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
}

.tickets .input-group {
    width: 100%;
}

.tickets #history-search {
    width: 100%;
}

.ticket-filter-btn {
    display: flex;
    align-items: center;
    color: #fff !important;
    background: transparent !important;
}

.ticket-filter-btn:hover {
    border-radius: 14px;
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%) !important;
    box-shadow: 6px 8px 12.3px 0 rgba(255, 255, 255, 0.11) inset !important;
}

.ticket-filter-btn svg {
    transform: translateY(3px);
}

.nav_custom {
    background: transparent;
    border: none;
    padding: 0;
}

.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-list li {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

.ticket-history-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-decoration: none !important;
    border-radius: 17px;
    border: none;
    background: #0D060F;
}

.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: #A39EA4;
    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: #A39EA4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.ticket-message {
    border-radius: 17px !important;
    background: #0D060F !important;
    margin-bottom: 10px;
}

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

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

.wrapper.toggle .page-wrapper,
.wrapper.toggle .sidebar-wrap,
.wrapper .page-wrapper,
.wrapper .sidebar-wrap {
    transition: 0.3s ease-in-out;
}

.topbar-left .pinner {
    display: none;
}

.toggle .topbar-left .pinner {
    display: flex;
}

.well_service_desc #service_description {
    padding-top: 20px;
}

.topbar-left .Welcome-title {
    color: #A39EA4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 5px 0;
}

.topbar-left .Welcome-title span svg {
    transform: translateY(4px);
}

.guest .reset_pass .form-control {
    padding-left: 15px;
    min-height: 55px;
}

.row.faq_row .panel.panel-default .panel-heading a::after {
    display: none;
}

.mass_title {
    position: relative;
    z-index: 9;
}

.fill-blnce-wrap .txt {
    position: relative;
    z-index: 9;
}

.services_page .well {
    background-image: unset !important;
}

.footer_txt a {
    color: #fff;
}

.auth .dropdown .dropdown-menu li a:hover {
    color: #000;
}

/* .step_top_img img {
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)
}
} */
.step_top_img {
    position: relative;
}

.img_top2 {
    position: absolute;
    top: 100px;
    right: -80px;
}

.auth-well-body .alert {
    display: none;
}

.gizli {
    display: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.brand-cat-row a:hover {
    border-radius: 16px;
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%) !important;
    box-shadow: 6px 8px 12.3px 0 rgba(255, 255, 255, 0.11) inset;
    color: #fff !important;
    border: none !important;
}

.tab-icon {
    border-radius: 11px;
    /* border: 1px solid #E9D0FF; */
    background: #180C1C;
    box-shadow: 5px 8px 17.1px 0 #BF2FD8 inset;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
}

.topbar-right-ul li a {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    border: 1px solid #BF2FD8;
    background: #0D060F;
    box-shadow: 0 0 7.1px 0 rgba(235, 118, 255, 0.46) inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fav-btn-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* darkmode  */
.auth.daymode {
    background-image: unset;
    background-color: #EFEFEF;
}

.auth.daymode .sidebar-wrap {
    border: 1px solid #EDEDED;
    background-color: #FFF;
}

.auth.daymode .sidebar-menu li a {
    border: 1px solid #EDEDED;
    background-color: #EFEFEF;
    color: #928C93;
}

.auth.daymode .sidebar-profile {
    background: url('https://i.23robo.info/projects/go-dark/assets/img/day_shde.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.auth.daymode .sidebar-profile .username {
    color: #190A1C;
}

.auth.daymode .topbar {
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.auth.daymode .topbar-left .Welcome-title {
    color: #A39EA4;
}

.auth.daymode .blue-txt {
    color: #190A1C;
}

.auth.daymode .topbar-left .Welcome-title span svg path {
    fill: #190A1C;
}

.auth.daymode .Welcome-txt {
    color: #928C93;
}

.auth.daymode .welcome-box_wrapper {
    border: 1px solid #DADADA;
    background: #FFF;
}

.auth.daymode .total-title {
    color: #928C93;
}

.auth.daymode .total-txt {
    color: #190A1C;
}

.auth.daymode .w_txt {
    color: #928C93;
}

.auth.daymode .user-blnce-wrap {
    border-radius: 10px;
    background: linear-gradient(90deg, #9525A8 0%, #BF2FD8 100%);
    border: none;
}

.auth.daymode .btn.btn-secondary.welcome-btn {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 7.1px 0 rgba(235, 118, 255, 0.46) inset;
    color: #000;
}

.auth.daymode .brand-cat-row {
    border: 1px solid #EDEDED;
    background: #FFF;
}

.auth.daymode .social_title {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #190A1C;
}

.auth.daymode .brand-cat-row a {
    border: 1px solid #DEDEDE !important;
    background: #EFEFEF !important;
    color: #928C93 !important;
}

.auth.daymode .brand-cat-row a:hover {
    border-radius: 16px;
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%) !important;
    box-shadow: 6px 8px 12.3px 0 rgba(255, 255, 255, 0.11) inset;
    color: #fff !important;
    border: none !important;
}

.auth.daymode .well {
    border-radius: 28px;
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.auth.daymode .neworder .nav-tabs {
    border-radius: 22px;
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .neworder .nav-tabs .nav-item .nav-link {
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    color: #000;
}

.auth.daymode .form-control {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #928C93;
    box-shadow: none;
}

.auth.daymode .neworder .nav-tabs .nav-item.active .nav-link {
    border-radius: 16px;
    background: linear-gradient(270deg, #9525A8 0%, #BF2FD8 100%);
    color: #fff;
    border: none;
}

.auth.daymode .dash-title {
    color: #190A1C;
}

.auth.daymode .frm-box .control-label {
    color: #190A1C;
}

.auth.daymode .frm-box .panel-body {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #928C93;
}

.auth.daymode .sidebar-menu li a:hover {
    background: linear-gradient(270deg, #9525A8 0%, #BF2FD8 100%);
    color: #fff !important;
    border: none;
}

.auth.daymode .newordersr .input-wrapper__prepend {
    color: #000;
}

.auth.daymode .fill-blnce-wrap {
    border: 1px solid #EDEDED;
    background: #FFF;
}

.auth.daymode .mass_title {
    color: #000;
}

.auth.daymode .darkmode-img {
    display: none;
}

.auth.nightmode .daymode-img {
    display: none;
}

.auth.daymode .tab-icon {
    border-radius: 11px;
    background: linear-gradient(180deg, #9525A8 0%, #BF2FD8 100%);
}

.auth.daymode .neworder .nav-tabs .nav-item.active .nav-link .tab-icon svg path {
    fill: #BF2FD8;
}

.auth.daymode .neworder .nav-tabs .nav-item.active .nav-link .tab-icon {
    background: #fff;
    box-shadow: none;
}

.auth.daymode .topbar-right-ul li a {
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    box-shadow: none;
    color: #000000;
}

.auth.daymode .topbar-right-ul li a svg path {
    fill: #BF2FD8;
}

.auth.daymode .sidebar-menu li a:hover .tab-icon {
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.auth.daymode .sidebar-menu li a:hover .tab-icon img {
    filter: drop-shadow(0px 100px 0 #BF2FD8);
    transform: translateY(-100px);
}

.auth.daymode .nav_wraps {
    border: 1px solid #EDEDED;
    background: #FFF;
}

.auth.daymode .nav_wraps .btn.btn-primary {
    border: 1px solid #DEDEDE !important;
    background: #EFEFEF !important;
    color: #000 !important;
}

.auth.daymode .nav_wraps .btn.btn-default {
    color: #000 !important;
}

.auth.daymode .dropdown .dropdown-menu {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #000 !important;
}

.auth.daymode .dropdown .dropdown-menu li a {
    color: #000 !important;
}

.auth.daymode .bg_td {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .bg_td {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #190A1C !important;
}

.auth.daymode .rate_per {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #000;
}

.auth.daymode .btn_flex .btn.btn-secondary {
    border: 1px solid #DEDEDE;
    background: #EFEFEF !important;
    color: #000;
}

.auth.daymode .table tbody tr td {
    color: #928C93;
}

.auth.daymode .services_page .modal-content {
    border: 1px solid #DADADA;
    background: #FFF;
    color: #928C93;
}

.auth.daymode .close {
    color: #000 !important;
}

.auth.daymode .nav_orders li a {
    color: #190A1C;
}

.auth.daymode .nav_orders li a span svg path {
    fill: #BF2FD8;
}

.auth.daymode .nav_orders li.active a {
    color: #fff;
}

.auth.daymode .nav_orders li.active a span svg path {
    fill: #fff;
}

.auth.daymode .orders_page thead tr th {
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    color: #fff;
}

.auth.daymode .nav_orders .search .form-control {
    background: #fff;
}

.auth.daymode .nav_orders .input-group-btn .btn.btn-default {
    color: #000;
}

.auth.daymode .fill-blnce-title {
    color: #190A1C;
}

.auth.daymode .fill-blnce-icon-wrap-inner {
    border: 1px solid #DEDEDE !important;
    background: #EFEFEF;
    box-shadow: none !important;
    color: #000 !important;
}

.auth.daymode .fill-blnce-icon-wrap li {
    background: transparent;
}

.auth.daymode .wrap-inner {
    border: 1px solid #DEDEDE;
    background: #FFF;
    background-image: none;
}

.auth.daymode .wrap-inner::after {
    display: none;
}

.auth.daymode .wrap {
    background: transparent;
}

.auth.daymode .fund-title {
    color: #190A1C;
}

.auth.daymode .fund-title-wrap {
    border-color: rgba(150, 150, 150, 0.22);
}

.auth.daymode .btn-fundh {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    box-shadow: none;
}

.auth.daymode .btn-fundh::after {
    display: none;
}

.auth.daymode .btn-fundh .btn-fundh-txt {
    color: #000000;
}

.auth.daymode .panel.panel-default {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .panel.panel-default .panel-heading a {
    color: #190A1C;
}

.auth.daymode .panel.panel-default .panel-body {
    color: #928C93;
}

.auth.daymode #fundh .table thead tr th {
    color: #000;
    border-bottom: 2px solid rgba(150, 150, 150, 0.22);
}

.auth.daymode .ticket_rows .brand-category {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #000;
}

.auth.daymode .row.ticket-btn-row h2 {
    color: #000;
}

.auth.daymode .row.ticket-btn-row .nav-pills li a {
    color: #000 !important;
}

.auth.daymode .row.ticket-btn-row .nav-pills li a svg path {
    fill: #BF2FD8;
}

.auth.daymode .row.ticket-btn-row .nav-pills li a:hover svg path {
    fill: #fff;
}

.auth.daymode .ticket-history-box {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .ticket-history-content-left-title {
    color: #190A1C;
}

.auth.daymode .ticket-history-content-right .ticket-history-content-left-txt {
    color: #928C93;
}

.row.ticket-btn-row .nav-pills li a:hover {
    color: #fff !important;
}

.auth.daymode .affiliate-box-inner {
    border: 1px solid #DEDEDE;
    background: #fff;
    box-shadow: none;
}

.auth.daymode .affiliate-box {
    background: transparent;
}

.auth.daymode .affiliate-label {
    color: #190A1C;
}

.auth.daymode .affiliate-title {
    color: #928C93;
}

.auth.daymode .affiliate-box2 {
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.auth.daymode .affiliate-box2-head {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .affiliate-box2-head-title {
    color: #000;
}

.auth.daymode .affiliate-box2-body-ul li {
    border-color: rgba(150, 150, 150, 0.22);
}

.auth.daymode .affiliate-box2-body-label {
    color: #190A1C;
}

.auth.daymode .affiliate-box2-body-label,
.auth.daymode .affiliate-box2-body-label-value {
    color: #190A1C;
}

.auth.daymode .affiliate-box2-body-content .txt {
    color: #928C93;
}

.auth.daymode .txt {
    color: #928C93;
}

.auth.daymode .searchbox-wrap {
    border: 1px solid #EDEDED;
    background: #FFF;
}

.auth.daymode .searchbox-wrap .dropdown .dropdown-toggle {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #000;
}

.auth.daymode .searchbox-wrap .btn.btn-default i {
    color: #000;
}

.auth.daymode .order-table thead tr th {
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
}

.auth.daymode .m-b-md {
    color: #000;
}

.auth.daymode .table tbody tr td {
    border-color: rgba(150, 150, 150, 0.22);
}

.auth.daymode .m-t-md {
    color: #000;
}

.auth.daymode .api_wrapper thead tr th {
    background: #EFEFEF;
    color: #000;
}

.auth.daymode pre {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #928C93;
}

.auth.daymode .account-title {
    color: #190A1C;
    border-color: rgba(150, 150, 150, 0.22);
}

.auth.daymode .auth_well {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .bg_gray {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .bg_gray h5 {
    color: #000;
}

.auth.daymode .bg_gray p {
    color: #928C93;
}

.auth.daymode .notify .frm_wrps {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .notify .table thead tr th {
    background: #FFF;
    color: #000;
}

.auth.daymode .notify .table thead tr th {
    background: linear-gradient(180deg, #BF2FD7 0%, #9525A8 100%);
    color: #fff;
}

.auth.daymode .notify .table tbody tr td {
    background: #fff;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.auth.daymode .status-capsule {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
    color: #000;
}

.auth.daymode .status-capsule-txt {
    color: #000;
}

.auth.daymode .status-capsule.active .status-capsule-status,
.auth.daymode .status-capsule.passed .status-capsule-status {
    border: none;
    color: #fff;
}

.auth.daymode .status-capsule-status {
    background-color: #fff;
    border-color: #DEDEDE;
    color: #000;
}

.auth.daymode .auth-well-body .point-txt b {
    color: #000;
}

.auth.daymode .redeem-point {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .redeem-point-txt {
    color: #000;
}

.auth.daymode .redeem-point {
    border: none;
    background: #EFEFEF;
    color: #928C93;
}

.auth.daymode .account-feature {
    border: 1px solid #DEDEDE;
    background: #EFEFEF;
}

.auth.daymode .account-feature .account-feature-txt {
    color: #928C93;
}

.auth.daymode .ticket-message {
    border: 1px solid #DEDEDE;
    background: #EFEFEF !important;
    color: #000 !important;
}

.guarantee {
    min-width: auto;
    width: auto;
    padding: 12px;
    background: #0D060F;
}

.no.guarantee {
    border-radius: 10px;
    background: #3C2843;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .btn_hero .btn.btn-secondary {
        margin-right: 5px;
        padding: 14px 24px;
    }

    .btn_hero .btn.btn-primary {
        padding: 14px 24px;
        min-width: 100px;
    }

    .guest .navbar-wrapper .navbar-right li a {
        font-size: 15px;
    }

    .what_img_wrapper {
        max-width: 100%;
    }

    .social_list {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .main-title {
        font-size: 48px;
    }

    .purple_txt::after {
        right: unset;
        left: -150px;
    }

    .run_social_box {
        padding: 20px;
        min-height: 370px;
    }

    .about_section .why_title::after {
        right: unset;
        left: -135px;
    }

    .why_title::before {
        left: 28%;
    }

    .why_title::after {
        right: 28%;
    }

    .row.tab_wrapper .nav-tabs .nav-item .nav-link {
        margin-bottom: 10px;
    }

    #how_it_works .why_title::before {
        left: 22%;
    }

    #how_it_works .why_title::after {
        right: 22%;
    }

    #testimonials .why_title::before {
        left: 27%;
    }

    #testimonials .why_title::after {
        right: 27%;
    }

    .quck_uls li a {
        padding: 7px;
    }

    .flex_btn .btn.btn.btn-primary,
    .flex_btn .btn.btn-secondary {
        width: 120px;
    }

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

@media (max-width: 991px) {
    .guest .navbar-brand img {
        max-width: 100px;
    }

    .guest .navbar-wrapper .navbar-right li a {
        font-size: 14px;
        padding: 12px;
    }

    .btn_hero .btn.btn-primary {
        padding: 14px 24px;
        min-width: 100px;
        padding: 12px !important;
        min-height: auto;
        min-width: auto;
    }

    #top_sec .col-sm-6 {
        width: 100%;
    }

    .step_top_img img {
        margin: auto;
    }

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

    .why_title::before,
    .why_title::after {
        display: none;
    }

    #what_we_do .row .col-sm-6 {
        width: 100%;
    }

    .what_img_wrapper {
        max-width: 100%;
        padding-top: 50px;
    }

    #run_your_social .title {
        font-size: 40px;
    }

    .run_social_box {
        padding: 20px;
        min-height: 411px;
    }

    .step_abt_img img {
        margin: auto;
    }

    .step_abt_img {
        padding-bottom: 30px;
    }

    .row.tab_wrapper .nav-tabs .nav-item .nav-link {
        padding: 15px 30px;
    }

    .title {
        font-size: 40px;
    }

    .step_rise_box1::before {
        width: 118px;
        height: 232px;
        top: -41px;
        right: -95px;
    }

    .step_rise_box2::before {
        width: 118px;
        height: 232px;
        top: -41px;
        right: -103px;
    }

    #what_we_do img {
        margin-top: 30px !important;
        margin: auto;
    }

    .row.footer_bottom_row .col-sm-8 {
        width: 56.667%;
    }

    .row.footer_bottom_row .col-sm-4 {
        width: 42.333%;
    }

    .ready_title {
        font-size: 24px;
    }

    .table-responsive {
        border: none;
    }

    .signup_page {
        padding: 20px 0;
        background-image: unset;
    }

    .signup_page::before {
        display: none;
    }

    .well_signup {
        width: 100%;
        margin-top: 0;
    }

    .step-right_signup {
        transform: translateX(0);
    }

    .page-content {
        overflow: hidden;
    }

    .welcome-row .col-sm-6 {
        width: 100%;
    }

    .welcome-box {
        margin-bottom: 20px;
    }

    .welcome-box_wrapper {
        min-height: auto;
    }

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

    .nav_orders .search {
        margin-left: auto;
        width: 100%;
    }

    .auth {
        background-image: url('https://i.23robo.info/projects/go-dark/assets/img/auth_bg.webp');
        background-repeat: no-repeat;
        background-size: 100% cover;
    }

    .auth {
        background-size: 100% cover;
    }

    .account .col-md-12 .row {
        display: block;
        flex-wrap: wrap;
    }
}

@media (max-width: 550px) {
    #top_sec {
        padding: 20px 0;
        position: relative;
    }

    .span_title {
        min-width: 100%;
        min-height: 42px;
    }

    .main-title {
        font-size: 35px;
    }

    .trust_img {
        padding-top: 15px;
        max-width: 300px;
    }

    .row.social_icons {
        padding-top: 20px;
        border-bottom: none;
        padding-bottom: 0;
    }

    #why_us {
        padding: 20px 0;
    }

    .title {
        font-size: 30px;
    }

    .row.why_box_row {
        margin-top: 10px;
    }

    .why_box img {
        margin: auto;
    }

    .why_box1 .why_content {
        margin-top: 20px;
    }

    .why_box {
        padding: 20px;
        min-height: auto;
        margin-bottom: 20px;
    }

    #what_we_do {
        padding: 20px 0;
    }

    #what_we_do .title {
        font-size: 30px;
    }

    #what_we_do img {
        margin-top: 0 !important;
        margin: auto;
    }

    .btn.btn-primary {
        min-width: 115px;
        min-height: 48px;
        padding: 15px 25px;
        font-size: 14px;
    }

    #run_your_social {
        padding: 20px 0;
    }

    #run_your_social .title {
        font-size: 30px;
    }

    .txt br {
        display: none;
    }

    .run_social_box {
        padding: 15px;
        min-height: auto;
    }

    .run_social_icon {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .seam_title {
        font-size: 20px;
    }

    .why_box2 .why_content,
    .why_box3 .why_content {
        padding: 20px;
    }

    .run_social_box2 .run_content {
        padding: 20px;
        margin-top: -125px;
    }

    .step_abt_img::before {
        display: none;
    }

    #services {
        padding: 20px 0;
    }

    .row.tab_wrapper .nav-tabs .nav-item .nav-link {
        padding: 10px 20px;
        border-radius: 12px;
        min-width: 165px;
        font-size: 16px;
    }

    .tab_content_left {
        border-radius: 15px;
        padding: 20px;
    }

    .tab_title {
        font-size: 24px;
    }

    .row.tab_wrapper .nav-tabs {
        margin-bottom: 20px;
    }

    .tab_content_right {
        border-radius: 15px;
        margin-top: 20px;
    }

    .tab_content_right img {
        margin: auto;
    }

    .hero_box {
        border-radius: 15px;
        margin-top: 20px;
        padding: 15px;
    }

    #how_it_works {
        padding: 20px 0;
    }

    .guest br {
        display: none;
    }

    .row.step_row {
        padding-top: 0;
    }

    .step_rise_box1::before {
        display: none;
    }

    .step_rise_box2::before {
        display: none;
    }

    #how_it_works .col-sm-4 {
        width: auto;
        margin: auto;
    }

    .step_rise_box {
        margin-bottom: 20px;
    }

    .row.step_row .btn.btn-primary {
        max-width: 100%;
        white-space: wrap;
        margin: 0;
    }

    .reach_section .title {
        font-size: 30px !important;
    }

    .reach_section img {
        padding-top: 30px;
    }

    #testimonials {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    #testimonials .txt {
        padding-bottom: 10px;
    }

    #faq {
        padding: 20px 0;
    }

    .faq_nav {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .faq_nav .nav-link {
        margin-left: 10px;
        font-size: 16px;
        height: 44px;
        padding: 12px;
    }

    .footer_wrapper {
        padding-top: 50px;
    }

    .guest .footer_logo img {
        width: 200px;
    }

    .row.footer_bottom_row .col-sm-4 {
        width: 100%;
    }

    .row.footer_bottom_row .col-sm-8 {
        width: 100%;
    }

    .ready_title {
        font-size: 20px;
    }

    .copy_write .col-sm-6:last-child {
        margin-left: auto;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copy_write .txt {
        text-align: center;
        padding-bottom: 10px;
    }

    .guest .navbar-wrapper {
        padding-top: 15px;
        margin-bottom: 0;
    }

    #blog-sec {
        padding-top: 20px;
    }

    .well-steps .btn.btn-primary {
        position: absolute !important;
        bottom: 22px;
    }

    .blog_post {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .nav_wraps {
        display: block;
    }

    .nav_wraps .search {
        width: 100%;
    }

    .nav_wraps .btn.btn-primary {
        min-width: 100%;
    }

    .nav_wraps li {
        width: 100%;
        margin-bottom: 3px;
    }

    .services_page .modal-content .modal-body {
        white-space: wrap;
    }

    .nav_wraps {
        margin-top: 0;
    }

    .nav_wraps .dropdown-menu li a {
        white-space: wrap;
    }

    .signup_page {
        padding: 20px 0;
        background-image: unset;
    }

    .signup_page::before {
        display: none;
    }

    .well_signup {
        width: 100%;
        margin-top: 0;
    }

    .step-right_signup {
        transform: translateX(0);
    }

    .st_title {
        font-size: 30px;
    }

    .welcome-img {
        display: none;
    }

    .topbar-right-ul {
        margin-top: 10px;
    }

    .welcome-box {
        min-height: auto;
    }

    .total-txt {
        font-size: 20px;
    }

    .brand-cat-row a {
        min-width: 135px;
    }

    .flex-wraps {
        display: block;
    }

    .auth .form-control {
        min-height: 48px;
        padding: 12px;
    }

    .dash-title {
        font-size: 20px;
    }

    .frm-box .control-label {
        font-size: 20px;
    }

    .fill-blnce-wrap {
        padding: 15px 15px 15px;
        margin-bottom: 31px;
    }

    .nav_wraps .input-group-btn {
        position: absolute;
        top: 8px;
    }

    .fund-title-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .fund-title-right {
        margin-top: 10px;
    }

    .panel.panel-default .panel-heading a {
        font-size: 14px;
    }

    .fill-blnce-title {
        font-size: 20px;
    }

    .mass_title {
        font-size: 20px;
    }

    .fund-title-wrap {
        min-height: 60px;
    }

    .ticket_rows .brand-category {
        padding: 10px 0;
        min-width: 95px;
        border-radius: 14px;
        font-size: 12px;
    }

    .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-filter-btn {
        padding: 10px 6px !important;
    }

    .neworder .nav-tabs .nav-item .nav-link img {
        max-width: 30px;
    }

    .neworder .nav-tabs .nav-item .nav-link {
        border-radius: 10px !important;
        font-size: 12px;
        width: 120px;
        gap: 4px;
        height: 44px;
    }

    .neworder .nav-tabs {
        border-radius: 14px;
        padding: 8px;
        padding-left: 0;
    }

    .fill-blnce-wrap br {
        display: none;
    }

    .affiliate-box2-head {
        padding: 12px;
    }

    .affiliate-box2-body-content {
        padding: 15px 15px;
    }

    .searchbox-wrap {
        padding: 15px 0;
    }

    .searchbox-wrap .dropdown .dropdown-toggle {
        margin-top: 5px;
    }

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

    pre {
        font-size: 16px;
    }

    .m-t-md {
        font-size: 20px;
    }

    .run_social_box {
        min-height: auto;
    }

    .step_top_img {
        display: none;
    }

    .social_list li {
        margin-right: 0;
    }

    .provide_title {
        padding-bottom: 15px;
    }
}

#howitsworks {
    padding: 80px 0;
}

.c_wrapps .title {
    padding-bottom: 20px;
}

.content_box {
    border-radius: 30px;
    border: 1px solid #302035;
    background: #180C1C;
    padding: 25px;
    margin-bottom: 20px;
}

.our_wrapps .title {
    margin: 0;
}

.our_wrapps .txt {
    padding-bottom: 20px;
}

.content_box .seam_title {
    font-weight: 600;
}

.tab_content_img .txt {
    display: none;
}