 .content-title{
    /* border-bottom: 2px solid #ccc; */
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, #a70606, #cd2500);
    color: #fff;
    padding: 10px;
}
.box_content_product{
	padding:30px 0;
}
 .author-owner-section {
     background: #fff;
     border: 1px solid #e3e3e3;
     border-radius: 4px;
     padding: 0;
     margin-bottom: 20px;
     transition: all 0.3s ease;
 }
 
 .author-owner-section:hover {
     box-shadow: 0 4px 12px rgba(0,0,0,0.1);
     border-color: #d0d0d0;
 }
 
 .section-header {
     background: #f8f9fa;
     border-bottom: 1px solid #e3e3e3;
     padding: 12px 15px;
     font-weight: bold;
     color: #333;
     transition: all 0.3s ease;
 }
 
 .section-header:hover {
     background: #e9ecef;
     color: #2c3e50;
 }
 
 .section-body {
     padding: 15px;
 }
 
 .person-group {
     margin-bottom: 20px;
 }
 
 .person-group:last-child {
     margin-bottom: 0;
 }
 
 .group-title {
     color: #555;
     font-size: 1em;
     font-weight: bold;
     margin-bottom: 10px;
     padding-bottom: 5px;
     border-bottom: 1px solid #eee;
     transition: all 0.3s ease;
     cursor: default;
 }
 
 .group-title:hover {
     color: #333;
     border-bottom-color: #bbb;
 }
 
 .author-title {
     color: #ff6a00;
 }
 
 .author-title:hover {
 }
 
 .owner-title {
     color: #a70606;
 }
 
 .owner-title:hover {
     color: #782012;
 }
 
 .person-item {
     background: #fafafa;
     border: 1px solid #f0f0f0;
     border-radius: 3px;
     padding: 12px;
     margin-bottom: 8px;
     position: relative;
     transition: all 0.3s ease;
     cursor: pointer;
 }
 
 .person-item:hover {
    background: #ffb5a91f;
    border-color: #cd958c;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1);
    transform: translateY(-3px);
 }
 
 .person-item:last-child {
     margin-bottom: 0;
 }
 
 .person-name {
     font-weight: bold;
     color: #333;
     margin-bottom: 5px;
     transition: all 0.3s ease;
 }
 
 .person-item:hover .person-name {
     color: #782012;
 }
 
 .person-info {
	font-size: 0.9em;
     color: #343434;
     transition: all 0.3s ease;
 }
 
 .person-item:hover .person-info {
     color: #555;
 }
 
 .person-info i {
     transition: all 0.3s ease;
 }
 
 .person-item:hover .person-info i {
     color: #782012;
 }
 
 .info-row {
     margin-bottom: 3px;
 }
 .info-row span{
     font-weight: bold;
 }
 .info-row:last-child {
     margin-bottom: 0;
 }
 
 .hidden-info {
     color: #999;
     font-style: italic;
 }
 
 .person-badge {
     position: absolute;
     top: 8px;
     right: 10px;
     font-size: 10px;
     padding: 2px 6px;
     border-radius: 2px;
     color: white;
     transition: all 0.3s ease;
 }
 
 .person-item:hover .person-badge {
     transform: scale(1.1);
 }
 
 .author-badge {
     background: #ff6a00;
 }
 
 .owner-badge {
     background: #a70606;
 }
 
 .contact-area {
     background: #f8f9fa;
     border-top: 1px solid #e3e3e3;
     padding: 12px 15px;
     text-align: center;
     transition: all 0.3s ease;
 }
 
 .contact-area:hover {
     background: #e9ecef;
 }
 
 .contact-btn {
     background: #782012;
     color: white;
     border: none;
     padding: 6px 15px;
     border-radius: 3px;
     font-size: 12px;
     text-decoration: none;
     transition: all 0.3s ease;
     display: inline-block;
 }
 
 .contact-btn:hover {
     background: #782012;
     color: white;
     text-decoration: none;
     transform: translateY(-1px);
     box-shadow: 0 2px 6px rgba(52, 152, 219, 0.3);
 }
 
 .manage-section {
     margin-top: 15px;
     padding-top: 15px;
     border-top: 1px solid #eee;
     transition: all 0.3s ease;
 }
 
 .manage-section:hover {
     border-top-color: #ddd;
 }
 
 .add-person-btn {
     background: transparent;
     border: 1px dashed #bdc3c7;
     color: #7f8c8d;
     padding: 8px 12px;
     border-radius: 3px;
     font-size: 11px;
     margin-right: 5px;
     transition: all 0.3s ease;
 }
 
 .add-person-btn:hover {
     background: #782012;
     color: white;
     border-color: #782012;
     text-decoration: none;
     transform: translateY(-1px);
     box-shadow: 0 2px 6px rgba(52, 152, 219, 0.2);
 }
 
 .remove-person {
     position: absolute;
     top: 5px;
     right: 5px;
     background: #a70606;
     color: white;
     border: none;
     width: 16px;
     height: 16px;
     border-radius: 2px;
     font-size: 9px;
     line-height: 1;
     padding: 0;
     transition: all 0.3s ease;
     opacity: 0.7;
 }
 
 .remove-person:hover {
     background: #c0392b;
     color: white;
     opacity: 1;
     transform: scale(1.1);
 }
 
 .person-item:hover .remove-person {
     opacity: 1;
 }
 
 /* Responsive cho mobile */
 @media (max-width: 768px) {
     .section-body {
         padding: 10px;
     }
     
     .person-item {
         padding: 10px;
     }
     
     .person-info {
         font-size: 11px;
     }
 }
 .product-links {
}

.link-item {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 8px 15px;
    background: #d5d5d5;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
a.link-item{
	color: #495057;
}
.link-item:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Màu sắc cho từng platform */
.link-item:has(.fa-apple) {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: white;
    border-color: #000000;
}

.link-item:has(.fa-spotify) {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    color: white;
    border-color: #1DB954;
}

.link-item:has(.fa-tiktok) {
    background: linear-gradient(135deg, #ff0050 0%, #fe2c55 100%);
    color: white;
    border-color: #ff0050;
}

.link-item:has(.fa-youtube) {
    background: linear-gradient(135deg, #FF0000 0%, #ff4444 100%);
    color: white;
    border-color: #FF0000;
}

.link-item:has(.fa-facebook) {
    background: linear-gradient(135deg, #1877F2 0%, #42a5f5 100%);
    color: white;
    border-color: #1877F2;
}

/* Fallback cho browsers không support :has() */
.link-item .fa-apple { color: inherit; }
.link-item .fa-spotify { color: inherit; }
.link-item .fa-tiktok { color: inherit; }
.link-item .fa-youtube { color: inherit; }
.link-item .fa-facebook { color: inherit; }

/* Alternative styling sử dụng classes thay vì :has() */
.link-item.apple {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: white;
    border-color: #000000;
}

.link-item.spotify {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    color: white;
    border-color: #1DB954;
}

.link-item.tiktok {
    background: linear-gradient(135deg, #ff0050 0%, #fe2c55 100%);
    color: white;
    border-color: #ff0050;
}

.link-item.youtube {
    background: linear-gradient(135deg, #FF0000 0%, #ff4444 100%);
    color: white;
    border-color: #FF0000;
}

.link-item.facebook {
    background: linear-gradient(135deg, #1877F2 0%, #42a5f5 100%);
    color: white;
    border-color: #1877F2;
}

/* Icon spacing */
.link-item i {
    margin-right: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .link-item {
        display: block;
        margin: 8px 0;
        text-align: center;
    }
}

/* Hover effects cho từng platform */
.link-item.apple:hover {
    background: linear-gradient(135deg, #333333 0%, #555555 100%);
}

.link-item.spotify:hover {
    background: linear-gradient(135deg, #1ed760 0%, #21e065 100%);
}

.link-item.tiktok:hover {
    background: linear-gradient(135deg, #fe2c55 0%, #ff4081 100%);
}

.link-item.youtube:hover {
    background: linear-gradient(135deg, #ff4444 0%, #ff6666 100%);
}

.link-item.facebook:hover {
    background: linear-gradient(135deg, #42a5f5 0%, #64b5f6 100%);
}

/* Default link styling */
.link-item:not(.apple):not(.spotify):not(.tiktok):not(.youtube):not(.facebook):hover {
    background: #e9ecef;
    color: #495057;
}
.music-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.cover-img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto 20px;
  transition: transform 0.5s linear;
}
.rotate {
  animation: spin 5s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.track-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.artist-name {
  font-size: 1.2rem;
  color: #ccc;
}
.price {
    font-size: 2rem;
    font-weight: bold;
    color: #e70000;
    margin-bottom: 20px;
}

.old-price {
    font-size: 1.2rem;
    color: #95a5a6;
    text-decoration: line-through;
    margin-right: 10px;
}

.discount {
    background: #e70000;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-left: 10px;
}
.payment-section {
	margin:15px 0px 0px;
}

.payment-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.payment-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}
.payment-buttons form{
	width: 50%;
    text-align: center;
}
.payment-btn {
    flex: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    width:100%;
	 min-height: 60px;
}

.payment-btn::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: left 0.6s;
}

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

.vnpay-btn {
    color: white;
    box-shadow: 0 8px 25px rgba(30, 60, 114, 0.4);
     padding:0px;
	background: linear-gradient(133deg, #009aff 0%, #6ab3ff29 60%, #009aff 100%);
}
.vnpay-btn .payment-logo{
	width: 100%;
    height: auto;
   
}
.vnpay-btn .payment-logo img{
	height: auto;
    width: 150px;
}
.vnpay-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(30, 60, 114, 0.6);
}

.paypal-btn {
    background: linear-gradient(135deg, #009aff 0%, #003087 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(0, 112, 186, 0.4);
}

.paypal-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 112, 186, 0.6);
}

.payment-logo {
    width: 35px;
    height: 30px;
    /* background: white; */
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
}
.current-price {
    animation: pulse 4s ease-in-out infinite;
    display: inline-block;
}
.modal-header {
    text-align: center;
    font-weight: bold;
}
.modal-body.contact-form{
	
}
.modal-body.contact-form .form-group{
	text-align: left;
    padding: 0px 10px;
}
.modal-body.contact-form .form-group label{
    width: 100px;
    text-align: left;	
}
.modal-body.contact-form .form-group .form-control{
	    width: calc(100% - 104px);
    display: inline-block;
    margin: 0px;
}
.alert {
    padding: 0px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: left;
    padding: 0;
    border: none;
}
.alert-danger ul {
    margin-bottom: 0;
    padding: 15px;
}
.alert-danger li {
    list-style: none;
}
.modal-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1051;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Spinner circle */
.modal-spinner .spinner {
    border: 5px solid #f3f3f3; /* màu nền */
    border-top: 5px solid #f36f21; /* màu chạy */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-spinner p {
    font-size: 14px;
    color: #333;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/* 4. Abstract Geometric */
.spinner-4 {
    width: 60px;
    height: 60px;
    position: relative;
    animation: geometric-spin 4s linear infinite;
}

.spinner-4 div {
    position: absolute;
    border: 2px solid;
    animation: geometric-morph 2s ease-in-out infinite alternate;
}

.spinner-4 div:nth-child(1) {
    width: 100%; height: 100%;
    border-color: #ff6b6b;
    border-radius: 50% 10% 50% 10%;
    animation-delay: 0s;
}

.spinner-4 div:nth-child(2) {
    width: 70%; height: 70%;
    top: 15%; left: 15%;
    border-color: #4ecdc4;
    border-radius: 10% 50% 10% 50%;
    animation-delay: -0.5s;
}

.spinner-4 div:nth-child(3) {
    width: 40%; height: 40%;
    top: 30%; left: 30%;
    border-color: #ffe66d;
    border-radius: 50%;
    animation-delay: -1s;
}

@keyframes geometric-morph {
    0% {
        transform: rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        border-radius: 0% 50% 50% 50%;
    }
    50% {
        transform: rotate(180deg) scale(0.8);
        border-radius: 50% 0% 50% 50%;
    }
    75% {
        border-radius: 50% 50% 0% 50%;
    }
    100% {
        transform: rotate(360deg) scale(1);
        border-radius: 50% 50% 50% 0%;
    }
}

@keyframes geometric-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

.price-breakdown {
    margin: 20px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.price-row.total {
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 2px solid #ff0000;
    color: #ff0000;
}



.alert {
    border: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 15px;
    border-left: 4px solid;
}

.alert-info {
    background: #e1e1e1;
    border: 2px solid #3c3c3c;
    color: #0e0e0e;
}

.file-upload-area {
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    background: #f8fafc;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-upload-area:hover {
    border-color: var(--primary-color);
    background: #f1f5f9;
}

.file-upload-area.dragover {
    border-color: var(--primary-color);
    background: #eff6ff;
}

.progress {
    height: 6px;
    border-radius: 3px;
    background: #e2e8f0;
    margin-top: 1rem;
    display: none;
}

.progress-bar {
    background: linear-gradient(90deg, var(--primary-color), #a70606);
    border-radius: 3px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.required {
    color: red;
}

@media (max-width: 768px) {
    .main-container {
        margin: 1rem;
        border-radius: 15px;
    }

    .header-section {
        padding: 2rem 1rem;
    }

    .form-section {
        padding: 2rem 1rem;
    }
}
#reports-content {
    margin: 0 auto;
	padding: 20px 0px;
}

.content-rp {
    background: #ffe5bd;
    border: 2px solid #ffac65;
    border-radius: 12px;
    padding: 24px;
    display: flex
;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s 
ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.content-rp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #f87171;
}

.content-rp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

.content-rp > i.fa-exclamation {
    font-size: 28px;
    color: #ef4444;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.content-rp h3 {
    color: #a70606;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.content-rp p {
    color: #a70606;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
}

.content-rp button {
	background: #dd5200;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.content-rp button:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.content-rp button:active {
    transform: translateY(0);
}

.content-rp button i {
    font-size: 16px;
}

.form-section {
    margin-top: 30px;
}

.alert {
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}

.alert-info {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid #bfdbfe;
    color: #1e40af;
}


.alert i.fa-info-circle {
    color: #2563eb;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.alert strong {
    font-weight: 600;
    color: #1e40af;
}

/* Responsive Design */
@media (max-width: 768px) {
    #reports-content {
        padding: 15px;
    }
    
    .content-rp {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .content-rp > i.fa-exclamation {
        align-self: center;
        margin-bottom: 10px;
    }
    
    .content-rp button {
        align-self: center;
        width: fit-content;
    }
    
    .alert {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .content-rp h3 {
        font-size: 1.1rem;
    }
    
    .content-rp p {
        font-size: 0.95rem;
    }
    
    .content-rp button {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}
/* Tab Navigation Styling */

nav[aria-label="Tabs"] {
    display: flex;
    gap: 0;
    position: relative;
    padding: 0 0px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
	border-bottom: 1px solid #ccc;
}

nav[aria-label="Tabs"]::-webkit-scrollbar {
    display: none;
}

/* Base tab styling */
nav button {
    display: flex
;
    align-items: center;
    gap: 8px;
    padding: 16px 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
    min-width: fit-content;
    outline: none;
    font-size: 16px;
}

/* Active tab styling */
.tab-active {
    color: #a70606 !important;
    border-bottom-color: #a70606 !important;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.05) 0%, rgba(59, 130, 246, 0.02) 100%);
}


.tab-active i {
    color: #a70606;
    transform: scale(1.1);
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}

.tab-active span {
    font-weight: 600;
}

/* Inactive tab styling */
.tab-inactive {
    color: #6b7280 !important;
    border-bottom-color: transparent !important;
}

.tab-inactive:hover {
    color: #374151 !important;
    background: linear-gradient(to bottom, rgba(107, 114, 128, 0.05) 0%, rgba(107, 114, 128, 0.02) 100%);
    border-bottom-color: #d1d5db !important;
}

.tab-inactive:hover i {
    color: #374151;
    transform: scale(1.05);
}

.tab-inactive i {
    color: #9ca3af;
    transition: all 0.3s ease;
}

/* Icon specific styling */
nav button i {
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav button i.fa-comments-o {
    position: relative;
}

nav button i.fa-flag {
    position: relative;
}

/* Hover effects */
nav button:hover {
    transform: translateY(-1px);
}

nav button:active {
    transform: translateY(0);
}

/* Focus states for accessibility */
nav button:focus-visible {
    outline: 2px solid #a70606;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Badge/notification styling (if needed) */
.tab-badge {
    background: #ef4444;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 4px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animation for tab switching */
@keyframes tabSwitch {
    0% {
        opacity: 0;
        transform: translateY(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-active {
    animation: tabSwitch 0.2s ease-out;
}

/* Responsive design */
@media (max-width: 768px) {
    nav[aria-label="Tabs"] {
        padding: 0 16px;
        gap: 0;
    }
    
    nav button {
        padding: 12px 16px;
        font-size: 13px;
        min-width: auto;
    }
    
    nav button i {
        font-size: 14px;
    }
    
    nav button span {
        display: none;
    }
    
    /* Show only icons on mobile */
    nav button {
        justify-content: center;
        min-width: 60px;
    }
}

@media (max-width: 480px) {
    nav button {
        padding: 10px 12px;
        min-width: 50px;
    }
    
    nav button i {
        font-size: 16px;
    }
}

/* Custom scrollbar for tab overflow */
@media (max-width: 640px) {
    nav[aria-label="Tabs"] {
        scrollbar-width: thin;
        scrollbar-color: #d1d5db transparent;
    }
    
    nav[aria-label="Tabs"]::-webkit-scrollbar {
        display: block;
        height: 2px;
    }
    
    nav[aria-label="Tabs"]::-webkit-scrollbar-track {
        background: transparent;
    }
    
    nav[aria-label="Tabs"]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 2px;
    }
}
 #comments-content .widget-title{
 	display:none;
 }
 #comments-content{
     padding: 20px 0px;
 }
 #comment-form{
 	margin:10px 0px;
 }
 form .form-group{
 	margin-bottom:10px;
 }
#reportForm .form-label {
    font-weight: 600;
    color: #000;
    margin: 15px 0px 5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
}
.title_rp{
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.title_rp i{
	margin:0px 5px 0px 0px;
}
.content_form_rp{
	display:none;
}
.permission-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.permission-item {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    transition: all .2s ease;
    user-select: none;
    font-weight: normal;
    margin: 0px;
}

/* Ẩn radio */
.permission-item input[type="radio"] {
    display: none;
}

/* Khi chọn => border & text đỏ kiểu Shopee */
.permission-item input[type="radio"]:checked + span,
.permission-item input[type="radio"]:checked ~ * {

}

.permission-item input[type="radio"]:checked ~ * {
    color: #a70606;
    border-color: #a70606;
}
.permission-item:has(input[type="radio"]:checked) {
    color: #a70606;
    border-color: #a70606;
}
.permission-item:has(.permission-radio:checked) {
background: linear-gradient(135deg, #fff5f0 0%, #ffe8e1 100%);
    border: 2px solid;
    color: #ee4d2d;
    transform: scale(1.02);
    /* box-shadow: 0 4px 20px rgba(238, 77, 45, 0.2); */
    /* position: relative; */
    font-weight: 500;
    padding-right: 35px;
}
.permission-item:has(.permission-radio:checked)::after {
	content: '✓';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #a70606;
    font-weight: bold;
    font-size: 18px;
    background: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 2px solid #a70606;
}
#box_product_price{
	margin:10px 0px;
}
#priceBox{
	font-size: 2.8em;
    font-weight: bold;
line-height: 1;
}
#priceBox .currency-symbol {
    font-size: 0.6em;
    font-weight: bold;
    margin-left: 0px;
    vertical-align: top;
}
#contactForm{
	 margin: 0;
}
#contactForm .alert{
	display:none;
}
