/* [1] BASE — Reset, Body, Fonts (line ~1) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	padding-bottom: 0;
  	position: relative;
	font-family: 'Prompt';
}
/* [2] GUEST PAGE — Landing, Navbar, Hero, Services, FAQ, Footer (line ~12) */
.guest {
	background-image: url('https://i.23robo.info/projects/memo/img/body_back.webp');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.guest::before {
	content: '';
	position: absolute;
	width: 535px;
	height: 488px;
	border-radius: 568px;
	background: #5E6ECE;
	filter: blur(225px);
	opacity: 0.6;
	left: -180px;
	top: -100px;
}
.guest::after {
	content: '';
	position: absolute;
	width: 535px;
	height: 488px;
	border-radius: 568px;
	background: #5E6ECE;
	filter: blur(225px);
	opacity: 0.6;
	right: 0;
	top: 80px;
	z-index: -1;
}
h1,h2,h3,h4,h5,h6,p,span,button,input,a,div {
	font-family: 'Prompt';
}
.guest .navbar-default {
	margin-bottom: 0;
	background: transparent !important;
	border: none !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
}
.guest .navbar-center {
	border-radius: 41px !important;
	border: 1px solid #DEE4F2;
	background: #FFF;
	box-shadow: 0px 4px 41.7px 0px rgba(152, 184, 255, 0.20);
	margin-left: 120px;
	padding: 8px;
}
.guest .navbar-center li a {
	background: transparent !important;
	color: #868181 !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.guest .navbar-center li.active a {
	border-radius: 27px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%) !important;
	color: #FFF !important;
	min-width: 90px;
	min-height: 38px;
}
.guest .navbar-right .btn.btn-secondary {
	width: 128px;
	height: 54px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.guest .navbar-right .dropdown-toggle {
	width: 127px;
	height: 54px;
	border-radius: 27px;
	background: #FFD25D !important;
	color: #0F0F0F !important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 8px;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
#top_sec {
	position: relative;
	background-image: url('https://i.23robo.info/projects/memo/img/top_bg.webp');
	background-size: 100% 100%;
	padding-top: 150px;
}
#top_sec::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/memo/img/top_back_img.webp');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
#top_sec .row .top_row:first-child {
	padding-top: 50px;
}
.tag_title {
	display: flex;
	align-items: center;
}
.rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 10px;
	border-radius: 23px;
	background: #FFF;
	width: auto;
	height: 46px;
	padding: 6px;
}
.rating span {
	width: 63px;
	height: 34px;
	border-radius: 23px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rating p {
	color: #080B1B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.main-title {
	color: #080B1B;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.2px;
	position: relative;
}
.txt {
	color: #484B59;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}
.curve_line {
	position: relative;
}
.curve_line::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/memo/img/curves.webp');
	background-repeat: no-repeat;
	width: 416.76px;
	height: 50.656px;
	bottom: -40px;
	background-position: left center;
	left: -40px;
}
.frm_flex_input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.guest .frm_flex_input .form-control {
	width: 270px;
}
.form-group {
	position: relative;
}
.guest .form-control {
	border-radius: 30px;
	background: #FFF;
	min-height: 54px;
	border: none;
	box-shadow: none;
	color: #484B59;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 38px;
}
.inpt-icon {
	position: absolute;
	top: 13px;
	left: 10px;
}
.checkbox_flex {
	margin-bottom: 20px;
}
label {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.forgot-password {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.btn.btn-primary {
	border-radius: 30px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	border: none;
	padding: 10px 14px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 123px;
}
.deliver_txt {
	width: 422px;
	height: 68px;
	border-radius: 50px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 18px;
    position: relative;
}
.time_txt {
	color: #484B59;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 93px;
	height: 26px;
	border-radius: 50px;
	background: #F8EEFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
.deliver_txt strong {
	margin-left: 7px;
	margin-right: 5px;
}
.deliver_txt span svg {
	transform: translateY(2px);
}
.row.deliver_row {
	position: relative;
}
.row.deliver_row::before {
	content: '';
	position: absolute;
	width: 359px;
	height: 1px;
	background: #E4E0F0;
	left: 0;
	top: 34px;
}
.row.deliver_row::after {
	content: '';
	position: absolute;
	width: 359px;
	height: 1px;
	background: #E4E0F0;
	right: 0;
	top: 34px;
}
#why_choose {
	padding: 80px 0;
}
#why_choose .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blue-txt {
	width: 156px;
	height: 47px;
	border-radius: 14px;
	background: #F4F4F4;
	color: #5E6ECE;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 15px;
}
.title {
	color: #080B1B;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#why_choose .title {
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 25px;
}
#why_choose .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.btn.btn-secondary {
	width: 187px;
	height: 54px;
	border-radius: 30px;
	background: #0D0425;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#why_choose .btn.btn-secondary {
    margin-left: auto;
}
.step_card_wrapper {
	border-radius: 17px;
	background: #F4F4F4;
	padding: 20px;
}
.step_card_wrapper h4 {
	color: #080B1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 107.346%;
}
.step_card_wrapper p {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}
.step_flex_rise {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 39px;
	background: #F4F4F4;
	padding: 20px;
	margin-top: 20px;
	height: 80px;
}
.rise_txt {
	color: #100B24;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.rise_txt span {
	color: #6343F3;
}
#our_service {
	padding: 80px 0;
}
.service_btn_flex {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}
.btn.btn_service {
	border-radius: 31px;
	border: 1px solid #F2F2F2;
	background: #FFF;
	width: 148px;
	height: 50px;
	color: #484B59;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.service_btn_flex .btn.btn-primary {
	min-width: 148px;
}
.top_non_drop {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	border: 1px solid #EBE7F6;
	background: #FFF;
	padding: 20px;
	width: max-content;
	margin: 50px auto;
}
.top_non_drop li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	border-radius: 19px;
	background: #F4F4F4;
	color: #080B1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px;
	margin-right: 10px;
}
#features_smm_panel .blue-txt {
	margin: 15px auto;
}
.row.features_row {
	margin-top: 20px;
}
.support_top_img {
	margin-top: 15px;
}
#features_smm_panel {
	position: relative;
}
#features_smm_panel::before {
	content: '';
	position: absolute;
	width: 535px;
	height: 488px;
	border-radius: 535px;
	opacity: 0.5;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	filter: blur(225px);
	z-index: -1;
	left: -250px;
}
#features_smm_panel::after {
	content: '';
	position: absolute;
	width: 406.274px;
	height: 366.326px;
	border-radius: 406.274px;
	opacity: 0.5;
	background: #C645F9;
	filter: blur(225px);
	z-index: -1;
	right: 0;
	bottom: -100px;
}
#our_social {
	padding: 80px 0;
}
#our_social .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#our_social .row .btn.btn-secondary {
	margin-left: auto;
}
#our_social .title {
	padding-top: 10px;
	padding-bottom: 25px;
}
#our_social .curve_line::before {
	left: -70px;
}
.step_socal_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
    margin-bottom: 30px;
}
.step_socal_wrapper li h6 {
	color: #080B1B;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 127.812%;
	padding-top: 15px;
}
.our_card_wapper {
	border-radius: 15px;
	background: #F4F4F4;
	padding: 25px;
	transition: 0.3s all linear;
	margin-bottom: 20px;
}
.our_card_flex {
	display: flex;
	justify-content: space-between;
}
.our_title {
	color: #080B1B;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 121.183%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.our_card_wapper .btn.btn-secondary {
	margin-left: unset;
	width: 100%;
	height: 48px;
}
.our_card_wapper:hover {
	background: #FFF;
	box-shadow: 16px 20px 52.5px 0px rgba(138, 138, 170, 0.26);
}
.our_card_wapper:hover .btn.btn-secondary {
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	border: none;
}
.our_card_wapper:hover .our_card_flex svg path {
	fill: #5E6ECE;
}
.card_prp {
	border-radius: 24px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	height: 238px;
	padding: 25px;
	margin-top: -20px;
}
.our_title_hero {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.card_prp .btn.btn-secondary {
	background: #fff;
	color: #1E1E1E;
	margin-top: 70px;
	margin-left: unset !important;
	height: 46px;
}
#how_its_work .blue-txt {
	margin: 15px auto;
}
.how_box {
	margin-top: 120px;
}
.how_box h2 {
	color: #080B1B;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin: 15px 0;
}
.how_box p {
	color: #484B59;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.how_box {
	position: relative;
}
.how_box_01 .numer_pos {
	position: absolute;
	right: 110px;
	top: -70px;
}
.how_box_02 .numer_pos {
	position: absolute;
	right: 40px;
	top: -70px;
}
.how_box_03 .numer_pos {
	position: absolute;
	right: -20px;
	top: -70px;
}
.row.snake_row {
	background-image: url('https://i.23robo.info/projects/memo/img/snake.webp');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
}
.how_box_02 {
	margin-top: 300px;
}
.how_box_03 {
	margin-top: 350px;
}
#how_its_work {
	position: relative;
}
#how_its_work::before {
	content: '';
	position: absolute;
    top: 0;
	left: -350px;
	width: 535px;
	height: 488px;
	flex-shrink: 0;
	border-radius: 535px;
	opacity: 0.5;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	filter: blur(225px);
}
#cheap_sec {
	padding: 80px 0;
}
.black_box {
	border-radius: 31px;
	background: #111112;
	padding: 25px;
	position: relative;
	overflow: hidden;
	min-height: 578px;
}
.black_box h2 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.black_box p {
	color: #FEFCFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 40px;
}
.black_box .btn.btn-primary {
	width: 175px !important;
}
.black_box img {
	position: absolute;
	bottom: -107px;
	right: -100px;
}
.card_yellow_box {
	border-radius: 31px;
	background: #FFD25D;
	padding: 25px;
	margin-bottom: 20px;
    min-height: 277px;
}
.card_purple_box {
	border-radius: 31px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	padding: 25px;
    min-height: 277px;
}
.card_yellow_box .card_txts h4 {
	color: #080B1B;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: -10px;
}
.card_yellow_box .card_txts p {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.card_purple_box h4 {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: -10px;
}
.card_purple_box p {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#overview_sec .blue-txt {
	margin: 15px auto;
}
#overview_sec {
	position: relative;
}
#overview_sec::before {
	content: '';
	position: absolute;
	width: 535px;
	height: 488px;
	flex-shrink: 0;
	border-radius: 535px;
	opacity: 0.5;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	filter: blur(225px);
	left: -250px;
	top: 50px;
}
#overview_sec::after {
	content: '';
	position: absolute;
	width: 406.274px;
	height: 366.326px;
	transform: rotate(-0.797deg);
	flex-shrink: 0;
	border-radius: 406.274px;
	opacity: 0.5;
	background: #C645F9;
	filter: blur(225px);
	right: 13px;
	bottom: 0;
	z-index: -1;
}
#customers_sec {
	padding: 80px 0;
}
#customers_sec .row {
	border-radius: 38px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	padding: 50px;
	position: relative;
	overflow: hidden;
}
#customers_sec .row::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/memo/img/slider_shade.webp');
	background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.card_slider {
	border-radius: 18px;
	background: #F4F4F4;
	padding: 25px;
	margin-right: 20px;
}
.card_img_slider {
	display: flex;
	align-items: center;
}
.card_img_slider span {
	margin-left: auto;
}
.slider_title {
	color: #080B1B;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.card_img_slider img {
	margin-right: 10px;
}
.card_txt_slider {
	color: #484B59;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	border-top: 1px solid #DCD7E9;
	padding-top: 20px;
	margin-top: 20px;
}
#customers_sec .row .title {
	color: #fff;
	padding-bottom: 80px;
}
#customers_sec .btn.btn-primary {
	width: 304px;
	height: 64px;
	border-radius: 18px;
	background: #FFF;
	color: #080B1B;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.4px;
	text-align: center;
	justify-content: center;
	margin-top: 40px !important;
	margin: auto;
}
.row.faq_row {
	padding-top: 50px;
}
.row.faq_row .nav-pills .nav-link {
	border-radius: 14px;
	background: linear-gradient(90deg, #F4F4F4 0%, rgba(244, 244, 244, 0.00) 100%);
	width: 100%;
	border: none;
	height: 87px;
	margin-bottom: 15px;
	color: #080B1B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
    transition: 0.3s all linear;
    position: relative;
}
.row.faq_row .nav-pills .nav-link span {
	width: 53px;
	height: 53px;
	min-width: 53px;
	background: #FFF;
	filter: drop-shadow(0px 2px 0px rgba(126, 122, 147, 0.14));
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	color: #5E6ECE;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.row.faq_row .nav-pills .nav-link:hover {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	box-shadow: 0px 17px 33px 0px rgba(94, 110, 206, 0.22);
}
.row.faq_row .nav-pills .nav-link:hover span {
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	color: #fff;
}
.gray_box {
	border-radius: 15px;
	background: #F4F4F4;
	padding: 30px;
	min-height: 384px;
}
.gray_box h2 {
	color: #080B1B;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 30px;
}
.gray_box p {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}
.row.faq_row .nav-pills {
	border-right: 4px solid #F8F6FF;
	padding-right: 20px;
}
.row.faq_row .nav-pills .nav-link:hover::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 44px;
	background: #5E6ECE;
	right: -23px;
}
#faq_sec {
	padding-bottom: 80px;
}
#footer_wrapper {
	padding-top: 80px;
	background-color: #0D0425;
	background-image: url('https://i.23robo.info/projects/memo/img/footer_bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.footer_title {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.txt_white {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.row.footer_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.row.footer_top .btn.btn-primary {
	justify-content: center;
	width: 176px;
	margin-left: auto;
}
.footer_logo {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.social_footer {
	display: flex;
	align-items: center;
	gap: 8px;
}
.fc_title {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.social_footer li a {
	width: 46px;
	height: 46px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
    text-decoration: none;
}
.step_footer_service {
	display: flex;
	align-items: center;
}
.step_footer_service ul {
	border-radius: 16px;
	background: #150A33;
	padding: 25px;
	min-width: 237px;
	margin-right: 16px;
}
.step_footer_service ul h6 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	width: max-content;
	padding-bottom: 12px;
}
.step_footer_service ul li a {
	border-radius: 10px;
	background: #0D0425;
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
	padding: 15px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}
.row.footer_row .txt_white {
	padding-bottom: 40px;
}
.copy_wrapper_bg {
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	padding: 13px 90px;
	height: 48px;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.copy_wrapper_bg .txt_white {
	margin: 0;
}
.copy_wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 8px;
}
.copy_wrapper li a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.copy_wrapper .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#signup_Sec {
	padding-top: 180px;
	padding-bottom: 80px;
}
.purple_txt {
	color: #5E6ECE;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 126%;
}
.purple_title {
	color: #5E6ECE;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 126%;
}
#signup_Sec .title {
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	z-index: 9;
}
.signup_left_side .btn.btn-secondary {
	width: max-content;
	padding: 25px;
	height: 60px;
	margin-top: 20px;
}
.guest .well {
	border-radius: 25px;
	background: #FFF;
	box-shadow: none;
	border: none;
	padding: 25px;
}
.yellow_box {
	border-radius: 60px;
	border: 1.5px solid #FFF;
	background: #FFD25D;
	padding: 12px;
	width: 258px;
	height: 71px;
	display: inline-flex;
	align-items: center;
	color: #FFF;
	position: relative;
}
.yellow_box::before {
	content: '';
	position: absolute;
	width: 258.284px;
	height: 71.274px;
	transform: rotate(-9.078deg);
	border-radius: 60px;
	opacity: 0.36;
	background: #FFD25D;
	z-index: -1;
	left: 0;
}
.guest #signup_Sec .form-control {
	border-radius: 38px;
	border: 1px solid rgba(235, 231, 246, 0.49);
	background: #F4F4F4;
	color: #080B1B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding-left: 53px;
}
#signup_Sec .inpt-icon {
	width: 35px;
	height: 35px;
	border-radius: 29px;
	background: #FFD25D;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 9px;
}
.guest .pull-right-middle {
	color: #080B1B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 126%;
}
.guest .pull-right-middle a {
	color: #A38DFF;
}
#signup_Sec .form-inline .form-group {
	width: 100%;
	margin-top: 15px;
}
#signup_Sec .btn.btn-primary {
	justify-content: center;
	width: 100%;
	min-width: 100%;
	height: 53px;
}
.title-black {
	color: #080B1B;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.signup_left_side {
	padding-top: 30px;
	position: relative;
}
.signup_left_side::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('https://i.23robo.info/projects/memo/img/signup_arrow.webp');
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 0;
	bottom: -80px;
}
#service_wrapper {
	padding: 150px 0;
}
.bg_txt {
	border-radius: 52px;
	background: #5E6ECE;
	width: max-content;
	margin: auto;
	padding: 25px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	height: 60px;
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.card_wrapper {
	border-radius: 20px;
	background: #FFF;
	padding: 25px;
	margin-bottom: 20px;
	position: relative;
}
.card_wrapper::before {
	content: '';
	position: absolute;
	width: 189px;
	height: 189px;
	background: rgba(7, 29, 64, 0.29);
	filter: blur(100px);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.row.service_card {
	padding-top: 50px;
}
.card_wrapper img {
	padding-top: 30px;
	padding-bottom: 25px;
}
.card_wrapper .card-title {
	color: #080B1B;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 117%;
	padding-bottom: 10px;
}
.card_wrapper .card-body {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 127.776%;
}
#contact_us {
	padding: 150px 0;
}
#contact_us .card_wrapper img {
	padding-top: 0;
	padding-bottom: 8px;
	margin: auto;
}
#contact_us .card_wrapper::before {
	display: none;
}
#contact_us .card_wrapper {
	box-shadow: 0px 59px 100px 0px rgba(102, 105, 111, 0.31);
}
#forgot_password {
	padding: 150px 0;
}
#forgot_password .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.guest .forgot_pass .form-control {
	box-shadow: 0px 15px 25.9px 0px rgba(72, 75, 89, 0.16);
	padding-left: 15px;
}
.forgot_pass .btn.btn-primary {
	margin: auto;
	justify-content: center;
	width: 190px;
	height: 60px;
}
/* [3] SIDEBAR — Base Layout (line ~1284) */
.sidebar {
	position: fixed;
	width: 230px;
	border-radius: 20px;
	background: #FFF;
	padding: 20px;
	height: calc(100% - 30px);
	z-index: 9999;
	left: 0;
	top: 15px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	scrollbar-width: thin;
}
.sidebar-nav {
	padding: 0;
	list-style: none;
	margin: 28px 0;
}
.sidebar-nav li .dropdown-item {
	padding-bottom: 0;
}
.sidebar-nav li a {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 12px;
	text-decoration: none !important;
	color: #484B59;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.btn_dropdown_black {
	border-radius: 21.5px;
	background: #200E32 !important;
	height: 43px;
	display: flex;
	align-items: center;
	color: #fff !important;
}
.sidebar-nav li.active a, .sidebar-nav li.active a:hover, .sidebar-nav li a:hover, .sidebar-nav li a:focus {
	/* border-radius: 21.5px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%); */
	color: #fff;
	padding-bottom: 12px;
	border-radius: 21.5px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	box-shadow: 0 4px 7.2px 0 rgba(255, 255, 255, 0.53) inset;
}
.sidebar-nav li.active a .menu-icon img, .sidebar-nav li.active a:hover .menu-icon img, .sidebar-nav li a:hover .menu-icon img, .sidebar-nav li a:focus .menu-icon img {
	filter: drop-shadow(0px 100px 0 #fff);
	transform: translateY(-100px);
}
.menu-icon {
	margin-right: 10px;
	overflow: hidden;
}
.sidebar-nav li {
	width: 100%;
}
.sidebar-nav li .dropdown {
	width: 100%;
}
.sidebar-nav li .dropdown .btn.dropdown-toggle {
	width: 100%;
	display: flex;
	background: transparent;
	color: #484B59;
	box-shadow: none;
}
.sidebar-ftr {
	border-radius: 15px;
	background: #5E6ECE;
	padding: 20px;
	height: 145px;
	text-align: center;
	margin-top: 100px;
}
.sidebar-ftr h4 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 126%;
	width: 80%;
	margin: auto;
}
.sidebar-ftr .btn.btn-secondary {
	justify-content: center;
	height: 37px;
	background: #fff;
	color: #080B1B;
	margin-top: 15px;
	width: 100%;
}
.inner-warp {
	padding-left: 230px;
}
/* [4] DASHBOARD — Welcome Box, Balance, Account Info (line ~1389) */
.left_welcome_box {
	border-radius: 12px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	padding: 20px;
	position: relative;
	/* width: 398px; */
}
.welcome_title {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 10px;
}
.welcome_txt {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 126%;
}
.left_welcome_box .btn.btn-primary {
	width: 119px;
	min-height: 38px;
	border-radius: 36px;
	background: #FFF;
	color: #080B1B;
}
.left_welcome_box img {
	position: absolute;
	right: 18px;
	bottom: 15px;
}
.right_welcome_box {
	border-radius: 12px;
	background: #0E0426;
	padding: 20px;
	min-height: 175px;
	/* width: 398px; */
}
.step_account_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.step_account_box li {
	width: 32%;
	height: 96px;
	border-radius: 5px;
	background: #FFF;
	padding: 10px;
}
.account_content h6 {
	color: #484B59;
	font-size: 8px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
}
.account_content p {
	color: #080B1B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
}
.account_content {
	padding-top: 22px;
}
.blnce_box {
	border-radius: 12px;
	border: 1px solid #EBE7F6;
	background: #FFF;
	padding: 20px;
	min-height: 176px;
}
.blnce_funds {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blnce_funds .btn.btn-primary {
	min-width: 90px;
	min-height: 22px;
	background: #0E0426;
}
.blnce_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.blnce_bottom h4 {
	color: #5E6ECE;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
}
.blnce_bottom p {
	color: #080B1B;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
/* [5] SERVICE CATEGORIES — Title, List, Tabs, Forms (line ~1499) */
.ser-cat-title {
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.20;
	margin-bottom: 10px;
	padding-left: 0;
	border-left: 2px solid #A38DFF;
}
.ser-cat-title-txt {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	color: #000;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 500;
}
.ser-cat-title::after {
	content: '';
	background-color: rgba(7, 29, 64, 0.10);
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}
.ser-cat-list {
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.ser-cat-title-txt {
	position: relative;
	z-index: 1;
	padding-right: 10px;
}
.row.ser-cat-row {
	padding-top: 30px;
	padding-bottom: 20px;
}
.auth .well {
	border-radius: 24px;
	border: 1px solid #EEE;
	background: rgba(255, 255, 255, 0.64);
	backdrop-filter: blur(150px);
	padding: 20px;
	box-shadow: none;
}
.custom-tabs.nav-tabs li .nav-link {
	border-radius: 14px;
	background: #F5F3FF;
	color: #64748B;
	padding: 15px;
	font-size: 12px;
	font-weight: 500;
	border: 1.5px solid #E9E5F5 !important;
	transition: all .2s cubic-bezier(.4,0,.2,1);
}
.custom-tabs.nav-tabs li .nav-link:hover {
	border-color: #C7D2FE !important;
	color: #7C3AED;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(124,58,237,.1);
}
.custom-tabs.nav-tabs li .nav-link.active {
	background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
	color: #fff;
	border-color: transparent !important;
	box-shadow: 0 4px 14px rgba(124,58,237,.3);
}
.custom-tabs.nav-tabs {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	border: 0;
}
.auth .form-control {
	border-radius: 36px;
	border: 1px solid #EBE7F6 !important;
	background: #FFF !important;
	color: #1A234A;
	padding: 11px 20px;
	min-height: 50px;
	box-shadow: none !important;
	outline: none !important;
}
.well .btn.btn-primary {
	width: 100%;
	justify-content: center;
	gap: 5px;
	height: 50px;
}
.service_description_box {
	border-radius: 10px;
	border: 1px solid #EBE7F6;
	background: #F4F4F4;
	padding: 12px;
}
.service_description_box h6 {
	color: #080B1B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.service_description_box p {
	color: #484B59;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* [6] AUTH DECORATIVE — Blurred Backgrounds (line ~1625) */
.auth::after {
	content: '';
	width: 344px;
	height: 344px;
	border-radius: 344px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	filter: blur(225px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    z-index: -1;
    right: 5%;
}
.dark-mode.auth::before,
.dark-mode.auth::after {
  display: none;
}
.auth::before {
	content: '';
	width: 344px;
	height: 344px;
	border-radius: 172px;
	background: #C645F9;
	filter: blur(225px);
	position: absolute;
	top: calc(50% + 200px);
	transform: translateY(-50%);
	z-index: -1;
	left: 30%;
}
.auth .form-control {
	border-radius: 36px;
	border: 1px solid #EEE !important;
	background: #FFF !important;
}
.auth .form-control::placeholder {
	color: rgba(72, 75, 89, 0.50);
}
.auth textarea.form-control {
	resize: none;
}
/* [7] SERVICE LIST & FILTER — Search, Filter Bar (line ~1668) */
.ser-cat-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
	position: relative;
	flex-wrap: nowrap;
	overflow: hidden;
}
.ser-cat-wrap .ser-cat-title {
	color: #080B1B;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-right: 5px;
	white-space: nowrap;
	border: 0;
	position: relative;
	padding-left: 4px;
	margin-bottom: 0;
}
.ser-cat-line {
	background: rgba(7, 29, 64, 0.10);
	display: flex;
	margin-left: auto;
	height: 1px;
	flex: 0 0 100%;
}
.ser-cat-wrap .ser-cat-title::after {
	display: none;
}
.ser-cat-wrap .ser-cat-title::before {
	content: '';
	width: 2px;
	height: 14px;
	border-radius: 12px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ser-cat-list li a {
	margin-right: 5px;
	display: flex;
}
.ser-cat-list li:last-child a {
	margin-right: 0;
}
.ser-filter {
	width: 218px;
	border-radius: 30px !important;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%) !important;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	min-height: 50px !important;
}
.ser-filter-ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
}
.ser-filter-ul .search {
	flex: 0 0 calc(100% - 218px);
	max-width: calc(100% - 218px);
	margin-left: 12px;
}
.search .form-group {
	margin-bottom: 0;
}
.ser-filter-ul .search .btn.btn-default {
	padding: 0;
	border: 0;
	position: absolute;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 21px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.ser-filter-ul .search .form-control {
	border-radius: 30px;
	border: 1px solid #EBE7F6 !important;
	background: #FFF !important;
}
.ser-filter-ul .search .form-control::placeholder {
	color: #080B1B;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
/* [8] TABLES — Services, Orders, API Table (line ~1764) */
.table thead tr th {
	background: #0E0426;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 12px;
	border: 0;
}
.table thead tr th:first-child {
	border-radius: 30px 0 0 30px;
}
.table thead tr th:last-child {
	border-radius: 0 30px 30px 0;
}
.cat-name td {
	border: 0 !important;
	border-radius: 30px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2 !important;
	padding: 12px !important;
}
.table {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.table tr:not(.cat-name) td {
	border-top: 1px solid #EBE7F6;
	background-color: #FFF;
	border-bottom: 1px solid #EBE7F6;
	padding: 12px !important;
	color: #080B1B;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.table tr:not(.cat-name) td:first-child {
	border-radius: 30px 0 0 30px;
  	border-left: 1px solid #EBE7F6;
}
.table tr:not(.cat-name) td:last-child {
	border-radius: 0 30px 30px 0;
  	border-right: 1px solid #EBE7F6;
}
.table > thead > tr > th,
.table > tbody > tr > th, 
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	vertical-align: middle;
}
.service-description .btn.btn-primary {
	justify-content: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	min-height: 30px;
}
.service-name {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.btn-wrap {
	display: flex;
	align-items: center;
	align-content: center;
}
.directorder {
	width: 30px;
	height: 30px;
	border-radius: 31px;
	background-color: #0E0426;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-left: 4px;
}
.modal-backdrop.fade.in {
	display: none;
}
.service-description .modal.in {
	background-color: rgba(0,0,0,30%);
	z-index: 9999999;
}
.add-cat-row {
	padding-bottom: 40px;
}
.add-cat-row .ser-cat-list li a {
	border-radius: 17px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(123, 118, 150, 0.17);
	display: flex;
	width: 58px;
	height: 59px;
	align-items: center;
	justify-content: center;
}
.add_form_row .btn.btn-primary {
	width: 100%;
	justify-content: center;
	gap: 5px;
}
.gradient_box {
	width: 60px;
	height: 28px;
	border-radius: 14px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.api-table tbody tr td {
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(150px);
	border-right: none !important;
	border-bottom: 1px solid #EBE7F6;
	border-right: 1px solid #EBE7F6;
	border-left: none !important;
	border-top: none !important;
}
.api-table tbody tr td:first-child {
	border-left: 1px solid #EBE7F6 !important;
	border-radius: 0 0 0 20px !important;
}
.api-table tbody tr td:last-child {
	border-right: 1px solid #EBE7F6 !important;
	border-radius: 0 0 20px 0 !important;
}
.api-table {
	border-collapse: collapse;
}
.api-table thead tr th {
	border-radius: 0 !important;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	backdrop-filter: blur(150px);
	padding: 15px;
}
.api-table thead tr th:first-child {
	border-radius: 20px 0 0 !important;
}
.api-table thead tr th:last-child {
	border-radius: 0 20px 0 0 !important;
}
.api-table tr:not(.cat-name) td {
	padding: 30px !important;
}
/* [9] TICKETS (line ~1919) */
.ticket_rows .media {
	border-radius: 36px;
	border: 1px solid #EEE;
	background: #FFF;
	width: 152px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-right: 5px;
	margin-top: 0;
	text-decoration: none;
	cursor: pointer;
}
.ticket_rows .cat-name {
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 126%;
}
.ticket_rows .media:hover {
	border-radius: 25px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	border: none;
}
.ticket_rows .media:hover .cat-name {
	color: #FFF;
}
.ticket_rows .media:hover svg path{
	fill: #FFF;
}
.ticket .well .btn.btn-primary {
	width: 100%;
	justify-content: center;
}
.table tr:not(.cat-name) td a {
	color: #080B1B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
/* [10] SIDEBAR TOGGLE & MISC (line ~1963) */
.sidebar-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .pinner {
	border-radius: 10px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	width: 40px;
	height: 40px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
} */
.top-left-ul .pinner {
	display: none;
}
.toggle .top-left-ul .pinner {
	display: flex;
}
.wrapper.toggle .inner-warp {
	padding-left: 0;
}
.wrapper.toggle .sidebar {
	left: -280px;
}
.top-left-ul .pinner {
	background: transparent;
	color: #000 !important;
}
.top-left-ul .pinner svg path {
	fill: #000;
}
.sm_title {
	color: #080B1B;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.wrapper.toggle .inner-wrap, .wrapper.toggle .sidebar, .wrapper .inner-wrap, .wrapper .sidebar {
	transition: 0.3s ease-in-out;
}
.media-heading {
	min-width: 121px;
	height: 42px;
	border-radius: 25px;
	border: 1px solid #EBE7F6;
	background: #FFF;
	color: #080B1B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-left: auto;
	padding: 12px;
}
.ticket .custom-tabs.nav-tabs li .nav-link {
	width: 120px;
}
#vote #tab-vote {
	text-align: left;
}
#btn-vote {
	margin-top: 15px;
}
#support-list span {
	padding-left: 15px;
}
#support-list img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 8px;
  transition: transform .35s ease, filter .35s ease;
}
#support-list img:hover {
  transform: scale(1.05) rotate(8deg);
  filter: drop-shadow(0 0 16px rgba(198,69,249,.55))
          drop-shadow(0 0 32px rgba(94,110,206,.35))
  			brightness(1.2);
}
#vote-static .vote-wrapper.refferal-box{
  border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(16,16,34,.08);padding:16px;
}
.custom-tabs.nav-tabs li.active .nav-link {
	background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
	color: #fff;
	border-color: transparent !important;
	box-shadow: 0 4px 14px rgba(124,58,237,.3);
}
.accordion_item .card-body:last-child {
	margin-bottom: 0;
}
.social-cate-title {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 0;
}
.row.social-cate-row {
	margin-top: 20px;
}
.social-cate-title-txt {
	font-size: 22px;
	font-weight: 700;
}
.social-cate-btn {
	font-size: 13px;
	border-radius: 21.5px;
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	color: #fff;
	padding: 5px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 80px;
	height: 32px;
	gap: 4px;
}
.social-cate-list {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin-top: 13px;
}
.social-cate-list li {
	flex: 0 0 19%;
	max-width: 19%;
	margin-right: 9px;
	margin-bottom: 9px;
}
/* .social-cate {
	display: flex;
	align-items: center;
	align-content: center;
	background: #F4F4F4;
	padding: 5px;
	border-radius: 5px;
	color: #080B1B;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none !important;
	box-shadow: 0 0 2px 0px rgba(0,0,0,50%);
} */
.social-cate {
	display: flex;
	align-items: center;
	align-content: center;
	background: #FBFBFB;
	padding: 8px;
	border-radius: 28px;
	color: #080B1B;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none !important;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}
.social-cate-list-txt {
	margin-left: 5px;
}
.social-cate.active, .social-cate:hover {
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	color: #fff;
}
.social-cate-list:not(.active) {
	display: none;
}
.neworder-tabs .navtabs-txt, 
.neworder-tabs .tab-txt {
	display: none;
}
.neworder-tabs.custom-tabs.nav-tabs li .nav-link {
	font-size: 22px;
	width: 80px;
}
@media (max-width: 1199px) {
	.guest .navbar-center {
	margin-left: 52px;
}
.guest .frm_flex_input .form-control {
	width: 224px;
}
.row.deliver_row::after {
	width: 265px;
	height: 1px;
}
.row.deliver_row::before {
	width: 265px;
}
.top_non_drop li {
	font-size: 16px;
}
.curve_line::before {
	display: none;
}
.txt br {
	display: none;
}
.step_footer_service ul {
	min-width: auto;
	width: 100%;
}
.guest .navbar-center {
	margin-left: 12px;
}
.inner-warp {
	padding-left: 0;
}
.nav-order-wrapper li a {
	font-size: 12px;
	padding: 15px 10px;
}
}
@media (max-width: 991px) {
.guest .navbar-center {
	margin-left: 0;
	padding: 4px;
	width: 46%;
}
.guest .navbar-center li.active a {
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%) !important;
	color: #FFF !important;
	min-width: 75px;
	min-height: 25px;
}
.guest .navbar-right .dropdown-toggle {
	width: 92px;
	height: 40px;
	font-size: 12px;
}
.guest .navbar-right .btn.btn-secondary {
	width: 92px;
	height: 40px;
	font-size: 12px;
}
.guest .navbar-center li a {
	font-size: 12px;
}
.main-title {
	font-size: 40px;
}
.tag_title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
#top_sec .row .col-sm-6 {
	width: 100%;
}
.guest .frm_flex_input .form-control {
	width: 100%;
}
.frm_flex_input {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
}
#top_sec .row .col-sm-6:last-child img {
	margin: auto;
}
.top_non_drop {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 7px;
}
.top_non_drop li {
	margin-right: 0;
	width: 200px;
	font-size: 14px;
    justify-content: flex-start;
}
.step_socal_wrapper li h6 {
	font-size: 16px;
}
.our_title {
	font-size: 16px;
}
.our_card_wapper {
	padding: 20px;
}
.card_prp .btn.btn-secondary {
	margin-top: 0;
}
.ser-cat-list {
	display: flex;
	overflow: scroll;
	justify-content: center;
	gap: 8px;
}
.neworder_row .col-sm-5 {
	width: 100%;
}
.modal-body {
	white-space: collapse;
}
.left_welcome_box {
	margin-bottom: 15px;
}
.right_welcome_box {
	margin-bottom: 15px;
}
.neworder_row .col-sm-2 {
	width: 100%;
}
.service_under_box ul li p {
	font-size: 12px;
}
.table-responsive {
	border: none;
}
.pull-right.search {
	width: 100%;
	margin-top: 10px;
}
.wapper_box_alert {
	flex-wrap: wrap;
	padding: 15px !important;
	border-radius: 15px !important;
}
.child_row {
	padding-top: 0 !important;
}
.wapper_box_alert ul {
	display: flex;
    align-items: center;
    justify-content: start !important;
    gap: 5px !important;
    flex-wrap: wrap;
    width: 100%;
}
.title-p {
	margin-bottom: 10px !important;
}
.wapper_box_alert ul li {
	width: 100% !important;
}
}
@media (max-width: 767px) {
	#top_sec {
	padding-top: 80px;
}
.row.deliver_row::before {
	display: none;
}
.row.deliver_row::after {
	display: none;
}
#why_choose {
	padding: 50px 0;
}
.step_card_wrapper {
	margin-bottom: 20px;
}
.rise_txt {
	font-size: 16px;
}
.col-sm-12 {
	width: 100%;
}
#our_service {
	padding: 50px 0;
}
.step_socal_wrapper {
	display: flex;
	flex-wrap: wrap;
}
#our_social .row .col-sm-3 {
	width: 50%;
}
.card_prp {
	height: auto;
	padding: 25px;
	margin-top: 0;
}
.row.snake_row {
	background-image: unset;
}
.numer_pos {
	display: none;
}
.how_box_02 {
	margin-top: 20px;
}
.how_box_03 {
	margin-top: 20px;
}
.card_yellow_box {
	margin-top: 20px;
}
#cheap_sec {
	padding: 50px 0;
}
.card_slider {
	padding: 15px;
}
#customers_sec .row {
	padding: 20px;
}
#customers_sec .row .title {
	padding-bottom: 30px;
}
.social_footer {
	margin-bottom: 20px;
}
.step_footer_service ul:last-child {
	margin-right: 0;
}
.how_box {
	margin-top: 30px;
}
#our_social {
	padding: 50px 0;
}
.signup_left_side::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('https://i.23robo.info/projects/memo/img/signup_arrow.webp');
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 0;
	bottom: -80px;
	z-index: -1;
}
.signup_left_side::before {
	z-index: -1;
}
.signup_left_side .btn.btn-secondary {
	width: max-content;
	padding: 25px;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.signup_left_side::before {
	display: none;
}
.bg_txt {
	width: 100%;
	font-size: 16px;
}
#service_wrapper {
	padding-top: 100px;
	padding-bottom: 30px;
}
.nav-order-wrapper li a {
	font-size: 12px;
	padding: 12px 10px;
	margin-bottom: 8px;
}
.add-cat-row .ser-cat-list {
	overflow: unset;
	flex-wrap: wrap;
}
.ticket_rows {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.ticket_rows {
	display: flex;
	align-items: center;
	justify-content: unset;
}
.ticket_rows .media {
	width: 114px;
	height: 48px;
}
}
@media (max-width: 575px) {
	.main-title {
	font-size: 35px;
}
.frm_flex_input {
	display: block;
}
#top_sec .row .top_row:first-child {
	padding-top: 100px;
}
.deliver_txt {
	width: 100%;
	height: 50px;
	padding: 15px;
}
.top_non_drop {
	margin: 20px auto;
}
.top_non_drop li {
	width: 100%;
}
#why_choose {
	padding: 20px 0;
}
#why_choose .title {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 0;
}
.btn.btn-secondary {
	width: 187px;
	height: 48px;
	font-size: 14px;
}
.step_flex_rise {
	margin-top: 0;
}
#our_service {
	padding: 20px 0;
}
.title {
	font-size: 30px;
}
.row.features_row img {
	margin-bottom: 10px;
}
#our_social .title {
	padding-bottom: 0;
}
.step_socal_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
#our_social .row .col-sm-3 {
	width: 100%;
}
.our_title_hero {
	font-size: 24px;
}
.card_prp {
	padding: 20px;
}
#our_social {
	padding: 20px 0;
}
#cheap_sec {
	padding: 20px 0;
}
.black_box h2 {
	font-size: 24px;
}
.black_box p {
	padding-bottom: 10px;
}
.card_purple_box {
	padding: 20px;
}
.card_yellow_box {
	padding: 20px;
}
#customers_sec {
	padding: 20px 0;
}
#customers_sec .row .title {
	padding-bottom: 0;
}
.card_slider {
	margin-right: 0;
}
#customers_sec .btn.btn-primary {
	width: 100%;
	height: 50px;
	font-size: 16px;
}
.row.faq_row {
	padding-top: 0;
}
.row.faq_row .nav-pills .nav-link {
	width: 100%;
	height: 60px;
	font-size: 16px;
	padding: 15px;
	text-align: left;
}
.row.faq_row .nav-pills .nav-link span {
	width: 45px;
	height: 45px;
	min-width: 45px;
	font-size: 14px;
}
.gray_box h2 {
	padding-top: 0;
}
.gray_box {
	padding: 20px;
	min-height: 384px;
}
#faq_sec {
	padding-bottom: 30px;
}
.txt_white br {
	display: none;
}
.row.footer_row .txt_white {
	padding-bottom: 20px;
}
.step_footer_service ul {
	min-width: auto;
	width: 100%;
	padding: 15px;
}
.step_footer_service ul h6 {
	font-size: 16px;
}
.copy_wrapper_bg {
	padding: 15px;
	height: auto;
	margin-top: 50PX;
}
.copy_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.row.footer_top {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
#signup_Sec {
	padding-top: 50px;
	padding-bottom: 0;
}
#signup_Sec .title {
	font-size: 35px;
	line-height: 1.6;
}
.yellow_box {
	width: 254px;
	height: 53px;
}
br {
	display: none;
}
.guest .well {
	padding: 20px;
}
#signup_Sec .btn.btn-primary {
	height: 45px;
}
.bg_txt {
	width: 100%;
	padding: 15px;
	font-size: 14px;
	height: 52px;
	margin-top: 20px;
}
.row.service_card {
	padding-top: 20px;
}
.card_wrapper {
	padding: 15px;
}
.card_wrapper img {
	padding-top: 10px;
	padding-bottom: 15px;
}
.card_wrapper .card-title {
	font-size: 22px;
}
#top_sec {
	padding-top: 0;
}
#contact_us {
	padding-top: 100px;
	padding-bottom: 30px;
}
#forgot_password {
	padding: 100px 0;
}
.guest .form-control {
	min-height: 50px;
}
#footer_wrapper {
	padding-top: 30px;
}
.guest .navbar-center {
	margin-left: 0;
	padding: 4px;
	width: 46%;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.guest #navbar {
	background: #FBFBFB;
	box-shadow: 0px 59px 100px 0px rgba(102, 105, 111, 0.31);
	border-radius: 16px;
	margin: 4px;
}
.guest .navbar-center li a {
	padding-left: 0;
}
.guest .navbar-right {
	display: flex;
	margin-left: 0;
}
.forgot_pass .btn.btn-primary {
	height: 48px;
}
.guest .navbar-center li.active a {
	padding-left: 15px;
}
.guest .navbar-default {
	top: 20px;
}
.top-bar .row {
	display: block;
}
.top-right-ul .btn.btn-primary {
	min-height: 44px;
	min-width: 108px;
}
.inner_wrapper_box {
	padding: 15px 4px;
	margin: 0 16px;
}
.left_welcome_box .btn.btn-primary {
	width: 117px;
	font-size: 12px;
}
.blnce_bottom h4 {
	font-size: 22px;
}
.well .btn.btn-primary {
	height: 44px;
	min-height: 44px;
}
.service_box {
	padding: 15px;
}
.ser-cat-list li img {
	max-width: 39px;
}
.auth::before {
	left: 0;
}
.custom-tabs.nav-tabs li .nav-link {
	width: 119px;
	min-height: 42px;
	height: 42px;
}
.row.ser-cat-row {
	padding-bottom: 10px;
}
.ser-cat-title-txt {
	background-color: transparent;
}
.ser-cat-title::after {
	display: none;
}
.ser-filter-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.ser-filter {
	width: 100px;
	font-size: 12px;
	min-height: 44px !important;
}
.ser-filter-ul .search {
	flex: unset;
	max-width: unset;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
}
.add-cat-row {
	padding-bottom: 20px;
}
.sm_title {
	font-size: 22px;
}
.ticket_rows .media {
	width: 92px;
	height: 44px;
}
.ticket_rows .cat-name {
	font-size: 12px;
}
.btn.btn-primary {
	min-height: 44px;
}
.frm-box {
	padding: 20px;
}
.api-table-wrap {
	display: block;
}
.api-table-left {
	flex: unset;
	max-width: unset;
}
.api-table-right {
	display: flex;
	align-items: center;
	align-content: center;
	flex: unset;
	max-width: unset;
	justify-content: start;
	white-space: nowrap;
	overflow-x: unset;
}
.api-table-list {
	overflow-x: unset; 
 	scrollbar-width: unset;
	margin-left: 0 !important;
	flex-wrap: wrap;
}
.affiliate-row {
	padding: 12px;
}
.affiliate-box {
	margin-bottom: 10px;
}
.affiliate-status-title {
	width: 91%;
}
.affiliate-status {
	margin-bottom: 10px;
}
.account .col-md-12 .row {
	display: block;
}
}
.guest .intro-box-row {
	padding-top: 150px;
}
.auth .container {
	width: 100%;
}
.child_row {
	padding-top: 30px;
}
.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 #5E6ECE) !important;
	transform: translateY(-100px);
}
.accordion_item .btn-primary:hover::after {
	filter: drop-shadow(0px 100px 0 #fff) !important;
}
.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 #5E6ECE);
	transform: translateY(-100px);
}
.accordion_item .btn-primary {
	overflow: hidden;
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0px 12px 87.1px 0px rgba(123, 118, 150, 0.16);
	color: #080B1B;
	margin-bottom: 10px;
}
.accordion_item .btn-primary:hover {
	background: linear-gradient(180deg, #5E6ECE 0%, #C645F9 100%);
	box-shadow: 0px 12px 87.1px 0px rgba(123, 118, 150, 0.16);
	color: #fff;
}
.faq_child {
	border-radius: 24px;
	background: #0E0426;
	padding: 15px;
}
.accordion_item .card-body {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 12px 87.1px 0px rgba(123, 118, 150, 0.16);
	padding: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #484B59;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 126%;
}
.refferal-box {
	border-radius: 24px;
	border: 1px solid #EEE;
	background: rgba(255, 255, 255, 0.64);
	backdrop-filter: blur(150px);
	padding: 2px 10px 0;
	box-shadow: none;
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.refferal-box h6 {
	text-align: center;
	color: #080B1B;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-bottom: 0;
}
.refferal-box img {
	max-width: 100%;
}
.refferal-box.selected {
	border-color: #7963d9;
	overflow: hidden;
}
.dash-box-step {
	display: flex;
	align-items: center;
	align-content: center;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.dash-box-step-num {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 25px;
	height: 25px;
	background-color: #636cd0;
	border-radius: 5px;
	color: #fff;
	margin-right: 5px;
}
.dash-box-step-content {
	margin: 0;
}
.note-title {
	margin: 15px auto;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.note-txt {
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}
.verified-btn-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	margin: 12px 0 0 0;
	justify-content: space-between;
}
.verified-btn-wrap .btn {
	flex: 0 0 49%;
	max-width: 49%;
	justify-content: center;
}
.left_welcome_box.verified-box {
	margin-bottom: 15px;
}
/* new order page  */

@media (max-width:550px) {
.dash-box-step-num {
	display: none;
}
  .social-cate-list-txt {
	display: none;
}
.social-cate-list li {
	flex: 0 0 auto;
	max-width: unset;
	margin: 0 4px 9px;
}
  .social-cate {
	justify-content: center;
}
  .top-right-ul .btn.btn-primary {
	font-size: 0;
	width: 45px;
	min-width: 45px;
}
  .top-right-ul .dropdown-currencies a {
	width: 70px !important;
}
}

/* =========================================================
   NEW ORDER — User Stats Bar (above categories)
   ========================================================= */
.no-stat-row{
  display:flex; flex-wrap:wrap; gap:14px;
  padding:0 0 16px; margin:12px 0 0;
}
.no-stat-row .col-sm-4{ flex:1 1 0; min-width:0; padding:0; }
.no-stat{
  display:flex; align-items:center; gap:14px;
  background:var(--card,#fff);
  border:1.5px solid var(--border,#E9E5F5);
  border-radius:16px;
  padding:16px 18px;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
  transition:all .25s cubic-bezier(.4,0,.2,1);
}
.no-stat:hover{
  box-shadow:0 4px 16px rgba(124,58,237,.1);
  border-color:#C7D2FE;
  transform:translateY(-2px);
}
.no-stat-ico{
  flex:0 0 44px; width:44px; height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background:linear-gradient(135deg,rgba(124,58,237,.08),rgba(168,85,247,.08));
}
.no-stat-ico svg{ width:22px; height:22px; }
.no-stat-body{ display:flex; flex-direction:column; min-width:0; }
.no-stat-label{
  font-size:12px; font-weight:600; color:var(--ink2,#64748B);
  text-transform:uppercase; letter-spacing:.3px; line-height:1;
  margin-bottom:4px;
}
.no-stat-value{
  font-size:20px; font-weight:800; color:var(--ink,#1E293B);
  line-height:1.2; letter-spacing:-.3px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.no-stat-tier{
  background:linear-gradient(135deg,#7C3AED,#A855F7);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}
@media(max-width:767px){
  .no-stat-row{ flex-direction:column; gap:10px; }
  .no-stat-row .col-sm-4{ flex:1 1 100%; }
  .no-stat{ padding:14px 16px; border-radius:14px; }
  .no-stat-value{ font-size:18px; }
}

/* =========================================================
   NEW ORDER PAGE STYLES — Modern Redesign v2
   ========================================================= */

/* Theme Variables — Premium Purple */
:root{
  --pri:#7C3AED;
  --pri2:#A855F7;
  --pri-soft:#F5F3FF;
  --ink:#1E293B;
  --ink2:#64748B;
  --bg:#FAF8FF;
  --card:#FFFFFF;
  --border:#E9E5F5;
  --elev:0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --elev-md:0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);
  --elev-lg:0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.05);
  --radius:16px;
  --radius-sm:12px;
  --radius-xs:8px;
  --transition:.2s cubic-bezier(.4,0,.2,1);
}

/* Utilities & Resets */
.gizli{ display:none!important; opacity:0!important; overflow:hidden!important; }

button,.social-cate,.nav-link{ min-height:44px; }
.well,.social-cate{ will-change:transform; }

/* Global Layout */
.auth{ background:var(--bg); }
.inner_wrapper_box{ background:transparent; box-shadow:none; border:none; padding:0; }
.section,.well,.step_new_bx,.step_new_bx2,.service_box_Wraps{ margin-bottom:20px; }
#neworder,#service-details{ margin-top:24px; }

/* Form Controls */
.auth .form-control{
  border-radius:var(--radius-sm);
  background:var(--card)!important;
  border:1.5px solid var(--border)!important;
  padding:12px 16px;
  font-size:14px;
  transition:border-color var(--transition),box-shadow var(--transition);
}
.auth .form-control:focus{
  border-color:var(--pri)!important;
  box-shadow:0 0 0 3px rgba(99,102,241,.12)!important;
  outline:0;
}

/* Mass order textarea */
#mass-links,textarea[name="MassOrderForm[orders]"]{
  position:relative!important; z-index:5!important; pointer-events:auto!important; background:var(--card)!important;
}
#pills-massorder .well::before,#pills-massorder .well::after,
#pills-massorder .card::before,#pills-massorder .card::after{
  display:none!important; pointer-events:none!important;
}

/* Buttons */
.mo-btn{
  border-radius:var(--radius-sm); padding:10px 16px; border:0; cursor:pointer; font-weight:600;
  background:var(--pri-soft); color:var(--ink); min-height:44px;
  transition:all var(--transition);
}
.mo-btn:hover{ background:#DDD6FE; }
.mo-btn:active{ transform:translateY(1px); }
.mo-btn[disabled]{ opacity:.5; cursor:not-allowed; }
.mo-btn--grad{
  background:#F5F3FF; color:#7C3AED;
  border:1.5px solid #DDD6FE;
  border-radius:10px;
  font-size:14px;
  box-shadow:none;
}
.mo-btn--grad:hover{
  background:#EDE9FE; border-color:#C4B5FD;
  box-shadow:0 2px 8px rgba(124,58,237,.12);
  transform:translateY(-1px);
}
.mo-btn--danger{ background:#FEF2F2; color:#DC2626; }

.btn-primary{
  background:linear-gradient(135deg,var(--pri),var(--pri2)); border:0; color:#FFF; border-radius:var(--radius-sm);
  box-shadow:0 4px 14px rgba(99,102,241,.25);
  transition:all var(--transition);
}
.btn-primary:hover{ box-shadow:0 6px 20px rgba(99,102,241,.35); transform:translateY(-1px); }
.btn-primary:disabled{ filter:grayscale(.3) brightness(.9); cursor:not-allowed; }

/* Mass Order – Easy Use */
.mo-easy__rows{ display:flex; flex-direction:column; gap:10px; }
.mo-row{ display:grid; grid-template-columns:1fr 2fr 1fr auto; gap:10px; }
.mo-row-remove{ padding:0 12px; min-height:44px; }

.mo-inp{
  height:44px; border-radius:var(--radius-sm); background:var(--card);
  border:1.5px solid var(--border)!important; padding:10px 14px; font-size:14px;
  transition:border-color var(--transition),box-shadow var(--transition);
}
.mo-inp:focus{
  border-color:var(--pri)!important;
  box-shadow:0 0 0 3px rgba(99,102,241,.12)!important; outline:0;
}

.mo-row .mo-row-remove{
  background:#FEF2F2; color:#DC2626; border:1.5px solid #FECACA;
  border-radius:10px;
  opacity:1; pointer-events:auto;
  transition:all var(--transition);
}
.mo-row .mo-row-remove:hover{
  background:#FEE2E2; border-color:#F87171;
}

@media(max-width:768px){
  .mo-row{ grid-template-columns:1fr 1fr; }
  .mo-row .mo-row-remove{ grid-column:1/-1; opacity:1; pointer-events:auto; }
}

/* Tabs / Navs */
.neworder-tabs.custom-tabs.nav-tabs li .nav-link{
  font-size:13px; width:44px; height:44px; border-radius:var(--radius-sm);
  display:flex; align-items:center; justify-content:center;
  border:1.5px solid var(--border)!important; background:var(--card);
  transition:all var(--transition);
}
.neworder-tabs .navtabs-txt,.neworder-tabs .tab-txt{ display:none; }
.neworder-tabs.custom-tabs.nav-tabs li.active .nav-link{
  min-width:140px; border:none!important; width:auto; height:44px;
  display:flex; align-items:center; justify-content:center; gap:8px;
  padding:0 18px!important;
  background:linear-gradient(135deg,var(--pri),var(--pri2)); color:#FFF;
  box-shadow:0 4px 14px rgba(99,102,241,.3);
}
.neworder-tabs.custom-tabs.nav-tabs li.active .navtabs-txt{ display:inline; }
.neworder-tabs.custom-tabs.nav-tabs li.active .nav-link .navtabs-icon{
  display:inline-flex; filter:brightness(0) invert(1);
}
.neworder-tabs .nav-link{ background:var(--card); border:1.5px solid var(--border)!important; }
/* Hide tooltip on active tab only — inactive tabs need tooltip since they show icon only */
.neworder-tabs li.active [data-tip]::after,
.neworder-tabs li.active [data-tip]::before{ display:none!important; }
.neworder-tabs li .nav-link:hover{
  transform:translateY(-2px); box-shadow:var(--elev-md);
  border-color:#C7D2FE!important;
}

/* Social Categories */
.social-cate-list{
  display:grid; grid-template-columns:repeat(6,1fr); gap:10px; padding:0; margin:0; list-style:none;
}
.social-cate-list li{ flex:unset!important; max-width:unset!important; width:auto!important; min-width:0; }
.social-cate{
  display:flex; align-items:center; gap:10px; border:1.5px solid var(--border); background:var(--card);
  border-radius:var(--radius-sm); padding:10px 14px;
  box-shadow:var(--elev); transition:all var(--transition);
}
.social-cate:hover{ border-color:#C7D2FE; box-shadow:var(--elev-md); transform:translateY(-2px); }
.social-cate:active{ transform:translateY(0); box-shadow:var(--elev); }
.social-cate[aria-current="true"],.social-cate.is-active{
  border-color:transparent; background:linear-gradient(135deg,var(--pri),var(--pri2)); color:#FFF;
  box-shadow:0 4px 14px rgba(99,102,241,.3);
}
.social-cate-list-icon{ width:28px; height:28px; display:grid; place-items:center; border-radius:50%; }
.social-cate[aria-current="true"] .social-cate-list-icon{ background:rgba(255,255,255,.2); }
.social-cate-list-icon img{ width:24px; height:24px; object-fit:contain; }
.social-cate-list-txt{ font-size:13px; font-weight:500; white-space:nowrap; }

@media(max-width:1199px){ .social-cate-list{ grid-template-columns:repeat(4,1fr); } }
@media(max-width:767px){ .social-cate-list{ grid-template-columns:repeat(5,1fr); } }

/* Social Category Title & Toggle */
.social-cate-title{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.social-cate-title-txt{ font-size:16px; font-weight:700; color:var(--ink); }
.social-cate-btn{
  display:inline-flex; align-items:center; gap:6px; padding:8px 14px;
  border-radius:999px; background:var(--pri-soft); color:var(--pri);
  font-size:13px; font-weight:600; cursor:pointer; border:none;
  transition:all var(--transition);
}
.social-cate-btn:hover{ background:#DDD6FE; }
.social-cate-btn svg{ width:16px; height:16px; }
.social-cate-list:not(.active){ display:none; }

.wel_title{ display:flex; align-items:center; gap:5px; color:var(--ink); font-size:16px; font-weight:600; line-height:120%; margin:0; }

/* Service Description Box */
.service_box_Wraps{
  border-radius:var(--radius); background:linear-gradient(135deg,var(--pri),var(--pri2));
  box-shadow:0 8px 24px rgba(99,102,241,.2); padding:20px; position:relative; overflow:hidden;
}
.service_box_Wraps::before{
  content:''; position:absolute; top:-50%; right:-50%; width:100%; height:100%;
  background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);
  pointer-events:none;
}
.serv_ttx{ color:#FFF; font-size:15px; font-weight:500; position:relative; }
.exm_link{
  border-radius:var(--radius-sm); background:rgba(255,255,255,.95); padding:10px 14px; margin-bottom:0;
  backdrop-filter:blur(8px); position:relative;
}
.exm_link .ex_link{
  border-radius:var(--radius-xs); background:linear-gradient(135deg,var(--pri),var(--pri2));
  box-shadow:0 2px 6px rgba(99,102,241,.2); color:#FFF; padding:6px 12px; font-size:13px; font-weight:600;
  display:inline-flex; align-items:center;
}

.c_title{ color:var(--ink); font-size:20px; font-weight:700; }
.wel_title,.c_title{ margin-bottom:16px; }

/* Badges / Chips */
.badge,.chip{ display:inline-flex; align-items:center; gap:6px; padding:6px 12px; border-radius:999px; font-size:12px; font-weight:600; }
.chip--ok{ background:#ECFDF5; color:#059669; }
.chip--err{ background:#FEF2F2; color:#DC2626; }
.dark-mode .chip--ok{ background:rgba(5,150,105,.15); color:#34D399; }
.dark-mode .chip--err{ background:rgba(220,38,38,.15); color:#F87171; }

/* Tables */
.table th{ font-size:12px; letter-spacing:.3px; text-transform:uppercase; color:var(--ink2); background:#FAFBFC; }
.table td{ vertical-align:middle; }

/* Responsive */
@media(max-width:767px){
  .inner_wrapper_box{ margin:0; }
  .top-left-ul{ margin-bottom:8px; }
  .social-cate{ justify-content:center; }
  .social-cate-title,.social-cate .social-cate-title,.social-cate .social-cate-list-txt,
  .social-cate-title .tab-txt,.neworder-tabs .tab-txt,.neworder-tabs .navtabs-txt{ display:none; }
}
@media(max-width:575px){
  .inner_wrapper_box{ margin:0; }
  .top-left-ul{ margin-bottom:8px; }
}

/* Utility patches */
.mo-easy__actions{ margin-top:8px; display:flex; gap:10px; }

/* Service Details Cards */
#svc-details .svc-col{ padding:6px }
#svc-details .svc-card{
  background:var(--card); border:1.5px solid var(--border); border-radius:var(--radius-sm);
  padding:14px; transition:all var(--transition);
}
#svc-details .svc-card:hover{ box-shadow:var(--elev-md); }
#svc-details .svc-head{ display:flex; align-items:center; gap:8px; white-space:nowrap; overflow:hidden }
#svc-details .svc-ico{ width:22px; height:22px; flex:0 0 auto; display:block }
#svc-details .svc-title{ font-weight:600; font-size:12px; line-height:1; color:var(--ink2); text-transform:uppercase; letter-spacing:.3px; min-width:0; overflow:hidden; text-overflow:ellipsis }
#svc-details .svc-val{ margin:8px 0 0; font-weight:600; font-size:14px; color:var(--ink); }

/* =========================================================
   Platform Subbar — Modern chip filter
   ========================================================= */
#platform-subbar, .platform-subbar {
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
  padding: 10px 14px; margin: 10px 0 14px;
  background: rgba(124,58,237,.04);
  border: 1px solid rgba(124,58,237,.1);
  border-radius: 16px;
  transition: background .3s, border-color .3s;
}

.pf-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 999px;
  border: 1.5px solid #E9E5F5;
  background: #fff; color: #64748B;
  font-weight: 600; font-size: 13px;
  cursor: pointer; white-space: nowrap; user-select: none;
  transition: all .2s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.pf-chip:hover {
  transform: translateY(-1px);
  border-color: #C7D2FE;
  box-shadow: 0 4px 12px rgba(124,58,237,.12);
  color: #7C3AED;
}
.pf-chip[aria-pressed="true"] {
  color: #fff;
  background: linear-gradient(135deg, #7C3AED, #A855F7);
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(124,58,237,.3);
}
.pf-chip .chip-icon { display: inline-flex; line-height: 0; }
.pf-chip svg, .pf-chip i[data-lucide] { width: 16px; height: 16px; }
.pf-chip i { width: 16px; height: 16px; display: inline-block; }
.pf-chip .chip-text { white-space: nowrap; }

.pf-hidden { display: none !important; }
.pf-spacer { flex: 0 0 8px; }
.pf-anchor { margin-top: -6px; }
.pf-opt-muted { color: #9aa0a6; }

@media (max-width: 767px) {
  #platform-subbar, .platform-subbar { gap: 6px; padding: 8px 10px; }
  .pf-chip { padding: 7px 12px; font-size: 12px; }
  .pf-chip svg, .pf-chip i[data-lucide], .pf-chip i { width: 14px; height: 14px; }
}
/* ปุ่มที่ถูกเลือก */
.brand-category.active-social{
  position: relative;
  background: linear-gradient(135deg, #7C3AED, #A855F7);
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 3px 12px rgba(124,58,237,.30);
}
.brand-category.active-social .social-cate-list-txt{
  color:#fff; font-weight:700;
}

/* เอฟเฟกต์ตอนแสดงไอคอนติ๊ก */
@keyframes checkPop {
  0%   { transform: scale(0.3); opacity: 0; }
  70%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1);   opacity: 1; }
}

.brand-category .social-check {
  position: absolute;
  top: 6px; right: 8px;
  width: 16px; height: 16px;
  pointer-events: none;
  color: #fff;
  animation: checkPop 0.35s ease-out;
}

  /* ===== Social Button Ripple + Pulse (Strong) ===== */
.brand-category{
  position: relative;
  overflow: hidden;              /* ตัดคลื่นตามทรงปุ่ม */
  isolation: isolate;            /* กัน z-index ซ้อนจากข้างนอก */
  border-radius: 14px;           /* ให้เหมาะกับทรง pill ของคุณ */
}

/* ให้เนื้อหาข้างในอยู่หน้าคลื่น */
.brand-category > *{ position:relative; z-index: 2; }

/* วง ripple */
.ripple-circle{
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  transform: scale(0);
  /* โทนสีเข้มขึ้น + gradient หลายชั้น */
  background: radial-gradient(circle at center,
    rgba(106,90,249,.55) 0%,
    rgba(106,90,249,.40) 35%,
    rgba(106,90,249,.22) 60%,
    rgba(106,90,249,0) 75%);
  animation: btn-ripple-strong 900ms cubic-bezier(.2,.6,.2,1) forwards;
}

@keyframes btn-ripple-strong{
  60% { transform: scale(8); opacity: .95; }
  100%{ transform: scale(10); opacity: 0;  }
}

/* pulse ring one-shot (ชัดขึ้น) */
.brand-category.pulse-once::after{
  content:'';
  position:absolute; inset:-3px;      /* ใหญ่กว่า pill นิดนึง */
  border-radius: 16px;
  z-index: 3;
  box-shadow: 0 0 0 0 rgba(106,90,249,.55);
  animation: btn-pulse-ring 950ms ease-out forwards;
}

@keyframes btn-pulse-ring{
  0%   { box-shadow: 0 0 0 0   rgba(106,90,249,.55); opacity: .85; transform: scale(.96); }
  100% { box-shadow: 0 0 0 16px rgba(106,90,249,0);  opacity: 0;    transform: scale(1.06); }
}

/* เคารพระบบลด motion */
@media (prefers-reduced-motion: reduce){
  .ripple-circle{ animation: none; }
  .brand-category.pulse-once::after{ animation: none; }
}

/* (เผื่อบางธีมครอบด้วย <li> ที่ overflow:hidden) ให้แสดงคลื่นได้ */
.social-cate-list > li{ overflow: visible; }

/* =========================================================
   TOP BAR — Modern Redesign
   ========================================================= */

/* Container — Floating rounded bar */
.top-bar{
  padding:10px 20px;
  background:var(--card, #fff);
  border:1.5px solid var(--border, #E2E8F0);
  margin:12px 16px 0;
  border-radius:18px;
  position:relative;
  z-index:100;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
.top-bar .row{
  display:flex !important;
  align-items:center;
}

/* Left side */
.top-left-ul{
  padding:0; margin:0;
  list-style:none;
  display:flex;
  align-items:center;
  gap:12px;
}
.top-left-ul .pinner{
  display:none;
  width:38px; height:38px;
  align-items:center; justify-content:center;
  border-radius:12px;
  background:transparent;
  border:1.5px solid var(--border, #E2E8F0);
  transition:all var(--transition, .2s);
  color:var(--ink, #1E293B);
}
.top-left-ul .pinner:hover{
  background:var(--pri-soft, #EEF2FF);
  border-color:var(--pri, #6366F1);
}
.top-left-ul .pinner svg path{ fill:var(--ink, #1E293B); }
.toggle .top-left-ul .pinner{ display:inline-flex; }

.wel_title{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  font-size:15px;
  font-weight:600;
  color:var(--ink, #1E293B);
  letter-spacing:-.2px;
}
.wel_title img{ width:24px; height:24px; }

/* Right side */
.top-right-ul{
  list-style:none;
  padding:0; margin:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

/* Icon button base */
.top-right-ul li a,
.top-right-ul .lang-dd button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:38px !important; height:38px !important;
  min-width:38px !important;
  padding:0 !important;
  border-radius:12px !important;
  border:1.5px solid var(--border, #E2E8F0) !important;
  background:var(--card, #fff) !important;
  box-shadow:none !important;
  color:var(--ink, #1E293B) !important;
  text-decoration:none !important;
  transition:all var(--transition, .2s) !important;
  margin-left:0 !important;
  cursor:pointer;
}
.top-right-ul li a:hover,
.top-right-ul .lang-dd button:hover{
  background:var(--pri-soft, #EEF2FF) !important;
  border-color:var(--pri, #6366F1) !important;
  transform:translateY(-1px);
  box-shadow:var(--elev, 0 1px 3px rgba(0,0,0,.06)) !important;
}
.top-right-ul li a svg{ width:20px; height:20px; }

/* Points pill wrapper — kill the parent border & background */
.top-right-ul .media-heading{
  margin:0; padding:0;
  border:none !important;
  background:transparent !important;
  min-width:auto !important;
  height:auto !important;
  font-size:0;
  display:flex; align-items:center;
  box-shadow:none !important;
}
html.dark-mode .top-right-ul .media-heading{
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
}
.top-right-ul .head-stats{
  display:inline-flex !important;
  align-items:center;
  gap:6px;
  padding:6px 14px;
  border-radius:12px;
  background:var(--pri-soft, #EEF2FF);
  color:var(--pri, #6366F1) !important;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
  border:none !important;
  outline:none !important;
  max-width:none;
  overflow:visible;
  text-overflow:initial;
  min-width:auto;
  height:38px;
  cursor:pointer;
  transition:all var(--transition, .2s);
}
.top-right-ul .head-stats:hover{
  background:#E0E7FF;
  box-shadow:0 2px 8px rgba(99,102,241,.15);
}

/* Balance pill */
.top-right-ul .dropdown-currencies a,
.top-right-ul .dropdown-currencies > a.balance-pill{
  width:auto !important;
  height:38px !important;
  padding:0 14px !important;
  border-radius:12px !important;
  font-size:13px !important;
  font-weight:700 !important;
  gap:6px;
  max-width:180px !important;
  line-height:1 !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.balance-pill .ico{ display:inline-flex; width:18px; height:18px; }
.balance-pill .amt{
  font-variant-numeric:tabular-nums;
  font-weight:700;
  max-width:120px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:inline-block;
  vertical-align:middle;
}

/* Ensure currencies parent allows overflow + z-index for dropdown */
.top-right-ul .dropdown-currencies{
  position:relative;
  z-index:99998;
}
.top-right-ul .dropdown-currencies.open .dropdown-menu{
  display:block !important;
}

/* Icon badge */
.icon-badge{
  position:absolute;
  top:-3px; right:-3px;
  min-width:18px; height:18px;
  padding:0 5px;
  background:linear-gradient(135deg, #EF4444, #DC2626);
  color:#fff;
  font:700 10px/18px system-ui, -apple-system, sans-serif;
  text-align:center;
  border-radius:999px;
  border:2px solid var(--card, #fff);
  pointer-events:none;
  display:none;
}
.icon-badge::after{ content:attr(data-count); }
.icon-badge[data-count="0"]{ display:none; }
.icon-badge:not([data-count="0"]){ display:inline-block; }

/* Ticket icon link */
.top-right-ul .top-icon a.icon-link{
  position:relative;
}

/* Logout */
.top-right-ul .btn-logout-icon,
.top-right-ul .btn.btn-primary.btn-logout-icon{
  background:var(--card, #fff) !important;
  border:1.5px solid var(--border, #E2E8F0) !important;
  border-radius:12px !important;
  width:38px !important; height:38px !important;
  padding:0 !important;
  box-shadow:none !important;
  min-width:38px !important;
}
.top-right-ul .btn-logout-icon:hover,
.top-right-ul .btn.btn-primary.btn-logout-icon:hover{
  background:#FEF2F2 !important;
  border-color:#EF4444 !important;
  box-shadow:0 2px 8px rgba(239,68,68,.15) !important;
  transform:translateY(-1px);
}
.top-right-ul .btn.btn-primary.btn-logout-icon svg{
  width:20px; height:20px; display:block;
}
.top-right-ul .btn-logout-icon::after{ display:none !important; }

/* RTL */
.rtl-navbar .icon-badge{ right:auto; left:-3px; }

/* ---- Points Modal v3 — Clean Redesign ---- */
.pointsV2{ border:0; border-radius:20px; overflow:hidden; background:#fff; box-shadow:0 25px 60px rgba(0,0,0,.15); }
.pointsV2 .pm-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 20px;
  background:linear-gradient(135deg, #7C3AED, #A855F7);
  color:#fff;
}
.pointsV2 .pm-title{ display:flex; align-items:center; gap:10px; font-size:15px; font-weight:700; }
.pointsV2 .pm-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:32px; height:32px; border-radius:10px;
  background:rgba(255,255,255,.18); backdrop-filter:blur(4px);
}
.pointsV2 .pm-close{
  appearance:none; border:0; background:rgba(255,255,255,.15);
  width:30px; height:30px; border-radius:8px;
  display:inline-flex; align-items:center; justify-content:center;
  color:#fff; cursor:pointer; transition:background .2s;
}
.pointsV2 .pm-close:hover{ background:rgba(255,255,255,.3); }

/* Profile card */
.pm-profile{
  display:flex; align-items:center; gap:18px;
  padding:22px 20px 18px;
}
.pm-avatar-wrap{
  position:relative; width:76px; height:76px; flex-shrink:0;
}
.pm-ring{ position:absolute; inset:0; width:100%; height:100%; }
.pm-avatar{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:60px; height:60px; border-radius:50%; object-fit:cover;
}
.pm-info{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.pm-level-badge{
  display:inline-flex; align-items:center; padding:4px 14px;
  border-radius:999px; font-size:13px; font-weight:700;
  background:linear-gradient(135deg, #7C3AED, #A855F7);
  color:#fff; width:fit-content;
}
.pm-pts-display{ display:flex; align-items:baseline; gap:8px; }
.pm-pts-num{ font-size:28px; font-weight:800; color:#1E293B; line-height:1.1; letter-spacing:-.5px; }
.pm-pts-eq{ font-size:13px; color:#94A3B8; font-weight:500; }
.pm-rate-tag{
  font-size:12px; font-weight:600; color:#7C3AED;
  background:#F5F3FF; padding:3px 10px; border-radius:6px; width:fit-content;
}

/* Info Badges */
.pm-info-badges{
  display:flex; flex-wrap:wrap; gap:6px; padding:0 20px 10px; justify-content:center;
}
.pm-info-badge{
  display:inline-flex; align-items:center; gap:5px;
  font-size:11px; font-weight:500; color:#64748B;
  background:#F8FAFC; border:1px solid #E2E8F0; border-radius:8px; padding:5px 10px;
}
.pm-info-badge svg{ color:#7C3AED; flex-shrink:0; }

/* Progress */
.pm-progress-wrap{ padding:0 20px 16px; }
.pm-progress-label{
  display:flex; justify-content:space-between; align-items:center;
  font-size:12px; color:#64748B; margin-bottom:8px; font-weight:500;
}
.pm-progress-label b{ color:#1E293B; }
.pm-progress-pct{ font-weight:700; color:#7C3AED; }
.pm-progress-bar{
  height:6px; border-radius:999px; background:#F1F0F9; overflow:hidden;
}
.pm-progress-bar span{
  display:block; height:100%; border-radius:999px;
  background:linear-gradient(90deg, #7C3AED, #A855F7);
  transition:width .4s ease;
}

/* Tier grid */
.pm-tiers{
  display:flex; flex-wrap:wrap; gap:6px;
  padding:0 20px 18px;
}
.pm-tier{
  display:flex; align-items:center; justify-content:space-between;
  flex:1 1 calc(50% - 3px); min-width:calc(50% - 3px); max-width:calc(50% - 3px);
  padding:8px 12px; border-radius:12px;
  border:1.5px solid #E9E5F5; background:#FAFAFE;
  transition:all .2s;
}
.pm-tier:hover{ border-color:#C7D2FE; }
.pm-tier.is-current{
  border-color:#7C3AED; background:linear-gradient(135deg, #F5F3FF, #EDE9FE);
  box-shadow:0 2px 8px rgba(124,58,237,.1);
}
.pm-tier-left{ display:flex; flex-direction:column; gap:1px; min-width:0; }
.pm-tier-name{ font-size:13px; font-weight:600; color:#334155; }
.pm-tier.is-current .pm-tier-name{ color:#7C3AED; font-weight:700; }
.pm-tier-min{ font-size:10px; color:#94A3B8; font-weight:500; }
.pm-tier.is-current .pm-tier-min{ color:#8B5CF6; }
.pm-tier-rate{
  font-size:12px; font-weight:700; color:#64748B;
  font-variant-numeric:tabular-nums; flex-shrink:0;
}
.pm-tier.is-current .pm-tier-rate{ color:#7C3AED; }

/* Locked (not yet reached) */
.pm-tier.is-locked{
  opacity:.38;
  filter:grayscale(.25);
  pointer-events:none;
}
.dark-mode .pm-tier.is-locked{ opacity:.25; }

/* Tier Hint */
.pm-tier-hint{
  padding:2px 20px 8px; font-size:11px; color:#94A3B8; text-align:center; font-weight:500;
}

/* Notice */
.pm-notice{
  padding:0 20px 8px;
  font-size:11px; color:#94A3B8; text-align:center; line-height:1.5;
}
.dark-mode .pm-notice{ color:rgba(255,255,255,.35); }

/* Redeem Header */
.pm-redeem-header{
  font-size:13px; font-weight:600; color:#475569; text-align:center; margin-bottom:4px;
}
/* Redeem Note */
.pm-redeem-note{
  font-size:11px; color:#94A3B8; text-align:center; font-weight:500; margin-top:-2px;
}

/* Footer */
.pointsV2 .pm-footer{ padding:0 20px 20px; }
.pm-btn-pri{
  display:flex; align-items:center; justify-content:center;
  width:100%; padding:14px; border-radius:14px; border:0;
  background:linear-gradient(135deg, #7C3AED, #A855F7);
  color:#fff; font-size:14px; font-weight:700;
  box-shadow:0 4px 16px rgba(124,58,237,.25);
  transition:all .2s; text-decoration:none; cursor:pointer;
}
.pm-btn-pri:hover{
  box-shadow:0 6px 24px rgba(124,58,237,.35);
  transform:translateY(-1px); color:#fff; text-decoration:none;
}
.pm-btn-pri:disabled{
  opacity:.45; cursor:not-allowed; transform:none;
  box-shadow:0 4px 16px rgba(124,58,237,.15);
}

/* Redeem Form */
.pm-redeem-section{ display:flex; flex-direction:column; gap:4px; }
.pm-redeem-input-wrap{
  display:flex; align-items:center; gap:10px;
  background:rgba(124,58,237,.06); border:1.5px solid rgba(124,58,237,.15);
  border-radius:12px; padding:10px 14px; transition:border-color .2s;
}
.pm-redeem-input-wrap:focus-within{
  border-color:#7C3AED; background:rgba(124,58,237,.08);
}
#pm-redeem-input{
  flex:1; border:0; background:transparent; outline:none;
  font-size:15px; font-weight:600; color:#1a1a2e; font-family:inherit;
  min-width:0;
}
#pm-redeem-input::placeholder{ color:rgba(0,0,0,.3); font-weight:400; }
.pm-redeem-eq{
  white-space:nowrap; font-size:13px; font-weight:600; color:#7C3AED;
}
.pm-redeem-limit{
  font-size:12px; color:#666; text-align:center; line-height:1.4;
}
.pm-redeem-limit:empty{ display:none; }
.pm-redeem-limit b{ color:#7C3AED; }
.pm-limit-locked{ color:#e53e3e; font-weight:500; }
.pm-redeem-hint{
  font-size:12px; text-align:center; color:#999; font-weight:400; transition:color .2s;
}
.pm-hint-err{ color:#e53e3e; font-weight:600; }
.pm-redeem-msg{
  font-size:13px; text-align:center; font-weight:500; transition:color .2s;
}
.pm-redeem-msg:empty{ display:none; }
.pm-msg-err{ color:#e53e3e; }
.pm-msg-ok{ color:#38a169; }

/* Redeem Form — Dark Mode */
.dark-mode .pm-redeem-input-wrap{
  background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.12);
}
.dark-mode .pm-redeem-input-wrap:focus-within{
  border-color:#A855F7; background:rgba(255,255,255,.08);
}
.dark-mode #pm-redeem-input{ color:#fff; }
.dark-mode #pm-redeem-input::placeholder{ color:rgba(255,255,255,.3); }
.dark-mode .pm-redeem-eq{ color:#A855F7; }
.dark-mode .pm-redeem-limit{ color:rgba(255,255,255,.5); }
.dark-mode .pm-redeem-limit b{ color:#A855F7; }
.dark-mode .pm-redeem-hint{ color:rgba(255,255,255,.4); }
.dark-mode .pm-hint-err{ color:#fc8181; }

/* ---- Points Modal — Dark Mode ---- */
.dark-mode .pointsV2{
  background:#110828;
  box-shadow:0 25px 60px rgba(0,0,0,.4);
}
.dark-mode .pointsV2 .pm-header{
  background:linear-gradient(135deg, rgba(124,58,237,.4), rgba(168,85,247,.3));
}
.dark-mode .pm-profile{ border-color:rgba(124,58,237,.15); }
.dark-mode .pm-pts-num{ color:#fff; }
.dark-mode .pm-pts-eq{ color:rgba(255,255,255,.4); }
.dark-mode .pm-rate-tag{ background:rgba(124,58,237,.12); color:#C084FC; }
.dark-mode .pm-info-badge{
  background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.1); color:rgba(255,255,255,.55);
}
.dark-mode .pm-info-badge svg{ color:#C084FC; }
.dark-mode .pm-progress-label{ color:rgba(255,255,255,.5); }
.dark-mode .pm-progress-label b{ color:#fff; }
.dark-mode .pm-progress-pct{ color:#C084FC; }
.dark-mode .pm-progress-bar{ background:rgba(255,255,255,.08); }
.dark-mode .pm-tier{
  background:rgba(255,255,255,.04); border-color:rgba(124,58,237,.15);
}
.dark-mode .pm-tier:hover{ border-color:rgba(124,58,237,.35); }
.dark-mode .pm-tier.is-current{
  background:rgba(124,58,237,.12); border-color:rgba(124,58,237,.4);
  box-shadow:0 2px 12px rgba(124,58,237,.15);
}
.dark-mode .pm-tier-name{ color:rgba(255,255,255,.75); }
.dark-mode .pm-tier.is-current .pm-tier-name{ color:#C084FC; }
.dark-mode .pm-tier-min{ color:rgba(255,255,255,.3); }
.dark-mode .pm-tier.is-current .pm-tier-min{ color:rgba(192,132,252,.6); }
.dark-mode .pm-tier-rate{ color:rgba(255,255,255,.4); }
.dark-mode .pm-tier.is-current .pm-tier-rate{ color:#C084FC; }
.dark-mode .pm-tier-hint{ color:rgba(255,255,255,.3); }
.dark-mode .pm-redeem-header{ color:rgba(255,255,255,.6); }
.dark-mode .pm-redeem-note{ color:rgba(255,255,255,.35); }
.dark-mode .pm-btn-pri{
  box-shadow:0 4px 20px rgba(124,58,237,.3);
}
.dark-mode .pm-btn-pri:hover{
  box-shadow:0 6px 28px rgba(124,58,237,.45);
}

/* ---- Points Modal — Mobile ---- */
@media(max-width:575px){
  .pointsV2 .pm-header{ padding:14px 16px; }
  .pm-profile{ padding:18px 16px 14px; gap:14px; }
  .pm-avatar-wrap{ width:64px; height:64px; }
  .pm-avatar{ width:50px; height:50px; }
  .pm-pts-num{ font-size:24px; }
  .pm-info-badges{ padding:0 16px 12px; gap:6px; }
  .pm-info-badge{ font-size:11px; padding:5px 10px; }
  .pm-tiers{ padding:0 16px 14px; }
  .pm-tier{ padding:8px 12px; }
  .pm-tier-hint{ padding:0 16px 12px; }
  .pointsV2 .pm-footer{ padding:0 16px 16px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Confetti */
.conf-dot{position:fixed;width:6px;height:6px;border-radius:50%;pointer-events:none;
  animation:conf .9s cubic-bezier(.2,.6,.3,1) forwards;}
@keyframes conf{to{transform:translate(var(--tx),var(--ty)) rotate(720deg);opacity:0}}

/* ---- Mobile ---- */
@media(max-width:768px){
  .top-bar{ padding:8px 12px; margin:8px 8px 0; border-radius:14px; }
  .top-bar .row{ flex-wrap:nowrap; }
  .top-left-ul{ gap:8px; margin-bottom:0; }
  .wel_title{ font-size:13px; }
  .wel_title img{ width:20px; height:20px; }
  .top-right-ul{ gap:5px; flex-wrap:nowrap; }
  .top-right-ul .media-heading{ display:none !important; }
  .top-right-ul li a,
  .top-right-ul .lang-dd button{
    width:34px !important; height:34px !important;
    min-width:34px !important;
    border-radius:10px !important;
  }
  .top-right-ul .head-stats{
    height:34px; padding:4px 10px; font-size:12px;
  }
  .top-right-ul .dropdown-currencies a,
  .top-right-ul .dropdown-currencies > a.balance-pill{
    height:34px !important;
    padding:0 10px !important;
    border-radius:10px !important;
    font-size:12px !important;
    max-width:120px !important;
  }
  .top-right-ul .btn-logout-icon,
  .top-right-ul .btn.btn-primary.btn-logout-icon{
    width:34px !important; height:34px !important;
    min-width:34px !important;
    border-radius:10px !important;
  }
}
@media(max-width:575px){
  .top-left-ul{ margin-bottom:0; }
  .wel_title{ display:none; }
}

/* =========================================================
   SIDEBAR — Light Theme (Default)
   ========================================================= */
.sidebar {
  background: #fff !important;
  border: 1px solid #E9E5F5 !important;
  box-shadow: 2px 0 20px rgba(0,0,0,.04);
  scrollbar-width: thin;
  scrollbar-color: rgba(124,58,237,.15) transparent;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.sidebar::-webkit-scrollbar { width: 4px; }
.sidebar::-webkit-scrollbar-thumb { background: rgba(124,58,237,.2); border-radius: 4px; }
.sidebar::-webkit-scrollbar-track { background: transparent; }

.sidebar .sidebar-logo .logo { color: #1E293B; }
.sidebar .sidebar-logo .logo .logo-default { display: inline-block; }
.sidebar .sidebar-logo .logo .logo-white { display: none; }
.sidebar .pinner svg path { fill: #64748B !important; transition: fill .2s; }
.sidebar .pinner:hover svg path { fill: #1E293B !important; }

.sidebar-nav { margin-top: 8px; }

.sidebar-nav li a {
  color: #64748B !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) !important;
  border: 1px solid transparent;
  border-radius: 14px;
}
.sidebar-nav li a .navbar-icon,
.sidebar-nav li a .menu-icon i { color: #94A3B8 !important; transition: color .25s !important; }
.sidebar-nav li a .menu-txt { color: inherit; }
.sidebar-nav li a .menu-icon img {
  opacity: .6;
  transform: none !important;
}
.sidebar-nav li a .menu-icon svg {
  opacity: .55;
  color: #94A3B8;
  transition: all .25s;
  flex-shrink: 0;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%) !important;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(124,58,237,.25) !important;
}
.sidebar-nav li.active a .navbar-icon,
.sidebar-nav li.active a:hover .navbar-icon,
.sidebar-nav li a:hover .navbar-icon,
.sidebar-nav li a:focus .navbar-icon { color: #fff !important; }
.sidebar-nav li.active a .menu-icon img,
.sidebar-nav li.active a:hover .menu-icon img,
.sidebar-nav li a:hover .menu-icon img,
.sidebar-nav li a:focus .menu-icon img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
  transform: none !important;
}
.sidebar-nav li.active a .menu-icon svg,
.sidebar-nav li.active a:hover .menu-icon svg,
.sidebar-nav li a:hover .menu-icon svg,
.sidebar-nav li a:focus .menu-icon svg {
  color: #fff !important;
  opacity: 1 !important;
}

.sidebar-nav li .dropdown .btn.dropdown-toggle {
  color: #64748B !important;
  background: transparent !important;
}
.sidebar-nav li .dropdown .btn.dropdown-toggle svg path { fill: #94A3B8 !important; }
.btn_dropdown_black {
  background: #F5F3FF !important;
  border: 1px solid #E9E5F5 !important;
  border-radius: 14px !important;
  color: #7C3AED !important;
}
.btn_dropdown_black:hover {
  background: #EDE9FE !important;
  border-color: #DDD6FE !important;
  color: #6D28D9 !important;
}

.sidebar-nav li .dropdown .dropdown-menu {
  background: #fff !important;
  border: 1px solid #E9E5F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.1) !important;
  padding: 6px !important;
}
.sidebar-nav li .dropdown-menu .dropdown-item {
  color: #64748B !important;
  border-radius: 10px !important;
  padding: 8px 10px !important;
  transition: all .2s !important;
}
.sidebar-nav li .dropdown-menu .dropdown-item:hover,
.sidebar-nav li .dropdown-menu .dropdown-item:focus {
  background: #F5F3FF !important;
  color: #7C3AED !important;
}
.sidebar-nav li .dropdown-menu .dropdown-item .menu-icon img {
  opacity: .6;
  transform: none !important;
}
.sidebar-nav li .dropdown-menu .dropdown-item:hover .menu-icon img { opacity: 1; }

.sidebar-ftr {
  background: #F5F3FF !important;
  border: 1px solid #E9E5F5 !important;
  border-radius: 14px !important;
}
.sidebar-ftr h4 { color: #1E293B !important; }
.sidebar-ftr .btn.btn-secondary {
  background: #7C3AED !important;
  color: #fff !important;
  border: none !important;
}
.sidebar-ftr .btn.btn-secondary:hover {
  background: #6D28D9 !important;
}

/* =========================================================
   SIDEBAR — Dark Mode Override
   ========================================================= */
.dark-mode .sidebar {
  background: linear-gradient(180deg, #110828 0%, #110827 50%, #0B0520 100%) !important;
  border: 1px solid rgba(124,58,237,.1) !important;
  box-shadow: 4px 0 30px rgba(11,5,32,.25);
  scrollbar-color: rgba(124,58,237,.25) transparent;
}
.dark-mode .sidebar::-webkit-scrollbar-thumb { background: rgba(124,58,237,.3); }

.dark-mode .sidebar .sidebar-logo .logo { color: #fff; }
.dark-mode .sidebar .sidebar-logo .logo .logo-default { display: none; }
.dark-mode .sidebar .sidebar-logo .logo .logo-white { display: inline-block; filter: drop-shadow(0 0 12px rgba(168,85,247,.35)); }
.dark-mode .sidebar .pinner svg path { fill: rgba(255,255,255,.5) !important; }
.dark-mode .sidebar .pinner:hover svg path { fill: rgba(255,255,255,.85) !important; }

.dark-mode .sidebar-nav li a {
  color: rgba(255,255,255,.6) !important;
  border: 1px solid transparent;
}
.dark-mode .sidebar-nav li a .navbar-icon,
.dark-mode .sidebar-nav li a .menu-icon i { color: rgba(255,255,255,.45) !important; }
.dark-mode .sidebar-nav li a .menu-icon img {
  filter: brightness(0) invert(1);
  opacity: .55;
}
.dark-mode .sidebar-nav li a .menu-icon svg {
  color: rgba(255,255,255,.5);
  opacity: .7;
}

.dark-mode .sidebar-nav li.active a,
.dark-mode .sidebar-nav li.active a:hover,
.dark-mode .sidebar-nav li a:hover,
.dark-mode .sidebar-nav li a:focus {
  background: rgba(124,58,237,.15) !important;
  border: 1px solid rgba(124,58,237,.25) !important;
  color: #fff !important;
  box-shadow: 0 0 20px rgba(124,58,237,.1), inset 0 0 12px rgba(124,58,237,.08) !important;
}
.dark-mode .sidebar-nav li.active a .navbar-icon,
.dark-mode .sidebar-nav li a:hover .navbar-icon,
.dark-mode .sidebar-nav li a:focus .navbar-icon { color: #C084FC !important; }
.dark-mode .sidebar-nav li.active a .menu-icon img,
.dark-mode .sidebar-nav li a:hover .menu-icon img,
.dark-mode .sidebar-nav li a:focus .menu-icon img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}
.dark-mode .sidebar-nav li.active a .menu-icon svg,
.dark-mode .sidebar-nav li a:hover .menu-icon svg,
.dark-mode .sidebar-nav li a:focus .menu-icon svg {
  color: #C084FC !important;
  opacity: 1 !important;
}

.dark-mode .sidebar-nav li .dropdown .btn.dropdown-toggle { color: rgba(255,255,255,.6) !important; }
.dark-mode .sidebar-nav li .dropdown .btn.dropdown-toggle svg path { fill: rgba(255,255,255,.4) !important; }
.dark-mode .btn_dropdown_black {
  background: rgba(124,58,237,.12) !important;
  border: 1px solid rgba(124,58,237,.2) !important;
  color: rgba(255,255,255,.7) !important;
}
.dark-mode .btn_dropdown_black:hover {
  background: rgba(124,58,237,.2) !important;
  border-color: rgba(124,58,237,.35) !important;
  color: #fff !important;
}

.dark-mode .sidebar-nav li .dropdown .dropdown-menu {
  background: #110828 !important;
  border: 1px solid rgba(124,58,237,.2) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.3) !important;
}
.dark-mode .sidebar-nav li .dropdown-menu .dropdown-item { color: rgba(255,255,255,.65) !important; }
.dark-mode .sidebar-nav li .dropdown-menu .dropdown-item:hover,
.dark-mode .sidebar-nav li .dropdown-menu .dropdown-item:focus {
  background: rgba(124,58,237,.15) !important;
  color: #fff !important;
}
.dark-mode .sidebar-nav li .dropdown-menu .dropdown-item .menu-icon img {
  filter: brightness(0) invert(1);
  opacity: .6;
}

.dark-mode .sidebar-ftr {
  background: rgba(124,58,237,.12) !important;
  border: 1px solid rgba(124,58,237,.2) !important;
}
.dark-mode .sidebar-ftr h4 { color: #fff !important; }
.dark-mode .sidebar-ftr .btn.btn-secondary {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.15) !important;
}
.dark-mode .sidebar-ftr .btn.btn-secondary:hover {
  background: rgba(255,255,255,.2) !important;
}

/* =========================================================
   TOP BAR — Premium Purple Update
   ========================================================= */

.top-bar {
  background: #FAFAFE !important;
  border: 1.5px solid #E9E5F5 !important;
}

/* Points pill - purple tint (borderless) */
.top-right-ul .head-stats {
  background: #F5F3FF !important;
  color: #7C3AED !important;
  border: none !important;
  outline: none !important;
}
.top-right-ul .head-stats:hover {
  background: #EDE9FE !important;
  box-shadow: 0 2px 8px rgba(124,58,237,.15) !important;
}

/* Icon buttons - purple accent on hover */
.top-right-ul li a:hover,
.top-right-ul .lang-dd button:hover {
  background: #F5F3FF !important;
  border-color: #7C3AED !important;
}

/* Logout - keep red */
.top-right-ul .btn-logout-icon:hover,
.top-right-ul .btn.btn-primary.btn-logout-icon:hover {
  background: #FEF2F2 !important;
  border-color: #EF4444 !important;
}

/* Balance pill */
.top-right-ul .dropdown-currencies > a.balance-pill {
  border: 1.5px solid #E9E5F5 !important;
}
.top-right-ul .dropdown-currencies > a.balance-pill:hover {
  border-color: #7C3AED !important;
  background: #F5F3FF !important;
}

/* =========================================================
   GLOBAL — Premium Purple Content Area
   ========================================================= */

.inner_wrapper_box {
  border-radius: 0 !important;
  padding: 25px 16px !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Override gradient buttons with purple premium */
.top-right-ul .btn.btn-primary:not(.btn-logout-icon) {
  background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%) !important;
  box-shadow: 0 4px 12px rgba(124,58,237,.25) !important;
}
.top-right-ul .btn.btn-primary:not(.btn-logout-icon):hover {
  box-shadow: 0 6px 20px rgba(124,58,237,.35) !important;
}

/* Wrapper toggle (collapsed sidebar) */
.wrapper.toggle .sidebar {
  left: -280px !important;
}

/* ---- Mobile sidebar ---- */
@media (max-width: 768px) {
  .sidebar {
    left: -280px;
  }
  .wrapper:not(.toggle) .sidebar {
    left: -280px;
  }
  .wrapper.toggle .sidebar {
    left: 0 !important;
    z-index: 99999;
  }
}

/* =========================================================
   NEW ORDER PAGE — Premium Purple Redesign v2 (Dramatic)
   ========================================================= */

/* --- Stats bar — dark glass --- */
.dark-mode .no-stat{
  background:rgba(124,58,237,.04) !important;
  border-color:rgba(124,58,237,.15) !important;
  box-shadow:0 2px 12px rgba(0,0,0,.15);
}
.dark-mode .no-stat:hover{
  border-color:rgba(124,58,237,.35) !important;
  box-shadow:0 6px 24px rgba(124,58,237,.15);
}
.dark-mode .no-stat-ico{
  background:rgba(124,58,237,.12);
}
.dark-mode .no-stat-label{
  color:rgba(255,255,255,.45) !important;
}
.dark-mode .no-stat-value{
  color:#fff !important;
}
.dark-mode .no-stat-tier{
  background:linear-gradient(135deg,#C084FC,#A855F7);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}

/* --- Page background — Deep purple ambient --- */
.dark-mode .inner-warp {
  background: linear-gradient(160deg, #0F0524 0%, #170935 30%, #1A0B3D 60%, #12072B 100%) !important;
  min-height: 100vh;
}

/* --- Inner wrapper box — transparent (no outer frame) --- */
.dark-mode .inner_wrapper_box {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* --- Top bar override on dark bg --- */
.dark-mode .top-bar {
  background: rgba(15,5,36,.6) !important;
  border: 1.5px solid rgba(124,58,237,.15) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.dark-mode .wel_title { color: rgba(255,255,255,.85) !important; }
.dark-mode .top-left-ul .pinner svg path { fill: rgba(255,255,255,.6) !important; }

/* Top bar icons on dark bg */
.dark-mode .top-right-ul li a,
.dark-mode .top-right-ul .lang-dd button {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(124,58,237,.2) !important;
  color: rgba(255,255,255,.8) !important;
}
.dark-mode .top-right-ul li a:hover,
.dark-mode .top-right-ul .lang-dd button:hover {
  background: rgba(124,58,237,.15) !important;
  border-color: rgba(124,58,237,.4) !important;
  color: #fff !important;
}
.dark-mode .top-right-ul li a svg path,
.dark-mode .top-right-ul li a svg circle,
.dark-mode .top-right-ul li a svg line {
  stroke: rgba(255,255,255,.7);
}
.dark-mode .top-right-ul .head-stats {
  background: rgba(124,58,237,.12) !important;
  color: #C084FC !important;
  border: none !important;
  outline: none !important;
}
.dark-mode .top-right-ul .head-stats:hover {
  background: rgba(124,58,237,.2) !important;
}
.dark-mode .top-right-ul .dropdown-currencies > a.balance-pill,
.dark-mode .top-right-ul .dropdown-currencies a {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(124,58,237,.2) !important;
  color: rgba(255,255,255,.85) !important;
}
.dark-mode .top-right-ul .dropdown-currencies > a.balance-pill:hover {
  background: rgba(124,58,237,.15) !important;
  border-color: rgba(124,58,237,.4) !important;
}

/* --- Cards (.well) — Dark glass cards --- */
.dark-mode .well {
  background: rgba(26,10,62,.65) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(124,58,237,.18) !important;
  border-radius: 20px !important;
  box-shadow:
    0 4px 30px rgba(0,0,0,.2),
    0 0 60px rgba(124,58,237,.06),
    inset 0 1px 0 rgba(255,255,255,.04);
  transition: box-shadow .3s ease, border-color .3s ease;
}
.dark-mode .well:hover {
  border-color: rgba(124,58,237,.3) !important;
  box-shadow:
    0 8px 40px rgba(0,0,0,.25),
    0 0 80px rgba(124,58,237,.1),
    inset 0 1px 0 rgba(255,255,255,.06);
}

/* --- Section titles — white on dark --- */
.dark-mode .c_title {
  font-weight: 800;
  color: #fff !important;
  letter-spacing: -.2px;
}
/* c_title ::before accent bar removed — user didn't want it */

/* --- Social Category Grid — Dark glass pills --- */
.dark-mode .social-cate-title-txt {
  font-weight: 800;
  color: rgba(255,255,255,.9) !important;
}
.dark-mode .social-cate-btn {
  background: rgba(124,58,237,.15) !important;
  color: #C084FC !important;
  border: 1px solid rgba(124,58,237,.25) !important;
  font-weight: 600;
}
.dark-mode .social-cate-btn:hover {
  background: rgba(124,58,237,.25) !important;
}
.dark-mode .social-cate-btn svg path {
  fill: #C084FC !important;
}

.dark-mode .social-cate {
  background: rgba(255,255,255,.06) !important;
  border: 1.5px solid rgba(124,58,237,.15) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  color: rgba(255,255,255,.8) !important;
}
.dark-mode .social-cate .social-cate-list-txt {
  color: rgba(255,255,255,.75) !important;
}
.dark-mode .social-cate:hover {
  border-color: rgba(124,58,237,.4) !important;
  box-shadow: 0 6px 24px rgba(124,58,237,.2);
  transform: translateY(-3px);
  background: rgba(124,58,237,.1) !important;
}
.dark-mode .social-cate:hover .social-cate-list-txt {
  color: #fff !important;
}

.dark-mode .social-cate.active-social,
.dark-mode .social-cate[aria-current="true"],
.dark-mode .social-cate.is-active {
  background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 6px 24px rgba(124,58,237,.4);
  color: #fff !important;
}
.dark-mode .social-cate.active-social .social-cate-list-txt,
.dark-mode .social-cate[aria-current="true"] .social-cate-list-txt,
.dark-mode .social-cate.is-active .social-cate-list-txt {
  color: #fff !important;
  font-weight: 700;
}

/* --- Tabs — Dark glass with purple glow --- */
.dark-mode .neworder-tabs.custom-tabs.nav-tabs {
  gap: 6px;
  border: none !important;
  background: rgba(124,58,237,.06);
  border-radius: 16px;
  padding: 5px;
}
.dark-mode .neworder-tabs.custom-tabs.nav-tabs li .nav-link {
  border-color: rgba(124,58,237,.15) !important;
  background: rgba(124,58,237,.04) !important;
  color: rgba(255,255,255,.6) !important;
}
.dark-mode .neworder-tabs.custom-tabs.nav-tabs li .nav-link:hover {
  border-color: rgba(124,58,237,.35) !important;
  background: rgba(124,58,237,.1) !important;
  box-shadow: 0 4px 16px rgba(124,58,237,.15);
  transform: translateY(-2px);
}
.dark-mode .neworder-tabs.custom-tabs.nav-tabs li.active .nav-link {
  background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%) !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(124,58,237,.4);
  color: #fff !important;
}

/* --- Form Elements — Dark glass input --- */
.dark-mode .form-control {
  border-color: rgba(124,58,237,.15) !important;
  background: rgba(124,58,237,.04) !important;
  color: rgba(255,255,255,.9) !important;
}
.dark-mode .form-control::placeholder {
  color: rgba(255,255,255,.35) !important;
}
.dark-mode .form-control:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 4px rgba(124,58,237,.15) !important;
  background: rgba(255,255,255,.08) !important;
}
.dark-mode .form-group label,
.dark-mode .control-label {
  font-weight: 600;
  color: rgba(255,255,255,.65) !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 8px;
}

/* Select dropdown text */
.dark-mode select.form-control {
  color: rgba(255,255,255,.85) !important;
}
.dark-mode select.form-control option {
  background: #110828;
  color: #fff;
}

/* Search input — Light mode (prevent border flash on load) */
#template-input,
.search-dropdown #template-input,
.search-dropdown .input-wrapper #template-input {
  border: 1.5px solid var(--border, #E9E5F5) !important;
  border-radius: var(--radius-sm, 12px) !important;
  background: var(--card, #fff) !important;
  padding-left: 40px !important;
  min-height: 46px !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.04) !important;
  transition: border-color .2s, box-shadow .2s !important;
}
#template-input:focus {
  border-color: var(--pri, #7C3AED) !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12) !important;
}
/* Kill any border/outline on the wrapper AND button inside */
.search-dropdown,
.search-dropdown .input-wrapper {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-dropdown button,
.search-dropdown .input-wrapper button,
.search-dropdown .input-wrapper .input-wrapper__prepend,
#new-order-search button,
#new-order-search .input-wrapper button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
/* Search icon color */
.search-dropdown .search-svg-icon,
#new-order-search .search-svg-icon {
  stroke: #7C3AED !important;
}

/* Search input — Dark mode (need 2+ IDs to beat inline <style> in twig) */
.dark-mode .search-dropdown,
.dark-mode .search-dropdown .input-wrapper,
.dark-mode #new-order-search,
.dark-mode #new-order-search .input-wrapper {
  background: transparent !important;
}
html.dark-mode #new-order-search #template-input,
html.dark-mode body #new-order-search #template-input,
html.dark-mode body #template-input,
.dark-mode #new-order-search #template-input,
.dark-mode .search-dropdown #template-input,
.dark-mode .search-dropdown .input-wrapper #template-input {
  background: rgba(255,255,255,.06) !important;
  border: 1.5px solid rgba(124,58,237,.25) !important;
  color: rgba(255,255,255,.85) !important;
}
html.dark-mode #template-input::placeholder,
.dark-mode #template-input::placeholder {
  color: rgba(255,255,255,.35) !important;
}

/* --- Submit Button — Premium styling (both modes) --- */
.button-row .btn.btn-primary {
  background: linear-gradient(135deg, #7C3AED 0%, #9333EA 50%, #A855F7 100%) !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 16px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: .3px;
  box-shadow: 0 6px 30px rgba(124,58,237,.25);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.button-row .btn.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transition: left .5s;
}
.dark-mode .button-row .btn.btn-primary {
  box-shadow: 0 6px 30px rgba(124,58,237,.4), 0 0 60px rgba(124,58,237,.15);
}
.button-row .btn.btn-primary:hover {
  box-shadow: 0 8px 40px rgba(124,58,237,.35) !important;
  transform: translateY(-2px);
}
.dark-mode .button-row .btn.btn-primary:hover::before { left: 100%; }
.dark-mode .button-row .btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 20px rgba(124,58,237,.3) !important;
}

/* --- Service Description Box — Premium gradient on dark --- */
.dark-mode .service_box_Wraps {
  background: linear-gradient(135deg, #7C3AED 0%, #6D28D9 40%, #9333EA 100%) !important;
  box-shadow: 0 10px 40px rgba(124,58,237,.3), 0 0 60px rgba(124,58,237,.1);
  border-radius: 18px;
  padding: 22px;
}
.dark-mode .service_box_Wraps::before {
  background: radial-gradient(ellipse at 30% 0%, rgba(255,255,255,.15) 0%, transparent 60%);
}
.dark-mode .exm_link {
  border-radius: 14px;
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.85);
}
.dark-mode .exm_link .ex_link {
  background: rgba(255,255,255,.15);
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
}
.dark-mode .exm_link span[data-id] {
  color: rgba(255,255,255,.75);
}

/* --- Service Details Cards — Dark glass --- */
.dark-mode #svc-details .svc-card {
  background: rgba(124,58,237,.04) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(124,58,237,.12);
  border-radius: 14px;
  transition: all .25s;
}
.dark-mode #svc-details .svc-card:hover {
  border-color: rgba(124,58,237,.3);
  box-shadow: 0 6px 24px rgba(124,58,237,.15);
  transform: translateY(-2px);
}
.dark-mode #svc-details .svc-title {
  color: rgba(255,255,255,.5) !important;
}
.dark-mode #svc-details .svc-val {
  color: #fff !important;
  font-weight: 700;
}
/* Ensure injected Bootstrap classes are visible in dark mode */
.dark-mode #svc-details .svc-val .text-success,
.dark-mode .service_description_box .text-success,
.dark-mode .service_box_Wraps .text-success {
  color: #34D399 !important;
}
.dark-mode #svc-details .svc-val .text-danger,
.dark-mode .service_description_box .text-danger,
.dark-mode .service_box_Wraps .text-danger {
  color: #F87171 !important;
}
.dark-mode #svc-details .svc-val .text-warning,
.dark-mode .service_description_box .text-warning {
  color: #FBBF24 !important;
}
.dark-mode #svc-details .svc-val .text-info,
.dark-mode .service_description_box .text-info {
  color: #67E8F9 !important;
}
.dark-mode #svc-details .svc-val .text-primary,
.dark-mode .service_description_box .text-primary {
  color: #C084FC !important;
}
.dark-mode #svc-details .svc-val .text-muted,
.dark-mode .service_description_box .text-muted {
  color: rgba(255,255,255,.5) !important;
}
/* Buttons injected by panel (btn-success, btn-primary, etc.) */
.dark-mode #svc-details .svc-val .btn,
.dark-mode #svc-details .svc-val [class*="btn-"] {
  background: rgba(124,58,237,.15) !important;
  border: 1.5px solid rgba(124,58,237,.3) !important;
  color: #C084FC !important;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 13px;
}
.dark-mode #svc-details .svc-val .btn-success,
.dark-mode #svc-details .svc-val [class*="btn-success"] {
  background: rgba(52,211,153,.12) !important;
  border-color: rgba(52,211,153,.3) !important;
  color: #34D399 !important;
}
.dark-mode #svc-details .svc-val .btn-danger,
.dark-mode #svc-details .svc-val [class*="btn-danger"] {
  background: rgba(248,113,113,.12) !important;
  border-color: rgba(248,113,113,.3) !important;
  color: #F87171 !important;
}
/* Font Awesome icons in svc-val */
.dark-mode #svc-details .svc-val .fa,
.dark-mode #svc-details .svc-val .fas,
.dark-mode #svc-details .svc-val .far {
  color: inherit !important;
}
/* General spans in svc-val that might have inline colors */
.dark-mode #svc-details .svc-val span {
  color: inherit;
}
/* NUCLEAR: Override ANY inline color styles in service detail values */
.dark-mode #svc-details .svc-val[style],
.dark-mode #svc-details .svc-val *[style],
.dark-mode #svc-details .svc-val [style*="color"],
.dark-mode #svc-details .svc-val span[style],
.dark-mode #svc-details .svc-val b[style],
.dark-mode #svc-details .svc-val strong[style],
.dark-mode #svc-details .svc-val a[style] {
  color: inherit !important;
}
/* Bootstrap labels/badges inside service details */
.dark-mode #svc-details .svc-val .label,
.dark-mode #svc-details .svc-val .badge,
.dark-mode #svc-details .label,
.dark-mode #svc-details .badge,
.dark-mode .service_description_box .label,
.dark-mode .service_description_box .badge {
  background: rgba(124,58,237,.2) !important;
  color: #C084FC !important;
  border: 1px solid rgba(124,58,237,.3) !important;
}
.dark-mode #svc-details .svc-val .label-success,
.dark-mode #svc-details .svc-val .badge-success,
.dark-mode .service_description_box .label-success {
  background: rgba(52,211,153,.15) !important;
  color: #34D399 !important;
  border-color: rgba(52,211,153,.3) !important;
}
.dark-mode #svc-details .svc-val .label-danger,
.dark-mode #svc-details .svc-val .badge-danger,
.dark-mode .service_description_box .label-danger {
  background: rgba(248,113,113,.15) !important;
  color: #F87171 !important;
  border-color: rgba(248,113,113,.3) !important;
}
.dark-mode #svc-details .svc-val .label-warning,
.dark-mode #svc-details .svc-val .badge-warning {
  background: rgba(251,191,36,.15) !important;
  color: #FBBF24 !important;
  border-color: rgba(251,191,36,.3) !important;
}
.dark-mode #svc-details .svc-val .label-info,
.dark-mode #svc-details .svc-val .badge-info {
  background: rgba(103,232,249,.15) !important;
  color: #67E8F9 !important;
  border-color: rgba(103,232,249,.3) !important;
}
/* ANY element inside svc-val — force visible in dark mode */
.dark-mode #svc-details .svc-val,
.dark-mode #svc-details .svc-val * {
  color: #fff !important;
}
.dark-mode #svc-details .svc-val .text-success,
.dark-mode #svc-details .svc-val .text-success * { color: #34D399 !important; }
.dark-mode #svc-details .svc-val .text-danger,
.dark-mode #svc-details .svc-val .text-danger * { color: #F87171 !important; }
.dark-mode #svc-details .svc-val .text-warning,
.dark-mode #svc-details .svc-val .text-warning * { color: #FBBF24 !important; }
.dark-mode #svc-details .svc-val .text-info,
.dark-mode #svc-details .svc-val .text-info * { color: #67E8F9 !important; }

/* --- Charge field — Glow --- */
.dark-mode #charge {
  background: rgba(124,58,237,.08) !important;
  border: 1.5px solid rgba(124,58,237,.2) !important;
  font-weight: 700;
  font-size: 16px;
  color: #C084FC !important;
}

/* --- Platform subbar --- */
.dark-mode #platform-subbar, .dark-mode .platform-subbar {
  background: rgba(124,58,237,.06);
  border-color: rgba(124,58,237,.15);
  border-radius: 16px;
}
.dark-mode .pf-chip {
  border-color: rgba(124,58,237,.15) !important;
  background: rgba(124,58,237,.04) !important;
  color: rgba(255,255,255,.7) !important;
}
.dark-mode .pf-chip:hover {
  border-color: rgba(124,58,237,.35) !important;
  background: rgba(255,255,255,.08) !important;
  color: #C084FC !important;
  box-shadow: 0 4px 12px rgba(124,58,237,.2);
}
.dark-mode .pf-chip[aria-pressed="true"] {
  background: linear-gradient(135deg, #7C3AED, #A855F7) !important;
  border-color: transparent !important;
  box-shadow: 0 4px 16px rgba(124,58,237,.35);
  color: #fff !important;
}

/* --- Service Description Box (expanded) --- */
.dark-mode .service_description_box {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(124,58,237,.12);
  color: rgba(255,255,255,.75);
}
.dark-mode .service_description_box h6 { color: rgba(255,255,255,.9); }
.dark-mode .service_description_box p { color: rgba(255,255,255,.65); }

/* --- Alerts on dark bg --- */
.dark-mode .alert-success {
  background: rgba(16,185,129,.1) !important;
  border: 1.5px solid rgba(16,185,129,.3) !important;
  border-radius: 14px !important;
  color: #6EE7B7;
}
.dark-mode .alert-danger {
  background: rgba(239,68,68,.1) !important;
  border: 1.5px solid rgba(239,68,68,.3) !important;
  border-radius: 14px !important;
  color: #FCA5A5;
}
/* Alert-warning → soft purple (replace ugly Bootstrap yellow) */
.alert-warning {
  background: #F5F3FF !important;
  border: 1.5px solid #DDD6FE !important;
  border-radius: 14px !important;
  color: #5B21B6 !important;
  font-size: 14px;
  font-weight: 500;
}
.alert-warning a {
  color: #7C3AED !important;
  font-weight: 600;
  text-decoration: underline;
}
.alert-warning a:hover {
  color: #6D28D9 !important;
}
.dark-mode .alert-warning {
  background: rgba(124,58,237,.1) !important;
  border: 1.5px solid rgba(124,58,237,.25) !important;
  border-radius: 14px !important;
  color: #C4B5FD !important;
}
.dark-mode .alert-warning a {
  color: #C084FC !important;
}

/* --- Mass order area on dark bg --- */
.dark-mode #mass-links,
.dark-mode textarea[name="MassOrderForm[orders]"] {
  background: rgba(124,58,237,.04) !important;
  color: rgba(255,255,255,.85) !important;
  border-color: rgba(124,58,237,.15) !important;
}
.dark-mode .mo-easy {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(124,58,237,.15) !important;
}
.dark-mode .mo-inp {
  background: rgba(124,58,237,.04) !important;
  border-color: rgba(124,58,237,.15) !important;
  color: rgba(255,255,255,.85) !important;
}
.dark-mode .mo-easy__head {
  color: rgba(255,255,255,.8) !important;
}
.dark-mode .form-text.text-muted {
  color: rgba(255,255,255,.4) !important;
}
.dark-mode .form-text code {
  background: rgba(124,58,237,.1);
  color: #C084FC;
  padding: 2px 6px;
  border-radius: 4px;
}

/* --- Checkbox/terms --- */
.dark-mode .terms { color: rgba(255,255,255,.6) !important; }
.dark-mode .terms a { color: #A855F7 !important; }

/* --- Decorative ambient glow --- */
.dark-mode .neworder_wrapper::before {
  content: '';
  position: fixed;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124,58,237,.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.dark-mode .neworder_wrapper::after {
  content: '';
  position: fixed;
  bottom: -150px;
  left: 100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168,85,247,.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.dark-mode .neworder_wrapper {
  position: relative;
}
.dark-mode .neworder_wrapper > .row {
  position: relative;
  z-index: 1;
}

/* --- Responsive --- */
@media (max-width: 767px) {
  .well {
    border-radius: 16px !important;
    padding: 16px !important;
  }
  .c_title { font-size: 16px; }
  .button-row .btn.btn-primary {
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
  }
  #svc-details .svc-card { border-radius: 12px; }
  .social-cate {
    border-radius: 12px !important;
    padding: 8px 12px;
  }
  .neworder-tabs.custom-tabs.nav-tabs {
    border-radius: 14px;
    padding: 4px;
  }
}

/* =========================================================
   THEME TOGGLE BUTTON
   ========================================================= */
.mode {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s;
}
.mode:hover { transform: scale(1.15); }
.mode .mode-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Icon visibility driven by dark-mode class (set in <head> before paint) */
.mode .nightmode-icon { display: none; }
.mode .daymode-icon   { display: inline-flex; }
html.dark-mode .mode .nightmode-icon { display: inline-flex; }
html.dark-mode .mode .daymode-icon   { display: none; }

/* Dark mode body/html background */
.dark-mode {
  background: #0B0520 !important;
}
.dark-mode.auth {
  background: #0B0520 !important;
}

/* =========================================================
   SMOOTH THEME TRANSITION — Overlay crossfade approach
   An opaque overlay matching the current theme covers the page,
   the theme toggles behind it, then the overlay fades out.
   This prevents flash without any per-element transition cost.
   ========================================================= */
.theme-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  opacity: 1;
  transition: opacity .15s ease-out;
}

/* =========================================================
   MODERN SELECT DROPDOWN
   ========================================================= */

/* --- Native select styling --- */
select.form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237C3AED' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 14 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  padding-right: 40px !important;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  border: 1.5px solid #E2E8F0 !important;
  border-style: solid !important;
  outline: none !important;
}
select.form-control:hover {
  border-color: #C7D2FE !important;
  box-shadow: 0 2px 8px rgba(124,58,237,.08) !important;
}
select.form-control:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12) !important;
  outline: none !important;
}
select.form-control option {
  padding: 10px 14px;
  font-size: 14px;
  background: #fff;
  color: #1E293B;
}
select.form-control option:checked {
  background: #F5F3FF;
  color: #7C3AED;
}
select.form-control optgroup {
  font-weight: 700;
  font-size: 13px;
  color: #7C3AED;
  background: #F5F3FF;
}

/* --- Panel custom select plugin overrides --- */
/* Target common custom select wrappers generated by SMM panel */
.form-group .ss-main,
.form-group [class*="select-container"],
.form-group [class*="select-opener"],
.form-group [class*="custom-select"] {
  border: 1.5px solid #E2E8F0 !important;
  border-style: solid !important;
  border-radius: 14px !important;
  outline: none !important;
  background: #fff !important;
  min-height: 44px;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}
.form-group .ss-main:hover,
.form-group [class*="select-container"]:hover,
.form-group [class*="select-opener"]:hover,
.form-group [class*="custom-select"]:hover {
  border-color: #C7D2FE !important;
}
.form-group .ss-main:focus,
.form-group .ss-main.ss-open,
.form-group [class*="select-container"]:focus,
.form-group [class*="custom-select"]:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12) !important;
  outline: none !important;
}

/* Custom select dropdown panel */
.ss-content,
[class*="select-panel"],
.form-group .dropdown-menu {
  border-radius: 14px !important;
  border: 1.5px solid #E9E5F5 !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.05) !important;
  padding: 6px !important;
  overflow: hidden;
  max-height: 320px !important;
  overflow-y: auto !important;
}
.ss-content .ss-list .ss-option,
[class*="select-option"] {
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 500;
  transition: background .15s, color .15s;
  cursor: pointer;
}
.ss-content .ss-list .ss-option:hover,
[class*="select-option"]:hover {
  background: #F5F3FF !important;
  color: #7C3AED !important;
}
.ss-content .ss-list .ss-option.ss-selected,
[class*="select-option"].selected,
[class*="select-option"][aria-selected="true"] {
  background: #EDE9FE !important;
  color: #7C3AED !important;
  font-weight: 600;
}

/* Custom select search input */
.ss-content .ss-search input,
[class*="select-search"] input {
  border-radius: 10px !important;
  border: 1.5px solid #E2E8F0 !important;
  padding: 8px 12px !important;
  font-size: 14px;
  outline: none !important;
}
.ss-content .ss-search input:focus,
[class*="select-search"] input:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12) !important;
}

/* Force solid borders globally on form controls (prevent dashed/dotted) */
.form-control,
.form-control:focus,
.form-control:active {
  border-style: solid !important;
  outline: none !important;
}

/* =========================================================
   NUCLEAR: Kill vvvvv chevron pattern from external select plugin
   ========================================================= */

/* === Kill border-image on EVERYTHING inside form groups === */
.form-group,
.form-group *,
.form-group *::before,
.form-group *::after,
[data-select],
[data-select] ~ *,
[data-select] + *,
[data-select] ~ * *,
[data-select] + * * {
  border-image: none !important;
  border-image-source: none !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

/* Kill dashed/dotted borders — only on the native select itself */
.form-group select,
.form-group select.form-control {
  border-style: solid !important;
}

/* === Specific ID overrides for category & service selects === */
#orderform-category,
#orderform-service {
  border-image: none !important;
  border-image-source: none !important;
  border-style: solid !important;
  border-radius: 14px !important;
}
/* Sibling wrappers — only kill border-image, don't force border-style */
#orderform-category + *,
#orderform-category ~ *:not(label):not(.help-block):not(.form-group),
#orderform-service + *,
#orderform-service ~ *:not(label):not(.help-block):not(.form-group):not(#svc-details):not(#fields) {
  border-image: none !important;
  border-image-source: none !important;
}
/* Style the category select wrapper — NO border here (Select2 .select2-selection handles it) */
#orderform-category + div,
#orderform-category ~ div:not(.form-group):not(#svc-details):not(#fields) {
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  min-height: 44px;
  overflow: visible;
}
/* Style the service select wrapper — NO border here (Select2 .select2-selection handles it) */
#orderform-service + div {
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  min-height: 44px;
  overflow: visible;
}
/* Deep children of generated wrappers — kill ALL patterns */
#orderform-category + div *,
#orderform-category ~ div:not(.form-group) *,
#orderform-service + div * {
  border-image: none !important;
  border-image-source: none !important;
}
/* Dark mode: ID-specific select wrappers — no border/bg here, Select2 handles it */
html.dark-mode #orderform-category + div,
html.dark-mode #orderform-category ~ div:not(.form-group):not(#svc-details):not(#fields) {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,.85) !important;
}
html.dark-mode #orderform-service + div {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,.85) !important;
}
html.dark-mode #orderform-category + div *,
html.dark-mode #orderform-service + div * {
  color: rgba(255,255,255,.85) !important;
  border-image: none !important;
  border-image-source: none !important;
}

/* Style generated select wrapper — no border here, Select2 .select2-selection handles it */
.form-group select[data-select] + div,
.form-group select[data-select] ~ div:not(.form-group):not(.input-group):not(.alert):not(.help-block):not(#svc-details):not(#fields):not(.form-row) {
  border: none !important;
  border-radius: 14px !important;
  background: transparent !important;
  min-height: 44px;
  cursor: pointer;
  overflow: visible;
}

/* Dark mode: generated select wrappers — no border here */
html.dark-mode .form-group select[data-select] + div,
html.dark-mode .form-group select[data-select] ~ div:not(.form-group):not(.input-group):not(.alert):not(.help-block):not(#svc-details):not(#fields):not(.form-row) {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,.85) !important;
}

/* Dark mode: ALL children of generated select wrappers */
html.dark-mode .form-group select[data-select] + div *,
html.dark-mode .form-group select[data-select] ~ div * {
  border-image: none !important;
  border-image-source: none !important;
  color: inherit;
}

/* --- Dark mode select --- */
.dark-mode select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C084FC' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 14 18 9'/%3E%3C/svg%3E") !important;
  color: rgba(255,255,255,.85) !important;
  border-color: rgba(124,58,237,.3) !important;
}
.dark-mode select.form-control:hover {
  border-color: rgba(124,58,237,.4) !important;
  box-shadow: 0 2px 8px rgba(124,58,237,.15) !important;
}
.dark-mode select.form-control:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.15) !important;
}
.dark-mode select.form-control option {
  background: #110828;
  color: #fff;
}
.dark-mode select.form-control option:checked {
  background: rgba(124,58,237,.3);
  color: #C084FC;
}
.dark-mode select.form-control optgroup {
  background: #110827;
  color: #C084FC;
}

/* Dark mode custom select plugin */
.dark-mode .ss-main,
.dark-mode [class*="select-container"],
.dark-mode [class*="select-opener"],
.dark-mode [class*="custom-select"] {
  background: rgba(124,58,237,.04) !important;
  border-color: rgba(124,58,237,.3) !important;
  color: rgba(255,255,255,.85) !important;
}
.dark-mode .ss-main:hover,
.dark-mode [class*="select-container"]:hover {
  border-color: rgba(124,58,237,.5) !important;
}
.dark-mode .ss-content,
.dark-mode [class*="select-panel"] {
  background: #110828 !important;
  border-color: rgba(124,58,237,.25) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.4) !important;
}
.dark-mode .ss-content .ss-list .ss-option,
.dark-mode [class*="select-option"] {
  color: rgba(255,255,255,.85) !important;
}
.dark-mode .ss-content .ss-list .ss-option:hover,
.dark-mode [class*="select-option"]:hover {
  background: rgba(124,58,237,.15) !important;
  color: #C084FC !important;
}
.dark-mode .ss-content .ss-list .ss-option.ss-selected,
.dark-mode [class*="select-option"].selected {
  background: rgba(124,58,237,.25) !important;
  color: #C084FC !important;
}
.dark-mode .ss-content .ss-search input,
.dark-mode [class*="select-search"] input {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(124,58,237,.3) !important;
  color: #fff !important;
}

/* =========================================================
   TOP BAR ICONS — currentColor System
   ========================================================= */

/* Light mode icon color */
.top-right-ul li a svg,
.top-right-ul .lang-dd button svg {
  color: #7C3AED !important;
  width: 20px !important;
  height: 20px !important;
  transition: color .2s ease;
}
.top-right-ul li a:hover svg,
.top-right-ul .lang-dd button:hover svg {
  color: #6D28D9 !important;
}

/* Logout icon - red accent */
.top-right-ul .btn-logout-icon svg,
.top-right-ul .btn.btn-primary.btn-logout-icon svg {
  color: #EF4444 !important;
}
.top-right-ul .btn-logout-icon:hover svg,
.top-right-ul .btn.btn-primary.btn-logout-icon:hover svg {
  color: #DC2626 !important;
}

/* Dark mode icon colors */
.dark-mode .top-right-ul li a svg,
.dark-mode .top-right-ul .lang-dd button svg {
  color: rgba(255,255,255,.65) !important;
}
.dark-mode .top-right-ul li a:hover svg,
.dark-mode .top-right-ul .lang-dd button:hover svg {
  color: #C084FC !important;
}
.dark-mode .top-right-ul .btn-logout-icon svg,
.dark-mode .top-right-ul .btn.btn-primary.btn-logout-icon svg {
  color: #FCA5A5 !important;
}
.dark-mode .top-right-ul .btn-logout-icon:hover svg,
.dark-mode .top-right-ul .btn.btn-primary.btn-logout-icon:hover svg {
  color: #EF4444 !important;
}

/* =========================================================
   DARK MODE TOP BAR — Enhanced Design
   ========================================================= */

/* Points pill - dark glass (borderless) */
html.dark-mode .top-right-ul .head-stats {
  background: rgba(124,58,237,.15) !important;
  color: #C084FC !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
html.dark-mode .top-right-ul .head-stats:hover {
  background: rgba(124,58,237,.25) !important;
  box-shadow: 0 4px 16px rgba(124,58,237,.2) !important;
}

/* Balance pill - dark glass — force ALL text inside visible */
html.dark-mode .top-right-ul .dropdown-currencies > a,
html.dark-mode .top-right-ul .dropdown-currencies > a.balance-pill,
html.dark-mode .top-right-ul .dropdown-currencies > a *,
html.dark-mode .top-right-ul .dropdown-currencies > a .amt,
html.dark-mode .top-right-ul .dropdown-currencies > a .caret,
html.dark-mode .top-right-ul .dropdown-currencies > a .ico {
  color: rgba(255,255,255,.85) !important;
}
html.dark-mode .top-right-ul .dropdown-currencies > a,
html.dark-mode .top-right-ul .dropdown-currencies > a.balance-pill {
  background: rgba(255,255,255,.08) !important;
  border: 1.5px solid rgba(124,58,237,.2) !important;
}
html.dark-mode .top-right-ul .dropdown-currencies > a:hover,
html.dark-mode .top-right-ul .dropdown-currencies > a.balance-pill:hover {
  background: rgba(124,58,237,.15) !important;
  border-color: rgba(124,58,237,.4) !important;
}

/* Dark mode icon buttons */
html.dark-mode .top-right-ul li a,
html.dark-mode .top-right-ul .lang-dd button {
  background: rgba(255,255,255,.06) !important;
  border: 1.5px solid rgba(124,58,237,.18) !important;
  color: rgba(255,255,255,.8) !important;
}
html.dark-mode .top-right-ul li a:hover,
html.dark-mode .top-right-ul .lang-dd button:hover {
  background: rgba(124,58,237,.15) !important;
  border-color: rgba(124,58,237,.4) !important;
  box-shadow: 0 4px 16px rgba(124,58,237,.15) !important;
}

/* Logout button - dark with red accent */
html.dark-mode .top-right-ul .btn-logout-icon,
html.dark-mode .top-right-ul .btn.btn-primary.btn-logout-icon {
  background: rgba(239,68,68,.08) !important;
  border: 1.5px solid rgba(239,68,68,.2) !important;
}
html.dark-mode .top-right-ul .btn-logout-icon:hover,
html.dark-mode .top-right-ul .btn.btn-primary.btn-logout-icon:hover {
  background: rgba(239,68,68,.15) !important;
  border-color: rgba(239,68,68,.4) !important;
  box-shadow: 0 4px 16px rgba(239,68,68,.15) !important;
}

/* =========================================================
   CURRENCY DROPDOWN — Premium Bold Design
   ========================================================= */

.top-right-ul .dropdown-currencies {
  position: relative;
}
.top-right-ul .dropdown-currencies .dropdown-menu {
  min-width: 120px !important;
  padding: 6px !important;
  border-radius: 12px !important;
  border: 1.5px solid rgba(124,58,237,.12) !important;
  background: #fff !important;
  box-shadow:
    0 20px 60px -15px rgba(124,58,237,.18),
    0 8px 24px -6px rgba(0,0,0,.08) !important;
  margin-top: 14px !important;
  overflow: visible !important;
  animation: currReveal .2s cubic-bezier(.22,1,.36,1);
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@keyframes currReveal {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px) scale(.97); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

/* Arrow pointer */
.top-right-ul .dropdown-currencies .dropdown-menu::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1.5px solid rgba(124,58,237,.12);
  border-top: 1.5px solid rgba(124,58,237,.12);
  pointer-events: none;
}

/* Remove ::before (no accent bar) */
.top-right-ul .dropdown-currencies .dropdown-menu::before {
  display: none !important;
}

.top-right-ul .dropdown-currencies #currencies-list li {
  margin-bottom: 2px !important;
}
.top-right-ul .dropdown-currencies #currencies-list li:last-child {
  margin-bottom: 0 !important;
}

.top-right-ul .dropdown-currencies #currencies-list li a {
  border: none !important;
  padding: 10px 16px !important;
  height: auto !important;
  width: 100% !important;
  border-radius: 12px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #475569 !important;
  letter-spacing: .3px !important;
  justify-content: center !important;
  transition: all .15s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.2 !important;
  background: transparent !important;
}
.top-right-ul .dropdown-currencies #currencies-list li a:hover {
  background: #F5F3FF !important;
  color: #6D28D9 !important;
}
/* Active currency — bold purple pill */
.top-right-ul .dropdown-currencies #currencies-list li a.active,
.top-right-ul .dropdown-currencies #currencies-list li.active a {
  color: #fff !important;
  background: linear-gradient(135deg, #7C3AED, #9333EA) !important;
  box-shadow: 0 2px 8px rgba(124,58,237,.3) !important;
}

/* ---- Dark mode currency dropdown ---- */
html.dark-mode .top-right-ul .dropdown-currencies .dropdown-menu {
  background: rgba(18,8,42,.92) !important;
  border-color: rgba(124,58,237,.25) !important;
  box-shadow:
    0 20px 60px -15px rgba(0,0,0,.6),
    0 0 0 1px rgba(124,58,237,.08) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
html.dark-mode .top-right-ul .dropdown-currencies .dropdown-menu::after {
  background: rgba(18,8,42,.92);
  border-color: rgba(124,58,237,.25);
}
html.dark-mode .top-right-ul .dropdown-currencies #currencies-list li a {
  color: rgba(255,255,255,.7) !important;
}
html.dark-mode .top-right-ul .dropdown-currencies #currencies-list li a:hover {
  background: rgba(124,58,237,.15) !important;
  color: #E9D5FF !important;
}
html.dark-mode .top-right-ul .dropdown-currencies #currencies-list li a.active,
html.dark-mode .top-right-ul .dropdown-currencies #currencies-list li.active a {
  color: #fff !important;
  background: linear-gradient(135deg, #7C3AED, #9333EA) !important;
  box-shadow: 0 2px 12px rgba(124,58,237,.4) !important;
}

/* =========================================================
   NATIVE SELECT — Enhanced Dropdown
   ========================================================= */

select.form-control option {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
select.form-control optgroup {
  font-weight: 700;
  font-size: 14px;
  padding: 6px 0;
}

/* Theme toggle icon - keep original colors */
.top-right-ul li a.mode svg {
  color: inherit !important;
}

/* =========================================================
   CUSTOM TOOLTIPS — Replace ugly browser tooltips
   ========================================================= */

/* Override Bootstrap tooltip styling */
.tooltip {
  font-family: 'Prompt', sans-serif !important;
}
.tooltip .tooltip-inner {
  background: #1E1B4B !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
  max-width: 200px;
  text-align: center;
}
.tooltip .tooltip-arrow::before,
.tooltip .arrow::before {
  border-top-color: #1E1B4B !important;
}
.tooltip.bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bottom .arrow::before {
  border-bottom-color: #1E1B4B !important;
}

/* CSS-only tooltip for elements with data-tip attribute */
[data-tip] {
  position: relative;
}
[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) scale(.9);
  background: #1E1B4B;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Prompt', sans-serif;
  padding: 5px 10px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s, transform .2s;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
[data-tip]::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%) scale(.9);
  border: 5px solid transparent;
  border-top-color: #1E1B4B;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s, transform .2s;
  z-index: 9999;
}
[data-tip]:hover::after,
[data-tip]:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Top bar tooltips — show BELOW (since bar is at top of page) */
.top-right-ul [data-tip] {
  overflow: visible !important;
}
.top-right-ul [data-tip]::after {
  bottom: auto !important;
  top: calc(100% + 8px) !important;
  z-index: 999999 !important;
}
.top-right-ul [data-tip]::before {
  bottom: auto !important;
  top: calc(100% + 3px) !important;
  border-top-color: transparent !important;
  border-bottom-color: #1E1B4B !important;
  z-index: 999999 !important;
}
.top-right-ul [data-tip]:hover::after,
.top-right-ul [data-tip]:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
/* Ensure top-bar and parents don't clip tooltips */
.top-bar,
.top-bar .row,
.top-bar .col-sm-6,
.top-right-ul,
.top-right-ul li,
.top-right-ul .lang-dd,
.top-right-ul .dropdown-currencies,
.top-right-ul .media-heading {
  overflow: visible !important;
}

/* Neworder tabs - remove native title tooltip (use text labels instead) */
.neworder-tabs .nav-link {
  position: relative;
}

/* =========================================================
   LANGUAGE DROPDOWN — Premium Bold Design
   ========================================================= */

/* Language dropdown container */
.lang-dd {
  position: relative !important;
  display: inline-block;
  z-index: 99999;
}

/* Dropdown panel — RIGHT-ALIGNED to prevent overflow */
/* --- Language dropdown panel --- */
.top-right-ul .lang-dd [data-lang-menu] {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  border: 1px solid rgba(124,58,237,.1) !important;
  border-radius: 14px !important;
  padding: 8px !important;
  min-width: 170px !important;
  box-shadow: 0 12px 40px -8px rgba(124,58,237,.15), 0 4px 12px rgba(0,0,0,.06) !important;
  z-index: 999999 !important;
  list-style: none !important;
  margin: 0 !important;
  animation: langPop .18s cubic-bezier(.22,1,.36,1) !important;
}
@keyframes langPop {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px) scale(.97); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}
/* Kill all pseudo decorations */
.top-right-ul .lang-dd [data-lang-menu]::before,
.top-right-ul .lang-dd [data-lang-menu]::after {
  display: none !important;
}
.top-right-ul .lang-dd [data-lang-menu]:not([hidden]) {
  display: block !important;
}
/* List items */
.top-right-ul .lang-dd [data-lang-menu] li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}
.top-right-ul .lang-dd [data-lang-menu] li + li {
  margin-top: 2px !important;
}

/* --- Language link items --- */
.top-right-ul .lang-dd .lang-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 11px 20px !important;
  border-radius: 10px !important;
  color: #475569 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all .15s ease !important;
  line-height: 1 !important;
  position: relative !important;
  background: transparent !important;
  white-space: nowrap !important;
  letter-spacing: .2px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
/* Kill radio circles from panel CSS */
.top-right-ul .lang-dd .lang-link::before {
  display: none !important;
  content: none !important;
}
/* Hide checkmark SVG by default */
.top-right-ul .lang-dd .lang-link > svg {
  display: none !important;
}
/* Show checkmark for active */
.top-right-ul .lang-dd .lang-link.lang-active > svg {
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
  color: #7C3AED !important;
}
/* Hover */
.top-right-ul .lang-dd .lang-link:hover {
  background: #F5F3FF !important;
  color: #6D28D9 !important;
  text-decoration: none !important;
}
/* Active — highlighted */
.top-right-ul .lang-dd .lang-link.lang-active {
  color: #7C3AED !important;
  font-weight: 700 !important;
  background: #F5F3FF !important;
}
/* Empty state */
.top-right-ul .lang-dd [data-lang-menu]:empty::after {
  content: 'No other languages';
  display: block;
  padding: 12px 16px;
  color: #94A3B8;
  font-size: 12px;
  text-align: center;
}

/* ---- Dark mode language dropdown ---- */
html.dark-mode .top-right-ul .lang-dd [data-lang-menu] {
  background: #1E1035 !important;
  border: 1px solid rgba(124,58,237,.2) !important;
  box-shadow: 0 12px 40px -8px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.3) !important;
}
html.dark-mode .top-right-ul .lang-dd .lang-link {
  color: rgba(255,255,255,.7) !important;
}
html.dark-mode .top-right-ul .lang-dd .lang-link:hover {
  background: rgba(124,58,237,.12) !important;
  color: #E9D5FF !important;
}
html.dark-mode .top-right-ul .lang-dd .lang-link.lang-active {
  color: #C084FC !important;
  background: rgba(124,58,237,.15) !important;
}
html.dark-mode .top-right-ul .lang-dd .lang-link.lang-active > svg {
  color: #C084FC !important;
}
html.dark-mode .top-right-ul .lang-dd [data-lang-menu]:empty::after {
  color: rgba(255,255,255,.3) !important;
}

/* =========================================================
   ABSOLUTE LAST RESORT — Final overrides at bottom of file
   These override EVERYTHING above, including panel's own CSS
   ========================================================= */

/* 1) Kill ALL border-image patterns on entire neworder page */
.neworder_wrapper *,
.neworder_wrapper *::before,
.neworder_wrapper *::after {
  border-image: none !important;
  border-image-source: none !important;
}

/* 2) Dark mode: force ALL text inside currency pill visible */
html.dark-mode .dropdown-currencies,
html.dark-mode .dropdown-currencies *,
html.dark-mode .dropdown-currencies a,
html.dark-mode .dropdown-currencies .balance-pill,
html.dark-mode .dropdown-currencies .balance-pill *,
html.dark-mode .dropdown-currencies .amt,
html.dark-mode .dropdown-currencies .caret {
  color: rgba(255,255,255,.85) !important;
}

/* 3) Dark mode: force ALL service detail values visible */
html.dark-mode #svc-details p,
html.dark-mode #svc-details .svc-val,
html.dark-mode #svc-details .svc-val *,
html.dark-mode #svc-details .svc-val span,
html.dark-mode #svc-details .svc-val a,
html.dark-mode #svc-details .svc-val b,
html.dark-mode #svc-details .svc-val strong,
html.dark-mode #svc-details .svc-val i,
html.dark-mode #svc-details .svc-val em {
  color: #fff !important;
}
/* Re-apply semantic colors AFTER the white override */
html.dark-mode #svc-details .text-success,
html.dark-mode #svc-details .text-success *,
html.dark-mode #svc-details .label-success { color: #34D399 !important; }
html.dark-mode #svc-details .text-danger,
html.dark-mode #svc-details .text-danger *,
html.dark-mode #svc-details .label-danger { color: #F87171 !important; }
html.dark-mode #svc-details .text-warning,
html.dark-mode #svc-details .text-warning *,
html.dark-mode #svc-details .label-warning { color: #FBBF24 !important; }
/* Buttons in svc-val — make them stand out */
html.dark-mode #svc-details .svc-val .btn,
html.dark-mode #svc-details .svc-val [class*="btn-"],
html.dark-mode #svc-details .svc-val .label,
html.dark-mode #svc-details .svc-val .badge {
  background: rgba(124,58,237,.18) !important;
  border: 1.5px solid rgba(124,58,237,.3) !important;
  color: #C084FC !important;
  border-radius: 8px;
  padding: 3px 10px;
}

/* 4) Dark mode: general form inputs, wells, descriptions */
html.dark-mode .well,
html.dark-mode .inner_wrapper_box {
  color: rgba(255,255,255,.85);
}
html.dark-mode .form-group label,
html.dark-mode .control-label {
  color: rgba(255,255,255,.7) !important;
}
html.dark-mode .form-control {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(124,58,237,.2) !important;
  color: rgba(255,255,255,.85) !important;
}
html.dark-mode .form-control:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.15) !important;
}
html.dark-mode .form-control::placeholder {
  color: rgba(255,255,255,.35) !important;
}

/* 5) Dark mode: service description box */
html.dark-mode .service_description_box,
html.dark-mode .service_description_box *,
html.dark-mode .service_box_Wraps,
html.dark-mode .service_box_Wraps * {
  color: rgba(255,255,255,.8) !important;
}
html.dark-mode .service_description_box .text-success { color: #34D399 !important; }
html.dark-mode .service_description_box .text-danger { color: #F87171 !important; }
html.dark-mode .service_description_box .text-warning { color: #FBBF24 !important; }
html.dark-mode .service_description_box a { color: #C084FC !important; }

/* =========================================================
   SELECT2 — Premium Purple Theme Override
   The panel uses Select2 via data-select="true" attributes
   ========================================================= */

/* --- Container (the closed select input) --- */
.select2-container .select2-selection,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border: 1.5px solid #E2E8F0 !important;
  border-style: solid !important;
  border-image: none !important;
  border-image-source: none !important;
  border-radius: 14px !important;
  background: #fff !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  outline: none !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.04) !important;
  transition: border-color .2s, box-shadow .25s ease !important;
}
.select2-container .select2-selection:hover {
  border-color: #C7D2FE !important;
  box-shadow: 0 2px 8px rgba(124,58,237,.1) !important;
}
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12), 0 2px 8px rgba(124,58,237,.08) !important;
}

/* Arrow — modern chevron */
.select2-container .select2-selection__arrow {
  height: 100% !important;
  right: 14px !important;
  display: flex !important;
  align-items: center !important;
  transition: transform .25s ease !important;
}
.select2-container .select2-selection__arrow b {
  border-color: #94A3B8 transparent transparent transparent !important;
  border-width: 5px 4px 0 4px !important;
  transition: border-color .2s !important;
}
.select2-container:hover .select2-selection__arrow b {
  border-color: #7C3AED transparent transparent transparent !important;
}
.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #7C3AED transparent !important;
  border-width: 0 4px 5px 4px !important;
}

/* Selected text */
.select2-container .select2-selection__rendered {
  color: #1E293B !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding-left: 0 !important;
  line-height: 1.4 !important;
}

/* Placeholder */
.select2-container .select2-selection__placeholder {
  color: #94A3B8 !important;
}

/* --- Dropdown (the opened panel) --- */
.select2-dropdown {
  border: 1px solid rgba(124,58,237,.12) !important;
  border-style: solid !important;
  border-image: none !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow:
    0 20px 48px rgba(124,58,237,.08),
    0 8px 20px rgba(0,0,0,.06),
    0 2px 6px rgba(0,0,0,.04) !important;
  overflow: hidden !important;
  padding: 4px !important;
  margin-top: 6px !important;
  animation: s2DropIn .2s ease-out !important;
  min-width: min(420px, 92vw) !important;
}
@keyframes s2DropIn {
  from { opacity: 0; transform: translateY(-8px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Search input inside dropdown */
.select2-search--dropdown {
  padding: 6px 6px 8px !important;
  position: relative !important;
}
.select2-search--dropdown .select2-search__field {
  border: 1.5px solid #E2E8F0 !important;
  border-style: solid !important;
  border-image: none !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  outline: none !important;
  background: #F8FAFC !important;
  transition: border-color .2s, box-shadow .2s, background .2s !important;
  width: 100% !important;
}
.select2-search--dropdown .select2-search__field:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.1) !important;
  background: #fff !important;
}

/* --- Custom scrollbar --- */
body .select2-dropdown .select2-results .select2-results__options,
.select2-results__options {
  padding: 4px 8px !important;
  max-height: 320px !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(124,58,237,.2) transparent !important;
}
/* Optgroup parent — reset so it doesn't look like a clickable option */
body .select2-dropdown .select2-results__option[role="group"],
.select2-results__option[role="group"] {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0 !important;
}
/* Nested options container inside optgroups */
body .select2-dropdown .select2-results__option[role="group"] .select2-results__options,
.select2-results__option[role="group"] .select2-results__options {
  padding: 2px 4px !important;
}
.select2-results__options::-webkit-scrollbar {
  width: 6px !important;
}
.select2-results__options::-webkit-scrollbar-track {
  background: transparent !important;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(124,58,237,.18) !important;
  border-radius: 10px !important;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(124,58,237,.35) !important;
}

/* --- Individual option (high specificity to beat panel CSS) --- */
body .select2-dropdown .select2-results .select2-results__options .select2-results__option,
.select2-container--default .select2-results__option,
.select2-results__option {
  border-radius: 12px !important;
  padding: 8px 12px !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  transition: all .15s ease !important;
  margin-bottom: 2px !important;
  line-height: 1.45 !important;
  position: relative !important;
  border-left: none !important;
}
/* Nested options inside optgroups — kill Select2's default extra indent */
body .select2-dropdown .select2-results__option .select2-results__option,
.select2-container--default .select2-results__option .select2-results__option,
.select2-results__option .select2-results__option {
  padding-left: 12px !important;
  margin-left: 0 !important;
}
body .select2-dropdown .select2-results .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-dropdown .select2-results .select2-results__option--highlighted,
body .select2-dropdown .select2-results .select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted,
.select2-results__option:hover,
.select2-results__option[aria-selected="true"]:hover {
  background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 100%) !important;
  color: #6D28D9 !important;
  border-radius: 12px !important;
}
body .select2-dropdown .select2-results .select2-results__option[aria-selected="true"],
body .select2-dropdown .select2-results .select2-results__option--selected,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--selected,
.select2-results__option[aria-selected="true"],
.select2-results__option--selected {
  background: #EDE9FE !important;
  color: #6D28D9 !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
}

/* Option group header */
.select2-results__group {
  font-weight: 700 !important;
  font-size: 11px !important;
  color: #7C3AED !important;
  text-transform: uppercase !important;
  letter-spacing: .8px !important;
  padding: 12px 14px 6px !important;
  margin-top: 4px !important;
  border-bottom: 1px solid #F1F0F9 !important;
}

/* Loading / no-results message */
.select2-results__message {
  color: #94A3B8 !important;
  font-size: 13px !important;
  text-align: center !important;
  padding: 16px 12px !important;
}

/* Kill border-image on ALL Select2 elements */
.select2-container *,
.select2-container *::before,
.select2-container *::after,
.select2-dropdown *,
.select2-dropdown *::before,
.select2-dropdown *::after {
  border-image: none !important;
  border-image-source: none !important;
}

/* =========================================================
   SELECT2 — Dark Mode
   ========================================================= */

/* Container */
html.dark-mode .select2-container .select2-selection,
html.dark-mode .select2-container .select2-selection--single,
html.dark-mode .select2-container .select2-selection--multiple {
  background: rgba(124,58,237,.04) !important;
  border-color: transparent !important;
  color: rgba(255,255,255,.85) !important;
  box-shadow: none !important;
}
html.dark-mode .select2-container .select2-selection:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}
html.dark-mode .select2-container--focus .select2-selection,
html.dark-mode .select2-container--open .select2-selection {
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Arrow */
html.dark-mode .select2-container .select2-selection__arrow b {
  border-color: rgba(255,255,255,.35) transparent transparent transparent !important;
}
html.dark-mode .select2-container:hover .select2-selection__arrow b {
  border-color: #C084FC transparent transparent transparent !important;
}
html.dark-mode .select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #C084FC transparent !important;
}

/* Selected text */
html.dark-mode .select2-container .select2-selection__rendered {
  color: rgba(255,255,255,.88) !important;
}
html.dark-mode .select2-container .select2-selection__placeholder {
  color: rgba(255,255,255,.35) !important;
}

/* Dropdown */
html.dark-mode .select2-dropdown {
  background: #110828 !important;
  border-color: rgba(124,58,237,.2) !important;
  box-shadow:
    0 20px 48px rgba(0,0,0,.45),
    0 8px 20px rgba(0,0,0,.25),
    0 0 0 1px rgba(124,58,237,.12) !important;
}

/* Search input */
html.dark-mode .select2-search--dropdown .select2-search__field {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(124,58,237,.2) !important;
  color: #fff !important;
}
html.dark-mode .select2-search--dropdown .select2-search__field:focus {
  border-color: #7C3AED !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12) !important;
}
html.dark-mode .select2-search--dropdown .select2-search__field::placeholder {
  color: rgba(255,255,255,.35) !important;
}

/* Custom scrollbar — dark */
html.dark-mode .select2-results__options {
  scrollbar-color: rgba(192,132,252,.25) transparent !important;
}
html.dark-mode .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(192,132,252,.2) !important;
}
html.dark-mode .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(192,132,252,.4) !important;
}

/* Options — dark (high specificity) */
html.dark-mode .select2-results__option,
html.dark-mode body .select2-dropdown .select2-results .select2-results__option {
  color: rgba(255,255,255,.9) !important;
  border-left: none !important;
  border-radius: 12px !important;
}
html.dark-mode body .select2-dropdown .select2-results .select2-results__option--highlighted,
html.dark-mode body .select2-dropdown .select2-results .select2-results__option:hover,
html.dark-mode .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
html.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected],
html.dark-mode .select2-results__option--highlighted,
html.dark-mode .select2-results__option:hover,
html.dark-mode .select2-results__option[aria-selected="true"]:hover {
  background: linear-gradient(135deg, rgba(124,58,237,.18) 0%, rgba(124,58,237,.28) 100%) !important;
  color: #fff !important;
  border-radius: 12px !important;
}
html.dark-mode body .select2-dropdown .select2-results .select2-results__option[aria-selected="true"],
html.dark-mode body .select2-dropdown .select2-results .select2-results__option--selected,
html.dark-mode .select2-container--default .select2-results__option[aria-selected="true"],
html.dark-mode .select2-container--default .select2-results__option--selected,
html.dark-mode .select2-results__option[aria-selected="true"],
html.dark-mode .select2-results__option--selected {
  background: rgba(124,58,237,.28) !important;
  color: #fff !important;
  border-radius: 12px !important;
}

/* Group header */
html.dark-mode .select2-results__group {
  color: #C084FC !important;
  border-bottom-color: rgba(124,58,237,.15) !important;
}

/* Loading/message */
html.dark-mode .select2-results__message {
  color: rgba(255,255,255,.4) !important;
}

/* Kill border-image in dark mode too */
html.dark-mode .select2-container *,
html.dark-mode .select2-dropdown * {
  border-image: none !important;
  border-image-source: none !important;
}

/* =========================================================
   SELECT2 — Enhanced Option Formatting (templateResult)
   ========================================================= */

/* --- Service option row --- */
.s2r-opt {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.s2r-text {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.5;
  word-break: break-word;
}

/* --- Badge chips (UPDATED / NEW) --- */
.s2r-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 2px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.4;
}

.s2r-upd {
  background: #EDE9FE;
  color: #7C3AED;
  border: 1px solid #DDD6FE;
}

.s2r-new {
  background: #ECFDF5;
  color: #059669;
  border: 1px solid #A7F3D0;
}

/* --- Price chip (right side) --- */
.s2r-price {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
  color: #7C3AED;
  background: rgba(124, 58, 237, .06);
  padding: 2px 10px;
  border-radius: 8px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.2px;
}

/* --- Category option with icon --- */
.s2r-cat {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.s2r-ico {
  flex: 0 0 auto;
  width: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.s2r-ico img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 4px;
}

.s2r-ico span {
  font-size: 14px;
}

.s2r-cat-text {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}

/* --- Sticky group headers --- */
.select2-results__group {
  position: sticky !important;
  top: 0 !important;
  z-index: 1 !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  background: rgba(255, 255, 255, .95) !important;
  border-bottom: 1px solid rgba(124, 58, 237, .08) !important;
  font-weight: 700 !important;
}

/* ---- Dark Mode ---- */
html.dark-mode .s2r-upd {
  background: rgba(124, 58, 237, .15);
  color: #C084FC;
  border-color: rgba(124, 58, 237, .3);
}

html.dark-mode .s2r-new {
  background: rgba(16, 185, 129, .12);
  color: #34D399;
  border-color: rgba(16, 185, 129, .25);
}

html.dark-mode .s2r-price {
  color: #C084FC;
  background: rgba(124, 58, 237, .1);
}

html.dark-mode .select2-results__group {
  background: rgba(30, 30, 40, .95) !important;
  border-bottom-color: rgba(124, 58, 237, .15) !important;
}

/* =========================================================
   SEARCH ICON — Put SVG on the BUTTON itself, nuke the span
   DOM: .search-dropdown > .input-wrapper > button.input-wrapper__prepend > span.fas.fa-search
   ========================================================= */
/* 1) Button = the icon carrier */
body .search-dropdown .input-wrapper button.input-wrapper__prepend,
body .search-dropdown .input-wrapper .input-wrapper__prepend,
body .input-wrapper button.input-wrapper__prepend,
.input-wrapper button.input-wrapper__prepend,
.input-wrapper .input-wrapper__prepend {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237C3AED' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center / 16px 16px !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  min-width: 38px !important;
}
/* 2) Kill span COMPLETELY — display:none so nothing renders at all */
body .search-dropdown .input-wrapper .input-wrapper__prepend > *,
body .input-wrapper .input-wrapper__prepend > *,
body .input-wrapper .input-wrapper__prepend .fas,
body .input-wrapper .input-wrapper__prepend .fa-search,
.input-wrapper .input-wrapper__prepend > *,
.input-wrapper .input-wrapper__prepend .fas,
.input-wrapper .fas.fa-search {
  display: none !important;
  visibility: hidden !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* 3) Kill ::before too (belt + suspenders) — scoped to input-wrapper only */
body .input-wrapper .fas.fa-search::before,
.input-wrapper .fas.fa-search::before {
  content: none !important;
  display: none !important;
}
/* 4b) Hide ALL search icons — #new-order-search + Select2-generated .search-dropdown */
#new-order-search .input-wrapper__prepend,
#new-order-search .fas.fa-search,
#new-order-search .input-wrapper button,
#new-order-search .search-svg-icon,
.search-dropdown .input-wrapper__prepend,
.search-dropdown .fas.fa-search,
.search-dropdown .input-wrapper button,
.search-dropdown .search-svg-icon,
.input-wrapper__prepend .search-svg-icon,
.input-wrapper__prepend .fas.fa-search,
.search-svg-icon {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

/* =========================================================
   DARK MODE — Input Group Buttons (trash/clear icons)
   Panel generates .input-group-btn > .btn for date fields etc.
   ========================================================= */
html.dark-mode .input-group-btn .btn,
html.dark-mode .input-group-btn .btn.btn-default {
  background: rgba(255,255,255,.06) !important;
  border: 1.5px solid rgba(124,58,237,.2) !important;
  color: rgba(255,255,255,.7) !important;
  border-radius: 12px !important;
  transition: all .2s;
}
html.dark-mode .input-group-btn .btn:hover,
html.dark-mode .input-group-btn .btn.btn-default:hover {
  background: rgba(239,68,68,.12) !important;
  border-color: rgba(239,68,68,.3) !important;
  color: #F87171 !important;
}
html.dark-mode .input-group-btn .btn .glyphicon,
html.dark-mode .input-group-btn .btn .fa,
html.dark-mode .input-group-btn .btn .fas {
  color: inherit !important;
}

/* =========================================================
   Select2 Dark Mode — Minimal CSS Base
   JS handles the heavy lifting (purges panel rules + inline styles).
   CSS here is just first-paint fallback before JS kicks in.
   ========================================================= */
html.dark-mode .select2-container .select2-selection,
html.dark-mode .select2-container .select2-selection--single,
html.dark-mode .select2-container .select2-selection--multiple {
  background: rgba(124,58,237,.04) !important;
  border-color: transparent !important;
  color: #fff !important;
}
html.dark-mode .select2-container .select2-selection__rendered {
  color: rgba(255,255,255,.9) !important;
}
html.dark-mode .select2-dropdown {
  background: #110828 !important;
  border-color: rgba(124,58,237,.25) !important;
  box-shadow: 0 20px 48px rgba(0,0,0,.5), 0 0 0 1px rgba(124,58,237,.15) !important;
}
html.dark-mode .select2-search__field {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(124,58,237,.2) !important;
  color: #fff !important;
  border-radius: 10px !important;
}
html.dark-mode .select2-search__field:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12) !important;
}
html.dark-mode .select2-search__field::placeholder {
  color: rgba(255,255,255,.35) !important;
}
html.dark-mode .select2-results__option {
  background: #110828 !important;
  color: rgba(255,255,255,.92) !important;
}
html.dark-mode .select2-results__option--highlighted {
  background: rgba(124,58,237,.22) !important;
  color: #fff !important;
}
html.dark-mode .select2-results__option[aria-selected="true"] {
  background: rgba(124,58,237,.28) !important;
  color: #fff !important;
}
html.dark-mode .select2-results__group {
  color: #C084FC !important;
  background: transparent !important;
}
html.dark-mode .select2-dropdown .s2r-opt,
html.dark-mode .select2-dropdown .s2r-text,
html.dark-mode .select2-dropdown .s2r-cat,
html.dark-mode .select2-dropdown .s2r-cat-text {
  color: inherit !important;
}
html.dark-mode .select2-dropdown .s2r-price {
  color: rgba(192,132,252,.8) !important;
}

/* =========================================================
   ORDERS PAGE — Premium Purple Theme
   Filters · Header · Table · Empty · Progress
   ========================================================= */

/* --- CSS Variables (scoped to .orders) --- */
.orders {
  --ink: #0b1320;
  --muted: #6b7280;
  --line: #e5e7eb;
  --line2: #eef0f5;
  --bg: #fff;
  --shadow: 0 1px 3px rgba(16,24,40,.08);
  --indigo: #6366f1;
  --violet: #9333ea;
  --blue: #2563eb;
  --ok: #16a34a;
  --warn: #f59e0b;
  --err: #ef4444;
  --gray: #334155;
}

/* ---- Header Row (Title + Line) ---- */
.ser-cat-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 8px;
}
.ser-cat-title {
  font-size: 20px;
  font-weight: 700;
  color: #0b1320;
  white-space: nowrap;
  margin: 0;
}
.ser-cat-line {
  flex: 1 1 auto;
  min-width: 8px;
  height: 1px;
  background: #e5e7eb;
}

/* ---- Filter Nav Pills ---- */
.nav-order-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: 8px;
}
.nav-order-wrapper > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  box-shadow: 0 1px 2px rgba(16,24,40,.04);
  color: var(--gray);
  font-size: 13px;
  font-weight: 500;
  transition: border-color .15s, box-shadow .15s, background .15s;
  text-decoration: none;
}
.nav-order-wrapper > li.active > a,
.nav-order-wrapper > li > a:hover {
  border-color: rgba(99,102,241,.35);
  box-shadow: 0 4px 10px rgba(99,102,241,.12);
  background: #eef2ff;
  color: #4338ca;
}
.nav-order-wrapper > li.active > a {
  font-weight: 600;
}
.nav-order-wrapper > li > a:hover {
  text-decoration: none;
}
.nav-order-wrapper .search { margin-left: auto; }
.nav-order-wrapper .search .input-group {
  border-radius: 999px;
  overflow: hidden;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.nav-order-wrapper .search .input-group:focus-within {
  border-color: rgba(124,58,237,.4);
  box-shadow: 0 0 0 3px rgba(124,58,237,.08);
}
.nav-order-wrapper .search .form-control {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 13px;
  padding: 7px 14px;
  color: #374151;
}
.nav-order-wrapper .search .form-control::placeholder { color: #9ca3af; }
.nav-order-wrapper .search .btn-default {
  border: none !important;
  background: linear-gradient(135deg, #7C3AED, #A855F7) !important;
  color: #fff !important;
  padding: 7px 14px;
  border-radius: 0 !important;
  transition: opacity .15s;
}
.nav-order-wrapper .search .btn-default:hover { opacity: .85; }
.nav-order-wrapper .search .btn-default i { color: #fff; }
.nav-order-wrapper svg { display: inline-block; width: 12px; height: 12px; vertical-align: -2px; }

/* ---- Orders Table ---- */
.table.orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  table-layout: auto;
}
.table.orders-table thead th {
  background: linear-gradient(135deg, #0E0426, #1a0a3e);
  color: #fff;
  font: 600 11px/1.1 system-ui, -apple-system, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  border: 0;
  padding: 14px 16px;
}
.table.orders-table thead tr th:first-child { border-top-left-radius: 14px; border-bottom-left-radius: 14px; }
.table.orders-table thead tr th:last-child  { border-top-right-radius: 14px; border-bottom-right-radius: 14px; }

.table.orders-table tbody tr {
  background: #fff;
  box-shadow: 0 1px 4px rgba(16,24,40,.06);
  border-radius: 14px;
  transition: transform .08s, box-shadow .15s;
}
.table.orders-table tbody tr:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(16,24,40,.1);
}
.table.orders-table tbody td {
  border-top: 0;
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 13px;
  color: var(--ink);
}
.table.orders-table tbody tr td:first-child { border-top-left-radius: 14px; border-bottom-left-radius: 14px; }
.table.orders-table tbody tr td:last-child  { border-top-right-radius: 14px; border-bottom-right-radius: 14px; }

/* Checkbox column */
.chk-col { width: 36px; text-align: center; }
.chk-col input {
  width: 16px; height: 16px;
  accent-color: #7C3AED;
  cursor: pointer;
}

/* Date cell */
.table.orders-table td.date-cell { white-space: normal; min-width: 11ch; }
.table.orders-table td.date-cell .date-wrap { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.table.orders-table td.date-cell .date-d { font-weight: 700; white-space: nowrap; font-size: 13px; }
.table.orders-table td.date-cell .date-t { font-size: 11px; color: var(--muted); white-space: nowrap; }

/* Service / Link cell */
.details-cell { white-space: normal; }
.details-cell .svc-line { font-weight: 600; color: var(--ink); margin-bottom: 4px; font-size: 13px; }
.details-cell .svc-name { word-break: break-word; }
.order-link-ext {
  display: inline-block;
  max-width: 100%;
  color: var(--blue);
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 12px;
  opacity: .75;
  transition: opacity .15s;
}
.order-link-ext:hover { text-decoration: underline; opacity: 1; }
.link-line { margin-top: 2px; }

/* Service icon (platform badge) */
.svc-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 6px;
  margin-right: 6px;
  background: #eef2ff;
  flex-shrink: 0;
}
.svc-ic i { font-size: 12px; line-height: 1; pointer-events: none; }
.svc-ic--instagram { background: #fff0f7; } .svc-ic--instagram i { color: #d62976; }
.svc-ic--facebook  { background: #eef3ff; } .svc-ic--facebook  i { color: #1877f2; }
.svc-ic--tiktok    { background: #f2f2f2; } .svc-ic--tiktok    i { color: #111; }
.svc-ic--youtube   { background: #fff1f1; } .svc-ic--youtube   i { color: #ff0000; }
.svc-ic--twitter   { background: #f1f4ff; } .svc-ic--twitter   i { color: #111; }
.svc-ic--telegram  { background: #eaf7ff; } .svc-ic--telegram  i { color: #229ED9; }
.svc-ic--threads   { background: #f2f2f2; } .svc-ic--threads   i { color: #111; }
.svc-ic--linkedin  { background: #eef6ff; } .svc-ic--linkedin  i { color: #0a66c2; }

/* ID pill */
.orders .gradient_box {
  min-width: 55px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #EDE9FE;
  border: 1px solid #DDD6FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6D28D9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

/* Money display */
.money { position: relative; display: inline-block; color: var(--ink); font-weight: 600; }
.money .cc { display: inline-block; min-width: 1ch; }
.money[title] { cursor: help; border-bottom: 1px dotted rgba(0,0,0,.25); }

/* ---- Status Badges ---- */
.order_status_flex { display: inline-flex; align-items: center; gap: 6px; }
.order_status_flex > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  min-width: 110px;
  white-space: nowrap;
}
.order_status_primary span { background: #eef2ff; color: #3730a3; border: 1px solid #c7d2fe; }
.order_status_success span { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.order_status_danger  span { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.order_status_warning span { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.order_status_pending span { background: #f8fafc; color: #334155; border: 1px solid #e2e8f0; }
.status-cell span { white-space: nowrap; }
.status-cell .order_status_flex { display: inline-flex; align-items: center; gap: 6px; }

/* Progress bar (table) */
.table.orders-table .oc-progress {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding-left: 10px;
}
.table.orders-table .oc-progress-bar {
  flex: 1;
  height: 5px;
  max-width: 110px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}
.table.orders-table .oc-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #22d3ee);
  border-radius: 999px;
  transition: width .3s ease;
}
.table.orders-table .oc-progress-text {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
  min-width: 28px;
  text-align: right;
}

/* ---- Action Pill Buttons ---- */
.icon-pill,
.icon-pill:link, .icon-pill:visited, .icon-pill:hover, .icon-pill:focus, .icon-pill:active {
  text-decoration: none !important;
}
.icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 1px 2px rgba(16,24,40,.06);
  transition: transform .1s, box-shadow .2s, background .15s;
  line-height: 1;
}
.icon-pill:hover { box-shadow: 0 4px 10px rgba(16,24,40,.12); transform: translateY(-1px); }
.icon-pill:active { transform: scale(.97); }
.icon-pill--cart   i { color: #334155 !important; }
.icon-pill--refill i { color: var(--ok) !important; }
.icon-pill--cancel i { color: var(--err) !important; }

.actions-col { width: 1%; white-space: nowrap; padding-left: 12px; }
.order-actions .btn-wrap { display: flex; align-items: center; gap: 6px; }
.order-actions .icon-pill { width: 28px; height: 28px; border-radius: 8px; margin-left: 0; }

/* ---- Pagination ---- */
.orders-pagination { margin-top: 16px; }
.orders-pagination > li > a,
.orders-pagination > li > span {
  border-radius: 10px;
  margin: 0 3px;
  border: 1px solid var(--line2);
  color: var(--gray);
  transition: background .15s;
}
.orders-pagination > .active > a {
  background: linear-gradient(135deg, #7C3AED, #A855F7);
  border-color: #7C3AED;
  color: #fff;
}
.orders-pagination > li > a:hover {
  background: #f5f3ff;
  border-color: rgba(124,58,237,.2);
  color: #7C3AED;
}

/* ---- Empty State ---- */
.orders-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  background: linear-gradient(180deg, #FAFAFF 0%, #fff 100%);
  border: 1.5px dashed rgba(124,58,237,.18);
  border-radius: 20px;
  box-shadow: var(--shadow);
  text-align: center;
}
.orders-empty-ill {
  width: 110px; height: 110px;
  margin-bottom: 20px;
}
.orders-empty-ill svg { width: 100%; height: 100%; }
.orders-empty-ill .ill-paper { fill: #EDE9FE; }
.orders-empty-ill .ill-line  { fill: #C4B5FD; }
.orders-empty-ill .ill-badge { fill: #7C3AED; }
.orders-empty-title { font-size: 20px; font-weight: 700; color: #111827; margin: 4px 0; }
.orders-empty-sub { font-size: 14px; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
.orders-empty-actions { display: flex; gap: 10px; }
.orders-empty-btn {
  border-radius: 12px;
  background: linear-gradient(135deg, #7C3AED, #A855F7);
  border: none;
  color: #fff;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  transition: box-shadow .2s, transform .2s;
}
.orders-empty-btn:hover { box-shadow: 0 6px 20px rgba(124,58,237,.35); transform: translateY(-1px); color: #fff; }
.orders-empty-btn-alt {
  border-radius: 12px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  color: #6D28D9;
  background: #EDE9FE;
  border: 1px solid #DDD6FE;
  transition: background .2s, box-shadow .2s;
}
.orders-empty-btn-alt:hover { background: #DDD6FE; color: #5B21B6; }

/* Toast */
.orders-toast {
  position: fixed; right: 16px; bottom: 16px;
  background: #111827; color: #fff;
  padding: 10px 16px; border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  opacity: 0; transform: translateY(10px);
  transition: .2s; z-index: 9999;
  font-size: 13px;
  max-width: calc(100vw - 32px);
  max-width: min(480px, calc(100vw - 32px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orders-toast.show { opacity: 1; transform: translateY(0); }

/* ---- Utility ---- */
.d-none { display: none !important; }
.nowrap { white-space: nowrap; }
.width-40 { width: 40%; }
.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Responsive (Mobile) ---- */
@media (max-width: 767px) {
  .ser-cat-wrap { flex-wrap: wrap; }
  .ser-cat-line { order: 3; width: 100%; }

  .nav-order-wrapper { gap: 6px; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
  .nav-order-wrapper > li > a { padding: 6px 10px; font-size: 12px; white-space: nowrap; }
  .nav-order-wrapper .search { margin-left: 0; width: 100%; order: 99; }
  .nav-order-wrapper .search .input-group { width: 100%; }

  .orders .table thead { display: none; }
  .orders .table, .orders .table tbody, .orders .table tr, .orders .table td { display: block; width: 100%; }
  .orders .table tbody tr { border-radius: 16px; padding: 12px; margin-bottom: 8px; }
  .orders .table tbody td { display: flex; justify-content: space-between; align-items: center; padding: 8px 6px; border: 0; }
  .orders .table tbody td.width-40 { white-space: normal; }
  .orders .table tbody td.chk-col { justify-content: flex-start; }
}

/* =========================================================
   ORDERS PAGE — Dark Mode
   ========================================================= */
/* Header */
.dark-mode .ser-cat-title { color: rgba(255,255,255,.92); }
.dark-mode .ser-cat-line { background: rgba(124,58,237,.2); }

/* Filter pills */
.dark-mode .nav-order-wrapper > li > a {
  background: rgba(26,10,62,.5);
  border-color: rgba(124,58,237,.15);
  color: rgba(255,255,255,.7);
  box-shadow: none;
}
.dark-mode .nav-order-wrapper > li.active > a,
.dark-mode .nav-order-wrapper > li > a:hover {
  background: rgba(124,58,237,.2);
  border-color: rgba(124,58,237,.4);
  color: #C084FC;
}

/* Search box in filters */
.dark-mode .nav-order-wrapper .search .input-group {
  background: rgba(26,10,62,.65) !important;
  border-color: rgba(124,58,237,.25) !important;
}
.dark-mode .nav-order-wrapper .search .input-group:focus-within {
  border-color: rgba(124,58,237,.5) !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,.12);
}
.dark-mode .nav-order-wrapper .search .form-control {
  background: transparent !important;
  color: rgba(255,255,255,.85) !important;
}
.dark-mode .nav-order-wrapper .search .form-control::placeholder { color: rgba(255,255,255,.35) !important; }
.dark-mode .nav-order-wrapper .search .btn-default {
  background: rgba(124,58,237,.35) !important;
  color: #fff !important;
}
.dark-mode .nav-order-wrapper .search .btn-default i { color: #C4B5FD !important; }

/* Table */
.dark-mode .table.orders-table thead th {
  background: linear-gradient(135deg, rgba(124,58,237,.3), rgba(26,10,62,.8));
}
.dark-mode .table.orders-table tbody tr {
  background: rgba(26,10,62,.5);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.dark-mode .table.orders-table tbody tr:hover {
  background: rgba(124,58,237,.08);
  box-shadow: 0 6px 20px rgba(0,0,0,.3);
}
.dark-mode .table.orders-table tbody td {
  color: rgba(255,255,255,.85);
  border-color: rgba(124,58,237,.08);
}
.dark-mode .table.orders-table td.date-cell .date-d { color: rgba(255,255,255,.9); }
.dark-mode .table.orders-table td.date-cell .date-t { color: rgba(255,255,255,.4); }

.dark-mode .details-cell .svc-line { color: rgba(255,255,255,.9); }
.dark-mode .order-link-ext { color: #93c5fd; }
.dark-mode .money { color: rgba(255,255,255,.9); }

/* Dark mode ID pill */
.dark-mode .orders .gradient_box {
  background: rgba(124,58,237,.15);
  border-color: rgba(124,58,237,.25);
  color: #C4B5FD;
  box-shadow: none;
}

/* Dark mode platform icons */
.dark-mode .svc-ic { background: rgba(255,255,255,.06); }
.dark-mode .svc-ic--instagram { background: rgba(214,41,118,.1); }
.dark-mode .svc-ic--facebook  { background: rgba(24,119,242,.1); }
.dark-mode .svc-ic--tiktok    { background: rgba(255,255,255,.06); } .dark-mode .svc-ic--tiktok i { color: #fff; }
.dark-mode .svc-ic--youtube   { background: rgba(255,0,0,.1); }
.dark-mode .svc-ic--twitter   { background: rgba(255,255,255,.06); } .dark-mode .svc-ic--twitter i { color: #fff; }
.dark-mode .svc-ic--telegram  { background: rgba(34,158,217,.1); }
.dark-mode .svc-ic--threads   { background: rgba(255,255,255,.06); } .dark-mode .svc-ic--threads i { color: #fff; }
.dark-mode .svc-ic--linkedin  { background: rgba(10,102,194,.1); }

/* Dark mode status badges */
.dark-mode .order_status_primary span { background: rgba(99,102,241,.12); color: #a5b4fc; border-color: rgba(99,102,241,.25); }
.dark-mode .order_status_success span { background: rgba(16,185,129,.12); color: #6ee7b7; border-color: rgba(16,185,129,.25); }
.dark-mode .order_status_danger  span { background: rgba(239,68,68,.12); color: #fca5a5; border-color: rgba(239,68,68,.25); }
.dark-mode .order_status_warning span { background: rgba(245,158,11,.12); color: #fcd34d; border-color: rgba(245,158,11,.25); }
.dark-mode .order_status_pending span { background: rgba(255,255,255,.06); color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.1); }

/* Dark mode progress bar */
.dark-mode .table.orders-table .oc-progress-bar { background: rgba(255,255,255,.1); }
.dark-mode .table.orders-table .oc-progress-text { color: rgba(255,255,255,.6); }

/* Dark mode action pills */
.dark-mode .icon-pill {
  background: rgba(26,10,62,.6);
  border-color: rgba(124,58,237,.2);
}
.dark-mode .icon-pill:hover {
  background: rgba(124,58,237,.15);
  border-color: rgba(124,58,237,.35);
}

/* Dark mode pagination */
.dark-mode .orders-pagination > li > a,
.dark-mode .orders-pagination > li > span {
  background: rgba(26,10,62,.5);
  border-color: rgba(124,58,237,.15);
  color: rgba(255,255,255,.7);
}
.dark-mode .orders-pagination > .active > a {
  background: linear-gradient(135deg, #7C3AED, #A855F7);
  border-color: #7C3AED;
  color: #fff;
}
.dark-mode .orders-pagination > li > a:hover {
  background: rgba(124,58,237,.15);
  border-color: rgba(124,58,237,.3);
  color: #C084FC;
}

/* Dark mode empty state */
.dark-mode .orders-empty {
  background: rgba(26,10,62,.5);
  border-color: rgba(124,58,237,.2);
}
.dark-mode .orders-empty-title { color: rgba(255,255,255,.92); }
.dark-mode .orders-empty-sub { color: rgba(255,255,255,.45); }
.dark-mode .orders-empty-ill .ill-paper { fill: rgba(124,58,237,.15); }
.dark-mode .orders-empty-ill .ill-line  { fill: rgba(196,181,253,.25); }
.dark-mode .orders-empty-ill .ill-badge { fill: #7C3AED; }
.dark-mode .orders-empty-btn-alt {
  background: rgba(124,58,237,.15);
  border-color: rgba(124,58,237,.25);
  color: #C4B5FD;
}
.dark-mode .orders-empty-btn-alt:hover { background: rgba(124,58,237,.25); color: #DDD6FE; }

/* Dark mode toast */
.dark-mode .orders-toast {
  background: rgba(26,10,62,.9);
  border: 1px solid rgba(124,58,237,.25);
}

