@import url('main.css');

.sidebar-nav-wrapper {
    padding: 5px 0px 20px;
}

.sidebar-nav-wrapper .navbar-logo {
	margin-bottom: 15px;
	display:none;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children > a::after {
	content: "\f0da";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children > a:not(.collapsed)::after {
	content: "\f0d7";
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children[data-menu-level='2'] > a::after {
	font-weight: 300;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children[data-menu-level='1'] {
	border: 1px solid #ebe9e9;
    border-radius: 7px;
	background-color: #fdfdfd;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children[data-menu-level='2'] {
	background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 5px !important;
}

.header .header-right .profile-box .profile-info .info .image {
	box-shadow: none;
	display: flex;
}

.header {
	padding: 12px 0;
}

.header .header-left .menu-toggle-btn .main-btn {
    padding: 0px 15px;
    height: 38px;
    border-radius: 4px;
}

.main-wrapper.full-width {
	margin-left: auto;
	padding: 0;
}

.content-wrapper {
	padding: 1rem 0;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
    position: relative;
	border: 1px solid #f7f8f9;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
	color: var(--bs-gray);
}

.auth-cover-wrapper,
.auth-bg-image {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.auth-row {
	min-height: 100vh;
}

.auth-cover-wrapper::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
}

.auth-cover-wrapper .auth-cover {
	position: relative;
}

.auth-cover-wrapper .auth-cover .title img {
	height: 80px;
}

.overlay-close {
	position: absolute;
    left: calc(250px + 8px);
    top: 12px;
    color: white;
    text-shadow: 0 0 2px var(--bs-gray-700);
}

.overlay-close:hover {
	color: var(--bs-highlight-bg);
}

.header .header-right .notification-box a.unviewed {
	background-color: var(--bs-highlight-bg);
}

.header .header-right .dropdown-menu {
	max-width: 99vw;
}
	
.header .header-right .dropdown-menu {
	box-shadow: 0 0 6px var(--bs-gray-500);
}

.dropdown-menu.show {
	box-shadow: 0 0 6px var(--bs-gray-200);
}

.single-notification .notification-redirect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.single-notification .notification-redirect.unviewed {
	background-color: rgb(255 223 117 / 12%);
}

.single-notification .notification-redirect:hover {
	background-color: rgba(0, 163, 195, 0.05);
}

.single-notification .notification-wrapper a {
	position: relative;
	z-index: 1;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.text,
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.text {
	display: block;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a i {
	margin: auto;
}

.table th {
	font-weight: 500;
	text-transform: capitalize;
}

.table td {
	font-weight: 400;
	color: var(--bs-gray-600);
}

.table th,
.table td {
	font-size: 0.89rem;
	padding-right: 6px;
	padding-left: 6px;
}

[data-table-widget]:not(.show) {
	display: none;
}

.pagination {
	--bs-pagination-border-radius: 0.275rem;
}

.pagination .page-item:not(:last-child) .page-link {
	margin-right: 0.3rem;
}

.pagination .page-item .page-link {
	min-width: 40px;
	border-radius: 5px;
}

.form-label {
	font-weight: 500;
}

fieldset:disabled,
fieldset:disabled input,
fieldset:disabled select,
fieldset:disabled textarea {
	cursor: not-allowed;
	opacity: 0.79;
}

.badge {
	cursor: default;
}

.user-avatar {
	overflow: hidden;
    border: 2px solid var(--bs-border-color-translucent);
    width: 120px;
    height: 120px;
	border-radius: 1.3rem;
    background-color: var(--bs-gray-100);
	display: flex;
}

.user-avatar img {
	width: 100%;
	object-fit: cover;
}

.text-muted {
	color: #b3b9bf!important;
}

.dt-container .dt-empty {
	border: 1px solid var(--bs-gray-200);
    padding: var(--bs-gutter-x);
    text-align: center;
    font-size: 1.3rem;
    text-transform: capitalize;
    font-family: monospace;
    border-radius: 6px;
}

#toast-container > div:hover {
	--toastr-shadow: 0 0 7px var(--bs-gray-600);
    -moz-box-shadow: var(--toastr-shadow);
    -webkit-box-shadow: var(--toastr-shadow);
    box-shadow: var(--toastr-shadow);
	opacity: 0.89;
}

.ql-container {
	font-family: "Inter", sans-serif !important;
}

.table.plain {
	margin: 0;
}

.table.thead-none thead {
	display: none;
}

.table.plain tbody tr td {
	padding: 0;
	border: 0;
}

.ud-empty-state {
	font-size: 1.3rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.content-wrapper {
		padding: 1rem;
	}
}

@media (min-width: 992px) {
	
	.auth-cover-wrapper .auth-cover {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.content-wrapper {
		padding: 1.5rem;
	}
	
}

@media (max-width: 992px) {
	.signin-wrapper,
	.signup-wrapper {
		min-height: 420px;
	}
}

@media (min-width: 241px) and (max-width: 480px) {
	#toast-container > div {
		padding: 15px 15px 15px 50px;
	}
}


/* ============================================================
   PREMIUM DASHBOARD - Multi-Million Dollar Design System
   ============================================================ */

/* --- CSS Variables --- */

:root {
    --pd-sidebar-bg-start: #040d15;
    --pd-sidebar-bg-end:   #071828;
    --pd-sidebar-border:   rgba(0, 163, 195, 0.16);
    --pd-sidebar-text:     rgba(255, 255, 255, 0.5);
    --pd-sidebar-text-h:   rgba(255, 255, 255, 0.88);
    --pd-sidebar-icon:     rgba(255, 255, 255, 0.32);
    --pd-sidebar-icon-h:   #00CCEE;
    --pd-sidebar-active-bg: rgba(0, 163, 195, 0.18);
    --pd-accent:           #00A3C3;
    --pd-accent-2:         #004D6E;
    --pd-body-bg:          #f0f4f6;
    --pd-card-radius:      16px;
    --pd-card-shadow:      0 2px 18px rgba(0, 0, 0, 0.055);
    --pd-card-shadow-h:    0 8px 36px rgba(0, 163, 195, 0.12);
    --pd-header-h:         68px;
}


/* --- Body & Scrollbar --- */

body {
    background: var(--pd-body-bg) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(0, 163, 195, 0.3); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0, 163, 195, 0.55); }


/* ============================================================
   SIDEBAR - Dark premium navigation
   ============================================================ */

.sidebar-nav-wrapper {
    background: linear-gradient(180deg, var(--pd-sidebar-bg-start) 0%, var(--pd-sidebar-bg-end) 100%);
    border-right: 1px solid var(--pd-sidebar-border);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.28);
    padding-top: 0;
}

/* Logo area */
.sidebar-nav-wrapper .navbar-logo {
    padding: 18px 20px 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    display:none;
}

.sidebar-nav-wrapper .navbar-logo img {
    filter: brightness(1.1) drop-shadow(0 0 6px rgba(0, 163, 195, 0.35));
    display:none;
}

/* Nav container */
.sidebar-nav-wrapper .sidebar-nav {
    padding: 8px 0;
}

/* Root nav items */
.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
    border: none !important;
    border-radius: 10px;
    margin: 2px 12px;
    transition: background 0.22s ease;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 12px;
    color: var(--pd-sidebar-text);
    font-size: 0.86rem;
    font-weight: 500;
    transition: color 0.22s ease, background 0.22s ease;
    text-decoration: none;
}

/* Hide the legacy ::before blue left-bar from main.css */
.sidebar-nav-wrapper .sidebar-nav ul .nav-item > a::before {
    display: none !important;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item > a .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 1.05rem;
    transition: background 0.22s ease, color 0.22s ease;
    flex-shrink: 0;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item > a .text {
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hover */
.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a {
    background: rgba(255, 255, 255, 0.05);
    color: var(--pd-sidebar-text-h);
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a .icon {
    background: rgba(0, 163, 195, 0.15) !important;
    color: #00CCEE !important;
}

/* Active state */
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a {
    background: linear-gradient(110deg, rgba(0, 163, 195, 0.24) 0%, rgba(0, 77, 110, 0.2) 100%);
    color: #ffffff;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a .icon {
    background: rgba(0, 163, 195, 0.28) !important;
    color: #00CCEE !important;
}

/* Collapse arrow */
.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::after {
    margin-left: auto;
    font-size: 0.7rem;
    opacity: 0.5;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a:not(.collapsed)::after {
    transform: rotate(90deg);
    opacity: 0.8;
}

/* Sub-items */
.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item {
    border-radius: 8px;
    margin: 1px 0;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children[data-menu-level='1'] {
    border: none !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border-radius: 8px !important;
    margin: 2px 0;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-sub-item.nav-item-has-children[data-menu-level='2'] {
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 6px;
    margin-bottom: 2px !important;
}

/* Dropdown nav sub-menu */
.sidebar-nav-wrapper .sidebar-nav ul .collapse .nav-sub-item > a {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.83rem;
    padding: 7px 12px 7px 14px;
    border-radius: 7px;
    transition: color 0.2s, background 0.2s;
}

.sidebar-nav-wrapper .sidebar-nav ul .collapse .nav-sub-item:hover > a,
.sidebar-nav-wrapper .sidebar-nav ul .collapse .nav-sub-item.active > a {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 163, 195, 0.09);
}

/* Divider */
.sidebar-nav-wrapper span.divider hr {
    border-color: rgba(255, 255, 255, 0.06);
    margin: 6px 14px;
    opacity: 1;
}

/* Overlay close icon (mobile) */
.overlay-close {
    color: rgba(255, 255, 255, 0.6);
    text-shadow: none;
}

.overlay-close:hover {
    color: #7ca4ff;
}


/* ============================================================
   HEADER - Glass premium top bar
   ============================================================ */

.header {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.055) !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06) !important;
    padding: 14px 0 !important;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Toggle button */
.menu-toggle-btn #menu-toggle {
    background: #f4f6ff !important;
    border: 1px solid rgba(0, 163, 195, 0.12) !important;
    border-radius: 10px !important;
    width: 40px;
    height: 40px;
    color: #5d657b;
    font-size: 1.2rem;
    transition: all 0.22s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle-btn #menu-toggle:hover {
    background: rgba(0, 163, 195, 0.08) !important;
    color: var(--pd-accent);
    border-color: rgba(0, 163, 195, 0.25) !important;
}

/* Notification / action buttons */
.header .header-right button:not(.dropdown-toggle) {
    background: #f4f6ff !important;
    border: 1px solid rgba(0, 163, 195, 0.1) !important;
    border-radius: 10px !important;
    width: 40px;
    height: 40px;
    transition: all 0.22s ease !important;
    color: #5d657b;
}

.header .header-right button:not(.dropdown-toggle):hover {
    background: rgba(0, 163, 195, 0.08) !important;
    border-color: rgba(0, 163, 195, 0.2) !important;
    color: var(--pd-accent);
}

/* Notification badge */
.header .header-right button span {
    background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2)) !important;
    box-shadow: 0 2px 8px rgba(0, 163, 195, 0.45);
    font-size: 10px;
    font-weight: 700;
}

/* Profile dropdown */
.header .header-right .profile-box > button.dropdown-toggle {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: auto;
    padding: 0;
}

.header .header-right .profile-box .profile-info .info .image img {
    border-radius: 10px;
    border: 2px solid rgba(0, 163, 195, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 163, 195, 0.06);
    transition: all 0.25s;
}

.header .header-right .profile-box .profile-info .info .image img:hover {
    border-color: rgba(0, 163, 195, 0.5);
    box-shadow: 0 0 0 4px rgba(0, 163, 195, 0.12);
}

/* Dropdown menus in header */
.header .header-right .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.13) !important;
    border-radius: 14px !important;
    padding: 6px !important;
    overflow: hidden;
}

.header .header-right .dropdown-menu li a {
    border-radius: 8px;
    transition: background 0.18s ease;
    padding: 8px 12px;
}

.header .header-right .dropdown-menu li:hover a {
    background: rgba(0, 163, 195, 0.05);
    color: var(--pd-accent) !important;
}

/* Notification unviewed highlight */
.header .header-right .notification-box a.unviewed {
    background-color: rgba(255, 247, 179, 0.45);
}


/* ============================================================
   MAIN CONTENT WRAPPER
   ============================================================ */

.main-wrapper {
    background: var(--pd-body-bg);
}

.content-wrapper {
    background: transparent;
}


/* ============================================================
   CARDS - Premium glass-touch surfaces
   ============================================================ */

.card-style {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.045) !important;
    border-radius: var(--pd-card-radius) !important;
    box-shadow: var(--pd-card-shadow) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease !important;
}

.card-style:hover {
    box-shadow: var(--pd-card-shadow-h) !important;
    transform: translateY(-3px);
    border-color: rgba(0, 163, 195, 0.09) !important;
}

/* Icon cards (stat cards) */
.icon-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.045) !important;
    border-radius: var(--pd-card-radius) !important;
    box-shadow: var(--pd-card-shadow) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.icon-card:hover {
    box-shadow: var(--pd-card-shadow-h) !important;
    transform: translateY(-3px);
}

/* Card titles */
.card-style h5,
.card-style h4,
.card-style .title h5 {
    font-weight: 700;
    color: #1a202c;
    letter-spacing: -0.01em;
}

/* Card-style-1 / card-style-2 / card-style-3 */
.card-style-1,
.card-style-2,
.card-style-3 {
    border-radius: var(--pd-card-radius) !important;
    border-color: rgba(0, 0, 0, 0.045) !important;
    box-shadow: var(--pd-card-shadow) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.card-style-1:hover,
.card-style-2:hover,
.card-style-3:hover {
    box-shadow: var(--pd-card-shadow-h) !important;
    transform: translateY(-3px);
}


/* ============================================================
   BUTTONS - Gradient premium actions
   ============================================================ */

.btn-primary {
    background: linear-gradient(135deg, var(--pd-accent) 0%, var(--pd-accent-2) 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 16px rgba(0, 163, 195, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
    position: relative;
    overflow: hidden;
}

.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.25s ease;
}

.btn-primary:hover::after {
    background: rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
    box-shadow: 0 8px 26px rgba(0, 163, 195, 0.5) !important;
    transform: translateY(-2px);
    color: #fff !important;
}

.btn-primary:active {
    transform: translateY(0) !important;
    box-shadow: 0 3px 10px rgba(0, 163, 195, 0.4) !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 163, 195, 0.25) !important;
}

/* Secondary button */
.btn-secondary {
    border-radius: 10px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}

/* Danger button */
.btn-danger {
    border-radius: 10px !important;
    font-weight: 500 !important;
}

/* Success button */
.btn-success {
    border-radius: 10px !important;
    font-weight: 500 !important;
}

/* Outline buttons */
.btn-outline-primary {
    border-radius: 10px !important;
    border-color: rgba(0, 163, 195, 0.4) !important;
    color: var(--pd-accent) !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}

.btn-outline-primary:hover {
    background: rgba(0, 163, 195, 0.08) !important;
    border-color: var(--pd-accent) !important;
}


/* ============================================================
   FORM CONTROLS - Clean modern inputs
   ============================================================ */

.form-control {
    border-radius: 10px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #2d3748 !important;
    transition: border-color 0.22s ease, box-shadow 0.22s ease !important;
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: var(--pd-accent) !important;
    box-shadow: 0 0 0 3px rgba(0, 163, 195, 0.12) !important;
    color: #1a202c !important;
}

.form-select {
    border-radius: 10px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #2d3748 !important;
    font-size: 0.9rem;
    transition: border-color 0.22s ease, box-shadow 0.22s ease !important;
}

.form-select:focus {
    border-color: var(--pd-accent) !important;
    box-shadow: 0 0 0 3px rgba(0, 163, 195, 0.12) !important;
}

.form-label {
    font-weight: 600;
    font-size: 0.83rem;
    color: #4a5568;
    letter-spacing: 0.01em;
}

/* Input group */
.input-group .form-control:focus {
    z-index: 3;
}


/* ============================================================
   TABLES - Premium data display
   ============================================================ */

.table {
    --bs-table-bg: transparent;
}

.table th {
    background: rgba(240, 243, 250, 0.8) !important;
    color: #718096 !important;
    font-size: 0.73rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid rgba(0, 163, 195, 0.08) !important;
}

.table td {
    color: #4a5568 !important;
    font-size: 0.87rem !important;
    vertical-align: middle;
}

.table tbody tr {
    transition: background 0.18s ease;
}

.table tbody tr:hover td {
    background: rgba(0, 163, 195, 0.025) !important;
}

/* Top-selling & clients table headers */
.top-selling-table tr th,
.clients-table th {
    background: rgba(240, 243, 250, 0.8) !important;
    font-size: 0.73rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
}


/* ============================================================
   BADGES - Modern pill badges
   ============================================================ */

.badge {
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    padding: 0.35em 0.65em;
}

/* Status buttons (already pill-shaped) */
.status-btn {
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}


/* ============================================================
   DROPDOWN MENUS - Floating card style
   ============================================================ */

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 10px 44px rgba(0, 0, 0, 0.11) !important;
    border-radius: 12px !important;
    padding: 6px !important;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 0.88rem;
    padding: 8px 12px;
    color: #4a5568;
    transition: background 0.18s ease, color 0.18s ease;
}

.dropdown-item:hover {
    background: rgba(0, 163, 195, 0.06);
    color: var(--pd-accent);
}

.dropdown-item.active,
.dropdown-item:active {
    background: rgba(0, 163, 195, 0.1);
    color: var(--pd-accent);
}


/* ============================================================
   BREADCRUMB
   ============================================================ */

.breadcrumb-wrapper .breadcrumb li {
    font-size: 0.8rem;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #a0aec0;
}


/* ============================================================
   NOTIFICATIONS
   ============================================================ */

.single-notification {
    border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

.single-notification .notification-redirect:hover {
    background-color: rgba(0, 163, 195, 0.04) !important;
}

.single-notification .action button {
    border-radius: 8px;
    transition: all 0.18s ease;
}

.single-notification .action button:hover {
    background-color: rgba(0, 163, 195, 0.06) !important;
    color: var(--pd-accent) !important;
    border-color: rgba(0, 163, 195, 0.15) !important;
}


/* ============================================================
   PAGINATION
   ============================================================ */

.pagination .page-item .page-link {
    border-radius: 8px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #5d657b;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s;
}

.pagination .page-item .page-link:hover {
    background: rgba(0, 163, 195, 0.06);
    border-color: rgba(0, 163, 195, 0.2);
    color: var(--pd-accent);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2));
    border-color: transparent;
    box-shadow: 0 3px 10px rgba(0, 163, 195, 0.35);
}


/* ============================================================
   USER AVATAR
   ============================================================ */

.user-avatar {
    border-radius: 14px;
    border: 2px solid rgba(0, 163, 195, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}


/* ============================================================
   PROFILE / SETTINGS CARDS
   ============================================================ */

.settings-card-1 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.045);
    border-radius: var(--pd-card-radius);
    box-shadow: var(--pd-card-shadow);
}


/* ============================================================
   ICON CARD COLOR VARIANTS - Refined
   ============================================================ */

.icon-card .icon {
    border-radius: 12px !important;
    font-size: 1.3rem !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.icon-card .icon.opacity-100.primary {
    background: linear-gradient(135deg, #00A3C3, #004D6E) !important;
    box-shadow: 0 4px 14px rgba(0, 163, 195, 0.35) !important;
}

.icon-card .icon.opacity-100.success {
    background: linear-gradient(135deg, #219653, #16a34a) !important;
    box-shadow: 0 4px 14px rgba(33, 150, 83, 0.35) !important;
}

.icon-card .icon.opacity-100.purple {
    background: linear-gradient(135deg, #9b51e0, #005A7A) !important;
    box-shadow: 0 4px 14px rgba(155, 81, 224, 0.35) !important;
}

.icon-card .icon.opacity-100.orange {
    background: linear-gradient(135deg, #f2994a, #ef6c00) !important;
    box-shadow: 0 4px 14px rgba(242, 153, 74, 0.35) !important;
}


/* ============================================================
   PROGRESS BARS
   ============================================================ */

.progress {
    border-radius: 8px;
    background-color: rgba(0, 163, 195, 0.08);
}

.progress-bar {
    border-radius: 8px;
    background: linear-gradient(90deg, var(--pd-accent), var(--pd-accent-2));
}


/* ============================================================
   ALERTS
   ============================================================ */

.alert {
    border-radius: 12px;
    border: none;
    font-size: 0.88rem;
}

.primary-alert .alert {
    background: rgba(0, 163, 195, 0.08);
    border-left: 4px solid var(--pd-accent);
    border-radius: 12px;
}


/* ============================================================
   GENERAL TYPOGRAPHY POLISH
   ============================================================ */

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.01em;
}

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

small,
.text-sm {
    font-size: 0.82rem;
}


/* ============================================================
   SCROLL-TO-TOP BUTTON
   ============================================================ */

.scroll-top {
    background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2));
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 163, 195, 0.4);
}

.scroll-top:hover {
    box-shadow: 0 8px 24px rgba(0, 163, 195, 0.55);
    background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2));
}


/* ============================================================
   DT (DataTables / custom tables) - Match premium style
   ============================================================ */

.dt-container .dt-empty {
    border-color: rgba(0, 0, 0, 0.06) !important;
    border-radius: 12px !important;
    color: #a0aec0 !important;
    font-family: inherit !important;
    font-size: 1rem !important;
}


/* ============================================================
   CARD TITLE / PAGE HEADER
   ============================================================ */

.card-style .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.card-style .title h5 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

/* Subtle card divider */
.card-style hr {
    border-color: rgba(0, 0, 0, 0.05);
    margin: 1rem 0;
}


/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */

@media (max-width: 767px) {
    :root {
        --pd-card-radius: 12px;
    }

    .card-style {
        padding: 18px !important;
    }
}

@media (min-width: 1200px) {
    .sidebar-nav-wrapper .sidebar-nav ul .nav-item > a {
        padding: 9px 14px;
    }
}


/* ============================================================
   SIDEBAR BRAND — logo ring + bank name + tag
   ============================================================ */

.sidebar-nav-wrapper .navbar-logo {
    padding: 22px 18px 18px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display:none;
}

.bk-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none !important;
}

.bk-sidebar-logo-ring {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(0, 163, 195, 0.14);
    border: 1.5px solid rgba(0, 163, 195, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 18px rgba(0, 163, 195, 0.18);
}

.bk-sidebar-logo-img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 6px;
}

.bk-sidebar-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    overflow: hidden;
}

.bk-sidebar-brand-name {
    font-size: 0.92rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk-sidebar-brand-tag {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #00CCEE;
    opacity: 0.75;
}

