/* Nav sub-link styling */
.nav-sub-link {
	text-decoration: none;
	color: inherit;
}

.nav-sub-link:hover {
	text-decoration: none;
	color: #0168fa;
}

.nav-sub-link i {
	margin-right: 5px;
}

.list-group{
	display: block;
	position: relative;
}

.list-group > li.list-group-item{
	padding: 10px;
}

.list-group li a {
	text-decoration: none;
	color: inherit;
}

.list-group li a:hover {
	text-decoration: none;
	color: #0168fa;
}

.float-right{
	float: right !important;
}

.error{
	color: #aa4e01;
}

.domain-search-panel{
	background-color: #9fcdff;
	padding: 40px;
	border-radius: 8px;
}
.domain-search-box{
	background-color: white;
	margin: 10px;
	padding: 10px;
	border-radius: 1px;
	height: 75px;
}

select.fontawesome {
	font-family: 'Font Awesome 5 Free', 'Roboto', 'Helvetica Neue', 'sans-serif';
}

.selected-li{
	background-color: #d1ecf1;
	color: black;
}

.pdfViewContainer{
	background-color: #cacaca !important;
	min-height: 700px !important;
	height: auto !important;
	overflow: auto !important;
	border-radius: 10px;
	margin-top: 15px;
}

.pdfViewBox{
	background-color: white !important;
	width: auto !important;
	height: auto !important;
	padding: 20px !important;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.content-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

footer.footer {
	margin-top: auto;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.line-height-0{
	line-height: 0 !important;
}

.mt-1px{
	margin-top: 1px;
}
.mt-2px{
	margin-top: 2px;
}
.mt-3px{
	margin-top: 3px;
}
.mt-4px{
	margin-top: 4px;
}
.mt-5px{
	margin-top: 5px;
}

.mb-1px{
	margin-bottom: 1px;
}
.mb-2px{
	margin-bottom: 2px;
}
.mb-3px{
	margin-bottom: 3px;
}
.mb-4px{
	margin-bottom: 4px;
}
.mb-5px{
	margin-bottom: 5px;
}

.disabled{
	pointer-events: none;
	background: #f5f6fa;
}

.swal2-title { font-size: 1.375em; }

/* ==========================================================================
   Client Area - Services Page Styles
   ========================================================================== */
.services-table .order-link {
    color: #0168fa;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f7ff 100%);
    border: 1px solid #cce5ff;
    transition: all 0.2s ease;
}

.services-table .order-link:hover {
    background: linear-gradient(135deg, #0168fa 0%, #0056d3 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 104, 250, 0.3);
    text-decoration: none;
}

.services-table .order-link i {
    font-size: 14px;
}

.services-table tbody tr {
    transition: all 0.15s ease;
}

.services-table tbody tr:hover {
    background-color: #f8fafc;
}

.service-description {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-description .service-name {
    font-weight: 500;
    color: #1c273c;
}

.service-description .service-domain {
    font-size: 14px;
    color: #7987a1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.service-description .service-domain i {
    font-size: 14px;
}

.date-cell {
    white-space: nowrap;
}

.date-cell i {
    color: #7987a1;
    margin-right: 6px;
    font-size: 14px;
}

.page-header-card {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 25px;
}

.page-header-card h3 {
    margin: 0;
    font-weight: 600;
}

.page-header-card .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 8px 0 0 0;
}

.page-header-card .breadcrumb-item a {
    color: rgba(255,255,255,0.8);
}

.page-header-card .breadcrumb-item.active a {
    color: #fff;
}

.page-header-card .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

.services-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.services-card .card-body {
    padding: 0;
}

.services-table {
    margin-bottom: 0;
}

.services-table thead th {
    background: #f8f9fc;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    color: #5a6b82;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px;
}

.services-table tbody td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2f5;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #7987a1;
}

.empty-state i {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

/* ==========================================================================
   Client Area - Domains Page Styles
   ========================================================================== */
/* All client area list pages use same gradient */
.page-header-domains,
.page-header-billing,
.page-header-tickets {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
}

.domain-name-cell {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.domain-name-cell .domain-icon {
    color: #0891b2;
    font-size: 14px;
}

.domain-name-cell .domain-text {
    font-weight: 500;
    color: #1c273c;
}

.domains-table tbody tr:hover .domain-text {
    color: #0891b2;
}

/* ==========================================================================
   Client Area - Domain Detail Page Styles
   ========================================================================== */
.detail-sidebar-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.detail-sidebar-header {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    padding: 15px;
}

.detail-sidebar-header .card-title {
    color: #fff;
    font-weight: 600;
}

.ns-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.ns-label {
    font-weight: 600;
    color: #5a6b82;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ns-value {
    font-weight: 500;
    color: #1c273c;
    font-size: 14px;
    word-break: break-all;
    text-align: right;
    max-width: 60%;
}

.detail-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.detail-card-header {
    background: #f8f9fc;
    border-bottom: 2px solid #e9ecef;
    padding: 15px 20px;
}

.detail-card-header h5 {
    font-weight: 600;
    color: #1c273c;
    font-size: 15px;
}

.detail-card-header h5 i {
    color: #0891b2;
}

.detail-info-list {
    display: flex;
    flex-direction: column;
}

.detail-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
}

.detail-info-item:last-child {
    border-bottom: none;
}

.detail-info-item.highlight-row {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 100%);
    margin: 0 -20px;
    padding: 12px 20px;
    border-radius: 6px;
}

.detail-info-label {
    color: #5a6b82;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail-info-label i {
    color: #7987a1;
    font-size: 14px;
    width: 16px;
}

.detail-info-value {
    font-weight: 500;
    color: #1c273c;
    text-align: right;
}

.detail-info-value.domain-highlight {
    color: #0891b2;
    font-weight: 600;
    font-size: 15px;
}

.header-status .badge {
    font-size: 14px;
    padding: 8px 16px;
}

/* DNS Type Selector */
.dns-type-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dns-type-option {
    flex: 1;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 10px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.dns-type-option:hover {
    border-color: #0891b2;
    background: #f0fdfa;
}

.dns-type-option.active {
    border-color: #0891b2;
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 100%);
}

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

.dns-type-option i {
    font-size: 20px;
    color: #7987a1;
    transition: color 0.2s ease;
}

.dns-type-option.active i,
.dns-type-option:hover i {
    color: #0891b2;
}

.dns-type-option span {
    font-size: 14px;
    font-weight: 600;
    color: #5a6b82;
}

.dns-type-option.active span {
    color: #0891b2;
}

/* Nameserver Input Group */
.ns-input-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ns-input-item label {
    font-size: 14px;
    font-weight: 500;
    color: #5a6b82;
    margin-bottom: 6px;
    display: block;
}

.ns-input-item .input-group-text {
    background: #f8f9fc;
    border-color: #e9ecef;
    color: #7987a1;
}

.ns-input-item .form-control {
    border-color: #e9ecef;
    font-size: 14px;
}

.ns-input-item .form-control:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1);
}

/* Nameserver Update Actions */
.ns-update-actions {
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}

.btn-update-ns {
    background: linear-gradient(135deg, #10b981 0%, #0891b2 100%);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-update-ns:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.btn-update-ns:disabled {
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

.ns-update-status {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
}

.ns-update-status.alert-success {
    background: linear-gradient(135deg, #d1fae5 0%, #ccfbf1 100%);
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.ns-update-status.alert-danger {
    background: linear-gradient(135deg, #fee2e2 0%, #fef2f2 100%);
    border: 1px solid #fca5a5;
    color: #991b1b;
}

/* Sync Section */
.sync-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 100%);
    border: 1px solid #a7f3d0;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-sync {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
}

.btn-sync:hover {
    background: linear-gradient(135deg, #10b981 0%, #0891b2 100%);
    border-color: transparent;
    color: #fff;
}

.sync-info {
    font-size: 14px;
}

.sync-status {
    width: 100%;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
}

.sync-status.alert-success {
    background: #d1fae5;
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.sync-status.alert-danger {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

/* Contact Information Form */
.contact-input-item {
    margin-bottom: 15px;
}

.contact-input-item label {
    font-size: 14px;
    font-weight: 500;
    color: #5a6b82;
    margin-bottom: 6px;
    display: block;
}

.contact-input-item .input-group-text {
    background: #f8f9fc;
    border-color: #e9ecef;
    color: #7987a1;
}

.contact-input-item .form-control {
    border-color: #e9ecef;
    font-size: 14px;
}

.contact-input-item .form-control:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1);
}

.contact-update-actions {
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}

/* EPP Code Button */
#btnSendEppCode {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

#btnSendEppCode:hover {
    color: #0168fa;
}

#btnSendEppCode.disabled {
    pointer-events: none;
    opacity: 0.7;
}

#eppCodeStatus {
    font-size: 14px;
    padding: 5px 0;
}

/* ==========================================================================
   Client Area - Billing/Invoices Page Styles
   ========================================================================== */

.billing-header {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%) !important;
    color: #fff;
    padding: 15px;
}

.billing-header .card-title {
    color: #fff;
    font-weight: 600;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.summary-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #5a6b82;
    font-size: 14px;
}

.summary-label i {
    font-size: 14px;
    width: 18px;
}

.invoice-link {
    color: #0168fa;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f7ff 100%);
    border: 1px solid #cce5ff;
    transition: all 0.2s ease;
}

.invoice-link:hover {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 104, 250, 0.3);
    text-decoration: none;
}

.invoice-link i {
    font-size: 14px;
}

.amount-cell {
    font-weight: 500;
    color: #1c273c;
}

.amount-cell strong {
    color: #0168fa;
    margin-right: 3px;
}

.status-badge {
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.status-badge i {
    font-size: 14px;
}

.action-btn-group {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.action-btn-group .btn {
    padding: 6px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.action-btn-group .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.action-btn-group .btn-outline-primary {
    border-color: #0168fa;
    color: #0168fa;
}

.action-btn-group .btn-outline-primary:hover {
    background: #0168fa;
    color: #fff;
}

.action-btn-group .btn-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
}

.action-btn-group .btn-success:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.invoices-table tbody tr:hover {
    background-color: #fafaff;
}

/* Header Actions */
.header-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.header-actions .btn {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.header-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.header-actions .btn-light {
    background: rgba(255,255,255,0.9);
    border: none;
}

.header-actions .btn-light:hover {
    background: #fff;
}

.header-actions .btn-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
}

/* ==========================================================================
   Client Area - Tickets Page Styles
   ========================================================================== */
.ticket-row {
    cursor: pointer;
    transition: all 0.15s ease;
}

.ticket-row:hover {
    background-color: #f8fafc;
}

.ticket-row:hover .ticket-link {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 104, 250, 0.3);
}

.ticket-link {
    color: #0168fa;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f7ff 100%);
    border: 1px solid #cce5ff;
    transition: all 0.2s ease;
}

.ticket-link i {
    font-size: 14px;
}

.ticket-subject {
    font-weight: 500;
    color: #1c273c;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department-badge {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #5a6b82;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 4px;
}

.tickets-table tbody td {
    vertical-align: middle;
}

/* ==========================================================================
   Client Area - Knowledge Base Page Styles
   ========================================================================== */

/* KB Page Header */
.page-header-kb {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
}

/* KB Category Cards */
.kb-category-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    position: relative;
}

.kb-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(1, 104, 250, 0.15);
    border-color: #0168fa;
}

.kb-category-card .card-body {
    padding: 20px;
}

.kb-cat-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

.kb-cat-title {
    font-weight: 600;
    color: #1c273c;
    font-size: 14px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.kb-cat-count {
    font-size: 12px;
    color: #7987a1;
}

/* KB Article List Items */
.kb-article-item {
    padding: 15px !important;
    transition: background-color 0.15s ease;
}

.kb-article-item:hover {
    background-color: #f8fafc;
}

.kb-article-icon {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    color: #0168fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
}

.kb-article-link {
    color: #1c273c;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.kb-article-link:hover {
    color: #0168fa;
}

.kb-article-tags {
    font-size: 12px;
    color: #7987a1;
}

.kb-article-tags i {
    margin-right: 4px;
}

.kb-article-views {
    font-size: 12px;
    color: #7987a1;
    white-space: nowrap;
}

.kb-article-views i {
    margin-right: 4px;
}

/* KB Detail Page */
.kb-article-content {
    line-height: 1.8;
    color: #3d4f6f;
}

.kb-article-content h1,
.kb-article-content h2,
.kb-article-content h3,
.kb-article-content h4,
.kb-article-content h5,
.kb-article-content h6 {
    color: #1c273c;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.kb-article-content p {
    margin-bottom: 1em;
}

.kb-article-content ul,
.kb-article-content ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.kb-article-content code {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 90%;
}

.kb-article-content pre {
    background: #f8fafc;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    overflow-x: auto;
}

.kb-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ==========================================================================
   Client Area - Dashboard Styles
   ========================================================================== */

/* Welcome Banner */
.dashboard-welcome-banner {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-shadow: 0 4px 20px rgba(1, 104, 250, 0.3);
}

.welcome-content {
    flex: 1;
}

.welcome-greeting {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.welcome-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.welcome-subtitle {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.welcome-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-welcome {
    background: rgba(255,255,255,0.95);
    border: none;
    color: #1c273c;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-welcome:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: #1c273c;
}

.btn-welcome-primary {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-welcome-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #0168fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.welcome-illustration {
    font-size: 80px;
    opacity: 0.3;
    margin-left: 30px;
}

/* Dashboard Stat Cards */
.dashboard-stat-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.dashboard-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    text-decoration: none;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.stat-services .stat-icon {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
}

.stat-domains .stat-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.stat-tickets .stat-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.stat-invoices .stat-icon {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.stat-details {
    flex: 1;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #1c273c;
    margin-bottom: 2px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #7987a1;
    margin: 0;
    font-weight: 500;
}

.stat-loader {
    height: 25px;
}

/* Dashboard Activity Cards */
.dashboard-activity-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    height: 100%;
}

.dashboard-card-header {
    background: #f8f9fc;
    border-bottom: 2px solid #e9ecef;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.dashboard-card-header h6 {
    font-weight: 600;
    color: #1c273c;
    margin: 0;
    display: flex;
    align-items: center;
}

.dashboard-card-header h6 i {
    color: #0168fa;
}

.refresh-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7987a1;
    background: #fff;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    margin-left: auto;
}

.refresh-btn:hover {
    background: #0168fa;
    color: #fff;
    border-color: #0168fa;
}

.dashboard-list {
    max-height: 350px;
    overflow-y: auto;
    padding: 12px 15px;
}

.dashboard-list-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin: 3px 0;
    transition: all 0.25s ease;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 10px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.dashboard-list-item:first-child {
    margin-top: 0;
}

.dashboard-list-item:last-child {
    margin-bottom: 0;
}

.dashboard-list-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-color: #0168fa;
    box-shadow: 0 4px 12px rgba(1, 104, 250, 0.12);
    transform: translateX(4px);
}

.item-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 15px;
}

.ticket-icon {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
    box-shadow: 0 2px 6px rgba(217, 119, 6, 0.2);
}

.invoice-icon {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #2563eb;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.2);
}

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

.item-title {
    display: block;
    font-weight: 600;
    color: #1c273c;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.item-title:hover {
    color: #0168fa;
}

.item-date,
.item-amount {
    font-size: 14px;
    color: #7987a1;
}

.item-amount strong {
    color: #0168fa;
}

.item-status {
    text-align: right;
    min-width: 90px;
}

.item-due-date {
    font-size: 14px;
    color: #7987a1;
}

.dashboard-list-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    margin: 10px 15px;
    color: #7987a1;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 10px;
    border: 1px dashed #d1d5db;
}

.dashboard-list-empty i {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0.5;
    color: #9ca3af;
}

.dashboard-list-empty p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.dashboard-card-footer {
    background: #f8f9fc;
    border-top: 1px solid #e9ecef;
    padding: 12px 20px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

.view-all-link {
    color: #0168fa;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    color: #6f42c1;
}

.view-all-link i {
    transition: transform 0.2s ease;
}

.view-all-link:hover i {
    transform: translateX(3px);
}

.badge-sm {
    font-size: 12px;
    padding: 3px 6px;
}

/* ==========================================================================
   Client Area - New Ticket Page Styles
   ========================================================================== */

/* Sidebar Card */
.sidebar-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-card-header {
    background: linear-gradient(135deg, #f8f9fc 0%, #edf2f7 100%);
    border-bottom: 2px solid #e9ecef;
    padding: 15px 18px;
}

.sidebar-card-header h6 {
    font-weight: 600;
    color: #1c273c;
    display: flex;
    align-items: center;
}

.sidebar-card-header h6 i {
    color: #0168fa;
}

/* Sidebar Ticket List */
.sidebar-ticket-list {
    padding: 10px;
    max-height: 350px;
    overflow-y: auto;
}

.sidebar-ticket-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin: 3px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid #e9ecef;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sidebar-ticket-item:first-child {
    margin-top: 0;
}

.sidebar-ticket-item:last-child {
    margin-bottom: 0;
}

.sidebar-ticket-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-color: #0168fa;
    box-shadow: 0 3px 10px rgba(1, 104, 250, 0.12);
    transform: translateX(3px);
    text-decoration: none;
}

.ticket-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ticket-item-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ticket-item-id {
    font-size: 13px;
    font-weight: 600;
    color: #0168fa;
}

.ticket-item-title {
    font-size: 14px;
    color: #5a6b82;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-item-badge {
    font-size: 12px;
    padding: 3px 8px;
    flex-shrink: 0;
    margin-left: 8px;
}

.sidebar-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    color: #7987a1;
}

.sidebar-empty-state i {
    font-size: 32px;
    margin-bottom: 8px;
    opacity: 0.5;
}

.sidebar-empty-state p {
    margin: 0;
    font-size: 14px;
}

/* Ticket Form Card */
.ticket-form-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.ticket-form-header {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    padding: 20px 25px;
    border: none;
}

.ticket-form-header h5 {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ticket-form-header h5 i {
    opacity: 0.9;
}

.ticket-form-header p {
    font-size: 14px;
}

.ticket-form-card .card-body {
    padding: 25px;
}

/* Form Sections */
.form-section {
    background: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}

.form-section:last-of-type {
    margin-bottom: 25px;
}

.form-section-title {
    font-weight: 600;
    color: #1c273c;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    align-items: center;
}

.form-section-title i,
h6 i {
    color: #0168fa;
    margin-right: 5px;
}

/* Form Labels */
.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #5a6b82;
    margin-bottom: 6px;
}

.form-label.required-field::after {
    content: " *";
    color: #ef4444;
}

/* Input Groups */
.ticket-form .input-group-text {
    background: #fff;
    border-color: #e9ecef;
    color: #7987a1;
    border-right: none;
}

.ticket-form .form-control,
.ticket-form .form-select {
    border-color: #e9ecef;
    font-size: 14px;
    padding: 10px 12px;
}

.ticket-form .input-group .form-control,
.ticket-form .input-group .form-select {
    border-left: none;
}

.ticket-form .form-control:focus,
.ticket-form .form-select:focus {
    border-color: #0168fa;
    box-shadow: 0 0 0 3px rgba(1, 104, 250, 0.1);
}

.ticket-form .input-group:focus-within .input-group-text {
    border-color: #0168fa;
    color: #0168fa;
}

.ticket-form .form-control:disabled {
    background: #f1f5f9;
    color: #64748b;
}

/* Error Messages */
.error-message {
    color: #ef4444;
    font-size: 14px;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.error-message i {
    margin-right: 5px;
}

/* Editor Wrapper */
.editor-wrapper {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.editor-wrapper #editor {
    min-height: 200px;
    font-size: 14px;
}

.editor-wrapper .ql-toolbar {
    border: none;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fc;
}

.editor-wrapper .ql-container {
    border: none;
    font-family: inherit;
}

.editor-wrapper .ql-editor {
    min-height: 180px;
}

.editor-wrapper .ql-editor.ql-blank::before {
    color: #94a3b8;
    font-style: normal;
}

/* Attachment Styles */
.attachment-wrapper {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
}

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

.attachment-input {
    flex: 1;
}

.btn-add-attachment {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.btn-add-attachment:hover {
    background: #0168fa;
    color: #fff;
    border-color: #0168fa;
}

.attachment-help-text {
    display: block;
    margin-top: 10px;
    color: #7987a1;
    font-size: 13px;
}

.attachment-help-text i {
    color: #0168fa;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    margin-top: 5px;
}

.btn-submit-ticket {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    border: none;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.btn-submit-ticket:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 104, 250, 0.35);
    background: linear-gradient(135deg, #0056d3 0%, #5a32a3 100%);
}

.btn-cancel {
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-cancel:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .ticket-form-card .card-body {
        padding: 15px;
    }

    .form-section {
        padding: 15px;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn-submit-ticket,
    .btn-cancel {
        width: 100%;
        text-align: center;
    }

    .attachment-row {
        flex-direction: column;
    }

    .attachment-input {
        width: 100%;
    }

    .btn-add-attachment {
        width: 100%;
        height: auto;
        padding: 10px;
    }
}

/* ==========================================================================
   Client Area - Service Detail Page Styles
   ========================================================================== */

/* Service Domain Banner */
.service-domain-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    border-radius: 12px;
    padding: 25px 30px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(1, 104, 250, 0.3);
}

.service-domain-banner .domain-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.service-domain-banner .domain-info {
    flex: 1;
}

.service-domain-banner .domain-name {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #fff;
}

.service-domain-banner .domain-product {
    opacity: 0.85;
    font-size: 14px;
}

.service-domain-banner .domain-status {
    flex-shrink: 0;
}

.service-domain-banner .domain-status .badge {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
}

/* DNS Card */
.service-dns-card .card-body {
    padding: 0;
}

.dns-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dns-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border-bottom: 1px solid #e9ecef;
    transition: background 0.2s ease;
}

.dns-item:last-child {
    border-bottom: none;
}

.dns-item:hover {
    background: #f8fafc;
}

.dns-item-highlight {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
}

.dns-item-highlight:hover {
    background: linear-gradient(135deg, #e8f4ff 0%, #dbeeff 100%);
}

.dns-label {
    font-size: 14px;
    color: #5a6b82;
}

.dns-value {
    font-size: 14px;
    color: #1c273c;
    font-family: monospace;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 4px;
}

/* Service Detail Cards */
.service-detail-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    height: auto;
}

.service-detail-header {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
    padding: 15px 20px;
    border: none;
}

.service-detail-header h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.service-detail-header h5 i {
    opacity: 0.9;
}

.service-detail-header-info {
    background: linear-gradient(135deg, #17a2b8 0%, #0dcaf0 100%);
}

.service-detail-header-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}

.service-detail-header-warning {
    background: linear-gradient(135deg, #ffc107 0%, #ffca2c 100%);
    color: #1c273c;
}

.service-detail-header-warning h5 {
    color: #1c273c;
}

/* Detail List */
.detail-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #e9ecef;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item-highlight {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    margin: 0 -20px;
    padding: 14px 20px;
}

.detail-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #e8f4ff 0%, #dbeeff 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0168fa;
    font-size: 14px;
    flex-shrink: 0;
}

.detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.detail-label {
    font-size: 14px;
    color: #7987a1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 16px;
    color: #1c273c;
    font-weight: 500;
}

/* Usage List */
.usage-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.usage-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.usage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.usage-label {
    font-size: 14px;
    color: #5a6b82;
}

.usage-label i {
    color: #0168fa;
}

.usage-value {
    font-size: 13px;
    color: #7987a1;
    font-family: monospace;
}

.usage-progress {
    height: 8px;
    border-radius: 4px;
    background: #e9ecef;
}

.usage-progress .progress-bar {
    border-radius: 4px;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

/* Usage Sync Info */
.usage-sync-info {
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #0168fa;
}

.usage-sync-info small {
    display: flex;
    align-items: center;
}

.usage-sync-info .text-warning {
    color: #f59f00 !important;
}

/* Sync Button in Header */
.service-detail-header #syncCpanelBtn {
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.service-detail-header #syncCpanelBtn:hover {
    background-color: #fff;
    transform: rotate(180deg);
}

.service-detail-header #syncCpanelBtn:disabled {
    transform: none;
    opacity: 0.7;
}

/* Product Description */
.product-description {
    font-size: 14px;
    color: #5a6b82;
    line-height: 1.7;
}

.product-description ul {
    margin: 10px 0;
    padding-left: 20px;
}

.product-description li {
    margin-bottom: 5px;
}

/* Service Instructions */
.service-instructions {
    font-size: 14px;
    color: #5a6b82;
    line-height: 1.7;
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 8px;
    padding: 15px;
}

/* Responsive Adjustments for Service Detail */
@media (max-width: 768px) {
    .service-domain-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .service-domain-banner .domain-info {
        order: 1;
    }

    .service-domain-banner .domain-icon {
        order: 0;
    }

    .service-domain-banner .domain-status {
        order: 2;
        margin-top: 10px;
    }

    .service-domain-banner .domain-name {
        font-size: 18px;
    }

    .detail-item-highlight {
        margin: 0 -15px;
        padding: 14px 15px;
    }
}

/* ==========================================================================
   Client Area - View Ticket Page Styles
   ========================================================================== */

/* Ticket Info Sidebar */
.ticket-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f2f5;
}

.ticket-info-item:last-child {
    border-bottom: none;
}

.ticket-info-label {
    font-size: 14px;
    color: #5a6b82;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.ticket-info-label i {
    color: #7987a1;
    width: 16px;
}

.ticket-info-value {
    font-weight: 500;
    color: #1c273c;
    font-size: 15px;
    text-align: right;
}

/* Reply Form Card */
.ticket-reply-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    overflow: hidden;
}

.ticket-reply-header {
    background: #f8f9fc;
    border-bottom: 2px solid #e9ecef;
    padding: 15px 20px;
}

.ticket-reply-header h6 {
    font-weight: 600;
    color: #1c273c;
    display: flex;
    align-items: center;
}

.ticket-reply-header h6 i {
    color: #0168fa;
}

.ticket-editor-wrapper {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.ticket-editor-wrapper #editor {
    min-height: 150px;
    font-size: 14px;
}

.ticket-editor-wrapper .ql-toolbar {
    border: none;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fc;
}

.ticket-editor-wrapper .ql-container {
    border: none;
}

.btn-reply-submit {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-reply-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(1, 104, 250, 0.4);
    background: linear-gradient(135deg, #0056d3 0%, #5a32a3 100%);
}

/* Conversation Thread */
.ticket-conversation {
    margin-top: 10px;
}

.conversation-title {
    font-weight: 600;
    color: #1c273c;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    align-items: center;
}

.conversation-title i {
    color: #0168fa;
}

/* Ticket Messages */
.ticket-message {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.2s ease;
}

.ticket-message:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Customer Message */
.ticket-message.message-customer {
    border-left: 4px solid #0168fa;
}

/* Staff Message */
.ticket-message.message-staff {
    border-left: 4px solid #10b981;
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 50%);
}

/* Original Message */
.ticket-message.message-original {
    border-left: 4px solid #6f42c1;
    background: linear-gradient(135deg, #faf5ff 0%, #fff 50%);
}

/* Message Header */
.message-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fc;
    border-bottom: 1px solid #f0f2f5;
}

.message-staff .message-header {
    background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%);
}

.message-original .message-header {
    background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 100%);
}

/* Message Avatar */
.message-avatar {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    color: #fff;
}

.message-staff .message-avatar {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.message-original .message-avatar,
.message-avatar.original {
    background: linear-gradient(135deg, #8b5cf6 0%, #6f42c1 100%);
}

/* Message Meta */
.message-meta {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.message-author {
    font-weight: 600;
    color: #1c273c;
    font-size: 14px;
}

.message-time {
    font-size: 14px;
    color: #7987a1;
    display: flex;
    align-items: center;
}

.message-badge {
    background: linear-gradient(135deg, #8b5cf6 0%, #6f42c1 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Message Body */
.message-body {
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #3c4858;
}

.message-body p {
    margin-bottom: 10px;
}

.message-body p:last-child {
    margin-bottom: 0;
}

.message-body ul,
.message-body ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

.message-body pre {
    background: #f8f9fc;
    padding: 15px;
    border-radius: 6px;
    overflow-x: auto;
}

.message-body code {
    background: #f0f2f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
}

.message-body blockquote {
    border-left: 4px solid #e9ecef;
    padding-left: 15px;
    margin: 10px 0;
    color: #5a6b82;
}

/* Message Footer */
.message-footer {
    padding: 12px 20px;
    background: #f8f9fc;
    border-top: 1px solid #f0f2f5;
}

/* Message Actions */
.message-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.message-actions .btn {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    transition: all 0.2s ease;
}

.message-actions .btn:hover {
    transform: translateY(-1px);
}

.message-actions .btn-outline-success {
    border-color: #10b981;
    color: #10b981;
}

.message-actions .btn-outline-success:hover {
    background: #10b981;
    color: #fff;
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.3);
}

.message-actions .btn-outline-secondary {
    border-color: #7987a1;
    color: #7987a1;
}

.message-actions .btn-outline-secondary:hover {
    background: #7987a1;
    color: #fff;
}

.message-actions .btn-outline-primary {
    border-color: #0168fa;
    color: #0168fa;
}

.message-actions .btn-outline-primary:hover {
    background: #0168fa;
    color: #fff;
    box-shadow: 0 3px 10px rgba(1, 104, 250, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .message-header {
        flex-wrap: wrap;
    }

    .message-meta {
        width: 100%;
        margin-top: 10px;
    }

    .message-actions {
        justify-content: center;
    }

    .ticket-reply-card .row {
        gap: 15px;
    }

    .btn-reply-submit {
        width: 100%;
    }
}

/* ==========================================================================
   Cart Services Page Styles
   ========================================================================== */

/* Page Header - Cart */
.page-header-cart {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 25px 30px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.page-header-cart h3 {
    color: #fff;
    font-weight: 600;
}

.page-header-cart .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-header-cart .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.page-header-cart .breadcrumb-item.active {
    color: #fff;
}

.page-header-cart .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

/* Services Intro Banner */
.services-intro-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4fd 100%);
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    padding: 20px 25px;
}

.services-intro-banner .intro-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.services-intro-banner .intro-icon i {
    font-size: 24px;
    color: #fff;
}

.services-intro-banner .intro-content h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1c273c;
}

.services-intro-banner .intro-content p {
    margin: 0;
    font-size: 14px;
    color: #5a6b82;
}

/* Plan Cards */
.plan-card {
    background: #fff;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.plan-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    text-align: center;
}

.plan-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.plan-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.plan-description {
    font-size: 14px;
    color: #5a6b82;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.plan-description ul {
    padding-left: 18px;
    margin: 0;
}

.plan-description li {
    margin-bottom: 5px;
}

/* Price Display */
.plan-pricing {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9ff;
    border-radius: 8px;
}

.price-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #667eea;
    line-height: 1;
}

.price-currency {
    font-size: 16px;
    font-weight: 600;
    color: #667eea;
}

.price-cycle {
    font-size: 14px;
    color: #7987a1;
}

/* Plan Select */
.plan-select {
    margin-bottom: 15px;
}

.plan-select .select-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #7987a1;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-select .form-select {
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.plan-select .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

/* Plan Footer */
.plan-footer {
    padding: 0 20px 20px;
}

.btn-choose-plan {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    transition: all 0.3s ease;
    color: #fff;
}

.btn-choose-plan:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #fff;
}

/* Empty State */
.empty-state-card {
    text-align: center;
    padding: 60px 30px;
    background: #fff;
    border: 2px dashed #e1e8f0;
    border-radius: 12px;
}

.empty-state-card .empty-icon {
    width: 80px;
    height: 80px;
    background: #f8f9ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.empty-state-card .empty-icon i {
    font-size: 32px;
    color: #667eea;
}

.empty-state-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #1c273c;
}

.empty-state-card p {
    margin: 0;
    font-size: 14px;
    color: #7987a1;
}

/* Domain Registration Page Styles */
.domain-search-card,
.domain-pricing-card,
.domain-suggestions-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.domain-search-header,
.domain-pricing-header,
.domain-suggestions-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.domain-search-header i,
.domain-pricing-header i,
.domain-suggestions-header i {
    font-size: 20px;
    color: #fff;
}

.domain-search-header h5,
.domain-pricing-header h5,
.domain-suggestions-header h5 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.domain-search-body,
.domain-pricing-body,
.domain-suggestions-body {
    padding: 25px;
}

.domain-search-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.domain-search-input-group {
    display: flex;
    align-items: stretch;
    border: 2px solid #e1e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.domain-search-input-group:focus-within {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.domain-search-input-group .domain-prefix {
    background: #f8f9fa;
    padding: 12px 15px;
    font-weight: 600;
    color: #6c757d;
    border-right: 1px solid #e1e8f0;
    display: flex;
    align-items: center;
}

.domain-search-input-group .form-control {
    border: none;
    padding: 12px 15px;
    font-size: 15px;
    flex: 1;
}

.domain-search-input-group .form-control:focus {
    box-shadow: none;
}

.domain-search-input-group .btn-search {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: #fff;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
}

.domain-search-input-group .btn-search:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

/* Domain Result */
.domain-available {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-radius: 12px;
    border: 1px solid #6ee7b7;
}

.domain-available .result-icon {
    width: 60px;
    height: 60px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.domain-available .result-icon i {
    font-size: 28px;
    color: #fff;
}

.domain-available .result-content h4 {
    margin: 0 0 5px;
    color: #065f46;
    font-weight: 600;
}

.domain-available .result-content p {
    margin: 0 0 10px;
    color: #047857;
}

.domain-available .result-price {
    display: flex;
    align-items: center;
    gap: 15px;
}

.domain-available .result-price .price {
    font-size: 24px;
    font-weight: 700;
    color: #065f46;
}

.domain-available .btn-add-domain {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
}

.domain-available .btn-add-domain:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.domain-unavailable {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-radius: 12px;
    border: 1px solid #fca5a5;
}

.domain-unavailable .result-icon {
    width: 60px;
    height: 60px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.domain-unavailable .result-icon i {
    font-size: 28px;
    color: #fff;
}

.domain-unavailable .result-content h4 {
    margin: 0 0 5px;
    color: #991b1b;
    font-weight: 600;
}

.domain-unavailable .result-content p {
    margin: 0;
    color: #b91c1c;
}

/* Domain Pricing Table */
.domain-pricing-table {
    margin-bottom: 0;
}

.domain-pricing-table thead th {
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #495057;
    padding: 12px 15px;
}

.domain-pricing-table tbody td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f5;
}

.domain-pricing-table tbody tr:hover {
    background: #f8f9ff;
}

.domain-ext {
    font-weight: 700;
    color: #667eea;
    font-size: 16px;
}

.domain-price {
    font-weight: 600;
    color: #1c273c;
}

.domain-price small {
    color: #7987a1;
    font-weight: 400;
}

/* Domain Suggestions Table */
.domain-suggestions-table {
    margin-bottom: 0;
}

.domain-suggestions-table thead th {
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #495057;
    padding: 12px 15px;
    position: sticky;
    top: 0;
}

.domain-suggestions-table tbody td {
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f5;
}

.domain-suggestions-table tbody tr:hover {
    background: #f8f9ff;
}

.suggestion-domain {
    font-weight: 600;
    color: #1c273c;
}

.suggestion-price {
    font-weight: 600;
    color: #667eea;
}

/* Domain Modal Styles */
.domain-modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.domain-modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px 30px;
    border: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.domain-modal-header .modal-header-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.domain-modal-header .modal-header-icon i {
    font-size: 22px;
    color: #fff;
}

.domain-modal-header .modal-header-text {
    flex: 1;
}

.domain-modal-header .modal-title {
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px;
}

.domain-modal-header .modal-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

.domain-modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.domain-modal-header .btn-close:hover {
    opacity: 1;
}

.domain-modal-body {
    padding: 30px;
}

.domain-input-section {
    margin-bottom: 25px;
}

.domain-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1c273c;
    margin-bottom: 10px;
}

.domain-input-wrapper {
    display: flex;
    align-items: stretch;
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.domain-input-wrapper:focus-within {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.domain-prefix {
    background: #f8f9ff;
    padding: 12px 15px;
    font-size: 14px;
    color: #7987a1;
    border-right: 1px solid #e1e8f0;
}

.domain-input {
    border: none;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 16px;
}

.domain-input:focus {
    box-shadow: none;
}

.domain-hint {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #7987a1;
}

.domain-type-section {
    margin-bottom: 10px;
}

.domain-type-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.domain-type-option {
    flex: 1;
    min-width: 140px;
    margin: 0;
    cursor: pointer;
}

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

.domain-type-option .option-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9ff;
    border: 2px solid #e1e8f0;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.domain-type-option:hover .option-content {
    border-color: #667eea;
    background: #f0f4ff;
}

.domain-type-option.active .option-content {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.domain-type-option .option-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.domain-type-option .option-icon i {
    font-size: 16px;
    color: #667eea;
}

.domain-type-option .option-text {
    display: flex;
    flex-direction: column;
}

.domain-type-option .option-title {
    font-size: 16px;
    font-weight: 600;
    color: #1c273c;
}

.domain-type-option .option-desc {
    font-size: 14px;
    color: #7987a1;
}

.domain-modal-footer {
    padding: 20px 30px;
    background: #f8f9ff;
    border-top: 1px solid #e1e8f0;
}

.domain-modal-footer .btn {
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 8px;
}

.domain-modal-footer .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.domain-modal-footer .btn-primary:hover {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Hosting Selection Modal Styles */
.hosting-selection-section {
    padding: 10px 0;
}

.hosting-option-card {
    border: 2px solid #e1e8f0;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    position: relative;
}

.hosting-option-card:hover {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.hosting-option-card.selected {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.hosting-option-card .selected-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #667eea;
    font-size: 18px;
}

.hosting-option-header {
    margin-bottom: 10px;
}

.hosting-option-header h6 {
    font-weight: 600;
    color: #1c273c;
    margin: 0;
    font-size: 15px;
}

.hosting-option-body {
    font-size: 13px;
    color: #7987a1;
}

.hosting-option-body .hosting-price {
    margin-top: 10px;
}

.hosting-option-body .hosting-price select {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
}

.hosting-option-card.selected .hosting-option-header h6 {
    color: #667eea;
}

/* Responsive - Cart Services */
@media (max-width: 768px) {
    .services-intro-banner {
        flex-direction: column;
        text-align: center;
    }

    .plan-card {
        margin-bottom: 15px;
    }

    .domain-type-options {
        flex-direction: column;
    }

    .domain-type-option {
        min-width: 100%;
    }

    .domain-modal-header {
        flex-wrap: wrap;
    }

    .domain-modal-header .btn-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

/* ==========================================================================
   View Cart Page Styles
   ========================================================================== */

/* Cart Items Card */
.cart-items-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.cart-card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-card-header h5 {
    color: #fff;
    font-weight: 600;
}

.cart-card-header-info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.cart-item-count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

/* Cart Table */
.cart-table {
    margin: 0;
}

.cart-table thead th {
    background: #f8f9ff;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5a6b82;
}

.cart-table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2f5;
}

.cart-item-row:hover {
    background: #fafbff;
}

.item-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f0f2f5;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #5a6b82;
}

.item-name {
    font-size: 16px;
    font-weight: 500;
    color: #1c273c;
}

/* Badge Types */
.badge-type {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.badge-domain {
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.15) 0%, rgba(23, 162, 184, 0.1) 100%);
    color: #17a2b8;
}

.badge-hosting {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(102, 126, 234, 0.1) 100%);
    color: #667eea;
}

/* Item Price */
.item-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px;
}

.item-price .price-amount {
    font-size: 16px;
    font-weight: 700;
    color: #1c273c;
}

.item-price .price-currency {
    font-size: 14px;
    font-weight: 500;
    color: #5a6b82;
}

.item-price .price-cycle {
    font-size: 14px;
    color: #7987a1;
}

/* Remove Button */
.btn-remove {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #fee2e2;
    border-radius: 6px;
    color: #ef4444;
    transition: all 0.2s ease;
}

.btn-remove:hover {
    background: #fef2f2;
    border-color: #ef4444;
    color: #dc2626;
}

/* Cart Footer */
.cart-card-footer {
    background: #f8f9ff;
    padding: 20px 25px;
    border-top: 1px solid #e1e8f0;
}

.cart-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.total-label {
    font-size: 16px;
    font-weight: 500;
    color: #5a6b82;
}

.total-amount {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
}

/* Promo Discount Row */
.cart-discount-row {
    margin-bottom: 5px;
}

.cart-discount-row .total-label {
    font-size: 14px;
}

.cart-discount-row .total-amount {
    font-size: 18px;
    font-weight: 600;
}

/* Payment Card */
.cart-payment-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.payment-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1c273c;
    margin-bottom: 8px;
}

.payment-select {
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.payment-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.instructions-textarea {
    border: 1px solid #e1e8f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    resize: none;
    transition: all 0.2s ease;
}

.instructions-textarea:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

/* Cart Actions */
.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.btn-empty-cart {
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 8px;
}

.btn-checkout {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
}

.btn-checkout:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

/* Empty Cart */
.empty-cart-card {
    text-align: center;
    padding: 80px 30px;
    background: #fff;
    border: 2px dashed #e1e8f0;
    border-radius: 12px;
}

.empty-cart-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4fd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.empty-cart-icon i {
    font-size: 40px;
    color: #667eea;
}

.empty-cart-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1c273c;
    margin-bottom: 10px;
}

.empty-cart-card p {
    font-size: 14px;
    color: #7987a1;
    margin-bottom: 25px;
}

.btn-browse {
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 8px;
}

/* ==========================================================================
   Checkout Page Styles
   ========================================================================== */

/* Page Header - Checkout */
.page-header-checkout {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 12px;
    padding: 25px 30px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.page-header-checkout h3 {
    color: #fff;
    font-weight: 600;
}

.page-header-checkout .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-header-checkout .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.page-header-checkout .breadcrumb-item.active {
    color: #fff;
}

.page-header-checkout .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

/* Checkout Progress */
.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

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

.progress-step .step-icon {
    width: 50px;
    height: 50px;
    background: #f0f2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #7987a1;
    transition: all 0.3s ease;
}

.progress-step .step-label {
    font-size: 14px;
    font-weight: 500;
    color: #7987a1;
}

.progress-step.completed .step-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.progress-step.completed .step-label {
    color: #10b981;
}

.progress-step.active .step-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.progress-step.active .step-label {
    color: #667eea;
    font-weight: 600;
}

.progress-line {
    width: 80px;
    height: 3px;
    background: #e1e8f0;
    margin: 0 15px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.progress-line.completed {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* Checkout Card */
.checkout-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.checkout-card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-card-header .header-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-card-header .header-icon i {
    font-size: 20px;
    color: #fff;
}

.checkout-card-header .header-text h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.checkout-card-header .header-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* Payment Options */
.payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-option {
    cursor: pointer;
    margin: 0;
}

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

.payment-option .option-content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9ff;
    border: 2px solid #e1e8f0;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.payment-option:hover .option-content {
    border-color: #667eea;
    background: #f0f4ff;
}

.payment-option.active .option-content {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}

.payment-option .option-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.payment-option .option-icon i {
    font-size: 20px;
    color: #667eea;
}

.payment-option .option-details {
    flex: 1;
}

.payment-option .option-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1c273c;
    margin-bottom: 3px;
}

.payment-option .option-desc {
    display: block;
    font-size: 14px;
    color: #7987a1;
}

.payment-option .option-check {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.payment-option .option-check i {
    font-size: 20px;
    color: #10b981;
}

.payment-option.active .option-check {
    opacity: 1;
}

/* Security Info Card */
.security-info-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(5, 150, 105, 0.08) 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 10px;
    padding: 18px 20px;
}

.security-info-card .security-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.security-info-card .security-icon i {
    font-size: 20px;
    color: #10b981;
}

.security-info-card .security-text {
    display: flex;
    flex-direction: column;
}

.security-info-card .security-text strong {
    font-size: 16px;
    color: #1c273c;
    margin-bottom: 2px;
}

.security-info-card .security-text span {
    font-size: 14px;
    color: #5a6b82;
}

/* Checkout Actions */
.checkout-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.checkout-actions .btn-back {
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 8px;
}

.checkout-actions .btn-continue {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
}

.checkout-actions .btn-continue:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

/* Responsive - Cart & Checkout */
@media (max-width: 768px) {
    .cart-actions,
    .checkout-actions {
        flex-direction: column;
    }

    .cart-actions .btn-empty-cart,
    .cart-actions .btn-checkout,
    .checkout-actions .btn-back,
    .checkout-actions .btn-continue {
        width: 100%;
    }

    .checkout-progress {
        padding: 20px 15px;
    }

    .progress-line {
        width: 40px;
        margin: 0 8px;
    }

    .progress-step .step-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .progress-step .step-label {
        font-size: 14px;
    }

    .payment-option .option-content {
        flex-wrap: wrap;
    }

    .payment-option .option-check {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .payment-option .option-content {
        position: relative;
        padding-right: 45px;
    }
}

/* Cart count badge */
.cart-count-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #dc3545;
    color: white;
    font-size: 12px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;
}

/* ===========================================
   Customer Portal Auth Styles
   =========================================== */

/* Registration Page Styles */
.auth-register-wrapper {
	min-height: calc(100vh - 200px);
	padding: 40px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.register-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 900px;
	margin: 0 auto;
}

.register-header {
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	color: #fff;
	padding: 30px 40px;
	text-align: center;
}

.register-header h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 8px;
}

.register-header p {
	font-size: 16px;
	opacity: 0.9;
	margin: 0;
}

.register-header .register-icon {
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 28px;
}

.register-body {
	padding: 35px 40px;
}

.register-section {
	margin-bottom: 30px;
}

.register-section:last-child {
	margin-bottom: 0;
}

.register-section-title {
	font-size: 16px;
	font-weight: 600;
	color: #0168fa;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9ecef;
	display: flex;
	align-items: center;
	gap: 8px;
}

.register-section-title i {
	font-size: 16px;
}

.register-form .form-group {
	margin-bottom: 20px;
}

.register-form .form-label {
	font-size: 14px;
	font-weight: 600;
	color: #495057;
	margin-bottom: 6px;
	display: block;
}

.register-form .form-label .required {
	color: #dc3545;
}

.register-form .form-control {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 14px;
	transition: all 0.2s ease;
	background-color: #f8f9fa;
}

.register-form .form-control:focus {
	border-color: #0168fa;
	box-shadow: 0 0 0 3px rgba(1, 104, 250, 0.15);
	background-color: #fff;
}

.register-form .form-control::placeholder {
	color: #adb5bd;
}

.register-form .form-select {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #f8f9fa;
	cursor: pointer;
}

.register-form .form-select:focus {
	border-color: #0168fa;
	box-shadow: 0 0 0 3px rgba(1, 104, 250, 0.15);
	background-color: #fff;
}

.register-form .input-group-text {
	background: #e9ecef;
	border: 1px solid #dee2e6;
	border-radius: 8px 0 0 8px;
	padding: 10px 15px;
	color: #6c757d;
}

.register-form .input-group .form-control {
	border-radius: 0 8px 8px 0;
}

.password-requirements {
	font-size: 14px;
	color: #6c757d;
	margin-top: 6px;
}

.password-requirements i {
	margin-right: 5px;
}

.terms-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.terms-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #00897B;
	cursor: pointer;
}

.terms-checkbox label {
	font-size: 14px;
	color: #495057;
	line-height: 1.5;
	cursor: pointer;
}

.terms-checkbox a {
	color: #00897B;
	text-decoration: none;
	font-weight: 500;
}

.terms-checkbox a:hover {
	text-decoration: underline;
}

.recaptcha-wrapper {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.btn-register {
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	border: none;
	color: #fff;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.btn-register:hover {
	background: linear-gradient(135deg, #0056d6 0%, #5a32a3 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(1, 104, 250, 0.3);
}

.btn-register:active {
	transform: translateY(0);
}

.btn-register i {
	font-size: 18px;
}

.login-link {
	text-align: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e9ecef;
	font-size: 14px;
	color: #6c757d;
}

.login-link a {
	color: #0168fa;
	font-weight: 600;
	text-decoration: none;
}

.login-link a:hover {
	text-decoration: underline;
}

.register-row {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.register-col {
	flex: 1;
	min-width: 280px;
}

@media (max-width: 768px) {
	.register-body {
		padding: 25px 20px;
	}

	.register-header {
		padding: 25px 20px;
	}

	.register-row {
		flex-direction: column;
		gap: 0;
	}

	.register-col {
		min-width: 100%;
	}
}

/* Login Page Styles */
.auth-login-wrapper {
	min-height: calc(100vh - 200px);
	padding: 60px 0;
	display: flex;
	align-items: center;
}

.login-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
}

.login-header {
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	color: #fff;
	padding: 30px;
	text-align: center;
}

.login-header .login-icon {
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 28px;
}

.login-header h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.login-header p {
	font-size: 16px;
	opacity: 0.9;
	margin: 0;
}

.login-body {
	padding: 35px;
}

.login-form .form-group {
	margin-bottom: 20px;
}

.login-form .form-label {
	font-size: 14px;
	font-weight: 600;
	color: #495057;
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-form .form-label a {
	font-size: 14px;
	color: #0168fa;
	font-weight: 500;
}

.login-form .form-control {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 12px 15px;
	font-size: 14px;
	background-color: #f8f9fa;
}

.login-form .form-control:focus {
	border-color: #0168fa;
	box-shadow: 0 0 0 3px rgba(1, 104, 250, 0.15);
	background-color: #fff;
}

.login-form .input-group-text {
	background: #e9ecef;
	border: 1px solid #dee2e6;
	border-radius: 8px 0 0 8px;
	padding: 10px 15px;
	color: #6c757d;
}

.login-form .input-group .form-control {
	border-radius: 0 8px 8px 0;
}

.btn-login {
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	border: none;
	color: #fff;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-login:hover {
	background: linear-gradient(135deg, #0056d6 0%, #5a32a3 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(1, 104, 250, 0.3);
}

.register-link {
	text-align: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e9ecef;
	font-size: 16px;
	color: #6c757d;
}

.register-link a {
	color: #0168fa;
	font-weight: 600;
	text-decoration: none;
}

/* Forgot Password Page Styles */
.auth-forgot-wrapper {
	min-height: calc(100vh - 200px);
	padding: 60px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	display: flex;
	align-items: center;
}

.forgot-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
}

.forgot-header {
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	color: #fff;
	padding: 30px;
	text-align: center;
}

.forgot-header .forgot-icon {
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 28px;
}

.forgot-body {
	padding: 35px;
}

.btn-forgot {
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	border: none;
	color: #fff;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-forgot:hover {
	background: linear-gradient(135deg, #0056d6 0%, #5a32a3 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(1, 104, 250, 0.3);
}

/* ==========================================================================
   Client Area - Payment Page Styles
   ========================================================================== */
.payment-page {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.payment-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.payment-header h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.payment-header .amount {
    font-size: 36px;
    font-weight: bold;
}

.payment-body {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 30px;
}

.invoice-summary {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.invoice-summary h5 {
    margin: 0 0 15px 0;
    color: #1c273c;
}

.invoice-summary h5 i {
    color: #0168fa;
}

.invoice-summary table {
    width: 100%;
}

.invoice-summary td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.invoice-summary td:last-child {
    text-align: right;
}

.invoice-summary tr:last-child td {
    border-bottom: none;
    font-weight: bold;
}

.payment-methods {
    margin-bottom: 30px;
}

.payment-methods h5 {
    margin-bottom: 20px;
    color: #1c273c;
}

.payment-methods h5 i {
    color: #0168fa;
}

.payment-method-card {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method-card:hover {
    border-color: #0168fa;
    box-shadow: 0 4px 12px rgba(1, 104, 250, 0.15);
}

.payment-method-card.selected {
    border-color: #0168fa;
    background: #f0f7ff;
}

.payment-method-card .method-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payment-method-card.selected .method-radio {
    border-color: #0168fa;
}

.payment-method-card.selected .method-radio::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0168fa;
    border-radius: 50%;
}

.payment-method-card .method-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-method-card .method-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #f8f9fc;
    border-radius: 8px;
    color: #0168fa;
}

.payment-method-card .method-info h6 {
    margin: 0;
    font-size: 16px;
    color: #1c273c;
}

.payment-method-card .method-info p {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #666;
}

.payment-method-card .method-fee {
    margin-left: auto;
    font-size: 13px;
    color: #888;
}

.proceed-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: none;
}

.proceed-section.active {
    display: block;
}

.payment-details-section {
    margin-top: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.payment-details-section.active {
    display: block;
}

.payment-form {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.payment-form.active {
    display: block;
}

.payment-form h5 {
    color: #1c273c;
}

.payment-form h5 i {
    color: #0168fa;
}

/* Stripe Form Specific Styles */
#stripe-form {
    width: 600px !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

#stripe-card-element {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 44px;
    box-sizing: border-box;
}

#stripe-card-element iframe,
#stripe-card-element .StripeElement,
#stripe-card-element .__PrivateStripeElement {
    width: 100% !important;
    min-width: 100% !important;
}

.StripeElement {
    width: 100% !important;
}

.payment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.btn-pay {
    background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
    border: none;
    color: white;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.btn-pay:hover {
    background: linear-gradient(135deg, #0056d6 0%, #5a32a3 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(1, 104, 250, 0.3);
}

.btn-pay:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.payment-error {
    background: #ffebee;
    color: #c62828;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: none;
}

.payment-processing {
    text-align: center;
    padding: 40px;
    display: none;
}

.payment-processing .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0168fa;
    border-radius: 50%;
    animation: payment-spin 1s linear infinite;
    margin: 0 auto 20px;
}

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

.bank-transfer-details {
    background: #fff8e1;
    border: 1px solid #ffca28;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
}

.bank-transfer-details h6 {
    margin: 0 0 15px 0;
    color: #f57c00;
}

.bank-transfer-details table td {
    padding: 8px 15px 8px 0;
}

.bank-transfer-details table td:first-child {
    font-weight: 500;
    color: #666;
}

#paypal-button-container {
    margin-top: 15px;
}

/* Payment page responsive */
@media (max-width: 768px) {
    .payment-page {
        margin: 20px auto;
        padding: 10px;
    }

    .payment-header {
        padding: 20px;
    }

    .payment-header .amount {
        font-size: 28px;
    }

    .payment-body {
        padding: 20px;
    }
}

/* ============================================
   DOMAIN TRANSFER PAGE
   ============================================ */

.transfer-step {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.step-number {
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, #0168fa 0%, #6f42c1 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	flex-shrink: 0;
}

.step-content {
	flex: 1;
}

.transfer-price-box {
	background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #a5d6a7;
	margin-bottom: 8px;
}

.transfer-price-box .price-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.transfer-price-box .price-label {
	font-size: 15px;
	color: #2e7d32;
}

.transfer-price-box .price-value {
	font-size: 24px;
	font-weight: 700;
	color: #1b5e20;
}

.transfer-price-box .price-note {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 13px;
	color: #388e3c;
}

.transfer-checklist {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.transfer-checklist li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.transfer-checklist li:last-child {
	border-bottom: none;
}

.transfer-checklist li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #28a745;
	margin-right: 10px;
}

/* ============================================
   UTILITY CLASSES (CodeCanyon Compliance)
   Replaces inline styles in client views
   ============================================ */

/* Display Utilities */
.d-hidden { display: none; }

/* Table Column Widths */
.col-w-60 { width: 60px; }
.col-w-80 { width: 80px; }
.col-w-120 { width: 120px; }
.col-w-180 { width: 180px; }

/* Scrollable Container */
.scrollable-md {
	max-height: 350px;
	overflow: auto;
}

/* Hidden Textarea (for Quill) */
.textarea-hidden {
	display: none;
}

/* Textarea Custom */
.textarea-rounded {
	border-radius: 8px;
	resize: vertical;
}

/* Payment Form Sections */
.payment-form-section {
	display: none;
}

.payment-form-title {
	margin-bottom: 20px;
}

.payment-form-description {
	margin-bottom: 15px;
	color: #666;
}

.payment-error-text {
	color: #c62828;
	margin-top: 10px;
	font-size: 14px;
}

/* Invoice Subtitle */
.invoice-subtitle {
	font-size: 14px;
	margin-top: 10px;
	opacity: 0.9;
}

/* Pending Payment Instructions */
.payment-instructions-list {
	margin: 0;
	padding-left: 20px;
	color: #666;
}

.payment-instructions-text {
	margin: 0;
	color: #666;
}

/* Domain Detail Sync Status */
.sync-status-container {
	display: none;
}

/* NS Update Status */
.ns-update-status-container {
	display: none;
}

/* Contact Update Status */
.contact-update-status-container {
	display: none;
}

/* Progress Bar Purple */
.bg-purple {
	background-color: #6f42c1 !important;
}

/* Full Width Button */
.btn-full-width {
	width: 100%;
}

/* Center Footer */
.footer-center {
	text-align: center;
	margin-top: 20px;
}

/* SEO Title (hidden) */
.seo-title-hidden {
	display: none;
}

/* Customer Avatar Sizes */
.customer-avatar-sm {
	width: 32px;
	height: 32px;
	object-fit: cover;
}

.customer-avatar-md {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

/* Cart Count Badge */
.cart-badge-hidden {
	display: none;
	font-size: 0.65rem;
}

/* EPP Code Status */
.epp-code-status {
	display: none;
}
