@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap";

html,
body {
	font-family: "Noto Sans Thai", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

body {
	background: #ffbf00
}

.clearfix {
	clear: both
}

a,
a:hover,
a:focus {
	text-decoration: none
}

.hidden {
	display: none !important
}

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

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

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

.header {
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	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 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: .8px;
	margin-left: -10px
}

.header .site-name img {
	height: 85px
}

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

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

.header .header-menu ul li.active a {
	color: #fff !important
}

.header .header-menu ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 17px;
	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: rgba(255, 255, 255, 0.9)
}

.home-menu-btn {
	display: none
}

.home-head {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 130px 0 40px
}

.home-head .bub-items {
	position: absolute;
	z-index: 32;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.home-head .bub-items>* {
	position: absolute
}

.home-head .bub-items .bubi-0 {
	left: -180px;
	top: 50px;
	-webkit-animation: heart 3s infinite;
	animation: heart 3s infinite
}

.home-head .bub-items .bubi-1 {
	left: -207px;
	bottom: 220px;
	-webkit-animation: animateTwo 7s infinite;
	animation: animateTwo 7s infinite
}

.home-head .bub-items .bubi-2 {
	right: -290px;
	top: 60px;
	-webkit-animation: animateTwo 7s infinite;
	animation: animateTwo 7s infinite
}

.home-head .bub-items .bubi-3 {
	right: -150px;
	top: 360px;
	-webkit-animation: animateFour 5s infinite;
	animation: animateFour 5s infinite
}

@-webkit-keyframes heart {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

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

@keyframes heart {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

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

@-webkit-keyframes animateTwo {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}

	20% {
		-webkit-transform: translateX(20px) translateY(15px) scale(1.1);
		transform: translateX(20px) translateY(15px) scale(1.1)
	}

	56% {
		-webkit-transform: translateX(-5px) translateY(24px) scale(1);
		transform: translateX(-5px) translateY(24px) scale(1)
	}

	75% {
		-webkit-transform: translateX(30px) translateY(-5px) scale(1);
		transform: translateX(30px) translateY(-5px) scale(1)
	}

	100% {
		-webkit-transform: translateX(0) translateY(0) scale(1);
		transform: translateX(0) translateY(0) scale(1)
	}
}

@keyframes animateTwo {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}

	20% {
		-webkit-transform: translateX(20px) translateY(15px) scale(1.1);
		transform: translateX(20px) translateY(15px) scale(1.1)
	}

	56% {
		-webkit-transform: translateX(-5px) translateY(24px) scale(1);
		transform: translateX(-5px) translateY(24px) scale(1)
	}

	75% {
		-webkit-transform: translateX(30px) translateY(-5px) scale(1);
		transform: translateX(30px) translateY(-5px) scale(1)
	}

	100% {
		-webkit-transform: translateX(0) translateY(0) scale(1);
		transform: translateX(0) translateY(0) scale(1)
	}
}

@-webkit-keyframes animateFour {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}

	20% {
		-webkit-transform: translateX(-4px) translateY(28px) scale(1.1);
		transform: translateX(-4px) translateY(28px) scale(1.1)
	}

	56% {
		-webkit-transform: translateX(-16px) translateY(-14px) scale(1);
		transform: translateX(-16px) translateY(-14px) scale(1)
	}

	75% {
		-webkit-transform: translateX(24px) translateY(23px) scale(1.4);
		transform: translateX(24px) translateY(23px) scale(1.4)
	}

	100% {
		-webkit-transform: translateX(0) translateY(0) scale(1);
		transform: translateX(0) translateY(0) scale(1)
	}
}

@keyframes animateFour {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0)
	}

	20% {
		-webkit-transform: translateX(-4px) translateY(28px) scale(1.1);
		transform: translateX(-4px) translateY(28px) scale(1.1)
	}

	56% {
		-webkit-transform: translateX(-16px) translateY(-14px) scale(1);
		transform: translateX(-16px) translateY(-14px) scale(1)
	}

	75% {
		-webkit-transform: translateX(24px) translateY(23px) scale(1.4);
		transform: translateX(24px) translateY(23px) scale(1.4)
	}

	100% {
		-webkit-transform: translateX(0) translateY(0) scale(1);
		transform: translateX(0) translateY(0) scale(1)
	}
}

.home-head .home-head-real-content {
	z-index: 38;
	position: relative
}

.home-head .home-head-bg {
	background-image: url(https://storage.perfectcdn.com/e70129/3m8keh61652913xh.png);
	background-size: cover;
	background-position: top center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.home-head .home-head-content {
	z-index: 100;
	position: relative;
	padding: 100px 0;
	z-index: 33
}

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

.home-head .hh-left-badge .hhlb-icon {
	background: #ffc107;
	color: #fff;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	width: 40px;
	-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: 15px 14px;
	color: #ffc107;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px
}

.home-head .hl-title {
	font-size: 42px;
	line-height: 56px;
	font-weight: 600;
	margin-top: 42px;
	margin-bottom: 40px;
	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
}

.logbox {
	position: relative
}

.logbox::before {
	content: '';
	position: absolute;
	z-index: 14;
	
	background: -webkit-gradient(linear, left bottom, left top, from(#183441), to(#111E26));
	background: linear-gradient(to top, #183441, #111E26);
	border-radius: 12.4px
}

.logbox .logbox-content {
	background: #ffffff;
	border-radius: 20px;
	position: relative;
	z-index: 15;
	padding: 56px 30px 25px
}

.logbox .logbox-title {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-bottom: 40px
}

.hl-input {
	position: relative;
	margin-bottom: 28px
}

.hl-input input:focus~.floating-label,
.hl-input input:not(:focus):valid~.floating-label {
	top: 14px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	bottom: 10px;
	font-size: 13px;
	opacity: 1
}

.hl-input input:focus {
	border-color: #ffc107 !important
}

.hl-input .inputText {
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 15px;
	background: #15222E;
	border: 2px solid #15222E;
	outline: none;
	padding: 38px 16px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.hl-input .floating-label {
	position: absolute;
	pointer-events: none;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	color: #32495E;
	font-weight: 600
}

.hl-special:first-child {
	border: none !important
}

.hl-special {
	border: 2px solid #213446;
	background: #15222E;
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	height: 48px !important;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	text-decoration: none;
	font-weight: 600
}

.hl-special:hover {
	text-decoration: none !important;
	border-color: #ffc107;
	color: #fff;
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
	opacity: .9
}

.custom-check {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	display: none
}

.custom-check label {
	position: relative;
	z-index: 25
}

.custom-check .checkmark {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: transparent;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	border-radius: 10px
}

.custom-check:hover input~.checkmark {
	background-color: transparent
}

.custom-check input:checked~.checkmark {
	background-color: #ffc107
}

.custom-check .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.custom-check input:checked~.checkmark:after {
	display: block
}

.custom-check .checkmark:after {
	left: 20px;
	top: 12px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.dh-acc {
	display: block;
	margin-top: 44px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	text-align: center
}

.dh-acc .dh-acc-content {
	background: #121D27;
	padding: 0 18px;
	position: relative;
	z-index: 4;
	display: inline-block;
	font-size: 14px;
	font-size: 600;
	color: #fff
}

.dh-acc::before {
	content: '';
	z-index: 3;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #224E64
}

.btn {
	border-radius: 20px;
	-webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) .2s;
	transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) .2s;
	font-weight: 700;
	padding: 20px 40px
}

.btn.btn-primary {
	background: #ffc107;
	color: #fff;
	border: none
}

.btn.btn-primary:hover {
	background-color: #e2aa03
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: #e2aa03 !important
}

.btn.btn-lg {
	padding: 20px
}

.btn:hover {
	-webkit-transform: scale(0.96);
	transform: scale(0.96)
}

.btn-100 {
	display: block;
	width: 100%;
	text-align: center
}

.btn-100.btn-icon {
	display: flex;
	justify-content: center
}

.btn-rounded {
	border-radius: 25px
}

.btn-lg {
	padding: 12px 20px
}

.btn-outline {
	border: #ffffff;
	color: #fff;
	background-color: transparent
}

.btn-outline:hover,
.btn-outline:focus {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff
}

.btn-outline.btn-light {
	color: #fff;
	border-color: #2a4771
}

.btn-outline.btn-light:hover {
	background-color: #2a4771
}

.btn-outline.btn-secondary {
	border-color: #2a4771;
	background: #0c2447;
	color: #fff
}

.dd-btn::after {
	display: none
}

.btn-transparent {
	border: 1px solid;
	border-color: transparent;
	outline: none;
	background-color: transparent;
	color: #fff
}

.btn-transparent:hover {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.05);
	color: #fff
}

.home-section {
	padding: 120px 0
}

.hfs-content .hfs-item {
	margin: 15px 0
}

.hfs-content .hfs-item .hfs-count {
	font-size: 36px;
	letter-spacing: .4px;
	color: #fff;
	font-weight: 700
}

.hfs-content .hfs-item .hfs-title {
	font-size: 24px;
	font-weight: 500;
	color: #121D27
}

@media (max-width: 768px) {
    .hfs-item {
        text-align: center;  /* จัดข้อความและเนื้อหาให้อยู่ตรงกลาง */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


.home-title {
	position: relative
}

.home-title h2 {
	color: #fff;
	font-weight: 700;
	font-size: 39px
}

.home-title .hh-icon {
	position: relative;
	display: inline-block;
	margin-bottom: 46px
}

.home-title .hh-icon::before {
	content: '';
	position: absolute;
	z-index: 20;
	border-radius: 23px;
	left: -13px;
	right: -13px;
	top: -13px;
	bottom: -13px;
	background: rgba(0, 175, 76, 0.2)
}

.home-title .hh-icon .hh-content {
	position: relative;
	z-index: 25;
	background: #00AF4C;
	border-radius: 15px;
	height: 50px;
	width: 50px;
	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;
	font-size: 26px;
	color: #fff
}

.home-tabs .tab {
	display: none;
	color: #fff
}

.home-tabs .tab.active {
	display: block
}

.hsobs {
	margin-bottom: 50px
}

.hsobs .hsob {
	margin: 15px 0;
	background: #12232D;
	padding: 18px 40px 14px;
	color: #fff;
	border-radius: 30px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	cursor: pointer
}

.hsobs .hsob.active {
	background: #ffc107 !important
}

.hsobs .hsob.active .hsob-icon {
	color: #fff
}

.hsobs .hsob:hover {
	background: #1c3341;
	-webkit-transform: scale(0.94);
	transform: scale(0.94)
}

.hsobs .hsob:hover .hsob-icon {
	color: #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.hsobs .hsob .hsob-icon {
	color: #ffc107;
	font-size: 30px;
	-webkit-transition: .14s ease;
	transition: .14s ease
}

.hsobs .hsob .hsob-title {
	font-size: 21px;
	font-weight: 700
}

.wcu-content .wcu-conteiner {
	position: relative;
	margin: 15px 0
}

.wcu-content .wcu-conteiner::before {
	content: '';
	position: absolute;
	z-index: 20;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background: -webkit-gradient(linear, left bottom, left top, from(#183441), to(#111E26));
	background: linear-gradient(to top, #183441, #111E26);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.wcu-content .wcu-conteiner:hover::before {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.wcu-content .wcu-conteiner:hover .wcu-box {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	background: -webkit-gradient(linear, left top, right top, from(#04843B), to(#ffc107)) #04843B;
	background: linear-gradient(to right, #04843B, #ffc107) #04843B
}

.wcu-content .wcu-conteiner:hover .wcu-box .wcu-text {
	color: #fff
}

.wcu-content .wcu-conteiner:hover .wcu-box .wcu-icon img,
.wcu-content .wcu-conteiner:hover .wcu-box .wcu-go img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.wcu-content .wcu-conteiner:hover .wcu-box .wcu-icon img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.wcu-content .wcu-conteiner .wcu-box {
	background: #12232D;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	z-index: 23;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.wcu-content .wcu-conteiner .wcu-box .wcu-body {
	padding: 50px 30px 60px
}

.wcu-content .wcu-conteiner .wcu-box .wcu-icon i {
	font-size: 42px;
	color: #ffc107;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.wcu-content .wcu-conteiner .wcu-box:hover .wcu-icon i {
	font-size: 42px;
	color: #fff;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.wcu-content .wcu-conteiner .wcu-box .wcu-title {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin-top: 28px;
	margin-bottom: 20px;
	font-weight: 600
}

.wcu-content .wcu-conteiner .wcu-box .wcu-text {
	font-size: 14px;
	color: #9799A3;
	line-height: 24px;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.wcu-content .wcu-conteiner .wcu-box .wcu-go {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.wcu-content .wcu-conteiner .wcu-box .wcu-go i {
	font-size: 42px;
	color: #ffc107
}

.wcu-content .wcu-conteiner .wcu-box:hover .wcu-go i {
	font-size: 42px;
	color: #fff
}

.homeI-1 {
	max-width: 100%
}

.homeI-2 {
	position: absolute;
	max-width: 100%;
	right: 0
}

.hsl-title .hsl-title-icon {
	height: 60px;
	width: 60px;
	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: #ffc107;
	border-radius: 15px;
	font-size: 32px;
	color: #fff
}

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

.hsl-text {
	font-size: 19px;
	line-height: 33px;
	color: #fff;
	font-weight: 500;
	margin: 40px 0 30px
}

.hsl-bottom {
	margin-top: 50px
}

.hsl-item {
	position: relative;
	margin: 30px 0
}

.hsl-item .hsli-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px
}

.hsl-item .hsli-text {
	font-size: 15px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.8)
}

.how-pworks {
	display: block;
	position: relative
}

.how-pworks .bg-1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(https://storage.perfectcdn.com/e70129/lfrxpmlcyamcwsu6.png);
	background-size: cover;
	background-position: center;
	z-index: 20
}

.how-pworks .hpw-content {
	padding: 180px 0 260px;
	z-index: 25;
	position: relative
}

.how-pworks .hpw-title {
	color: #0c151b;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 30px
}

.how-pworks .hpw-text {
	max-width: 800px;
	display: inline-block;
	text-align: center;
	color: #0c151b;
	font-weight: 600;
	line-height: 34px;
	font-size: 20px
}

.how-pworks-bottom {
	position: relative;
	z-index: 29;
	padding: 0 0 20px
}

.hpw-box {
	margin-top: -200px;
	position: relative
}

.hpw-box::before {
	content: '';
	position: absolute;
	z-index: 30;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	background: -webkit-gradient(linear, left bottom, left top, from(#183441), to(#111E26));
	background: linear-gradient(to top, #183441, #111E26);
	border-radius: 12.4px
}

.hpw-box .hpw-box-r {
	border-radius: 10px;
	background: #0C151B;
	z-index: 35;
	position: relative;
	padding: 40px
}

.hpw-box .hpw-box-r::before {
	content: '';
	left: 80px;
	right: 80px;
	position: absolute;
	z-index: 31;
	top: calc(50% - 1.5px);
	height: 2px;
	background: #1B2B3A
}

.hpw-box .hpw-box-r>.row {
	z-index: 32
}

.hpw-item {
	text-align: center;
	z-index: 33;
	margin: 20px 0
}

.hpw-item .hpw-icon {
	height: 87px;
	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
}

.hpw-item .hpw-icon img {
	max-height: 87px
}

.hpw-item .hpw-num {
	position: relative;
	display: inline-block
}

.hpw-item .hpw-num::after {
	content: '';
	z-index: 34;
	position: absolute;
	left: -50px;
	right: -50px;
	top: 0;
	background-color: #0C151B;
	height: 100%
}

.hpw-item .hpw-num span {
	height: 74px;
	width: 74px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffc107;
	border-radius: 12px;
	margin-top: 40px;
	position: relative;
	z-index: 36;
	font-size: 30px;
	color: #fff;
	font-weight: 900
}

.hpw-item .hpw-num::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-top: solid 12px #ffc107;
	border-left: solid 12px transparent;
	border-right: solid 12px transparent
}

.hpw-item .hpw-title {
	margin-top: 35px;
	font-size: 19px;
	font-weight: 800;
	color: #fff
}

.hpw-item .hpw-text {
	margin-top: 12px;
	font-size: 13px;
	line-height: 23px;
	color: #B5B5B5
}

.special-color {
	color: #ffc107
}

.home-customer-container {
	width: 100%
}

.home-customer {
	padding: 120px 0;
	width: 100%
}

.home-customer .container {
	max-width: 800px;
	text-align: center
}

.home-customer .slider-circle {
	border: 3px solid #182836;
	border-radius: 50%;
	width: 640px;
	height: 640px;
	display: inline-block;
	position: relative
}

.home-customer .slider-circle .out-circle {
	position: absolute;
	border-radius: 50%
}

.home-customer .slider-circle .out-circle.oc-1 {
	left: -90px;
	top: -90px;
	bottom: -90px;
	opacity: .2;
	right: -90px;
	border: 3px solid #182836
}

.home-customer .slider-circle .out-circle.oc-2 {
	left: -200px;
	top: -200px;
	bottom: -200px;
	right: -200px;
	opacity: .3;
	border: 3px solid #182836
}

.home-customer .slider-content .slider-tab {
	display: none
}

.home-customer .slider-content .slider-tab.active {
	display: block
}

.home-customer .member-comment {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff
}

.home-customer .member-comment>* {
	margin: 20px 0
}

.home-customer .member-comment .comment-text {
	max-width: 480px;
	color: #fff;
	font-size: 26px;
	line-height: 41px;
	font-weight: 500
}

.home-customer .member-comment .comment-user {
	font-size: 25px;
	font-weight: 700
}

.home-customer .member-comment .comment-stars {
	color: #ffc107;
	font-size: 25px
}

.home-customer .slider-btns .slider-btn {
	z-index: 999;
	position: absolute;
	width: 64px;
	height: 64px;
	background-color: #2E4C67;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 5px;
	border: 3px solid transparent;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	cursor: pointer
}

.home-customer .slider-btns .slider-btn:hover {
	opacity: .9
}

.home-customer .slider-btns .slider-btn.active {
	border-color: #ffc107
}

.home-customer .slider-btns .slider-btn img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home-customer .slider-btns .slider-btn.sb-1 {
	top: 0;
	left: 50%
}

.home-customer .slider-btns .slider-btn.sb-2 {
	top: 50%;
	left: 100%
}

.home-customer .slider-btns .slider-btn.sb-3 {
	top: 100%;
	left: 50%
}

.home-customer .slider-btns .slider-btn.sb-4 {
	left: 0;
	top: 50%
}

.footer {
	color: #fff
}

.footer .site-name {
	font-size: 36px;
	font-weight: 600;
	padding: 52px 0;
	color: #fff;
	line-height: 48px
}

.footer .site-name img {
	height: 80px
}

.footer .footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right
}

.footer .footer-right .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	margin-left: auto
}

.footer .footer-menu {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	font-weight: 700
}

.footer .footer-menu li {
	display: inline-block;
	padding: 0 4px
}

.footer .footer-menu li a {
	color: #fff;
	padding: 0 8px
}

.footer .footer-top {
	position: relative;
	border-top: 1px solid #16222F
}

.footer .footer-top .ft-content {
	position: relative;
	z-index: 3
}

.footer .footer-icons>* {
	margin: 10px
}

.footer .footer-bottom {
	padding: 30px 0 40px
}

.footer .footer-bt-info {
	font-size: 18px;
	color: #fff;
	font-weight: 700
}

@media (max-width: 767.98px) {
	.wcu-content .wcu-conteiner::before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
	}

	.wcu-content .wcu-conteiner .wcu-box {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
	}

	.home-customer-container {
		overflow: inherit;
		display: block
	}

	.home-customer {
		padding: 70px 0;
		width: 100%
	}

	.home-customer .container {
		max-width: 800px;
		text-align: center
	}

	.home-customer .slider-circle {
		border: none;
		border-radius: 0;
		width: 100%;
		height: auto;
		display: block
	}

	.home-customer .slider-circle .out-circle {
		display: none
	}

	.home-customer .slider-content .slider-tab {
		display: none
	}

	.home-customer .slider-content .slider-tab.active {
		display: block
	}

	.home-customer .member-comment {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		position: relative;
		color: #fff
	}

	.home-customer .member-comment .quote-icon img {
		width: 32px
	}

	.home-customer .member-comment>* {
		margin: 10px 0
	}

	.home-customer .member-comment .comment-text {
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		color: #fff
	}

	.home-customer .member-comment .comment-user {
		font-size: 20px
	}

	.home-customer .slider-btns {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px
	}

	.home-customer .slider-btns .slider-btn {
		width: 64px;
		height: 64px;
		background-color: #2E4C67;
		-webkit-transform: inherit;
		transform: inherit;
		position: relative
	}

	.home-customer .slider-btns .slider-btn:hover {
		opacity: .9
	}

	.home-customer .slider-btns .slider-btn.active {
		border-color: #ffc107
	}

	.home-customer .slider-btns .slider-btn img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.home-customer .slider-btns .slider-btn.sb-1,
	.home-customer .slider-btns .slider-btn.sb-2,
	.home-customer .slider-btns .slider-btn.sb-3,
	.home-customer .slider-btns .slider-btn.sb-4 {
		top: inherit;
		left: inherit
	}

	.hsl-title-icon {
		margin-bottom: 20px;
		width: 64px !important;
		height: 64px !important;
		font-size: 40px !important
	}

	.home-section {
		padding: 70px 0
	}

	.hl-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.hl-btns>a {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.home-head .hh-left-badge {
		height: 38px;
		border-radius: 19px
	}

	.home-head .hh-left-badge .hhlb-icon {
		width: 28px;
		height: 28px
	}

	.home-head .hh-left-badge .hhlb-text {
		padding: 10px 9px;
		font-size: 13px
	}

	.home-head .home-head-content {
		padding: 0
	}

	.home-head .hl-title {
		font-size: 24px;
		line-height: 36px;
		font-weight: 600;
		margin-top: 32px;
		margin-bottom: 26px;
		color: #fff
	}

	.home-head .hl-text {
		display: none
	}

	.btn.btn-lg {
		padding: 18px 40px
	}

	.btn.btn-lg.btn-outline {
		padding: 16px 40px
	}

	.hl-input input:focus~.floating-label,
	.hl-input input:not(:focus):valid~.floating-label {
		top: 8px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		bottom: 10px
	}

	.hl-input input:focus {
		border-color: #ffc107 !important
	}

	.hl-input .inputText {
		padding: 24px 16px 14px
	}

	.hsobs .hsob {
		padding: 11px 20px;
		margin: 8px 0
	}

	.hsobs .hsob .hsob-title {
		font-size: 16px;
		font-weight: 400
	}

	.hsl-text {
		font-size: 16px;
		line-height: 31px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.9)
	}

	.how-pworks .hpw-title {
		color: #fff;
		font-size: 24px
	}

	.how-pworks .hpw-text {
		font-weight: 500;
		line-height: 18px
	}

	.home-title h2 {
		color: #fff;
		font-weight: 700;
		font-size: 30px
	}

	.footer .footer-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.footer .footer-right .btn {
		margin-left: inherit
	}

	.footer .footer-right>* {
		margin: 7px 0
	}

	.header {
		margin-top: 0
	}

	.custom-check .checkmark:after {
		border-color: transparent !important
	}
}

@media (max-width: 991.98px) {
	.home-boost-box {
		padding: 40px 24px
	}

	.home-menu-btn {
		display: inline-block
	}

	.head-menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #181c29;
		-webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
		box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
		padding: 40px 30px;
		z-index: 1003;
		overflow-y: auto;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px
	}

	.head-menu .btn {
		display: block
	}

	.head-menu .mmff {
		width: 100%;
		display: block
	}

	.head-menu .hm-close {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 18px;
		cursor: pointer;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		color: #fff;
		opacity: .6;
		z-index: 1004
	}

	.head-menu .bs-btn {
		display: block;
		width: 100%
	}

	.head-menu .bs-btn+.bs-btn {
		margin-top: 14px
	}

	.head-menu .header-menu>ul {
		width: 100%;
		padding: 0 20px 30px
	}

	.head-menu .header-menu>ul>li {
		display: block;
		position: relative
	}

	.head-menu .header-menu>ul>li+li {
		margin: 0
	}

	.head-menu .header-menu>ul>li>a {
		display: block;
		text-align: left;
		position: relative;
		max-height: 40px;
		padding: 24px 0;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600
	}

	.head-menu .header-menu>ul>li>a::after {
		display: none
	}

	.head-menu.active {
		display: block
	}
}

@media (max-width: 1199.98px) {
	.homeI-2 {
		width: 100%
	}
}

@media (max-width: 1600px) {
	.home-head .bub-items {
		display: none !important
	}
}

.ahbtn {
	width: 55px;
	height: 55px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.5);
	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;
	padding: 0;
	border: none;
	font-size: 24px;
	position: relative
}

.ahbtn::after {
	content: attr(data-text);
	position: absolute;
	width: auto;
	height: 24px;
	bottom: -28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500
}

.ahbtn.bs-1 {
	color: #2A62FF;
	background: rgba(42, 98, 255, 0.15)
}

.ahbtn.bs-2 {
	color: #547ADB;
	background: rgba(42, 98, 255, 0.15)
}

.ahbtn.bs-3 {
	color: #414B6C;
	background: rgba(69, 91, 158, 0.15)
}

.ahbtn.bs-4 {
	color: #FF2828;
	background: rgba(255, 40, 40, 0.15)
}

.pg-titlte {
	font-size: 25px;
	line-height: 31px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 0
}

.pg-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
	color: #FFF
}

a:hover {
	color: #0967a1
}

.primary-color {
	color: #ffc107 !important
}

.secondary-color {
	color: #192149 !important
}

.success-color {
	color: #00B67A !important
}

.danger-color {
	color: #f65619 !important
}

.warning-color {
	color: #fbbc05 !important
}

.primary-bg {
	background-color: #0258FF !important
}

.secondary-bg {
	background-color: #192149 !important
}

.success-bg {
	background-color: #00B67A !important
}

.warning-bg {
	background-color: #fbbc05 !important
}

.danger-bg {
	background-color: #f65619 !important
}

.pink-bg {
	background-color: #ff029a !important
}

.purple-bg {
	background-color: #9158ed !important
}

.orange-bg {
	background-color: #f39c12 !important
}

.container {
	max-width: 1120px
}

.fw-400 {
	font-weight: 400 !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0
}

.sbadge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 24px 13px 20px;
	background: linear-gradient(246.82deg, #1a2444 8.2%, rgba(34, 45, 79, 0) 78.22%), #0c1447;
	border: 1px solid #19225c;
	box-sizing: border-box;
	box-shadow: 0 25px 50px rgba(10, 39, 83, 0.07);
	border-radius: 15px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -.03em;
	color: #fff
}

.sbadge .icon {
	font-size: 14px;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center
}

.sbadge .text {
	font-weight: 600
}

.card {
	background: #121D27;
	border: 1px solid #183441;
	box-sizing: border-box;
	box-shadow: 0 25px 50px rgba(10, 39, 83, 0.07);
	border-radius: 20px;
	position: relative
}

.card-body {
	padding: 31px 28px
}

.card-header {
	border-radius: 15px 15px 0 0 !important;
	background: url(https://storage.perfectcdn.com/e70129/3ko4iakx3589yi1s.png);
	background-size: cover;
	background-position: center;
	padding: 30px 28px;
	border-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: transparent
}

.card-header.body-top-on-this {
	z-index: 2
}

.card-header.body-top-on-this+.card-body {
	z-index: 4;
	position: relative;
	margin-top: -20px;
	padding-top: 0
}

.card-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: -.005em;
	color: #fff;
	margin-bottom: 0
}

.card-h-text {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.005em;
	color: rgba(255, 255, 255, 0.35);
	margin-top: 10px;
	display: none
}

@media (min-width: 992px) {
	.card-h-text {
		display: block
	}
}

.card.card-no-box {
	position: relative;
	margin: 0 0 30px
}

.card.card-no-box.cnb-2 .cb-content::after {
	background-image: url(https://storage.perfectcdn.com/0402e1/ofqzxfp9grw0ehyi.png)
}

.card.card-no-box.cnb-2 .cnb-circle {
	color: #FF2828;
	border-color: #FF2828
}

.card.card-no-box.cnb-3 .cb-content::after {
	background-image: url(https://storage.perfectcdn.com/0402e1/zegx57lhj96h8umk.png)
}

.card.card-no-box.cnb-3 .cnb-circle {
	color: #28F1AA;
	border-color: #28F1AA
}

.card.card-no-box.cnb-4 .cb-content::after {
	background-image: url(https://storage.perfectcdn.com/0402e1/l9tcfibhsjranlqt.png)
}

.card.card-no-box.cnb-4 .cnb-circle {
	color: #A12AFF;
	border-color: #A12AFF
}

.card.card-no-box .cb-content {
	position: relative;
	overflow: hidden
}

.card.card-no-box .cb-content::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(https://storage.perfectcdn.com/0402e1/pld5aq47eq9iqqm6.png);
	opacity: .17;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center
}

.card.card-no-box .cnb-content {
	padding: 30px 30px 50px;
	position: relative;
	z-index: 5
}

@media (max-width: 991.98px) {
	.card.card-no-box .cnb-content {
		padding: 15px
	}

	.card.card-no-box .cnb-content .col-auto {
		display: none
	}

	.card.card-no-box h2 {
		font-size: 12px !important
	}

	.card.card-no-box h3,
	.pwd {
		font-size: 18px !important
	}

	.card.card-no-box {
		margin: 0 0 15px
	}
}

.card.card-no-box .cnb-circle {
	border-radius: 50%;
	border: 3px solid #2A62FF;
	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;
	width: 72px;
	height: 72px;
	color: #2A62FF;
	font-size: 32.6276px;
	line-height: 33px;
	color: #2A62FF
}

.card.card-no-box h2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	margin-bottom: 4px
}

.card.card-no-box h3,
.pwd {
	font-weight: 700;
	font-size: 24px;
	line-height: 37px;
	color: #FFF;
	margin-bottom: 0
}

.form-control {
	background: #121D27;
	border: 1px solid #183441;
	border-radius: 15px;
	line-height: 20px;
	padding: 14px 18px;
	outline: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.842);
    height: 50px
}

.form-control:focus {
	box-shadow: 0 0 0 4px #ffc107d9;
	background-color: #121D27;
	border: 1px solid transparent;
	color: #fff
}

.form-control::placeholder {
	color: #929cb7
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #0c141b !important;
	opacity: 1
}

.form-select,
select.form-control {
	background: #121D27;
	border: 1px solid #183441;
	border-radius: 15px;
	line-height: 20px;
	padding: 14px 18px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
    height: 50px;
    width: 100%
}

.form-select:focus,
select.form-control:focus {
	box-shadow: none;
	background: #121D27;
	border: 1px solid #183441
}

.form-select::placeholder,
select.form-control::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.form-label,
label {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 12px
}

.form-control-lg {
	padding: 20px 18px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px transparent inset !important;
	-webkit-text-fill-color: #fff !important
}

.form-check-label {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff
}

.form-check-input {
	width: 20px;
	height: 20px
}

.form-check-input:checked {
	background-color: #0258FF;
	border-color: #0258FF
}

.hbadge {
	position: relative;
	display: inline-block;
	background: rgba(18, 140, 214, 0.15);
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -.03em;
	color: #297eb3;
	padding: 12px 24px;
  	height: 55px
}

.hbadge-danger {
	color: #cf5e33;
	background: rgba(246, 86, 25, 0.15)
}

.dropdown-menu {
	border: none;
	box-shadow: 0 10px 30px rgb(177, 151, 0, 0.22);
	border-radius: 15px;
	background-color: #0C141B
}

.dropdown-item {
	font-weight: 500;
	color: #fff;
	padding: 6px 20px
}

.dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.06);
	color: #fff
}

@media (min-width: 992px) {
	.dropdown-item {
		font-size: 14px
	}
}

.dropdown-item:focus {
	background-color: #0258FF
}

.dropdown-divider {
	background-color: #d0d0d0
}

.pagination .page-item.active .page-link {
	background-color: #ffc107;
    color: #fff;
}

.pagination .page-item.active .page-link::before {
	content: "";
	bottom: 0;
	height: 3px;
	width: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #121d27
}

.pagination .page-item:first-child {
	border-right: 1px solid #151d46
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 400
}

.pagination .page-item:last-child {
	border-left: 1px solid #151d46
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 400
}

.pagination .page-item .page-link {
	background: #121d27;
    border: none;
    margin: 0;
    height: 50px;
    padding: 0;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17.3005px;
    line-height: 18px;
    color: #b7cdd8;
    position: relative;
}

.pagination .page-item .page-link:focus {
	z-index: 2
}

.menu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background-color: #183441;
	color: #ffc107;
	outline: none;
	border: none;
	font-size: 18px;
	transition: .14s ease;
	z-index: 1020
}

.menu-btn:focus {
	box-shadow: 0 0 0 4px rgba(0, 177, 77, 0.1)
}

#appDashboard .dashboard-head-wrapper {
	padding-top: 40px
}

.dashboard-head-wrapper {
	position: relative;
	margin-bottom: 30px
}

.dashboard-head-wrapper .dashboard-head {
	background: #183441;
	border: 1px solid #ffc107;
	border-radius: 15px;
	position: relative
}

@media (min-width: 992px) {
	.dashboard-head-wrapper .dashboard-head {
		border-radius: 25px
	}
}

.dashboard-head-wrapper .dhead-body {
	position: relative;
	z-index: 6;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 30px
}

@media (min-width: 768px) {
	.dashboard-head-wrapper .dhead-body {
		padding: 40px 44px;
		max-width: 80%
	}
}

@media (min-width: 992px) {
	.dashboard-head-wrapper .dhead-body {
		padding: 60px;
		max-width: 70%
	}
}

.dashboard-head-wrapper .dhead-body .title {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 14px;
	color: #fff
}

@media (min-width: 768px) {
	.dashboard-head-wrapper .dhead-body .title {
		font-size: 25px;
		line-height: 34px
	}
}

.dashboard-head-wrapper .dhead-body .text {
	font-weight: 500;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #c9c9c9;
	margin-bottom: 0
}

.dashboard-head-wrapper .dhead-body .text a {
	color: #029fff
}

.dashboard-head-wrapper .dhead-body .text-2 {
	padding-top: 6px;
	font-size: 14px;
	line-height: 20px;
	color: #72879d;
	margin-bottom: 0
}

.dashboard-head-wrapper .dhead-body .dhead-icon {
	display: none
}

.dashboard-head-wrapper .dhead-body .dhead-icon.pg-af {
	background: rgba(255, 0, 153, 0.25);
	color: #f09
}

.dashboard-head-wrapper .dhead-body .dhead-icon.pg-ap {
	background: #183441;
	border: 5px solid #ffc107
}

.dashboard-head-wrapper .dhead-body .dhead-icon.pg-cp {
	background: rgb(253 195 6 / 25%);
	color: #ffc107
}

@media (min-width: 768px) {
	.dashboard-head-wrapper .dhead-body .dhead-icon {
		width: 82px;
		height: 82px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		align-items: center;
		font-size: 42px
	}
}

.dashboard-head-wrapper .dhead-img-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%
}

.dashboard-head-wrapper .dhead-img-wrapper .dhead-img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-width: 100%;
	display: none
}

@media (min-width: 992px) {
	.dashboard-head-wrapper .dhead-img-wrapper .dhead-img {
		display: block
	}
}

.appAuth {
	position: relative;
	min-height: 100vh;
	background: #0C141B;
	padding-left: 280px;
	padding-top: 90px;
	color: #fff
}

.appAuth .container {
	max-width: 1400px
}

.appAuth .menu-btn {
	position: fixed;
	top: 14px;
	left: 14px
}

.appAuth .menu-btn .ri-close-line,
.appAuth .menu-btn .ri-menu-line {
	position: absolute;
	left: 50%;
	top: 50%
}

.appAuth .menu-btn .ri-close-line {
	transform: scale(0) translate(-50%, -50%);
	transition: .2s ease
}

.appAuth .menu-btn .ri-menu-line {
	transition: .2s ease;
	transform: translate(-50%, -50%)
}

@media (max-width: 992px) {
	.appAuth {
		padding-left: 0
	}

	.appAuth.sidebar-active .appSidebar {
		transform: translateX(0) translateX(0)
	}

	.appAuth.sidebar-active .menu-btn {
		left: 300px
	}

	.appAuth.sidebar-active .menu-btn .ri-close-line {
		transform: scale(1) translate(-50%, -50%)
	}

	.appAuth.sidebar-active .menu-btn .ri-menu-line {
		transform: scale(0) translate(-50%, -50%)
	}

	.appAuth .appSidebar {
		transform: translateX(-110%);
		transition: .24s ease;
		box-shadow: 4px 0 30px rgba(0, 0, 0, 0.3)
	}
}

.appSidebar {
	background: #121D27;
	border-right: 1px solid #183441;
	border-radius: 0;
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	z-index: 1040
}

.sbLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 0 0;
	margin-bottom: -10px
}

.sbLogo img {
	max-width: 250px
}

.sbUsrWr {
	padding: 20px 30px 0
}

.sbUsr {
	background: #0C141B;
	border-radius: 44px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 20px;
	transition: .14s ease
}

.sbUsr:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.2)
}

.avtWr {
	background-color: #ffc107;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	padding-top: 4px
}

.avtWr span {
	font-weight: 600;
	font-size: 24px;
	color: #fff
}

.sbName {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .01em;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px
}

.sbName::after {
	content: "\eb80";
	color: #0258FF;
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 18px
}

.sbUsrSt {
	margin-top: 6px;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .02em;
	color: #8b98b8
}

.goWr {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.sbMenuWr {
	flex: 1;
	overflow-y: auto;
	padding: 20px 0 40px
}

.sbMenuWr::-webkit-scrollbar {
	width: 0
}

.sbMenu {
	list-style: none;
	margin: 0;
	padding: 0 30px;
	gap: 15px;
	display: flex;
	flex-direction: column
}

.sbMenu .mItem {
	display: block
}

.sbMenu .mLink {
	color: #fff;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	transition: .14s ease;
	cursor: pointer
}

.sbMenu .mLink .mText {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.sbMenu .mLink .mIcon {
	display: flex;
	align-items: center;
	font-size: 20px;
	width: 37px
}

.sbMenu .mLink.active {
	background: #ffc107;
	box-shadow: 0 7.93801px 19.845px rgb(255, 193, 77, 0.15);
	border-radius: 50px;
	color: #fff
}

.sbMenu .mLink.active:hover {
	color: #fff
}

.sbMenu .mLink:hover {
	color: #ffc107
}

.sbMenu .mSMore {
	background: #0c2447;
	border: 1px solid #2a4771;
	color: #fff;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	transition: .14s ease;
	cursor: pointer
}

.sbMenu .mSMore .mText {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.sbMenu .mSMore .mIcon {
	display: flex;
	align-items: center;
	font-size: 20px;
	transition: .14s ease
}

.sbMenu .mSMore:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 33, 73, 0.3)
}

.sbMenu .mSMoreItem.active .mSMore .mIcon {
	transform: rotate(180deg)
}

.sbMenu .mSMoreItem.active .subMenu {
	width: 100%;
	display: flex
}

.sbMenu .subMenu {
	display: none;
	flex-direction: column;
	padding: 14px 0;
	margin: 0;
	transition-timing-function: .2s ease
}

.appHeader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 74px;
	z-index: 1001;
	background: #121D27;
	border-bottom: 1px solid #183441
}

@media (min-width: 768px) {
	.appHeader {
		padding: 0 30px;
		height: 90px;
		border-bottom: 0
	}
}

.appHeader .apHdRw {
	height: 74px;
	align-items: center
}

@media (min-width: 992px) {
	.appHeader .apHdRw {
		height: 90px
	}
}

@media (min-width: 992px) {
	.appHeader {
		left: 280px
	}
}

.apPgTi {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #fff
}

.apPgTx {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #8b98b8;
	margin: 0 !important
}

.apHdCr {
	display: flex;
	align-items: center;
	gap: 14px
}

@media (max-width: 992px) {
	.apHdCr {
		width: 42px;
		height: 42px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px
	}
}

.apHdCr::after {
	display: none
}

.apHdIt {
	position: relative;
	background-color: transparent;
	display: flex;
	gap: 12px;
	align-items: center;
	text-align: left;
	padding: 0
}

.apHdIt::after {
	display: none
}

@media (min-width: 768px) {
	.apHdIt {
		padding: 9px 20px
	}
}

.apHdIt .icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #0C141B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffc107;
	font-size: 20px;
	overflow: hidden
}

.apHdIt .icon.avatar {
	background-color: transparent
}

.colIc .icon.avatar {
	background: rgb(177, 161, 0, 0.33)
}

.apHdIt .icon.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.apHdIt .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff
}

.apHdIt .text {
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	color: #8b98b8;
	margin-top: 6px
}

.apHdIt .arrows {
	color: #fff;
	display: flex;
	align-items: center
}

.apHdIt.apHdPrb {
	background: #0C141B;
	border-radius: 50px;
	padding: 10px 0 10px 10px
}

.appContent {
	padding-bottom: 40px
}

@media (min-width: 992px) {
	.appContent {
		padding: 0 30px 30px
	}
}

.hiddenTitle {
	display: none;
	visibility: hidden;
	opacity: 0
}

.nwoNav {
	background: #121D27;
	border: 1px solid #183441;
	border-radius: 15px;
	margin: 0;
	list-style: none;
	padding: 7px;
	display: flex
}

.nwoNav .nwoNavLink {
	border: none;
	outline: none;
	border-radius: 11px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	color: #fff;
	padding: 13px 25px;
	transition: .14s ease
}

.nwoNav .nwoNavLink.active {
	background: #ffc107;
	color: #fff
}

.nwoTabs .nwoTab {
	display: none
}

.nwoTabs .nwoTab.active {
	display: block
}

.nwoDeIt {
	height: 47px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	background: #121D27;
	border: 1px solid #183441;
	border-radius: 15px
}

.nwoDeIt.description {
	height: auto;
	padding: 20px
}



@media (min-width: 992px) {
	.nwoDeIt.description {
		padding: 30px
	}
}

.nwoDeIt .icon {
	width: 32px;
	height: 32px;
	color: #fff;
	background-color: #192149;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.nwoDeIt .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	overflow-wrap: break-word;
	max-width: 100%
}

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

.s-row.s-title {
	font-weight: 600;
	display: none
}

@media (min-width: 992px) {
	.s-row.s-title {
		display: flex
	}
}

.s-col {
	flex: 0 0 auto
}

@media (min-width: 992px) {
	.s-col {
		flex: 0 0 50px;
		width: 50px
	}

	.s-col.s-col-sm {
		flex: 0 0 70px;
		width: 70px
	}

	.s-col.s-col-md {
		flex: 0 0 100px;
		width: 100px
	}

	.s-col.s-col-lg {
		flex: 0 0 180px;
		width: 180px
	}

	.s-col.s-title {
		flex: 1 0 0;
		width: auto
	}
}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

@media (min-width: 992px) {
	.services-wrapper {
		flex-direction: column
	}
}

.si-wrapper {
	flex: 0 0 auto;
	width: 100%;
	position: relative
}

@media (min-width: 768px) {
	.si-wrapper {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (min-width: 992px) {
	.si-wrapper {
		width: 100%
	}
}

.service-item {
	padding: 12px 30px;
	border-radius: 15px;
	margin-bottom: 14px;
	background: #121d27;
	border: 1px solid #183441;
	box-sizing: border-box;
	border-radius: 15px
}

@media (max-width: 992px) {
	.service-item .s-row {
		flex-wrap: wrap;
		align-items: center
	}

	.service-item .s-col-avtime {
		width: 100%;
		text-align: center
	}

	.service-item .s-col-btn {
		flex: 1
	}

	.service-item .s-col {
		padding: 0
	}

	.service-item .s-col::before {
		content: attr(data-title);
		display: block;
		padding-bottom: 6px;
		font-weight: 600;
		color: red;
		font-size: 13px
	}

	.service-item .s-col-fav {
		order: 100
	}

	.service-item .s-col-id {
		width: 100%;
		text-align: center
	}

	.service-item .s-title {
		width: 100%;
		text-align: center
	}

	.service-item .s-col-c {
		width: 30%;
		text-align: center
	}
}

.services-head-row .service-item {
	background-color: transparent;
	border: none
}

.sp-serv-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px
}

.sp-serv-sm {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	color: #ffc107
}

@media (min-width: 992px) {
	.sp-serv-sm {
		color: #949494;
		font-size: 14px
	}
}

.orlc {
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding: 5px 10px;
	background: #f7fafc;
	color: #74809d;
	border-radius: 10px
}

.orlc.min {
	background: rgba(45, 250, 213, 0.18);
	color: #0a977e;
	border: 1px solid #0a977e
}

.orlc.max {
	background: rgba(255, 38, 38, 0.25);
	color: #FE7E7E;
	border: 1px solid #FE7E7E
}

.sp-services .card {
	margin-bottom: 30px
}

@media (min-width: 992px) {
	.sp-services .card {
		background-color: #fff;
		border: 1px solid #eee;
		overflow: hidden
	}
}

.si-header {
	padding: 25px 30px;
	background: url(https://storage.perfectcdn.com/0402e1/b5b38u9mlsnaeubz.png) #ffc107;
	border-radius: 15px;
	margin-bottom: 14px
}

.si-header .si-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0
}

.search-services {
	height: 40px;
	position: relative
}

.search-services:focus-within .icon {
	color: #fff
}

.search-services .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #92969d;
	transition: .14s ease
}

.search-services .textbox {
	width: calc(100% - 40px);
	margin-left: 40px;
	height: 40px;
	background-color: transparent;
	outline: none;
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.search-services .textbox::placeholder {
	color: #92969d
}

.orders-nav-wrapper {
	padding-top: 30px;
	margin-bottom: 30px
}

.orders-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.orders-nav-link {
	background: #121D27;
	border: 1px solid #183441;
	box-sizing: border-box;
	border-radius: 15px;
	color: #637990;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	transition: .14s ease
}

.orders-nav-link:focus {
	box-shadow: #ffc107d9 ;
}

.orders-nav-link.active {
	background-color: #ffc107;
	border-color: #183441 !important;
	color: #fff
}

.orders-nav-link.active:hover {
	background-color: #ffc107;
	color: #fff;
	border-color: #183441
}

@media (min-width: 992px) {
	.orders-nav-link {
		padding: 10px 13px
	}
}

@media (min-width: 1200px) {
	.orders-nav-link {
		padding: 11px 15px
	}
}

@media (min-width: 1400px) {
	.orders-nav-link {
		padding: 14px 18px
	}
}

.orders-nav-link .icon {
	font-size: 20px;
	display: flex;
	align-items: center
}

.orders-nav-link .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.op-search-box {
	transition: .14s ease
}

.op-search-box:focus-within {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.25)
}

.op-search-box .icon {
	color: #637990
}

.op-search-box input {
	transition: .14s ease;
	background-color: transparent;
	border: none;
	outline: none;
	flex: 1;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.op-search-box input::placeholder {
	color: #566676
}

.op-card {
	margin-bottom: 30px
}

.op-card .op-card--top {
	padding-bottom: 30px;
	border-bottom: 1px solid #0c141b
}

.op-card .op-card--bottom {
	padding-top: 30px
}

.op-stats {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	padding: 20px 34px
}

.op-stats.op-stats-sm {
	padding: 16px 30px;
	border-color: rgba(255, 255, 255, 0.15) !important
}

.op-stats.op-stats-btn {
	padding: 20px;
	display: inline-block;
	background: #0258FF;
	border: none;
	color: #566676;
	transition: .14s ease;
	color: #fff
}

.op-stats.op-stats-btn:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.25)
}

.op-stats.op-stats-btn.cs-btn {
	font-size: 24px;
	margin-bottom: 0
}

.op-stats.primary {
	background-color: #00B67A;
	border: none;
	color: #fff
}

.op-stats.secondary {
	background-color: #192149;
	border: none;
	color: #fff
}

.op-stats.info {
	background-color: #029fff;
	border: none;
	color: #fff
}

.op-stats.warning {
	background-color: #fbbc05;
	border: none;
	color: #fff
}

.op-stats.danger {
	background-color: #f65619;
	border: none;
	color: #fff
}

.op-stats.danger-btn {
	border: 1px solid #f65619;
	background: rgba(246, 86, 25, 0.1);
	color: #f65619
}

.op-service-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #fdfdfd;
	margin-bottom: 0
}

.op-search-box.op-order-link {
	display: flex;
	width: 100%
}

.op-search-box.op-order-link .link {
	display: block;
	width: 100%;
	flex: 1 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #637990;
	opacity: .8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.op-date {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #566676
}

.op-date::before {
	content: "";
	width: 9px;
	height: 9px;
	background: #9aacbd;
	display: inline-block;
	border-radius: 50%;
	margin-right: 14px;
	margin-left: 0
}

.op-item {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: column
}

@media (min-width: 992px) {
	.op-item {
		flex-direction: row
	}
}

.op-item .title {
	font-size: 14px;
	line-height: 18px;
	color: #72879d
}

.op-item .icon {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fdfdfd
}

.op-item .text {
	font-weight: 700;
	font-size: 23px;
	color: #fdfdfd;
	line-height: 27px
}

.af-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 0
}

.card-af-top {
	margin-bottom: 30px
}

.af-nav-pay {
	display: flex;
	margin: 0 0 10px !important;
	justify-content: space-between;
	gap: 10px
}

.af-nav-pay .nav-item {
	position: relative;
	flex: 1;
	margin-bottom: 10px
}

@media (max-width: 992px) {
	.af-nav-pay {
		flex-wrap: nowrap;
		overflow-x: auto
	}
}

.af-nav-pay .nav-link {
	font-weight: 600;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #192149;
	padding: 15px 0;
	width: 100%;
	background: #121D27;
	border: 1px solid #183441;
	box-sizing: border-box;
	border-radius: 15px;
	min-width: 80px;
	color: #fff
}

.af-nav-pay .nav-link .icon {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .14s ease
}

.af-nav-pay .nav-link.active {
	background: #ffc107;
	border-color: #183441
}

.af-nav-pay .nav-link.active .icon {
	opacity: 1
}

.af-pm-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 14px
}

.paytab-head {
	margin-bottom: 30px
}

.af-pm-about {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #636b82;
	margin-bottom: 0
}

.af-pm-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 0
}

@media (min-width: 768px) {
	.af-pm-text {
		padding: 30px;
		background: #0C141B;
		border: 1px solid #183441;
		box-sizing: border-box;
		border-radius: 20px
	}
}

.af-pm-img {
	width: 60px
}

.af-ph {
	background: #293141;
	border: 1px solid #333d54;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 24px;
	margin-bottom: 14px
}

.af-pm-list {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
	padding-left: 1.25rem
}

.af-pm-list>li+li {
	margin-top: 10px
}

.sc-sup-item {
	background: #183441;
	border: 1px solid #0C141B;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 18px 30px;
	display: block;
	width: 100%;
	transition: .14s ease
}

.sc-sup-item:hover {
	background: #0C141B;
	border: 1px solid #183441
}

.sc-sup-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #8b98b8;
	margin-bottom: 10px
}

.sc-sup-item .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 10px
}

@media (min-width: 992px) {
	.sc-sup-item .text {
		margin-bottom: 0
	}
}

.sc-sup-item+.sc-sup-item {
	margin-top: 13px
}

.sd-head {
	padding: 20px 0 30px
}

.sd-back {
	display: block;
	padding: 10px 0 12px;
	margin: 10px 0;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px
}

.sd-back:hover {
	color: #fff
}

.sd-back:hover::after {
	left: -18px;
	right: -18px
}

.sd-back i,
.sd-back span {
	position: relative;
	z-index: 3
}

.sd-back::after {
	content: "";
	height: 2px;
	background-color: #0258FF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .14s ease
}

.sd-tid {
	display: flex;
	align-items: center;
	gap: 30px
}

.sd-tid .title {
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
	color: #0c2447;
	margin: 0
}

.sd-tid .tid {
	display: block;
	background-color: #0258FF;
	border-radius: 40px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #ffff;
	padding: 14px 30px
}

.tc-tdet-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 0
}

.sd-cb {
	padding: 7px 8px 7px 30px
}

.sd-cb .row {
	align-items: center
}

.tc-ti-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #72879d;
	margin-bottom: 0
}

.tc-ti-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: #0258FF;
	padding: 14px 0;
	width: 150px;
	text-align: center;
	border-radius: 0 15px 15px 0
}

.ticket-message-block {
	display: flex
}

.ticket-message-block.ticket-message-left+.ticket-message-left {
	margin-top: -50px
}

.ticket-message-block.ticket-message-right+.ticket-message-right {
	margin-top: -50px
}

.ticket-message-block.ticket-message-right {
	justify-content: flex-end
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
	text-align: right
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
	background: #183441;
	border-radius: 20px 20px 0 20px
}

.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
	border-radius: 20px 20px 20px 0
}

.ticket-message-block .ticket-msg-container {
	width: 100%;
	max-width: 400px
}

.ticket-message-block .ticket-msg-container .ticket-msg {
	background: #ffc107;
	border-radius: 30px;
	padding: 14px 26px;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .3px;
	color: #fff
}

.ticket-message-block .ticket-msg-container .date-time {
	font-size: 12px;
	line-height: 15px;
	color: #747886;
	margin-bottom: 30px;
	padding: 0 10px;
	display: block
}

.schat-body .schat-chat-body {
	max-height: 553px;
	overflow-y: auto;
	margin: 0 -24px;
	padding: 0 24px
}

.schat-body .schat-chat-body::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px
}

.schat-body .schat-chat-body::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.4)
}

.schat-body .schat-input {
	padding-top: 10px
}

.schat-msg-input {
	position: relative;
	display: flex;
	background: #0c141b;
	border-radius: 0 0 28px 28px;
	height: 100px;
	align-items: center
}

.schat-msg-input input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
	padding: 0 30px;
	font-size: 14px;
	line-height: 17px;
	color: #fff
}

.schat-msg-input input::placeholder {
	color: rgba(255, 255, 255, 0.6)
}

a {
	color: #0258FF;
	transition: .14s ease;
	text-decoration: none
}

a:hover {
	color: #19b7e7;
	text-decoration: underlin
}

.payments-table {
	width: 100%
}

.payments-table tr {
	background: #f9f9f9;
	border-radius: 10px;
	padding: 12px 14px;
	display: block;
	display: flex;
	align-items: center;
	margin: 0 -10px;
	justify-content: space-between;
	margin-bottom: 14px
}

.payments-table tr>td {
	padding: 0 10px
}

.payments-table .pyt-id {
	background: #21c5fb;
	border-radius: 7px;
	color: #fff;
	padding: 12px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px
}

.payments-table .pyt-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2px
}

.payments-table .pyt-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #21c5fb;
	margin-bottom: 0
}

.btn.sd-send-btn {
	box-shadow: none;
	display: flex;
	align-items: center
}

.scd-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
	color: #fff;
	margin-bottom: 0
}

.scd-id {
	background: #ffc107;
	border-radius: 15px;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff
}

.scd-item {
	background: #121D27;
	border: 1px solid #183441;
	border-radius: 15px;
	padding: 20px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 10px
}

.scd-item+.scd-item {
	margin-top: 14px
}

.scd-item .title {
	flex: 1
}

.scd-item .text {
	color: #ffc107
}

.dh-icon {
	background-color: #ffc107;
	color: #fff;
	border-radius: 50%;
	position: relative;
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 400
}

.afp-ftext {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff
}

.afp-top {
	margin-bottom: 30px
}

.aft-item {
	display: flex;
	gap: 17px;
	align-items: center;
	margin: 5px 0
}

.aft-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #4e5d7c;
	margin-bottom: 4px
}

.aft-item .text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #fff
}

.aft-box-row {
	margin: 0 -8px -10px
}

.aft-box-row>.col {
	padding: 0 8px
}

.aft-box-row>.col:nth-child(1n) .aft-box .icon {
	background-color: #0258FF
}

.aft-box-row>.col:nth-child(2n) .aft-box .icon {
	background-color: #F65619
}

.aft-box-row>.col:nth-child(3n) .aft-box .icon {
	background-color: #8000FF
}

.aft-box-row>.col:nth-child(4n) .aft-box .icon {
	background-color: #FBBC05
}

.aft-box-row>.col:nth-child(5n) .aft-box .icon {
	background-color: #F09
}

.aft-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 20px
}

.aft-box .icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 400
}

.aft-box .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff
}

.aft-box .text {
	font-weight: 600;
	font-size: 25px;
	line-height: 25px;
	color: #fff
}

.card-header-ap {
	background-image: url(../img/card-head-ap.png)
}

.acc-avatar {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	object-fit: cover
}

.acc-username {
	font-size: 19px;
	line-height: 19px;
	letter-spacing: .01em;
	color: #fff;
	display: flex;
	align-items: center
}

.acc-username .txt {
	font-weight: 600
}

.acc-username i {
	color: #647494
}

.acc-email {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 8px;
	color: #4e5d7c
}

.acc-switch {
	display: flex;
	background: #192149;
	border-radius: 15px;
	height: 58px;
	padding: 8px;
	outline: none;
	min-width: 122px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
	transition: .14s ease;
	border: 1px solid #192149
}

.acc-switch:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25)
}

.acc-switch.gs-female .acc-switch-bg {
	left: 50%
}

.acc-switch .acc-switch-bg {
	position: absolute;
	z-index: 3;
	border-radius: 12px;
	background-color: #0258FF;
	left: 8px;
	width: calc(50% - 8px);
	top: 8px;
	bottom: 8px;
	transition: .2s ease
}

.acc-switch .btn-gender {
	position: relative;
	z-index: 5;
	outline: none;
	border: none;
	background-color: transparent;
	width: calc(50% - 8px);
	font-size: 18px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.acc-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgba(2, 88, 255, 0.25);
	color: #0258FF;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center
}

.acc-icon.i-1 {
	background: rgba(246, 86, 25, 0.15);
	color: #f65619
}

.acc-icon.i-2 {
	background: rgba(0, 182, 122, 0.15);
	color: #00B67A
}

.acc-item {
	padding: 10px 0;
	flex-wrap: nowrap;
	overflow: hidden
}

.acc-item-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .01em;
	color: rgba(255, 255, 255, 0.622);
	margin-bottom: 6px
}

.acc-item-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.848);
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis
}

.serch-in-updates {
	background: #0C141B;
	border: 1px solid #121D27;
	border-radius: 15px;
	height: 58px;
	position: relative;
	padding-left: 58px;
	color: #92969d
}

.serch-in-updates::before {
	content: "\f0cd";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	width: 58px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px
}

.serch-in-updates input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
	font-weight: 500
}

.serch-in-updates input::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.btn-filter {
	background-color: #fff;
	display: flex;
	align-items: center;
	border: 1px solid #ebf2fa
}

.btn-filter .icon {
	color: #0258FF
}

.blog-head {
	padding: 30px 4px
}

@media (min-width: 992px) {
	.blog-head {
		padding: 70px 0 50px
	}
}

.blogs-title {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
	color: #fff
}

.blogs-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #8b98b8
}

.blogs {
	padding-bottom: 100px
}

.blog-item {
	position: relative;
	margin-bottom: 30px
}

.blog-item .blog-img {
	position: relative;
	padding-top: 55%;
	width: 100%;
	border-radius: 20px 20px 0 0;
	background-color: #192149
}

.blog-item .blog-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.blog-item .blog-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 22px
}

.blog-item .blog-content {
	font-size: 14px;
	line-height: 21px;
	color: #8b98b8;
	margin-bottom: 24px
}

.blog-single-head {
	padding: 20px 0 30px
}

@media (min-width: 992px) {
	.blog-single-head {
		padding: 60px 0 30px
	}
}

.b-title {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 30px
}

.b-user {
	display: inline-flex;
	align-items: center;
	gap: 20px
}

.b-user-right {
	text-align: left;
	font-weight: 600
}

.b-user-name {
	font-size: 19px;
	line-height: 22px;
	color: #bac4d2;
	margin-bottom: 3px
}

.b-user-title {
	font-size: 12px;
	line-height: 14px;
	color: #92969d
}

.b-go-services {
	padding-bottom: 30px
}

.bgo-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 10px
}

.bgo-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #92969d
}

.blog-single-content {
	padding-bottom: 100px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff8c
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px
}

.blog-single-content h1 {
	font-size: 32px
}

.blog-single-content h2 {
	font-size: 28px
}

.blog-single-content h3 {
	font-size: 24px
}

.blog-single-content h4 {
	font-size: 20px
}

.blog-single-content h5 {
	font-size: 18px
}

.blog-single-content h6 {
	font-size: 16px
}

.register-page {
	position: relative;
	min-height: 100vh;
	background: #fbc107;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden
}

@media (min-width: 1200px) {
	.register-page::before {
		content: "";
		left: 0;
		top: 0;
		bottom: 0;
		width: calc(50% - 50px);
		position: absolute;
		background-color: #fbc107;
		background-image: url(https://storage.perfectcdn.com/0402e1/5bxcjuyyn3jb6p0g.png);
		background-size: cover;
		background-position: center right
	}
}

.register-left {
	min-height: 100vh;
	position: relative
}

.register-img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 130%
}

.register-go-back {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.02em;
	color: #000;
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.register-go-back span {
	font-weight: 600
}

.login-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2px;
	letter-spacing: -.05em;
	color: #fff;
	margin-bottom: 20px
}

.login-text {
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: -.02em;
	color: #606b80;
	margin-bottom: 22px
}

.login-label {
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 10px
}

.login-control {
	background: #183441;
	border: 1px solid #121D27;
	box-sizing: border-box;
	border-radius: 15px;
	height: 50px;
	width: 100%;
	position: relative;
	transition: .14s ease
}

.login-control:focus-within {
	background-color: #121D27
}

.login-control:focus-within .icon {
	color: #fff
}

.login-control .icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 54px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: .14s ease;
	color: #ffc107
}

.login-control input {
	margin-left: 44px;
	width: calc(100% - 54px);
	height: 100%;
	border: none;
	outline: none;
	background: transparent;
	padding: 0 14px;
	font-weight: 600;
	font-size: 14px;
	color: #fff
}

.register-left {
	position: relative
}

.register-phone {
	max-width: 140%;
	position: absolute;
	right: 50px
}

.home-menu-btn {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background-color: #183441;
	color: #ffc107;
	outline: none;
	border: none;
	font-size: 18px;
	transition: .14s ease;
	z-index: 1020
}

.home-menu-btn i {
	position: absolute;
	top: 10px;
	left: 13px
}

.form-group.fields {
	margin-bottom: 1.5rem !important
}

.select2-results__option a {
	color: #fff !important;
	font-size: 14px !important
}

.select2-results__option a:hover {
	background: #183441;
	color: #fff !important
}

.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
	background-color: #0c141b !important
}

.select2-container--default .select2-selection--single {
	height: 50px;
	line-height: 36px
}

.modal-wrapper {
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px #000
}

.modal-wrapper.active {
	display: flex
}

.mbo-wrapper {
	height: 100%;
	width: 100%;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-y: auto
}

/* ✅ Default (Mobile View) -> อยู่ด้านล่างและเต็มจอ */
.modal-box {
    margin: auto 0;
    max-width: 350px;
    width: 100%;
    border-radius: 25px 25px 0 0;
    background-color: #121d27;
    backdrop-filter: blur(5px);
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    max-height: 500px;
}

/* ✅ ปรับให้ Mobile View (จอเล็กกว่า 992px) สูง 65% */
@media (max-width: 991.98px) {
    .modal-box {
        max-width: 100%;
        height: 65%;
    }
}

/* ✅ ปรับให้ Desktop View (จอใหญ่กว่า 992px) อยู่ตรงกลาง */
@media (min-width: 992px) {
    .modal-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 350px;
        height: 80%;
        max-height: 500px;
        right: auto; /* ลบค่า right: 0; เพราะไม่ต้องการให้ชิดขวา */
        bottom: auto; /* ไม่ให้ติดขอบล่าง */
    }
}


.m-header {
	padding: 3px 30px;
	background-color: #183441;
	background-size: cover;
	background-position: center;
	border-radius: 25px 25px 0 0;
	white-space: normal;
}

.m-body {
	padding: 10px;
	white-space: normal
}

.m-body #serviceModalText {
	background: #00000050;
	border-radius: 15px;
	padding: 15px;
	font-size: 13px
}

.m-body .btn {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	border-radius: 0
}

.m-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -.005em;
	color: #fff;
	margin-bottom: 0
}

.m-close:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.2)
}

.m-sub-title {
	margin-top: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -.005em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0
}

.modal-body,
.modal-header,
.dark .modal-footer {
	background: #0C141B
}


.badgearea .badge {
	background: #4a5cf6;
	border-radius: 7px;
	padding: 3px 10px;
	margin: 0 5px 0 0;
	color: #fff;
	font-weight: 400
}

.sUpd.priceDown {
	color: rgba(133, 131, 251, 1)
}

.sUpd.newServ {
	color: rgba(59, 255, 211, 1)
}

.sUpd.priceUp {
	color: rgba(255, 38, 38, 1)
}

.sUpd.priceActive {
	color: rgba(255, 193, 7, 1)
}

.sUpd.priceCare {
	color: rgba(214, 97, 238, 1)
}

.catetitle td strong {
	background-color: #4a5cf6;
	display: block;
	padding: 12px 15px;
	margin: 0 -10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	border-radius: 15px
}

.thead-tr,
.thead-tr th:first-child {
	border-radius: 15px 0 0 15px
}

.thead-tr,
.thead-tr th:last-child {
	border-radius: 0 15px 15px 0
}

.thead-tr,
.thead-tr th {
	background-color: #45485B;
	border-color: #0a0f1d;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 7px
}

.table td {
	border-color: #10182f;
	
	font-size: 13px
}

.table th,
.table thead th,
.catetitle td {
	border: none
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: #183441;
	color: #fff
}

@media (max-width:991.98px) {
	.header .site-name img {
		height: 70px
	}

	.apHdIt .arrows {
		display: none
	}

	.apHdIt.apHdPrb {
		background: transparent;
		border-radius: 50px;
		padding: 0
	}
}

.tooltip-inner {
	background-color: #ffc107 !important;
	color: #fff
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #ffc107 !important
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #ffc107 !important
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #ffc107 !important
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #ffc107 !important
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #ffc107 !important
}

.help-block.min-max {
	display: none
}

.blog-content {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (min-width: 991.98px) {
  .swiper-button-prev, .swiper-button-next {
  		display: none!important
  }
}

.nwo-categories .swiper-slide {
  width: auto !important;
}

.nwo-categories .swiper-wrapper {
  position: relative;
}

.nwo-categories .swiper-wrapper::before, .nwo-categories .swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.nwo-categories .swiper-wrapper::before {
  left: 0;
  width: 50px;
}

.nwo-categories .swiper-wrapper::after {
  left: 0;
  width: 50px;
}

.nwo-categories .swiper-button-next::after,
.nwo-categories .swiper-button-prev::after {
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #fff;
}

.nwo-categories .swiper-button-prev::after {
  content: "\ea64";
}

.nwo-categories .swiper-button-next::after {
  content: "\ea6e";
}

.nwo-cat-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #171f2e;
  border: 1px solid #151b26;
  border-radius: 10px;
  padding: 15px 24px 15px 15px;
}

.nwo-cat-btn.active {
  background: #ffc107;
  border: 1px solid #ffc107;
}

.nwo-cat-btn.active .icon, .nwo-cat-btn.active .text {
  color: #fff;
}

.nwo-cat-btn .gnytMicon {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nwo-cat-btn .text {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .nwoNav li, .nwoNav li button {
  	width: 100%
  }
}

    .colorbox {
        background: #0C141B;
        border-radius: 25px;
        padding: 4px 10px;
        line-height: 32px;
        height: 42px;
    }

    .colorbtn {
        background: #5e0aef;
        border-radius: 25px;
        padding: 5px;
        line-height: 1
    }

    html.light .btndark,
    .btnblack {
        background: #e5e7eb;
        padding: 5px;
        line-height: 1;
        border: 0;
      	color: #5e0aef
    }

    html.dark .btnlight,
    .btnblack {
        background: #141717;
        padding: 5px;
        line-height: 1;
        border: 0;
      	color: #fff
    }

    html.black .btnlight,
    .btndark {
        background: #ffc107;
        padding: 5px;
        line-height: 1;
        border: 0;
      	border-radius: 25px
    }

    html.light .btnlight {
        background: #5e0aef;
        border-radius: 25px;
        padding: 5px;
        line-height: 1;
        border: 0
    }

    .btnlight {
        background: #141717;
        border-radius: 25px;
        padding: 5px;
        line-height: 1;
        border: 0;
      	color: #fff
    }

    html.dark .btndark {
        background: #ffc107;
        border-radius: 25px;
        padding: 5px;
        line-height: 1
    }

    .btnactive {
        background: #5e0aef
    }

html.light #appDashboard, html.light .appAuth {
	background: #f7f8f9
}

html.light .appSidebar {
	background: #edeff2;
    border-color: #e5e7eb;
}

html.light .sbMenu .mLink .mText, html.light .sbMenu .mLink .mIcon {
	color: #3d4249
}

html.light .sbMenu .mLink.active .mText, html.light .sbMenu .mLink.active .mIcon {
	color: #fff
}

html.light .sbUsr {
	background: #e5e7eb
}

html.light .sbName, html.light .apPgTi, html.light .apHdIt .title, html.light .apHdIt .title, html.light .dropdown-item, html.light .card.card-no-box h2, html.light .card.card-no-box h3, html.light .pwd, html.light .nwo-cat-btn .text, html.light .nwo-cat-btn .gnytMicon, html.light .nwoNav .nwoNavLink, html.light .form-label, html.light label, html.light .form-control, html.light .nwoDeIt .text, html.light .nwoDeIt.description .text, html.light .goWr, html.light .apHdIt .arrows, html.light .sp-serv-title, html.light .sp-serv-sm, html.light .appAuth, html.light .af-pm-text, html.light .panel-body, html.light .form-select, html.light .af-pm-title, html.light .sc-sup-item .text, html.light .scd-title, html.light .acc-username, html.light .acc-item-title, html.light .acc-item-text, html.light .op-service-title, html.light .op-item .text, html.light .op-item .icon, html.light .aft-item .text, html.light .aft-box .title, html.light .aft-box .text, html.light .table>:not(:last-child)>:last-child>* {
	color: #3d4249
}

html.light .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e5e7eb;
}

html.light .appHeader {
    background: #edeff2;
}

html.light .apHdIt.apHdPrb, html.light .apHdIt .icon, html.light .colorbox, html.light .dropdown-menu {
	background: #e5e7eb
}

html.light .card, html.light .nwo-cat-btn, html.light .form-control:disabled, html.light .form-control[readonly], html.light .service-item, html.light .orders-nav-link {
	background: #edeff2!important;
    border-color: #e5e7eb!important
}

html.light .form-control, html.light .nwoNav, html.light .nwoDeIt, html.light .af-pm-text, html.light .panel-body, html.light .form-select, html.light .sc-sup-item, html.light .scd-item {
	background: #f7f8f9!important;
    border-color: #e5e7eb!important
}

html.light .nwo-cat-btn.active, html.light .orders-nav-link.active {
    background: #ffc107!important;
    border: 1px solid #ffc107!important;
}

html.light .nwo-cat-btn.active .text, html.light .nwo-cat-btn.active .gnytMicon, html.light .nwoNav .nwoNavLink.active, html.light .orders-nav-link.active, html.light .dashboard-head-wrapper .dhead-body .text {
	color: #fff
}

html.light .select2-container .badge {
	background: #ffc107
}

html.light .select2-results__option a {
	color: #3d4249 !important;
	font-size: 14px !important
}

html.light .select2-results__option a:hover {
	background: #6100ee;
	color: #fff !important
}

html.light .select2-container--default .select2-results>.select2-results__options,
html.light .select2-container--open .select2-dropdown--below,
html.light .select2-container--default .select2-results__option[aria-selected=true],
html.light .select2-container--default .select2-results__option:hover {
	background-color: #f7f8f9 !important
}

html.light .menu-btn {
    background-color: #e5e7eb;
    color: #ffc107;
}

html.light .modal-box {
    background-color: #f7f8f9;
}

html.light .schat-msg-input  {
  background: #f7f8f9!important
}

html.light .dashboard-head-wrapper .dhead-body .dhead-icon.pg-ap {
    color: #ffffff;
}

html.light .modal-body, html.light .modal-header {
	background: #edeff2
}

html.light .dashboard-head-wrapper .dashboard-head {
	background: #edeff2;
  	border-color: #e5e7eb
}

html.light .dashboard-head-wrapper .dhead-body .title, html.light .dashboard-head-wrapper .dhead-body .text {
	color: #3d4249
}

html.light #statusModal .modal-content, html.light #statusModal .modal-body {
	background: #e5e7eb
}

.modal-header.astatus {
	margin: 0 15px;
	padding: 30px;
	border-radius: 15px;
}
.modal-header.astatus h4 {
	font-size: 24px!important;
  	color: #fff!important
}

/* NEW (สีแดง) */
.status-box.new {
    background: linear-gradient(180deg, #EF476F 0%, #D43F63 100%) !important;
    border: 2px solid #D43F63 !important;
}

/* GOLD (สีเหลือง) */
.status-box.gold {
    background: linear-gradient(180deg, #FFD166 0%, #E6B856 100%) !important;
    border: 2px solid #E6B856 !important;
}

/* PLATINUM (สีเขียว) */
.status-box.platinum {
    background: linear-gradient(180deg, #06D6A0 0%, #05B384 100%) !important;
    border: 2px solid #05B384 !important;
}

/* VIP (สีน้ำเงิน) */
.status-box.vip {
    background: linear-gradient(180deg, #118AB2 0%, #0D7394 100%) !important;
    border: 2px solid #0D7394 !important;
}

/* คงสไตล์เดิม */
.status-box {
    border-radius: 15px;
    padding: 30px 30px 15px 30px;
    transition: 0.3s ease-in-out;
}

.status-box h3, 
.status-box p {
    text-align: center;
    color: #fff !important;
}

.status-box ul {
    padding-left: 0;
}

.status-box ul li {
    list-style-type: none;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
}

.status-box ul li.unlisted {
    color: #000;
    text-decoration: line-through;
}



.modal-footer.sfooter {
	background: #d6f4f6;
	margin: 0 15px;
	padding: 5px 15px;
	border-radius: 15px;
	justify-content: flex-start;
	color: #21c4fb
}
.modal-footer.sfooter .sf-inn {
	display: flex;
	align-items: center;
	justify-content: space-around
}

#statusModal .modal-header {
	background: #ffc107
}

#statusModal .modal-content, #statusModal .modal-body {
	background: #121D27
}

@media (max-width: 991.98px) {
  .modal-header.astatus h4 {
  		font-size: 16px!important
  }
}

.dark .modal-title {
	color: #fff
}

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

.modal-footer {
	background: #edeff2
}

.blog-txt {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-txt p {
	font-size: 14px
}

.blog-item .blog-img img {
	border-radius: 20px 20px 0 0
}

.social-icons a {
	color:#fff;
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  text-decoration:none;
  
}

.social-icons a i {
	line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  color: #ffc107;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

:root {
    --border-light: #e5e7eb;
    --border-dark: #183441;
}

/* ค่าพื้นฐาน ใช้ได้ทั้ง Light และ Dark Mode */
.faq-ss-tabs .home-ss-tab {
    position: relative;
    cursor: pointer;
    border-radius: 25px;
    padding: 15px 20px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    margin-bottom: 14px;
    border: 1px solid var(--border-light) !important; /* ใช้ค่าจากตัวแปร */
}

/* โหมดสว่าง (Light Mode) */
body.light .faq-ss-tabs .home-ss-tab {
    background: #f7f8f9 !important;
    color: #0C141B !important;
    border-color: var(--border-light) !important; /* ใช้ตัวแปรสีโหมดสว่าง */
}

/* โหมดมืด (Dark Mode) */
body.dark .faq-ss-tabs .home-ss-tab {
    background: #0C141B !important;
    color: white !important;
    border-color: var(--border-dark) !important; /* ใช้ตัวแปรสีโหมดมืด */
}


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

.faq-ss-tabs .home-ss-tab.active {
  background: #ffc107;
  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: 16px;
  font-weight: 500;

}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
  color: #fff;
  font-size: 18px;
  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;
}

.dark .table tbody+tbody {
    border-color: #0c141c;
}

.table tbody+tbody, .light .table tbody+tbody {
    border-color: #dee2e6;
}

.codewin-head {
    height: 1.5rem;
    padding: 0 1rem;
    position: relative;
}

.codewin-buttons {
	display: flex;
	bottom: 0;
	right: 0;
	position: absolute;
	top: 10px;
	cursor: pointer;
}

.btn-mac {
	border-radius: 50%;
	height: 0.75rem;
	margin: 0 0.125rem;
	width: 0.75rem;
}

.mac-close {
	background-color: #ff5f56;
}

.mac-mini {
	background-color: #ffbd2e;
}

.mac-full {
	background-color: #27c93f;
}

.modal-flex {
	padding: 10px 0px;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.modal-flex:not(:first-child) {
	border-top: 1px solid #183441;
}

.mf-title {
	font-size: 13px;
	color: #77b1cc;
}

.mf-text {
	margin-top: 2px;
	line-height: 125%;

	font-size: 14px;
	font-weight: 500;
}

.mf-color {
	color: #ffc107;
	font-weight: 600
}

.modal-desc {
	font-size: 13px;
	line-height: 24px;
	max-height: 180px;
	min-height: 180px;
	overflow-x: scroll;
}

.bs-toast {
	background: #183441;
	border: 1px solid #183441 !important;
	color: #fff;
	padding: 10px 24px;
	border-radius: 15px;
	position: fixed;
	bottom: 30px;
	left: 40px;
	width: 100%;
	width: max-content;
	max-width: 350px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	z-index: 3000;
	text-align: center
}

.bs-toast .bs-toast-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bs-toast .toast-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	font-weight: 500
}

.bs-toast .toast-times {
	cursor: pointer;
	border: none;
	outline: 0;
	color: #fff;
	background: 0 0
}

.cursor-pointer {
	cursor: pointer
}

.dropdown-menu {
	max-height: 400px;
    overflow: scroll;
}

.divider {
	border-bottom: 1px solid #1B2B3A;
	width: 175px;
	margin: auto;
	padding-top: 10px
}

.stepbox .sboxes {
	position: relative;
	margin: 15px 0;
}

.stepbox .sboxes:hover .barea {
	background: #ffc107;
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.stepbox .sboxes:hover .barea .sbtext {
	color: #fff;
}

.stepbox .sboxes .barea {
	background: #0C151B;
	border: 1px solid #183441;
	z-index: 23;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 10px
}

.stepbox .sboxes .barea .sbbody {
	padding: 25px;
  	height: 300px
}

.stepbox .sboxes .barea .sbicon i {
	font-size: 24px;
	color: #ffc107;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.stepbox .sboxes .barea:hover .sbicon i {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.stepbox .sboxes .barea .sbtitle {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
}

.stepbox .sboxes .barea .sbtext {
	font-size: 14px;
	color: #c3c3c3;
	line-height: 24px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

@media (max-width: 991.98px) {
  .stepbox .sboxes .barea .sbbody {
  	height: auto!important
  }
}

.tos-page .tos-nav-btn {
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
	-webkit-transition: .13s ease;
	transition: .13s ease;
	background-color: #183441;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 18px;
  	padding: 0 25px
}

.tos-page .tos-nav-btn:hover {
	background-color: #ffc107;
}

.tos-page .tos-nav-btn.active {
	background-color: #ffc107;
	color: #fff;
	padding: 0 14px;
}

.tos-page .tos-nav-btn.active span {
	display: inline-block;
}

.tos-page .tos-tabs {
	line-height: 170%;
}

.tos-page .tos-tabs .tos-tab {
	display: none;
}

.tos-page .tos-tabs .tos-tab.active {
	display: block;
}

.fas.fa-star {
	color: #ffc107
}


/* ✅ Override Bootstrap 100% โดยเพิ่ม `[style]` และ `*` */
body.dark .bonus-table tbody td,
body.dark table.bonus-table tbody td,
body.dark .bonus-table tbody td[style],
body.dark table.bonus-table tbody td[style],
body.dark .bonus-table * {
    color: #ffffff !important;
}

/* ✅ บังคับให้ Header (th) เปลี่ยนสี */
body.dark .bonus-table thead th,
body.dark table.bonus-table thead th,
body.dark .bonus-table thead th[style],
body.dark table.bonus-table thead th[style] {
    color: #ffffff !important;
}

/* ✅ บังคับ Bootstrap `.table` ที่ยังไม่เปลี่ยน */
body.dark table.bonus-table,
body.dark .bonus-table,
body.dark .table td,
body.dark .table th,
body.dark .table tr {
    color: #ffffff !important;
}

/* ✅ ใช้ `*` เพื่อแน่ใจว่าไม่มีจุดไหนถูก Bootstrap Override */
body.dark .bonus-table * {
    color: #ffffff !important;
}


/* ✅ โหมดสว่าง (Light Mode) -> ให้ข้อความเป็นสีเข้ม */
body.light .d-flex.text-center span {
    color: #3d4249 !important; /* สีเทาเข้ม เพื่อให้อ่านง่าย */
}

/* ✅ โหมดมืด (Dark Mode) -> ให้ข้อความเป็นสีขาว */
body.dark .d-flex.text-center span {
    color: #ffffff !important; /* สีขาวสำหรับ Dark Mode */
}

/* ✅ โหมดสว่าง (Light Mode) -> ให้ข้อความเป็นสีเทาเข้ม */
body.light .d-flex.text-center span {
    color: #3d4249 !important; /* บังคับให้เป็นสีเทาเข้ม */
}

/* ✅ โหมดมืด (Dark Mode) -> ให้ข้อความเป็นสีขาว */
body.dark .d-flex.text-center span {
    color: #ffffff !important; /* บังคับให้เป็นสีขาว */
}

.si-header {
    border: none !important; /* ลบขอบออก */
    box-shadow: none !important;
    outline: none !important;
  background: #ffc107 !important;
}

.nwoDeIt {
    display: flex;
    align-items: center; /* จัดให้ไอคอนและข้อความอยู่ตรงกลาง */
    gap: 10px; /* เพิ่มช่องว่างระหว่างไอคอนกับข้อความ */
}

.nwoDeIt .icon {
    flex-shrink: 0; /* ป้องกันการบีบขนาดของไอคอน */
    min-width: 40px; /* กำหนดขนาดขั้นต่ำให้ไอคอน */
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nwoDeIt .text {
    flex-grow: 1; /* ให้ข้อความขยายได้โดยไม่บีบไอคอน */
    word-break: break-word; /* ให้ข้อความตัดบรรทัดหากยาวเกินไป */
}

.title {
    white-space: normal; /* ให้ข้อความขึ้นบรรทัดใหม่อัตโนมัติ */
    word-wrap: break-word; /* ตัดข้อความเมื่อยาวเกินไป */
    overflow-wrap: break-word; /* ป้องกันข้อความล้น */
}

@media (min-width: 992px) { /* สำหรับ Desktop */
    .mmff a.btn-primary {
        background-color: #121d27 !important; /* สีพื้นหลัง */
        color: white !important; /* สีตัวอักษร */
        border-color: #121d27 !important; /* สีขอบปุ่ม */
    }
}

@media (max-width: 991px) { /* สำหรับ Mobile */
    .mmff a.btn-primary {
        background-color: #ffc107 !important; /* สีพื้นหลัง */
        color: black !important; /* สีตัวอักษร */
        border-color: #ffc107 !important; /* สีขอบปุ่ม */
    }
}

@media (max-width: 991px) { /* สำหรับ Mobile View */
    .head-menu {
        width: 90%; /* ปรับให้กว้าง 90% ของจอ */
        left: 5%; /* จัดตรงกลาง โดยให้เหลือขอบซ้าย-ขวา */
        right: auto;
    }
}

.lgb-title {
    font-size: 26px;
    font-weight: 700; /* ตัวหนา */
    color: #15222e; /* สีขาว */
    text-align: center; /* จัดให้อยู่ตรงกลาง */
    margin-bottom: 10px; /* ลดระยะห่างจาก lgb-text */
   margin-top: -25px; /* ลดระยะห่างด้านบน */
}

.lgb-text {
    color: #AFB0C0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center; /* จัดให้อยู่ตรงกลาง */
    margin-bottom: 20px; /* ลดระยะห่างด้านล่าง */
}

.title {
  font-weight: 600;
  color: #6c757d; /* เทาอ่อน */
}

.text {
  font-weight: 500;
  color: #212529;
}

.primary-color {
  color: #f5b400; /* สีเหลืองทอง */
}

.op-stats-btn + .op-stats-btn {
  margin-left: 0.5rem;
}

.orders-nav-link.op-search-box input {
  color: #121D27; /* Light mode */
}

html.dark .orders-nav-link.op-search-box input {
  color: #FFF; /* Dark mode */
}

.badge-step {
  background-color: #ffc107; /* สีพื้นหลังแบบในรูป */
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  font-size: 0.85rem;
  display: inline-block;
  min-width: 1.5rem;
  text-align: center;
}

.job-detail-text {
  border-radius: 15px;
  background-color: transparent;

  font-size: 14px;
  
}

.job-detail-text div {

  line-height: 1.6;
  padding-left: 8px;
}

/* รองรับ dark mode ผ่าน class บน <body> */
body.dark-mode .job-detail-text {
  color: #ffffff;
}

body.dark-mode .job-detail-text div {
  color: inherit;
}

  .popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      opacity: 0;
      transform: scale(0.95);
      pointer-events: none;
      transition: all 0.4s ease;
    }
    .popup-overlay.show {
      opacity: 1;
      transform: scale(1);
      pointer-events: auto;
    }
    .popup-box {
      max-width: 500px;
      width: 90vw;
    }
    .popup-box img {
      width: 100%;
      border-radius: 12px;
      display: block;
    }

.marquee {
  overflow: hidden;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.modal-footer {
  display: flex;
  justify-content: center; /* จัดปุ่มให้อยู่กลางแนวนอน */
}

.modal-footer .btn.btn-default.btn-big-secondary {
  background-color: #ffc107;  /* สีเหลือง */
  color: #212529;
  border: none;
  padding: 10px 24px;
}

.modal-footer .btn.btn-default.btn-big-secondary:hover {
  background-color: #e0a800;
  color: #ffffff;
}

/* ===============================
   Mobile Navigation Bar 
   =============================== */

/* Mobile Navigation Bar */
.mobile-navbar {
  position: fixed !important;
  z-index: 9999 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 66px !important;
  background-color: #1e2532;
  border-top: 1px solid #2d3748;
  padding: 8px 10px;
  display: none !important; /* ซ่อนเป็นค่าเริ่มต้น */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  width: 100% !important;
}

.mobile-navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly; /* กระจายเท่าๆ กัน */
  height: 100%;
  width: 100%;
}

.mnc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #9ca3af;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 8px;
  min-width: 0;
  flex: 1;
  max-width: 80px; /* จำกัดความกว้างสูงสุด */
  text-align: center;
}

.mnc-item:hover {
  color: #3b82f6;
  text-decoration: none;
  background-color: rgba(59, 130, 246, 0.1);
}

.mnc-item:focus {
  color: #3b82f6;
  text-decoration: none;
  outline: none;
}

.mnc-item-icon {
  font-size: 20px;
  margin-bottom: 2px;
}

.mnc-item-text {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

/* Light Mode */
html.light .mobile-navbar {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

html.light .mnc-item {
  color: #6b7280;
}

html.light .mnc-item:hover,
html.light .mnc-item:focus {
  color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.1);
}

/* Dark Mode */
html.dark .mobile-navbar {
  background-color: #1e2532;
  border-top: 1px solid #2d3748;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

html.dark .mnc-item {
  color: #9ca3af;
}

html.dark .mnc-item:hover,
html.dark .mnc-item:focus {
  color: #60a5fa;
  background-color: rgba(96, 165, 250, 0.1);
}



/* ============================================
   Responsive Mobile Navigation Bar 
   =========================================== */

/* ซ่อนใน Desktop View (992px ขึ้นไป) */
@media (min-width: 992px) {
  .mobile-navbar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  body {
    padding-bottom: 0 !important;
  }
  
  #appDashboard {
    padding-bottom: 0 !important;
  }
}

/* แสดงใน Mobile & Tablet View (991.98px ลงมา) */
@media (max-width: 991.98px) {
  .mobile-navbar {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* เพิ่ม padding bottom ให้ body เพื่อไม่ให้เนื้อหาถูกบัง */
  body {
    padding-bottom: 66px !important;
  }
  
  #appDashboard {
    padding-bottom: 66px !important;
  }
  
  .appAuth {
    padding-bottom: 66px !important;
  }
  
  .appContent {
    padding-bottom: 20px;
  }
}



/* General Blog Styles - No changes to body/container */

/* Blog Header Section */
.blog-header {
    background-color: #ffffff;
    padding: 40px 0;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.blog-main-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.blog-main-content h1,
.blog-main-content h2,
.blog-main-content h3 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.blog-main-content p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
}

/* Blog Posts Section */
.blog-posts-section {
    padding-bottom: 50px;
}

.blog-post-card {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Ensure cards in a row have similar height */
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.post-thumbnail {
    width: 100%;
    height: 220px; /* Fixed height for thumbnails */
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop images to fit the container */
    display: block;
}

.post-content {
    padding: 25px;
    flex-grow: 1; /* Allows content area to expand */
    display: flex;
    flex-direction: column;
}

.post-content h3 {
    font-size: 1.6em;
    color: #34495e;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

.post-excerpt {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1; /* Allows excerpt to take available space */
}

.blog


/* Single Post General Styles */
.blog-single-post {
    padding-top: 40px;
    padding-bottom: 60px;
}

.post-detail-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden; /* Ensures rounded corners apply to image */
    margin-bottom: 30px;
}

.post-detail-thumbnail {
    width: 100%;
    max-height: 450px; /* Max height for the hero image */
    overflow: hidden;
    margin-bottom: 30px; /* Space between image and content */
}

.post-detail-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the area without distortion */
    display: block;
}

.post-detail-header {
    padding: 0 40px; /* Padding for title and meta */
    margin-bottom: 30px;
    text-align: center; /* Center align header content */
}

.post-detail-title {
    font-size: 2.8em;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Optional: Styles for post meta if you add them */
.post-meta {
    font-size: 0.9em;
    color: #888;
}

.post-meta span {
    margin-right: 15px;
}

.post-meta a {
    color: #888;
    text-decoration: none;
}

.post-meta a:hover {
    color: #007bff;
}


.post-detail-content {
    padding: 0 40px 40px; /* Padding for the main content */
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
}

/* Ensure images, tables, etc., within content are responsive */
.post-detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto; /* Center images within content */
    border-radius: 5px;
}

.post-detail-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.post-detail-content table th,
.post-detail-content table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.post-detail-content blockquote {
    border-left: 5px solid #007bff;
    padding: 10px 20px;
    margin: 20px 0;
    background-color: #f8f9fa;
    color: #555;
    font-style: italic;
}

.post-detail-content pre {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
}

/* Post Navigation */
.post-navigation {
    text-align: center;
    margin-top: 30px;
}

.blog-back-button {
    background-color: #6c757d; /* A more neutral color for back button */
    border-color: #6c757d;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.blog-back-button:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff; /* Ensure text color remains white on hover */
    text-decoration: none;
}


/* Responsive Adjustments */
@media (max-width: 991px) { /* Adjust for md and sm screens */
    .post-detail-header,
    .post-detail-content {
        padding: 0 20px 20px;
    }
    .post-detail-title {
        font-size: 2.2em;
    }
    .post-detail-thumbnail {
        max-height: 350px;
    }
}

@media (max-width: 767px) { /* Adjust for xs screens */
    .post-detail-header,
    .post-detail-content {
        padding: 0 15px 15px;
    }
    .post-detail-title {
        font-size: 1.8em;
    }
    .post-detail-thumbnail {
        max-height: 250px;
        margin-bottom: 20px;
    }
}

/* Additional CSS for tickets-uploader */
.tickets-uploader {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    color: #333;
}

/* ลบส่วนนี้ออก เพราะเราต้องการให้ปุ่มเป็นข้อความหลัก */
/*
.tickets-uploader::before {
    content: attr(data-lang-button-attach);
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
}
*/

.tickets-uploader input[type="file"] {
    display: none; /* ซ่อน input type="file" เริ่มต้น */
}

.tickets-uploader label.upload-button {
    display: inline-block;
    padding: 8px 15px; /* ปรับ padding ให้ดูเป็นปุ่มมาตรฐาน */
    background-color: #ffc107; /* สีปุ่มหลัก (สไตล์เดิม) */
    color: #fff;
    border: none;
    border-radius: 5px; /* มุมโค้งมน */
    cursor: pointer;
    font-weight: 700; /* ตัวหนาขึ้นเพื่อให้ดูเป็นปุ่ม */
    transition: background-color 0.3s ease;
    font-size: 0.9em; /* ขนาดฟอนต์ปกติสำหรับปุ่ม */
    line-height: 1.2; /* ปรับ line-height เพื่อจัดข้อความในปุ่ม */
    text-decoration: none; /* เพื่อแน่ใจว่าไม่มีขีดเส้นใต้ */
}

.tickets-uploader label.upload-button:hover {
    background-color: #e2aa03; /* สีเมื่อ hover (สไตล์เดิม) */
}

/* Styles for error messages if they appear */
.tickets-uploader .error-message {
    color: #dc3545; /* Bootstrap danger color */
    margin-top: 10px;
    font-size: 0.85em;
    text-align: left;
}