.lgbb {
  background: linear-gradient(135deg, #1a2a6c 0%, #2B557F 50%, #00c6ff 100%); 
}
.lgbb1{
	background: linear-gradient(135deg, #fff 0%, #eff6fc 50%, #c4e0fc 100%); 
	overflow: hidden !important;
}
.login-wrapper .loginbox { 
	border:2px solid lightblue;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.3) !important;
}
.sas{
	opacity: .2;
  background-size: cover !important;
}
.stylish-login {
  position: relative; 
  z-index: 5;
  overflow: hidden;
}

/* Gradient Shapes */
.login-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
}
.login-shape1 {
  width: 150px;
  height: 150px;
  top: -40px;
  left: -40px;
  background: linear-gradient(135deg, #1e88e5, #42a5f5);
}
.login-shape2 {
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -60px;
  background: linear-gradient(135deg, #2b557f, #2b557f);
}

/* Ensure form content stays above shapes */
.login-right {
  position: relative;
  z-index: 2;
}

/* Button customization */
.btn-primary {
  background: #2b557f !important;
  border-radius: 6x !important;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #1c3e5c !important;
}
.input-block input.form-control{
	 border-radius: 7px !important;
	 border:1px solid #d0e5fb !important;
}
/* Eye icon interaction */
.pass-group {
  position: relative;
}
.pass-group .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}
.login-wrapper .loginbox .account-subtitle { 
    font-size: 14px !important;
}

.content-page-header h5{
	    font-size: 17px !important;
}

/* Sidebar Background */
[data-sidebar=light] body .sidebar .sidebar-menu {
  background: #fff !important;
  color: #fff !important;
}

/* Sidebar Main Links */
.sidebar .sidebar-menu ul li a {
  padding: 12px 22px !important;
  color: #002A54 !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-left: 3px solid transparent;
}
[data-sidebar=light] body .sidebar{
  background: #fff !important;
}
/* Icons Styling */
.sidebar .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}

/* Active State */
.sidebar .sidebar-menu ul li.active > a {
  /*background-color: #01cebd !important;*/
  
background: linear-gradient(180deg, #00b6a7c2 0%, #06e3d5 40%, #01e3d7 60%, #019a8da1 100%);  
box-shadow: inset 0 2px 6px rgba(0,0,0,0.1);




  color: #fff !important;
  border-left: 3px solid #2b557f;
}
.sidebar .sidebar-menu ul li.active a span {
 color: #fff !important;
}
/* Hover State */
.sidebar .sidebar-menu ul li:hover > a {
  background-color: #01cebd !important;
  color: #fff !important;
  border-left: 3px solid #fff;
}

.sidebar .sidebar-menu ul li a:hover i,
.sidebar .sidebar-menu ul li a:hover span {
  color: #fff !important;
}

/* Submenu */
.sidebar .sidebar-menu ul li ul li a {
  background: #e8e8e8 !important;

  color: #002A54 !important;
  padding-left: 45px !important;
  font-size: 14px;
  transition: background 0.3s ease-in-out;
  font-weight: 600;
}

.sidebar .sidebar-menu ul li ul li a:hover {
  background-color: #01cebd !important;
  color: #fff !important;
}

/* Optional: Add smooth shadow effect */
.sidebar {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

/* Optional: Rounded corners and spacing */
.sidebar .sidebar-menu ul li {
  margin-bottom: 4px;
  border-radius: 0px;
  overflow: hidden;
}
body .header{
  height:63px;
}
body .main-logo {
   height:63px;
}

.super-admin-dashboard .dash-user-card .dash-btns {
    margin-top: 40px !important;
}
.super-admin-dashboard .dash-img {
    opacity: .3;
  }
  [data-topbar=light] body .header .top-nav-search form .form-control{
    border-radius:20px !important;
    background:#f7fafc !important;
  }
  .input-block input.form-control{
     background:#f7fafc !important;
  }
  .input-block .form-control{
    border-radius: 7px !important;
    background:#f7fafc !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius:20px !important;
    background:#f7fafc !important;
  }
  .select2-container--focus .select2-selection--single{
    border-radius:20px !important;
    background:#f7fafc !important;
  }
  .select2-container--default .select2-selection--single{
    border-radius:20px !important;
  }
  .modal-footer .btn-back{
    border-radius:7px !important;
  }
  .logo-blue{
    margin-top:10px;
        height: 50px !important;
  }
  .company-detail-card .company-icon img{
    height:30px;
  }
  .super-admin-dashboard .dash-user-card h4 {
    font-size: 20px;
  }
  .card-title span{
    color:#fff;
  }
  .btn1{
     border-radius:5px !important;
     padding: 6px;
     border: 1px solid #fff;
  }
  
  .btn1:hover{
      background: #11D4C6;
      border: 1px solid #11D4C6;
      color:#fff ;
  }
  body .sidebar .sidebar-menu ul li a .menu-arrow{
    top:auto;
  }
    .company-detail-card {  
        padding: 8px 17px !important; 
        border: 4px solid #fff;
    }
.input-group .form-control{
    border-radius:20px !important;
    background:#f7fafc !important;
        font-size: 14px !important;
  }
.form-control{
    border-radius:5px !important;
    background:#fff !important;
        font-size: 14px !important;
  }
.form-select{
   border-radius:0px !important;
    background:#f7fafc !important;
        font-size: 14px !important;
}
.myprobx .profile-header {
      background-color: #f8f9fa;
      padding: 30px;
      border-radius: 10px;
    }
.myprobx .profile-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #dee2e6;
    }
.myprobx .info-title {
      font-weight: 500;
      color: #6c757d;
    }
.myprobx .info-value {
      font-weight: 600;
      color: #343a40;
    }
  .form-title {
      border-left: 4px solid #2b557f;
      padding-left: 10px;
      margin-bottom: 0px;
    } 
 .rating label {
      margin-right: 15px;
    }
 .sdsdsd { 
}

.sdsdsd .list-group-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sdsdsd .list-group-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sdsdsd .list-group-item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #343a40;
}

.sdsdsd .list-group-item p {
  font-size: 13px;
  color: #555;
  margin: 6px 0;
}

.sdsdsd .list-group-item small {
  color: #888;
}

.sdsdsd .fe-calendar {
  color: #01cebd;
}












@media only screen and (min-width : 320px) and (max-width : 480px)  {
 .login-wrapper .loginbox { 
    max-width: 100% !important;
}
.login-wrapper .loginbox .login-right .login-right-wrap h1 {
    font-size: 20px !important;
}
.login-wrapper .loginbox .login-right{
	width: 100% !important;
	    padding:2rem 1rem !important;
}
.login-wrapper .loginbox .account-subtitle { 
    font-size: 14px !important;
}
.lgbb1{ 
	overflow: auto !important;
}
.sas {
    display: none;
}
.login-wrapper { 
    padding-top: 0px !important;
}
.logo2{
	height:30px !important;
}

 }



.btn-outline-white{
  color: #ffffff;
    border-color: #ffffff;  
}




















 :root {
        --card-1-color: linear-gradient(135deg, #00CEBD, #33E0D6);
        --card-2-color: linear-gradient(135deg, #6A11CB, #2575FC);
        --card-3-color: linear-gradient(135deg, #FF758C, #FF7EB3);
        --card-4-color: linear-gradient(135deg, #FF9A44, #FFD166);
        --shadow-color: rgba(0, 0, 0, 0.1);
        }
        
       
        
        /* Modern Card Design */
        .modern-card {
            border-radius: 20px;
            color: #fff;
            padding: 1.1rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            overflow: hidden;
            position: relative;
            z-index: 1;
            height: 150px;
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
        }
        
        .modern-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: inherit;
            z-index: -1;
            transition: transform 0.5s ease;
        }
        
        .modern-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .modern-card:hover::before {
            transform: scale(1.05);
        }
        
        .mc-1::before { background: var(--card-1-color); }
        .mc-2::before { background: var(--card-2-color); }
        .mc-3::before { background: var(--card-3-color); }
        .mc-4::before { background: var(--card-4-color); }
        
        /* Card Body */
        .modern-card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        
        /* Header & Icon */
        .mc-header {
            display: flex;
            align-items: center;
            /*margin-bottom: 15px;*/
        }
        
        .mc-icon {
            font-size: 2.2rem;
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
            position: relative;
            margin-right: 15px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        
        .modern-card:hover .mc-icon {
            transform: scale(1.1) rotate(5deg);
            background: rgba(255, 255, 255, 0.3);
        }
        
        /* Small Spinning Circle */
        .mc-spinner {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 12px;
            height: 12px;
            border: 2px solid #fff;
            border-top: 2px solid transparent;
            border-radius: 50%;
            animation: spin 1.5s linear infinite;
        }
        
        /* Title & Number */
        .mc-count {
            flex-grow: 1;
        }
        
        .mc-title {
            font-size: 0.80rem;
            opacity: 0.9;
            font-weight: 400;
            margin-bottom: 5px;
        }
        
        .mc-number {
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        /* Progress Bar */
        .mc-progress {
            width: 100%;
            height: 8px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            margin-top: auto;
            overflow: hidden;
            position: relative;
        }
        
        .mc-progress-bar {
            height: 100%;
            background: rgba(255, 255, 255, 0.9);
            width: 0;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            animation: progress-fill 1.5s ease-out forwards;
        }
        
        .mc-progress-bar::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: linear-gradient(
                -45deg,
                rgba(255, 255, 255, 0.2) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.2) 50%,
                rgba(255, 255, 255, 0.2) 75%,
                transparent 75%,
                transparent
            );
            z-index: 1;
            background-size: 20px 20px;
            animation: move 1s linear infinite;
            overflow: hidden;
            border-radius: 10px;
        }
        
        /* Animations */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes progress-fill {
            0% { width: 0; }
            100% { width: inherit; }
        }
        
        @keyframes move {
            0% { background-position: 0 0; }
            100% { background-position: 20px 0; }
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
          
            
            .modern-card {
                height: 160px;
            }
        }
        
        /* Additional decorative elements */
        .modern-card::after {
            content: '';
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.30);
            bottom: -70px;
            right: -70px;
            z-index: -1;
        }
        
        .mc-trend {
            font-size: 0.8rem;
            margin-top: 5px;
            display: flex;
            align-items: center;
        }
        
        .mc-trend.up {
            color: rgba(255, 255, 255, 0.9);
        }
        
        .mc-trend.down {
            color: rgba(255, 255, 255, 0.7);
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        






























/* ================================
   Welcome Card
================================ */
.dash-welcome-card {
    background: linear-gradient(135deg, #00CEBD, #33E0D6, #80F0EB);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.7s ease;
    min-height: 200px;
    backdrop-filter: blur(6px);
}

/* Floating decorative blobs */
.dash-welcome-card::before,
.dash-welcome-card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.dash-welcome-card::before {
    width: 260px;
    height: 260px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 70%);
    animation: floatY 6s ease-in-out infinite;
}
.dash-welcome-card::after {
    width: 180px;
    height: 180px;
    bottom: -80px;
    left: -80px;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    animation: floatY 8s ease-in-out infinite reverse;
}

.dash-welcome-content {
    position: relative;
    z-index: 2;
}

.dash-welcome-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.dash-welcome-content p {
    margin: 12px 0 24px;
    font-size: 16px;
    opacity: 0.95;
}

.dash-btns {
    display: flex;
    gap: 14px;
}
  
.dash-btns .btn {
    padding: 10px 22px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Primary Button */
.dash-btn-primary {
    background: #fff;
    color: #00CEBD;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.dash-btn-primary:hover {
    background: #00305D;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    color: #fff;
}

/* Secondary Button */
.dash-btn-secondary {
    background: linear-gradient(90deg, #002A54, #00508c, #2b557f) !important; 
    color: #fff;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.dash-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

/* Position the image absolutely */

.dash-welcome-img {
   position: absolute;
    bottom: 110px;
    right: 25px;
    z-index: 2;
}

.dash-welcome-img img {
    max-width: 80px; /* bigger illustration */
    animation: floatY 3.5s ease-in-out infinite;
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.35));
    transition: transform 0.3s ease;
}
.dash-welcome-img img:hover {
    transform: scale(1.1) rotate(0deg);
}

/* ================================
   Stats Cards
================================ */
.stats-card {
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 120px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 10px 26px rgba(0,0,0,0.12);
    cursor: pointer;
}

.stats-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    z-index: -1;
    transition: transform 0.4s ease, filter 0.4s ease;
}
.stats-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}
.stats-card:hover::before {
    transform: scale(1.1) rotate(3deg);
    filter: brightness(1.1);
}

/* Icon styling */
.stats-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}
.stats-card:hover .stats-icon {
    transform:  rotate(2deg);
    background: rgba(255,255,255,0.25);
    animation: pulse 1.5s infinite;
}
.stats-icon img {
    width: 40px;
    height: 40px;
}

/* Text inside stats */
.stats-info h6 {
    font-size: 13px;
    opacity: 0.85;
    margin-bottom: 6px;
}
.stats-info h5 {
    font-size: 22px;
    font-weight: 700;
}

/* ================================
   Gradient Backgrounds
================================ */
.gradient-blue {
    background: linear-gradient(135deg, #00CEBD, #33E0D6);
}
.gradient-green {
    background: linear-gradient(135deg, #28C76F, #48E88A);
}
.gradient-pink {
    background: linear-gradient(135deg, #F54EA2, #FF7676);
}

/* ================================
   Animations
================================ */
@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
    50% { box-shadow: 0 0 12px 6px rgba(255,255,255,0.15); }
}



























.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #334155;
}

/* Header */
.custom-table thead {
  background: #2b557f;
}
.custom-table thead th {
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid #1f3d63;
}

/* Body */
.custom-table tbody {
  background: #fff;
}
.custom-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}
.custom-table tbody tr:hover {
  background: #f3f6f9;
}

/* Badge */
.badge.bg-success-light {
  background-color: #d1fae5;
  color: #065f46;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 12px;
}

/* Buttons */
.btn-outline-warning, .btn-outline-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 6px;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}
.btn-outline-warning:hover { background-color: #ffc107; color: #fff; }
.btn-outline-danger:hover { background-color: #dc3545; color: #fff; }

/* Avatar inside table (if needed) */
.avatar-sm { width: 35px; height: 35px; border-radius: 50%; overflow: hidden; }
.avatar-img { width: 100%; height: 100%; object-fit: cover; }

/* Mobile Responsive */
@media (max-width: 768px) {
  .custom-table thead { display: none; }
  .custom-table, .custom-table tbody, .custom-table tr, .custom-table td { display: block; width: 100%; }
  .custom-table tr { margin-bottom: 16px; border-bottom: 2px solid #f1f5f9; padding-bottom: 8px; }
  .custom-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .custom-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 45%;
    text-align: left;
    font-weight: 600;
    color: #64748b;
  }
  .btn-group { justify-content: flex-end; display: flex; margin-top: 5px; }
}



.btn-view{
  background: #475569;
  color: #fff;
}
     
     
     
     
  .card{
    border-radius: 20px !important;  
  }   
     
.btn-info:hover{
   background: #02b7db; 
   color: #fff;
}

.table {
 
    background-color: #ffffff !important;
}

.table thead {
    background: #002A54 !important;
   padding: 10px !important;
}

.table thead tr th {
   
    color: #fff !important;
}

.table thead tr th{
text-align: center !important;
}
.table tbody tr td{
    text-align: center !important;
}

.table tbody td a{
    color: #002A54 !important;
}
.view-btn:hover{
    background: #002A54 !important;
    color: #fff !important;
}
.btn-reset{
    background-color: #00CEBD;
    color: #fff;
}
.btn-reset:hover{
    background: #5ffcef;
    color: #fff;
}

.btn-back{
    background-color: #002A54;
}









.employee-info-modern {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.employee-info-modern .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    transition: all 0.2s ease;
}

.employee-info-modern .info-item .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    font-size: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.employee-info-modern .info-item .icon.bg-primary { background: #6C63FF; }
.employee-info-modern .info-item .icon.bg-warning { background: #FACC15; }
.employee-info-modern .info-item .icon.bg-success { background: #10B981; }
.employee-info-modern .info-item .icon.bg-danger { background: #EF4444; }

.employee-info-modern .info-item:hover .icon {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.employee-info-modern .info-item span {
    font-weight: 500;
}

/* Card */
.employee-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  overflow: visible;
}

/* Hover effect */
.employee-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* Decorative backgrounds */


/* Ensure content is above background shapes */
/*.employee-card .employee-header,*/
/*.employee-card .employee-card-footer {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/
/*.employee-card .employee-info{*/
/*   position: relative;*/
/*  z-index: 1; */
/*}*/
/* Avatar */
.employee-header img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 3px solid #f1f5f9;
  box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
}

/* Badge */
.badge-modern {
  font-size: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6C63FF, #36D1DC);
  color: #fff;
  padding: 4px 10px;
  font-weight: 500;
}

/* Dropdown toggle (3 dots) */
.dropdown-toggle1 {
  font-size: 18px;
  color: #94a3b8;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}



/* Dropdown menu styling */
.shadow-modern {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.dropdown-menu {
  z-index: 2000; /* Ensure dropdown is above card and other elements */
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 16px;
  transition: background 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
}

.dropdown-menu .dropdown-item:hover {
  background: #f8fafc;
  border-radius: 8px;
  transform: translateX(4px);
}

/* Dropdown animation */
.animate-dropdown {
  animation: fadeInScale 0.2s ease-in-out;
}

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Info section */
.employee-info p {
  margin: 8px 0;
  font-size: 14px;
  color: #475569;
  display: flex;
  align-items: center;
}

/* Footer section with view button */
.employee-card-footer {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.employee-card-footer .btn {
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 12px;
  transition: all 0.2s ease;
}

.employee-card-footer .btn:hover {
  transform: translateY(-2px);
}















.dashboard-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dashboard-card .card-header {
    background: linear-gradient(135deg, #00CEBD, #33E0D6);
    color: white;
    border-bottom: none;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
}

.dashboard-card .card-header h5 {
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.dashboard-card .btn-view-all {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(255 255 255 / 60%);
    color: white;
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.dashboard-card .btn-view-all:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.dashboard-card .avatar {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.dashboard-card .list-group-item {
    border: none;
    padding: 1rem 1.25rem;
    transition: background-color 0.2s ease;
}

.dashboard-card .list-group-item:hover {
    background-color: #f8f9fa;
}

 .dashboard-card .badge-today {
    background: linear-gradient(135deg, #6A11CB, #2575FC);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-card .badge-upcoming {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-card .badge-missed {
    background: linear-gradient(135deg, #f72585, #b5179e);
    color: white;
    padding: 0.4rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-card .notice-content {
    /*background: linear-gradient(135deg, #f8f9fa, #e9ecef);*/
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.dashboard-card .notice-title {
    color: #4361ee;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dashboard-card .notice-date {
    color: #6c757d;
    font-size: 0.85rem;
}

.dashboard-card .table th {
    border-top: none;
    font-weight: 600;
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1rem 0.75rem;
}

.dashboard-card .table td {
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.dashboard-card .table-avatar {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.dashboard-card .table-avatar a {
    color: #4a5568;
    text-decoration: none;
}

.dashboard-card .table-avatar a:hover {
    color: #4361ee;
}

.dashboard-card .action-icon {
    color: #6c757d;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}

.dashboard-card .action-icon:hover {
    color: #4361ee;
    transform: scale(1.1);
}

.dashboard-card .dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard-card .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.dashboard-card .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #4361ee;
}

.dashboard-card .section-title {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.dashboard-card .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    border-radius: 3px;
}

@media (max-width: 768px) {
    .dashboard-card {
        margin-bottom: 1.5rem;
    }
}





/* Superadmin Dashboard Card */
.superadmin-card {
    background: linear-gradient(180deg, #e7f4ff 0%, #e8e8e8 100%);
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}
.superadmin-card h5{
    color: #fff;
}

.superadmin-card .text-primary{
    color: #1aff00 !important;
}


.superadmin-card .btn-outline-primary{
    color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.superadmin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.superadmin-card .card-header {
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
}

.superadmin-card .card-body {
    padding: 1rem 1.25rem;
}

.superadmin-card table tbody tr:hover {
    background-color: rgba(67, 97, 238, 0.05);
}

.superadmin-card .avatar-img {
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.superadmin-card .company-name {
    font-weight: 600;
    color: #212529;
}

.superadmin-card .plan-type {
    font-size: 0.85rem;
    color: #6c757d;
}

.superadmin-card .badge {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25em 0.5em;
    border-radius: 0.5rem;
}

.superadmin-card .badge.bg-danger { background-color: #f44336; }
.superadmin-card .badge.bg-warning { background-color: #ff9800; }
.superadmin-card .badge.bg-success { background-color: #4caf50; }
.superadmin-card .badge.bg-dark { background-color: #212529; }

.superadmin-card .blink {
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.superadmin-card .btn-outline-primary {
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.superadmin-card .btn-outline-primary:hover {
    background-color: #4361ee;
    color: #fff;
    border-color: #4361ee;
}









   
        
        
        