:root {
  --s-tabs-border: rgb(0 0 0 / 60%);
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* ======================================
   GLOBAL MOBILE-FIRST STYLES
   ====================================== */

* {
  box-sizing: border-box;
}

body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
/* ======================================
   MOBILE-FIRST RESPONSIVE LAYOUT SYSTEM
   ====================================== */

/* Base layout for mobile */
.s-main {
  margin-left: 0; /* No sidebar margin on mobile */
  margin-top: 60px; /* Account for fixed header height */
  transition: all 0.3s ease;
  min-height: calc(100vh - 60px);
  background-color: #f8f9fa;
  padding: 0;
}

/* Desktop layout - sidebar visible */
@media (min-width: 769px) {
  .s-main {
    margin-left: 350px; /* Sidebar width: 60px icons + 240px menu */
  }
}

#wrapper {
  padding: 70px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header {
  
  height: 75px;
  
}



.login-footer {
  display: inline;
  text-align: center;
  border-color: rgba(255, 255, 255, .12);
  padding: 10px 0;
}

.pmd-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2;
  border-top: 1px solid rgba(0, 0, 0, .05);
}


.logo-badge {
  color: #e6e6e6;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
  height: 80px;
  width:80px;
  align-items:center
}
.text-whitesmoke {
  color: whitesmoke
}


.user-image {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.notifications {
  margin: auto;
  margin-right: 10px;
}
.notifications.dropdown > a i {
  font-size: 26px;
  color: #ffff;
  background-color: crimson;
  border-radius: 8px;
}
.notifications.dropdown > a {
  position: relative;
  display: block;
  padding: 10px 10px;
  color: #737881;
}
  .notifications.dropdown > a .badge {
    position: absolute;
    padding: 2px;
    font-size: 10px;
    right: 6px;
    top: 6px;
    min-width: 17px;
    line-height: 12px;
  }


.btn.pmd-btn-fab.btn-sm i, .btn.pmd-btn-fab.btn-sm span {
  line-height: 38px;
}

.btn.pmd-btn-fab i, .btn.pmd-btn-fab span {
  line-height: 24px;
}

.material-icons.md-24, .material-icons.pmd-sm {
  font-size: 24px;
}

.pmd-badge {
  display: inline-block;
  position: relative;
  font-size: 32px;
  background-color: transparent;
}
.pmd-navbar .btn.pmd-btn-fab {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: .5rem;
  padding: 0;
}

.btn.pmd-btn-fab.btn-sm {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.pmd-navbar .pmd-navbar-right-icon a {
  display: inline-block;
}

.btn.pmd-btn-fab {
  padding: 0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  min-width: 26px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

@media print {
  body {
    font-size: 6pt
  }

  
}



.s-site-logo-img {
  content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-sidebar-header-link {
  margin-right: 1.5rem;
  font-size: 16px;
}
.s-full-page {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 0px;
}



/* ======================================
   MOBILE-RESPONSIVE CONTENT LAYOUT
   ====================================== */

section.content {
  padding: 1rem;
  margin: 0;
  background: transparent;
}

/* Mobile content spacing */
@media (max-width: 768px) {
  section.content {
    padding: 0.75rem;
  }
}

/* Tablet content spacing */
@media (min-width: 769px) and (max-width: 1199px) {
  section.content {
    padding: 1.5rem;
  }
}

/* Desktop content spacing */
@media (min-width: 1200px) {
  section.content {
    padding: 1rem;
  }
}

/* Content wrapper for better mobile experience */
.content-wrapper {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .content-wrapper {
    border-radius: 4px;
    margin-bottom: 0.75rem;
  }
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.slimScrollBar {
  background: none repeat scroll 0 0 #212a39 !important;
  border-radius: 1px !important;
  display: none;
  height: 30vh !important;
  position: absolute;
  right: 1px;
  top: 5px;
  width: 2px !important;
  z-index: 100;
  opacity: 0.7 !important;
}
.s-sidebar-icon {
  font-size: 25px;
}

/* ======================================
   MOBILE-OPTIMIZED SIDEBAR INTERACTIONS
   ====================================== */

.s-sidebar-icon-item {
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0.75rem;
  margin: 0.25rem 0;
  border-radius: 8px;
}

.s-sidebar-icon-item:hover,
.s-sidebar-icon-item:focus {
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.18);
}

/* Mobile touch-friendly interactions */
@media (max-width: 768px) {
  .s-sidebar-icon-item {
    padding: 1rem;
    margin: 0.5rem 0;
    min-height: 48px; /* Touch target size */
  }
  
  .s-sidebar-icon-item:hover {
    transform: none; /* Disable transform on mobile */
  }
  
  .s-sidebar-icon-item:active {
    background: rgba(255, 255, 255, 0.2);
  }
}

/* Desktop enhanced hover effects */
@media (min-width: 769px) {
  .s-sidebar-icon-item:hover {
    transform: translateX(4px) scale(1.02);
    border-radius: 20px 0px 0px 20px;
    margin-left: 4px;
  }
}

/* ======================================
   MODERN DARK SIDEBAR THEME
   ====================================== */

/* CSS Custom Properties for Sidebar Theme */
:root {
  --sidebar-bg-primary: #1e3a8a;
  --sidebar-bg-secondary: #1e40af;
  --sidebar-icon-bg: rgba(0, 0, 0, 0.2);
  --sidebar-text-primary: rgba(255, 255, 255, 0.9);
  --sidebar-text-secondary: rgba(255, 255, 255, 0.7);
  --sidebar-text-muted: rgba(255, 255, 255, 0.5);
  --sidebar-hover-bg: rgba(255, 255, 255, 0.1);
  --sidebar-active-bg: rgba(255, 255, 255, 0.15);
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --sidebar-shadow: rgba(0, 0, 0, 0.1);
}

/* Sidebar container with dark theme */
.sidebar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  background: linear-gradient(180deg, var(--sidebar-bg-primary) 0%, var(--sidebar-bg-secondary) 100%);
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 2px 0 10px var(--sidebar-shadow);
  border-right: 1px solid var(--sidebar-border);
}

/* Mobile - hidden by default */
@media (max-width: 768px) {
  .sidebar-container {
    transform: translateX(-100%);
    width: 280px;
  }
  
  .sidebar-container.open {
    transform: translateX(0);
  }
}

/* Desktop - always visible */
@media (min-width: 769px) {
  .sidebar-container {
    transform: translateX(0);
  }
}

/* Sidebar Icon Bar */
.sidebar-iconbar {
  width: 60px;
  background: var(--sidebar-icon-bg);
  border-right: 1px solid var(--sidebar-border);
  padding: 1rem 0;
}

.sidebar-logo {
  display: block;
  padding: 0.5rem;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.sidebar-logo:hover {
  background: var(--sidebar-hover-bg);
}

.sidebar-logo-img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
}

.sidebar-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0.25rem auto;
  border-radius: 16px 0px 0px 16px;
  color: var(--sidebar-text-secondary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 16px;
}

.sidebar-icon:hover,
.sidebar-icon.active {
  color: var(--sidebar-text-primary);
  transform: translateX(2px);
  background: var(--sidebar-active-bg);
  box-shadow: 0 2px 4px var(--sidebar-shadow);
}


/* Navigation Sections */
.s-nav-section {
  margin-bottom: 1.5rem;
}

.s-nav-section[style*="display: block"],
.s-nav-section:not([style*="display: none"]) {
  animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar Styling */
.sidebar-main::-webkit-scrollbar {
  width: 6px;
}

.sidebar-main::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-main::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.sidebar-main::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Mobile Sidebar Enhancements */
@media (max-width: 768px) {
  .sidebar-main {
    padding: 1rem 0.75rem;
  }
  
  .sidebar-search-input {
    padding: 12px 12px 12px 40px;
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .sidebar-menu-item a {
    padding: 14px 16px;
    font-size: 15px;
  }
  
  .sidebar-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* Tablet Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .sidebar-container {
    width: 320px;
  }
}

/* Large Screen Optimizations */
@media (min-width: 1200px) {
  .sidebar-container {
    width: 380px;
  }
  
  .sidebar-main {
    padding: 2rem 1.25rem;
  }
}

/* Sidebar Toggle Button Styling */
.s-sidebar-toggler {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.s-sidebar-toggler:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Mobile Overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.sidebar-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .sidebar-container {
    border-right: 2px solid #fff;
  }
  
  .sidebar-menu-item a {
    border: 1px solid transparent;
  }
  
  .sidebar-menu-item a:hover,
  .sidebar-menu-item.active a {
    border-color: #fff;
  }
}

/* Enhanced Interactive Effects */
.sidebar-menu-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease;
  border-radius: 8px 0 0 8px;
}

.sidebar-menu-item a:hover::before {
  width: 4px;
}

.sidebar-menu-item.active a::before {
  width: 4px;
  background: rgba(255, 255, 255, 0.3);
}

/* Focus states for accessibility */
.sidebar-icon:focus,
.sidebar-menu-item a:focus,
.sidebar-search-input:focus {
  outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .sidebar-container,
  .sidebar-icon,
  .sidebar-menu-item a,
  .sidebar-search-input,
  .sidebar-menu-item a::before {
    transition: none;
  }
  
  .s-nav-section {
    animation: none;
  }
}

.main-footer {
  background: #fff;
  border-top: 1px solid #d2d6de;
  height: 30px;
}

section.content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 48px);
  overflow: scroll;
}
.categories {
  overflow-y: visible;
}

.EmployeeConfirmationList {
    height: 500px;
}
.small-box > .inner {
  padding: 10px;
}

.field .editor, .field .widget-wrapper {
  height: -webkit-fill-available;
}

@media (min-width: 768px) {
  .sidebar-collapse .sidebar-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .full-height-page section.content {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .full-height-page section.content {
    height: calc(100vh - 48px);
    padding-top: 25px;
    
  }
}
@media (min-width: 1200px) {
  section.content {
    min-height: 100vh;
    
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.widget-bg-one {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: white;
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.dashboard .pmd-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
}

.pmd-card .card-header.pmd-card-border {
  border-bottom: 1px solid rgba(23, 31, 35, .12);
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}

/* ======================================
   MOBILE-RESPONSIVE COMPONENTS
   ====================================== */

.s-PermissionCheckEditor {
  min-height: 300px;
}

@media (min-width: 768px) {
  .s-PermissionCheckEditor {
    min-height: 450px;
  }
}

/* Mobile-friendly form elements */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 16px; /* Prevent zoom on iOS */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (min-width: 768px) {
  .form-control {
    font-size: 14px;
    padding: 0.5rem 0.75rem;
  }
}

.form-control:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Legacy sidebar menu styles - keeping for backwards compatibility */
.legacy-sidebar-menu-item a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: #b0bec5;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s;
}

.legacy-sidebar-menu-item.active a,
.legacy-sidebar-menu-item a:hover {
    background: #2e4a7d;
    color: #fff;
}

.legacy-sidebar-menu-icon {
    margin-right: 12px;
    font-size: 18px;
}

/* Mobile-optimized buttons */
.btn {
  border-radius: 6px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  min-height: 44px; /* Touch-friendly */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .btn {
    padding: 0.5rem 1rem;
    font-size: 14px;
    min-height: auto;
  }
}

.btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn:active {
  transform: translateY(0);
}

/* Mobile table improvements */
.table-responsive {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .table-responsive {
    font-size: 14px;
  }
  
  .table th,
  .table td {
    padding: 0.5rem;
    white-space: nowrap;
  }
  
  /* Stack table content on very small screens */
  .table-mobile-stack {
    display: block;
    width: 100%;
  }
  
  .table-mobile-stack thead {
    display: none;
  }
  
  .table-mobile-stack tbody,
  .table-mobile-stack tr,
  .table-mobile-stack td {
    display: block;
    width: 100%;
  }
  
  .table-mobile-stack tr {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }
  
  .table-mobile-stack td {
    border: none;
    padding: 5px 0;
  }
  
  .table-mobile-stack td:before {
    content: attr(data-label) ": ";
    font-weight: bold;
    color: #666;
  }
}

.user-onboarding {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-image: url('../../assets/images/background.png');
}

.s-sidebar-pane {
  position: absolute;
  top: 25px;
  right: 0;
  width: 300px;
  bottom: 0;
  background: #212a39;
  border-right: 1px solid #e8e9ea;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.s-sidebar-header-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 75px;
  line-height: 75px;
  width: 299px;
  transition: width 0.3s ease-in-out;
  padding-left: 1.56rem;
  background-color: #212a39;
}

.s-sidebar-search {
  position: relative;
  margin: 2rem !important;
}

.s-sidebar-search-icon {
  position: absolute;
  left: 0.4em;
  top: 0.4em;
  font-size: 20px;
}
.sidebar .sidebar-inner > li > a {
  padding: 0.75rem 0.56rem;
  line-height: 20px;
  color: #a6aab4;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar .s-sidebar-item > li.active > a {
  position: relative;
  z-index: 10;
  color: #ffffff;
}

.s-sidebar-link {
  padding: 0.75rem 0.56rem;
  line-height: 18px;
  color: #a6aab4;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  font-size: 16px;
} 
 
.s-sidebar-link-text {
  flex-grow: 1;
  margin-right: auto;
  overflow: hidden;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

.grid-container {
  background-color: #fcfff8;
}

.slick-header {
  background-color: #bdd9ed;
}

.slick-column-name {
  font-weight: 600;
  color: black;
}

.s-sidebar-menu .s-sidebar-menu .s-sidebar-link {
  font-weight: 400;
  background-color: #1d2531;
  font-size:14px;
}

.s-sidebar-header {
  background-color: #3c8dbc;
  border-bottom: 1px solid #e8e9ea;
  border: none;
  height: 75px !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.header-actions .action-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4bcc7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: floralwhite;
}

.header-actions .count-label {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .7rem;
  line-height: 1;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.s-sidebar-link:hover .s-sidebar-icon, .active > .s-sidebar-link > .s-sidebar-icon {
  color: #fff;
}

.navbar .navbar-right .navbar-nav li > .dropdown-menu {
  position: absolute;
  right: 15px;
  border-color: #e5e9f2;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: var(--s-card-bg);
  border-color: var(--s-tabs-border) var(--s-tabs-border) var(--s-card-bg) var(--s-tabs-border);
  color: var(--s-tabs-text-active);
}

@media (min-width: 768px) {
  .navbar .dropdown-menu {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-right .navbar-nav .user-menu {
    min-width: 160px;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


.tool-button {
  color: #6c757d;
  margin: 4px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #6c757d;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .35rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

  .tool-button:hover {
    border: 1px solid #aaa;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }



.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right:0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #8a909d;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.dropdownitem {
  margin-left: 10px;
}

.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle {
  font-size: 0.98rem;
  padding: 0 1rem;
  display: inline-block;
  line-height: 75px;
}

.navbar .dropdown-menu li.dropdown-header {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e9f2;
  padding-bottom: 0.94rem;
  padding: 1.25rem 1.25rem 0.63rem;
  color: #1b223c;
  font-size: 1rem;
  margin-bottom: 0.63rem;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #6c757d;
  white-space: nowrap;
}



.navbar .dropdown-menu > li a {
  display: block;
  color: #8a909d;
  font-size: 0.88rem;
  padding: 0.625rem 1.25rem;
  margin-right: 0.625rem;
  list-style-type: none;
}

.dropdown-menu,
.dropdown-menu ul {
  list-style-type: none;
}

navbar .dropdown-menu li.dropdown-header img {
  width: 50px;
  vertical-align: top;
  border-radius: .25rem;
  margin-right: 0.63rem;
}


dropdown-menu {
  border: 1px solid #e5e9f2;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.login-container {
  height: 100vh;
}

  .login-container .newlogin-logo {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    font-size: 2.5rem;
  }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.text-white {
  color: #fff !important;
}

.logo {
  width: 170px;
  height: 75px;
  padding-left: 20px;
}

.img-4x {
  width: 4rem;
  height: 4rem;
  margin-left:13px;
}


#calendar {
  width: 350px;
  margin: 0 auto;
  font-size: 10px;
}

.fc-toolbar {
  font-size: .9em;
}

  .fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
  }
/* click +2 more for popup */
.fc-more-cell a {
  display: block;
  width: 85%;
  margin: 1px auto 0 auto;
  border-radius: 3px;
  background: grey;
  color: transparent;
  overflow: hidden;
  height: 4px;
}

.fc-more-popover {
  width: 100px;
}

.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event, .fc-content {
  font-size: 0;
  overflow: hidden;
  height: 2px;
}

.fc-view-agendaWeek .fc-event-vert {
  font-size: 0;
  overflow: hidden;
  width: 2px !important;
}

.fc-agenda-axis {
  width: 20px !important;
  font-size: .7em;
}

.fc-button-content {
  padding: 0;
}

.confirm-employee {
  float: left;
  display: block;
}

.absond-employee {
  float: left;
  display: block;
}

.lock-employee {
  float: left;
  display: block;
}

.dashboard .pmd-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
}


.pmd-card {
  display: block;
  padding: 1px 0;
  margin-bottom: 30px;
  background-color: #fff;
  border: none;
  border-radius: .25rem;
  -moz-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
}

.pmd-icon-circle {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}

  .pmd-icon-circle.icon-circle-48 {
    height: 48px;
    width: 48px;
  }

.pmd-card .pmd-list.pmd-list-border .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.pmd-list.pmd-list-border .list-group-item {
  border: 1px solid #e9ecef;
}

.pmd-card .card-subtitle {
  font-size: .875rem;
  line-height: 1.6;
  color: rgba(23, 31, 35, .64);
}

.pmd-card .card-header.pmd-card-border {
  border-bottom: 1px solid rgba(23, 31, 35, .12);
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}

.pmd-card .card-title {
  margin-bottom: .5rem;
}

.pmd-icon-circle svg {
  height: 50%;
}

.pmd-list-progress .list-group-item-disabled small, .pmd-list-progress .list-group-item-success small {
  color: rgba(23, 31, 35, .64);
}

.pmd-list-title {
  font-weight: 500;
}

.pmd-list-title {
  color: rgba(23, 31, 35, .87);
  font-size: 1rem;
}

.pmd-icon-circle.icon-circle-48 svg {
  height: 64%;
  fill: #3075BA;
}

.statistic-col .card-title {
  margin-bottom: 4px;
  line-height: 3rem;
}

.new-users-statistic .card-title {
  color: #fff;
}

.download-statistic {
  background-color: #7266ba;
}

.visits-statistic {
  background-color: #33b5e5;
}

  .visits-statistic .card-title {
    color: #fff;
  }

.download-statistic .card-title {
  color: #fff;
}

.statistic-col .card-subtitle {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, .87);
}



.happy-users-statistic .circles-integer {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  top: -5px;
}

media-body {
  -ms-flex: 1;
  flex: 1;
}

.display-3 {
  font-size: 2.8125rem;
  line-height: 3.75rem;
  font-weight: 500;
}

.md-light svg {
  fill: rgba(255, 255, 255, .87);
}

svg:not(:root) {
  overflow: hidden;
}

.download-statistic .pmd-icon-circle {
  border-color: rgba(255, 255, 255, .5);
}

.new-users-statistic .pmd-icon-circle {
  border-color: rgba(255, 255, 255, .5);
}

.statistic-col .pmd-icon-circle {
  border: 2px solid rgba(0, 0, 0, .38);
  margin-right: 1rem;
}

.pmd-icon-circle.pmd-icon-xl {
  height: 72px;
  width: 72px;
}

.pmd-icon-circle {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}

.pmd-icon-xl {
  display: inline-flex;
  font-size: 72px;
}

.happy-users-statistic .circle {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-bottom: -8px;
}

@media (min-width: 1200px) {
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}


@media (min-width: 1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1670px) {
  .download-statistic .card-body.media, .happy-users-statistic .card-body.media, .new-users-statistic .card-body.media, .visits-statistic .card-body.media {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .pmd-content {
    padding-top: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* ======================================
   MOBILE NAVIGATION ENHANCEMENTS
   ====================================== */

/* Mobile sidebar overlay */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .sidebar-overlay.show {
    display: block;
  }
}

/* Mobile header improvements */
.s-sidebar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .s-sidebar-header {
    left: 300px; /* Account for sidebar on desktop */
    padding: 0 2rem;
  }
}

/* Mobile hamburger menu */
.s-sidebar-toggler {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-sidebar-toggler:hover {
  background-color: #f5f5f5;
}

/* Hide hamburger on desktop */
@media (min-width: 769px) {
  .s-sidebar-toggler {
    display: none;
  }
}

/* Mobile dropdown improvements */
.dropdown-menu {
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Touch-friendly notification button */
.action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background-color 0.2s;
  position: relative;
}

.action-icon:hover {
  background-color: #f5f5f5;
}

/* ======================================
   ENHANCED MOBILE UTILITIES
   ====================================== */

/* Improved scrollbars for mobile */
.mobile-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* Mobile-friendly loading states */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  color: #6c757d;
}

@media (max-width: 768px) {
  .loading-spinner {
    height: 120px;
    font-size: 14px;
  }
}

/* Mobile status badges */
.status-badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .status-badge {
    font-size: 10px;
    padding: 3px 6px;
  }
}

.status-badge.success {
  background: #d4edda;
  color: #155724;
}

.status-badge.warning {
  background: #fff3cd;
  color: #856404;
}

.status-badge.danger {
  background: #f8d7da;
  color: #721c24;
}

.status-badge.info {
  background: #d1ecf1;
  color: #0c5460;
}

/* Mobile grid improvements */
@media (max-width: 768px) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  
  .col, [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  /* Stack columns on mobile */
  [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Enhanced touch interactions */
@media (hover: none) and (pointer: coarse) {
  /* Remove hover effects on touch devices */
  .btn:hover,
  .s-sidebar-icon-item:hover,
  .dropdown-item:hover {
    transform: none;
  }
  
  /* Enhanced active states for touch */
  .btn:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  body.auto-theme {
    background-color: #1a202c;
    color: #e2e8f0;
  }
  
  .auto-theme .s-main {
    background-color: #2d3748;
  }
  
  .auto-theme .content-wrapper {
    background: #2d3748;
    border: 1px solid #4a5568;
  }
}

/* Print optimizations */
@media print {
  .sidebar-container,
  .s-sidebar-header,
  .sidebar-overlay,
  .s-sidebar-toggler {
    display: none !important;
  }
  
  .s-main {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  body {
    background: white !important;
    color: black !important;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 2rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 6rem;
  background-color: #777;
}

  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 6rem;
  }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* */
.pmd-checkbox .custom-control-label::after {
  border-radius: .125rem
}

.pmd-checkbox .custom-control-label::before {
  height: 12px;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 6px;
  width: 6px;
  transition: all .2s;
  opacity: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  z-index: 1;
  background-color: transparent
}

.pmd-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #3075BA;
  background-image: none
}

.pmd-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-image: none;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 .125rem .125rem 0;
  opacity: 1;
  background-color: transparent
}

.pmd-checkbox.pmd-checkbox-ripple-effect {
  position: relative
}

.pmd-checkbox .pmd-checkboxwrap {
  position: absolute;
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  top: -8px;
  left: -11px
}

.checkbox-inline.pmd-checkbox {
  padding-left: 0
}

.pmd-checkbox-ripple-effect .ink {
  background-color: rgba(0,0,0,.2)
}

.text-white .pmd-checkbox .custom-control-label::after, .text-white .pmd-radio .custom-control-label::after {
  width: 18px;
  height: 18px;
  border: .125rem solid rgba(255,255,255,.87)
}

.text-white .pmd-checkbox .custom-control-input:checked ~ .custom-control-label::after, .text-white .pmd-radio .custom-control-input:checked ~ .custom-control-label::after {
  border-color: #3075BA
}

.text-white .pmd-checkbox .custom-control-input:focus ~ .custom-control-label::before, .text-white .pmd-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none
}

.text-white .pmd-checkbox .custom-control-input:disabled ~ .custom-control-label, .text-white .pmd-radio .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(255,255,255,.5)
}

  .text-white .pmd-checkbox .custom-control-input:disabled ~ .custom-control-label::after, .text-white .pmd-radio .custom-control-input:disabled ~ .custom-control-label::after {
    border-color: rgba(255,255,255,.5)
  }

.text-white .pmd-checkbox .ink, .text-white .pmd-radio .ink {
  background-color: rgba(255,255,255,.87)
}

.pmd-textfield-focused {
  transition: transform .2s cubic-bezier(.4,0,.2,1) 0s;
  width: 100%;
  height: 2px;
  display: block;
  top: -1px;
  background-color: #3075BA;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: relative;
  z-index: 2
}

.pmd-textfield.pmd-textfield-floating-label-active .pmd-textfield-focused {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.pmd-textfield .custom-select, .pmd-textfield .form-control {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(23,31,35,.12);
  outline: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: .25rem 0 .5rem;
  color: rgba(23,31,35,.87)
}

.pmd-textfield label {
  font-weight: 400;
  line-height: 1;
  font-size: .875rem;
  color: rgba(23,31,35,.64);
  margin-bottom: 0
}

  .pmd-textfield label.col-form-label-lg, .pmd-textfield label.col-form-label-sm {
    padding-top: 0;
    padding-bottom: 0
  }

.pmd-textfield textarea.form-control {
  height: 80px
}

.pmd-textfield select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 1px)
}

.pmd-textfield .form-control-lg {
  font-size: 1.25rem
}

.pmd-textfield .form-control-sm {
  font-size: .875rem
}

.pmd-textfield .col-form-label-lg {
  font-size: 1rem
}

.pmd-textfield .col-form-label-sm {
  font-size: .625rem
}

.pmd-textfield .custom-select::after {
  font-family: "Material icons";
  content: "\E5C5"
}


.pmd-textfield-floating-label {
  position: relative
}

  .pmd-textfield-floating-label label {
    -ms-transform: translateY(26px);
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
    font-size: 1rem;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
  }

    .pmd-textfield-floating-label label.col-form-label-lg {
      font-size: 1.25rem;
      -ms-transform: translateY(30px);
      -webkit-transform: translateY(30px);
      transform: translateY(30px)
    }

    .pmd-textfield-floating-label label.col-form-label-sm {
      font-size: .875rem;
      -ms-transform: translateY(26px);
      -webkit-transform: translateY(26px);
      transform: translateY(26px)
    }

  .pmd-textfield-floating-label .form-control {
    position: relative
  }

  .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: .875rem;
    color: rgba(23,31,35,.64)
  }

    .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.col-form-label-lg {
      font-size: 1rem;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.col-form-label-sm {
      font-size: .625rem;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}
/* ======================================
   GLOBAL VARIABLES AND RESETS
   ====================================== */
:root {
  --s-tabs-border: rgb(0 0 0 / 60%);
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

* {
  box-sizing: border-box;
}

/* ======================================
   TYPOGRAPHY
   ====================================== */
body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

/* ======================================
   LAYOUT
   ====================================== */
.s-main {
  margin-left: 0;
  margin-top: 60px;
  transition: all 0.3s ease;
  min-height: calc(100vh - 60px);
  background-color: #f8f9fa;
  padding: 0;
}

@media (min-width: 769px) {
  .s-main {
    margin-left: 350px;
  }
}

#wrapper {
  padding: 70px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ======================================
   COMPONENTS
   ====================================== */
.notifications {
  margin: auto;
  margin-right: 10px;
}

.notifications.dropdown > a i {
  font-size: 26px;
  color: #ffff;
  background-color: crimson;
  border-radius: 8px;
}

.notifications.dropdown > a {
  position: relative;
  display: block;
  padding: 10px 10px;
  color: #737881;
}

.notifications.dropdown > a .badge {
  position: absolute;
  padding: 2px;
  font-size: 10px;
  right: 6px;
  top: 6px;
  min-width: 17px;
  line-height: 12px;
}

/* ======================================
   SIDEBAR
   ====================================== */
.sidebar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  background: linear-gradient(180deg, var(--sidebar-bg-primary) 0%, var(--sidebar-bg-secondary) 100%);
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 2px 0 10px var(--sidebar-shadow);
  border-right: 1px solid var(--sidebar-border);
}




.sidebar-icon:hover,
.sidebar-icon.active {
  color: var(--sidebar-text-primary);
  transform: translateX(2px);
  width: -webkit-fill-available;
}

  .sidebar-icon.active {
    box-shadow: 0 2px 4px var(--sidebar-shadow);
    width: -webkit-fill-available;
  }


/* Main Sidebar Area */
.sidebar-main {
  background: transparent;
  padding: 1.5rem 1rem;
  overflow-y: auto;
  height: 100vh;
}

.sidebar-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

.sidebar-search {
  position: relative;
  margin-bottom: 1.5rem;
}

.sidebar-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.sidebar-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 12px 10px 36px;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}

  .sidebar-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .sidebar-search-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
  }

/* Navigation Menu Items */
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu-item {
  margin-bottom: 4px;
}

  .sidebar-menu-item > div {
    border-radius: 8px;
    transition: all 0.2s ease;
    overflow: hidden;
  }


.sidebar-menu-item a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 8px;
  position: relative;
}

  .sidebar-menu-item a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateX(2px);
  }

.sidebar-menu-item.active > div {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-menu-item.active a {
  color: #fff;
  font-weight: 600;
}

.sidebar-menu-icon {
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-menu-item.active .sidebar-menu-icon,
.sidebar-menu-item a:hover .sidebar-menu-icon {
  color: #fff;
}

/* Dropdown Arrow */
.sidebar-menu-item a .fa-angle-right {
  margin-left: auto;
  transition: transform 0.2s ease;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-menu-item.Show a .fa-angle-right {
  transform: rotate(90deg);
  color: #fff;
}

/* Submenu Styling */
.sidebar-menu .sidebar-menu {
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

  .sidebar-menu .sidebar-menu .sidebar-menu-item a {
    padding: 8px 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
  }

    .sidebar-menu .sidebar-menu .sidebar-menu-item a:hover {
      color: rgba(255, 255, 255, 0.9);
    }


/* ======================================
   HEADER
   ====================================== */
header {
  height: 75px;
}

.s-sidebar-header {
  background-color: #3c8dbc;
  border-bottom: 1px solid #e8e9ea;
  border: none;
  height: 75px !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 2px 10px 0 rgba(0, 0, 0, .1);
}

/* ======================================
   FOOTER
   ====================================== */
.login-footer {
  display: inline;
  text-align: center;
  border-color: rgba(255, 255, 255, .12);
  padding: 10px 0;
}

.pmd-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

/* ======================================
   FORMS
   ====================================== */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* ======================================
   TABLES
   ====================================== */
.table-responsive {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .table-responsive {
    font-size: 14px;
  }
}

/* ======================================
   MEDIA QUERIES
   ====================================== */
@media (max-width: 768px) {
  .sidebar-container {
    transform: translateX(-100%);
    width: 280px;
  }

  .sidebar-container.open {
    transform: translateX(0);
  }
}

@media (min-width: 769px) {
  .sidebar-container {
    transform: translateX(0);
  }
}

/* ======================================
   CUSTOM FEATURES
   ====================================== */
.s-sidebar-icon-item {
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0.75rem;
  margin: 0.25rem 0;
  border-radius: 8px;
}

.s-sidebar-icon-item:hover,
.s-sidebar-icon-item:focus {
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.18);
}
/* ======================================
   GLOBAL VARIABLES AND RESETS
   ====================================== */
:root {
  --s-tabs-border: rgb(0 0 0 / 60%);
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

* {
  box-sizing: border-box;
}

/* ======================================
   TYPOGRAPHY
   ====================================== */
body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

/* ======================================
   LAYOUT
   ====================================== */
.s-main {
  margin-left: 0;
  margin-top: 60px;
  transition: all 0.3s ease;
  min-height: calc(100vh - 60px);
  background-color: #f8f9fa;
  padding: 0;
}

@media (min-width: 769px) {
  .s-main {
    margin-left: 350px;
  }
}

#wrapper {
  padding: 70px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ======================================
   COMPONENTS
   ====================================== */
.notifications {
  margin: auto;
  margin-right: 10px;
}

.notifications.dropdown > a i {
  font-size: 26px;
  color: #ffff;
  background-color: crimson;
  border-radius: 8px;
}

.notifications.dropdown > a {
  position: relative;
  display: block;
  padding: 10px 10px;
  color: #737881;
}

.notifications.dropdown > a .badge {
  position: absolute;
  padding: 2px;
  font-size: 10px;
  right: 6px;
  top: 6px;
  min-width: 17px;
  line-height: 12px;
}

/* ======================================
   SIDEBAR
   ====================================== */
.sidebar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  background: linear-gradient(180deg, var(--sidebar-bg-primary) 0%, var(--sidebar-bg-secondary) 100%);
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 2px 0 10px var(--sidebar-shadow);
  border-right: 1px solid var(--sidebar-border);
}

.sidebar-iconbar {
  width: 60px;
  background: var(--sidebar-icon-bg);
  border-right: 1px solid var(--sidebar-border);
  padding: 1rem 0;
}
 

.sidebar-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0.25rem auto;
  border-radius: 8px;
  color: var(--sidebar-text-secondary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 25px;
}

.sidebar-icon:hover,
.sidebar-icon.active {
  background: var(--sidebar-hover-bg);
  color: var(--sidebar-text-primary);
  transform: translateX(2px);
}

.sidebar-icon.active {
  background: var(--sidebar-active-bg);
  box-shadow: 0 2px 4px var(--sidebar-shadow);
}

/* ======================================
   HEADER
   ====================================== */
header {
  height: 75px;
}

.s-sidebar-header {
  background-color: #3c8dbc;
  border-bottom: 1px solid #e8e9ea;
  border: none;
  height: 75px !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15), 0 2px 10px 0 rgba(0, 0, 0, .1);
}

/* ======================================
   FOOTER
   ====================================== */
.login-footer {
  display: inline;
  text-align: center;
  border-color: rgba(255, 255, 255, .12);
  padding: 10px 0;
}

.pmd-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

/* ======================================
   FORMS
   ====================================== */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* ======================================
   TABLES
   ====================================== */
.table-responsive {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .table-responsive {
    font-size: 14px;
  }
}

/* ======================================
   MEDIA QUERIES
   ====================================== */
@media (max-width: 768px) {
  .sidebar-container {
    transform: translateX(-100%);
    width: 280px;
  }

  .sidebar-container.open {
    transform: translateX(0);
  }
}

@media (min-width: 769px) {
  .sidebar-container {
    transform: translateX(0);
  }
}

/* ======================================
   CUSTOM FEATURES
   ====================================== */
.s-sidebar-icon-item {
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0.75rem;
  margin: 0.25rem 0;
  border-radius: 8px;
}

.s-sidebar-icon-item:hover,
.s-sidebar-icon-item:focus {
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.18);
}
