@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html,
body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background-color: #F7F8FC;
	overflow-x: hidden
}

/*이걸로 인해 rechaptcha 문제 생김
body {
-moz-transform: scale(0.85, 0.85); /* Moz-browsers */
/*이걸로 인해 rechaptcha 문제 생김  zoom: 0.85; /* Other non-webkit browsers */
/*이걸로 인해 rechaptcha 문제 생김 zoom: 85%; /* Webkit browsers */
/*이걸로 인해 rechaptcha 문제 생김 } */







.fast-sec .form-control:active,
.fast-sec .form-control:focus {
	border-color: var(--color1)
}

.fast-sec textarea {
	min-height: 100px;
	padding: 15px 20px!important
}

.fast-sec .form-group label {
	padding-left: 7px;
	margin-bottom: 4px;
	color: #555
}

.contact-send-btn {
	color: #fff!important;
	font-size: 20px;
	font-weight: 600;
	background: var(--color1);
	padding: 10px 30px;
	border-radius: 12px;
	transition: .3s;
	margin-top: -15px;
}

.contact-send-btn:hover {
	padding: 10px 40px
}
/*
.alert{
    border:0px;
    border-radius:10px;
    color: #382B4D;
    height: 60px;
    border: 3px solid #ececec;
}
*/

.fast-box-areas {
    display: flex;
    margin-top: 25px;
}


<!--dhs 부분 추가 영역 시작 -->


.dash-home-status {
	position: relative;
	margin: 0;
}

.dash-home-status>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.dash-home-status>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.dash-home-status .dhs-item {
	border-radius: 12px;
	background-color: #3054e0;
	color: #fff;
	padding: 25px 40px 25px 30px;
	position: relative;
	overflow: hidden
}

.dash-home-status .dhs-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://storage.perfectcdn.com/e1439e/4hna2uqhrsac2csn.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7;
}

.dash-home-status .dhs-item.dhs-item--1 {
	box-shadow: 0 1px 0 0 #7e4ddb, 0 2px 5px 0 #9259ff, 0 4px 10px 0 rgb(33 7 77 / 50%);
    background-image: linear-gradient(90deg, #AD59FF, #7659FF);
	
}

.dash-home-status .dhs-item.dhs-item--2 {
	box-shadow: 0 1px 0 0 #0087DB, 0 2px 5px 0 #009DFF, 0 4px 10px 0 rgba(33, 7, 77, .5);
    background-image: linear-gradient(90deg, #00B3FF, #0088FF);
}

.dash-home-status .dhs-item.dhs-item--3 {
     box-shadow: 0 1px 0 0 #00BB85, 0 2px 5px 0 #03d178, 0 4px 10px 0 rgba(33, 7, 77, .5);
     background-image: linear-gradient(90deg, #0eb87e, #00D977);
}

.dash-home-status .dhs-item.dhs-item--4 {
	box-shadow: 0 1px 0 0 #ce8c28, 0 2px 5px 0 #FFB600, 0 4px 10px 0 rgba(33, 7, 77, .5);
    background-image: linear-gradient(90deg, #ff9900, #FFA100);

}

.dash-home-status .dhs-item .dhs-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.dash-home-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
	width: auto;
	height: 60%;
}

.dash-home-status .dhs-item .dhs-item--title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.dash-home-status .dhs-item .dhs-item--text {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}



<!--dhs 영역 추가 끝-->

/*just패널 추가 시작*/
.brand-company{ background:#fff; webkit-box-shadow:4px 16px 32px 0 rgba(0,0,0,0.3); box-shadow:4px 16px 32px 0 rgba(0,0,0,0.3); padding:24px; max-height:340px; border-radius:10px; margin-bottom:24px;}
.brand-company .media{
    color:#fff;
    /*padding:12px 12px;
    background:#4A4A4A;*/
    border-radius:6px;
    align-items:center;
}
.brand-company .media .icon{ margin-right:12px; font-size: 18px;}
/*.brand-company .media:hover{ background:#F46B35; color:#fff;}*/
.brand-company .row{ margin-left:-5px; margin-right:-5px;}
.brand-company .row [class*=col-]{ padding-left:5px; padding-right:5px; margin-bottom:10px; -ms-flex:0 0 12.5%; /*flex:0 0 12.5%; max-width:12.5%;*/}
/*just패널 추가 끝*/

/*홈카테고리 시작*/
.dash-home-category-status {
	position: relative;
	margin: 0;
}

.dash-home-category-status>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.dash-home-category-status>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.dash-home-category-status .dhs-item {
	border-radius: 10px;
	background-color: #3054e0;
	color: #fff;
	padding: 10px 5px 10px 5px;
	position: relative;
	overflow: hidden
}

.dash-home-category-status .dhs-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://storage.perfectcdn.com/e1439e/4hna2uqhrsac2csn.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7;
}

.dash-home-category-status .dhs-item.dhs-item--1 {
	box-shadow: 0 1px 0 0 #8001b6, 0 2px 5px 0 #c35feb, 0 4px 10px 0 rgb(33 7 77 / 10%);
    background-image: linear-gradient(90deg, #b84bc9, #980093);
    margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--2 {
	box-shadow: 0 1px 0 0 #0079c4, 0 2px 5px 0 #009dff, 0 4px 10px 0 rgba(33, 7, 77, .1);
    background-image: linear-gradient(90deg, #00B3FF, #007be6);
    margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--3 {
     box-shadow: 0 1px 0 0 #00835e, 0 2px 5px 0 #00eb85, 0 4px 10px 0 rgba(33, 7, 77, .1);
     background-image: linear-gradient(90deg, #08df97, #00ac5f);
     margin-bottom: 10px;    
}

.dash-home-category-status .dhs-item.dhs-item--4 {
	box-shadow: 0 1px 0 0 #a76400, 0 2px 5px 0 #ffb700, 0 4px 10px 0 rgba(33, 7, 77, .1);
    background-image: linear-gradient(90deg, #ff9900, #d28500);
    margin-bottom: 10px;
 
}

.dash-home-category-status .dhs-item.dhs-item--5 {
	box-shadow: 0 1px 0 0 #010000, 0 2px 5px 0 #606060, 0 4px 10px 0 rgba(33, 7, 77, .1);
    background-image: linear-gradient(90deg, #454545, #020200);
    margin-bottom: 10px;
 
}

.dash-home-category-status .dhs-item.dhs-item--6 {
	box-shadow: 0 1px 0 0 #a90000, 0 2px 5px 0 #ff0606, 0 4px 10px 0 rgba(33, 7, 77, .1);
    background-image: linear-gradient(90deg, #ff0101, #980101);
    margin-bottom: 10px;
 
}


.dash-home-category-status .dhs-item.dhs-item--1:hover{ background:#000000; color:#fff;}
.dash-home-category-status .dhs-item.dhs-item--2:hover{ background:#000000; color:#fff;}
.dash-home-category-status .dhs-item.dhs-item--3:hover{ background:#F46B35; color:#fff;}
.dash-home-category-status .dhs-item.dhs-item--4:hover{ background:#000000; color:#fff;}
.dash-home-category-status .dhs-item.dhs-item--5:hover{ background:#F46B35; color:#fff;}
.dash-home-category-status .dhs-item.dhs-item--6:hover{ background:#00aef9; color:#fff;}


.dash-home-category-status .dhs-item .dhs-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.dash-home-category-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
	width: auto;
	height: 60%;
}

.dash-home-category-status .dhs-item .dhs-item--title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.dash-home-category-status .dhs-item .dhs-item--text {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
/*홈카테고리 끝*/
  
  
  
  

.body-pause {
	overflow: hidden;
}

.hidden {
	display: none
}

select,
option {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

body.dark ::-webkit-scrollbar-thumb {
	background: #232842;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

.main-color {
	color: #ff2f63
}

.btn-xs {
	padding: 5px;
	font-size: 12px
}

.dash-menu-btn {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #185bdc;
	background: #fff;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #fff;
	display: none;
	cursor: pointer;
}

.app-sidebar {
	width: 280px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 118vh;
	background-color: #fff;
	-webkit-box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	z-index: 1029;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


.app-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.app-sidebar.sidebar-inact .sidebar-header {
	padding-bottom: 10px
}

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 56px;
}

.app-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 60px;
}

.app-sidebar .sidebar-header .app-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.app-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.app-sidebar .sidebar-header .sh-bg {
	position: absolute;
	left: 0px;
	top: -40px;
	width: calc(100% + 40px);
	height: 174px;
	background-color: transparent;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	z-index: 0;
	background: #262a35
}

.app-sidebar .sidebar-header .app-user {
	position: relative;
	padding: 40px 30px;
}

.app-sidebar .sidebar-header .app-user .user-name {
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	color: #342E59;
	margin-top: 15px;
	margin-bottom: 20px
}

.app-sidebar .sidebar-header .app-user .user-balance {
	border-radius: 10px;
	background: #3ea6ff;
	color: #fff;
	padding: 14px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .16s ease;
	transition: .16s ease;
	position: relative;
	letter-spacing: .4px;
	text-decoration: none!important
}

.app-sidebar .sidebar-header .app-user .user-balance:hover {
	-webkit-box-shadow: 0px 6px 25px rgba(255, 47, 99, 0.4);
	box-shadow: 0px 6px 25px rgba(255, 47, 99, 0.4);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text] {
	overflow: hidden;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]::before {
	content: attr(data-second-text);
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: #fff;
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
	-webkit-transition: .16s ease;
	transition: .16s ease;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover {
	color: rgba(255, 255, 255, 0);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover::before {
	opacity: 1;
	top: 50%;
}

.app-sidebar .sidebar-content {
	padding: 20px 0;
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 4px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: transparent;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 2px;
}

body.dark .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #232842;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.app-sidebar .sidebar-menu {
	list-style: none;
	padding: 0px 14px;
	margin: 0px;
}

.app-sidebar .sidebar-menu li {
	display: block;
	margin-bottom: 10px;
}

.app-sidebar .sidebar-menu li.active>a.menu-link {
	background: rgb(36, 43, 53, 0.1);
	color: #03a9f4;
	font-weight: 600;
}

.app-sidebar .sidebar-menu li a.menu-link {
	padding: 13px 18px;
	border-radius: 14px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #262a35;
	line-height: 24px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
	background: rgb(36, 43, 53, 0.1);
}

.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
	margin-right: 10px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	vertical-align: -1px;
}

.app-header {
	top: 0px;
	left: 280px;
	right: 0px;
	z-index: 1003;
	background: #262a35;
	border-left: 1px solid #14171e;
	height: 100px;
	position: fixed;
}

.app-header .row-100 {
	height: 100px;
}

.app-header .col-100 {
	max-height: 100px !important;
}

.app-header .hea-ann-title {
	border-radius: 10px;
	padding: 14px 30px;
	background: #03a9f4;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.app-header .header-btn {
	font-size: 15;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: #fff;
	color: #262a36;
	opacity: 1;
}

.app-header .header-btn .icon {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.container-fluid {
	padding: 0 50px;
}

.dhr-marquee {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .6px;
	line-height: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.divider {
	border-bottom: 1px solid #EFEFEF;
}

.d-card {
	border-radius: 18px;
	background-color: #fff;
	color: #464E77;
}

.d-card.dc-blue {
	background: -webkit-gradient(linear, left top, right top, from(#03a9f4), to(#03a9f4)) #185BDC;
	background: linear-gradient(to right, #03a9f4, #2196f3) #03a9f4;
	color: #fff
}

.d-card.dc-orange {
	background: -webkit-gradient(linear, left top, right top, from(#262a35), to(#262a35)) #262a35;
	background: linear-gradient(to right, #262a35, #262a35) #262a35;
	color: #fff
}

.d-card .d-card-head {
	padding: 20px 4px 20px 4px;
	margin: 0 32px;
	position: relative;
	font-weight: 700;
	color: #464E77;
	font-size: 19px;
	letter-spacing: .2px;
}

.d-card .d-card-head::after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 160px;
	z-index: 4;
	left: 0px;
	height: 2px;
	background: #185BDC;
}

.d-card .d-card-head .dch-icon {
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	margin-right: 10px;
}

.d-card .d-card-head .dch-icon img {
	height: 42px;
}

.d-card .d-card-body {
	padding: 15px 30px 15px 30px;
}

.d-card.d-pad {
	padding: 34px 30px;
}

.d-card.d-pad-2 {
	padding: 20px 30px;
}

.dc-ht-sup-box {
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.dc-ht-sup-box .dc-ht-sup-title {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 14px;
}

.app-content {
	background-color: #F7F8FC;
	padding-left: 280px;
	padding-top: 100px;
	padding-bottom: 30px;
}

.order-side {
	margin-top: 40px
}

.simple-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .4;
	color: #464646;
	position: relative;
	padding-bottom: 14px;
}

.simple-title::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 76px;
	background: #315DFF;
}

.form-group .form-control {
	border: none;
	outline: none;
	background-color: #F8F7F7;
	color: #464E77;
	font-size: 15px;
	font-weight: 500;
	min-height: 52px;
	overflow: hidden;
	padding: 10px 18px;
}

.form-group .form-control {
	outline: none;
	box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
	background: #FF9B5C !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
	background: #214AF0 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
	background: #ff2f63;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 52px;
}

.form-group .input-group .input-group-prepend .input-group-text i {
	width: 100%;
	text-align: center;
}

.form-group label {
	color: #464E77;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 12px;
}

.form-group.fg-for-login label {
	color: #fff;
}

.form-group.fg-for-login .form-control {
	background-color: #edeef2;
	color: #444;
}

.form-group.fg-for-login .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.profile-box {
	padding: 54px 30px 30px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
}

.profile-box .pb-title {
	font-size: 24px;
	color: #fff;
	letter-spacing: .2px;
	margin-bottom: 8px;
}

.profile-box .pb-text {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	letter-spacing: .2px;
	margin-bottom: 10px;
}

.profile-box.box-1 {
	background: -webkit-gradient(linear, left top, right top, from(#FFB16F), to(#FF8A4D)) #FF8A4D;
	background: linear-gradient(to right, #FFB16F, #FF8A4D) #FF8A4D;
}

.profile-box.box-1 .btn {
	color: #FF9556 !important;
}

.profile-box.box-2 {
	background: -webkit-gradient(linear, left top, right top, from(#185BDC), to(#315DFF)) #185BDC;
	background: linear-gradient(to right, #185BDC, #315DFF) #185BDC;
}

.profile-box.box-2 .btn {
	color: #464E77 !important;
}

.alert {
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 30px;
}

.alert.alert-success {
	background-color: #ffc519;
    color: #000000 !important;
}

.alert.alert-danger {
	background-color: #ff1200;
    color: #ffffff;
}

.btn {
	padding: 20px 30px;
	border: none;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.btn.btn-primary {
	background: #262a35;
	/* padding: 9px; */
}

.btn.btn-light {
	color: #315DFF;
	background: #fff;
}

.btn.btn-secondary {
	background: #3ea6ff;
}

.btn.btn-secondary:hover {
	background: #007bff;
	transition: 300ms all
}

.btn.btn-purple {
	background: linear-gradient(90deg, var(--c1, rgb(236, 7, 199)), var(--c2, rgb(188, 0, 158)) 51%, var(--c1, rgb(19, 139, 255))) var(--x, 0)/ 200%;
	color: #fff
}

.btn.btn-lg {
	font-size: 17px;
	padding: 12px 34px;
	font-weight: 500;
}

.btn.btn-outline {
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.btn.btn-outline:hover {
	background: #fff;
	color: #181818;
}

.tab-pane .notification {
	padding: 0 0 20px 0;
	height: 500px
}

.tab-pane .notification li {
	display: flex;
	align-items: center;
	border: 1px solid #f5f5f5;
	border-bottom-color: #dadada;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	background: #F8F7F7
}

.tab-pane .notification li .icons i {
	font-size: 25px;
	margin-right: 10px;
}

.tab-pane .notification li .date {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

.tab-pane .notification li .title {
	font-size: 16px;
	font-weight: 500;
}

.tab-pane .notification li .title a {
	color: #464E77
}

.tab-pane .notification li .text {
	color: #464E77;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.home-body {
	background: #F7F8FC;
	max-width: 100%;
	overflow-x: hidden;
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 30px;
}

.header .site-icon-container {
	display: inline-block;
}

.header .site-icon-container img {
	max-height: 54px;
	width: auto;
}

.header .site-name img {
	height: 100px;
}

.header .header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header .header-menu ul li {
	display: inline-block;
	padding: 0 25px;
}

.header .header-menu ul li.active a {
	color: #4541FF;
}

.header .header-menu ul li a {
	color: #4541FF;
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 600;
	height: 100px;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.header .header-menu ul li a:hover {
	color: #4541FF;
}

.container {
	max-width: 1200px;
}

.text-primary {
	color: #3E3F5E !important;
}

.services-search {
	position: relative;
}

.services-search .ss-input {
	position: relative;
	height: 40px;
	border-radius: 5px;
	background: #F8F8F8;
	border: 1px solid #f8f8f8;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: #C9C9C9;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.services-search .ss-input:focus {
	border: 1px solid #ebe8e8;
	outline: none;
}

.input-group-btn .dropdown-menu {
	left: auto;
	right: 0;
	width: 350px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.input-group-btn .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none
}

.input-group-btn .dropdown-menu>li>a:hover {
	color: #185bdc
}

.table td {
	border-bottom: 2px solid #E5E7E8;
}

.table td,
.table th {
	border-top: none;
}

.table thead {
	font-size: 14px;
	color: #576591;
	font-weight: 600;
}

.table tbody {
	font-size: 16px;
	color: #464E77;
	letter-spacing: .2px;
	font-weight: 400;
}

.services-header {
	border: none;
}

.services-header td {
	border: none;
}

.services-header .services-title {
	border-radius: 10px;
	background: #262a35;
	min-height: 52px;
	font-size: 16px;
	padding: 11px 24px;
	line-height: 30px;
	font-weight: 600;
	width: 100%;
	color: #fff;
}

.filter-btns {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: -4px;
}

.filter-btns>div {
	padding-left: 4px;
	padding-right: 4px;
}

.filter-btns .filter-btn {
	padding: 12px 18px;
	font-size: 12px;
	color: #646A8C;
	font-weight: 500;
	margin: 6px 0;
	display: block;
	border-radius: 6px;
	background: #F8F8F8;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	text-decoration: none !important;
}

.filter-btns .filter-btn:hover {
	background: #E2E8F5;
}

.filter-btns .filter-btn.active {
	background: -webkit-gradient(linear, left top, right top, from(#2341BB), to(#214BF3)) #214BF3;
	background: linear-gradient(to right, #2341BB, #214BF3) #214BF3;
	color: #fff;
}

.filter-btns .filter-btn .icon {
	margin-right: 8px;
	font-size: 14px;
}

.filter-search {
	border-radius: 6px;
	background: #FFAB5A;
	color: #fff;
	position: relative;
	display: block;
	margin: 6px 0;
}

.filter-search:focus-within {
	outline: 2px solid #214BF3;
}

.filter-search .fise-input {
	outline: none;
	border: none;
	background: transparent;
	padding: 12px 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: calc(100% - 41px);
	position: relative;
}

.filter-search .fise-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-btn {
	border: none;
	outline: none;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}

.filter-search .fise-btn i {
	height: 20px;
}

.addf-text {
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 27px;
	font-weight: 500;
	color: #A8A8A8;
}

.addf-text p {
	margin-bottom: 1.8rem;
}

.addf-text .dear-text {
	font-size: 17px;
	color: #373737;
	font-weight: 600;
}

.addf-warning {
	font-size: 12px;
	color: #616685;
	letter-spacing: .8px;
}

.addf-warning span {
	color: #1B5BE0;
	font-weight: 600;
}

.addf-warning i {
	color: #1B5BE0;
	font-size: 16px;
	margin-right: 4px;
}

.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #151722;
	background-color: #fff;
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 12px;
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: #ff2f63;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
	display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
	display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 20px;
	font-weight: 500;
	color: #151722;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #151722;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.tos-navs .nav-item {
	display: inline-block;
}

.tos-navs .nav-item.nav-link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-align: center;
	margin: 0 10px;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	min-width: 200px;
	font-weight: 600;
	padding: 18px 23px;
	margin-bottom: 20px;
	background-color: rgb(36, 43, 53, 0.1);
	color: rgb(36, 43, 53, 1);
	border-radius: 5px;
	font-size: 600;
}

.tos-navs .nav-item.nav-link.active {
	background-color: #262a36;
	color: #fff;
}

.tos-navs .nav-item.nav-link:hover {
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

pre.code {
	border-radius: 10px;
	background-color: rgb(36, 43, 53, 0.1);
	color: rgb(36, 43, 53, 1);
	padding: 24px;
}

@media (max-width: 767.98px) {
	.container-fluid {
		margin-bottom: 100px;
		padding: 0 15px !important;
	}
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid #eee;
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: 15px;
		margin-right: 15px;
		background: #fafafa;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
		font-size: 13px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #000;
		font-weight: 500;
		display: block;
	}
	.app-sidebar {
		left: -100px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
		left: 0px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 40px 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: block;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar .app-user .user-avatar>.the-avatar {
		width: 40px !important;
		height: 40px !important;
	}
	.app-sidebar .app-user .user-avatar .avatar-badge {
		display: none !important;
	}
	.app-sidebar .app-user .user-avatar .the-avatar-bg-bt {
		display: none !important;
	}
	.app-sidebar .app-user .user-avatar .the-avatar-bg {
		display: none !important;
	}
	.app-sidebar .app-user .user-name {
		display: none;
	}
	.app-sidebar .app-user .user-balance {
		display: none;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 0px !important;
	}
	.app-header {
		left: 0px !important;
	}
	.dash-home-status .dhs-item {
		padding: 10px;
		text-align: center;
		border-radius: 10px
	}
	.dash-home-status .dhs-item .dhs-item--title {
		font-size: 12px
	}
	.dash-home-status .dhs-item .dhs-item--text {
		font-size: 20px
	}
	.top-notice-content p {
		font-size: 12px
	}
	.order-side {
		margin-top: 0
	}
	.d-card .d-card-body {
		padding: 15px
	}
	.p0 {
		padding: 0!important
	}
	.services-search {
		padding: 15px
	}
	.input-group-btn .dropdown-menu>li>a {
		font-size: 12px
	}
	#orderDetail {
		padding: 15px
	}
	#orderDetail .card .card-header h4 {
		font-size: 11px!important
	}
	#orderDetail .card .ordNumber {
		font-size: 12px;
		padding: 5px 15px
	}
	#orderDetail .card .ordStatus {
		font-size: 11px
	}
	#orderDetail .card small {
		font-size: 11px
	}
	#orderDetail .card-body ul li {
		font-size: 11px!important;
	}
	.orderNav {
		padding: 15px
	}
	.orderNav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important
	}
	.dash-list {
		margin-top: 0!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.app-header {
		height: 75px
	}
	.app-header .row-100 {
		height: 75px
	}
	.d-card .d-card-head {
		font-size: 14px;
		margin: auto
	}
	.text-style-2 {
		font-size: 12px
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-head {
		font-size: 15px;
		font-weight: 400
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-content {
		font-size: 13px
	}
	.app-sidebar.sidebar-inact .sidebar-header {
		padding-bottom: 0
	}
	.app-sidebar .sidebar-content {
		padding: 0 0 20px 0
	}
	.app-sidebar .sidebar-menu {
		padding-bottom: 50px;
		margin-top: 25px;
	}
	.tos-navs .nav-item.nav-link {
		width: 100%
	}
}

@media (max-width: 1199.98px) {
	.app-sidebar .sidebar-header .sh-bg {
		background: transparent
	}
	.register-page .register-page-content {
		padding: 25px 0 100px 0!important
	}
	.register-left .rl-text {
		margin-bottom: 25px!important
	}
	.home-head .hl-title {
		font-size: 42px!important
	}
	.home-head {
		padding: 100px 0 0!important
	}
	.home-head,
	.ha-item {
		overflow: hidden
	}
	.home-head .home-head-bg {
		right: -20%!important
	}
	.container-fluid {
		padding: 0 30px;
	}
	.app-sidebar {
		width: 80px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 0 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: block;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar .app-user .user-name {
		display: none;
	}
	.app-sidebar .app-user .user-balance {
		display: none;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 80px;
	}
	.app-header {
		left: 80px;
	}
}

@media (max-width: 1500.98px) {
	.container-fluid {
		padding: 0px 25px;
	}
}

@media (min-width: 1199.98px) {
	.app-sidebar.sidebar-inact {
		width: 80px;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content.sidebar-inact {
		padding-left: 80px;
	}
	.app-header.sidebar-inact {
		left: 80px;
	}
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
	border: none!important;
	margin-top: 15px
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 500;
	font-size: 14px;
	background: #F8F7F7;
	border-bottom: 1px solid #fff;
	color: #464E77;
	text-align: left;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: #fff
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 14px;
}
#serviceItem, #categoryItem {
    white-space: inherit;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    background: #f1eaea;
    border-bottom: 1px solid #fff;
    color: #464E77;
    text-align: left;
    width: 100%;
}
.dropdown button {
	background: #fff;
	border: 1px solid #fff;
	border-top: none!important;
	color: #081521
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-menu {
	transform: translate3d(5px, 35px, 0px)!important;
}

.fab.fa-instagram {
	background: #e1306c;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.fab.fa-facebook-square {
	background: #0169fa;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.fas.fa-cog.fa-spin {
	background: #000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.fas.fa-asterisk {
	background: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.fab.fa-youtube {
	background: #000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitter {
	background: #1da1f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-neos {
	background: #0fd34d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-globe-asia { /* traffic */
	background: #25c100;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-comments { /* comments */
	background: #a04000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-soundcloud {
	background: #ff5836;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-spotify {
	background: #62ffa2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitch {
	background: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-pinterest-p {
	background: #ff5858;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fa.fa-music {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-times-circle {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-tiktok {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-warehouse {
	background: #a62eb1;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-comments {
	background: #551212;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.nav-pills.fastside .nav-link {
	background: rgb(36, 43, 53, 0.1);
	color: rgb(36, 43, 53, 1);
	text-align: center;
	padding: 15px 0;
	border-radius: 18px 0 0 0
}

.nav-pills.fastside .nav-link.second {
	border-radius: 0 18px 0 0!important
}

.nav-pills.fastside .nav-link.third {
    background: #ffdc6b;
    border-radius: 0 0px 0 0!important;
}

.nav-pills.fastside .nav-link.active,
.nav-pills .show>.nav-link {
	background: #03a9f4;
	color: #fff
}

.panel-body {
	background-color: #F8F7F7;
	color: #464E77;
	font-size: 14px;
	border-radius: 18px;
	padding: 10px
}

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	padding: 0;
	-webkit-box-shadow: 0 5px 50px rgb(0 0 0 / 18%);
	box-shadow: 0 5px 50px rgb(0 0 0 / 25%);
}
.app-navbar>.row {
	height: 70px;
}

.app-navbar .navbar-mid-icon {
	margin-top: -40px;
	margin-left: -5px
}

.app-navbar a.active .navbar-icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.app-navbar a.active .navbar-texts {
	color: #03a9f4;
}

.app-navbar a.active i {
	color: #03a9f4
}

.app-navbar i {
	color: #202020
}

.app-navbar .navbar-texts {
	font-size: 10px;
	font-weight: 500;
	color: #202020;
	display: block;
	margin-top: 6px;
}

.sDetayBtn {
	background: #ff2f63;
	color: #fff!important;
	border-radius: 25px;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer
}

.modal-header {
	background: #262a35;
}

.modal-header h4 {
	font-size: 13px;
	color: #fff
}

.modal-body {
	font-size: 13px;
}

#orderDetail .card {
	margin-bottom: 10px;
	border: none
}

#orderDetail .card .card-header {
	padding: 0;
	border: none;
	background-color: #f8f8f8;
	border-radius: 10px;
}

#orderDetail .card .card-header h4 {
	font-size: 14px;
	color: #185BDC
}

#orderDetail .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	cursor: pointer;
	color: #222;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

#orderDetail .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 25px
}

#orderDetail .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}

#orderDetail .card .collapsing {
	background: #fff;
}

#orderDetail .card .collapse.show {
	background: #fff;
	line-height: 24px;
	color: #222;
	border: 1px solid #EFEFEF;
	border-top: 0;
	border-radius: 10px
}

#orderDetail .card-body {
	padding: 5px 15px
}

#orderDetail .card-body ul {
	padding-left: 0
}

#orderDetail .card-body ul li {
	list-style-type: none;
	font-size: 13px
}

.orderNav li a {
	background-color: #e9e9e9;
	color: #202020;
	padding: 12px 8px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.orderNav li a.active,
.orderNav li a:hover {
	background: #ff2f63;
	color: #fff
}

.orderNav li:last-child {
	margin-left: auto;
}

.dfb-search {
	background-color: #e9e9e9;
	color: #fff;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.dfb-search .dfb-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 0 14px;
	min-width: 250px
}

.dfb-search i {
	color: #fff
}

.dfb-search .dfb-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: #03a9f4;
	color: #fff;
}

.ticket-message-right .ticket-message {
	background: rgb(255, 171, 90, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-message-left .ticket-message {
	background: rgb(27, 91, 224, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ref-item {
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0
}

.ref-item.d-blue {
	background: #E5EEFF;
	border-radius: 25px;
	padding: 15px 25px;
	color: #2258BF
}

.ref-item i {
	color: #FFAB5A;
	font-size: 20px;
}

.ref-item .the-title {
	font-weight: bold
}

.rep-title h3 {
	font-size: 18px;
	font-weight: 600
}

#sssTab .faq-ss-tabs .home-ss-tab {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #f5f5f5
}

#sssTab .home-ss-tab .col {
	font-size: 16px
}

#sssTab .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	font-size: 16px
}

.noorders {
	text-align: center
}

.noorders .smiley {
	max-width: 175px
}


/* dark mod */

.darkMode {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0;
}

.darkMode:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.darkMode i {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.darkMode i.fa-moon {
	color: rgba(255, 106, 39, 1)
}

.darkMode i.fa-sun span {
	color: #fff
}

.darkMode i.fa-sun {
	color: #ffbf00
}

.darkMode i span {
	color: #404040
}

body i.fa-moon,
body.light i.fa-moon {
	display: block
}

body i.fa-sun,
body.light i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: block
}

body.dark,
body.dark .app-content {
	background: #0f1017
}

body.dark .app-sidebar {
	background: #151722
}

body.dark .app-header {
	background: #151722;
	border-left: 1px solid #0f1017;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link {
	color: #efefef
}

body.dark .app-sidebar .sidebar-menu li.active>a.menu-link {
	background: rgb(255, 47, 99, 0.1);
	color: #03a9f4;
	font-weight: 600;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link:hover {
	background: rgb(255, 47, 99, 0.1);
	color: #03a9f4;
}

body.dark .app-sidebar .sidebar-header .app-user .user-name {
	color: #7f89b7
}

body.dark .app-navbar {
	background: #0f1017;
	-webkit-box-shadow: 0 5px 50px rgb(46 48 63);
	box-shadow: 0 5px 50px rgb(46 48 63);
}

body.dark .app-navbar i,
body.dark .app-navbar .navbar-texts {
	color: #fff;
}

body.dark .app-navbar a.active i,
body.dark .app-navbar a.active .navbar-texts {
	color: #2c5df8;
}

body.dark .app-header .hea-ann-title {
	background: #03a9f4;
}

body.dark .close-sidebar-btn {
	background: #151722;
	border-color: #0f1017;
}

body.dark .d-card {
	background: #151722;
	color: #fff
}

body.dark .form-group .form-control,
body.dark .panel-body {
	background: #13151e;
	color: #7f89b7
}

body.dark .form-group label {
	color: #fff
}

body.dark .nav-pills.fastside .nav-link {
	background: rgb(255, 47, 99, 0.1);
	color: #ff2f63;
}

body.dark .nav-pills.fastside .nav-link.active,
body.dark .nav-pills .show>.nav-link {
	background: #03a9f4;
	color: #fff
}

body.dark .tab-pane .notification li {
	background: #0f1017;
	border-color: #0f1017
}

body.dark .tab-pane .notification li .text,
body.dark .tab-pane .notification li .title a {
	color: #7f89b7
}

body.dark .tab-pane .notification li .date {
	color: #464E77
}

body.dark #order-sItem,
body.dark #order-cItem {
	background: #13151e;
	color: #7f89b7;
	border-color: #232842
}

body.dark #order-sItem:hover,
body.dark #order-cItem:hover {
	background: #232842;
}

body.dark .table td,
body.dark .table thead th {
	border-color: #0f1017
}

body.dark .table tbody {
	color: #fff
}

body.dark .services-search .ss-input {
	background: #0f1017;
	border-color: #0f1017
}

body.dark .input-group-btn .dropdown-menu {
	background: #0f1017;
}

body.dark .input-group-btn .dropdown-menu a {
	color: #7f89b7
}

@media (max-width: 767.98px) {
	body.dark .table-mobile-cards tr.table-mobile-card {
		background: #0f1017;
		border-color: #232842
	}
}

body.dark .table-mobile-cards tr.table-mobile-card td::before {
	color: #fff
}

body.dark .form-group .input-group .input-group-prepend .input-group-text {
	background: #162851
}

body.dark .orderNav li a {
	background: rgb(255, 47, 99, 0.1);
	color: #03a9f4;
}

body.dark .orderNav li a.active,
body.dark .orderNav li a:hover {
	background: #03a9f4;
	color: #fff
}

body.dark .dfb-search .dfb-input {
	background: #0f1017;
}

body.dark .dfb-search .dfb-submit {
	background: #03a9f4;
}

body.dark .card {
	background: #0f1017;
	border-radius: 10px!important
}

body.dark #orderDetail .card .card-header {
	background: #0f1017;
}

body.dark #orderDetail .card .card-header .ordNumber {
	color: #fff
}

body.dark #orderDetail .card .card-header small {
	color: #7f89b7
}

body.dark #orderDetail .card .card-header .btn-header-link:after {
	color: #7f89b7
}

body.dark #orderDetail .card-body,
body.dark #orderDetail .card .collapse.show {
	background: #0f1017;
	color: #fff;
	border: transparent
}

body.dark .ref-item,
body.dark .table-bordered {
	border-color: #0f1017
}

body.dark .ref-item.d-blue {
	background: #162851;
	color: #fff
}

body.dark .ref-item i {
	color: #fff
}

body.dark .d-card .d-card-head {
	color: #7f89b7
}

body.dark .dc-blue {
    background: -webkit-gradient(linear, left top, right top, from(#03a9f4), to(#03a9f4)) #03a9f4;
    background: linear-gradient(to right, #03a9f4, #2196f3) #03a9f4;
	color: #fff;
}

body.dark .dc-orange {
	background: -webkit-gradient(linear, left top, right top, from(#151722), to(#151722)) #151722;
	background: linear-gradient(to right, #151722, #151722) #151722;
	color: #fff;
}

body.dark pre.code {
	background: rgb(255, 47, 99, 0.1);
	color: #ff2f63;
}

body.dark .faq-ss-tabs .home-ss-tab {
	background: #151722;
}

body.dark .faq-ss-tabs .home-ss-tab .col {
	color: #fff!important
}

body.dark .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #162851
}

body.dark .modal-body,
body.dark .modal-footer {
	background: #0f1017;
	color: #7f89b7;
}

body.dark .modal-header,
body.dark .modal-footer {
	border-color: #232842
}

body.dark .card-box-top p {
	color: #fff
}

body.dark .sDetayBtn {
	background: rgb(255, 47, 99, 0.1);
	color: #ff2f63!important;
}

body.dark .tos-navs .nav-item.nav-link {
	background: rgb(255, 47, 99, 0.1);
	color: #ff2f63;
}

body.dark .tos-navs .nav-item.nav-link.active {
	background: rgb(255, 47, 99, 1);
	color: #fff;
}

body.dark #sssTab .faq-ss-tabs .home-ss-tab {
	border-color: #0f1017
}

.home-body {
	background: #F7F8FC;
	max-width: 100%;
	overflow-x: hidden;
}

.home-head {
	position: relative;
	padding: 50px 0 100px;
}

.home-head.outside {
	height: 200px
}

.home-head .home-head-bg {
	background-image: url(https://storage.perfectcdn.com/2x8ce3/ntbz0noaetw2gahc.png), -webkit-gradient(linear, left top, right top, from(#004df1), to(#004df1)) #004df1;
	background-image: url(https://storage.perfectcdn.com/2x8ce3/ntbz0noaetw2gahc.png), linear-gradient(to right, #0029b5, #004df1);
	background-size: cover;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: -10%;
	top: -30%;
	border-radius: 0;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-repeat: no-repeat;
}

.home-head .home-head-content {
	padding: 160px 0 50px;
	color: #fff;
}

.home-head .hh-left-badge {
	background: #3ea6ff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	border-radius: 25px;
	padding-right: 10px;
}

.home-head .hh-left-badge .hhlb-icon {
    background: #007bff;
	color: #fff;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.home-head .hh-left-badge .hhlb-text {
	padding: 10px 14px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px;
}

.home-head .hl-title {
	font-size: 50px;
	line-height: 64px;
	font-weight: 600;
	margin-top: 58px;
	margin-bottom: 30px;
	color: #fff;
}

.home-head .hl-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.hl-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-left: -8px;
	margin-right: -8px;
}

.hl-btns>a {
	margin: 8px;
}

.loginSide .round {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: #a9b4fc;
	opacity: 0.07;
	position: absolute;
	top: -50px;
	left: -150px;
	z-index: 1;
}

.loginSide {
	position: relative;
}

.loginSide .login-box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	border-radius: 30px;
	padding: 54px 44px;
	position: relative;
	z-index: 20 !important;
	color: #3E3F5E;
}

.loginSide .login-box .lgb-title {
	font-size: 26px;
	font-weight: 700;
	color: #302F45;
	margin-bottom: 24px;
}

.loginSide .login-box .lgb-text {
	color: #AFB0C0;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 38px;
}

.loginSide .login-box .fc-home {
	border-radius: 10px;
	border: 1px solid #DEDEEA;
	position: relative;
	width: 100%;
	margin-bottom: 34px;
	padding: 0px 0px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	height: 52px;
}

.loginSide .login-box .fc-home label {
	font-size: 12px;
	color: #AFB0C0;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	position: absolute;
	top: -11px;
	left: 15px;
	z-index: 3;
}

.loginSide .login-box .fc-home label .label-text {
	z-index: 3;
	position: relative;
}

.loginSide .login-box .fc-home label::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 9px;
	width: 100%;
	background: #fff;
	height: 2px;
}

.loginSide .login-box .fc-home input {
	font-size: 15px;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	color: #3E3F5E;
	padding: 0 25px;
	background: transparent !important;
	border-radius: 9px;
}

.loginSide .login-box .fc-home:focus-within {
	border-color: #3E3F5E;
}

.text-primary {
	color: #3E3F5E !important;
}

.frgpass {
	text-decoration: none;
	color: #302F45;
	font-size: 14px
}

.frgpass:hover {
	color: #3E3F5E;
}

.home-menu-btn {
	display: none;
}

.home-menu-btn {
	margin-top: -40px;
	z-index: 1030;
	position: fixed;
	right: 30px;
}

.form-check-label {
	font-size: 14px;
	color: #302F45;
}

@media screen and (max-width: 991.98px) {
	.home-head.outside {
		height: 100px
	}
	.home-head.outside .home-head-bg {
		background: transparent
	}
	.home-info {
		padding: 0!important
	}
	.loginSide .login-box .lgb-title,
	.loginSide .login-box .lgb-text {
		text-align: center
	}
	.app-navbar {
		display: block!important
	}
	.home-menu-btn {
		display: inline-block;
	}
	.header {
		margin-top: 0;
	}
	.header .site-name {
		margin-left: 0
	}
	.header .site-name img {
		height: 60px;
		text-align: center;
	}
	.home-head .home-head-content {
		padding: 5px 0 50px;
	}
	.loginSide .login-box {
		padding: 50px 15px;
	}
	.home-body .app-navbar .navbar-mid-icon {
		margin-left: 0
	}
	.m-flex {
		display: flex;
		justify-content: center;
		background-image: linear-gradient(to right, #ffffff, #262a35);
		background-image: url(https://storage.perfectcdn.com/2x8ce3/ntbz0noaetw2gahc.png), linear-gradient(to right, #0029b5, #004df1);
		background-size: cover;
	}
	.home-head .home-head-bg {	
    background-image: url(https://storage.perfectcdn.com/2x8ce3/ntbz0noaetw2gahc.png), linear-gradient(to right, #0029b5, #004df1);
    background-size: cover;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: -10%;
    top: -30%;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background-repeat: no-repeat;
	}
	.loginSide .round {
		display: none
	}
	.shapeBox {
		display: none!important
	}
	.hs-area {
		margin-top: 40px;
		padding-bottom: 0!important
	}
	.hs-head h1,
	.ha-title h2 {
		font-size: 24px!important;
		line-height: 32px!important
	}
	.ha-item .ha-heading {
		order: -1;
		text-align: center !important;
		margin-bottom: 40px;
	}
	.ha-item .ha-graph::after {
		background-size: 200%;
		width: 100%;
	}
	.ha-item .graphics {
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.ha-item .graphics img {
		max-width: 300px
	}
	.ha-item .graphics img.main-image {
		margin: auto !important;
	}
	.ha-item .graphics span.shadow {
		width: auto !important;
		left: -10% !important;
		right: -10% !important;
	}
	.ha-item .graphics span.shadow:nth-child(2) {
		left: -20% !important;
		right: -20% !important;
	}
	.ha-title .ha-title-icon {
		margin: auto
	}
	.footer {
		margin-top: 0!important
	}
	.footer .footer-top {
		display: none
	}
	.footer .footer-content-bot .footer-content-bot-text {
		text-align: center!important;
		padding-bottom: 20px
	}
	.footer-content-bot-text {
		padding-top: 25px
	}
}

.shapeBox {
	max-width: 1200px;
	margin: auto;
	display: block;
	position: relative;
}

.shape {
	position: absolute;
}

.shape1 {
	left: 50px;
	top: 800px;
	animation: fade-up 2s infinite ease-in-out;
}

.shape2 {
	left: 250px;
	top: 700px;
	animation: fade-up 2.5s infinite ease-in-out;
}

.shape3 {
	left: 450px;
	top: 750px;
	animation: fade-up 3.5s infinite ease-in-out;
}

.ha-item:not(:last-child) {
	margin-bottom: 130px;
}

.ha-item .ha-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-right: auto;
}

.ha-item .ha-heading .section-heading {
	margin: 0;
}

.ha-item .ha-graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.ha-item .ha-graph::after {
	content: "";
	background: #8224e3;
	height: 100%;
	width: 100vw;
	border-radius: 500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -999;
}

.ha-item .graphics {
	position: relative;
	display: inline-block;
	margin-top: , ;
	margin-left: 75px;
}

.ha-item .graphics img.main-image {
	height: 480px;
	border-radius: 25px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.ha-item .graphics span.shadow {
	content: "";
	background: rgba(255, 255, 255, 0.15);
	display: block;
	height: 90%;
	width: 90%;
	border-radius: 25px;
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: -1;
	box-shadow: none !important;
}

.ha-item .graphics span.shadow:nth-child(2) {
	height: 80%;
	width: 80%;
	left: 30%;
}

.ha-item.inverse .ha-heading {
	margin-right: initial;
	margin-left: auto;
	text-align: left;
}

.ha-item.inverse .ha-graph::after {
	left: initial;
	right: 0;
}

.ha-item.inverse .graphics {
	margin-left: auto;
	margin-right: -15px;
}

.ha-item.inverse span.shadow {
	left: initial;
	right: 20%;
}

.ha-item.inverse span.shadow:nth-child(2) {
	left: initial;
	right: 40%;
}

.ha-item .ha-graph::after {
	background-image: linear-gradient(to right, #2389f6 0%, #007bff 50%, #2389f6 100%);
}

@media screen and (max-width: 767.98px) {
	.ha-item .ha-graph::after {
		width: auto;
		height: auto;
		left: 15px !important;
		right: 15px !important;
		padding-top: calc(100% - 30px);
	}
	.ha-item .graphics span.shadow {
		display: none
	}
}

.ha-title .ha-title-icon {
	height: 86px;
	width: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #007bff;
	border-radius: 25px;
	font-size: 56px;
	color: #fff;
}

.ha-title h2 {
	margin: 0;
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.ha-text {
	font-size: 16px;
	line-height: 31px;
	margin-top: 35px;
}

.hs-area {
	padding: 0 0 70px 0;
}

.hs-area .hs-area-owl {
	padding: 40px 0;
}

.hs-area .hs-area-owl .owl-stage-outer {
	position: relative;
	z-index: 1;
}

.hs-area .hsa-item {
	padding: 120px 70px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	border-radius: 40px;
	color: #a1a1a1;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	cursor: pointer
}

.hs-area .hsa-item:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.10);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.10);
	color: #302F45
}

.hs-area .hsa-item:hover .hsi-more {
	color: #000;
	text-decoration: none
}

.hs-area .hsa-item .hsi-icon i {
	font-size: 67px;
}

.hs-area .hsa-item .hsi-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
}

.hs-area .hsa-item .hsi-more {
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 300px;
}

.hs-head {
	text-align: center
}

.hs-head h1 {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.hs-head small {
	font-size: 16px;
	line-height: 31px;
}

.footer {
	position: relative;
	background-color: #193ebe;
	margin-top: 100px;
}

.footer .footer-content {
	padding: 30px 0;
}

.footer .footer-top {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#191c23), to(#0a47be)) #262a36;
	background: linear-gradient(to right, #0029b5, #0a31b7) #0029b5;
	padding: 50px 0;
}

.footer .footer-top .ftgu-text {
	color: #fff;
	font-weight: 500;
	line-height: 140%;
	font-size: 40px;
}

.footer .footer-links {
	font-size: 16px;
}

.footer .footer-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-links ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content-bot .footer-content-bot-text {
	font-size: 11px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
    line-height: 0.1rem;
}


.footer .footer-content-bot .footer-content-bot-text-center {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
  	margin-top:40px;
}

.footer .footer-content-bot .footer-content-bot-text a {
	color: #fff;
}

.register-page {
	background-color: #262a35;
	color: #fff;
	min-height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
background-image: url(https://storage.perfectcdn.com/4y3rwq/g9j1k4kmxzbdrw6n.png), -webkit-gradient(linear, left top, right top, from(#262a35), to(#262a35)) #262a35;
    background-image: url(https://storage.perfectcdn.com/4y3rwq/g9j1k4kmxzbdrw6n.png), linear-gradient(to right, #222229, #262a35);
    background-size: cover;
    left: 0;
    right: -10%;
    top: -30%;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background-repeat: no-repeat;
    background-color: #262a35;
    color: #fff;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-page .register-page-content {
	position: relative;
	padding: 100px 0;
	width: 100%;
}

.register-left {
	text-align: center;
}

.register-left .rl-logo {
	height: 60px;
}

.register-left .rl-text {
	font-size: 16px;
	letter-spacing: -.4px;
	line-height: 175%;
	margin-top: 40px;
}

.register-left .rl-menu {
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

.register-left .rl-menu li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 15px;
}

.register-left .rl-menu li a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

.home-info {
	padding: 50px 0;
}

.home-info .hi-title {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.home-sab-items .hosa-item {
	margin-bottom: 15px;
	background-color: transparent;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgb(255 47 99 / 6%);
	box-shadow: 0px 10px 30px 0px rgb(255 47 99 / 6%);
	padding: 25px 10px;
}

.home-sab-items .hosa-item:hover {
	background: #2196f3;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	cursor: pointer;
}

.home-sab-items .hosa-item:hover .hosa-icon>img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.home-sab-items .hosa-item .hosa-title {
	color: #302F45;
	font-weight: 600;
	font-size: 18px;
	text-align: center
}

.home-sab-items .hosa-item:hover .hosa-title {
	color: #fff
}

.pagination {
	margin: 0;
	padding: 0;
	text-align: center
}

.pagination li {
	display: inline
}

.pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #185BDC;
	margin-right: 5px;
}

.pagination li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.pagination li a.active {
	background-color: #FFAB5A;
	color: #fff
}

.pagination li a:hover:not(.active) {
	background-color: #FFAB5A;
}

.btn.btn-default.btn-xs {
	background: #FFAB5A;
	color: #fff;
	padding: 9px
}

body.dark .app-sidebar .sidebar-header .sh-bg {
	background: transparent
}

.page-head {
	background: #262a35;
	height: 150px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 45px;
	margin-bottom: 25px
}

.page-head-content {
	margin-left: 10px;
	padding-right: 40px;
	line-height: 20px;
	max-width: 550px;
	line-height: 20px;
	font-size: 14px;
}

.page-head-content h1 {
	font-size: 18px;
	font-weight: bold
}

.page-head-content h1 span {
	color: #03a9f4
}

.page-head-title {
	margin-left: auto;
	font-size: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: bold;
	color: #fff
}

@media screen and (max-width: 667px) {
	.page-head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 0;
		height: auto;
		padding-bottom: 15px;
	}
	.page-head-icon {
		display: none;
	}
	.page-head-content {
		margin-left: 0;
		padding: 10px 20px;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.page-head-title {
		display: none;
	}
}

body.dark .page-head {
	background: #13151e
}

.stats {
	max-width: 780px;
	margin: 0 auto;
	height: 140px;
	border-radius: 18px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -80px;
	position: relative;
}

.stats a#go-down {
	background: #2196f3;
	-webkit-box-shadow: 0 0 10px rgba(255, 47, 99, 0.5);
	box-shadow: 0 0 10px rgb(47 144 255 / 74%);
	border-radius: 50%;
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	text-align: center;
	line-height: 41px;
	bottom: -20px;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.stats a#go-down:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.stats .stat-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #464e77;
}

.stats .stat-box-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.stats .stat-box-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.stats .stat-box-desc {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
  .stats {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding-bottom: 40px; 
      margin-top: -15px;
  }
  .stats .stat-box {
        margin: 25px 0;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
  }
}

.no-radius {
	border-radius: 0!important
}

.radius-right {
	border-radius: 0 18px 0 0!important
}

.dh-item {
    border-radius: 20px;
    background-color: #F8F7F7;
    color: #464E77;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
    padding: 15px 30px;
    font-size: 14px
}

.dh-item.dhi-4 .dh-item-icon {
	background-color: #ff2f63;
}

.dh-item .dh-item-icon {
	border-radius: 10px;
	width: 71px;
	height: 71px;
	font-size: 32px;
	line-height: 71px;
	background-color: #185bdc;
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.dh-item .dh-item-icon1 {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	background-color: #185bdc;
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.dh-item .dh-item-title {
	font-size: 16px;
	font-weight: 500;
	color: #464E77;
	margin-bottom: 10px;
}

.dh-item .dh-item-title1 {
	font-size: 16px;
	font-weight: 500;
	color: #464E77;
}

.dh-item .dh-item-text {
	font-size: 10px;
	font-weight: 400;
	color: #6F7896;
	line-height: 22.4px;
	letter-spacing: .2px;
}

.tablepen {
	margin: 0 0 10px;
	width: 100%;
	display: table;
	border: none;
	border-radius: 0 0 3px 3px;
	border-top: none
}

@media screen and (max-width:991.98px) {
	.tablepen {
		display: block
	}
}

.tablepen .sira {
	display: table-row;
	background: #fff;
    color: #202020;
}

.tablepen .sira:nth-of-type(odd) {
	background: #f8f7f7;
	color: #202020
}

.tablepen .sira.headers {
	font-weight: 600;
	color: #fff;
	background: #ff2f63
}

.tablepen .sira.green {
	background: #27ae60
}

.tablepen .sira.blue {
	background: #2980b9
}

.table-m-header {
	display: none
}

@media screen and (max-width:991.98px) {
	.table-m-header {
		display: block;
		text-align: center;
		padding-top: 7px
	}
	.tablepen .sira {
		padding: 0 0 5px;
		display: block
	}
	.tablepen .sira.headers {
		height: 35px
	}
	.tablepen .sira.headers .hucre {
		display: none
	}
	.tablepen .sira .hucre {
		margin-bottom: 10px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	.tablepen .sira .hucre:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #969696;
		display: block;
		margin-top: 15px
	}
}

.tablepen .hucre {
	padding: 6px 12px;
	display: table-cell;
	border-top: 1px solid #d0c7c7;
	font-size: 12px;

}

.hucre:nth-child(1) {
	border-left: none !important;
}

.border-text,
.repw {
	display: block
}

@media screen and (max-width:991.98px) {
	.tablepen .hucre {
		padding: 2px 16px;
		display: block
	}
    .nav-pills.fastside .nav-link {
      font-size: 11px
    }
}

body.dark .dh-item {
    background-color: #13151e;
    color: #fff;
}

body.dark .tablepen .sira {
    background: #13151e;
    color: #fff;
}

body.dark .tablepen .sira:nth-of-type(odd) {
    background: #151722;
    color: #fff;
}

body.dark .tablepen .hucre {
    border-color: #2a2d3c;
}

.datepicker.dropdown-menu {
	width: auto!important
}

.custom-control-input {
	position: relative!important;
	opacity: 1!important;
	z-index: 1!important
}


.btn-talep {
background: #ff2f63;
    color: #fff;

}


.ftr {
   padding: 1px 10px;
 
    -webkit-transition: .14s ease;
    transition: .14s ease;


}


.alert.alert-talep {
    background-color: #03a9f4;
    color: #ffffff !important;
}



.fityoutube {
	background-image: linear-gradient( 183deg , #ff577c, #ff0031);
	padding: 15px 10px 15px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fityoutube:hover {
	background-image: linear-gradient( 183deg , #ff6f8f, #ff0031);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fityoutube .fab.fa-youtube-square {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 28px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
    text-align: -webkit-center;
}

.fitinst {
	background: linear-gradient(200deg, #fe44ff, #ff3f3f, #ffff37);
	padding: 15px 10px 10px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitinst:hover {
	background: linear-gradient(200deg, #fe63ff, #ff4c4c, #ffff37);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitinst .fab.fa-instagram {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
    text-align: -webkit-center;
}


.fittelegram {
	background: linear-gradient(200deg, #44cdff, #3f7eff, #37b5ff);
	padding: 18px 10px 10px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fittelegram:hover {
	background: linear-gradient(200deg, #62d5ff, #6598ff, #37b5ff);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fittelegram .fab.fa-telegram-plane{
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
}


.fittwit {
	background: linear-gradient(200deg, #44cdff, #3fafff, #3790ff);
	padding: 17px 10px 10px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fittwit:hover {
	background: linear-gradient(200deg, #59d3ff, #5bbbff, #3790ff);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fittwit .fab.fa-twitter {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
}

.fitfacebook {
	background: linear-gradient(200deg, #44cdff, #3fafff, #3790ff);
	padding: 17px 10px 10px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitfacebook:hover {
	background: linear-gradient(200deg, #59d3ff, #5bbbff, #3790ff);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitfacebook .fab.fa-facebook-square {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
}


.fittiktok {
	background: linear-gradient(200deg, #898989, #4c4c4c, #262626);
	padding: 17px 10px 10px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fittiktok:hover {
	background: linear-gradient(200deg, #9e9c9c, #595858, #2d2d2d);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fittiktok .fab.fa-tiktok {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
}

.fitspin {
	background: linear-gradient(200deg, #7DCE13, #5BB318, #2B7A0B);
	padding: 17px 10px 10px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitspin:hover {
	background: linear-gradient(200deg, #5e9b0e, #428212, #1f5908);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitspin .fas.fa-cog.fa-spin {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
}

.fitetc {
	background-image: linear-gradient( 183deg ,#916BBF, #3D2C8D, #1C0C5B);
	padding: 15px 10px 15px 10px;
	border-radius: 14px;
	width: 100%;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitetc:hover {
	background-image: linear-gradient( 183deg ,#6f5392, #2b1f61, #13083f);
	border-radius: 14px;
	display: block;
	margin-right: 5px;
	text-align: -webkit-center;
}

.fitetc .fab.fa-neos {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 28px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: none;
}

/*------------------------
    Font CSS
-------------------------*/
@font-face {
    font-family: 'Freesentation-1Thin';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-2ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-6SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-7Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation-9Black';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroM';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ppt-1 {
    font-family: 'Freesentation-1Thin', sans-serif !important;
}

.ppt-2 {
    font-family: 'Freesentation-2ExtraLight', sans-serif !important;
}

.ppt-3 {
    font-family: 'Freesentation-3Light', sans-serif !important;
}

.ppt-4 {
    font-family: 'Freesentation-4Regular', sans-serif !important;
}

.ppt-5 {
    font-family: 'Freesentation-5Medium', sans-serif !important;
}

.ppt-6 {
    font-family: 'Freesentation-6SemiBold', sans-serif !important;
}

.ppt-7 {
    font-family: 'Freesentation-7Bold', sans-serif !important;
}

.ppt-8 {
    font-family: 'Freesentation-8ExtraBold', sans-serif !important;
}

.ppt-9 {
    font-family: 'Freesentation-9Black', sans-serif !important;
}

.eng {
    font-family: 'SBAggroM', sans-serif !important;
}

.text-07 {
    font-size: 0.7rem;
}

.text-08 {
    font-size: 0.8rem;
}

.text-09 {
    font-size: 0.9rem;
}

.text-1 {
    font-size: 1rem;
}

.text-12 {
    font-size: 1.2rem;
}

.text-15 {
    font-size: 1.5rem;
}

.text-2 {
    font-size: 2rem;
}

.text-25 {
    font-size: 2.5rem;
}

.text-3 {
    font-size: 3rem;
}

.text-4 {
    font-size: 4rem;
}

/* 모바일 화면에서 폰트 크기 조정 */
@media (max-width: 768px) {
    .text-07 {
        font-size: 0.6rem;
    }

    .text-08 {
        font-size: 0.7rem;
    }

    .text-09 {
        font-size: 0.8rem;
    }

    .text-1 {
        font-size: 0.9rem;
    }

    .text-12 {
        font-size: 1rem;
    }

    .text-15 {
        font-size: 1.3rem;
    }

    .text-2 {
        font-size: 1.5rem;
    }

    .text-25 {
        font-size: 2rem;
    }

    .text-3 {
        font-size: 2.5rem;
    }

    .text-4 {
        font-size: 3.5rem;
    }
}

/*------------------------
    Color CSS
-------------------------*/
.bg-light-gray {
    background-color: #f9f9f9;
}

.bg-gray {
    background-color: #e3e8f2;
}

.bg-white {
    background-color: #fff;
}

.purple {
    color: #4542ff;
}

.bg-purple {
    background-color: #4542FF;
}

.instagram {
    color: #ee539e;
}

.tiktok {
    color: #212121;
}

.youtube {
    color: #ff0000;
}

.facebook {
    color: #4a6ea9;
}

.twitter {
    color: #03a9f4;
}

.naver {
    color: #03CF5D;
}

.kakao {
    color: #e7d424;
}

.bg-kakao {
    background-color: #ffeb3b;
}

/*------------------------
    Button CSS
-------------------------*/
.btn-purple,
.btn-outline-purple:hover,
.btn-purple:hover {
  	background: none !important;
    background-color: #4541FF !important;
    color: #FFFFFF !important;
    transition: background-color 0.5s ease !important;
}

.btn-outline-purple {
    background: none !important;
    border: 1px solid #4541FF !important;
    color: #4541FF !important;
    transition: background-color 0.5s ease !important;
}

/*------------------------
    Index CSS
-------------------------*/
body {
    font-family: 'Freesentation-4Regular', sans-serif;
}

.divider::after {
    content: '';
    top: calc(50% - 15px);
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: white;

}

.sec2 {
    padding: 15vh 0;
}

.homeOrderSwiper {
    height: 450px;
}

@media (max-width: 768px) {
    .sec2 {
        padding: 5vh 0;
    }

    .homeOrderSwiper {
        height: 300px;
    }
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /*gap: 20px;*/
    /*padding: 20px;*/
    gap: 10px;
    padding: 10px;
    justify-items: center;
}

/* 각 카드 스타일 원본
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /*border-radius: 20px; !* 둥근 모서리 *!*/
/*    border: 0;
    /*padding: 30px 20px;*/
/*    padding: 10px;
    /*width: 120px;*/
    /*height: 120px;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  !* 그림자 *!*/
    /*background-color: #212529FF;*/
    /*color: #FFFFFF;*/
/*}*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card a {
    text-decoration: none;
    color: #000000;
}

/* 카드 내 이미지 스타일 */
.card img {
    width: 40%; /* 아이콘 크기 */
    /*height: 65px;*/
    margin-bottom: 15px;
}


/* 반응형 설정: 작은 화면에서 한 줄에 2개씩 */
@media (max-width: 600px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
    }

    /* 카드 내 이미지 스타일 */
    .card img {
        width: 60%; /* 아이콘 크기 */
        /*height: 65px;*/
        margin-bottom: 15px;
    }
}

/* 반응형 설정: 중간 크기 화면에서 한 줄에 3개씩 */
@media (min-width: 601px) and (max-width: 1024px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .feat-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 4개의 열 */
        gap: 20px; /* 각 카드 간의 간격 */
    }
}


.feat-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 4개의 열 */
    gap: 20px; /* 각 카드 간의 간격 */
}
/* 반응형 설정: 큰 화면에서 한 줄에 6개씩 */
@media (min-width: 1025px) {
    .card-container {
        grid-template-columns: repeat(6, 1fr);
    }

    .feat-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4개의 열 */
        gap: 20px; /* 각 카드 간의 간격 */
    }
}


.feat-container .img-box {
    width: 50px;
    height: 50px;
    padding: 5px;
    background-color: #e3e8f2;
    position: relative;
    border-radius: 10px;
}

.feat-container .img-box img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
}


.homeRecomSwiper .swiper-slide {
    overflow: hidden;
}

.homeRecomSwiper img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.homeRecomSwiper .swiper-slide {
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 1;
}

.homeRecomSwiper .swiper-slide-active {
    background-color: #4542ff;;
    border: 1px solid #4542ff;
    color: #FFFFFF;
    transform: scale(1.3) !important; /* 활성 슬라이드를 5% 정도 확대 */
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 10;
}

.homeRecomSwiper .swiper-slide-active img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 15%;
}

.homeRecomSwiperContainer {
    position: relative;
}

.homeRecomSwiperContainer .swiper-button-next,
.homeRecomSwiperContainer .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: white; /* 버튼 배경색 */
    border: 1px solid #ddd; /* 테두리 */
    border-radius: 50%; /* 원형으로 만들기 */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 */
    cursor: pointer;
}

.homeRecomSwiperContainer .swiper-button-next {
    right: -20px;
}

.homeRecomSwiperContainer .swiper-button-prev {
    left: -20px;
}

/* 버튼 안의 화살표 크기 및 색상 */
.homeRecomSwiperContainer .swiper-button-next::after,
.homeRecomSwiperContainer .swiper-button-prev::after {
    font-size: 16px;
    color: #4542ff;
    font-weight: 900;
}

/* 버튼 hover 효과 */
.homeRecomSwiperContainer .swiper-button-next:hover,
.homeRecomSwiperContainer .swiper-button-prev:hover {
    background-color: #f1f1f1; /* hover 시 배경색 */
    border-color: #ccc;
}

.review-text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
}


.homeReviewSwiper {
    position: relative;
    overflow: visible; /* 슬라이드가 커질 때 주변 공간 확보 */
}

.homeReviewSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease; /* 애니메이션 추가 */
    z-index: 1;
}

/* 활성화된 슬라이드의 스타일 */
.homeReviewSwiper .swiper-slide-active {
    background-color: #333; /* 활성 슬라이드 배경색 */
    color: white; /* 텍스트 색상 */
    transform: scale(1.3) !important; /* 활성 슬라이드를 5% 정도 확대 */
    z-index: 10; /* 다른 슬라이드 위에 표시되도록 */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.homeReviewSwiper .swiper-slide-active {
    background-color: #333; /* 활성 슬라이드 배경색 변경 */
    color: white; /* 텍스트 색상 변경 */
    transform: scale(1.05); /* 활성 슬라이드를 살짝 키움 */
}

.homeReviewSwiper .swiper-slide-active .review-text {
    color: white; /* 텍스트 색상 */
}

.homeReviewSwiper .swiper-slide-active .reviewer-name,
.homeReviewSwiper .swiper-slide-active .reviewer-role,
.homeReviewSwiper .swiper-slide-active .star-rating {
    color: white; /* 텍스트 및 기타 정보 색상 변경 */
}

/*# sourceMappingURL=main.css.map */





/*just copy */



@charset "utf-8";
/* CSS Document */
.full-img { position:relative;}
.full-img img{ width:100%; height:auto; position:relative; z-index:2;}

.form-control {
    background: #F6F6F6 !important;
    color: #000000 !important;
}

.form-select {
    background: #F6F6F6 !important;
    color: #000000 !important;
}

.form-control-search {
    background: #FFFFFF !important;
}

#page{ overflow:hidden; background:#F4F7FE; min-height:100vh; color:#020E21; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.ratio .full-img{min-width:initial; position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; flex:0 0 auto; display:flex;}
.ratio .full-img img{flex:1 1 auto; align-self:center; justify-self:center; object-fit:cover; height:100%; min-width:100%; width:auto;}
.image-fit{min-width:initial; position:relative; overflow:hidden; flex:0 0 auto; display:flex;}
.image-fit img{flex:1 1 auto; align-self:center; justify-self:center; object-fit:cover; height:100%; min-width:100%; width:auto;}
.font-14{ font-size:14px;}
html, body { width:100%; height:100%;}
.main { flex-grow:1;}
.footer {flex-shrink:0;}
.social-cat.hide{ display:none;}
#page small{ font-size:12px;}
.color-light{ color:rgba(2, 14, 33, 0.61);}
.box-content .form-check-input{width:20px; height:20px; margin:0; background:rgba(232, 239, 251, 1); border-color:rgba(246, 246, 246, 1); border-right:4px;}
.box-content .form-check{ line-height:20px; padding-left:32px;}
.box-content .form-check label{ display:block; line-height:20px;}
.box-content .form-check .form-check-input{  margin-left:-32px;}
.box-content .form-check-input:checked[type="checkbox"]{ background-image:url(images/check.png); background-repeat:no-repeat; background-position:center; background-size:14px;}
.box-content .form-control + small{ display:block; padding-top:8px;}

.header-sm{ position:fixed; background:#fff; border-bottom:1px solid #E8E8E8; padding:0 30px; height:90px; top:0; left:0; right:0; z-index:99;}
.header-sm .ham-icon{width:57px; height:41px; right:16px; background:url(images/ham-icon-lt.svg); padding:0; border:none;}
.header-sm .search-icon{ height:30px; width:30px; color:#2B3674; background:none; border:none;}
.sidebar{ width:273px; border-right:1px solid #E8E8E8; position:fixed; height:100%; top:0; left:0; bottom:0; display:flex; flex-direction:column; background:#fff; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; z-index:100;}
.sidebar .sidebar-header{ border-bottom:1px solid #E8E8E8; height:110px; display:flex; flex-shrink:0; padding:0 38px;}
.sidebar .sidebar-body{flex:1 1 auto; overflow-y:auto; padding:14px 0;}
.sidebar .sidebar-body nav ul{ margin:0; padding:0; list-style:none;}
.sidebar .sidebar-body nav ul li a{ height:62px; text-decoration:none; position:relative; color:#0C0C0D; padding-left:35px;}
.sidebar .sidebar-body nav ul li a span{ margin-right:16px;}
.sidebar .sidebar-body nav ul li a:hover, .sidebar .sidebar-body nav ul li.active a{ background:#F8F8F8; color:var(--bs-orange); font-weight: 600;}
.sidebar .sidebar-body nav ul li a:hover:before, .sidebar .sidebar-body nav ul li.active a:before{ content:''; position:absolute; left:0; border-radius:0px 8px 8px 0px; background:#F15E24; height:40px; width:6px; margin-top:-20px; top:50%;}
.sidebar .sidebar-body button{ height:36px; width:190px; text-align:center; display:block; margin:6px auto; border-radius:6px; background:#F8F8F8; border:none; color:#020E21; font-weight:500;}
.sidebar .sidebar-body button[aria-expanded="false"]{background:#F8F8F8;}
.sidebar .sidebar-body button[aria-expanded="true"]{background:var(--bs-orange); color:#fff;}
.sidebar .sidebar-body .card{ padding:0; border:none; border-radius:0; background:none;}
.sidebar .sidebar-header .ham-icon{width:57px; height:41px; position:absolute; right:16px; background:url(images/ham-icon-lt.svg); padding:0; border:none; position:absolute; top:50%; margin-top:-20px;}

.body-wrapper{ padding-left:273px; color:#020E21; -moz-transition:all 0.5s ease;  -webkit-transition:all 0.5s ease;  -o-transition:all 0.5s ease; transition:all 0.5s ease; min-height:100vh;}
.body-wrapper .header{border-bottom:1px solid #E8E8E8; background:#FFF; height:110px; padding:0 30px; position:fixed; top:0; left:273px; right:0; z-index:100; -moz-transition:all 0.5s ease;  -webkit-transition:all 0.5s ease;  -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.body-wrapper .header ul{ margin:0; padding:0; list-style:none; display:flex;}
.body-wrapper .header ul li{ padding:10px 15px; background:#EDF8FD; border-radius:10px; font-size:14px; color:#707EAE; display:flex; align-items:center; font-weight:500}
.body-wrapper .header ul li .material-symbols-sharp{ font-size:18px; margin-left:6px;}
.body-wrapper .header ul li strong{ font-weight:700; margin-right:3px;}
.body-wrapper .header ul li + li{ margin-left:24px;}
.body-wrapper .header .action-div{background:#F8F8F8;  border-radius:30px; padding:10px; display:flex; align-items:center; margin-left:auto;}
.body-wrapper .header .action-div div.search { width:248px;}
.body-wrapper .header .action-div div.search .form-control{ padding:0 0 0 40px; height:41px; border:none; border-radius:30px; background-image:url(images/search-icon.svg); background-repeat:no-repeat; background-position:20px 50%; font-size:14px;}
.body-wrapper .header .action-div .button-action{display:flex; align-items:center; margin-left:10px;}
.body-wrapper .header .action-div .button-action button{ border:none; background:none; color:#707EAE; padding:0; height:30px; width:30px; line-height:30px; display:flex; align-items:center; justify-content:center;}

.sidebar.active{ left:-273px;}
.body-wrapper .header.active{ left:0;}
.body-wrapper.active{ padding-left:0;}

.main-wrapper{ padding:140px 30px 30px; min-height:100vh; display:flex; flex-direction:column; align-items:stretch;}
.page-title h1{ font-size:34px; color:#2B3674;}
.page-title .breadcrumb{ font-size:14px; margin-bottom:6px; color:#707EAE;}
.page-title .breadcrumb-item a, .page-title .breadcrumb-item.active a, .page-title .breadcrumb-item.active{ color:#707EAE; text-decoration:none;}

.box-card .card{ border-radius:6px; border:2px solid #ECEEF6; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.box-card .card .card-header{background:#F6F6F6; border-radius:6px 6px 0 0; border-color:#ECEEF7; border-width:2px;}
.box-card .card .card-header .d-md-flex{ min-height:50px;}
.box-card .card .card-header .hide-btn{border-radius:6px; border:1px solid #ECEEF7; background:#FFF; height:40px; padding:0 16px; display:flex; align-items:center; margin-left:auto; color:#A6B8C6; font-size:13px;}
.box-card .card .card-header .hide-btn .material-symbols-sharp{ font-size:16px;}
.box-card .card .card-header .hide-btn div{ display:flex; align-items:center;}
.box-card .card .card-header .hide-btn div + div{ display:none;}
.box-card .card .card-header .hide-btn.active div{ display:none; align-items:center;}
.box-card .card .card-header .hide-btn.active div + div{ display:flex;}

.box-card .card .card-header h6{ font-weight:600; color:#707EAE;}
.social-btn a{border-radius:10px; background:#F6F6F6; height:58px; color:#707EAE; font-size:14px; font-weight:700; text-decoration:none; margin-bottom:0.5rem}
.social-btn a i{ font-size:17px; margin-right:12px; text-decoration:none;}
.social-btn a:hover{ color:var(--bs-orange);}

.box-content{border-radius:6px; border:1.812px solid #ECEEF6; background:#FFF; padding:24px; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.new-order-tab .nav-tabs{ border:none; margin-bottom:20px;}
.new-order-tab .nav-tabs .nav-item{}
.new-order-tab .nav-tabs .nav-link{ margin:0; display:block; border-radius:6px; border:1px solid #ECEEF7; background:#F6F6F6; text-align:center; color:#020E21; padding:16px 16px; text-transform:uppercase; width:100%; font-weight:500;}
.new-order-tab .nav-tabs .nav-link.active, .new-order-tab .nav-tabs .nav-item.show .nav-link{ background:var(--bs-orange); color:#fff; border-color:var(--bs-orange);}


.main-wrapper .form-control{border:1px solid #E8EFF; padding:12px 16px; color:#020E21;}
.main-wrapper .form-control::-moz-placeholder, .main-wrapper .form-control::placeholder{color:#020E21; opacity:1}
.main-wrapper .form-select {--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23F15E24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); border:1px solid #E8EFF; padding:12px 16px;  color:#020E21;}
.main-wrapper .form-control-gray{border:1px solid #F6F6F6; color:#020E21; background:#F6F6F6; font-weight:500;}
.main-wrapper .form-control-gray::-moz-placeholder, .main-wrapper .form-control-gray::placeholder{color:#707EAE; opacity:1}

.new-order-stat h6{ margin-bottom:6px; padding-bottom:4px; border-bottom:1px solid #E8EFFB; font-weight:600; color:#020E21}
.card .card-header form{margin-left:auto; width:200px; }
.card .card-header .form-control{ font-size:13px; padding:0 15px; height:40px; background-image:url(images/search-icon.svg); background-repeat:no-repeat; background-position:right 15px center;}
.color-dark{ color:#020E21;}

.footer{border-radius:6px; border:1.812px solid #ECEEF6; background:#EDF8FD; height:108px; padding:0 30px; font-size:14px; margin-top:30px; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.footer .copyright{ margin-left:auto; color:#6C777D;}
.footer ul{ margin-left:auto; margin-bottom:0; padding:0; list-style:none;}
.footer ul li + li{ margin-left:35px;}
.footer ul li a i{ font-size:20px;}
.footer ul li a{color:#6C777D; text-decoration:none; font-weight:500;}
.footer ul li a:hover{ color:var(--bs-orange);}

.float-btn{ background:#F8F8F8; position:fixed; bottom:0; left:0; right:0; z-index:99; display:flex; flex-wrap:wrap; border-top:1px solid #ECEEF6;}
.float-btn button{ border:none; background:none; color:#707EAE; padding:0; height:50px; line-height:30px; display:flex; align-items:center; justify-content:center; flex-basis:0; flex-grow:1;}
.float-btn button + button{border-left:1px solid #ECEEF6;} 

.content-table .table-tab{background:#DCE1EC; border-radius:8px; padding:6px;}
.content-table .table-tab .nav-tabs{ border:none; margin:0 30px 0 0; overflow:hidden; white-space:nowrap; overflow-x:auto; overflow-y:hidden; text-align:center; -webkit-overflow-scrolling:touch; -ms-overflow-style:none; display:block; max-width:inherit; padding:0;}
.content-table .table-tab .nav-tabs .nav-item {display:inline-block; vertical-align:top; margin:0;}
.content-table .table-tab .nav-tabs .nav-link{ padding:0 25px; height:48px; border-radius:8px; font-size:14px; color:#515C6B; border:none;}
.content-table .table-tab .nav-tabs .nav-link.active, .new-order-tab .nav-tabs .nav-item.show .nav-link{ background:#fff; color:#000; font-weight:500;}
.content-table .table-tab form{ width:243px; margin-left:auto;}
.content-table .table-tab form .form-control{ height:48px; padding-top:0; padding-bottom:0; font-size:14px; background-image:url(images/search-icon.svg); background-repeat:no-repeat; background-position:right 15px center;}
.content-table .table-tab form .form-control::-moz-placeholder, .content-table .table-tab form .form-control::placeholder{ color:#A6B8C6;}

.content-table .tab-content{border-radius:6px; border:2px solid #ECEEF6; background:#FFF; font-size:14px; overflow:hidden;}
.content-table .tab-content .table{ margin:0;}
.content-table .tab-content .table > thead > tr > th{ vertical-align:middle; font-weight:600; border-bottom:2px solid #ECEEF7; padding:18px 12px; line-height:1.2; color:#434D56;}
.content-table .tab-content .table > tbody > tr > td{border-color:#F2F6F9; padding:16px 12px; overflow-wrap:break-word; word-wrap:break-word; word-break:break-word; hyphens:auto; vertical-align:middle; color:#434D56;}

.paginations { display: flex; padding-left: 0; list-style: none; align-items: center; justify-content: center; padding: 12px 0;}
.paginations .link {
 margin:0; display:block; border-radius:6px; border:1px solid #ECEEF7; background:#F6F6F6; text-align:center; color:#020E21; padding:16px 16px; text-transform:uppercase; font-weight:500; cursor: pointer;
}
.paginations .link.active { background:#F15E24; color:#fff; border-color:#F15E24;}

.content-table .tab-content .table > tbody > tr > td time{ display:block;}
.content-table .tab-content .table > tbody > tr > td small{ font-size:11px; line-height:1.3; display:block;}
.content-table .tab-content .table > tbody > tr > td .badge{ min-width:100px;}
.content-table .tab-content .table > tbody > tr > td .badge-200{ min-width:205px;}
.content-table .tab-content .table > tbody > tr > td .action{ width:44px; height:33px; display:flex; align-items:center; justify-content:center; padding:0; border:none; border-radius:6px; font-size:12px;}
.content-table .tab-content .table > tbody > tr > td .action-danger{background:rgba(222, 52, 69, 0.16); color:#DE3445;}
.content-table .tab-content .table > tbody > tr > td .action-info{ background:rgba(35, 170, 225, 0.16); color:#24AAE1;}
.content-table .tab-content .table > tbody > tr > td a{ color:var(--bs-orange); text-decoration:none;}
.content-table .tab-content .loadmore{ border:none; width:287px; height:60px; color:#020E21; border-radius:6px; color:#434D56; background:#D9DFEE; font-size:18px; font-weight:500;}
.content-table .tab-content .table > tbody > tr > td .cart-btn{ padding:0; border:none; display:flex; align-items:center; justify-content:center; background:rgba(36, 170, 225, 0.20); height:32px; width:32px; border-radius:50%; border:none; cursor:pointer; color:#24AAE1; margin-left:30px;}
.content-table .tab-content .table > tbody > tr > td .material-symbols-sharp{ font-size:18px; }
.content-table .tab-content .table > tbody > tr > td .details-btn{ background:rgba(241, 94, 36, 0.16); border-radius:4px; padding:10px 16px; color:var(--bs-orange); border:none; font-size:12px;} 
.content-table .tab-content .table > tbody > tr > td .d-flex{align-items:center;}
.content-table .tab-content .table > tbody > tr > td .d-flex .flex-grow-1{ max-width:310px; }
.content-table .tab-content .table > tbody > tr > td:first-child{ font-weight:500; color:#1A2128; width:150px;}
.content-table .tab-content .table > tbody > tr > td.full-td{background:#EDF8FD; color:#707EAE; font-size:16px; font-weight:600;}
.content-table .tab-content .table > tbody > tr > td .content{  width:334px;}
.content-table .tab-content .table > tbody > tr > td.full-td strong{color:#707EAE; font-weight:600;}

.box-card .card .card-header .links a{ border-radius:6px; border:1px solid #C1C6CD; background:#F6F6F6; display:block; width:189px; line-height:50px; color:#020E21; font-weight:600; text-transform:uppercase; text-decoration:none; text-align:center;}
.box-card .card .card-header .links a + a{ margin-left:14px;}
.box-card .card .card-header .links a:hover, .box-card .card .card-header .links a.active{ background:var(--bs-orange); color:#fff; border-color:var(--bs-orange);}
.box-card .card .card-header .card-select{margin-left:auto; }
.box-card .card .card-header .card-select .form-select{font-weight:500; text-transform:uppercase; text-align:center;}
form.add-fund-form span{color:#C1C6CD;}

.main-wrapper .alert-warning{ background:#FFF3CD; color:#020E21; font-weight:500; border:none;}
.main-wrapper .alert-warning a{ color:#020E21; text-decoration:none;}
.form-note{height:36px; line-height:36px; display:inline-block; padding:0 30px; color:#fff; font-size:12px; position:relative; margin-top:6px; background:var(--bs-orange); border-radius:6px;}
.envelope-lg .material-symbols-sharp{ color:var(--bs-orange); font-size:65px;}
.envelope-sm .material-symbols-sharp{ color:var(--bs-orange); font-size:40px;}
.notification-btn .btn{ width:189px; display:block; text-transform:none;}
.notification-btn .btn + .btn{ margin-top:10px;}
.notification-btn-sm .btn, .notification-btn-sm .btn:hover{border-radius:6px; border:1px solid #ECEEF7; background:#F6F6F6; display:block; margin:0 auto; color:#020E21; text-decoration:none; width:198px; padding-top:0; padding-bottom:0; line-height:38px;}
.notification-btn-sm .btn + .btn{ margin-top:5px;}
.back-link{color:rgba(2, 14, 33, 0.54); text-align:center; font-family:Inter; font-size:12px; font-style:normal; font-weight:400; line-height:142.807%;  text-decoration:none;}
.user-info{ font-size:15px; font-weight:500}
.user-info .name{color: #020E21;}
.user-info .name span{color:#707EAE;}
.user-info .btn{ border:none; padding-left:15px; padding-right:15px; text-transform:none; font-weight: 400; font-size:14px;}
.user-info .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .user-info .btn:first-child:active, .user-info .btn.active, .user-info .btn.show{ box-shadow:0px 1px 2px 0px #DBE2EB; border:none; background:#fff; color:#020E21;} 
.box-card .card .card-header .btn-outline-dark{border:1px solid #C1C6CD; background:#F6F6F6; color:#020E21; margin-left:auto;}
.box-card .card .card-header .btn-outline-dark:hover, .box-card .card .card-header .btn-outline-dark:focus{border-color:#020E21; background:#020E21; color:#fff;}

.acc-items .item + .item{ margin-top:30px; padding-top:30px; border-top:2px solid #ECEEF7;}
.filter-form .form-control{ height:42px; padding-top:0; padding-bottom:0; font-size:14px; background-image:url(images/search-icon.svg); background-repeat:no-repeat; background-position:right 15px center;}
.filter-form .form-select{border:1px solid #C1C6CD; background-color:#F6F6F6; height:42px; padding-top:0; padding-bottom:0; font-size:14px; margin-top:6px;}

.user-list{ margin:0; padding:0; list-style:none;}
.user-list li{ font-size:14px; font-weight:500; padding:18px 30px; color:#020E21;}
.user-list li span + span{ color:var(--bs-orange)}
.user-list li + li{ border-top:1px solid #E9EDF7;}

.noti-items .d-flex + .d-flex{ margin-top:24px;}
.noti-items .d-flex .user{ width:36px; margin-right:24px;}
.noti-items .d-flex .content{ padding:12px; max-width:100%; border-radius:18px 18px 18px 0; border:2px solid #eceef7; position:relative; font-size:14px; direction:ltr; color:#353535}
.noti-items .d-flex .content:before{ background:url(images/chat-tail-1.png); height:15px; width:15px; content:''; position:absolute; bottom:-3px; left:-13px;}
.noti-items .d-flex .content .meta{ text-align:right; color:#656565}
.noti-items .d-flex .content .meta time:before{ content:"|"; margin:0 8px;}
.noti-items .d-flex.rtl{ direction:rtl;}
.noti-items .d-flex.rtl .user{ margin-left:24px; margin-right:0;}
.noti-items .d-flex.rtl .content{border-radius:18px 18px 0 18px; border:none; background:#fcdfd3;}
.noti-items .d-flex.rtl .content:before{ content:""; background:url(images/chat-tail-2.png); height:18px; width:14px; left:auto; right:-14px; bottom:0;}
.noti-items .d-flex.rtl .content .meta{ color:#656565;}

.givway-content{border-radius:16px; background:linear-gradient(268deg, #F15E24 0%, #ED948C 49.66%, #24AAE1 99.32%); padding:24px; color:#fff;}
.givway-content ul{ padding:0; list-style:none;}
.givway-content ul li { background:url(images/bullet.svg) no-repeat left; padding-left:24px;}
.givway-content ul li + li{ margin-top:8px;}

.box-card .card .card-header.give-tabs{ background:#D9DFEE;}
.give-tabs ul{ border:none; margin:0; overflow:hidden; white-space:nowrap; overflow-x:auto; overflow-y:hidden; text-align:center; -webkit-overflow-scrolling:touch; -ms-overflow-style:none; display:block; max-width:inherit; padding:0;}
.give-tabs ul li {display:inline-block; vertical-align:top; margin:0;}
.give-tabs ul li a{ padding:17px 27px; border-radius:8px; color:#515C6B; font-size:14px; text-decoration:none; display:block;}
.give-tabs ul li a:hover{ background:#fff; color:#020E21;}
.give-tabs ul li.active a{ font-weight:600; background:#fff; color:#020E21;}

.stat-content .d-flex .icon{ background:rgba(36, 170, 225, 0.08); border-radius:50%; color:#24AAE1; height:52px; width:52px; margin-right:17px;}
.stat-content .row [class*=col-] small{ color:#707EAE; font-size:12px;}
.stat-content .row [class*=col-]{ margin-top:24px;}

.open-btn{ background:url(images/ham-icon-lt-r.svg); width:57px;  height:41px; margin-right:16px; border:none; cursor:pointer; display:none;}
.body-wrapper .header.active .open-btn{ display:block;}
.body-wrapper .header .logo{ display:none;}
.body-wrapper .header.active .logo{ display:block;}
.stat-content .d-flex strong{ font-weight:600;}
.iphone-blk{border-radius:6px; border: 1px solid #ECEEF7; background:#F4F7FE; padding:30px 30px 0; text-align:center; max-width:300px;}


@media(min-width:576px){
.noti-items .d-flex .content{ max-width:90%}
}

@media(min-width:768px){
.font-18{ font-size:18px;}
.form-note{position:absolute; top:50%; margin-top:-18px; right:10px; z-index:1;}
.notification-btn .btn + .btn{ margin-top:0; margin-left:14px;}
.filter-form .form-control{ width:242px; margin-right:20px;}
.filter-form .form-select{width:162px; margin-top:0;}
.noti-items .d-flex .content{ max-width:65%}
.givway-content{ padding:40px;}
.new-order-tab .nav-tabs{display:flex; flex-wrap:wrap; margin-left:-14px; margin-right:-14px;}
.new-order-tab .nav-tabs .nav-item{flex-shrink:0; flex:0 0 auto;  width:33.33333333%; padding-left:7px; padding-right:7px;}
.iphone-blk{ padding-top:48px;}
}

@media(min-width:992px){
/*.new-order-tab .nav-tabs{display:flex; flex-wrap:wrap; margin-left:-14px; margin-right:-14px;}
.new-order-tab .nav-tabs .nav-item{flex-shrink:0; flex:0 0 auto;  width:33.33333333%; padding-left:7px; padding-right:7px;}*/
}


.accordionjs .acc_section { position:relative; z-index:10; margin-top:0; overflow:hidden; padding:0 ; border-radius:8px; border:1px solid #ECEEF7; background:#EEEEEF;}
.accordionjs .acc_section + .acc_section{ margin-top:16px;}
.accordionjs .acc_section .acc_head {cursor:pointer; position:relative; padding:18px 20px; color:#020E21; font-size:18px; font-weight:500;}
.accordionjs .acc_section .acc_content { padding:20px; color:#434D56; font-size:14px;}
.accordionjs .acc_section .acc_head:after{ content:'\2b'; right:20px; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); position:absolute; font-family:'Font Awesome 6 Free'; font-weight:900; color:var(--bs-orange);}
.accordionjs .acc_section.acc_active > .acc_head:after{ content:'\f068';}

#cd-table{border:1px solid #E6E9F5;}
#cd-table ul{ margin:0; padding:0; list-style:none;}
#cd-table {position:relative; width:100%; margin:0;   }
#cd-table::after {/content:''; display:table; clear:both; }
#cd-table::before {content:''; position:absolute; top:0; right:-1px; height:100%; width:35px; background:-webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0)); background:linear-gradient(to left, white 10%, rgba(255, 255, 255, 0)); z-index:5; pointer-events:none; }
.no-cssgradients #cd-table::before {display:none; }
#cd-table.table-end::before {display:none; }
#cd-table .cd-table-container {position:relative; width:100%; overflow-x:auto;  -webkit-overflow-scrolling:touch; }
#cd-table .cd-table-wrapper {width:870px; padding-left:50%; display: flex; }
#cd-table .cd-table-column {flex: 1; border:1px solid #e6e7f1; margin-left:-1px; border:none; }
#cd-table .cd-table-column:last-child {border-right:none; }
#cd-table h2, #cd-table ul > li {position:relative; text-align:center; padding:0 1em; border-bottom:1px solid #e6e7f1;background-color:white; }
#cd-table h2 span, #cd-table ul > li span{ display:block; width:100%;}
#cd-table h2 { color:#606272; margin:0; height:75px; line-height:75px; text-align:center;}
#cd-table ul > li {color:#252430; display:flex; flex-wrap:wrap; align-items:center; height:60px; font-size:14px; }
#cd-table ul > li:last-child {border-bottom:none; }
#cd-table .cd-unchecked span, #cd-table .cd-checked span {position:absolute; width:16px; height:16px; /*background-image:url("images/yes-no.svg"); background-repeat:no-repeat; background-position:0 0; background-size:32px 16px;*/ left:50%; top:50%; bottom:auto; right:auto; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#cd-table .cd-unchecked span {background-position:-16px 0; }
#cd-table .cd-select {display:block; height:100%; width:100%; font-weight:bold; }
#cd-table header.cd-table-column {position:absolute; width:50%; height:100%; left:0; top:0; z-index:10; background:rgba(0, 0, 0, 0.5); margin-left:0; border-color:#fff; box-shadow:2px 0 0 rgba(0, 0, 0, 0.1); pointer-events:none; }
#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {background-color:#fff; text-align:left; color:#252430; border-bottom-color:#E6E9F5; border-right:1px solid #E6E9F5; }
#cd-table header.cd-table-column h2 {color:#edeef1; }
#cd-table .cd-table-wrapper .cd-table-column:last-child ul li{ border-right:1px solid #E6E9F5;}
#cd-table .cd-table-wrapper .cd-table-column ul{ border-bottom:1px solid #E6E9F5;}
#cd-table .cd-table-wrapper .cd-table-column ul li{ border-left:1px solid #E6E9F5;}
#cd-table .cd-scroll-right {display:block; width:16px; height:16px; position:absolute; right:0; top:50%; margin-top:-8px; /*background:url("images/small-arrow.svg") no-repeat center center;*/ z-index:6; -webkit-animation:cd-scroll-right 1.5s infinite; -moz-animation:cd-scroll-right 1.5s infinite; animation:cd-scroll-right 1.5s infinite; }
#cd-table .cd-table-wrapper .cd-table-column h2{ text-align:center; position:relative; border-left:1px solid #E6E9F5;}
#cd-table .cd-table-wrapper .cd-table-column h2 strong{ position:absolute; top:0; right:0; font-size:12px; text-transform:uppercase; line-height:20px; padding:0 14px; background:var(--bs-primary); display:block;}
#cd-table .cd-table-wrapper .cd-table-column h2{ background:#F6F6F6; color:#707EAE; font-weight:500; font-size:14px; text-align:center;}
#cd-table header.cd-table-column h2{ opacity:1; background:#F6F6F6; color:#707EAE; font-weight:500; font-size:16px; border-right:1px solid #E6E9F5;}
#cd-table header.cd-table-column ul{ background:#222; }
#cd-table header.cd-table-column ul li{font-size:18px;}
#cd-table .cd-table-column .price-option{ padding:15px; color:#000; text-align:center;}
#cd-table .cd-table-column .price-option .price{ font-size:24px; display:block;}
#cd-table .cd-table-column .price-option .price small{ color:#7a7a7a; font-size:13px;}
@media only screen and (min-width:870px) {
#cd-table {margin:2em auto; border-right:none; display: flex; }
#cd-table::before {display:none; }
#cd-table .cd-table-wrapper {width:100%; padding-left:25%; display: flex; }
#cd-table .cd-table-column {flex: 1; }
/*#cd-table .cd-table-column:last-child {border-right:1px solid #e6e7f1; }*/
#cd-table header.cd-table-column {width:25%; float:left; background:#fff; box-shadow:none; pointer-events:auto; }
#cd-table .cd-scroll-right {display:none; }
}
@media only screen and (min-width:1170px) {
#cd-table {margin:0; }
}
/*@-webkit-keyframes cd-scroll-right {0%, 100% {-webkit-transform:translateX(0); }
50% {-webkit-transform:translateX(3px); }
}*/
@-moz-keyframes cd-scroll-right {0%, 100% {-moz-transform:translateX(0); }
50% {-moz-transform:translateX(3px); }
}
@keyframes cd-scroll-right {0%, 100% {-webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
50% {-webkit-transform:translateX(3px); -moz-transform:translateX(3px); -ms-transform:translateX(3px); -o-transform:translateX(3px); transform:translateX(3px); }
}

.badge {
  white-space: nowrap !important;
  color: white !important;
}

.badge-pending, .badge-paused, .badge-answered {
  background-color: orange !important;
  border-color: orange !important;
}

.badge-inprogress {
  background-color: blue !important;
  border-color: blue !important;
}

.badge-completed {
  background-color: green !important;
  border-color: green !important;
}

.badge-partial, .badge-expired {
  background-color: orangered !important;
  border-color: orangered !important;
}

.badge-processing {
  background-color: deepskyblue !important;
  border-color: deepskyblue !important;
}

.badge-canceled {
  background-color: red !important;
  border-color: red !important;
}

.badge-active {
  background-color: purple !important;
  border-color: purple !important;
}

.badge-awaiting {
  background-color: deepskyblue !important;
  border-color: deepskyblue !important;
}

.badge-answered {
  background-color: green !important;
  border-color: green !important;
}

.badge-closed {
  background-color: red !important;
  border-color: red !important;
}

.badge-error, .badge-closed {
  background-color: red !important;
  border-color: red !important;
}

.badge-rejected {
  background-color: purple !important;
  border-color: purple !important;
}

.api-list .item + .item{ margin-top:24px;}
.api-list .item .card{box-shadow:0px 6px 12px 0px rgba(28, 39, 49, 0.05);}
.api-list .item .card-header{ height:80px; align-items:center; display:flex;  text-transform:uppercase; padding-left:24px; padding-right:24px;}
.api-list .item .card-body{ padding:0 24px 24px 24px; color:#434D56;}
.api-list .item .card-body h6{ color:var(--bs-dark); text-transform:uppercase; font-weight:500; margin-bottom:12px;}
.api-list .item .card-body [class*=col-]{ margin-top:24px;}
.api-list .item .card-body a{ text-decoration:underline; color:#434D56;}
.api-list .item .card-body a:hover{ text-decoration:none; color:#000;}
.api-list .item code{background:#EDF8FD; box-shadow:0px 6px 12px 0px rgba(28, 39, 49, 0.05); padding:24px; display:block; overflow:hidden; border-radius:16px; color:#434D56; font-size:16px; font-family:var(--bs-body-font-family);}
.api-list .item .form-select{width:221px; border:1px solid #F2F6F9;}

.alert table { --bs-table-bg: transparent; }
.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5;}
button.close { background-color: transparent; border: 0; }
.alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }

.search-dropdown .input-wrapper {
  position: relative;
}

.search-dropdown .input-wrapper .input-wrapper__prepend {
  left: 12px;
}

.search-dropdown .input-wrapper .input-wrapper__prepend, .search-dropdown .input-wrapper .input-wrapper__append {
  position: absolute;
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 2px;
}

.search-dropdown .input-wrapper .form-control {
  padding-left: calc(10px + 24px);
  padding-right: calc(10px + 24px);
}

.search-dropdown .input-wrapper .input-wrapper__append {
  right: 8px;
}

.search-dropdown .input-wrapper .input-wrapper__prepend, .search-dropdown .input-wrapper .input-wrapper__append {
  position: absolute;
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 2px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-dropdown {
  display: block !important;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 5;
  margin-top: 0px !important;
}


.select2-results__options {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  display: block !important;
  width: 100%;
  position: relative !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: none !important;
}

.select2-results__option {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .dropdown-menu > li > a {
  white-space: inherit;
}

.select2-results__option a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.select2-container .select2-selection__text {
  display: inline;
  vertical-align: middle;
}

.sidebar-nav i {
    font-size: 24px;
    margin-right: 12px;
}

.short {
    max-width: 60px;
}

.btn-xs {
  padding: .25rem .4rem !important;
  font-size: 0.875rem !important;
}

/*
.modal-backdrop {
  opacity: .7 !important;
}
*/

.btn-default {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-orange);
  --bs-btn-border-color: var(--bs-orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.form-group { margin-bottom: 1rem !important; }

.search-dropdown .input-wrapper .input-wrapper__prepend, .search-dropdown .input-wrapper .input-wrapper__append {
color:#585c5e
}


/* ============================================================
   GUEST 3-COLUMN LAYOUT
   ============================================================ */

:root {
  --g-primary: #7C3AED;
  --g-primary-light: #A78BFA;
  --g-primary-dark: #5B21B6;
  --g-primary-gradient: linear-gradient(135deg, #AD59FF, #7659FF);
  --g-bg: #F8F9FC;
  --g-text: #1E293B;
  --g-text-secondary: #64748B;
  --g-card-bg: #FFFFFF;
  --g-card-shadow: 0 4px 24px rgba(0,0,0,0.06);
  --g-radius: 12px;
  --g-radius-lg: 20px;
}

/* === Guest 3-Column Layout === */
.guest-layout {
  display: flex;
  min-height: 100vh;
  background: #f5f7fa;
}

/* --- Left Sidebar --- */
.guest-sidebar-left {
  width: 262px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  padding: 20px 16px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  display: flex !important;
  flex-direction: column;
}
.guest-sidebar-logo {
  margin-bottom: 16px;
}
.guest-sidebar-logo img {
  max-height: 36px;
  width: auto;
}
.guest-sidebar-notice {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 14px;
  line-height: 1.4;
}
.guest-sidebar-auth {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.guest-sidebar-btn-login {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--g-text);
  text-decoration: none;
  transition: all 0.2s;
}
.guest-sidebar-btn-login:hover {
  border-color: var(--g-primary);
  color: var(--g-primary);
  text-decoration: none;
}
.guest-sidebar-btn-signup {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  background: var(--g-primary);
  border: 2px solid var(--g-primary);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.guest-sidebar-btn-signup:hover {
  background: var(--g-primary-dark);
  border-color: var(--g-primary-dark);
  color: #fff;
  text-decoration: none;
}
.guest-sidebar-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 12px 0;
}
.guest-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.guest-sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s;
}
.guest-sidebar-link:hover {
  background: #f1f5f9;
  color: var(--g-primary);
  text-decoration: none;
}
.guest-sidebar-link i {
  width: 18px;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}
.guest-sidebar-link:hover i {
  color: var(--g-primary);
}

/* --- Main Content --- */
.guest-main {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

/* Ticker */
.guest-ticker {
  background: #1e293b;
  padding: 10px 20px;
  overflow: hidden;
}
.guest-ticker-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.guest-ticker-icon {
  color: #FEE500;
  font-size: 14px;
}
.guest-ticker-text {
  font-size: 13px;
  color: #e2e8f0;
  white-space: nowrap;
  animation: tickerSlide 20s linear infinite;
}
@keyframes tickerSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Banner */
.guest-banner {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 16px 0 20px;
  font-size: 14px;
  color: #1e40af;
  display: flex;
  align-items: center;
  gap: 10px;
}
.guest-banner i {
  color: #3b82f6;
  font-size: 16px;
}

/* Order Box */
.guest-order-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  margin: 0 0 20px;
  overflow: hidden;
}
.guest-order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 8px;
  flex-wrap: wrap;
  gap: 12px;
}
.guest-order-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--g-text);
  margin: 0;
}
.guest-guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: var(--g-text);
  text-decoration: none;
  transition: all 0.2s;
}
.guest-guide-btn:hover {
  border-color: var(--g-primary);
  color: var(--g-primary);
  text-decoration: none;
}
.guest-order-desc {
  padding: 0 24px 16px;
  font-size: 13px;
  color: var(--g-text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Platform Icon Grid */
.guest-platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 24px 24px;
  justify-content: center;
}
.guest-platform-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  border: 2px solid #e2e8f0;
  background: #fff;
}
.guest-platform-card:hover {
  border-color: var(--g-primary-light);
  background: #f5f3ff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(124,58,237,0.1);
}
.guest-platform-card.active {
  background: var(--g-primary-gradient);
  border-color: transparent;
}
.guest-platform-card.active span {
  color: #fff;
}
.guest-platform-card.active i {
  color: #fff !important;
}
.guest-platform-card > i {
  font-size: 18px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.guest-platform-card span {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  line-height: 1;
}

/* Service Browser */
.guest-service-section {
  padding: 0;
  margin: 0 0 20px;
}
.guest-browser-box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
.guest-browser-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-bottom: 1px solid #f1f5f9;
}
.guest-browser-step {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--g-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.guest-browser-header > span {
  font-size: 16px;
  font-weight: 600;
  color: var(--g-text);
}
.guest-browser-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  color: var(--g-text);
  font-weight: 600;
}
.guest-breadcrumb-icon {
  color: var(--g-primary);
  font-size: 16px;
}
.guest-breadcrumb-sep {
  color: #94a3b8;
  font-size: 10px;
}
.guest-browser-content {
  display: flex;
  min-height: 400px;
}
.guest-browser-left {
  width: 220px;
  flex-shrink: 0;
  border-right: 1px solid #e5e7eb;
  overflow-y: auto;
  max-height: 500px;
}
.guest-cat-item {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--g-text);
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
}
.guest-cat-item:hover {
  background: #f8fafc;
  color: var(--g-primary);
  text-decoration: none;
}
.guest-cat-item.active {
  color: var(--g-primary);
  font-weight: 700;
  border-left: 3px solid var(--g-primary);
  background: #faf5ff;
}
.guest-browser-right {
  flex: 1;
  overflow-y: auto;
  max-height: 500px;
}
.guest-svc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.15s;
}
.guest-svc-item:hover {
  background: #faf5ff;
}
.guest-svc-item-name {
  font-size: 14px;
  color: var(--g-text);
  font-weight: 500;
  flex: 1;
  line-height: 1.4;
}
.guest-svc-item-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--g-primary);
  margin-left: 16px;
  white-space: nowrap;
}
.guest-service-loading,
.guest-service-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 200px;
  color: #94a3b8;
  text-align: center;
  padding: 40px;
}
.guest-service-loading i,
.guest-service-empty i {
  font-size: 32px;
  margin-bottom: 12px;
}
.guest-service-loading p,
.guest-service-empty p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* Guest Footer (inside main) */
.guest-footer {
  margin-top: auto;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 20px;
}
.guest-footer-inner {
  max-width: 800px;
}
.guest-footer-biz {
  font-weight: 700;
  color: var(--g-text);
  font-size: 14px;
  margin-bottom: 4px;
}
.guest-footer-info {
  font-size: 13px;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 12px;
}
.guest-footer-info a {
  color: var(--g-primary);
  text-decoration: none;
}
.guest-footer-info a:hover {
  text-decoration: underline;
}
.guest-footer-links {
  display: flex;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 8px;
}
.guest-footer-links a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
}
.guest-footer-links a:hover {
  color: var(--g-primary);
}
.guest-footer-links span {
  color: #cbd5e1;
}
.guest-footer-copy {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

/* --- Right Sidebar --- */
.guest-sidebar-right {
  width: 650px;
  flex-shrink: 0;
  padding: 20px 16px;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

/* Right Promo Banner */
.guest-right-promo {
  background: var(--g-primary-gradient);
  border-radius: 14px;
  padding: 24px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.guest-right-promo::after {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}
.guest-right-promo-inner {
  position: relative;
  z-index: 1;
}
.guest-right-promo p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}
.guest-right-promo strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

/* Right Cards */
.guest-right-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.guest-right-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #f1f5f9;
}
.guest-right-card-header h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--g-text);
  margin: 0;
}
.guest-right-card-more {
  font-size: 12px;
  color: #94a3b8;
}
.guest-right-card-body {
  padding: 12px 18px;
}

/* Notice Items */
.guest-notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f8f9fc;
  text-decoration: none;
  transition: color 0.2s;
}
.guest-notice-item:last-child {
  border-bottom: none;
}
.guest-notice-item:hover {
  text-decoration: none;
}
.guest-notice-title {
  font-size: 13px;
  color: var(--g-text);
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guest-notice-item:hover .guest-notice-title {
  color: var(--g-primary);
}
.guest-notice-date {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 12px;
  white-space: nowrap;
}

/* Guide Tabs */
.guest-guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.guest-guide-tab {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.guest-guide-tab:hover {
  border-color: var(--g-primary);
  color: var(--g-primary);
}
.guest-guide-tab.active {
  background: var(--g-primary);
  color: #fff;
  border-color: var(--g-primary);
}
.guest-guide-tab.active i { color: #fff; }
.guest-guide-content { display: none; }
.guest-guide-content:first-of-type { display: block; }
.guest-guide-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guest-guide-info-card {
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #e5e7eb;
}
.guest-guide-info-card h5 {
  font-size: 13px;
  font-weight: 700;
  color: var(--g-primary);
  margin: 0 0 6px;
}
.guest-guide-info-card p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* FAQ */
.guest-faq-item {
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
}
.guest-faq-item:last-child {
  border-bottom: none;
}
.guest-faq-q {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--g-text);
  transition: color 0.2s;
}
.guest-faq-q i {
  font-size: 10px;
  color: var(--g-primary);
  transition: transform 0.2s;
}
.guest-faq-item.open .guest-faq-q i {
  transform: rotate(90deg);
}
.guest-faq-item:hover .guest-faq-q {
  color: var(--g-primary);
}
.guest-faq-a {
  display: none;
  padding: 0 0 12px 22px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
}
.guest-faq-item.open .guest-faq-a {
  display: block;
}

/* Mobile Header */
.guest-mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.guest-mobile-logo img {
  height: 32px;
}

/* Shared button styles */
.guest-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--g-primary-gradient);
  color: #fff;
  padding: 12px 28px;
  border-radius: var(--g-radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.guest-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124,58,237,0.35);
  color: #fff;
  text-decoration: none;
}
.guest-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--g-text);
  padding: 12px 28px;
  border-radius: var(--g-radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #e2e8f0;
  transition: border-color 0.2s, color 0.2s;
}
.guest-btn-outline:hover {
  border-color: var(--g-primary);
  color: var(--g-primary);
  text-decoration: none;
}

/* === Login Modal Overlay (pure CSS, no Bootstrap) === */
.guest-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.guest-modal-overlay.show {
  opacity: 1;
}
.guest-modal-box {
  width: 90%;
  max-width: 440px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: var(--g-radius-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.guest-modal-overlay.show .guest-modal-box {
  transform: translateY(0);
}
.guest-modal-close {
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.guest-modal-close:hover {
  background: rgba(255,255,255,0.35);
}
.guest-modal-close span {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

/* === Login Modal === */
.guest-login-modal {
  border: none;
  border-radius: var(--g-radius-lg);
  overflow: hidden;
}
.guest-login-modal-header {
  background: var(--g-primary-gradient);
  color: #fff;
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guest-login-modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
}
.guest-login-modal-body {
  padding: 32px 24px;
  background: #fff;
}
.guest-login-modal-body .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--g-text);
}
.guest-login-modal-body .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  min-height: 48px;
  background: #f8fafc;
}
.guest-login-modal-body .form-control:focus {
  border-color: var(--g-primary-light);
  box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
  background: #fff;
}
.guest-modal-link {
  color: var(--g-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.guest-modal-link:hover {
  text-decoration: underline;
  color: var(--g-primary-dark);
}

/* === Responsive === */
@media (max-width: 1199.98px) {
  .guest-sidebar-right { display: none !important; }
}
@media (max-width: 991.98px) {
  body.light .app-navbar {
    display: block !important;
  }
  .guest-sidebar-left { display: none; }
  .guest-main {
    padding-top: 56px;
    padding-bottom: 80px;
  }
  .guest-platform-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 0 12px 20px;
  }
  .guest-platform-card {
    padding: 8px 14px;
    gap: 6px;
  }
  .guest-platform-card > i {
    font-size: 15px;
  }
  .guest-platform-card span {
    font-size: 12px;
  }
  .guest-platform-grid {
    gap: 6px;
    padding: 0 16px 20px;
  }
  .guest-browser-left {
    width: 180px;
  }
  .guest-cat-item {
    padding: 12px 14px;
    font-size: 13px;
  }
  .guest-order-header {
    padding: 16px 12px 8px;
  }
  .guest-order-title {
    font-size: 18px;
  }
  .guest-order-desc {
    padding: 0 12px 12px;
    font-size: 12px;
  }
  .guest-banner {
    margin: 12px 0 0;
    font-size: 13px;
  }
  .guest-ticker {
    padding: 8px 12px;
  }
  .guest-service-section {
    padding: 0;
    margin: 0 0 16px;
  }
  .guest-footer {
    padding: 16px 12px 80px;
  }
}
@media (max-width: 767.98px) {
  .guest-platform-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .guest-browser-content {
    flex-direction: column;
  }
  .guest-browser-left {
    width: 100%;
    max-height: none;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .guest-cat-item {
    white-space: nowrap;
    border-bottom: none;
    border-right: 1px solid #f1f5f9;
    padding: 10px 16px;
    font-size: 13px;
    flex-shrink: 0;
  }
  .guest-cat-item.active {
    border-left: none;
    border-bottom: 3px solid var(--g-primary);
  }
  .guest-browser-right {
    max-height: none;
  }
  .guest-browser-header {
    padding: 16px;
  }
  .guest-browser-breadcrumb {
    padding: 10px 16px;
    font-size: 13px;
  }
  .guest-svc-item {
    padding: 12px 16px;
  }
  .guest-svc-item-name {
    font-size: 13px;
  }
  .guest-svc-item-price {
    font-size: 13px;
  }
  .guest-footer {
    padding-bottom: 100px;
  }
}

/* Hide old guest header */
body.light .header {
  display: none !important;
}

/* Update dashboard colors to purple theme */
.services-header .services-title {
  background: var(--g-primary-gradient);
}
.btn.btn-primary {
  background: var(--g-primary);
}
.btn.btn-secondary {
  background: var(--g-primary);
}
.btn.btn-secondary:hover {
  background: var(--g-primary-dark);
}
.nav-pills.fastside .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--g-primary);
}
.orderNav li a.active,
.orderNav li a:hover {
  background: var(--g-primary);
}
.dfb-search .dfb-submit {
  background: var(--g-primary);
}
.app-header .hea-ann-title {
  background: var(--g-primary);
}
.app-sidebar .sidebar-menu li.active>a.menu-link {
  color: var(--g-primary);
}
.sDetayBtn {
  background: var(--g-primary);
}
.faq-ss-tabs .home-ss-tab.active {
  background: var(--g-primary);
}
.app-sidebar .sidebar-header .app-user .user-balance {
  background: var(--g-primary);
}
.app-navbar a.active .navbar-texts,
.app-navbar a.active i {
  color: var(--g-primary);
}

/* === FAQ Page (2-column card grid) === */
.faq-page-wrap {
  padding: 24px 20px;
}
.faq-filter-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.faq-tab {
  padding: 10px 24px;
  border-radius: 100px;
  border: 2px solid #e2e8f0;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s;
}
.faq-tab:hover {
  border-color: var(--g-primary-light);
  color: var(--g-primary);
  background: #f5f3ff;
}
.faq-tab.active {
  background: var(--g-primary-gradient);
  color: #fff;
  border-color: transparent;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}
.faq-card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-card:hover {
  border-color: #cbd5e1;
}
.faq-card.open {
  border-color: var(--g-primary);
  box-shadow: 0 0 0 3px rgba(124,58,237,0.08);
}
.faq-card-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  color: #1e293b;
  gap: 12px;
}
.faq-card-q:hover {
  background: #f8f9fc;
}
.faq-card-q span {
  flex: 1;
}
.faq-card-q i {
  transition: transform 0.3s;
  color: #94a3b8;
  font-size: 14px;
  flex-shrink: 0;
}
.faq-card.open .faq-card-q {
  color: var(--g-primary);
}
.faq-card.open .faq-card-q i {
  transform: rotate(90deg);
  color: var(--g-primary);
}
.faq-card-a {
  display: none;
  padding: 0 20px 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  margin: 0 20px;
  padding-left: 0;
  padding-right: 0;
}
.faq-card.open .faq-card-a {
  display: block;
}
@media (max-width: 767.98px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-filter-tabs {
    gap: 8px;
  }
  .faq-tab {
    padding: 8px 18px;
    font-size: 13px;
  }
  .faq-card-q {
    padding: 14px 16px;
    font-size: 14px;
  }
  .faq-card-a {
    margin: 0 16px;
    font-size: 13px;
  }
}

/* === API Page === */
.api-page-wrap {
  padding: 24px 20px;
}
.api-page-header {
  margin-bottom: 24px;
}
.api-page-header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px;
}
.api-page-header h2 i {
  color: #7C3AED;
  margin-right: 8px;
}
.api-page-header p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.api-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.api-info-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 20px;
}
.api-info-label {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.api-info-value {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
.api-method-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.api-method-header {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  padding: 14px 20px;
}
.api-method-header h4 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.api-method-body {
  padding: 16px 20px;
}
.api-type-select {
  padding: 8px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}
.api-type-select:focus {
  border-color: #a78bfa;
}
.api-table {
  width: 100%;
  border-collapse: collapse;
}
.api-table thead th {
  background: #f8f9fc;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
}
.api-table tbody td {
  padding: 12px 20px;
  font-size: 14px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.api-table tbody td code {
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  color: #7C3AED;
  font-weight: 600;
}
.api-example {
  padding: 16px 20px;
  border-top: 1px solid #f1f5f9;
}
.api-example-label {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 8px;
}
.api-code {
  background: #1e293b;
  color: #e2e8f0;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  overflow-x: auto;
  margin: 0;
}
.api-example-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.api-example-btn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .api-info-grid {
    grid-template-columns: 1fr 1fr;
  }
  .api-page-header h2 { font-size: 18px; }
  .api-table thead th,
  .api-table tbody td { padding: 10px 14px; font-size: 13px; }
  .api-code { font-size: 12px; padding: 12px 14px; }
}

/* === Sidebar Footer (Company Info) === */
.guest-sidebar-footer {
  margin-top: auto;
  padding: 16px;
  border-top: 1px solid #e2e8f0;
}
.guest-sidebar-biz-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #94a3b8;
  cursor: pointer;
  padding: 6px 0;
  user-select: none;
}
.guest-sidebar-biz-toggle i {
  font-size: 10px;
  transition: transform 0.3s;
}
.guest-sidebar-footer.open .guest-sidebar-biz-toggle i {
  transform: rotate(-180deg);
}
.guest-sidebar-biz-info {
  display: none;
  padding: 12px 0 8px;
}
.guest-sidebar-footer.open .guest-sidebar-biz-info {
  display: block;
}
.guest-sidebar-biz-info p {
  font-size: 12px;
  color: #94a3b8;
  margin: 0 0 6px;
  line-height: 1.5;
}
.guest-sidebar-biz-info p a {
  color: #7C3AED;
  text-decoration: none;
}
.guest-sidebar-biz-info p a:hover {
  text-decoration: underline;
}
.guest-sidebar-legal {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
  margin-top: 4px;
}
.guest-sidebar-legal a {
  font-size: 11px;
  color: #94a3b8;
  text-decoration: none;
}
.guest-sidebar-legal a:hover {
  color: #7C3AED;
}
.guest-sidebar-legal span {
  font-size: 11px;
  color: #cbd5e1;
}

/* === Terms / Privacy Page === */
.terms-page-wrap {
  padding: 24px 20px;
}
.terms-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.terms-tab {
  padding: 10px 24px;
  border-radius: 100px;
  border: 2px solid #e2e8f0;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s;
}
.terms-tab:hover {
  border-color: var(--g-primary-light);
  color: var(--g-primary);
  background: #f5f3ff;
}
.terms-tab.active {
  background: var(--g-primary-gradient);
  color: #fff;
  border-color: transparent;
}
.terms-tab i {
  margin-right: 6px;
}
.terms-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.terms-card-header {
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  padding: 16px 24px;
}
.terms-card-header h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.terms-card-header h2 i {
  margin-right: 8px;
}
.terms-card-body {
  padding: 24px;
}
.terms-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}
.terms-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.terms-section h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 10px;
}
.terms-section p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.8;
  margin: 0 0 6px;
}
.terms-section p:last-child {
  margin-bottom: 0;
}
.terms-section p strong {
  color: #334155;
}
.terms-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.terms-company-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: #f8f9fc;
  border-radius: 10px;
}
.terms-company-label {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.terms-company-value {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
@media (max-width: 767.98px) {
  .terms-tabs {
    gap: 8px;
  }
  .terms-tab {
    padding: 8px 18px;
    font-size: 13px;
  }
  .terms-card-body {
    padding: 16px;
  }
  .terms-section h4 {
    font-size: 14px;
  }
  .terms-section p {
    font-size: 13px;
  }
  .terms-company-grid {
    grid-template-columns: 1fr;
  }
  .terms-company-item {
    padding: 12px;
  }
}