:root {
--body-bg-light: #f8f9fa;
--body-bg-dark: #121212;
--sidebar-bg-light: #ffffff;
--sidebar-bg-dark: #1e2235;
--header-bg-light: #ffffff;
--header-bg-dark: #1a1a1a;
--text-light: #212529;
--text-dark: #f8f9fa;
}

body,
header,
aside {
transition: background-color 0.3s ease, color 0.3s ease;
}

[data-bs-theme="dark"] .bi {
color: var(--text-dark);
}

[data-bs-theme="light"] .bi {
color: var(--text-light);
}

[data-bs-theme="dark"] .form-control {
background-color: #2d2d2d;
color: #f8f9fa;
border-color: #444;
}

body {
font-family: "Open Sans", sans-serif;
background: var(--bs-body-bg);
color: var(--bs-text-color);
}

#header {
background-color: white !important;
padding-left: 17rem;
transition: padding-left 0.7s ease;
z-index: 1;
}

#header.header-sidebar-closed {
padding-left: 70px;
}

.header-sidebar-closed {
padding-left: 70px;
}

#sidebar {
background-color: var(--bs-sidebar-bg);
color: var(--bs-text-color);
}

.theme-toggle {
cursor: pointer;
}

.dropdown-menu.notifications {
background-color: #1e2235;
color: #fff;
border: 1px solid #2b2f45;
}

.dropdown-menu.notifications .dropdown-header {
font-weight: 600;
padding: 10px 15px;
border-bottom: 1px solid #2b2f45;
}

.dropdown-menu.notifications .dropdown-item {
padding: 10px 15px;
}

@media (max-width: 1199px) {
.sidebar {
left: -300px;
}

.toggle-sidebar .sidebar {
left: 0;
}
}

.sidebar-nav {
padding: 3rem 0 0;
margin: 0;
list-style: none;
}

.sidebar-nav li,
.sidebar-nav .nav-item {
list-style: none;
margin: 0;
padding: 0;
}

.sidebar-nav .nav-heading {
font-size: 11px;
text-transform: uppercase;
color: #899bbd;
font-weight: 600;
margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
display: flex;
align-items: center;
font-size: 15px;
font-weight: 600;
color: #4154f1;
transition: 0.3s;
background: #f6f9ff;
padding: 10px 15px;
border-radius: 4px;
}

.header-nav ul {
list-style: none;
margin: 0;
padding: 0;
}

body:not(.dark-mode) .nav-link,
body:not(.dark-mode) .sidebar a,
body:not(.dark-mode) .dropdown-menu a {
color: #212529 !important;
}

/* dashboard */
#main.dashboard {
transition: padding-left 0.9s ease;
padding-top: 2rem;
}

#main.dashboard.sidebar-closed {
padding-left: 0rem;
}

.dashboard-title {
font-size: 2rem;
font-weight: 600;
color: white;
}

.custom-stat-box {
background: linear-gradient(135deg, #36d1dc, #5b86e5);
color: #fff;
border-radius: 15px;
padding: 30px 20px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
text-align: center;
position: relative;
}

.custom-stat-box:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.stat-icon img {
width: 70px;
height: 70px;
}

.stat-count {
font-size: 2.5rem;
font-weight: bold;
margin-top: 15px;
}

.stat-title {
font-size: 1.2rem;
margin: 10px 0;
opacity: 0.9;
color: white !important;
}

.stat-link {
color: #fff;
font-weight: 500;
text-decoration: underline;
}

.stat-link:hover {
color: #e2e2e2;
}

body::before {
content: "";
position: fixed;
top: 50%;
left: 50%;
width: 1000px;
height: 1000px;
background-size: contain;
transform: translate(-50%, -50%) rotate(-45deg);
opacity: 0.04;
z-index: -1;
}

/* layout */
.header-nav .nav-profile img {
max-height: 50px;
}

.logo img {
max-height: 100px;
margin-right: 6px;
}

.sidebar-nav .nav-link:hover {
font-size: 16px;
background-color: transparent;
}

.sidebar-nav .nav-link.active {
background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .0875) 50%, transparent);
color: #fff;
font-weight: 500;
border-left: 4px solid #0d6efd;
}

.sidebar-nav .nav-link i {
margin-right: 15px;
}

.wrapper {
display: flex;
}

.sidebar-nav .nav-link {
background-color: transparent;
color: white !important;
font-weight: 400;
}

.header {
padding: 0 1rem;
}

.js-sidebar-toggle {
cursor: pointer;
}

.main {
margin-left: 240px;
transition: all 0.9s ease;
padding: 20px;
margin-top: 60px;
}

.main.full {
margin-left: 0;
width: 100%;
}

.card-body {
padding: 1.5rem;
}

.recent-movement {
margin-top: 30px;
}

.stat-card {
text-align: center;
padding: 20px;
border-radius: 10px;
background: #fff;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}

.stat-card h3 {
font-size: 2rem;
margin-bottom: 5px;
}

.stat-card p {
color: #6c757d;
margin-bottom: 0;
}

.toggle-wrapper {
transition: all 0.9s ease;
padding-left: 1rem !important;
}

.toggle-wrapper.collapsed {
padding-left: 0 !important;
margin-left: -14rem;
}

.toggle-wrapper.collapsed .bi-list {
margin-left: 0 !important;
}

/* api list */
@media (min-width: 1200px) {
#main,
#footer {
transition: all .9s ease;
}

.zoomed {
margin-left: -4rem;
transition: all 0.9s ease;
width: calc(100% + 4rem);
max-width: 100vw;
box-sizing: border-box;
}

.container {
transition: all 1.9s ease !important;
}
}

@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1200px !important;
}
}

@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1620px !important;
padding-right: 1rem !important;
}
}

.api-list {
padding-left: 0rem !important;
}

.table {
border-collapse: collapse;
width: 100%;
border: none !important;
}

.table thead tr {
background-color: #2A7B9B;
color: white;
}

.table th,
.table td {
border: none !important;
padding: 12px 16px;
vertical-align: middle;
}

.table tbody tr:nth-child(odd) {
background-color: #f9f9f9;
}

.table tbody tr:nth-child(even) {
background-color: #e0e0e0;
}

.table tbody tr:hover {
background-color: #d0ebff !important;
color: #007bff;
cursor: pointer;
}

.table tbody tr:hover td {
box-shadow: inset 0 0 0 9999px rgba(0, 123, 255, 0.04);
}

.table tbody tr {
transition: background-color 0.3s ease;
}

.table tbody tr:nth-child(even) {
background-color: #e6edf3 !important;
}

.table tbody tr.odd {
background-color: #f9f9f9;
}

.table tbody tr.even {
background-color: #e6edf3;
}

.table tbody tr.odd {
background-color: #f9f9f9 !important;
}

.table tbody tr.even {
background-color: #e6edf3 !important;
}

.api-list.sidebar-collapsed-api .card {
margin-left: 1rem !important;
transition: all 0.9s ease;
}

.api-list .card {
margin-left: 10rem;
transition: all 1.9s ease !important;
}

/* */
body.light-mode {
background-color: #f8f9fa;
color: #212529;
}

.light-mode .header {
background-color: #ffffff;
color: #212529;
border-bottom: 1px solid #dee2e6;
}

.light-mode .sidebar {
background-color: #ffffff;
color: #212529;
border-right: 1px solid #dee2e6;
}

.light-mode .sidebar .nav-link {
color: #212529;
}

.light-mode .sidebar .nav-link.active {
background-color: #e9ecef;
color: #000;
}

body.dark-mode {
background-color: #1e1e2f;
color: #f8f9fa;
}

.dark-mode .header {
color: #ecf0f1;
border-bottom: 1px solid #444;
}

.dark-mode .sidebar {
background-color: #2c3e50;
color: #ecf0f1;
border-right: 1px solid #444;
}

.dark-mode .sidebar .nav-link {
color: #ecf0f1;
}

.dark-mode .sidebar .nav-link.active {
background-color: #1abc9c;
color: #fff;
}

[data-bs-theme="dark"] .icon-theme {
filter: brightness(0) invert(1);
}

[data-bs-theme="light"] .icon-theme {
filter: none;
}

body.dark-mode .table-custom {
background-color: #1e1e2f;
color: #ffffff;
}

body.light-mode .table-custom {
background-color: #ffffff;
color: #000000;
}

.dropdown-menu {
position: absolute !important;
top: 100%;
right: 0;
min-width: 14rem;
z-index: 1050;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
background-color: #2c2f36;
border: 1px solid #444;
border-radius: 0.5rem;
padding: 1.25rem 0;
}

.action-dropdown .dropdown-item {
color: #ffffff;
padding: 0.5rem 1rem;
font-size: 0.875rem;
display: flex;
align-items: center;
gap: 0.5rem;
}

.action-dropdown .dropdown-item:hover {
background-color: #3a3f47;
color: #fff;
}


.dropdown-toggle i {
font-size: 1.2rem;
}

.table-responsive {
overflow-x: auto;
}
[data-bs-theme="light"] .dropdown-arrow {
color: #212529;
}

[data-bs-theme="dark"] .dropdown-arrow {
color: #ffffff;
}

#sidebar:not(.closed) {
width: 250px;
}

#sidebar.closed:hover {
width: 250px;
z-index: 1000;
}

.main {
transition: all 0.3s ease;
}

.main.sidebar-closed {
margin-left: 70px;
}

.header-sidebar-closed {
padding-left: 70px;
}

#sidebar.closed .sidebar-nav span,
#sidebar.closed .sidebar-header,
#sidebar.closed .dropdown-toggle .d-flex.flex-column,
#sidebar.closed .dropdown-arrow,
#sidebar.closed .setting-arrow-icon {
display: none !important;
}

#sidebar.closed .nav-link {
text-align: center;
justify-content: center;
}

#sidebar.closed .nav-link i {
margin-right: 0 !important;
font-size: 1.25rem;
}

#sidebar.closed .dropdown-toggle img {
margin: auto;
}

#sidebar.closed:hover .sidebar-nav span,
#sidebar.closed:hover .sidebar-header,
#sidebar.closed:hover .dropdown-arrow,
#sidebar.closed:hover .setting-arrow-icon {
display: inline-block !important;
}

#sidebar.closed:hover .dropdown-toggle .d-flex.flex-column {
display: flex !important;
}

#sidebar.closed:hover .nav-link {
text-align: left;
justify-content: flex-start;
}

#sidebar.closed:hover .nav-link i {
margin-right: 15px !important;
}

#sidebar.closed:hover .dropdown-toggle img {
margin-right: 10px;
}

#sidebar.closed:hover {
width: 250px;
}

#sidebar.closed:hover .nav-link i {
margin-right: 8px !important;
}

#sidebar.closed:hover .dropdown-toggle img {
margin-right: 12px !important;
}

#sidebar .dropdown-toggle {
white-space: nowrap;
}

.sidebar-text {
color: var(--sidebar-link-color, #000);
transition: color 0.2s;
}

.sidebar-nav a {
text-decoration: none !important;
}

body.dark-mode .sidebar-text {
color: #fff;
}

.sidebar-header {
color: var(--sidebar-header);
font-weight: 600;
letter-spacing: 0.5px;
position: relative;
margin-top: 1rem;
}

.sidebar-header:not(:first-child)::before {
content: "";
position: absolute;
top: -10px;
left: 0;
right: 0;
height: 1px;
background-color: var(--sidebar-divider);
}

.nav-item .nav-link {
color: var(--sidebar-text);
border-radius: 0.375rem;
transition: all 0.2s ease;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
background-color: var(--sidebar-active-bg);
color: var(--sidebar-active-text);
}

.nav-item .nav-link i {
width: 24px;
text-align: center;
}

.dropdown-menu {
background-color: var(--sidebar-bg);
border: none;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
color: var(--sidebar-text);
padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
background-color: var(--sidebar-active-bg);
color: var(--sidebar-active-text);
}

.nav-link.collapsed .bi-chevron-down {
transform: rotate(0deg);
transition: transform 0.2s ease;
}

.nav-link:not(.collapsed) .bi-chevron-down {
transform: rotate(180deg);
}

.profile-dropdown {
padding: 1rem;
border-bottom: 1px solid var(--sidebar-divider);
padding-left: 0px !important;
padding-top: 0px !important;
}

.image-upload-container {
transition: all 0.3s ease;
}

.image-upload-container:hover {
border-color: #0d6efd;
background-color: #f8f9fa;
}

.card {
border-radius: 0.75rem;
}

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

hr {
opacity: 0.15;
}

.image-upload-container {
transition: all 0.3s ease;
}

.image-upload-container:hover {
border-color: #0d6efd;
background-color: #f8f9fa;
}

.card {
border-radius: 0.75rem;
}

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

hr {
opacity: 0.15;
}

.rounded-circle {
border: 3px solid #f0f0f0;
}

#appFilter {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}

[data-bs-theme="dark"] #appFilter {
background-color: #2b3035;
color: #f8f9fa;
border-color: #495057;
}

[data-bs-theme="dark"] .feedback-count-box {
background-color: #343a40 !important;
color: #f8f9fa !important;
border-color: #495057 !important;
}

.sidebar-header {
color: var(--sidebar-header);
font-weight: 600;
letter-spacing: 0.5px;
position: relative;
margin-top: 1rem;
}

.sidebar-header:not(:first-child)::before {
content: "";
position: absolute;
top: -10px;
left: 0;
right: 0;
height: 1px;
background-color: var(--sidebar-divider);
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
background-color: var(--sidebar-active-bg);
color: var(--sidebar-active-text);
}

.nav-item .nav-link i {
width: 24px;
text-align: center;
}

:root[data-bs-theme="dark"] {
--sidebar-bg: #1a1d2d;
--sidebar-text: #a3a7c2;
--sidebar-header: #6c757d;
--sidebar-divider: rgba(255, 255, 255, 0.1);
--sidebar-active-bg: rgba(255, 255, 255, 0.1);
--sidebar-active-text: #fff;
}

:root[data-bs-theme="light"] {
--sidebar-bg: #f8f9fa;
--sidebar-text: #495057;
--sidebar-header: #6c757d;
--sidebar-divider: rgba(0, 0, 0, 0.1);
--sidebar-active-bg: rgba(0, 0, 0, 0.05);
--sidebar-active-text: #0d6efd;
}

.dropdown-menu {
background-color: var(--sidebar-bg);
border: none;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
color: var(--sidebar-text);
padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
background-color: var(--sidebar-active-bg);
color: var(--sidebar-active-text);
}

.nav-link.collapsed .bi-chevron-down {
transform: rotate(0deg);
transition: transform 0.2s ease;
}

.nav-link:not(.collapsed) .bi-chevron-down {
transform: rotate(180deg);
}

.sidebar.closed .nav-link .bi-chevron-down {
display: none;
}

.sidebar.closed {
left: 0;
width: 70px;
}


[data-bs-theme="light"] .header {
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid rgba(222, 226, 230, 0.7);
}

body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
color: #333;
}

.table {
font-size: 0.85rem;
}

.table th {
font-weight: 500;
color: #555;
background-color: #f8f9fa !important;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 0.75rem;
}

.table td {
vertical-align: middle;
padding: 0.75rem 1rem;
}

.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.75rem;
}

.modal-body {
line-height: 1.6;
}

.pagination .page-item.active .page-link {
background-color: #6c757d;
border-color: #6c757d;
}

#searchInput {
min-width: 300px;
}

.badge {
font-weight: 400;
}

.apps-dropdown {
position: relative;
display: inline-block;
}

.apps-dropdown-btn {
background: white;
border: 1px solid #ced4da;
padding: 0.5rem 1rem;
border-radius: 0.375rem;
cursor: pointer;
display: flex;
align-items: center;
gap: 0.5rem;
min-width: 120px;
justify-content: space-between;
transition: all 0.2s ease;
}

.apps-dropdown-btn:hover {
background-color: #f8f9fa;
border-color: #adb5bd;
}

.apps-dropdown-btn.active {
border-color: #0d6efd;
box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.apps-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
border: 1px solid #ced4da;
border-radius: 0.375rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1000;
max-height: 300px;
overflow-y: auto;
display: none;
margin-top: 0.25rem;
}

.apps-dropdown-menu.show {
display: block;
}

.apps-search {
padding: 0.5rem;
border-bottom: 1px solid #dee2e6;
position: sticky;
top: 0;
background: white;
z-index: 1001;
}

.apps-search input {
width: 100%;
padding: 0.375rem 0.75rem;
border: 1px solid #ced4da;
border-radius: 0.25rem;
font-size: 0.875rem;
}

.apps-search input:focus {
outline: none;
border-color: #0d6efd;
box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.apps-list {
max-height: 250px;
overflow-y: auto;
}

.app-item {
padding: 0.5rem 0.75rem;
cursor: pointer;
border-bottom: 1px solid #f8f9fa;
transition: background-color 0.15s ease;
}

.app-item:hover {
background-color: #f8f9fa;
}

.app-item.active {
background-color: #0d6efd;
color: white;
}

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

.dropdown-arrow {
transition: transform 0.2s ease;
}

.apps-dropdown-btn.active .dropdown-arrow {
transform: rotate(180deg);
}

.no-apps-found {
padding: 1rem;
text-align: center;
color: #6c757d;
font-style: italic;
}

#sidebar.closed:hover .nav-link {
text-align: left;
justify-content: flex-start;
}

#sidebar.closed:hover .nav-link i {
margin-right: 15px !important;
}

#sidebar.closed:hover .dropdown-toggle img {
margin-right: 10px;
}

.light-mode .dropdown-menu-dark {
background-color: #ffffff;
color: #212529;
}

.light-mode .dropdown-menu-dark a {
color: #212529;
}

:root {
--bs-sidebar-bg: #222e3c;
--bs-text-color: #ffffff;
}

.light-mode {
--bs-sidebar-bg: #ffffff;
--bs-text-color: #212529;
}

.table-scroll {
max-height: 400px !important;
overflow-y: auto !important;
}

.dropdown-toggle::after {
display: none !important;
}

#sidebar {
position: fixed;
left: 0;
bottom: 0;
z-index: 996;
padding: 20px;
overflow-y: auto;
width: 250px;
height: 100vh;
transition: all 0.9s ease;
transform: translateX(0);
top: -15px;
}

.dropdown-toggle::after {
display: none;
}

#sidebar.closed {
transform: translateX(-100%);
width: 0;
padding: 0;
overflow: hidden;
}

.main {
margin-left: 250px;
transition: all 0.3s ease;
}

.main.sidebar-closed {
margin-left: 0;
}

.header {
padding-left: 250px;
transition: all 0.3s ease;
}

.header-sidebar-closed {
padding-left: 0;
}

#sidebar.closed:hover {
transform: translateX(-100%);
width: 0;
}

#sidebar.closed .sidebar-text,
#sidebar.closed .sidebar-header,
#sidebar.closed .dropdown-toggle .d-flex.flex-column,
#sidebar.closed .dropdown-arrow,
#sidebar.closed .toggle-arrow,
#sidebar.closed .nav-link i,
#sidebar.closed .dropdown-toggle img {
display: none !important;
}

body {
font-family: 'Inter', sans-serif;
background: #f8f9fa;
color: #333;
}

.stat-card {
border: none;
border-radius: 10px;
background: #ffffff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
transition: all 0.3s ease;
overflow: hidden;
position: relative;
}

.stat-card-apps {
background: linear-gradient(135deg, #FEEBF6 0%, #687FE5 100%);
color: #2c3e50;
}

.stat-card-feedback {
background: linear-gradient(135deg, #98A1BC 0%, #F4EBD3 100%);
color: #2c3e50;
}

.stat-card:hover {
transform: translateY(-4px);
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.stat-title {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: #6c757d;
margin-bottom: 5px;
}

.stat-count {
font-size: 36px;
font-weight: 700;
color: #2c3e50;
margin-bottom: 12px;
}

.stat-icon {
width: 50px;
height: 50px;
background: rgba(255,255,255,0.3);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.stat-icon img {
width: 24px;
height: 24px;
filter: brightness(0) invert(0.7);
}

.stat-link {
font-size: 14px;
color: #2c3e50;
text-decoration: none;
font-weight: 500;
}

.stat-link:hover {
text-decoration: underline;
}

.stat-link i {
margin-left: 5px;
}

/* dashboard */
.stat-card-feedback {
background: linear-gradient(135deg, #fff8dc, #ffe58f);
}
.stat-card-feedback .stat-title,
.stat-card-feedback .stat-count {
color: #f7b731 !important;
}

.stat-card-promoted {
background: linear-gradient(135deg, #ffe5d4, #ffb88c);
}
.stat-card-promoted .stat-title,
.stat-card-promoted .stat-count {
color: #f15323 !important;
}

.stat-card-ads {
background: linear-gradient(135deg, #f5e7ff, #d5a6ff);
}
.stat-card-ads .stat-title,
.stat-card-ads .stat-count {
color: #9c27b0 !important;
}

.stat-title {
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
opacity: 0.9;
}

.stat-count {
font-size: 28px;
font-weight: 700;
margin-bottom: 12px;
}

.stat-link {
font-size: 13px;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
opacity: 0.8;
color: inherit !important;
}

.stat-link:hover {
opacity: 1;
text-decoration: underline;
}

.stat-icon {
background: rgba(255, 255, 255, 0.3);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}

.stat-icon img {
width: 30px;
height: 30px;
object-fit: contain;
}

@media (max-width: 768px) {
.stat-count {
font-size: 24px !important;
}

.stat-icon {
width: 40px;
height: 40px;
}

.stat-icon img {
width: 25px;
height: 25px;
}
}

.stat-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.stat-card-apps {
background: linear-gradient(135deg, #e8f6fe, #b1e3ff);
}
.stat-card-apps .stat-title,
.stat-card-apps .stat-count {
color: #1da1f2 !important;
}

.dashboard {
font-family: 'Inter', sans-serif;
}

.stat-card {
border-radius: 12px;
border: none;
height: 100% !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
color: #333;
}

/* feedback display */
.table {
table-layout: fixed;
}

.table td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* probated create */
.card {
border-radius: 0.5rem;
}

.form-control:focus,
.form-select:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
border-color: #86b7fe;
}

.file-upload-wrapper {
position: relative;
}

.img-thumbnail {
background-color: #f8f9fa;
border: 1px solid #dee2e6;
}

.input-group-text {
transition: all 0.2s ease;
}

.needs-validation .form-control:invalid,
.needs-validation .form-control.is-invalid {
border-color: #dc3545;
}

.needs-validation .form-control:invalid:focus,
.needs-validation .form-control.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15);
}

.card-header {
background-color: #f8f9fa;
}

/* probated edit */

.card {
border-radius: 0.5rem;
}

.form-control:focus,
.form-select:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
border-color: #86b7fe;
}

.file-upload-wrapper {
position: relative;
}

.img-thumbnail {
background-color: #f8f9fa;
border: 1px solid #dee2e6;
}

.input-group-text {
transition: all 0.2s ease;
}

.needs-validation .form-control:invalid,
.needs-validation .form-control.is-invalid {
border-color: #dc3545;
}

.needs-validation .form-control:invalid:focus,
.needs-validation .form-control.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15);
}

/* target created */
.card-header {
border-bottom: 1px solid #e0e0e0;
}
.form-floating > label {
padding: 1rem 1.25rem;
}
.form-control, .form-select {
border-radius: 0.5rem;
padding: 1rem 1.25rem;
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.02);
}
.rounded-pill {
padding: 0.5rem 1.5rem;
}
.btn-outline-secondary {
border-color: #dee2e6;
}

/* target index */
.table {
table-layout: fixed;
}

.table td {
vertical-align: middle;
}

.table-responsive {
scrollbar-width: thin;
scrollbar-color: #dee2e6 #f8f9fa;
}

.table-responsive::-webkit-scrollbar {
width: 8px;
height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
background: #f8f9fa;
}

.table-responsive::-webkit-scrollbar-thumb {
background-color: #dee2e6;
border-radius: 10px;
}

.badge {
font-weight: 500;
}

.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.75rem;
}

.form-switch .form-check-input {
width: 2.5em;
height: 1.5em;
cursor: pointer;
margin-left: 0;
}

.form-switch {
padding-left: 0;
}

.linked-packages-container {
scrollbar-width: thin;
scrollbar-color: #dee2e6 #f8f9fa;
}

.linked-packages-container::-webkit-scrollbar {
width: 6px;
height: 6px;
}

.linked-packages-container::-webkit-scrollbar-track {
background: #f8f9fa;
}

.linked-packages-container::-webkit-scrollbar-thumb {
background-color: #dee2e6;
border-radius: 6px;
}

.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.pagination {
margin: 0;
}

.page-item .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
color: #495057;
border-color: #dee2e6;
}

.page-item.active .page-link {
background-color: #0d6efd;
border-color: #0d6efd;
}

.page-item.disabled .page-link {
color: #6c757d;
}

.grouped-row td {
border-top: none;
}

.group-separator td {
padding: 0;
border: none;
}

.group-header td {
background-color: #f1f3f5;
font-weight: 600;
border-bottom: 2px solid #dee2e6;
}

/* edit blade */
.card {
border-radius: 0.5rem;
}

.form-control:focus,
.form-select:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
border-color: #86b7fe;
}

.input-group-text {
transition: all 0.2s ease;
}

.needs-validation .form-control:invalid,
.needs-validation .form-control.is-invalid {
border-color: #dc3545;
}

.needs-validation .form-control:invalid:focus,
.needs-validation .form-control.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15);
}

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

.btn-primary {
background-color: #4e73df;
border-color: #4e73df;
}

.btn-primary:hover {
background-color: #3a5ec0;
border-color: #3a5ec0;
}
/* APP SETTING */
.card-body {
scrollbar-width: thin;
scrollbar-color: #dee2e6 #f8f9fa;
}

.card-body::-webkit-scrollbar {
width: 8px;
}

.card-body::-webkit-scrollbar-track {
background: #f8f9fa;
border-radius: 10px;
}

.card-body::-webkit-scrollbar-thumb {
background-color: #dee2e6;
border-radius: 10px;
border: 2px solid #f8f9fa;
}

.alert {
transition: all 0.3s ease;
}

.object-fit-contain {
object-fit: contain;
}

#logo-loading {
z-index: 10;
}

@media (max-width: 768px) {
.card {
height: auto !important;
min-height: calc(100vh - 80px);
}

.card-body {
height: auto !important;
}
}
/* SIDEBAR EDIT */
   .card-body {
        scrollbar-width: thin;
        scrollbar-color: #dee2e6 #f8f9fa;
    }
    .card-body::-webkit-scrollbar {
        width: 8px;
    }
    .card-body::-webkit-scrollbar-track {
        background: #f8f9fa;
    }
    .card-body::-webkit-scrollbar-thumb {
        background-color: #dee2e6;
        border-radius: 20px;
    }
    .image-preview-box {
        background: #f8f9fa;
        height: 200px;
        overflow: hidden;
    }
