:root {
    --color__label: #62899a;
    --color__success: #40bb6b;
    --color__total_money: #e91e98c7;
    --vien-1 : #D980FA;
	--vien-2 : #FDA7DF;
	--size-vien : 2px;
}

.text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
}

table.table__custom_primary {
     width: 100%;
     border-collapse: collapse;
     margin: 0 auto 10px;
}

table.table__custom_primary td, table.table__custom_primary th {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: capitalize !important;
}

table.table__custom_primary tr {
    background-color: #cb0c9f;
}

table.table__custom_primary th {
    background: rgb(203 12 159) !important;
    text-align: center;
    color: #fff;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}


table.table__custom_primary th:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 50%;
    height: 100%;
/*    transform: skew(46deg);*/
/*    background: #cb0c9f;*/
}

table.table__custom_primary th:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
/*    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);*/
    transition: 0.5s;
}

table.table__custom_primary td {
     vertical-align: top;
}

table.table__custom_primary .txt-center {
     text-align: inherit;
}

@media (max-width: 1199.98px) {
    table.table__custom_primary {
         width: 100%;
         display: block;
    }

    table.table__custom_primary thead, table.table__custom_primary tbody, table.table__custom_primary th {
         display: block;
    }

    table.table__custom_primary tr {
         display: table;
         width: 100%;
         border-collapse: collapse;
         border: 1px solid #ddd;
/*         border-bottom: 2px solid #3071a9;*/
    }

    table.table__custom_primary thead tr {
         position: absolute;
         top: -9999px;
         left: -9999px;
    }

    table.table__custom_primary tr:nth-of-type(odd) {
         background: inherit;
    }

    table.table__custom_primary tr + tr {
         margin-top: 10px;
    }

    table.table__custom_primary td {
         display: table-row;
         position: relative;
         text-align: left;
    }

    table.table__custom_primary td > div {
         display: table-cell;
         padding: 3px 9px;
    }

    table.table__custom_primary td:before {
         display: table-cell;
         width: 35%;
         padding: 16px 10px;
         content: attr(data-column);
/*         background-color: #f7f7f7;*/
         background-clip: padding-box;
         border-right: 1px solid #ddd;
         text-align: center;
    }

    table.table__custom_primary .txt-center {
         text-align: inherit;
    }

    table.table__custom_primary .order-header {
         display: table-header-group;
    }

    table.table__custom_primary .order-footer {
         display: table-footer-group;
    }

    .span__content {
        padding: 0px 6px;
    }

    table.table__custom_primary .label-warning {
    	display: inline-block;
    	box-shadow: 0px 5px 10px rgb(0 0 0 / 28%);
    }
}

.text__alert {
	font-weight: 500 !important;
    color: #504d4d !important;
}

.text__success {
	font-size: 15px !important;
    font-weight: 500;
}

.title__server {
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    width: 100%;
/*    display: flex;*/
/*    align-items: center;*/
    word-break: break-word;
}

.title__input_server {
    word-break: initial;
	display: flex;
/*    align-items: center;*/
}

.title__input_server p {
    margin-bottom: 0px;
}

.text__active {
	font-size: 16px !important;
	font-weight: 500;
}

.f500 {
	font-weight: 500;
}

.box1 {
	position: relative;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0px 10px 13px rgb(0 0 0 / 21%);
    border-radius: 6px;
    transition: all 1s;
}

.box1:hover span {
	opacity: 0.8;
}

@keyframes border {
	from {
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}

.box1 > span
{
	z-index: 1;
	opacity: 1;
}

.box1 > span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--size-vien);
	background: linear-gradient(to right, var(--vien-1), var(--vien-2));
	animation: trung1 2s linear infinite;
	animation-delay: 1s;
}

.box1 > span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: var(--size-vien);
	height: 100%;
	background: linear-gradient(to bottom, var(--vien-1), var(--vien-2));
	animation: trung2 2s linear infinite;
}

.box1 > span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: var(--size-vien);
	background: linear-gradient(to left, var(--vien-1), var(--vien-2));
	animation: trung3 2s linear infinite;
	animation-delay: 1s;
}

.box1 > span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--size-vien);
	height: 100%;
	background: linear-gradient(to top, var(--vien-1), var(--vien-2));
	animation: trung4 2s linear infinite;
}

@keyframes trung1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes trung2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

@keyframes trung3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes trung4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

input[type="radio"], input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.btn__buy {
	width: 270px;
    font-size: 18px;
    padding: 17px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    border: 2px solid #f29d56;
    border-radius: 6px;
    transition: all 0.6s;
    background-image: linear-gradient(135deg, #feca57 10%, #f368e0 100%);
	color: #fff;
}

.btn__buy:hover {
	opacity: 1;
	cursor: pointer;
}

.has-error {
	display: none;
	color: red;
}

.pagination {
	justify-content: center;
}

.dataTables_wrapper {
	padding: 0 !important;
}

.dataTables_filter input[type='search'] {
	border: 1px solid #ccc !important;
}

.dataTables_wrapper select {
	text-align: center !important;
}

.dataTables_info {
	display: none  !important;
}

.dataTables_paginate {
	margin: 10px 0px !important;
}

.paging_simple_numbers .pagination .paginate_button a {
	padding: 8px 14px !important;
}

.default-tab .nav-item {
	width: 50%;
	text-align: center;
}

.default-tab .nav-link {
	border-top: 1px solid #cccccc52;
    border-right: 1px solid #cccccc73;
}

.page-titles {
	padding-bottom: 0 !important;
}

.img-fluid {
	max-width: 90% !important;
}

.title_name_money {
	margin: 0;
	font-size: 18px;
	color: #212529;
}

.title_danap, .text__money {
	margin: 0;
}

.main__slide_money {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px !important;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 6px;
    border-left: 3px solid #ff7c2f;
}

.main__slide_money::before {
	/*position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: red;
	top: 0;
	left: 20px;*/
}

.item-silde {
	padding: 0px 14px;
}

.gradient-6 {
	color: #fff !important;
}

.gradient-10  {
	color: #fff !important;
	background-image: linear-gradient(to right, #009432 0%, #009432 0%, #9980FA 0%, #9980FA 33%, #9980FA 66%, #af4da3 100%);
}

.gradient-11  {
	color: #fff !important;
	background-image: linear-gradient(to right, #083ac5 0%, #0e35a1 0%, #FFC312 0%, #86f71f 33%, #f29d56 66%, #EA2027 100%);
}

.gradient-12  {
	color: #fff !important;
	background-image: linear-gradient(to right, #083ac5 0%, #0e35a1 0%, #FFC312 0%, #1f7ff7 33%, #f29d56 66%, #ea20d1 100%);
}

.gradient-13  {
	color: #fff !important;
	background-image: linear-gradient(to right, #083ac5 0%, #f209ff 0%, #9397ad 0%, #6f84a9 33%, #6e7895 66%, #abb0bd 100%);
}

.gradient-14  {
	color: #fff !important;
	background-image: linear-gradient(to right, #083ac5 0%, #f209ff 0%, #3282d5 0%, #b759ffbd 33%, #233addd1 66%, #abb0bd 100%);
}

.gradient-15  {
	color: #fff !important;
	background-image: linear-gradient(to right, #083ac5 0%, #f209ff 0%, #ff5e5e94 0%, #ffa801 33%, #ffa801 66%, #ffa801 100%);
}

#create_bill {
	color: #fff !important;
    background-image: linear-gradient(135deg, #ff3562 10%, #cb0c9f 100%);
    border-radius: 6px;
    box-shadow: 0px 20px 40px rgb(98 96 96 / 25%);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#list_bill {
	color: #fff !important;
    background-image: linear-gradient(135deg, #ff3562 10%, #cb0c9f 100%);
    border-radius: 6px;
    box-shadow: 0px 20px 40px rgb(98 96 96 / 25%);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#list_bill .title__tab, #create_bill .title__tab {
    margin: 0;
}


#list_bill .title__tab img, #create_bill .title__tab img {
    width: 18px;
}

#list_bill img, #create_bill img {
    width: 18px;
}

.nav__noboder {
	border: none !important;
}

.box {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    padding: 0px !important;
}

.box:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
/*    filter: blur(5px);*/
    border-radius: 12px;
}

.box:nth-child(1):before, .box:nth-child(1):after {
/*	background-image: linear-gradient(235deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);*/
/*    background-image: linear-gradient(235deg, #759bff, #843cf6);*/
}

.box:nth-child(2):before, .box:nth-child(2):after {
/*    background: linear-gradient(235deg, #ff005e, #c3b7b7, #fbff00);*/
background-image: linear-gradient(235deg, #759bff, #843cf6);
}

.box:nth-child(3):before, .box:nth-child(3):after {
/*    background: linear-gradient(235deg, #772aff, #c3b7b7, #2186f3);*/
/*    background-image: linear-gradient(235deg, #fc5286, #fbaaa2);*/
}

/*.box:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
    border-radius: 12px;
}

.box .glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(135 135 135 / 10%);
    pointer-events: none;
}

.box .content {
    padding: 20px;
    color: #fff;
}*/

.form-control, select {
/*	border: 1px solid #747474bd !important;*/
/*	border-radius: 6px !important;*/
}

.form-control:focus {
	border: 1px solid #4da4d9 !important;
}

.zero-configuration {
	color: #1b2b42c9 !important;
}

.zero-configuration a {
	color: #113db7 !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
}

.vertical-align {
	vertical-align: middle !important;
}

.no__icon {
	font-size: 6px !important;
}

.btn__social {
	color: #fff !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
	background: rgb(255 255 255 / 13%) !important;
    color: #000000a8 !important;
    padding: 8px !important;
}

.uppercase {
	text-transform: uppercase;
}

#search {
	cursor: pointer;
}

.fa-clone {
	cursor: pointer;
}

.title_banggia {
    padding: 16px;
    font-size: 40px;
    text-align: center;
    background: -webkit-linear-gradient(left, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.tdl-holder__custom input[type=checkbox]:checked ~ span {
	text-decoration: none !important;
}

.tdl-holder__custom label {
	text-align: left;
	padding-left: 0 !important;
}

.tdl-holder__custom label a {
    width: 136px !important;
    font-size: 15px !important;
    text-align: right !important;
}

.form-check-label {
	cursor: pointer;
}

.checkbox:checked+img {
    border: 3px solid #21da11;
    position: relative;
    top: -3px;
    transform: scale(1.2);
}

.count_cmt {
	background: #ffd400;
    padding: 4px 9px;
    border-radius: 50%;
    font-weight: 500;
}

.title__tab {
	font-size: 17px;
	color: #fff !important;
}

.title__money_main {
	font-size: 26px;
	font-weight: 500;
}

.sodu {
	font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.count__order {
	font-weight: 500;
	font-size: 18px;
}

.title_tientrinh {
	font-size: 22px;
}

.fullname_notifi {
	font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.card__new .media {
    align-items: center;
}

.img_notification {
	width: 100%;
	padding: 20px;
}

.hdsd p {
    margin: 0 !important;
}

.icon_gif_new {
    position: absolute;
    top: 0;
    right: 0;
}

.icon_gif_new img {
    width: 42px;
    border-radius: 50%;
}

.img__notifi {
    max-width: 100%;
}

.card-main-level {
    box-shadow: -1px 4px 10px rgb(215 215 215 / 60%) !important;
}

.card-level li {
    padding: 10px;
    font-size: 16px;
}

.text_vnd {
    font-size: 15px;
    position: absolute;
}

.uid {
    text-transform: lowercase;
}

.text-info {
    font-size: 17px;
}

.box__affiliate_dt {
    display: flex;
    justify-content: center;
}

.box__affiliate_dt button {
    width: 48%;
    margin: 4px 6px;
}

.button-4 {
    display: flex;
    background: -webkit-linear-gradient(-65deg, #f29d56 0, #f011fc 100%) !important;
}

.button-5 {
    display: flex;
    background: -webkit-linear-gradient(-65deg, #6fd96f 0, #1153fc 100%) !important;
}

@media screen and (min-width: 1370px){
	.col-xl-6__custom {
		flex: 0 0 33% !important;
	}

    .card__about_new {
        max-height: 600px !important;
        height: 600px !important;
    }
}

@media screen and (max-width: 1368px){
	.text__money  {
		font-size: 17px !important;
	}

    .card__about_new {
        height: 570px !important;
        max-height: 570px !important;
    }

    .dot-1 img, .dot-2 img {
        height: 200px !important;
    }

    .dot-5 img, .dot-6 img, .dot-8 img {
        height: 30px !important;
    }

    .title__muon {
        font-size: 25px !important;
    }

    .text__bdm {
        display: none;
    }
}

@media screen and (max-width: 768px){
    .img__notifi {
        max-width: 100%;
    }

	.default-tab .nav-item {
		width: 100%;
	}

	#create-bill {
		margin-bottom: 6px !important;
	}

	.btn__buy {
		opacity: 1;
		cursor: pointer;
		color: #fff;
	}

	table.table__custom_primary span {
	    padding-left: 9px;
	    padding-bottom: 20px;
	    display: block;
	    text-align: left;
	}

	table.table__custom_primary .label-warning {
		display: inline-block;
	}

	.card .card-body {
		padding: 12px !important;
	}

	#tbody_history p {
		margin: 0 !important;
		display: flex;
		padding: 10px;
	}

	#tbody_history a {
		padding: 10px;
	}

	#tbody_history p.label {
		display: inline-block;
	}

	#tbody_history p span {
		padding-bottom: 4px;
	}

	.dataTables_length {
		display: none !important;
	}

    .bg__right_home {
        display: none;
    }

    .feature-item {
        display: flex;
        align-items: center;
    }

    .title_banggia {
        font-size: 24px;
    }

    .box__affiliate_dt {
        flex-direction: column;
    }

    .box__affiliate_dt button {
        width: 100% !important;
    }

    .title__input_server {
        display: block !important;
        margin-bottom: 10px;
    }

    .notify_item {
        bottom: 0px;
        left: 10px;
        width: 96%;
        height: 97px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 480px){
	#main__buflike .display-5 {
		font-size: 30px  !important;
	}

	#main__buflike .card-title {
		margin-bottom: 0px !important;
	}

	#main__buflike .text__money {
		padding: 6px 0px;
	}

	.main__slide_money .title_name_money {
		font-size: 16px !important;
	}

	.main__slide_money .text__money {
		font-size: 14px !important;
	}

	.main__slide_money .title_danap {
    		font-size: 12px !important;
	}

	.main__slide_money img {
		max-width: 30px !important;
		min-width: 30px !important;
	}

	#create_bill {
		margin-bottom: 6px !important;
	}
}


@media screen and (max-width: 768px) {
    .modal-body-xemtiep {
        width: 96%;
        top: 2%;
    }

    .modal-xemtiep {
        height: 100%;
    }

    #conntet__info, .thongtincoban {
        padding: 0px 10px;
    }

    .modal-body-xemtiep {
        height: 100%;
    }
}

.select2-container {
    display: block !important;
}

/*Đã xác nhận đơn*/
.label-order_0 {
    background-color: #1e90ff !important;
}

/*Đang chạy đơn*/
.label-order_1 {
    background-color: #00d8d6 !important;
}

/*Đang tạm dừng*/
.label-order_2 {
    background-color: #7571f9 !important;
}

/*Đã huỷ đơn - chờ hoàn tiền*/
.label-order_3 {
    background-color: #ff3737 !important;
}

/*Đã hoàn thành*/
.label-order_4 {
    background-color: #06c36b !important;
}

.select2-selection__rendered, .select2-results__option {
    font-weight: bold;
    color: #c75319 !important;
}

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

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff !important;
}

.service-section {
    padding: 20px 0;
    background: #1a1f2c;
}
.service-section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.service-card {
    background: linear-gradient(135deg, #242938 0%, #2a3042 100%);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-left: 4px solid #0d6efd;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(13,110,253,0.08), rgba(13,110,253,0.02));
    z-index: 1;
}

.service-card > * {
    position: relative;
    z-index: 2;
    width: 100%;
}

.service-card:hover {
    transform: translateY(-2px);
    background: #2c3344;
    box-shadow: 0 4px 15px rgba(13,110,253,0.15);
}

.service-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(13,110,253,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(13,110,253,0.15);
    transform: scale(1.05);
}

.service-icon img {
    width: 24px;
    height: 24px;
}
.service-content {
    flex: 1;
    min-width: 0;
}
.service-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-group {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat-item i {
    font-size: 13px;
    color: #0d6efd;
}

.service-action {
    margin-top: 12px;
}

.btn-service {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, #8e2de2 0%, #4a00e0 100%);
    color: white;
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(142, 45, 226, 0.2);
    margin-top: 10px;
}

.btn-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.btn-service:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(142, 45, 226, 0.3);
    background: linear-gradient(90deg, #9b3ceb 0%, #5100f7 100%);
    color: white;
    text-decoration: none;
}

.btn-service:hover::before {
    left: 100%;
}

.btn-service i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-service:hover i {
    transform: translateX(3px);
}

/* Icon colors */
.icon-comment { color: #ff7043; }
.icon-like { color: #2196f3; }
.icon-follow { color: #4caf50; }
.icon-livestream { color: #f44336; }
.icon-member { color: #9c27b0; }
.icon-default { color: #1877f2; }

@media (max-width: 768px) {
    .service-section {
        padding: 15px 0;
    }
    .service-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 12px;
    }

    .service-card-inner {
        width: 100%;
    }

    .service-card {
        padding: 12px;
        border-left-width: 3px;
    }
    .service-icon {
        width: 36px;
        height: 36px;
    }
    .service-icon img {
        width: 20px;
        height: 20px;
    }
    .service-title {
        font-size: 14px;
    }
    .service-group {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .service-stats {
        font-size: 11px;
        gap: 12px;
        margin-top: 8px;
        padding-top: 8px;
    }
    .stat-item i {
        font-size: 12px;
    }
    .btn-service {
        padding: 8px 16px;
        font-size: 13px;
    }
    .btn-service i {
        font-size: 12px;
    }

    .service-section h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .service-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .service-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1900px) {
    .service-section {
        padding: 30px 0;
    }
    .service-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .service-grid {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
        gap: 25px;
        max-width: 1800px;
    }
    .service-card {
        padding: 25px;
        gap: 20px;
        border-left-width: 6px;
    }
    .service-icon {
        width: 60px;
        height: 60px;
    }
    .service-icon img {
        width: 35px;
        height: 35px;
    }
    .service-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .service-group {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .service-stats {
        font-size: 14px;
        gap: 20px;
        margin-top: 15px;
        padding-top: 15px;
    }
    .stat-item i {
        font-size: 15px;
    }
    .btn-service {
        padding: 12px 24px;
        font-size: 16px;
    }
    .btn-service i {
        font-size: 15px;
        margin-left: 10px;
    }
}

/* Platform specific colors */
.border-facebook { border-left-color: #1877f2 !important; }
.border-tiktok { border-left-color: #ff0050 !important; }
.border-youtube { border-left-color: #ff0000 !important; }
.border-instagram { border-left-color: #e1306c !important; }

.btn-facebook { background: linear-gradient(90deg, #0d8aff 0%, #0051ff 100%) !important; }
.btn-tiktok { background: linear-gradient(90deg, #ff0050 0%, #00f2ea 100%) !important; }
.btn-youtube { background: linear-gradient(90deg, #ff0000 0%, #cc0000 100%) !important; }
.btn-instagram { background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%) !important; }

.btn-facebook:hover { background: linear-gradient(90deg, #1a91ff 0%, #1a6dff 100%) !important; }
.btn-tiktok:hover { background: linear-gradient(90deg, #ff1a6c 0%, #1af4ec 100%) !important; }
.btn-youtube:hover { background: linear-gradient(90deg, #ff1a1a 0%, #e60000 100%) !important; }
.btn-instagram:hover { background: linear-gradient(90deg, #9b4ac4 0%, #fd3535 50%, #fcc168 100%) !important; }

/* Thêm màu sắc cho các nền tảng mới */
.border-traffic { border-left-color: #00c853 !important; }
.border-shopee { border-left-color: #ee4d2d !important; }
.border-telegram { border-left-color: #0088cc !important; }
.border-twitter { border-left-color: #1da1f2 !important; }

.btn-traffic { background: linear-gradient(90deg, #00c853 0%, #64dd17 100%) !important; }
.btn-shopee { background: linear-gradient(90deg, #ee4d2d 0%, #ff6b3b 100%) !important; }
.btn-telegram { background: linear-gradient(90deg, #0088cc 0%, #00b0ff 100%) !important; }
.btn-twitter { background: linear-gradient(90deg, #1da1f2 0%, #0d8ecf 100%) !important; }

.btn-traffic:hover { background: linear-gradient(90deg, #00d45a 0%, #76ff1a 100%) !important; }
.btn-shopee:hover { background: linear-gradient(90deg, #ff5c3d 0%, #ff7e52 100%) !important; }
.btn-telegram:hover { background: linear-gradient(90deg, #0095dd 0%, #18baff 100%) !important; }
.btn-twitter:hover { background: linear-gradient(90deg, #2aacff 0%, #1a9de0 100%) !important; }
.service-detail-page {
    min-height: 100vh;
    background: #1a1f2b;
    padding: 0.75rem;
}

.service-detail-header {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #2e3444 0%, #1a1f2b 100%);
    border-radius: 0.75rem;
    color: white;
    border: 1px solid rgba(255,255,255,0.1);
}

.header-content {
    margin: 0 auto;
}

.page-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.page-description {
    font-size: 0.9rem;
    opacity: 0.7;
    color: #fff;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.content-wrapper {
    background: #2e3444;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.tab-navigation {
    display: flex;
    padding: 1rem;
    gap: 1rem;
    background: #2a2f3a;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background: #1a1f2b;
    color: #a0aec0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.tab-item:hover {
    background: #2e3444;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tab-item.active {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.tab-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-item.active:hover::before {
    opacity: 1;
}

.tab-item i {
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

.tab-item span {
    font-size: 0.95rem;
}

.tab-content {
    background: #1a1f2b;
    padding: 1rem;
}

.order-form-wrapper, .guide-section {
    background: #2e3444;
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 50px;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.section-header i {
    margin-right: 0.75rem;
    color: #6366f1;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: #fff;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    background: #1a1f2b;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.5rem;
    color: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: #2e3444;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    color: #fff;
    outline: none;
}

.form-control::placeholder {
    color: #a0aec0;
}

.input-group {
    display: flex;
    align-items: stretch;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    background: #1a1f2b;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.5rem 0 0 0.5rem;
    color: #6366f1;
}

.input-group .form-control {
    border-radius: 0 0.5rem 0.5rem 0;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

.server-list {
/*    display: grid;*/
    gap: 1.25rem;
    margin: 1.25rem 0;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.title__server h4 {
    font-size: 14px;
}

.server-card {
    position: relative;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgba(26, 31, 43, 0.8);
    height: 100%;
    overflow: hidden;
}

.server-card:hover {
    border-color: #818cf8;
    box-shadow: 0 8px 20px -4px rgba(99, 102, 241, 0.2);
    transform: translateY(-2px);
}

.server-option {
    cursor: pointer;
    margin: 0;
    display: block;
    height: 100%;
}

.server-option input[type="radio"] {
    display: none;
}

.server-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    position: relative;
    z-index: 1;
}

.server-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.server-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    flex: 1;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.server-status {
    padding: 0.35rem 1rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.status-active {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, 0.3);
}

.status-inactive {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.server-price {
    color: #818cf8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
    margin: 0.5rem -1.5rem;
    background: rgba(99, 102, 241, 0.1);
    border-top: 1px solid rgba(129, 140, 248, 0.2);
    border-bottom: 1px solid rgba(129, 140, 248, 0.2);
}

.server-price i {
    font-size: 1rem;
    color: #818cf8;
    opacity: 0.9;
}

.server-description {
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.6;
    flex: 1;
}

.server-option input[type="radio"]:checked + .server-content {
    background: rgba(99, 102, 241, 0.1);
}

.server-option input[type="radio"]:checked + .server-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #818cf8;
    border-radius: 12px;
    pointer-events: none;
    margin: -2px;
    z-index: 0;
    animation: borderPulse 2s infinite;
}

@keyframes borderPulse {
    0% {
        border-color: #818cf8;
        box-shadow: 0 0 0 0 rgba(129, 140, 248, 0.4);
    }
    50% {
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(129, 140, 248, 0);
    }
    100% {
        border-color: #818cf8;
        box-shadow: 0 0 0 0 rgba(129, 140, 248, 0.4);
    }
}

.server-option input[type="radio"]:checked + .server-content .server-name {
    color: #818cf8;
}

.server-option input[type="radio"]:checked + .server-content .server-price {
    background: rgba(99, 102, 241, 0.2);
    border-color: rgba(129, 140, 248, 0.3);
}

.server-option input[type="radio"]:checked + .server-content::after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #818cf8;
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.comment-box {
    position: relative;
}

.comment-counter {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    font-size: 0.875rem;
    color: #a0aec0;
}

.comment-counter i {
    margin-right: 0.25rem;
    color: #4f46e5;
}

.order-summary {
    background: #1a1f2b;
    padding: 1.25rem;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
    border: 1px solid rgba(255,255,255,0.1);
}

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

.summary-label {
    font-size: 1rem;
    color: #fff;
}

.summary-value {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6366f1;
}

.btn-submit {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.5);
}

.btn-submit i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.guide-section {
    padding: 1rem;
}

.guide-content {
    font-size: 0.9rem;
    line-height: 1.5;
}

.form-text {
    color: #a0aec0 !important;
}

.des__server {
    padding-left: 0px !important;
}

@media (max-width: 1024px) {
    .main-content {
        padding: 0;
    }

    .order-section {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 19px;
    }

    .service-detail-page {
        padding: 0.5rem;
    }

    .service-detail-header {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .page-title {
        font-size: 1.5rem;
    }

    .page-description {
        font-size: 0.9rem;
    }

    .tab-navigation {
        padding: 0.75rem;
        gap: 0.5rem;
        flex-direction: column;
    }

    .tab-item {
        padding: 0.75rem;
    }

    .tab-item i {
        margin-right: 0.5rem;
        font-size: 1rem;
    }

    .tab-item span {
        font-size: 0.9rem;
    }

    .section-header {
        font-size: 1rem;
    }

    .form-group label {
        font-size: 0.9rem;
    }

    .form-control {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .server-content {
        padding: 0.75rem;
    }

    .server-name {
        font-size: 0.95rem;
    }

    .server-description {
        font-size: 0.8rem;
    }

    .order-summary {
        padding: 0.75rem;
    }

    .summary-label {
        font-size: 0.95rem;
    }

    .summary-value {
        font-size: 1.1rem;
    }

    .btn-submit {
        padding: 0.75rem;
        font-size: 0.95rem;
    }

    .guide-section {
        padding: 0.75rem;
    }

    .guide-content {
        font-size: 0.85rem;
    }

    .server-list {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .service-suggestions {
        display: none;
    }
}

@media (max-width: 480px) {
    .service-detail-page {
        padding: 0.5rem;
    }

    .page-title {
        font-size: 1.25rem;
    }

    .order-section {
        padding: 0.75rem;
    }

    .tab-item {
        font-size: 0.85rem;
        padding: 0.4rem 0.6rem;
    }

    .server-status {
        padding: 0.2rem 0.4rem;
        font-size: 0.75rem;
    }

    .form-control {
        font-size: 0.85rem;
    }
}

@media (min-width: 1440px) {
    .main-content {
        max-width: 1400px;
    }

    .server-list {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }

    .page-title {
        font-size: 1.75rem;
    }

    .server-content {
        padding: 1.5rem;
    }

    .server-name {
        font-size: 1.2rem;
    }

    .server-description {
        font-size: 1rem;
    }
}

#server_list .radio {
    background: rgba(26, 31, 43, 0.8);
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 15px;
}

#server_list .radio:hover {
    background: rgba(46, 52, 68, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: rgba(129,140,248,0.3);
}

#server_list .radio .title__server {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

#server_list .radio .title__input_server {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

#server_list .radio input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

#server_list .radio .number_id__order {
    background: #6366F1;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

#server_list .radio p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

#server_list .radio strong {
    font-weight: 600;
    color: #fff;
}

#server_list .radio .badge {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
}

#server_list .radio .badge.bg-success {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%) !important;
}

#server_list .radio .badge.bg-danger {
    background: linear-gradient(135deg, #fb7185 0%, #e11d48 100%) !important;
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 12px;
}

#server_list .radio .des__server {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-top: 10px !important;
    padding-left: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

#server_list .radio:has(input[type="radio"]:checked) {
    background: rgba(99, 102, 241, 0.1);
    border-color: #818cf8;
}

#server_list .radio:has(input[type="radio"]:checked) .title__server {
    color: #818cf8;
}

.form-row.align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 10px;
}

#url_link, #soluong {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media (max-width: 768px) {
    #server_list .radio {
        padding: 15px;
    }

    .form-row.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
    }

    #server_list .radio .title__input_server {
        margin-bottom: 8px;
    }

    #server_list .radio .badge {
        align-self: flex-start;
    }
}

@media (min-width: 1920px) {
    .main-content {
        max-width: 1800px;
    }

    .server-list {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

.service-suggestions {
    padding: 1rem;
    background: rgba(26, 31, 43, 0.5);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow-x: auto;
}

.suggestions-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.suggestions-grid {
    display: flex;
    gap: 1rem;
    padding-bottom: 0.5rem;
    min-width: min-content;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.suggestion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.suggestion-item:hover {
    transform: translateY(-2px);
    border-color: #6366f1;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.2);
    text-decoration: none;
    color: #fff !important;
}

.suggestion-item:hover::before {
    opacity: 1;
}

.suggestion-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 10px;
    margin-right: 1rem;
    color: #6366f1;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.suggestion-item:hover .suggestion-icon {
    background: rgba(99, 102, 241, 0.2);
    transform: scale(1.1);
}

.suggestion-content {
    flex: 1;
    min-width: 0;
}

.suggestion-name {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-price {
    display: block;
    font-size: 0.8rem;
    color: #6366f1;
    font-weight: 600;
}

/* Tùy chỉnh thanh cuộn */
.service-suggestions::-webkit-scrollbar {
    height: 6px;
}

.service-suggestions::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.service-suggestions::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.5);
    border-radius: 3px;
}

.service-suggestions::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 102, 241, 0.7);
}

@media (max-width: 768px) {
    .suggestion-item {
        flex: 0 0 150px;
        padding: 0.75rem;
    }

    .suggestion-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
        margin-right: 0.75rem;
    }

    .suggestion-name {
        font-size: 0.85rem;
    }

    .suggestion-price {
        font-size: 0.75rem;
    }
}

/* Order History Styles */
.order-history {
    background: linear-gradient(145deg, #2e3444 0%, #1e2330 100%);
    border-radius: 16px;
    padding: 1.5rem;
    margin: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(129,140,248,0.15);
}

.history-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 1rem;
}

.history-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(to bottom, #818cf8, #6366f1);
    border-radius: 2px;
}

.history-table {
    width: 100%;
    background: rgba(26,31,43,0.6);
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.history-table thead {
    background: linear-gradient(135deg, #2d3142 0%, #1a1f2b 100%);
    position: relative;
}

.history-table thead::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(129,140,248,0.2), transparent);
}

.history-table th {
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #818cf8;
    letter-spacing: 0.05em;
    text-align: left;
    white-space: nowrap;
    border-bottom: none;
    position: relative;
}

.history-table td {
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: transparent;
    transition: all 0.3s ease;
}

.history-table tbody tr {
    transition: all 0.3s ease;
}

.history-table tbody tr:hover {
    background: rgba(129,140,248,0.08);
    transform: translateY(-1px);
}

/* Cột ID */
.history-table td:first-child {
    font-weight: 600;
    color: #818cf8;
    font-size: 0.875rem;
}

/* Cột Server */
.history-table td:nth-child(2) {
    color: #e2e8f0;
    max-width: 280px;
    line-height: 1.5;
    font-weight: 500;
}

/* Cột Link */
.history-table td:nth-child(3) {
    max-width: 250px;
}

.history-table td:nth-child(3) a {
    color: #818cf8;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-weight: 500;
}

.history-table td:nth-child(3) a:hover {
    color: #6366f1;
    text-decoration: underline;
}

/* Status Badge */
.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 110px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Số lượng và CX */
.history-table td:nth-child(5),
.history-table td:nth-child(6) {
    text-align: center;
    font-weight: 600;
    color: #e2e8f0;
}

/* Đã tăng */
.history-table td:nth-child(7) {
    text-align: center;
    color: #10b981;
    font-weight: 600;
}

/* Ghi chú */
.history-table td:nth-child(8) {
    color: #94a3b8;
    font-style: italic;
    max-width: 180px;
    line-height: 1.5;
}

/* Thời gian */
.history-table td:nth-child(9) {
    color: #94a3b8;
    font-size: 0.813rem;
    white-space: nowrap;
}

/* Tổng tiền */
.history-table td:last-child {
    font-weight: 700;
    font-size: 0.938rem;
    color: #818cf8;
    text-align: right;
}

/* Status colors */
.label-order_0 {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #fff;
}

.label-order_1 {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: #fff;
}

.label-order_2 {
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    color: #fff;
}

.label-order_3 {
    background: linear-gradient(135deg, #fb7185 0%, #e11d48 100%);
    color: #fff;
}

.label-order_4 {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: #fff;
}

/* Thanh cuộn */
.history-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    padding: 0;
    margin: 0;
}

.history-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.history-table-wrapper::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 3px;
}

.history-table-wrapper::-webkit-scrollbar-thumb {
    background: rgba(129,140,248,0.3);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.history-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(129,140,248,0.5);
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .order-history {
        margin: 1rem;
        padding: 1rem;
        border-radius: 12px;
    }

    .history-title {
        font-size: 1.25rem;
    }

    .history-title::before {
        height: 20px;
    }

    .history-table {
        display: block;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .history-table thead {
        display: none;
    }

    .history-table tbody {
        display: block;
    }

    .history-table tr {
        display: block;
        background: rgba(26,31,43,0.6);
        margin-bottom: 1rem;
        padding: 1rem;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.08);
    }

    .history-table td {
        display: flex;
        padding: 0.5rem 0;
        border: none;
        align-items: center;
    }

    .history-table td::before {
        content: attr(data-label);
        font-weight: 600;
        width: 120px;
        min-width: 120px;
        color: #818cf8;
        font-size: 0.813rem;
        text-transform: uppercase;
    }

    .history-table td:first-child {
        padding-top: 0;
    }

    .history-table td:last-child {
        padding-bottom: 0;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-size: 1rem;
    }

    .history-table td:nth-child(3) a {
        max-width: none;
        white-space: normal;
        word-break: break-all;
    }

    .status-badge {
        margin-left: auto;
    }

    .history-table td:nth-child(5),
    .history-table td:nth-child(6),
    .history-table td:nth-child(7) {
        justify-content: flex-end;
    }
}

/* Hiệu ứng loading cho bảng */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.history-table.loading tbody tr {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #2e3444 4%, #3a4157 25%, #2e3444 36%);
    background-size: 1000px 100%;
}

/* Order History Table */
.history-table-container {
    background: linear-gradient(145deg, #2a2f3a 0%, #1e2330 100%);
    border-radius: 16px;
    padding: 1.5rem;
    margin: 1.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.history-table {
    width: 100%;
    background: rgba(26,31,43,0.6);
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

/* Table Header */
.history-table thead {
    background: linear-gradient(135deg, #2d3142 0%, #1a1f2b 100%);
}

.history-table th {
    padding: 1rem;
    font-size: 0.813rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #818cf8;
    letter-spacing: 0.03em;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Table Body */
.history-table td {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #e2e8f0;
    vertical-align: middle;
}

.history-table tbody tr {
    transition: all 0.2s ease;
    background: rgba(255,255,255,0.02);
}

.history-table tbody tr:hover {
    background: rgba(129,140,248,0.05);
    transform: translateY(-1px);
}

/* ID Column */
.history-table td.column-id {
    font-weight: 600;
    color: #818cf8;
    width: 80px;
}

/* Server Column */
.history-table td.column-server {
    max-width: 200px;
}

.server-info {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

/* Link Column */
.history-table td.column-link {
    max-width: 180px;
}

.link-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #818cf8;
}

/* Status Column */
.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 100px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Action Buttons */
.btn-view-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(129,140,248,0.1);
    color: #818cf8;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #fff;
}

.btn-view-details i {
    font-size: 1rem;
}

.btn-view-details:hover {
    color: #fff;
}

/* Status Colors with Gradients */
.label-order_0 {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #fff;
}

.label-order_1 {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: #fff;
}

.label-order_2 {
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    color: #fff;
}

.label-order_3 {
    background: linear-gradient(135deg, #fb7185 0%, #e11d48 100%);
    color: #fff;
}

.label-order_4 {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: #fff;
}

/* Modal Styles */
.details-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
    padding: 1rem;
    overflow-y: auto;
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.details-modal.show {
    display: flex;
    opacity: 1;
    visibility: visible;
    align-items: center;
    justify-content: center;
}

.modal-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.details-modal .modal-wrapper .modal-content {
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.details-modal.show .modal-wrapper .modal-content {
    transform: scale(1);
    opacity: 1;
}

/* Thêm class cho animation khi đóng */
.details-modal.hiding {
    opacity: 0;
}

.details-modal.hiding .modal-wrapper .modal-content {
    transform: scale(0.95);
    opacity: 0;
}

.modal-wrapper .modal-content {
    background: #1e2330;
    border-radius: 12px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.modal-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.modal-title i {
    color: #818cf8;
}

.modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background: rgba(255,255,255,0.1);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: rgba(255,255,255,0.15);
}

.modal-body {
    padding: 1.5rem;
}

.order-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.detail-group.full-width {
    grid-column: 1 / -1;
}

.detail-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #818cf8;
    font-size: 0.875rem;
    font-weight: 500;
}

.detail-label i {
    color: #818cf8;
    font-size: 1rem;
}

.detail-value {
    padding: 0.75rem;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}

.detail-value.highlight {
    color: #818cf8;
    font-weight: 600;
    font-size: 1.1rem;
}

.detail-value.link {
    color: #818cf8;
    word-break: break-all;
}

.modal-footer {
    padding: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: flex-end;
}

.btn-close {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-close:hover {
    background: rgba(255,255,255,0.15);
}

.btn-view-details:hover {
    color: #fff;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.comment-area {
    width: 100%;
    min-height: 100px;
    background: transparent;
    border: none;
    color: #fff;
    resize: vertical;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.comment-area:focus {
    outline: none;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .modal-wrapper {
        margin: 0;
        height: 100%;
        max-height: 100vh;
    }

    .modal-content {
        height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    .modal-body {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .order-info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-header {
        padding: 1rem;
    }

    .modal-title {
        font-size: 1rem;
    }

    .detail-label {
        font-size: 0.813rem;
    }

    .detail-value {
        padding: 0.5rem;
        font-size: 0.813rem;
    }

    .btn-close {
        width: 100%;
        justify-content: center;
    }
}

/* Scrollbar Styles */
.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}

.modal-content::-webkit-scrollbar-thumb {
    background: rgba(129,140,248,0.3);
    border-radius: 3px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(129,140,248,0.5);
}

.service-header {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
    padding: 18px 0px;
    border-radius: 6px;
    padding-bottom: 0px;
}

.service-header .service-title {
    font-size: 26px;
}

.price-page {
    background: linear-gradient(135deg, #0f1117 0%, #1a1d24 100%);
    min-height: 100vh;
    color: #fff;
}

.price-header {
    text-align: center;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.price-header-container {
    padding: 20px;
}

.price-title {
    font-size: 36px;
    color: #ffffff;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-title i {
    color: #dc3545;
    font-size: 32px;
}

.price-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0 auto 60px;
}

.price-card {
    background: linear-gradient(145deg, #1d1f26, #252830);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.price-card__header {
    padding: 25px 20px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.price-card__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: 0.5s;
}

.price-card:hover .price-card__header::before {
    left: 100%;
}

.price-card__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.price-card__title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}

.price-card__title a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.price-card__title a:hover {
    color: #dc3545;
    text-shadow: 0 0 20px rgba(220,53,69,0.3);
}

.price-card__subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
}

.highlight {
    color: #dc3545;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(220,53,69,0.3);
}

.price-card__desc {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.price-card__services {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.1);
}

.service-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
    transform: translateX(5px);
    border-color: rgba(255,255,255,0.15);
}

.service-link__title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: inherit;
    padding-right: 10px;
    line-height: 1.4;
}

.service-link__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.service-link__price {
    font-size: 13px;
    color: #2ecc71;
    font-weight: 600;
    background: rgba(46,204,113,0.1);
    padding: 4px 10px;
    border-radius: 15px;
    min-width: max-content;
}

.price-card__footer {
    padding: 25px;
    background: rgba(255,255,255,0.05);
    margin-top: auto;
}

.price-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    padding: 16px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.price-card__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.price-card__button:hover::before {
    left: 100%;
}

.price-card__button:hover {
    opacity: 0.95;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.price-card__button i {
    transition: transform 0.3s ease;
    font-size: 18px;
}

.price-card__button:hover i {
    transform: translateX(8px);
}

/* Features section */
.price-features {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border-radius: 30px;
    margin-top: 40px;
}

.price-features__title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    padding: 0 30px;
}

.feature-item {
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border-radius: 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.feature-item:hover {
    transform: translateY(-8px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-color: rgba(255,255,255,0.2);
}

.feature-item i {
    font-size: 48px;
    color: #dc3545;
    margin-bottom: 25px;
    text-shadow: 0 0 20px rgba(220,53,69,0.3);
}

.feature-item h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
}

.feature-item p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (min-width: 1920px) {
    .container {
        max-width: 1800px;
        padding: 0 30px;
    }
    .price-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
    .price-title {
        font-size: 38px;
    }
    .price-card__title {
        font-size: 22px;
    }
    .price-features__title {
        font-size: 30px;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .container {
        max-width: 1540px;
    }
    .price-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .price-title {
        font-size: 34px;
    }
    .price-card__title {
        font-size: 20px;
    }
    .price-features__title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 1140px;
    }
    .price-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .price-title {
        font-size: 34px;
    }
    .price-card__title {
        font-size: 20px;
    }
    .price-features__title {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .price-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .price-title {
        font-size: 30px;
    }
    .price-card__title {
        font-size: 18px;
    }
    .price-features__title {
        font-size: 26px;
    }
    .price-description {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    .price-header {
        padding: 30px 20px;
    }
    .price-title {
        font-size: 26px;
        gap: 10px;
    }
    .price-title i {
        font-size: 24px;
    }
    .price-card__title {
        font-size: 18px;
    }
    .price-features__title {
        font-size: 24px;
    }
    .price-description {
        font-size: 14px;
    }
    .price-grid {
        grid-template-columns: 1fr;
    }
    .price-card {
        max-width: 450px;
        margin: 0 auto;
    }
    .service-link {
        padding: 10px 15px;
    }
    .service-link__title {
        font-size: 13px;
    }
    .service-link__price {
        font-size: 12px;
        padding: 3px 8px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .feature-item {
        padding: 30px 20px;
    }
    .price-features {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .price-title {
        font-size: 24px;
    }
    .price-card__button {
        padding: 14px 20px;
        font-size: 14px;
    }
    .price-card__title {
        font-size: 17px;
    }
    .price-features__title {
        font-size: 22px;
    }
    .service-link__title {
        font-size: 14px;
    }
    .feature-item h3 {
        font-size: 20px;
    }
}

/* Button styles */
.btn-service {
    background: linear-gradient(45deg, #0d6efd, #1877f2);
}
.btn-tiktok {
    background: linear-gradient(45deg, #010101, #69C9D0);
}
.btn-instagram {
    background: linear-gradient(45deg, #833AB4, #FD1D1D, #F77737);
}
.btn-youtube {
    background: linear-gradient(45deg, #FF0000, #CC0000);
}
.btn-telegram {
    background: linear-gradient(45deg, #0088cc, #229ED9);
}
.btn-twitter {
    background: linear-gradient(45deg, #1DA1F2, #14171A);
}
.btn-shopee {
    background: linear-gradient(45deg, #ee4d2d, #ff6633);
}
.btn-traffic {
    background: linear-gradient(45deg, #6c757d, #343a40);
}

/* Border styles */
.border-facebook { border: 1px solid rgba(24, 119, 242, 0.3); }
.border-instagram { border: 1px solid rgba(225, 48, 108, 0.3); }
.border-tiktok { border: 1px solid rgba(105, 201, 208, 0.3); }
.border-youtube { border: 1px solid rgba(255, 0, 0, 0.3); }
.border-telegram { border: 1px solid rgba(0, 136, 204, 0.3); }
.border-twitter { border: 1px solid rgba(29, 161, 242, 0.3); }
.border-shopee { border: 1px solid rgba(238, 77, 45, 0.3); }
.border-traffic { border: 1px solid rgba(108, 117, 125, 0.3); }

.price-page-container {
    padding: 20px;
}

.service-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.service-modal.active {
    display: block;
}

.service-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-modal.active .service-modal__overlay {
    opacity: 1;
}

.service-modal__container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    width: 90%;
    max-width: 1200px;
    max-height: 100vh;
    background: linear-gradient(145deg, #1d1f26, #252830);
    border-radius: 20px;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-modal.active .service-modal__container {
    transform: translate(-50%, -50%);
    opacity: 1;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -150%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.service-modal__header {
    padding: 25px 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-modal__title {
    font-size: 24px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-modal__title i {
    color: #dc3545;
}

.service-modal__close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.service-modal__close:hover {
    color: #fff;
    transform: rotate(90deg);
}

.service-modal__body {
    padding: 30px;
    max-height: calc(90vh - 85px);
    overflow-y: auto;
    overflow-x: hidden;
}

.service-modal__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

/* Service item styles */
.service-item {
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.service-item__header {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.service-item__icon {
    width: 40px;
    height: 40px;
    background: rgba(46,204,113,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item__icon i {
    color: #2ecc71;
    font-size: 18px;
}

.service-item__title {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    flex: 1;
}

.service-item__content {
    padding: 20px;
}

.service-item__info {
    margin-bottom: 15px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.info-row i {
    color: #dc3545;
    width: 16px;
}

.service-item__price {
    color: #2ecc71;
    font-weight: 600;
}

.service-item__desc {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.service-item__footer {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.service-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    gap: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-item__button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.service-item__button i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-item__button:hover i {
    transform: translateX(3px);
}

/* Scrollbar styles */
.service-modal__body::-webkit-scrollbar {
    width: 8px;
}

.service-modal__body::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
}

.service-modal__body::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.service-modal__body::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 991px) {
    .service-modal__container {
        width: 95%;
        margin: 20px auto;
    }
    .service-modal__grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .service-modal__header {
        padding: 20px;
    }
    .service-modal__title {
        font-size: 20px;
    }
    .service-modal__body {
        padding: 20px;
    }
    .service-modal__grid {
        grid-template-columns: 1fr;
    }
    .service-item {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .service-modal__container {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        transform: translateY(-100%);
    }

    .service-modal.active .service-modal__container {
        transform: translateY(0);
    }
    .service-modal__body {
        height: calc(100vh - 85px);
        max-height: none;
        padding: 15px;
    }
    .service-item__header {
        padding: 15px;
    }
    .service-item__content {
        padding: 15px;
    }
    .service-item__footer {
        padding: 15px;
    }
}

.modal-open {
    overflow: hidden;
    padding-right: 17px; /* Prevent layout shift when scrollbar disappears */
}

.service-modal__search {
    padding: 20px 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.search-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.5);
    font-size: 16px;
}

.search-input {
    width: 100%;
    padding: 12px 20px 12px 45px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
}

.search-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.service-item.hidden {
    display: none;
}

@media (max-width: 767px) {
    .service-modal__search {
        padding: 15px;
    }

    .search-input {
        font-size: 14px;
        padding: 10px 15px 10px 40px;
    }
}

.server_list-from-gr {
    overflow-y: scroll;
    max-height: 480px;
}
