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

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
li,
ul,
strong,
b,
input,
textarea,
select,
option,
div {
    font-family: "Poppins", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

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

#top_sec {
    position: relative;
    padding-top: 180px;
    background: #F3F7FF;
    padding-bottom: 80px;
}

.blue_txt_one {
    color: #145AFF;
}

.guest .navbar {
    margin-bottom: 0 !important;
}

.main-title {
    color: #0D0E10;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    position: relative;
}

.blue_txt {
	color: #fff;
	background-color: #145AFF;
	background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	border: 2px solid #145AFF;
	min-width: 65px;
	min-height: 31px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.curve_line {
    position: relative;
}

.curve_line::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/n1/img/curve.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: -9px;
    left: -22px;
    right: 0;
}

.txt-main {
    color: #40454F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group {
    position: relative;
}

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

.guest .form-control {
    border-radius: 141px;
    border: 1px solid #E9F0FD;
    background: #FFF;
    min-height: 60px;
    padding: 12px 65px;
    color: #fff;
    box-shadow: none;
    color: #000;
}

label {
    color: #40454F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.forgot-password {
    position: absolute;
    right: 11px;
    bottom: 0;
    color: #40454F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn.btn-primary {
    border-radius: 100px;
    background-color: #145AFF;
    /* padding: 14px 14px; */
    background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: 2px solid #145AFF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 110px;
    min-height: 52px;
}

.btn.btn-primary span svg {
    transform: translateY(2px);
}

.step_top_img {
    position: relative;
    z-index: 1;
}

.step_top_img::before {
    content: '';
    position: absolute;
    width: 362px;
    height: 362px;
    border-radius: 362px;
    background: #5184FF;
    filter: blur(150px);
    z-index: -1;
    right: 0;
    top: 16px;
}

.step_top_img img {
    max-width: 650px;
}

form {
    padding-top: 10px;
}

#orders_wrapper {
    padding-top: 80px;
}

.step_wrppaer {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.step_wrppaer::before {
    content: '';
    position: absolute;
    width: 86px;
    height: 2px;
    background: #D0CBDE;
    right: -50px;
    top: 53%;
}

#orders_wrapper .col-sm-4:last-child .step_wrppaer::before {
    display: none;
}

.orders_complete_txt {
    color: #5E6874;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.step_wrppaer img {
    padding-bottom: 10px;
}

.order_number_txt {
    color: #13171F;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.guest .form_wrapper .form-control {
    border-radius: 18px;
    background: #F3F7FF;
    padding-left: 15px;
}

.title {
    color: #0D0E10;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 127%;
    letter-spacing: -1.92px;
}

.txt {
    color: #5E6874;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.155%;
    letter-spacing: -0.32px;
}

.btn_download {
    border-radius: 18px;
    background: #FF9D00;
    width: 148px;
    height: 59px;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.btn_download span svg {
    transform: translateY(2px);
}

#download_story {
    padding: 80px 0;
}

.best_story {
    border-radius: 18px;
    background: #F3F7FF;
    padding: 25px;
    transition: 0.3s all ease-in-out;
    min-height: 370px;
}

.best_story .card-img-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cd-title {
    color: #0D0E10;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
}

.crd-txt {
    color: #5E6874;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.617%;
}

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

.card-body-content .btn.btn-primary {
    min-height: 44px;
    justify-content: center;
    gap: 8px;
}

#three_simple .btn.btn-primary {
    width: 238px;
}

/* .best_story:hover {
    background-image: url('https://i.23robo.info/projects/n1/img/story_views_hover.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
} */
.ins_box:hover{
     background: url('https://i.23robo.info/projects/n1/img/ins.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.fb_box:hover{
     background: url('https://i.23robo.info/projects/n1/img/face.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.tr_box:hover{
     background: url('https://i.23robo.info/projects/n1/img/yt.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.fast_box:hover{
     background: url('https://i.23robo.info/projects/n1/img/twit.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.best_story:hover .cd-title,
.best_story:hover .crd-txt {
    color: #fff;
}

.best_story:hover .btn.btn-primary {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #080B1B;
}

.best_story:hover .btn.btn-primary span svg path {
    fill: #145AFF;
}

.support_box {
    border-radius: 18px;
    background: #145AFF;
    padding: 25px;
    padding-bottom: 0;
}

.support_box .cd-title {
    color: #fff;
}

.support_txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.342%;
}

.row.support_wrapper {
    padding-top: 40px;
}

.support_list {
    padding-top: 30px;
}

.support_right_box {
    border-radius: 18px;
    background: #F3F7FF;
    padding: 35px;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.support_right_black {
    border-radius: 18px;
    background: #0D0E10;
    padding: 35px;
    min-height: 250px;
    margin-top: 11px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.support_right_black::before {
    content: '';
    position: absolute;
    width: 333px;
    height: 179px;
    border-radius: 333px;
    background: #145AFF;
    filter: blur(106.80000305175781px);
    right: -50px;
    top: -50px;
    z-index: -1;
}

.support_right_black .cd-title {
    color: #fff;
}

.support_img {
    position: relative;
}

.support_img img {
    position: absolute;
    right: -47px;
    bottom: -54px;
}

.support_right_box .support_txt {
    color: #455757;
}

.support_content {
    max-width: 280px;
}

.Powerful_Social .btn.btn-primary {
    display: inline-flex;
    width: 217px;
}

.row.tabs_wrapper .nav-tabs {
    border: none;
}

.row.tabs_wrapper .nav-tabs .nav-item {
    width: 100%;
}

.row.tabs_wrapper .nav-tabs .nav-item .nav-link {
    border-radius: 34px;
    background: #F3F7FF;
    border: none;
    min-height: 64px;
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.row.tabs_wrapper .nav-tabs .nav-item .nav-link img {
    margin-right: 5px;
}

.row.tabs_wrapper .nav-tabs .nav-item .nav-link {
    border-radius: 34px;
    background: #F3F7FF;
    border: none;
    min-height: 64px;
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    color: #00234B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.in_title {
    color: #0D0E10;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.44px;
    margin: 10px 0;
}

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

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

.row.tabs_wrapper .nav-tabs .nav-item .nav-link span {
    margin-left: auto;
    position: absolute;
    right: 18px;
    top: 18px;
    display: none;
}

.row.tabs_wrapper .nav-tabs .nav-item .nav-link:hover span {
    display: block;
}

/* .row.tabs_wrapper .nav-tabs .nav-item .nav-link:hover {
    border-radius: 100px;
    background-color: #145AFF;
    padding: 14px 14px;
    background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: 2px solid #145AFF;
    color: #FFF;
} */
.row.tabs_wrapper .nav-tabs .nav-item .facebook_hover:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/face_hov.webp');
	background-color: #1877F2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 14px 14px;
    border-radius: 100px;
    color: #FFF;
}
.row.tabs_wrapper .nav-tabs .nav-item .youtube_hover:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/yts_hov.webp');
	background-color: #FF0000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 14px 14px;
    border-radius: 100px;
    color: #FFF;
}
.row.tabs_wrapper .nav-tabs .nav-item .instagram_hover:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/ins_hov.webp');
	background-color: #C428A0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 14px 14px;
    border-radius: 100px;
    color: #FFF;
}
.row.tabs_wrapper .nav-tabs .nav-item .x_hover:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/tik_hov.webp');
	background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 14px 14px;
    border-radius: 100px;
    color: #FFF;
}
.row.tabs_wrapper .nav-tabs .nav-item .spotify_hover:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/spot_hov.webp');
	background-color: #02A20D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 14px 14px;
    border-radius: 100px;
    color: #FFF;
}
.row.tabs_wrapper .nav-tabs .nav-item .telegram_hover:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/tel_hov.webp');
	background-color: #2B93D3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 14px 14px;
    border-radius: 100px;
    color: #FFF;
}
#myTabContent .row .btn.btn-primary {
    display: inline-flex;
    width: 235px;
}

#amazing_features {
    padding-bottom: 80px;
}

#three_simple {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

#three_simple::before {
    content: '';
    position: absolute;
    border-radius: 0 60px 60px 0;
    background: #F3F7FF;
    width: 95%;
    height: 100%;
    top: 0;
}

.three_simple_wrapper {
    border-radius: 31px;
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    transition: 0.3s all ease-in;
}

.three_simple_wrapper:hover {
    box-shadow: 9px 21px 43.2px 0px rgba(158, 165, 187, 0.50);
}

.three_simple_wrapper img {
    padding-bottom: 10px;
}

.number_wrapper {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, rgba(108, 123, 153, 0.34) 20.53%, rgba(108, 123, 153, 0.00) 82.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    margin: 0;
}

.mobile_img img {
    max-width: unset;
    width: unset;
    position: absolute;
    left: -115%;
    top: 66%;
    transform: translateY(178px);
}

#payment_method {
    padding: 80px 0;
}

.payment_box {
    border-radius: 30px;
    background: #F3F7FF;
    padding: 30px;
}

.payment_uls {
    display: flex;
    flex-wrap: wrap;
}

.payment_uls li {
    border-radius: 14px;
    border: 1px solid #E9F0FD;
    background: #FFF;
    width: 158px;
    height: 90px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.payment_box .cd-title {
    font-size: 30px;
    padding-top: 12px;
}

.payment_right_box {
    border-radius: 30px;
    background: #145AFF;
    padding: 35px;
}

.faq-icon i {
    color: #145AFF;
}

.footer_ul a {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #145AFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tabs_wrapper .btn.btn-primary {
    margin-top: 20px;
}

.payment_right_box .btn_download {
    border-radius: 16px;
    background: #FFB832;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.38);
    width: 294px;
    justify-content: center;
    margin-top: 13px;
}

.card_wraps .cd-title,
.card_wraps .txt {
    color: #fff;
}

.card_wraps .cd-title,
.card_wraps .txt {
    color: #fff;
}

#happy_customers {
    padding: 80px 0;
}

.step_happy_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.happ_box {
    border-radius: 18px;
    background: #F3F7FF;
    padding: 25px;
    margin-bottom: 20px;
}

.happy_quotes {
    text-align: right;
}

.happ_img_txt_wrappaer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px;
}

.happ_img_txt_wrappaer h6 {
    color: #0D0E10;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    margin: 0;
}

.happY-body .txt {
    font-size: 14px;
}

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

.customer_support {
    border-radius: 18px;
    background: #145AFF;
    padding: 25px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.customer_support::before {
    content: '';
    position: absolute;
    width: 333px;
    height: 179px;
    border-radius: 333px;
    background: #FFF;
    filter: blur(106.80000305175781px);
    right: 0;
    top: -200px;
    z-index: 0;
}

.customer_support p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
}

.customer_support h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.2px;
}

.customer_support .btn_download {
    justify-content: center;
    gap: 5px;
    border-radius: 14px;
    background: #FFB832;
    width: 161px;
    height: 45px;

}

.img_supp {
    position: absolute;
    top: 22px;
    right: -50px;
}

#accordion .card-header {
    border-radius: 18px;
    border: 1px solid #E9F0FF;
    background: #EBF1FF;
    padding: 11px 7px;
    margin-bottom: 15px;
    height: auto;
    min-height: 67px;
}

#accordion .card-header h6 {
    margin: 0;
}

#accordion .card-header a {
    color: #0D0E10;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.faq-icon {
    width: 43px;
    height: 43px;
    border-radius: 10px;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

#accordion .card-header:hover {
    border: 1px solid #E9F0FF;
    background: #0D0E10;
}

#accordion .card-header:hover a {
    color: #fff;
}

#accordion .card-header:hover a .faq-icon {
    color: #000;
}

#accordion .card-body {
    border-radius: 18px;
    border: 1px solid #E9F0FF;
    background: #EBF1FF;
    padding: 20px;
    margin-bottom: 10px;
}

.footer_wrapper {
    border-radius: 48px 48px 0px 0px;
    background: #0D0E10;
    width: 95%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 80px;
}

.inp_wrapper {
    display: flex;
    align-items: center;
}

.inp_wrapper .form-control {
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    margin-right: 8px;
    padding-left: 45px;
}

.inp_wrapper .inpt_icon {
    top: 18px;
    left: 15px;
}

.btn.btn-dark {
    width: 124px;
    height: 56px;
    border-radius: 18px;
    background: #145AFF;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row.footer_top_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.row.bottom_row h6 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.row.bottom_row p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.row.bottom_row a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.row.bottom_row h5 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.072%;
    letter-spacing: -1.92px;
}

.btn.btn-hero {
    width: 154px;
    height: 56px;
    border-radius: 18px;
    background: #145AFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn.btn-hero1 {
    width: 154px;
    height: 56px;
    border-radius: 18px;
    background: #FFBC36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.row.copy_row {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding-top: 50px;
    margin-top: 30px;
}

.row.copy_row p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    margin: 0;
}

.row.copy_row a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-right: 10px;
}

.row.copy_row .col-md-6:last-child {
    margin-left: auto;
    text-align: right;
}

.guest .navbar-wrapper {
    border-radius: 34px;
    background: #FFF;
    box-shadow: 0px 26px 31.2px 0px rgba(31, 36, 53, 0.10);
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 90%;
    margin: auto;
    height: 68px;
    display: flex;
    align-items: center;
}

.guest .navbar-wrapper .navbar-right li a {
    color: #0D0E10;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    background: transparent;
    padding-bottom: 0;
}

.guest .navbar-wrapper .navbar-right li .btn.btn-black {
    width: 132px;
    height: 48px;
    border-radius: 24px;
    background: #0D0E10;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    border: none;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
}

.guest .navbar-wrapper .navbar-right li .btn.btn-primary {
    width: 94px;
    min-height: 34px;
    height: 34px;
    border: 2px solid #145AFF;
    background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-color: #145AFF;
    color: #fff;
    justify-content: center;
    margin-left: 8px;
    padding-bottom: 14px;
}

#download_top {
    background-color: #145AFF;
    padding-top: 200px;
    background-image: url('https://i.23robo.info/projects/n1/img/d_bg.webp');
    background-repeat: no-repeat;
    background-position: top right;
}

.text_white {
    color: #fff;
}

#steps_download {
    padding: 80px 0;
}

.card_wraps .card_body h4 {
    color: #0D0E10;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 117.625%;
    letter-spacing: -0.8px;
}

.card_wraps .card_body p {
    color: #5E6874;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

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

.card_wraps {
    position: relative;
}

.card_wraps1::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/n1/img/down_shadow.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -30px;
    left: -20px;
}

.card_wraps2::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/n1/img/down_shadow.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 40px;
    right: -85px;
}

.card_wraps3::before {
    content: '';
    position: absolute;
    background-image: url('https://i.23robo.info/projects/n1/img/down_shadow.webp');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -30px;
    left: 85px;
}

.signup_page {
    padding-top: 120px;
    position: relative;
}

.guest .well {
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0px 42px 97px 0px rgba(126, 122, 147, 0.22);
    padding: 20px;
}

.signup_title {
    color: #0D0E10;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    position: relative;
}

.signup_title .curve_line::before {
    left: 0;
    top: 11px;
    background-size: 100% auto;
}

.txt_black {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.control-label {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.signup_page .form-control {
    border-radius: 16px;
    border: 1px solid #E9F0FD;
    background: #F3F7FF;
    padding-left: 15px;
}

.signup_page .pull-right-middle {
    color: #40454F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.signup_page .pull-right-middle a {
    color: #145AFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.sp_icon i {
    width: 40px;
    height: 40px;
    background: #FFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    rotate: 50deg;
    font-weight: 400;
}

.signup_page .btn.btn-primary {
    width: 147px;
    height: 50px;
    justify-content: start;
    padding-left: 3px;
    gap: 8px;
    margin-top: 15px;
    border: none;
    background-image: none;
}

.step_signup_Img {
    margin-top: 100px;
}

.signup_page::before {
    content: '';
    position: absolute;
    width: 572px;
    height: 572px;
    background: #145AFF;
    border-radius: 100%;
    top: -350px;
    left: -80px;
}

.back_btn {
    color: #145AFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reset_password .form-control {
    border-radius: 16px;
    border: 1px solid #E9F0FD;
    background: #F3F7FF;
    color: #000;
    padding-left: 15px;
}

.reset_password {
    padding-top: 200px;
}

.reset_password::before {
    display: none;
}

.service_sec {
    padding-bottom: 80px;
    padding-top: 180px !important;
}

.service-filters {
    display: flex;
    border: 0;
    margin-bottom: 28px;
}

.service-filters li:first-child .btn.btn-primary {
    background: #0D0E10;
    border: none;
    margin-right: 5px;
}

.service-filters li.search {
    flex: 1;
    width: 100%;
    margin-left: 16px;
}

.service-filters li.search .input-group {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    margin: 0;
}

.service-filters li.search input {
    flex: 1;
    background: #F3F7FF;
    border-radius: 54px !important;
    border: 1px solid #E9F0FD;
    height: 54px;
    min-height: 46px;
    color: #000;
    padding-left: 15px;
}

.service-filters li.search .input-group-btn {
    width: 118px;
}

.service-filters li.search .input-group-btn .btn-primary {
    border-radius: 100px !important;
    justify-content: center;
}

.services_page {
    padding: 50px 0;
}

.table th,
.table td {
    padding: 16px 14px !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    vertical-align: middle !important;
}

.table th {
    background: #145AFF;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.table {
    border-collapse: separate;
    border-spacing: 0 12px;
    background: transparent;
}

.table th:first-child {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
}

.table th:last-child {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
}

.width-service-name {
    min-width: 200px;
}

th {
    text-align: left;
}

.services .table tbody td {
    border-top: 1px solid #E9F0FD !important;
    border-bottom: 1px solid #E9F0FD !important;
}

.table td {
    background: #F3F7FF;
    box-shadow: none !important;
    color: #0D0E10;
}

.table td:first-child {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
    border-left: 1px solid #E9F0FD !important;
}

.table td:last-child {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
    border-right: 1px solid #E9F0FD !important;
}

.services .btn-modals {
    width: 83px;
    height: 40px;
    border-radius: 45px;
    background: #FF9D00;
    color: #fff;
}

.service-name {
    width: 100% !important;
    white-space: wrap;
}

.service-description__th {
    width: 100% !important;
    word-break: normal;
}

.service_bg {
    background: #0D0E10 !important;
    color: #fff !important;
    border: none !important;
}

.close {
    margin-right: 10px;
    margin-top: 10px;
}

.auth {
    background: #F3F7FF;
    position: relative;
}

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

.wrapper .sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 260px;
    height: 100%;
    background: #fff;
    padding: 24px 18px;
    color: #000;
    overflow-y: auto;
    scrollbar-width: thin;
}

.sidebar-wrap .menu-title {
    font-size: 12px;
    font-weight: 500;
    color: #5E6874;
    border-bottom: 1px solid rgba(94, 104, 116, 0.20);
    padding-bottom: 5px;
    margin-bottom: 16px;
    padding-top: 20px;
}

.sidebar-nav li {
    margin-bottom: 10px;
}

.sidebar-nav a {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 13px;
    border-radius: 24px;
    list-style: none;
    color: #0D0E10;
    text-decoration: none;
    position: relative;
    z-index: 8;
    transition: all 0.3s ease;
}

/* .sidebar-nav li.active a {
  border: 2px solid #145AFF;
  background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: #145AFF;
  border-radius: 30px;
  color: #fff;
} */
.sidebar-nav li.active a {
    color: #fff;
    background-color: #FF9D00;
    box-shadow: 0 0 14.7px 0 #FF9D00;
    border: 0;
    background-image: url('https://i.23robo.info/projects/n1/img/stars.webp');
}

.sidebar-nav li:hover a,
.nightmode .sidebar-nav li:hover a {
    color: #fff;
    background-color: #FF9D00;
    border: 0;
    background-image: url('https://i.23robo.info/projects/n1/img/stars.webp');
    position: relative;
    overflow: hidden;
    animation: glowPulse 1.4s ease-in-out infinite alternate;
}

.sidebar-nav li:hover a::after {
    content: '';
    width: 150px;
    height: 25px;
    border-radius: 150px;
    background: #FFF;
    filter: blur(15.949999809265137px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -17px;
    z-index: 0;
}

.social-cate-list li a:hover,
.nightmode .social-cate-list li a:hover {
    color: #fff;
    background-color: #FF9D00;
    border: 0;
    background-image: url('https://i.23robo.info/projects/n1/img/stars.webp') !important;
    position: relative;
    overflow: hidden;
    animation: glowPulse 1.4s ease-in-out infinite alternate;
}

#top_sec .btn.btn-primary:hover {
    color: #fff;
    background-color: #FF9D00;
    border: 0;
    background-image: url('https://i.23robo.info/projects/n1/img/stars.webp') !important;
    position: relative;
    overflow: hidden;
    animation: glowPulse 1.4s ease-in-out infinite alternate;
}

#top_sec .btn.btn-primary {
    transition: all 0.3s ease;
}

/* .nightmode .top-nav-right-ul .top-nav-btn1 a:hover::after {
	background: #FF9D00 !important;
} */
.social-cate-list li a:hover::before {
    content: '';
    width: 150px;
    height: 25px;
    border-radius: 150px;
    background: #FFF;
    filter: blur(15.949999809265137px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -17px;
    z-index: 4;
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 6px 0 #FF9D00;
    }

    50% {
        box-shadow: 0 0 14.7px 0 #FF9D00;
    }

    100% {
        box-shadow: 0 0 6px 0 #FF9D00;
    }
}

.sidebar-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userprofile-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    border: 1px solid #E9F0FD;
    background: #F3F7FF;
    padding: 15px;
    margin-top: 40px;
}

.profile-name {
    color: #5E6874;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.userprofile-wrap a {
    color: #0D0E10;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.44px;
}

.userprofile-wrap__image {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    background: #FFF;
    filter: drop-shadow(0 4px 4px rgba(158, 165, 187, 0.34));
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .inner-wrap {
    padding-left: 260px;
}

.top-nav-wrap {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 22px;
    border: 1px solid #E9F0FD;
    background: #fff;
    margin: 15px;
    margin-bottom: 25px;
}

.top-nav-left-ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-nav-left-ul li.bread {
    color: #5E6874;
    font-size: 10px;
    font-weight: 400;
}

.top-nav-left-ul li.bread b {
    color: #0D0E10;
    font-size: 14px;
    font-weight: 500;
}

.top-nav-right-ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-nav-right-ul li a {
    border-radius: 13px;
    background: #F3F7FF !important;
    color: #000;
    padding: 9px 12px;
    text-decoration: none;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9F0FD !important;
}

.top-nav-right-ul .top-nav-btn1 a {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.top-nav-right-ul .top-nav-btn1 a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    width: 400%;
    height: 100%;
    animation: btnhover .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;
    opacity: 0;
    transition: opacity 0.25s ease-out, translate 0.25s ease-out;
    pointer-events: none;
    border-radius: inherit;
    z-index: 0;
}

.top-nav-right-ul .top-nav-btn1 a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #F3F7FF;
    border-radius: calc(13px - 2px);
    z-index: 1;
    pointer-events: none;
}

.nightmode .top-nav-right-ul .top-nav-btn1 a::after {
    background: #130f02 !important;
}

.top-nav-right-ul .top-nav-btn1 a>* {
    position: relative;
    z-index: 2;
}

.top-nav-right-ul .top-nav-btn1 a:hover::before,
.top-nav-right-ul .top-nav-btn1.active a::before {
    animation-play-state: running;
    opacity: 1;
    translate: 0% 0%;
    transition-duration: 0.75s;
}

.top-nav-right-ul .top-nav-btn1.active a::after,
.top-nav-right-ul .top-nav-btn1 a:hover::after {
    background: #FF9D00;
}

.top-nav-right-ul .top-nav-btn1.active a svg path,
.top-nav-right-ul .top-nav-btn1 a:hover svg path {
    fill: #fff;
}

.top-nav-right-ul .top-nav-btn1.active a,
.top-nav-right-ul .top-nav-btn1 a:hover {
    background-color: #FF9D00 !important;
    color: #fff;
    border: 0 !important;
}

.auth .top-nav-right-ul .badge {
    background: transparent;
    color: #000;
    font-weight: 500;
}

.top-nav-right-ul .top-nav-btn2:last-child a {
    border-radius: 11px;
    background: #130F02 !important;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
}

#neworder_wrapper .title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding-top: 30px;
}

#neworder_wrapper .btn_download {
    width: 210px;
    height: 43px;
    margin: auto;
    display: flex;
    border-radius: 12px;
}

.users_wrapper__left {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #E9F0FD;
    background: #FFF;
    padding: 10px;
    min-height: 95px;
}

.user_name {
    color: #5E6874;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    margin: 0;
}

.user_txt {
    color: #0D0E10;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}

.auth .container {
    width: 100%;
}

.users_wrapper {
    margin-top: 30px;
}

.social-cate-list {
	border-radius: 24px;
	border: 1px solid #E9F0FD;
	background: #FFF;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 20px;
	flex: 1;
	gap: 10px; 
}
.social-cate-list li {
	width: calc(100% / 7 - 10px);
	list-style: none;
}
.social_title {
    color: #0D0E10;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #E9F0FD;
    padding-bottom: 15px;
    width: 100%;
}

.social-cate-list li a {
	border-radius: 10px;
	background: #EAF7FC;
	height: 48px;
	display: flex;
	align-items: center;
	padding: 12px 10px;
	gap: 5px;
	color: #0D0E10;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}

.social-cate-list-icon {
    min-width: 28px;
}

.social-cate {
    border-radius: 30px;
    background: #EAF7FC;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    gap: 5px;
    color: #0D0E10;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.445%;
    letter-spacing: -0.56px;
    text-decoration: none;
    min-width: 138px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* .social-cate::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    width: 400%;
    height: 100%;
    animation: btnhover .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;
    opacity: 0;
    transition: translate 0.25s ease-out, opacity 0.25s ease-out;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
} */

.social-cate::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #EAF7FC;
    border-radius: calc(10px - 2px);
    z-index: 1;
    pointer-events: none;
}

.social-cate:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
    opacity: 1;
}

.social-cate:hover {
    color: #fff;
    background-color: #FF9D00;
    /* box-shadow: 0 0 14.7px 0 #FF9D00; */
    border: 0;
    background-image: none !important;
    z-index: 999;
}

.social-cate:hover::after {
    background: #FF9D00 !important;
}

.social-cate>* {
    position: relative;
    z-index: 2;
}

.auth .well {
    border-radius: 24px;
    border: 1px solid #E9F0FD;
    background: #FFF;
    box-shadow: none;
    padding: 20px;
}

.custom-tabs {
    border-radius: 25px;
    border: 1px solid #E9F0FD;
    background: #F3F7FF;
    padding: 8px;
}

.custom-tabs .nav-item .nav-link {
    border-radius: 19px;
    background-color: #FFF;
    width: 112px;
    height: 38px;
    color: #0D0E10;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 7px;
}

.custom-tabs .nav-item.active .nav-link {
    background-color: #FF9D00;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: 0;
    color: #FFF;
}

.custom-tabs .nav-item .nav-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
/* 
.custom-tabs .nav-item .nav-link:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    width: 400%;
    height: 100%;
    animation: btnhover .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;
    opacity: 0;
    transition: opacity 0.25s ease-out, translate 0.25s ease-out;
    pointer-events: none;
    border-radius: inherit;
    z-index: 0;
} */
.daymode .custom-tabs .nav-item .nav-link:hover {
	color: #fff;
	background-color: #FF9D00;
	border: 0;
	background-image: url('https://i.23robo.info/projects/n1/img/stars.webp') !important;
	position: relative;
	overflow: hidden;
	animation: glowPulse 1.4s ease-in-out infinite alternate;
}
.daymode .custom-tabs .nav-item .nav-link::before {
    content: '';
  width: 150px;
  height: 25px;
  border-radius: 150px;
  background: #FFF;
  filter: blur(15.949999809265137px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -17px;
  z-index: 4;
}
.daymode .custom-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #FFF;
    border-radius: calc(19px - 2px);
    z-index: 1;
    pointer-events: none;
}
.nightmode .custom-tabs .nav-item .nav-link:hover {
	color: #fff;
	background-color: #FF9D00;
	border: 0;
	background-image: url('https://i.23robo.info/projects/n1/img/stars.webp') !important;
	position: relative;
	overflow: hidden;
	animation: glowPulse 1.4s ease-in-out infinite alternate;
}
.nightmode .custom-tabs .nav-item .nav-link:hover::before {
    content: '';
  width: 150px;
  height: 25px;
  border-radius: 150px;
  background: #FFF;
  filter: blur(15.949999809265137px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -17px;
  z-index: 4;
}
.nightmode .custom-tabs .nav-item .nav-link:hover::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #FFF;
    border-radius: calc(19px - 2px);
    z-index: 1;
    pointer-events: none;
}
.custom-tabs .nav-item .nav-link>* {
    position: relative;
    z-index: 2;
}

.custom-tabs .nav-item.active .nav-link::before {
    animation-play-state: paused;
    opacity: 1;
    translate: 0% 0%;
}

.custom-tabs .nav-item .nav-link:hover::before {
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.75s;
    translate: 0% 0%;
}

.custom-tabs .nav-item.active .nav-link::after,
.custom-tabs .nav-item .nav-link:hover::after {
    background: #FF9D00;
}

.custom-tabs .nav-item .nav-link:hover {
    background-color: #FF9D00;
    color: #FFF;
    border: 0;
}

.auth .control-label {
    color: #5E6874;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: -0.56px;
}

.auth .form-control {
    border-radius: 66px;
    border: 1px solid #E9F0FD;
    background: #F3F7FF;
    box-shadow: none;
    min-height: 50px;
    padding: 14px;
    color: #0D0E10;
}

.auth .well .btn.btn-primary {
    width: 100%;
    justify-content: center;
}

.service_details_box {
    border-radius: 14px;
    border: 1px solid #E9F0FD;
    background: #F3F7FF;
    padding: 15px;
    margin-bottom: 15px;
}

.date {
    color: #145AFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.txt_black {
    color: #0D0E10;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.service_box_txt {
    border-radius: 8px;
    border: 1px solid #E9F0FD;
    background: #FFF;
    padding: 15px;
}

.txt-black {
    color: #0D0E10;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.txt_blue {
    width: 56px;
    height: 24px;
    border-radius: 19px;
    background: #145AFF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.users_wrapper_one {
    margin-top: 72px;
}

.well_wrapper {
    margin-top: 20px;
}

.well_wrapper .form-control {
    border-radius: 18px;
}

.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;
}

.auth .service_sec {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    display: none;
}

.auth .services_page {
    padding: 15px;
}

.auth .service-filters li.search input {
    background: #fff;
}

.auth .table td {
    background: #fff;
}

.order-history .table th {
    background-color: #0D0E10;
}

.order-history .nav-tabs {
    border-radius: 62px;
    background: #fff;
    border: 1px solid #E9F0FD;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.order-history .nav-tabs li a {
    border-radius: 46px;
    background: #F3F7FF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    color: #1A234A;
    gap: 5px;
    border: 0;
    min-width: 115px;
}

.order-history .nav-tabs li.active a {
    color: #fff;
    background-color: #145AFF;
    background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: 2px solid #145AFF !important;
}

.order-history .nav-tabs li a span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    min-width: 12px;
}

.order-history .nav-tabs li a span.pending {
    background: #406AFF;
}

.order-history .nav-tabs li a span.inprogress {
    background: #FFAC25;
}

.order-history .nav-tabs li a span.completed {
    background: #45B500;
}

.order-history .nav-tabs li a span.partial {
    background: #7C52F2;
}

.order-history .nav-tabs li a span.processing {
    background: #40C6FF;
}

.order-history .nav-tabs li a span.canceled {
    background: #FF0E0E;
}

.orders-filters {
    margin: 25px 0;
}

.orders-filters .input-group {
    max-width: 100%;
    gap: 10px;
    margin: 0;
    display: flex;
    width: 100%;
}

.order-history .form-control.search-input {
    background: #fff !important;
    border-radius: 23px !important;
    border: 1px solid #E9F0FD;
}

.orders-filters .input-group-btn {
    width: 118px;
}

.orders-filters .input-group-btn .btn-primary {
    border-radius: 45px !important;
    height: 44px;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    background-color: #145AFF;
    padding: 14px 14px;
    background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border: 2px solid #145AFF;
}

.auth .table td a {
    color: #145AFF;
}

.table td .order-status {
    font-size: 15px;
    border-radius: 45px;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.order-history .btn.btn-xs.btn-default {
    width: 90px !important;
    min-width: 90px !important;
    color: #fff !important;
    background: #0D0E10 !important;
    font-size: 15px;
    border-radius: 45px;
    font-weight: 400;
    padding: 10px 15px 12px 14px;
    border: none;
}

.order-status.pending_status {
    background: #406AFF;
}

.order-status.progress_status {
    background: #FFAC25;
}

.order-status.completed_status {
    background: #45B500;
}

.order-status.partial_status {
    background: #7C52F2;
}

.order-status.processing_status {
    background: #40C6FF;
}

.order-status.canceled_status {
    background: #FF0E0E;
}

.add-funds .accordion_item {
    margin-bottom: 12px;
}

.add-funds .accordion_item .btn-primary {
    border-radius: 46px;
    background: #F3F7FF;
    display: flex;
    width: 100%;
    color: #1A234A;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between !important;
    padding: 14px 20px;
    height: auto;
    border: 1px solid #E9F0FD !important;
    overflow: hidden;
}

.add-funds .accordion_item .btn-primary::after {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11.1667 20.3333C6.10405 20.3333 2 16.2292 2 11.1667C2 6.10405 6.10405 2 11.1667 2C16.2292 2 20.3333 6.10405 20.3333 11.1667C20.3333 16.2292 16.2292 20.3333 11.1667 20.3333ZM11.1667 18.5C15.2168 18.5 18.5 15.2168 18.5 11.1667C18.5 7.11658 15.2168 3.83333 11.1667 3.83333C7.11658 3.83333 3.83333 7.11658 3.83333 11.1667C3.83333 15.2168 7.11658 18.5 11.1667 18.5Z' fill='white'/%3E%3Crect x='7.16602' y='10.1667' width='8' height='2' fill='white'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0px 100px 0 #145AFF);
    transform: translateY(-100px);
}

.add-funds .accordion_item .btn-primary.collapsed::after {
    background-image: url("https://i.23robo.info/projects/smmstore/v7/img/Frame.svg");
    filter: drop-shadow(0px 100px 0 #145AFF) !important;
    transform: translateY(-100px);
}

.add-funds .accordion_item .card-body {
    border-radius: 14px;
    background: #F3F7FF;
    color: #5E6874;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 14px 18px;
    margin-top: 12px;
    border: 1px solid #E9F0FD;
}

.add-funds .accordion_item .btn-primary:hover {
    background: #0D0E10 !important;
    color: #fff;
    opacity: 2;
}

.add-funds .accordion_item .btn-primary:hover::after {
    filter: drop-shadow(0px 100px 0 #fff);
    transform: translateY(-100px);
}

.add-funds .accordion_item .btn-primary:hover.collapsed::after {
    background-image: url("https://i.23robo.info/projects/smmstore/v7/img/Frame.svg");
    filter: drop-shadow(0px 100px 0 #fff) !important;
    transform: translateY(-100px);
}

.title-t {
    color: #0D0E10;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 106.445%;
    letter-spacing: -0.96px;
}

.refel_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: none;
    background: #FFF;
    padding: 25px;
    margin-top: 10px;
}

.refel_box li {
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 2px solid rgba(133, 134, 163, 0.30);
    padding-right: 58px;
}

.refel_box li p {
    margin: 0;
    color: #5E6874;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.refel_box li h6 {
    color: #0D0E10;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.whte_box {
    border-radius: 20px;
    border: none;
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
}

.whte_box h6 {
    color: #5E6874;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whte_box p {
    color: #0D0E10;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    margin: 0;
}

.refel_box li:last-child {
    border: none;
}

.bg-green {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    background: #145AFF;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.title_new {
    color: #0D0E10;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.54px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border: none;
    font-size: 24px;
}

.tickets-wrap .txt-gray {
    color: #5E6874;
}

.tickets-wrap .form-control {
    border-radius: 15px;
    resize: none;
}

.tickets-wrap .btn.btn-primary {
    background-image: unset;
}

.box-step {
    border-radius: 15px;
    background: #0D0E10;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.box-step::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    flex-shrink: 0;
    background: #145AFF;
    filter: blur(93.5999984741211px);
    right: 0;
    bottom: -50px;
}

.title-w {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 119%;
}

.wht-txt {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.auth .tickets-wrap #accordions .panel-heading {
    border-radius: 61px !important;
    border: 1px solid #E9F0FD;
    background: #F3F7FF !important;
    padding: 14px;
}

.tickets-wrap #accordions .panel-body {
    border-radius: 10px;
    background: #F3F7FF;
    border: 1px solid #E9F0FD !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tickets-wrap #accordions {
    margin-top: 20px;
}

.tickets-wrap .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.tickets-wrap #accordions .panel-title a {
    color: #201C3F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tickets-wrap .panel-title>a::before {
    float: right !important;
    font-family: "Font Awesome 5 Pro";
    content: "\f0de";
    padding-right: 5px;
    width: 29px;
    height: 29px;
    background: #fff;
    color: #0D0E10;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-top: 3px;
}

.tickets-wrap #accordions .panel.panel-default {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none;
    margin-bottom: 15px;
}

.api .table td {
    border-radius: 15px;
    border: 1px solid #E9F0FD !important;
    background: #F3F7FF !important;
}

.api .table td {
    width: 49%;
}

.api .table {
    border: 0;
}

.table-wrapper {
    border-spacing: 8px;
}

.api.dashboard .table th {
    border: none;
    background: #145AFF;
}

.api.dashboard .table th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.api.dashboard .table th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.api .table.table_spacing tr td:first-child {
    border-right: 3px solid #fff !important;
}

.api pre {
    border-radius: 15px;
    border: 0.5px solid #E9F0FD;
    background: #F3F7FF;
    font-size: 14px;
    font-weight: 400;
    color: #1A234A;
    padding: 20px;
}

.m-t-md {
    color: #0D0E10;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.exapmple_txt {
    border-radius: 15px;
    border: 0.5px solid #D7E5E3;
    background: #0D0E10;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    padding: 14px;
    border: none;
}

.viewtickets .ticket-message {
    border-radius: 15px;
    border: 0.5px solid #E9F0FD;
    background: #F3F7FF;
    margin-bottom: 10px;
}

.viewtickets #message {
    border-radius: 15px;
}

.viewtickets .btn.btn-primary {
    background-image: unset !important;
}

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

.update-history .nav-tabs {
    background: transparent;
    padding: 0;
}

.update-history #history-search {
    margin: 0;
}

.update-history .orders-filters {
    width: 100%;
    margin: 0;
}

.nav-tabs-updates .dropdown-menu {
    padding: 8px;
}

.order-history .nav-tabs li a {
    width: 100%;
    background-color: transparent;
}

.top-nav-right-ul li #currencies-item {
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    text-align: left;
    padding-left: 0;
    border: none !important;
}

.top-nav-left-ul .pinner {
    display: none;
}

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

.wrapper.toggle .inner-wrap {
    padding-left: 0;
}

.toggle .top-nav-left-ul .pinner {
    display: flex;
}

.dashboard-footer {
    background: #0D0E10;
    padding: 15px;
    color: #fff;
    text-align: right;
}

.dashboard-footer p {
    margin: 0;
}

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

.txt_top {
    padding-top: 30px;
}

#orders_wrapper .col-sm-4:last-child .step_wrppaer::before {
    display: none;
}

.best_story_one {
    border-radius: 18px;
    background: #F3F7FF;
    padding: 20px;
}

.support_wrapper_bottom {
    padding: 80px 0;
}

.slick-dots {
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin-bottom: 30px;
}

.slick-dots li button {
    font-size: 0;
    width: 52px;
    height: 6px;
    border-radius: 8px;
    background: rgba(20, 90, 255, 0.19);
    border: none;
}

.slick-dots .slick-active button {
    background: #145AFF;
}

.row.bot_row {
    padding-top: 50px;
}

.blue_wrapper {
    border-radius: 30px;
    background: #145AFF;
    padding: 40px;
}

.title-white,
.text-white {
    color: #fff;
}

.row.bluw_box {
    padding-top: 50px;
}

.sm-ttile {
    color: #0D0E10;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
}

.btn_flexer {
    display: flex !important;
    align-items: center;
}

.mobile-menu {
    background: #F3F7FF;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px -26px 31.2px 0px rgba(31, 36, 53, 0.10);
}

.mobile-menu li a {
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    text-decoration: none;
    color: #0D0E10;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    min-width: 80px;
}

.mobile-menu li a:hover,
.mobile-menu li.active a,
.mobile-menu li.active a:hover {
    background-color: #ff9d00;
    color: #fff;
}

.nightmode .wrapper .sidebar-wrap {
    background: #0D111B;
}

.nightmode .pinner svg path,
.nightmode .pinner svg {
    fill: #fff;
    color: #fff;
    stroke: #fff;
}

.nightmode .userprofile-wrap {
    border: 1px solid #1D2842;
    background: #0D0E10;
}

.nightmode .profile-name,
.nightmode .userprofile-wrap a,
.nightmode .sidebar-nav a,
.nightmode .top-nav-left-ul li.bread,
.nightmode .top-nav-left-ul li.bread b,
.nightmode .top-nav-right-ul li.dropdown-currencies a,
.nightmode .top-nav-right-ul li.dropdown-currencies a span,
.nightmode .user_name,
.nightmode .user_txt,
.nightmode .social_title,
.nightmode .txt-black,
.nightmode .order-history .nav-tabs li a,
.nightmode #uploader-button,
.nightmode .titcket-title {
    color: #fff;
}

.nightmode .userprofile-wrap__image {
    background-color: #145AFF;
}

.nightmode .userprofile-wrap__image svg path {
    fill: #fff;
}

.nightmode .sidebar-nav li.active a {
    background-color: #FF9D00;
    box-shadow: 0 0 14.7px 0 #FF9D00;
    border: 0;
    background-image: url('https://i.23robo.info/projects/n1/img/stars.webp');
    position: relative;
    overflow: hidden;
}

.nightmode .sidebar-nav li:hover a::after {
    content: '';
    width: 150px;
    height: 25px;
    border-radius: 150px;
    background: #FFF;
    filter: blur(15.949999809265137px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 0;
}

.sidebar-nav li.active a::after,
.nightmode .sidebar-nav li.active a::after {
    content: '';
    width: 150px;
    height: 25px;
    border-radius: 150px;
    background: #FFF;
    filter: blur(15.949999809265137px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -17px;
    z-index: 0;
}

.nightmode .sidebar-nav li.active a .navicon,
.nightmode .sidebar-nav li.active a .navtxt {
    position: relative;
    z-index: 1;
}

.nightmode .top-nav-wrap {
    border: 1px solid #212326;
    background: #040506;
}

.nightmode .top-nav-right-ul li a {
    border: 1px solid #1D2842 !important;
    background: #0D111B !important;
}


.nightmode .users_wrapper__left {
    border: 1px solid #1D2842;
    background: #0D111B;
}

.auth.nightmode {
    background: #040506;
}

.nightmode .social-cate-list,
.nightmode.auth .well {
    border: 1px solid #1D2842;
    background-color: #0D111B;
}

.nightmode .social-cate-list li a {
    background-color: #1F283D;
    color: #fff;
}

.nightmode .custom-tabs {
    border: 1px solid #1D2842;
    background: #040506;
}

.nightmode .custom-tabs .nav-item .nav-link {
    border: 1px solid #1D2842;
    background: #0D111B;
    color: #FFF;
}

.nightmode .custom-tabs .nav-item.active .nav-link {
    background: #145AFF;
    border-color: #145AFF;
}

.nightmode.auth .form-control {
    border: 1px solid #1D2842;
    background: #040506;
    color: #fff;
}

.nightmode .select2-selection .badge {
    background-color: #145aff;
}

.nightmode .service_details_box {
    border: 1px solid #1D2842;
    background: #040506;
}

.nightmode .service_details_box .date,
.nightmode .service_details_box .txt_black {
    color: #fff;
}

.nightmode .service_box_txt {
    border: 1px solid #1D2842;
    background: #0D111B;
}

.auth.nightmode .control-label,
.auth.nightmode label {
    color: #99A4BE;
}

/* .auth.nightmode .btn.btn-primary {
    background-color: #F00;
    border-color: #F00;
} */

.auth.nightmode .accordion_item .btn.btn-primary,
.auth.nightmode .add-funds .accordion_item .card-body {
    border: 1px solid #1D2842 !important;
    background: #040506;
    color: #fff;
}

.auth.nightmode #instruction_instruction .panel-body {
    border: 1px solid #1D2842 !important;
    background: #040506;
}

.nightmode .sm-ttile {
    color: #fff;
}

.auth.nightmode .table td {
    background: #040506 !important;
    border-color: #1D2842 !important;
    color: #fff;
}

.nightmode .m-t-md {
    color: #fff;
}

.notif img {
    width: 100% !important;
}

.nightmode .exapmple_txt {
    background: #1F283D;
}

.nightmode .api .table.table_spacing tr td:first-child {
    border-right: 3px solid #040506 !important;
}

.nightmode .api pre {
    background: #040506 !important;
    border-color: #1D2842 !important;
    color: #fff;
}

.auth.nightmode .btn.btn-primary {
    background-color: #F00 !important;
    border-color: #F00 !important;
    color: #fff !important;
}

.nightmode .title-t {
    color: #fff;
}

.nightmode .add-funds .well .accordions .btn.btn-primary {
    border: 1px solid #1D2842 !important;
    background: #040506 !important;
}

.auth.nightmode .account .btn.btn-primary {
    background-color: #FF9D00 !important;
    border-color: #FF9D00 !important;
    color: #fff !important;
}

.auth.nightmode .service-filters li.search input {
    border: 1px solid #1D2842;
    background: #0D111B;
}

.update-history .table tbody td {
    font-size: 16px !important;
}

.auth.nightmode .modal-body,
.nightmode .order-history .nav-tabs {
    border: 1px solid #1D2842;
    background: #0D111B;
}

.auth.nightmode .modal-content {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.auth .modal-content img {
    max-width: 100%;
}

.nightmode.auth .orders-filters .form-control {
    border: 1px solid #1D2842;
    background: #0D111B !important;
}

.nightmode .title_new {
    color: #fff;
}

.auth.nightmode .tickets-wrap #accordions .panel-heading {
    border: 1px solid #1D2842;
    background: #040506 !important;
}

.nightmode .tickets-wrap #accordions .panel-title a {
    color: #fff;
}

.nightmode .tickets-wrap .panel-title>a::before {
    background: #145aff;
    color: #fff;
}

.nightmode .tickets-wrap #accordions .panel-body {
    border: 1px solid #1D2842 !important;
    background: #040506;
    color: #fff;
}

.nightmode .viewtickets .ticket-message {
    border: 1px solid #1D2842;
    background: #040506;
    color: #fff;
}

.nightmode .viewtickets .info {
    color: #fff;
}

.nightmode #\32 fa-generate-form p {
    color: #99A4BE;
}

.sidebar-nav li.active {
    position: relative;
    /* overflow: hidden; */
    border-radius: 30px;
    padding: 2px;
}

/* .sidebar-nav li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    animation: btnhover .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;

    opacity: 0;
    transition: translate 0.25s ease-out, opacity 0.25s ease-out;
} */

/* .sidebar-nav li.active:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
    opacity: 1;
} */

.sidebar-nav li.active a {
    position: relative;
    z-index: 1;
}

@keyframes btnhover {
    to {
        transform: translateX(-25%);
    }
}

.after-mobile-menu li a {
    font-size: 12px;
    padding: 9px;
}

.after-mobile-menu li a {
    font-size: 11px;
    padding: 9px;
    min-width: 78px;
}

.nightmode .social-cate::after,
.nightmode .custom-tabs .nav-item .nav-link::after {
    background-color: #1f283d;
}

.nightmode .social-cate:hover::after,
.nightmode .custom-tabs .nav-item .nav-link:hover:after {
    color: #fff;
    background-color: #FF9D00;
    border: 0;
    background-image: url('https://i.23robo.info/projects/n1/img/stars.webp');
    position: relative;
    overflow: hidden;
    animation: glowPulse 1.4s ease-in-out infinite alternate;
}

.best_story:hover {
    background-size: 100% 100%;
}

.guest .navbar-wrapper .navbar-right li .btn.btn-black, 
.guest .navbar-wrapper .navbar-right li .btn.btn-primary {
	font-size: 13px;
	padding: 8px;
	width: auto;
	height: auto;
}

.guest .navbar-wrapper .navbar-right li .btn.btn-primary {
	padding: 6px 10px;
	width: 100px !important;
	min-width: 100px !important;
}

.guest .navbar-wrapper .navbar-right li a {
	padding: 14px 10px;
	font-size: 13px;
	transition: all 0.3s ease;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.btn_flexer {
	margin-left: 5px;
}
.guest .navbar-wrapper .navbar-right li a:hover {
	color: #fff;
	background-color: #FF9D00 !important;
	border: 0;
	background-image: url('https://i.23robo.info/projects/n1/img/stars.webp') !important;
	position: relative;
	overflow: hidden;
	animation: glowPulse 1.4s ease-in-out infinite alternate;
    border: none !important;
}
#orders_wrapper .col-sm-4 {
	width: 28%;
}
#orders_wrapper .row {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.guest .navbar-wrapper .container::before,
.guest .navbar-wrapper .container::after {
    display: none;
}
.guest .navbar-wrapper .navbar-right {
	display: flex;
	align-items: center;
}
@media (max-width: 1199px) {
    .guest .navbar-wrapper {
        width: 100%;
    }

    .step_top_img img {
        max-width: 100%;
    }

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

    .support_img img {
        position: absolute;
        right: -110px;
        bottom: -54px;
    }

    .support_right_black {
        padding: 25px;
    }

    .in_title {
        font-size: 20px;
    }

    #three_simple::before {
        width: 100%;
        right: 0;
    }

    .mobile_img img {
        left: -160%;
    }

    .payment_right_box .btn_download {
        width: 100%;
    }

    .happ_box {
        padding: 20px;
    }

    .img_supp {
        right: -130px;
    }

    .inp_wrapper .form-control {
        width: 290px;
    }

    .form_wrapper .btn_download {
        margin-top: 10px;
    }

    #download_top {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .row.bottom_row h5 {
        font-size: 34px;
    }

    .card_wraps2::before {
        top: 15px;
        right: -15px;
    }

    .card_wraps3::before {
        left: 0;
    }

    .btn.btn-hero {
        width: 120px;
    }

    .btn.btn-hero1 {
        width: 120px;
    }

    .wrapper .inner-wrap {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .guest .navbar-wrapper .navbar-right li .btn.btn-black {
        width: 80px;
        height: 40px;
        font-size: 12px;
        align-items: center;
        padding: 8px;
    }

    .guest .navbar-wrapper .navbar-right li .btn.btn-primary {
        min-height: 34px;
        height: 34px;
        margin-left: 4px;
        min-width: 80px;
        font-size: 12px;
        align-items: center;
        padding: 8px;
        width: 80px;
    }

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

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

    .step_top_img img {
        max-width: 100%;
        margin: auto;
    }

    #download_story img {
        margin: auto;
    }

    .col-sm-3 {
        width: 50%;
    }

    .best_story {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .best_story_one {
        padding: 20px;
        margin-bottom: 20px;
    }

    .support_right_box {
        padding: 25px;
    }

    .support_img img {
        right: -110px;
        bottom: -54px;
        max-width: 300px;
    }

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

    .payment_right_box {
        padding: 20px;
    }

    .inp_wrapper .form-control {
        width: 100%;
    }

    .row.bottom_row .col-md-3 {
        width: 50%;
    }

    .row.bottom_row {
        display: flex;
        flex-wrap: wrap;
    }

    #download_top {
        padding-bottom: 0;
    }

    .img_top_down img {
        margin: auto;
    }

    .card_wraps::before {
        display: none;
    }

    #download_story {
        padding-top: 0;
    }

    .customer_support {
        margin-bottom: 20px;
    }

    .card_img img {
        margin: auto;
    }

    #steps_download {
        padding-bottom: 20px;
    }

    .table-responsive {
        border: none;
    }
}

@media (max-width: 767px) {
    #orders_wrapper .col-sm-4 {
        width: 35%;
    }

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

    .step_wrppaer::before {
        display: none;
    }

    #orders_wrapper .col-sm-4 {
        width: 33%;
    }

    .guest .form_wrapper .form-control {
        margin-bottom: 10px;
    }

    .col-sm-3 {
        width: 100%;
    }

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

    .support_list img {
        margin: auto;
    }

    .mobile_img img {
        display: none;
    }

    .customer_support {
        margin-bottom: 20px;
    }

    .row.bottom_row h5 {
        font-size: 30px;
    }

    .row.copy_row p {
        text-align: center;
    }

    .row.copy_row .col-md-6 {
        width: 100%;
    }

    .row.copy_row .col-md-6:last-child {
        margin-left: unset !important;
        text-align: center;
        padding-top: 10px;
    }

    .row.tabs_wrapper img {
        margin: auto;
    }

    #three_simple .btn.btn-primary {
        margin-bottom: 20px;
    }

    .row.copy_row {
        padding-top: 30px;
        margin-top: 20px;
    }

    .payment_uls li {
        width: 47%;
    }

    .payment_box {
        margin-bottom: 20px;
    }

    .inp_wrapper {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .service-filters {
        display: block;
    }

    .service-filters li.search {
        margin-top: 10px;
    }

    .guest .navbar-wrapper {
        width: 100%;
        display: block;
        height: auto;
    }

    .guest .navbar-wrapper #navbar {
        padding-left: 30px;
    }

    .guest .navbar-wrapper .dropdown-toggle {
        padding-left: 5px;
    }

    .btn_flexer {
        display: flex !important;
    }

    .guest .navbar-wrapper {
        border-radius: 0;
        top: 0;
    }
}

@media (max-width: 575px) {
    #top_sec {
        padding-top: 100px !important;
        padding-bottom: 20px;
    }

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

    .trust_img {
        max-width: 330px;
    }

    .step_top_img::before {
        width: 250px;
        height: 250px;
    }

    .btn.btn-primary {
        min-height: 44px;
    }

    .orders_complete_txt {
        font-size: 14px;
    }

    .orders_complete_txt {
        font-size: 14px;
    }

    #download_story {
        padding: 20px 0;
    }

    .title {
        font-size: 28px;
    }

    .btn_download {
        width: 148px;
        height: 48px;
    }

    .best_story {
        padding: 15px;
    }

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

    .support_wrapper_bottom {
        padding: 20px 0;
    }

    .support_box {
        padding: 15px;
        margin-bottom: 20px;
    }

    .support_list {
        padding-top: 10px;
    }

    .support_img img {
        opacity: 0.6;
        bottom: -186px;
    }

    .support_right_black {
        padding: 15px;
    }

    .support_right_box {
        padding: 15px;
    }

    .support_right_black {
        min-height: 350px;
    }

    .support_right_box {
        min-height: 350px;
    }

    .txt {
        font-size: 14px;
    }

    .btn.btn-primary {
        min-height: 48px;
    }

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

    .row.tabs_wrapper .nav-tabs .nav-item .nav-link {
        min-height: 44px;
        padding: 8px;
        font-size: 16px;
    }

    .row.tabs_wrapper .nav-tabs {
        padding-bottom: 20px;
    }

    #myTabContent .row .col-sm-6:last-child img {
        display: none;
    }

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

    .crd-txt {
        font-size: 14px;
    }

    #amazing_features {
        padding-bottom: 20px;
    }

    #three_simple {
        position: relative;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #three_simple::before {
        border-radius: 0;
    }

    .number_wrapper {
        font-size: 50px;
    }

    #payment_method {
        padding: 20px 0;
    }

    .payment_box {
        padding: 20px;
    }

    .payment_uls li {
        width: 45%;
        height: 80px;
    }

    .payment_box .cd-title {
        font-size: 24px;
    }

    .card_wraps .cd-title {
        padding-top: 20px;
    }

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

    .blue_wrapper {
        padding: 20px;
    }

    .blue_wrapper br {
        display: none;
    }

    #happy_customers {
        padding: 20px 0;
    }

    .img_supp {
        display: none;
    }

    .customer_support h2 {
        font-size: 24px;
    }

    .customer_support {
        padding: 20px;
        ;
    }

    #accordion .card-header {
        padding: 7px 6px;
        height: auto;
        min-height: 50px;
    }

    #accordion .card-header a {
        font-size: 14px;
    }

    .faq-icon {
        width: 35px;
        height: 35px;
        margin-right: 4px;
    }

    #accordion .card-header h6 {
        margin: 0;
    }

    .footer_wrapper {
        border-radius: 0;
        width: 100%;
        margin: auto;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: 30px;
    }

    .inp_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .inp_wrapper .btn.btn-dark {
        margin-top: 15px;
        height: 48px;
    }

    .row.bottom_row {
        display: block;
    }

    .row.bottom_row .col-md-3 {
        width: 100%;
    }

    .footer_ul {
        padding-bottom: 10px;
    }

    .row.bottom_row h5 {
        font-size: 20px;
        letter-spacing: normal;
    }

    .row.bottom_row h5 br {
        display: none;
    }

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

    #download_top {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .form_wrapper .btn_download {
        margin-top: 5px;
    }

    .guest .form_wrapper .form-control {
        min-height: 50px;
    }

    #steps_download {
        padding: 20px 0;
    }

    .row.footer_top_row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .btn.btn-hero {
        width: 120px;
        height: 48px;
    }

    .btn.btn-hero1 {
        width: 120px;
        height: 48px;
    }

    .title br {
        display: none;
    }

    .card_wraps .card_body {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .signup_page::before {
        display: none;
    }

    .signup_page {
        padding-top: 30px;
        position: relative;
    }

    .back_btn {
        font-size: 18px;
    }

    .step_signup_Img {
        margin-top: 20px;
    }

    .service-filters li:first-child .btn.btn-primary {
        margin-right: 0;
        margin-left: 10px;
    }

    .services_page {
        padding: 20px 0;
    }

    .service_sec {
        padding-top: 130px !important;
        padding-bottom: 30px !important;
    }

    .top-nav-wrap {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .top-nav-right-ul li a {
        padding: 6px 6px;
        height: 42px;
        min-height: 42px;
    }

    .top-nav-left-ul {
        padding-bottom: 4px;
    }

    #neworder_wrapper .title {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        padding-top: 0;
    }

    #neworder_wrapper .title {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        padding-top: 0;
    }

    .top-nav-left-ul li.bread {
        display: none;
    }

    .top-nav-right-ul li a svg {
        width: 17px;
    }

    .top-nav-btn a {
        min-width: 40px;
    }

    .users_wrapper__left {
        min-height: 80px;
        margin-bottom: 10px;
    }

    .social-cate-list {
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .social-cate-list li a {
        min-width: 148px;
    }

    .users_wrapper_one {
        margin-top: 0;
    }

    .dashboard-footer p {
        margin: 0;
        text-align: center;
    }

    .service-filters {
        margin-bottom: 10px;
    }

    .order-history .nav-tabs {
        border-radius: 20px;
    }

    .order-history .nav-tabs li a {
        border-radius: 46px;
        font-size: 14px;
        padding: 10px 3px;
        gap: 5px;
        min-width: 100px;
    }

    .table th,
    .table td {
        padding: 12px 14px !important;
        font-size: 14px;
    }

    .orders-filters {
        margin: 10px 0;
    }

    .refel_box {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        border-radius: 15px;
    }

    .refel_box li {
        display: flex;
        padding-right: 0;
        margin-bottom: 10px;
        border: none;
    }

    .refel_box li h6 {
        font-size: 16px;
    }

    .whte_box {
        margin-top: 10px;
        border-radius: 15px;
    }

    .dashboard-footer {
        margin-top: 30px;
    }

    .title-w {
        font-size: 22px;
    }

    .auth .tickets-wrap #accordions .panel-heading {
        padding: 11px;
    }

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

    .update-order-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .auth .services_page {
        padding-top: 0;
    }

    #orders_wrapper {
        padding-top: 30px;
    }

    .reset_password {
        padding-top: 100px !important;
    }

    .row.tabs_wrapper .nav-tabs .nav-item .nav-link:hover {
        padding: 8px;
    }

    .step_top_img {
        display: none;
    }

    .title {
        text-align: center;
    }

    .Powerful_Social .title {
        text-align: left;
    }

    #three_simple .title {
        text-align: left;
    }

    #orders_wrapper .row {
        display: block;
    }

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

    .mobile-menu.hide {
        display: flex !important;
    }

    .navbar-toggle {
        display: none;
    }

    .social-cate-list {
        justify-content: space-between;
    }

    .social-cate-list li a {
        margin: 0 0 10px;
    }

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

    .step_wrppaer {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #5E687450;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .step_wrppaer img {
        flex: 0 0 58px;
        max-width: 58px;
    }

    .step_wrppaer .step_wrppaer-content {
        flex: 0 0 calc(100% - 58px);
        max-width: calc(100% - 58px);
        text-align: left;
        padding-left: 15px;
    }

    .order_number_txt {
        font-size: 22px;
    }

    #orders_wrapper .row .col-sm-4:last-child .step_wrppaer {
        padding-bottom: 0;
        border-bottom: 0;
        margin: 0;
    }
}
.guest .social-cate-list {
	background: #F3F7FF;
	border: 1px solid #E9F0FD;
}
.guest .brand-category {
	background: #fff;
}
.guest .brand-category::after {
	background: #fff;
}
.guest .social-cate-list li a {
	min-width: 154px;
}
.footer_wrapper img {
    width: 150px;
}

.sidebarlogo img {
    width: 60px;
}
.services .table td {
	font-size: 13px;
} 