html {
  color: #000000 !important;
}
.black-box-border {
  border: 1px solid #a3a3a3; /* Adjust the thickness as needed */
  box-sizing: border-box; /* Ensures border doesn't affect element size */
}

.uk-navbar-nav > li > a {
  color: #1b1b1b;
  text-transform: uppercase;
  /*font-size: 18px;*/
}
.uk-navbar-dropdown-nav > li > a {
  color: #1b1b1b;
  /*font-size: 18px;*/
}
.uk-tab > * > a {
  color: #1b1b1b;
  text-transform: uppercase;
  /*font-size: 18px;*/
}
.uk-table th {
  color: #1b1b1b;
}
.uk-table div {
  color: #000000;
}
.uk-radio,
.uk-checkbox {
  border: 1px solid #1b1b1b;
}
#page-container {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
#page-footer {
}
.blurry-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.checkbox-grid li {
  display: block;
  float: left;
  width: 50%;
}
.datepicker {
  z-index: 99999;
}
/*###################################################*/
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 69px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.controls-box {
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fafafa;
  width: auto;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
#intranet-navigation {
  display: none;
}
#stock-form input {
  width: 75px;
}
.uk-alert-normal {
  background: #fafafa;
  color: #444;
  border-color: #ddd;
}
/* Style the list */
ul.breadcrumb {
  padding: 0px;
  list-style: none;
}
/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.uk-table-hovered {
  background: #f0f0f0;
}
.inline-tag-update {
  display: inline-block;
  cursor: cell;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  background-color: #ffff80;
  color: black !important;
}
.black-border-top {
  border-top: 2px solid #000000;
}
.black-border-left {
  border-left: 2px solid #000000;
}
.black-border-right {
  border-right: 2px solid #000000;
}
.black-border-bottom {
  border-bottom: 2px solid #000000 !important;
}
.gray-border-top {
  border-top: 1px solid #cccccc;
}
.gray-border-left {
  border-left: 1px solid #cccccc;
}
.gray-border-right {
  border-right: 1px solid #cccccc;
}
.gray-border-bottom {
  border-bottom: 1px solid #cccccc !important;
}

.uk-button-tiny {
  padding: 5px 10px;
  line-height: 14px;
  font-size: 0.875rem;
}
.uk-nav-default .uk-nav-header a {
  color: #fff !important;
}
.center-pagination {
  display: flex;
  justify-content: center;
}
.typewriter_print {
  font-family: Consolas, monaco, monospace;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.empty-inline-value {
  border: 1px dotted #1f8af0;
}
.uk-max-height-large {
  max-height: 300px;
}
.uk-button-success {
  background-color: #28a745;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #218838;
  color: #fff;
}
/* OnClick + Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #28a745;
  color: #fff;
}
.gate-keeper-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(240, 80, 110, 0.85);
}
.background-green {
  background-color: #ccffcc;
}
.background-orange {
  background-color: #ffcc99;
}
.background-blue {
  background-color: #99ccff;
}
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 12px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  padding-left: 10px;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
  z-index: 9999;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.uk-table-sortable-drag {
  background-color: #f0506e !important;
  color: #f0506e !important;
}
.uk-table-sortable-drag td {
  background-color: #f0506e !important;
  color: #f0506e !important;
}
.uk-table-sortable-drag a {
  background-color: #f0506e !important;
  color: #f0506e !important;
}

#large-navigation a {
  color: #000000;
}
#large-navigation a:hover {
  color: #4a82c3;
  text-decoration: none;
}

.large-navigation-active {
  border-bottom: medium solid #4a82c3;
}

.jeditable-long-input-box {
  width: 500px !important;
}
/* ===== MOBILE NAVIGATION ===== */

/* Hamburger Menu Button */
.mobile-burger-menu {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.mobile-burger-menu:hover {
  background: #f5f5f5;
  border-color: #4a82c3;
}

.burger-lines {
  width: 24px;
  height: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #1b1b1b;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.burger-lines span:nth-child(1) {
  transform-origin: top left;
}

.burger-lines span:nth-child(2) {
  transform-origin: center;
}

.burger-lines span:nth-child(3) {
  transform-origin: bottom left;
}

/* Animated hamburger to X transformation */
.mobile-burger-menu.active .burger-lines span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 2px);
  background-color: #4a82c3;
}

.mobile-burger-menu.active .burger-lines span:nth-child(2) {
  opacity: 0;
}

.mobile-burger-menu.active .burger-lines span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -2px);
  background-color: #4a82c3;
}

/* Off-Canvas Menu Styling */
#mobile-navigation .uk-offcanvas-bar {
  width: 300px;
  background: #ffffff;
  border-left: 1px solid #a3a3a3;
}

#mobile-navigation .uk-offcanvas-close {
  color: #1b1b1b;
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 5px;
}

#mobile-navigation .uk-offcanvas-close:hover {
  color: #4a82c3;
}

/* User Info Header */
#mobile-navigation .uk-background-muted {
  background: #fafafa !important;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  margin: 15px;
}

#mobile-navigation .uk-text-bold {
  color: #000000;
  font-weight: 600;
}

#mobile-navigation .uk-text-meta {
  color: #666;
  font-size: 0.85rem;
}

/* Navigation Menu */
#mobile-navigation .uk-nav-default {
  padding: 0 15px;
}

#mobile-navigation .uk-nav-default > li > a {
  padding: 14px 0;
  color: #000000;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}

#mobile-navigation .uk-nav-default > li > a:hover {
  color: #4a82c3;
  background: none;
  text-decoration: none;
}

#mobile-navigation .uk-nav-default > li.uk-active > a {
  color: #4a82c3;
  background: none;
  font-weight: 600;
  border-bottom: 2px solid #4a82c3;
}

/* Font Awesome Icons */
#mobile-navigation .fa-duotone {
  width: 24px;
  margin-right: 12px;
  text-align: center;
  color: #666;
  font-size: 1.1rem;
}

#mobile-navigation .uk-nav-default > li > a:hover .fa-duotone,
#mobile-navigation .uk-nav-default > li.uk-active > a .fa-duotone {
  color: #4a82c3;
}

/* Settings Submenu */
#mobile-navigation .uk-nav-sub {
  background: #fafafa;
  border-left: 3px solid #4a82c3;
  margin-left: 20px;
  border-radius: 0 4px 4px 0;
}

#mobile-navigation .uk-nav-sub > li > a {
  padding: 10px 0 10px 20px;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px solid #e5e5e5;
}

#mobile-navigation .uk-nav-sub > li > a:hover {
  color: #4a82c3;
  background: none;
}

#mobile-navigation .uk-nav-sub .fa-duotone {
  font-size: 0.9rem;
  margin-right: 8px;
}

/* Navigation Headers */
#mobile-navigation .uk-nav-header {
  padding: 12px 0 8px 0;
  color: #1b1b1b;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 8px;
}

/* Navigation Divider */
#mobile-navigation .uk-nav-divider {
  margin: 20px 0;
  border-top: 1px solid #a3a3a3;
}

/* Logout Link Styling */
#mobile-navigation .uk-text-danger {
  color: #dc3545 !important;
}

#mobile-navigation .uk-text-danger:hover {
  color: #c82333 !important;
  background: none !important;
}

#mobile-navigation .uk-text-danger .fa-duotone {
  color: #dc3545;
}

#mobile-navigation .uk-text-danger:hover .fa-duotone {
  color: #c82333;
}

/* Parent Navigation Items (with submenu) */
#mobile-navigation .uk-parent > a {
  position: relative;
}

#mobile-navigation .uk-parent > a::after {
  content: "▼";
  position: absolute;
  right: 0;
  font-size: 0.8rem;
  color: #666;
  transition: transform 0.2s ease;
}

#mobile-navigation .uk-parent.uk-open > a::after {
  transform: rotate(180deg);
  color: #4a82c3;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  #mobile-navigation .uk-offcanvas-bar {
    width: 280px;
  }

  #mobile-navigation .uk-nav-default > li > a {
    padding: 12px 0;
    font-size: 0.95rem;
  }
}

/* Hide mobile navigation on large screens */
@media (min-width: 960px) {
  .uk-hidden\@l {
    display: none !important;
  }
}

#mobile-navigation > div > div > div > span > svg {
  color: #1b1b1b;
}

/* ===== MOBILE NAVIGATION ===== */

/* Hamburger Menu Button */
.mobile-burger-menu {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #A3A3A3;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.mobile-burger-menu:hover {
    background: #f5f5f5;
    border-color: #4a82c3;
}

.burger-lines {
    width: 24px;
    height: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-lines span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #1B1B1B;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.burger-lines span:nth-child(1) {
    transform-origin: top left;
}

.burger-lines span:nth-child(2) {
    transform-origin: center;
}

.burger-lines span:nth-child(3) {
    transform-origin: bottom left;
}

/* Animated hamburger to X transformation */
.mobile-burger-menu.active .burger-lines span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 2px);
    background-color: #4a82c3;
}

.mobile-burger-menu.active .burger-lines span:nth-child(2) {
    opacity: 0;
}

.mobile-burger-menu.active .burger-lines span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -2px);
    background-color: #4a82c3;
}

/* Off-Canvas Menu Styling */
#mobile-navigation .uk-offcanvas-bar {
    width: 300px;
    background: #ffffff;
    border-left: 1px solid #A3A3A3;
}

#mobile-navigation .uk-offcanvas-close {
    color: #1B1B1B;
    background: none;
    border: none;
    font-size: 1.5rem;
    padding: 5px;
}

#mobile-navigation .uk-offcanvas-close:hover {
    color: #4a82c3;
}

/* User Info Header */
#mobile-navigation .uk-background-muted {
    background: #fafafa !important;
    border: 1px solid #A3A3A3;
    border-radius: 4px;
    margin: 15px;
}

#mobile-navigation .uk-text-bold {
    color: #000000;
    font-weight: 600;
}

#mobile-navigation .uk-text-meta {
    color: #666;
    font-size: 0.85rem;
}

/* Navigation Menu */
#mobile-navigation .uk-nav-default {
    padding: 0 15px;
}

#mobile-navigation .uk-nav-default > li > a {
    padding: 14px 0;
    color: #000000;
    font-size: 1rem;
    border-radius: 0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

#mobile-navigation .uk-nav-default > li > a:hover {
    color: #4a82c3;
    background: none;
    text-decoration: none;
}

#mobile-navigation .uk-nav-default > li.uk-active > a {
    color: #4a82c3;
    background: none;
    font-weight: 600;
    border-bottom: 2px solid #4a82c3;
}

/* Font Awesome Icons */
#mobile-navigation .fa-duotone {
    width: 24px;
    margin-right: 12px;
    text-align: center;
    color: #666;
    font-size: 1.1rem;
}

#mobile-navigation .uk-nav-default > li > a:hover .fa-duotone,
#mobile-navigation .uk-nav-default > li.uk-active > a .fa-duotone {
    color: #4a82c3;
}

/* Settings Submenu */
#mobile-navigation .uk-nav-sub {
    background: #fafafa;
    border-left: 3px solid #4a82c3;
    margin-left: 20px;
    border-radius: 0 4px 4px 0;
}

#mobile-navigation .uk-nav-sub > li > a {
    padding: 10px 0 10px 20px;
    color: #666;
    font-size: 0.9rem;
    border-bottom: 1px solid #e5e5e5;
}

#mobile-navigation .uk-nav-sub > li > a:hover {
    color: #4a82c3;
    background: none;
}

#mobile-navigation .uk-nav-sub .fa-duotone {
    font-size: 0.9rem;
    margin-right: 8px;
}

/* Navigation Headers */
#mobile-navigation .uk-nav-header {
    padding: 12px 0 8px 0;
    color: #1B1B1B;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #A3A3A3;
    margin-bottom: 8px;
}

/* Navigation Divider */
#mobile-navigation .uk-nav-divider {
    margin: 20px 0;
    border-top: 1px solid #A3A3A3;
}

/* Logout Link Styling */
#mobile-navigation .uk-text-danger {
    color: #dc3545 !important;
}

#mobile-navigation .uk-text-danger:hover {
    color: #c82333 !important;
    background: none !important;
}

#mobile-navigation .uk-text-danger .fa-duotone {
    color: #dc3545;
}

#mobile-navigation .uk-text-danger:hover .fa-duotone {
    color: #c82333;
}

/* Parent Navigation Items (with submenu) */
#mobile-navigation .uk-parent > a {
    position: relative;
}

#mobile-navigation .uk-parent > a::after {
    content: "▼";
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    color: #666;
    transition: transform 0.2s ease;
}

#mobile-navigation .uk-parent.uk-open > a::after {
    transform: rotate(180deg);
    color: #4a82c3;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    #mobile-navigation .uk-offcanvas-bar {
        width: 280px;
    }
    
    #mobile-navigation .uk-nav-default > li > a {
        padding: 12px 0;
        font-size: 0.95rem;
    }
}

/* Hide mobile navigation on large screens */
@media (min-width: 960px) {
    .uk-hidden\@l {
        display: none !important;
    }
}

/* ===== DASHBOARD CARDS (Specific to Dashboard Only) ===== */

/* Target only dashboard cards - won't affect other cards in the system */
#page-body .uk-card.uk-card-default.uk-card-body.uk-text-center {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #A3A3A3;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#page-body .uk-card.uk-card-default.uk-card-body.uk-text-center:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #4a82c3;
}

#page-body .uk-card.uk-card-default.uk-card-body.uk-text-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a82c3, #6fa8dc);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#page-body .uk-card.uk-card-default.uk-card-body.uk-text-center:hover::before {
    transform: scaleX(1);
}

/* Dashboard card titles */
#page-body .uk-card .uk-text-large.uk-text-bold {
    color: #1B1B1B;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

/* Dashboard card numbers */
#page-body .uk-card .uk-h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Primary color for admin count */
#page-body .uk-card .uk-h2.uk-text-primary {
    color: #4a82c3 !important;
}

/* Success color for vendor count */
#page-body .uk-card .uk-h2.uk-text-success {
    color: #28a745 !important;
}

/* Enhanced dashboard grid spacing */
#page-body .uk-child-width-1-2\@s.uk-grid-small.uk-grid-match {
    margin-bottom: 30px;
}

/* Responsive dashboard cards */
@media (max-width: 640px) {
    #page-body .uk-card .uk-h2 {
        font-size: 2rem;
    }
    
    #page-body .uk-card.uk-card-default.uk-card-body.uk-text-center {
        padding: 20px 15px;
    }
}

/* Optional: Add icons to dashboard cards */
#page-body .uk-card .uk-text-large.uk-text-bold::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-right: 8px;
    color: #4a82c3;
    font-size: 1.1em;
}

/* Add icons based on card content */
#page-body .uk-card .uk-text-large.uk-text-bold:contains("Admins")::before {
    content: "\f0c0"; /* fa-users */
}

#page-body .uk-card .uk-text-large.uk-text-bold:contains("Vendors")::before {
    content: "\f54c"; /* fa-store */
}
/* ===== DASHBOARD WELCOME SECTION (for users without stats permission) ===== */

/* Welcome image container */
.uk-flex.uk-flex-center.uk-flex-middle .uk-text-center {
    animation: fadeInUp 0.8s ease-out;
    padding: 40px 20px;
}

/* Welcome image styling */
.uk-flex.uk-flex-center.uk-flex-middle img {
    transition: all 0.3s ease;
    opacity: 0.8;
    border-radius: 8px;
}

.uk-flex.uk-flex-center.uk-flex-middle img:hover {
    opacity: 1;
    transform: scale(1.02);
}

/* Welcome text styling */
.uk-flex.uk-flex-center.uk-flex-middle h2 {
    color: #1B1B1B;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.uk-flex.uk-flex-center.uk-flex-middle .uk-text-meta {
    font-size: 1rem;
    color: #666;
    margin-top: 15px;
}

.uk-flex.uk-flex-center.uk-flex-middle .uk-text-meta strong {
    color: #4a82c3;
    font-weight: 600;
}

/* Subtle animation for the welcome section */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for welcome section */
@media (max-width: 768px) {
    .uk-flex.uk-flex-center.uk-flex-middle .uk-text-center {
        padding: 20px 15px;
    }
    
    .uk-flex.uk-flex-center.uk-flex-middle img {
        max-width: 300px !important;
    }
    
    .uk-flex.uk-flex-center.uk-flex-middle h2 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
}

/* Add subtle background pattern for welcome section */
.uk-flex.uk-flex-center.uk-flex-middle {
    background: 
        radial-gradient(circle at 25% 25%, rgba(74, 130, 195, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(74, 130, 195, 0.02) 0%, transparent 50%);
    position: relative;
}

.uk-flex.uk-flex-center.uk-flex-middle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(74, 130, 195, 0.01) 50%, transparent 100%);
    pointer-events: none;
}
@media (min-width: 640px) {
    .uk-width-1-4\@s {
        width: 50%;
    }
}