/* Public checker shell — site-wide dark theme (checkimei / iphoneunlockingstore style) */
body.dhru-checker-shell {
	color: #e2e8f0;
}

body.dhru-checker-shell .bg-gray,
body.dhru-checker-shell .min-height,
body.dhru-checker-shell #main-content,
body.dhru-checker-shell .index-content,
body.dhru-checker-shell .index-items,
body.dhru-checker-shell .dhru-static-page {
	background: #0b0f19 !important;
}

body.dhru-checker-shell .text-muted {
	color: #94a3b8 !important;
}

body.dhru-checker-shell h3.title,
body.dhru-checker-shell h3.title span,
body.dhru-checker-shell .link-heading {
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-breadcrumbs,
body.dhru-checker-shell .dhru-breadcrumbs a {
	color: #64748b !important;
}

body.dhru-checker-shell .dhru-breadcrumbs a:hover {
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-page-title {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-home-carousel {
	display: none !important;
}

/* Notice card — premium CTA frame */
body.dhru-checker-shell .dhru-notice-row {
	margin: 0;
	padding: 8px 0 40px;
}

body.dhru-checker-shell .dhru-checker-home-zone {
	background: linear-gradient(180deg, #070b14 0%, #0b0f19 100%);
	padding-bottom: 12px;
}

body.dhru-checker-shell .dhru-notice-card {
	margin: 0 !important;
	padding: 28px 24px !important;
	text-align: center;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(11, 15, 25, 0.82)) !important;
	border: 1px solid rgba(45, 212, 191, 0.22) !important;
	border-radius: 20px !important;
	box-shadow:
		0 28px 56px rgba(2, 6, 23, 0.55),
		0 0 48px rgba(20, 184, 166, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
	color: #e2e8f0;
	position: relative;
	overflow: hidden;
}

body.dhru-checker-shell .dhru-notice-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 55%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.75), transparent);
	pointer-events: none;
}

body.dhru-checker-shell .dhru-notice-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(20, 184, 166, 0.1), transparent 65%);
	pointer-events: none;
}

body.dhru-checker-shell .dhru-notice-card-inner {
	position: relative;
	z-index: 1;
}

body.dhru-checker-shell .dhru-notice-card.has-custom-notice .dhru-notice-card-inner {
	text-align: center;
}

body.dhru-checker-shell .dhru-notice-custom {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

body.dhru-checker-shell .dhru-notice-custom h2,
body.dhru-checker-shell .dhru-notice-custom h3,
body.dhru-checker-shell .dhru-notice-custom h4 {
	margin: 0 0 10px;
	font-size: clamp(1.1rem, 2.4vw, 1.45rem);
	font-weight: 700;
	line-height: 1.35;
	color: #f8fafc !important;
	letter-spacing: 0.01em;
}

body.dhru-checker-shell .dhru-notice-custom p {
	margin: 0 0 18px;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	margin-top: 20px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex: 1 1 240px;
	width: auto;
	max-width: 300px;
	min-width: 220px;
	min-height: 76px;
	padding: 16px 22px;
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.55) !important;
	border: 1px solid rgba(248, 250, 252, 0.22) !important;
	box-shadow: 0 12px 28px rgba(2, 6, 23, 0.35) !important;
	color: #f8fafc !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action:hover {
	transform: translateY(-3px);
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action.is-whatsapp {
	background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(37, 211, 102, 0.06)) !important;
	border-color: rgba(37, 211, 102, 0.45) !important;
	box-shadow: 0 12px 32px rgba(37, 211, 102, 0.18) !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action.is-whatsapp:hover {
	border-color: rgba(37, 211, 102, 0.65) !important;
	box-shadow: 0 16px 40px rgba(37, 211, 102, 0.28) !important;
	background: linear-gradient(135deg, rgba(37, 211, 102, 0.24), rgba(37, 211, 102, 0.1)) !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action.is-telegram {
	background: linear-gradient(135deg, rgba(39, 167, 231, 0.18), rgba(39, 167, 231, 0.06)) !important;
	border-color: rgba(39, 167, 231, 0.45) !important;
	box-shadow: 0 12px 32px rgba(39, 167, 231, 0.16) !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action.is-telegram:hover {
	border-color: rgba(39, 167, 231, 0.65) !important;
	box-shadow: 0 16px 40px rgba(39, 167, 231, 0.26) !important;
	background: linear-gradient(135deg, rgba(39, 167, 231, 0.24), rgba(39, 167, 231, 0.1)) !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action i {
	font-size: 30px;
	line-height: 1;
	flex-shrink: 0;
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action.is-whatsapp i {
	color: #25d366 !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action.is-telegram i {
	color: #27a7e7 !important;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action span {
	text-align: center;
	line-height: 1.2;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action strong {
	display: block;
	font-size: 18px;
	line-height: 1.15;
	color: #f8fafc;
}

body.dhru-checker-shell .dhru-notice-custom .dhru-social-action small {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #94a3b8;
}

@media (min-width: 576px) {
	body.dhru-checker-shell .dhru-notice-custom .dhru-social-actions {
		flex-wrap: nowrap;
	}

	body.dhru-checker-shell .dhru-notice-custom .dhru-social-action {
		flex: 1 1 0;
		max-width: none;
		width: calc(50% - 8px);
	}
}

@media (max-width: 575px) {
	body.dhru-checker-shell .dhru-notice-custom .dhru-social-action {
		width: 100%;
		max-width: none;
		min-width: 0;
	}
}

/* Duplicate CMS feature cards — hero already has features */
body.dhru-checker-shell .dhru-feature-grid {
	display: none !important;
}

body.dhru-checker-shell .dhru-feature-grid .feature-card {
	margin: 8px !important;
	padding: 22px 18px !important;
	min-height: 0 !important;
	background: rgba(15, 23, 42, 0.55) !important;
	border: 1px solid rgba(148, 163, 184, 0.12) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-feature-grid h2 {
	color: #f8fafc !important;
	font-size: 1.05rem !important;
}

body.dhru-checker-shell .dhru-feature-grid .feature-copy,
body.dhru-checker-shell .dhru-feature-grid .feature-copy p {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-feature-grid .feature-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	filter: brightness(1.15) saturate(1.1);
}

/* Popular Categories */
body.dhru-checker-shell .homepagegroups .nav-pills.flex-nowrap {
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	padding-bottom: 10px;
	margin-bottom: 16px;
	gap: 6px;
}

body.dhru-checker-shell .homepagegroups .nav-link {
	color: #94a3b8 !important;
	background: transparent !important;
	border-radius: 999px !important;
	padding: 8px 14px !important;
	font-size: 0.88rem;
	font-weight: 500;
}

body.dhru-checker-shell .homepagegroups .nav-link:hover {
	color: #e2e8f0 !important;
	background: rgba(148, 163, 184, 0.08) !important;
}

body.dhru-checker-shell .homepagegroups .nav-link.active,
body.dhru-checker-shell .index-items.homepagegroups .nav-link.active {
	color: #5eead4 !important;
	background: rgba(20, 184, 166, 0.12) !important;
}

body.dhru-checker-shell .homepagegroups .nav-item-parent .nav-link.active {
	color: #f8fafc !important;
	background: transparent !important;
	font-weight: 700;
	font-size: 1rem;
	padding-left: 0 !important;
}

body.dhru-checker-shell .homepagegroups .tab-empty-card {
	max-width: none !important;
	background: rgba(15, 23, 42, 0.55) !important;
	border: 1px solid rgba(148, 163, 184, 0.12) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .homepagegroups .tab-empty-card .title span {
	color: #f8fafc !important;
}

/* Popular Unlocks */
body.dhru-checker-shell .popularitems .section-kicker {
	background: rgba(20, 184, 166, 0.14) !important;
	color: #5eead4 !important;
	border: 1px solid rgba(45, 212, 191, 0.22);
	box-shadow: 0 0 20px rgba(20, 184, 166, 0.1);
}

body.dhru-checker-shell .popularitems .section-subtitle {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .popularitems .shop-product-card {
	background: rgba(15, 23, 42, 0.72) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .popularitems .shop-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(45, 212, 191, 0.35) !important;
	box-shadow: 0 12px 32px rgba(2, 6, 23, 0.45) !important;
}

body.dhru-checker-shell .popularitems .shop-product-image {
	background: rgba(2, 6, 23, 0.45) !important;
}

body.dhru-checker-shell .popularitems .shop-product-image .shop-image-placeholder {
	color: rgba(148, 163, 184, 0.35) !important;
}

body.dhru-checker-shell .popularitems .shop-product-badge {
	background: rgba(20, 184, 166, 0.2) !important;
	color: #5eead4 !important;
}

body.dhru-checker-shell .popularitems .shop-product-title {
	color: #f8fafc !important;
}

body.dhru-checker-shell .popularitems .shop-product-delivery,
body.dhru-checker-shell .popularitems .shop-product-price small {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .popularitems .shop-product-price {
	color: #f8fafc !important;
}

body.dhru-checker-shell .popularitems .shop-product-button {
	background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%) !important;
	box-shadow: 0 8px 20px rgba(20, 184, 166, 0.25) !important;
}

body.dhru-checker-shell .popularitems .popular-unlocks-slider .owl-nav button {
	background: rgba(15, 23, 42, 0.9) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .popularitems .popular-unlocks-slider .owl-nav button:hover {
	background: rgba(20, 184, 166, 0.18) !important;
	color: #5eead4 !important;
}

body.dhru-checker-shell .popularitems .popular-unlocks-slider .owl-dot span {
	background: rgba(148, 163, 184, 0.35) !important;
}

body.dhru-checker-shell .popularitems .popular-unlocks-slider .owl-dot.active span {
	background: #2dd4bf !important;
}

body.dhru-checker-shell .popularitems .popular-unlocks-empty {
	background: rgba(15, 23, 42, 0.55) !important;
	border: 1px solid rgba(148, 163, 184, 0.12) !important;
	color: #94a3b8 !important;
	box-shadow: none !important;
}

/* Reseller pricing / IMEI services */
body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search,
body.dhru-checker-shell .dhru-reseller-pricing-page .group.card,
body.dhru-checker-shell .dhru-reseller-pricing-page .card.p-4 {
	background: rgba(15, 23, 42, 0.72) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	box-shadow: none !important;
	color: #e2e8f0 !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search {
	border-radius: 14px !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search .form-control,
body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search .custom-select {
	background: rgba(2, 6, 23, 0.55) !important;
	border-color: rgba(148, 163, 184, 0.2) !important;
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search .custom-control-label {
	color: #cbd5e1 !important;
	white-space: normal;
	line-height: 1.35;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search .custom-control {
	padding-right: 4px;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-rp-group-select .dhru-custom-select-menu {
	max-height: min(280px, 50vh);
}

body.dhru-checker-shell .dhru-reseller-pricing-page .group .table {
	background: transparent !important;
	color: #e2e8f0 !important;
	margin-bottom: 0 !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .group thead th {
	color: #64748b !important;
	border-color: rgba(148, 163, 184, 0.12) !important;
	background: rgba(20, 184, 166, 0.1) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .group thead th h5,
body.dhru-checker-shell .dhru-reseller-pricing-page .table th h5 {
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .group tbody td {
	color: #cbd5e1 !important;
	border-color: rgba(148, 163, 184, 0.1) !important;
	background: transparent !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .table-striped tbody tr:nth-of-type(odd),
body.dhru-checker-shell .dhru-reseller-pricing-page .table-striped tbody tr:nth-of-type(even) {
	background-color: transparent !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .table:not(.table-hover-disable) tbody tr:hover {
	background-color: rgba(20, 184, 166, 0.06) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .searchme {
	color: #e2e8f0 !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .searchme:hover {
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .service-icon {
	background: rgba(2, 6, 23, 0.55) !important;
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .service-hot td,
body.dhru-checker-shell .dhru-reseller-pricing-page .service.table-danger td {
	background: rgba(245, 158, 11, 0.08) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-group-head {
	background: rgba(20, 184, 166, 0.1) !important;
	border-color: rgba(148, 163, 184, 0.12) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-group-title {
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-group-price-label,
body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-service-meta {
	color: #64748b !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-service-card {
	border-color: rgba(148, 163, 184, 0.12) !important;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-service-card.service-hot {
	background: rgba(245, 158, 11, 0.08) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-service-title {
	color: #e2e8f0 !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-service-price {
	color: #f8fafc !important;
}

@media (max-width: 991px) {
	body.dhru-checker-shell .dhru-reseller-pricing-page .container.reseller-pricing {
		padding-left: 12px;
		padding-right: 12px;
	}

	body.dhru-checker-shell .dhru-reseller-pricing-page .card.card-search .custom-control-label {
		font-size: 13px;
		line-height: 1.4;
	}

	body.dhru-checker-shell .dhru-reseller-pricing-page .dhru-mobile-service-card:active {
		background: rgba(20, 184, 166, 0.06) !important;
	}
}

body.dhru-checker-shell .dhru-imei-checker-service-menu.is-mobile-sheet {
	background: #0f172a !important;
}

body.dhru-checker-shell .dhru-imei-checker-service-menu.is-mobile-sheet .dhru-imei-checker-service-option {
	color: #cbd5e1 !important;
	background: transparent !important;
}

body.dhru-checker-shell .dhru-imei-checker-service-menu.is-mobile-sheet .dhru-imei-checker-service-option.is-selected {
	color: #5eead4 !important;
	background: rgba(20, 184, 166, 0.14) !important;
}

body.dhru-checker-shell .dhru-imei-checker-service-menu.is-mobile-sheet .dhru-imei-checker-service-sheet-head {
	color: #64748b !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .border-left {
	border-color: rgba(148, 163, 184, 0.12) !important;
}

body.dhru-checker-shell .dhru-reseller-pricing-page .table td .nowrap {
	color: #f8fafc !important;
}

/* Auth cards — contact, FAQ, login/register pages */
body.dhru-checker-shell .dhru-auth-card {
	background: rgba(15, 23, 42, 0.85) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45) !important;
}

body.dhru-checker-shell .dhru-auth-card__head {
	background: rgba(11, 15, 25, 0.95) !important;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

body.dhru-checker-shell .dhru-auth-card__body {
	background: rgba(15, 23, 42, 0.72) !important;
	color: #e2e8f0;
}

body.dhru-checker-shell .dhru-auth-heading {
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-auth-lead,
body.dhru-checker-shell .dhru-auth-switch,
body.dhru-checker-shell .dhru-auth-forgot {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-auth-switch a,
body.dhru-checker-shell .dhru-auth-forgot a {
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-auth-page .form-fild,
body.dhru-checker-shell .dhru-static-page .form-fild,
body.dhru-checker-shell .dhru-auth-card .form-fild {
	margin-bottom: 16px;
}

body.dhru-checker-shell .dhru-auth-page .form-fild label,
body.dhru-checker-shell .dhru-static-page .form-fild label,
body.dhru-checker-shell .dhru-auth-card .form-fild label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	color: #cbd5e1 !important;
}

body.dhru-checker-shell .dhru-auth-page .form-fild .required,
body.dhru-checker-shell .dhru-static-page .form-fild .required,
body.dhru-checker-shell .dhru-auth-card .form-fild .required {
	color: #f87171 !important;
}

body.dhru-checker-shell .dhru-auth-page .form-fild input[type="email"],
body.dhru-checker-shell .dhru-auth-page .form-fild input[type="password"],
body.dhru-checker-shell .dhru-auth-page .form-fild input[type="text"],
body.dhru-checker-shell .dhru-auth-page .form-fild input[type="tel"],
body.dhru-checker-shell .dhru-auth-page .form-fild select,
body.dhru-checker-shell .dhru-auth-page .form-fild textarea,
body.dhru-checker-shell .dhru-static-page .form-fild input[type="email"],
body.dhru-checker-shell .dhru-static-page .form-fild input[type="password"],
body.dhru-checker-shell .dhru-static-page .form-fild input[type="text"],
body.dhru-checker-shell .dhru-static-page .form-fild input[type="tel"],
body.dhru-checker-shell .dhru-static-page .form-fild select,
body.dhru-checker-shell .dhru-static-page .form-fild textarea,
body.dhru-checker-shell .dhru-auth-card .form-fild input,
body.dhru-checker-shell .dhru-auth-card .form-fild select,
body.dhru-checker-shell .dhru-auth-card .form-fild textarea,
body.dhru-checker-shell .dhru-auth-card .form-fild .form-control,
body.dhru-checker-shell .dhru-static-page textarea {
	display: block;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	height: auto;
	border-radius: 8px;
	border: 1px solid rgba(148, 163, 184, 0.2) !important;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.45;
	background: rgba(2, 6, 23, 0.55) !important;
	color: #f8fafc !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-auth-page .form-fild textarea,
body.dhru-checker-shell .dhru-static-page .form-fild textarea,
body.dhru-checker-shell .dhru-auth-card .form-fild textarea {
	min-height: 140px;
	resize: vertical;
}

body.dhru-checker-shell .dhru-auth-page .form-fild input:focus,
body.dhru-checker-shell .dhru-auth-page .form-fild select:focus,
body.dhru-checker-shell .dhru-auth-page .form-fild textarea:focus,
body.dhru-checker-shell .dhru-static-page .form-fild input:focus,
body.dhru-checker-shell .dhru-static-page .form-fild select:focus,
body.dhru-checker-shell .dhru-static-page .form-fild textarea:focus,
body.dhru-checker-shell .dhru-auth-card .form-fild input:focus,
body.dhru-checker-shell .dhru-auth-card .form-fild select:focus,
body.dhru-checker-shell .dhru-auth-card .form-fild textarea:focus,
body.dhru-checker-shell .dhru-auth-card .form-fild .form-control:focus {
	border-color: rgba(45, 212, 191, 0.55) !important;
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14) !important;
	background: rgba(2, 6, 23, 0.78) !important;
	outline: none !important;
}

body.dhru-checker-shell .dhru-static-page .form-fild input::placeholder,
body.dhru-checker-shell .dhru-static-page .form-fild textarea::placeholder,
body.dhru-checker-shell .dhru-auth-card .form-fild input::placeholder,
body.dhru-checker-shell .dhru-auth-card .form-fild textarea::placeholder {
	color: #94a3b8 !important;
	opacity: 1;
}

body.dhru-checker-shell .dhru-custom-select {
	position: relative;
}

body.dhru-checker-shell .dhru-custom-select-native {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

body.dhru-checker-shell .dhru-custom-select-btn {
	width: 100%;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid rgba(148, 163, 184, 0.2) !important;
	background: rgba(2, 6, 23, 0.55) !important;
	color: #f8fafc !important;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-custom-select-btn svg {
	width: 16px;
	height: 16px;
	color: #94a3b8;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

body.dhru-checker-shell .dhru-custom-select.is-open .dhru-custom-select-btn svg {
	transform: rotate(180deg);
}

body.dhru-checker-shell .dhru-custom-select-label.is-placeholder {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-custom-select-btn:focus,
body.dhru-checker-shell .dhru-custom-select.is-open .dhru-custom-select-btn {
	outline: none !important;
	border-color: rgba(45, 212, 191, 0.55) !important;
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14) !important;
}

body.dhru-checker-shell .dhru-custom-select-menu {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 60;
	padding: 6px;
	border-radius: 10px;
	background: #0f172a !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	box-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
	max-height: 240px;
	overflow-y: auto;
}

body.dhru-checker-shell .dhru-custom-select.is-open .dhru-custom-select-menu,
body.dhru-checker-shell .dhru-custom-select-menu.is-open {
	display: block;
}

body.dhru-checker-shell .dhru-custom-select-option {
	width: 100%;
	display: block;
	padding: 11px 12px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px;
	background: transparent !important;
	color: #cbd5e1 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-align: left;
	cursor: pointer;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-custom-select-option:hover {
	background: rgba(148, 163, 184, 0.1) !important;
	color: #e2e8f0 !important;
}

body.dhru-checker-shell .dhru-custom-select-option.is-selected {
	background: rgba(20, 184, 166, 0.14) !important;
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-static-page .form-button.dhru-auth-btn-primary,
body.dhru-checker-shell .dhru-auth-card .form-button.dhru-auth-btn-primary {
	margin-top: 4px;
}

body.dhru-checker-shell .dhru-contact-details,
body.dhru-checker-shell .dhru-contact-details a {
	color: #cbd5e1 !important;
}

body.dhru-checker-shell .dhru-contact-details li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

body.dhru-checker-shell .dhru-contact-details li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

body.dhru-checker-shell .dhru-contact-details i {
	color: #5eead4;
	flex-shrink: 0;
	margin-top: 2px;
}

body.dhru-checker-shell .dhru-static-page .accordion .card {
	background: rgba(11, 15, 25, 0.95) !important;
	border: 1px solid rgba(148, 163, 184, 0.12) !important;
	border-radius: 10px !important;
	overflow: hidden;
}

body.dhru-checker-shell .dhru-static-page .accordion .card-header {
	background: rgba(15, 23, 42, 0.72) !important;
	border-bottom: 1px solid rgba(148, 163, 184, 0.1) !important;
}

body.dhru-checker-shell .dhru-static-page .accordion .btn-link {
	color: #e2e8f0 !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 14px;
	padding: 14px 16px;
	white-space: normal;
	line-height: 1.45;
}

body.dhru-checker-shell .dhru-static-page .accordion .btn-link:hover,
body.dhru-checker-shell .dhru-static-page .accordion .btn-link:focus {
	color: #5eead4 !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-static-page .accordion .card-body {
	background: rgba(15, 23, 42, 0.45) !important;
	color: #94a3b8 !important;
	border-top: 0 !important;
}

body.dhru-checker-shell .dhru-static-page .table {
	color: #cbd5e1 !important;
	background: transparent !important;
}

body.dhru-checker-shell .dhru-static-page .table th {
	color: #94a3b8 !important;
	background: rgba(15, 23, 42, 0.72) !important;
	border-color: rgba(148, 163, 184, 0.12) !important;
}

body.dhru-checker-shell .dhru-static-page .table td {
	border-color: rgba(148, 163, 184, 0.12) !important;
	background: transparent !important;
}

body.dhru-checker-shell .dhru-static-page .table-striped tbody tr:nth-of-type(odd) {
	background: rgba(2, 6, 23, 0.35) !important;
}

body.dhru-checker-shell .dhru-static-page .table-striped tbody tr:nth-of-type(even) {
	background: transparent !important;
}

body.dhru-checker-shell .dhru-static-content,
body.dhru-checker-shell .dhru-static-content p {
	color: #94a3b8 !important;
}

/* Login / Register modals */
body.dhru-checker-shell .dhru-auth-floating-modal .modal-content,
body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-floating-modal__content {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-card--modal {
	border-radius: 16px !important;
	overflow: hidden;
}

body.dhru-checker-shell .dhru-auth-floating-modal__close {
	color: #94a3b8 !important;
	opacity: 1;
	text-shadow: none;
	z-index: 2;
}

body.dhru-checker-shell .dhru-auth-floating-modal__close:hover {
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-card__body {
	max-height: none !important;
	overflow: visible !important;
	padding: 18px 22px 22px;
}

body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-floating-modal__dialog--register {
	max-width: 620px;
}

body.dhru-checker-shell .dhru-auth-floating-modal .form-fild {
	margin-bottom: 12px;
}

body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-heading {
	margin-bottom: 8px;
	font-size: 17px;
}

body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-lead {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 1.45;
}

body.dhru-checker-shell .dhru-auth-floating-modal .dhru-auth-recaptcha-wrap {
	background: rgba(2, 6, 23, 0.35) !important;
	border: 1px solid rgba(148, 163, 184, 0.12) !important;
	border-radius: 10px;
	padding: 8px;
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 576px) {
	body.dhru-checker-shell .dhru-auth-register-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 14px;
	}

	body.dhru-checker-shell .dhru-auth-register-grid > .dhru-auth-recaptcha-wrap,
	body.dhru-checker-shell .dhru-auth-register-grid > .register-submit,
	body.dhru-checker-shell .dhru-auth-register-grid > .dhru-auth-actions {
		grid-column: 1 / -1;
	}
}

body.dhru-checker-shell .dhru-auth-page .form-fild > p {
	margin: 0 0 6px;
}

body.dhru-checker-shell .dhru-auth-page .form-fild input,
body.dhru-checker-shell .dhru-auth-page .form-fild select,
body.dhru-checker-shell .dhru-auth-page .form-fild textarea {
	display: block;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	background: rgba(2, 6, 23, 0.55) !important;
	border: 1px solid rgba(148, 163, 184, 0.2) !important;
	color: #f8fafc !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-auth-page .form-fild input:-webkit-autofill,
body.dhru-checker-shell .dhru-auth-page .form-fild input:-webkit-autofill:hover,
body.dhru-checker-shell .dhru-auth-page .form-fild input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px rgba(2, 6, 23, 0.78) inset !important;
	box-shadow: 0 0 0 1000px rgba(2, 6, 23, 0.78) inset !important;
	-webkit-text-fill-color: #f8fafc !important;
	caret-color: #f8fafc;
	transition: background-color 99999s ease-out 0s;
}

body.dhru-checker-shell .dhru-auth-page .form-fild input::placeholder,
body.dhru-checker-shell .dhru-auth-page .form-fild textarea::placeholder {
	color: #94a3b8 !important;
	opacity: 1;
}

body.dhru-checker-shell .dhru-custom-select-menu {
	max-height: min(240px, 42vh);
}

	body.dhru-checker-shell .modal-backdrop.show {
		opacity: 0.82;
		background: #020617;
	}

	body.dhru-checker-shell .dhru-imei-checker-modal .modal-dialog {
		max-width: 920px;
	}

	body.dhru-checker-shell .dhru-imei-checker-modal .modal-content {
		background: rgba(11, 15, 25, 0.98) !important;
		border: 1px solid rgba(45, 212, 191, 0.18) !important;
		border-radius: 18px !important;
		outline: none !important;
		box-shadow: 0 32px 64px rgba(2, 6, 23, 0.65), 0 0 48px rgba(20, 184, 166, 0.08) !important;
	}

	body.dhru-checker-shell .dhru-imei-checker-modal .modal-header {
		background: rgba(7, 11, 20, 0.98) !important;
		border-bottom: 1px solid rgba(148, 163, 184, 0.12) !important;
		border-radius: 0 !important;
	}

	body.dhru-checker-shell .dhru-imei-checker-modal .modal-title {
		color: #f8fafc !important;
	}

	body.dhru-checker-shell .dhru-imei-checker-modal .modal-body {
		background: rgba(15, 23, 42, 0.98) !important;
		color: #e2e8f0;
	}

	body.dhru-checker-shell .dhru-imei-checker-modal .modal-footer {
		background: rgba(7, 11, 20, 0.98) !important;
		border-top: 1px solid rgba(148, 163, 184, 0.12) !important;
	}

body.dhru-checker-shell .modal-ajax .modal-content {
	background: rgba(15, 23, 42, 0.95) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
}

body.dhru-checker-shell .modal-ajax .modal-header {
	background: rgba(11, 15, 25, 0.98) !important;
}

body.dhru-checker-shell .modal-ajax .modal-body {
	background: rgba(15, 23, 42, 0.98) !important;
	color: #e2e8f0;
}

body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy,
body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy * {
	color: #cbd5e1;
}

body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy h1,
body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy h2,
body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy h3,
body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy h4,
body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy h5,
body.dhru-checker-shell .modal-ajax .modal-body .dhru-service-modal .dhru-service-copy strong {
	color: #f8fafc !important;
}

body.dhru-checker-shell .modal-ajax .modal-header .modal-title {
	color: #f8fafc !important;
	font-weight: 600;
}

/* Newsletter modal */
body.dhru-checker-shell .dhru-newsletter-modal .modal-content {
	background: rgba(11, 15, 25, 0.98) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	border-radius: 16px !important;
	box-shadow: 0 28px 56px rgba(2, 6, 23, 0.55) !important;
}

body.dhru-checker-shell .dhru-newsletter-modal .modal-header {
	background: rgba(7, 11, 20, 0.98) !important;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12) !important;
}

body.dhru-checker-shell .dhru-newsletter-modal .modal-title,
body.dhru-checker-shell .dhru-newsletter-modal .modal-header .close {
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-newsletter-modal .modal-body {
	background: rgba(15, 23, 42, 0.98) !important;
	color: #e2e8f0;
	padding: 22px;
}

body.dhru-checker-shell .dhru-newsletter-modal-lead {
	margin: 0 0 16px;
	color: #94a3b8;
	font-size: 0.95rem;
	line-height: 1.55;
}

body.dhru-checker-shell .dhru-newsletter-modal .form-control {
	background: rgba(2, 6, 23, 0.55) !important;
	border-color: rgba(148, 163, 184, 0.2) !important;
	color: #f8fafc !important;
	height: 46px;
	border-radius: 10px;
}

body.dhru-checker-shell .dhru-newsletter-submit-btn {
	min-height: 46px;
	border-radius: 10px !important;
	font-weight: 700;
}

body.dhru-checker-shell .dhru-newsletter-captcha-wrap {
	display: flex;
	justify-content: center;
}

body.dhru-checker-shell .dhru-auth-inline-alert {
	background: rgba(248, 113, 113, 0.12) !important;
	border: 1px solid rgba(248, 113, 113, 0.25) !important;
	color: #fca5a5 !important;
}

body.dhru-checker-shell .dhru-auth-inline-alert.dhru-auth-inline-alert--success {
	background: rgba(20, 184, 166, 0.12) !important;
	border-color: rgba(45, 212, 191, 0.25) !important;
	color: #5eead4 !important;
}

/* Generic cards */
body.dhru-checker-shell .index-content .card,
body.dhru-checker-shell .index-items .card {
	background: rgba(15, 23, 42, 0.55);
	border-color: rgba(148, 163, 184, 0.12);
	color: #e2e8f0;
}

body.dhru-checker-shell .alert-success {
	background: rgba(20, 184, 166, 0.12) !important;
	border-color: rgba(45, 212, 191, 0.25) !important;
	color: #5eead4 !important;
}

body.dhru-checker-shell .alert-danger {
	background: rgba(248, 113, 113, 0.12) !important;
	border-color: rgba(248, 113, 113, 0.25) !important;
	color: #fca5a5 !important;
}

/* Footer */
body.dhru-checker-shell .dhru-site-footer {
	background: #070b14 !important;
	border-top: 1px solid rgba(148, 163, 184, 0.12);
	color: #94a3b8;
}

body.dhru-checker-shell .dhru-site-footer .footer-top,
body.dhru-checker-shell .dhru-site-footer .footer-bottom {
	background: transparent !important;
	color: #94a3b8;
}

body.dhru-checker-shell .dhru-site-footer .link-heading {
	color: #f8fafc !important;
}

body.dhru-checker-shell .dhru-site-footer .nav-link,
body.dhru-checker-shell .dhru-site-footer span {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-site-footer .nav-link:hover {
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-site-footer .footer-top .social-icons .nav-link {
	background: rgba(15, 23, 42, 0.8) !important;
	border-color: rgba(148, 163, 184, 0.16) !important;
	box-shadow: none !important;
}

body.dhru-checker-shell .dhru-site-footer .btn-newsletter {
	background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%) !important;
	border: 0;
}

body.dhru-checker-shell .dhru-site-footer .form-control {
	background: rgba(15, 23, 42, 0.8) !important;
	border-color: rgba(148, 163, 184, 0.2) !important;
	color: #f8fafc !important;
}

body.dhru-checker-shell .index-content {
	margin-bottom: 0 !important;
}

body.dhru-checker-shell .dhru-section-spacer {
	margin-top: 0;
}

body.dhru-checker-shell .dhru-visitors {
	color: #64748b;
}

body.dhru-checker-shell a:not(.dhru-checker-btn-primary):not(.dhru-checker-btn-ghost):not(.dhru-checker-brand):not(.dhru-imei-checker-btn):not(.shop-product-link):not(.btn-newsletter):not(.dhru-social-action):not(.dhru-auth-btn-primary):not(.form-button) {
	color: #94a3b8;
}

body.dhru-checker-shell a:not(.dhru-checker-btn-primary):not(.dhru-checker-btn-ghost):not(.dhru-checker-brand):not(.dhru-imei-checker-btn):not(.shop-product-link):not(.btn-newsletter):not(.dhru-social-action):not(.dhru-auth-btn-primary):not(.form-button):hover {
	color: #5eead4;
}

body.dhru-checker-shell ul.nav-pills.flex-nowrap .nav-link.active {
	border-color: rgba(45, 212, 191, 0.35) !important;
}

/* Order page — retail checkout (/home/order) */
body.dhru-checker-shell .dhru-order-retail-page .vprod_cart {
	margin-top: 0;
	margin-bottom: 48px;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-card,
body.dhru-checker-shell .dhru-order-retail-page .vprod_cart_detail {
	background: rgba(15, 23, 42, 0.85) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45) !important;
	max-height: none !important;
	overflow: visible !important;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-card h3,
body.dhru-checker-shell .dhru-order-retail-page .vprod_cart_detail h3 {
	color: #f8fafc !important;
	font-family: inherit;
	font-weight: 700;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-summary-head {
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-price {
	color: #5eead4 !important;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-delivery {
	color: #94a3b8 !important;
	background: rgba(148, 163, 184, 0.1);
	border: 1px solid rgba(148, 163, 184, 0.14);
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc {
	color: #94a3b8;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc > p:first-of-type {
	margin: 0 0 14px;
	color: #cbd5e1;
	font-size: 15px;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc > p:not(:first-of-type) {
	margin: 0 0 14px;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(2, 6, 23, 0.55);
	border: 1px solid rgba(148, 163, 184, 0.12);
	color: #e2e8f0;
	font-size: 13px;
	line-height: 1.75;
	white-space: pre-line;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc ol,
body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc ul {
	margin: 14px 0 0;
	padding-left: 1.2rem;
	color: #94a3b8;
	font-size: 13px;
	line-height: 1.65;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc strong,
body.dhru-checker-shell .dhru-order-retail-page .dhru-order-desc b {
	color: #cbd5e1;
	font-weight: 600;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-service-thumb {
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	border-radius: 12px;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-empty {
	padding: 18px;
	border: 1px dashed rgba(148, 163, 184, 0.22);
	border-radius: 12px;
	color: #94a3b8 !important;
	background: rgba(2, 6, 23, 0.35) !important;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-form .form-group {
	margin-bottom: 16px;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-order-form label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	color: #cbd5e1 !important;
}

body.dhru-checker-shell .dhru-order-retail-page .green_register_fm input,
body.dhru-checker-shell .dhru-order-retail-page .green_register_fm textarea,
body.dhru-checker-shell .dhru-order-retail-page .green_register_fm select,
body.dhru-checker-shell .dhru-order-retail-page .green_register_fm select.form-control,
body.dhru-checker-shell .dhru-order-retail-page .dhru-order-form .form-control {
	display: block;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	height: auto !important;
	border-radius: 8px !important;
	border: 1px solid rgba(148, 163, 184, 0.2) !important;
	padding: 10px 12px !important;
	font-size: 14px !important;
	line-height: 1.45;
	background: rgba(2, 6, 23, 0.55) !important;
	color: #f8fafc !important;
	box-shadow: none !important;
	font-style: normal !important;
	-webkit-appearance: none;
	appearance: none;
}

body.dhru-checker-shell .dhru-order-retail-page .green_register_fm textarea,
body.dhru-checker-shell .dhru-order-retail-page .dhru-order-form textarea.form-control {
	min-height: 120px;
	resize: vertical;
}

body.dhru-checker-shell .dhru-order-retail-page .green_register_fm input:focus,
body.dhru-checker-shell .dhru-order-retail-page .green_register_fm textarea:focus,
body.dhru-checker-shell .dhru-order-retail-page .green_register_fm select:focus,
body.dhru-checker-shell .dhru-order-retail-page .dhru-order-form .form-control:focus {
	border-color: rgba(45, 212, 191, 0.55) !important;
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14) !important;
	background: rgba(2, 6, 23, 0.78) !important;
	outline: none !important;
}

body.dhru-checker-shell .dhru-order-retail-page .help-block {
	color: #64748b !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	margin-top: 6px !important;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-note {
	color: #94a3b8 !important;
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-option {
	border: 1px solid rgba(148, 163, 184, 0.14);
	background: rgba(2, 6, 23, 0.35);
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-option:hover {
	border-color: rgba(148, 163, 184, 0.28);
	background: rgba(15, 23, 42, 0.65);
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-option.is-automatic {
	border-color: rgba(45, 212, 191, 0.22);
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-option:has(input:checked) {
	border-color: rgba(45, 212, 191, 0.45) !important;
	background: rgba(20, 184, 166, 0.1) !important;
	box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.12);
}

body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-option p {
	color: #cbd5e1 !important;
}

body.dhru-checker-shell .dhru-order-retail-page .btn-dhru-order-submit {
	background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%) !important;
	color: #fff !important;
}

body.dhru-checker-shell .dhru-order-retail-page .btn-dhru-order-submit:hover,
body.dhru-checker-shell .dhru-order-retail-page .btn-dhru-order-submit:focus {
	background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%) !important;
	color: #fff !important;
}

body.dhru-checker-shell .dhru-order-retail-page .alert-success {
	background: rgba(20, 184, 166, 0.12) !important;
	border-color: rgba(45, 212, 191, 0.28) !important;
	color: #99f6e4 !important;
}

body.dhru-checker-shell .dhru-order-retail-page .alert-danger {
	background: rgba(248, 113, 113, 0.1) !important;
	border-color: rgba(248, 113, 113, 0.28) !important;
	color: #fecaca !important;
}

@media (min-width: 992px) {
	body.dhru-checker-shell .dhru-order-retail-page .vprod_cart_detail {
		position: sticky;
		top: 92px;
		align-self: flex-start;
	}
}

@media (max-width: 991px) {
	body.dhru-checker-shell .dhru-order-retail-page .vprod_cart {
		margin-bottom: 32px;
	}

	body.dhru-checker-shell .dhru-order-retail-page .row > .col-xl-6:first-child {
		order: 2;
	}

	body.dhru-checker-shell .dhru-order-retail-page .row > .col-xl-6:last-child {
		order: 1;
	}

	body.dhru-checker-shell .dhru-order-retail-page .dhru-payment-grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}
