@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif !important;
}

input,
button,
select,
optgroup,
textarea {
    font-family: 'Poppins', sans-serif !important;
}

.treeview .btnLogout {
    background: transparent;
    border: none;
    margin-left: 20px;
    padding: 15px 0px;
    font-size: 18px;
}

.flexBtnHeader {
    display: flex;
    align-items: center;
}

.flexBtnHeader .checkinBtn {
    border: none;
    background: #fff;
    color: #000;
}

.logout a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 7px 20px;
    border-radius: 8px;
}

.logout i {
    font-size: 17px;
    color: #444444;
    cursor: pointer;
    padding: 10px 17px;
}

td.imgCircle {
    display: flex;
    align-items: center;
}

td.imgCircle img {
    border-radius: 100%;
    margin-right: 10px;
}

li.dropdown.user.user-menu {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.treeview.btnLogoutWrapRigth button i {
    color: #fff;
    font-size: 15px;
}

.btnLogoutWrapRigth button.btnLogout {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
}

li.dropdown.user.user-menu a.dropdown-toggle {
    display: flex;
    align-items: center;
}

li.dropdown.user.user-menu a.dropdown-toggle img {
    margin-right: 10px !important;
}

li.nav-item.checkinMain {
    list-style: none;
}

li.nav-item.checkinMain {
    list-style: none;
}

.main-header .logo {
    height: 53px
}

img.imgLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.leave-toggle {
    position: relative;
}


.popUpWrapper .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}

.popUpWrapper .modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.popUpWrapper .modal.is-visible {
    visibility: visible;
}

.popUpWrapper .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.popUpWrapper .modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.popUpWrapper .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.popUpWrapper .modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.popUpWrapper .modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.popUpWrapper .modal-header,
.modal-content {
    padding: 1em;
}

.popUpWrapper .modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.popUpWrapper .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

.popUpWrapper .modal-close:hover {
    color: #777;
}

.popUpWrapper .modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popUpWrapper .modal-content>*:first-child {
    margin-top: 0;
}

.popUpWrapper .modal-content>*:last-child {
    margin-bottom: 0;
}

.p-relative {
    position: relative;
}

.users-list>li img {
    height: unset !important;
}

button.btn.btn-app.btnPdf i {
    font-size: 30px;
}

.btnGroup {
    display: flex;
}

.cstScroll.bg-green.py-4.px-3 {
    height: 400px;
    padding: 20px 15px;
    overflow-y: scroll;
}

.cstScroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.cstScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cstScroll::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.cstScroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.noticeHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.pagination {
    justify-content: center;
    /* margin-top: 30px !important; */
    margin: 0 !important;
}

.data-table table {
    font-size: 13px !important;
}

.data-table table tr>td,
.data-table table tr>th {
    padding: 10px 21px !important;
}

.data-table table thead tr {
    background-color: #FAFAFA;
}

.badges {
    padding: 9.5px 10px !important;
    font-size: 10px;
    border-radius: 6px;
    font-weight: 600;
}

.active-badge {
    background-color: #D6FFE3;
    outline: 1px solid #00ff4f4f;
    color: #22C55E;
}

.deshboard-cards .deshboard-cards-icon i {
    color: #2663EB;
}

/* Modern Toggle Icon Styles */
.btn-toggle-modern {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    color: #64748b !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
}

.btn-toggle-modern:hover {
    background: #f1f5f9 !important;
    color: #2663EB !important;
    transform: scale(1.05);
}

.btn-toggle-modern svg {
    transition: all 0.3s ease;
}

.btn-toggle-modern:hover svg path {
    stroke: #2663EB;
}

.pandind-badge {
    background-color: #FFF8DE;
    outline: 1px solid #FFE892;
    color: #F59E0B;
}

.deactive-badge {
    background-color: #FFF1F1;
    outline: 1px solid #FFCFCF;
    color: #EF4444;
}

.new-badge {
    background-color: #D1E5FF;
    outline: 1px solid #3b82f678;
    color: #3B82F6;
}

.data-table table .manage-process {
    display: flex;
    gap: 13px;
}

.data-table table .manage-process .edit-item {
    color: #000;
}

.data-table table .manage-process .delete-item {
    color: #000;
}

.data-table table td:nth-last-child(1) {
    border-bottom: 0 !important;
}

.data-table .card-header {
    padding: .35rem 1.25rem !important;
}

.data-table .card-header h4 {
    font-size: 18px !important;
}

.card-body .table-responsive {
    padding: 0 !important;
}

.card-body.p-0 .table tbody>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table thead>tr>th:first-of-type {
    text-align: left;
}

body#asdasd p,
body#asdasd span,
body#asdasd td,
body#asdasd th,
body#asdasd div,
body#asdasd li,
body#asdasd li a {
    font-size: 13px;
}

.content-wrapper .card-body label {
    font-weight: 400;
    font-size: 15px;
}

.content-wrapper .card-body select .select2-selection,
.content-wrapper .card-body select,
.content-wrapper .card-body input {
    height: calc(40px) !important;
    border-radius: 10px !important;
    text-indent: 5px;
    padding-left: 0;
}

/* ===============================================================
   HUBSTAFF-INSPIRED SIDEBAR - CSS-only overrides
   Targets existing AdminLTE sidebar-dark-primary classes
   =============================================================== */

/* Sidebar shell */

.main-sidebar {
    z-index: 99999;
}

.main-sidebar.sidebar-dark-primary {
    background: #f8fafc !important;
    border-right: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
}

.main-sidebar.sidebar-dark-primary .sidebar {
    background: #f8fafc !important;
    padding-top: 0 !important;
}

/* Logo brand strip - keep dark so white logo stays visible */
.main-sidebar.sidebar-dark-primary .logo {
    background: #f8fafc !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* User panel */
.main-sidebar.sidebar-dark-primary .user-panel {
    border-bottom: 1px solid #e0e0e0 !important;
    background: #f8fafc;
    border-radius: 0;
    padding: 14px 10px !important;
}

.main-sidebar.sidebar-dark-primary .user-panel .image img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: 2px solid #2663EB;
    box-shadow: 0 0 0 2px rgba(0, 184, 124, 0.12);
}

.main-sidebar.sidebar-dark-primary .user-panel .image {
    padding: 0 !important;
}

.main-sidebar.sidebar-dark-primary .user-panel .info a {
    color: #333 !important;
    font-size: 13px;
    font-weight: 600;
}

/* Nav items - parent level */
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item {
    margin: 0px 8px;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link {
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    padding: 11px 12px !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent;
    background: transparent !important;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover {
    background: #2663EB1a !important;
    color: #2663EB !important;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover .nav-icon {
    color: #1e293b !important;
}

/* Icons */
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link .nav-icon {
    color: #1e293b !important;
    font-size: 14px !important;
    transition: color 0.2s ease;
}

/* Text */
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link p {
    color: #1e293b !important;
    margin-top: 2px !important;
    font-size: 13px !important;
}

/* Chevron arrows */
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link p>.right,
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link p>i.right {
    color: #1e293b !important;
    transition: transform 0.25s ease, color 0.25s ease !important;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item.menu-open>.nav-link p>.right,
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item.menu-open>.nav-link p>i.right {
    transform: rotate(-90deg);
    color: #2663EB !important;
}

/* Active state */
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: #2663EB1a !important;
    color: #2663EB !important;
    border-left-color: #2663EB !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active .nav-icon {
    color: #2663EB !important;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p {
    color: #2663EB !important;
}

/* Treeview sub-menu */
.main-sidebar.sidebar-dark-primary .nav-treeview {
    background: transparent !important;
    padding: 2px 0 !important;
}

.main-sidebar.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link {
    color: #777 !important;
    font-size: 12.5px !important;
    padding: 8px 8px !important;
    border-radius: 5px;
    margin: 1px 6px;
    transition: all 0.2s ease;
    background: transparent !important;
}

.main-sidebar.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link:hover {
    background: #2663EB1a !important;
    color: #333 !important;
}

.main-sidebar.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active {
    color: #2663EB !important;
    background: #2663EB1a !important;
    font-weight: 500 !important;
}

/* Sub-menu circle icons */
.main-sidebar.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link>.nav-icon {
    font-size: 7px !important;
    color: #ccc !important;
}

.main-sidebar.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active>.nav-icon {
    color: #2663EB !important;
}

.main-sidebar.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link p {
    color: #1e293b !important;
    font-size: 12.5px !important;
}

.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link p>.right,
.main-sidebar.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link p>i.right {
    top: 15px;
}

/* Scrollbar */
.main-sidebar.sidebar-dark-primary .sidebar {
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 transparent;
}

.main-sidebar.sidebar-dark-primary .sidebar::-webkit-scrollbar {
    width: 4px;
}

.main-sidebar.sidebar-dark-primary .sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.main-sidebar.sidebar-dark-primary .sidebar::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px;
}

.main-sidebar.sidebar-dark-primary .sidebar::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* OverlayScrollbars override */

/* ===============================================================
   MODERN CLEAN DASHBOARD - VERSION 2 (REFINED)
   =============================================================== */

:root {
    --dash-bg: #F8FAFC;
    --card-bg: #FFFFFF;
    --primary: #2663EB;
    --text-main: #1E293B;
    --text-muted: #64748B;
    --success: #10B981;
    --danger: #EF4444;
    --radius: 18px;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
}

/* Dashboard Background */
.content-wrapper {
    background-color: var(--dash-bg) !important;
    /* padding: 20px !important; */
}

.content-header {
    padding: 10px 20px 0 20px;
}

.content-wrapper>.content {
    padding: 0px 20px 0 20px;
}

.menual-update-1 {
    text-align: right;
}

/* Section Titles */
.content-header h1 {
    font-weight: 700 !important;
    color: var(--text-main) !important;
    font-size: 24px !important;
    letter-spacing: -0.025em;
    margin-bottom: 20px !important;
}

/* Refined Card Styling */
.small-box,
.card {
    background: var(--card-bg) !important;
    border: none !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow) !important;
    margin-bottom: 24px !important;
    padding: 20px !important;
    transition: transform 0.2s ease;
}

.recent-activity.card {
    margin-bottom: 0 !important;
}

.small-box h3 {
    font-weight: 700 !important;
    color: var(--text-main) !important;
    font-size: 27px !important;
}

/* .small-box:hover,
.card:hover {
    transform: translateY(-4px);
} */

.card-header {
    background: transparent !important;
    border-bottom: 1px solid #F1F5F9 !important;
    padding: 0 0 12px 0 !important;
}

.card-header .card-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--text-main) !important;
}

/* KPI Boxes Improvement */
.deshboard-cards .small-box {
    min-height: 110px;
    display: flex;
    align-items: center;
    padding: 15px 15px !important;
}

/* deshboard-cards .deshboard-cards-icon i {
    font-size: 20px;
    color: #007BFF;
    background-color: #007dff00 !important;
    padding: 12px;
    border-radius: 12px;
} */



.deshboard-cards .inner {
    padding: 0 !important;
    width: 100%;
}

.deshboard-cards-icon {
    width: 44px;
    height: 44px;
    /* background: #EEF2FF !important; */
    color: var(--primary) !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 5px;
}

.deshboard-cards .detail p {
    color: var(--text-muted) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.deshboard-cards h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: var(--text-main) !important;
    /* margin: 4px 0 0 0 !important; */
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Progress Items for Work Status */
.work-status .progress-item {
    margin-bottom: 5px;
}

.work-status .title {
    font-size: 12px !important;
    color: var(--text-muted) !important;
    font-weight: 700 !important;
}

.work-status .progress {
    height: 8px !important;
    border-radius: 10px !important;
    background: #F1F5F9 !important;
}

.work-status .progress-bar {
    background: var(--primary) !important;
    border-radius: 10px !important;
}

/* Table Polish */
.table thead th {
    background: #F8FAFC !important;
    border: none !important;
    color: var(--text-muted) !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px !important;
}

.table td {
    border-top: 1px solid #F1F5F9 !important;
    padding: 12px !important;
    font-size: 13px !important;
    color: var(--text-main) !important;
}

/* Buttons */
.btn-primary {
    background: var(--primary) !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    padding: 8px 20px !important;
}

.daily-timing .btn {
    padding: 5.25px 1rem !important;
    font-size: 13px !important;
}

/* ===============================================================
   TIME & ACTIVITY - DARK VIBRANT FLOATING STATS
   =============================================================== */

.modern-stat-card {
    position: relative;
    overflow: hidden;
    padding: 30px 25px !important;
    border-radius: 20px !important;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    color: #ffffff !important;
}

.modern-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

.stat-main-content {
    position: relative;
    z-index: 5;
}

.stat-label {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8) !important;
}

.stat-value {
    margin: 8px 0 0 0;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff !important;
}

.stat-footer {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9) !important;
}

.stat-icon-bg {
    position: absolute;
    right: -40px;
    top: -40px;
    font-size: 160px;
    color: #ffffff !important;
    opacity: 0.12;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modern-stat-card:hover .stat-icon-bg {
    transform: scale(1.4) rotate(-5deg);
    opacity: 0.2;
}

/* Dark Vibrant Color Schemes */
.stat-card-total {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%) !important;
}

.stat-card-idle {
    background: linear-gradient(135deg, #c2410c 0%, #f97316 100%) !important;
}

.stat-card-active {
    background: linear-gradient(135deg, #047857 0%, #10b981 100%) !important;
}

.stat-card-activity {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
}

/* ===============================================================
   TIME & ACTIVITY - FILTERS CARD MODERNIZATION
   =============================================================== */

.filter-card {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 24px !important;
    border: 1px solid #f1f5f9 !important;
}


.filter-card .card-body {
    padding: 20px !important;
}

.filter-card .card-body input {
    text-indent: 20px !important;
}

.filter-label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

label.filter-label.employees-label {
    margin-bottom: 11px;
}

.filter-control {
    height: 42px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 14px !important;
    color: #1e293b !important;
    background-color: #f8fafc !important;
    transition: all 0.2s ease;
}

.filter-control:focus {
    border-color: #2663EB !important;
    box-shadow: 0 0 0 3px rgba(25, 97, 177, 0.1) !important;
    background-color: #ffffff !important;
}

.btn-filter-action {
    height: 42px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-apply {
    background-color: #2663EB !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-apply:hover {
    background-color: #155196 !important;
    transform: translateY(-1px);
}

.btn-reset {
    background-color: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
}

.btn-reset:hover {
    background-color: #e2e8f0 !important;
}

/* Select2 Overrides for Filter */
.filter-card .select2-container--default .select2-selection--single {
    height: 36px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center !important;
}

.filter-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding-left: 05px !important;
    color: #1e293b !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.filter-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.filter-card .select2-container--default .select2-selection--single:focus,
.filter-card .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #2663EB !important;
    outline: none !important;
    background-color: #ffffff !important;
}

/* Range Label Badge - Standardized Height */
#selected-range-label {
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    /* margin-left: 10px !important; */
    white-space: nowrap !important;
    vertical-align: middle !important;
    box-shadow: 0 2px 4px rgba(25, 97, 177, 0.15) !important;
    margin: 0 !important;
}

/* ===============================================================
   TIME & ACTIVITY - MODERN TABLE STYLING
   =============================================================== */

.modern-table-card {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.hours-worked-chat {
    margin-bottom: 0px !important;
}

.modern-table-card .card-header {
    padding: 0px 0px 20px 0px !important;
}

.modern-table {
    width: 100%;
}

.modal-body .table-responsive {
    padding: 0 !important;
}

.modal-header {
    align-items: center;
}

.modern-table thead th {
    background-color: #f8fafc !important;
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 25px !important;
    border-bottom: 2px solid #f1f5f9 !important;
    border-top: none !important;
    white-space: nowrap !important;
}

.modern-table tbody td {
    padding: 18px 25px !important;
    vertical-align: middle !important;
    font-size: 13px;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
}

.modern-table tbody tr:hover {
    background-color: #f8fafc !important;
}

.modern-table td .dropdown {
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.date-icon-circle {
    width: 32px;
    height: 32px;
    background: #eff6ff;
    color: #2663EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Modern Badges for Table */
.modern-badge {
    padding: 5px 17px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: inline-block;
    letter-spacing: 0.3px;
}

.badge-soft-primary {
    background-color: #eff6ff !important;
    color: #1e40af !important;
}

.badge-soft-warning {
    background-color: #fffbeb !important;
    color: #92400e !important;
}

.badge-soft-success {
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
}

/* Modern Progress for Activity % */
.modern-progress-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modern-progress {
    height: 8px !important;
    background-color: #f1f5f9 !important;
    border-radius: 10px !important;
    flex-grow: 1;
    margin: 0 !important;
}

.modern-progress-bar {
    border-radius: 10px !important;
    background: linear-gradient(90deg, #2663EB 0%, #3b82f6 100%) !important;
}

.progress-text {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    min-width: 45px;
}

.empty-state-icon i {
    color: #e2e8f0;
}

.user-avatar-sm {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #e2e8f0;
}

.modal-dialog {
    max-width: 900px;
}

.modal-modern-close {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    color: #fff !important;
    opacity: 1 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

.modal-modern-close:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: rotate(90deg);
}

.modal-modern-close span {
    font-size: 22px;
    line-height: 1;
    display: block;
    margin-top: -2px;
}

/* Modern Tool Buttons (Print, Excel, PDF) */
.btn-modern-tool {
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    white-space: nowrap !important;
}

.btn-modern-tool:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

.btn-modern-tool i {
    font-size: 14px !important;
}

.btn-soft-primary {
    background: #eff6ff !important;
    color: #2663EB !important;
}

.btn-soft-primary:hover {
    background: #2663EB !important;
    color: #fff !important;
}

.btn-soft-success {
    background: #ecfdf5 !important;
    color: #059669 !important;
}

.btn-soft-success:hover {
    background: #059669 !important;
    color: #fff !important;
}

.btn-soft-danger {
    background: #fef2f2 !important;
    color: #dc2626 !important;
}

.btn-soft-danger:hover {
    background: #dc2626 !important;
    color: #fff !important;
}

/* Weekly Performance Header Styles */
.performance-icon-circle {
    width: 52px;
    height: 52px;
    background: #eff6ff;
    color: #2663EB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(25, 97, 177, 0.12);
    flex-shrink: 0;
}

.page-header-row {
    margin-top: -2rem;
}

.page-header-row h1 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: #1e293b !important;
    line-height: 1.2;
}

.page-header-row p {
    font-size: 12px !important;
    margin-top: 2px;
}

/* .filter-container-modern {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
} */


.page-header-row .filter-container-modern {

    border: 0 !important;
}

.filter-container-modern .select2-container--default .select2-selection--single {
    padding: .46875rem 4.5rem .46875rem .7rem !important;
}

.filter-container-modern .filter-control {
    font-size: 12.50px !important;
}

.filter-container-modern i {
    top: 11.50px !important;
}

/* Light Modern Stat Cards */
.modern-stat-card-light {
    position: relative;
    overflow: hidden;
    padding: 30px 25px !important;
    border-radius: 20px !important;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}

.modern-stat-card-light:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.modern-stat-card-light .stat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.modern-stat-card-light .stat-value {
    font-size: 32px;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.modern-stat-card-light .stat-footer {
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    opacity: 0.8;
}

.modern-stat-card-light .stat-icon-bg {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 100px;
    opacity: 0.08;
    transform: rotate(-10deg);
    transition: all 0.4s ease;
}

.modern-stat-card-light:hover .stat-icon-bg {
    transform: rotate(0deg) scale(1.1);
    opacity: 0.12;
}

/* Light Gradient Variants */
.stat-light-primary {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    color: #0369a1 !important;
}

.stat-light-success {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
    color: #15803d !important;
}

.stat-light-warning {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
    color: #a16207 !important;
}

/* Recent Activity - Screenshot Cards & User Rows */
.screenshot-card-modern {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.screenshot-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #2663EB;
}

.screenshot-img-wrapper {
    position: relative;
    line-height: 0;
}

.activity-screenshot-img {
    transition: transform 0.6s ease;
}

.screenshot-card-modern:hover .activity-screenshot-img {
    transform: scale(1.08);
}

.screenshot-badge-modern {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: flex;
    align-items: center;
}

.screenshot-time-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 12px 8px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    z-index: 1;
}

.fancybox__container {
    z-index: 9999999 !important;
}

.screenshot-placeholder-modern {
    height: 130px;
    background: #f8fafc;
    border: 2px dashed #e2e8f0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.activity-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    width: 100%;
}

/* Department Activity Refined Styles */
.dept-icon-box {
    width: 42px;
    height: 42px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #2663EB;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.modern-row-hover {
    transition: background-color 0.3s ease;
}

.modern-row-hover:hover {
    background-color: #fbfcfe !important;
}

.modern-row-hover:hover .dept-icon-box {
    background-color: #eff6ff;
    border-color: #2663EB;
    transform: scale(1.05);
}

.select2-selection__rendered {
    gap: 5px;
}

/* Modern Soft Badge System */
.badge-soft-primary {
    background-color: #eff6ff !important;
    color: #1e40af !important;
    border: 1px solid rgba(30, 64, 175, 0.1) !important;
}

.badge-soft-success {
    background-color: #f0fdf4 !important;
    color: #15803d !important;
    border: 1px solid rgba(21, 128, 61, 0.1) !important;
}

.badge-soft-danger {
    background-color: #fef2f2 !important;
    color: #b91c1c !important;
    border: 1px solid rgba(185, 28, 28, 0.1) !important;
}

.badge-soft-warning {
    background-color: #fffbeb !important;
    color: #a16207 !important;
    border: 1px solid rgba(161, 98, 7, 0.1) !important;
}

.badge-soft-info {
    background-color: #ecfeff !important;
    color: #0e7490 !important;
    border: 1px solid rgba(14, 116, 144, 0.1) !important;
}

.modern-badge {
    padding: 6px 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.slab-box-modern {
    padding: 0 !important;
}

/* Screenshot Slab Hover Interactions */
.slab-checkbox-container,
.slab-delete-trigger-modern {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-10px);
}

.slab-box-modern:hover .slab-checkbox-container,
.slab-box-modern:hover .slab-delete-trigger-modern {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.slab-box-modern.selected .slab-checkbox-container {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.slab-delete-trigger-modern:hover {
    background: #dc2626 !important;
    /* Deeper red on hover */
    transform: scale(1.1) !important;
}

/* ===============================================================
   MODERN EMPLOYEE MODULE STYLES
   =============================================================== */
:root {
    --primary-color: #2663EB;
    --primary-gradient: linear-gradient(135deg, #2663EB 0%, #2575fc 100%);
    --text-muted: #939BA2;
    --text-main: #1e293b;
    --input-height: 40px;
    --glass-bg: #ffffff;
    --glass-border: #e2e8f0;
    --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Card Styling */
.form-section-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px !important;
    box-shadow: var(--card-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-section-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.form-section-card .card-header {
    background: transparent;
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 1.5rem;
}

.form-section-card .card-title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.1rem !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.form-section-card .card-title i {
    color: var(--primary-color);
}

/* Form Controls */
.form-group label {
    font-weight: 600 !important;
    color: var(--text-muted);
    margin-bottom: 6px;
    font-size: 14px !important;
    margin-left: 2px;
}

.form-control {
    height: var(--input-height) !important;
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 8px 14px !important;
    font-size: 14px !important;
    color: var(--text-muted) !important;
    background-color: #f8fafc !important;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color) !important;
    background-color: #fff !important;
    outline: none;
}

/* Select2 Customization */
.select2-container--default .select2-selection--single {
    height: var(--input-height) !important;
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    padding-left: 0px !important;
    color: #000 !important;
    line-height: var(--input-height) !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(var(--input-height) - 2px) !important;
    right: 10px !important;
}

/* Custom File Input (Photo Upload) */
.custom-media-upload {
    position: relative;
    height: var(--input-height);
}

.custom-file-label {
    height: var(--input-height) !important;
    padding-left: 40px !important;
    padding-top: 8px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    color: var(--text-muted) !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.custom-file-label::before {
    content: '\f030';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 14px;
    color: var(--primary-color);
    font-size: 14px;
}

.custom-file-label::after {
    content: 'Upload' !important;
    height: calc(var(--input-height) - 4px) !important;
    padding: 0 15px !important;
    background: var(--primary-gradient) !important;
    color: white !important;
    border-radius: 6px !important;
    top: .9px !important;
    right: .8px !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

/* Buttons */
.box-footer {
    background: transparent;
    border: none;
    padding: 1rem 0;
    display: flex;
    gap: 12px;
}

.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    height: 42px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px !important;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-submit {
    background: var(--primary-gradient);
    color: white !important;
    box-shadow: 0 4px 10px rgba(25, 97, 177, 0.2);
}

.btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(25, 97, 177, 0.3);
}

.btn-cancel {
    background: #fff;
    color: var(--text-muted) !important;
    border: 1.5px solid #e2e8f0 !important;
}

.btn-cancel:hover {
    background: #f1f5f9;
    color: var(--text-main) !important;
}



/* Employee Index Page Styles */
.employee-index-card {
    padding: 0 !important;
}

.employee-index-card .card-header {
    padding: 1.5rem 2rem !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

/* DataTables Search Box Modernization */
#employees-table_wrapper .dataTables_filter {

    float: right;
    padding: 15px;
}

#employees-table_wrapper .dataTables_filter label {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}

#employees-table_wrapper .dataTables_filter input {
    height: 42px !important;
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 8px 15px 8px 45px !important;
    font-size: 14px !important;
    background-color: #f8fafc !important;
    width: 280px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: var(--text-muted) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

#employees-table_wrapper .dataTables_filter input:focus {
    border-color: #2663EB !important;
    background-color: #fff !important;
    box-shadow: 0 10px 25px -5px rgba(25, 97, 177, 0.15) !important;
    width: 350px !important;
    outline: none;
}

#employees-table_wrapper .dataTables_filter label::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

/* Modern Table Styling */
.modern-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
}

.modern-table thead th {
    background: #f8fafc !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-top: none !important;
}

.modern-table tbody td {
    padding: 15px 20px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f5f9 !important;
    color: #1e293b !important;
    font-size: 13px !important;
    background: #fff !important;
}

.modern-table tbody tr:hover td {
    background-color: #f8fafc !important;
    cursor: pointer;
}

/* Status Badges */
.modern-badge {
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.badge-soft-success {
    background: #ecfdf5 !important;
    color: #10b981 !important;
}

.badge-soft-danger {
    background: #fef2f2 !important;
    color: #ef4444 !important;
}

.badge-soft-warning {
    background: #fffbeb !important;
    color: #f59e0b !important;
}

.badge-soft-primary {
    background: #eff6ff !important;
    color: #3b82f6 !important;
}

/* Action Buttons */
.btn-soft-primary {
    background: #eff6ff !important;
    color: #3b82f6 !important;
}

.btn-soft-primary:hover {
    background: #3b82f6 !important;
    color: #fff !important;
}

.btn-soft-success {
    background: #ecfdf5 !important;
    color: #10b981 !important;
}

.btn-soft-success:hover {
    background: #10b981 !important;
    color: #fff !important;
}

.btn-soft-danger {
    background: #fef2f2 !important;
    color: #ef4444 !important;
}

.btn-soft-danger:hover {
    background: #ef4444 !important;
    color: #fff !important;
}

.btn-soft-warning {
    background: #fffbeb !important;
    color: #f59e0b !important;
}

.btn-soft-warning:hover {
    background: #f59e0b !important;
    color: #fff !important;
}

/* Three-dot Dropdown Styling */
.table-dropdown {
    position: static !important;
}

.btn-action-dots {
    background: #f8fafc;
    color: #64748b;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-action-dots:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.dropdown-menu-modern {
    border: none !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 8px !important;
    min-width: 160px !important;
    z-index: 1050 !important;
}

.dropdown-menu-modern .dropdown-item {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.2s ease !important;
}

.dropdown-menu-modern .dropdown-item i {
    font-size: 14px !important;
    width: 20px !important;
    text-align: center !important;
}

.dropdown-menu-modern .dropdown-item:hover {
    background-color: #f1f5f9 !important;
    color: #2663EB !important;
}

.dropdown-menu-modern .dropdown-item.text-danger:hover {
    background-color: #fef2f2 !important;
    color: #ef4444 !important;
}

/* Circular Avatar */
.avatar-circle-sm {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}


/* Responsive Table Fixes */
.table-responsive {
    overflow-x: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
}

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

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

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

.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #cbd5e1;
}

/* Ensure dropdowns aren't clipped while allowing horizontal scroll in modern cards */
.form-section-card .table-responsive {
    padding-bottom: 20px !important;
    /* Space for the dropdown menu */
}

#employees-table_wrapper {
    overflow: visible !important;
}


/* Hide dropdown arrow for action buttons */
.btn-action-dots::after {
    display: none !important;
}


/* Refined Modern Table (Based on Reference) */
.modern-table {
    border: none !important;
}

.modern-table thead th {
    background: #fdfdfd !important;
    color: #1e293b !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 18px 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.modern-table tbody td {
    padding: 10px 20px !important;
    border-bottom: 1px solid #f8fafc !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    /* color: #64748b !important; */

}

.modern-table tbody tr:hover td {
    background-color: #fcfdfe !important;
}

.text-main-bold {
    color: #1e293b !important;
    font-weight: 600 !important;
}

.text-muted-sm {
    color: #94a3b8 !important;
    font-size: 13px !important;
}

/* Updated Avatar Size */
.avatar-circle-sm {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

/* Subtle 3-dot Button */
.btn-action-dots {
    background: transparent !important;
    border: none !important;
    color: #3b82f6 !important;
    font-size: 16px !important;
    width: 30px !important;
    height: 30px !important;
}

.btn-action-dots:hover {
    background: #eff6ff !important;
    border-radius: 50% !important;
}


/* Premium Pagination Styling */
#employees-table_wrapper .dataTables_paginate {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: flex-end !important;
}

#employees-table_wrapper .dataTables_paginate .paginate_button {
    padding: 8px 14px !important;
    margin: 0 4px !important;
    border-radius: 10px !important;
    border: 1px solid #f1f5f9 !important;
    background: #fff !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

#employees-table_wrapper .dataTables_paginate .paginate_button.current {
    background: #2663EB !important;
    color: #fff !important;
    border-color: #2663EB !important;
    box-shadow: 0 4px 10px rgba(25, 97, 177, 0.2) !important;
}

#employees-table_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #2663EB !important;
}

/* Info Text */
#employees-table_wrapper .dataTables_info {
    color: #94a3b8 !important;
    font-size: 13px !important;
    padding-top: 25px !important;
}


/* Ensure designation and other text-muted-sm content is handled gracefully */
.text-muted-sm {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* Table Header Specifics */
.modern-table thead th {
    white-space: nowrap !important;
}

table.dataTable thead .sorting_asc {
    background-image: unset !important
}

/* ===============================================================
   MODERN NOTICE BOARD & TIMELINE STYLES
   =============================================================== */

.notice-board {
    border: none !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px !important;
    overflow: hidden;
}

.notice-header-modern {
    background: #fff !important;
    border-bottom: 1px solid #f8fafc !important;
    padding: 15px 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-icon-box {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #2663EB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(25, 97, 177, 0.1);
}

.badge-danger-soft {
    background-color: #fef2f2 !important;
    color: #ef4444 !important;
    border: 1px solid #fee2e2 !important;
    font-weight: 700 !important;
    padding: 5px 12px !important;
}

/* .timeline {
    padding: 20px 25px !important;
} */

.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}

.timeline::before {
    border-radius: 0.25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.timeline>div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}

.timeline>div>.timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 12px;
    background-color: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
    border: 1px solid #f1f5f9;
}

.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid #f1f5f9;
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 15px;
    font-weight: 700;
}

.timeline>div>.timeline-item>.timeline-header>a {
    font-weight: 700;
    color: var(--primary);
}

.notice-type-badge {
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    letter-spacing: 0.5px;
}

.badge-notice-general {
    background: #eff6ff;
    color: #2663EB;
    border: 1px solid #dbeafe;
}

.badge-notice-urgent {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fee2e2;
}

.badge-notice-info {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #dcfce7;
}

.timeline-body-truncate {
    overflow: hidden;
    position: relative;
    padding: 15px !important;
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.timeline-body-truncate .full-content,
.timeline-body-truncate .truncated-content {
    transition: opacity 0.4s ease;
}

.timeline-body-truncate .full-content {
    display: none;
    opacity: 0;
}

.timeline-body-truncate.expanded .full-content {
    display: block;
    opacity: 1;
}

.timeline-body-truncate.expanded .truncated-content {
    display: none;
    opacity: 0;
}

.timeline-footer {
    padding: 0 15px 15px 15px !important;
    border-top: none !important;
}

.full-content p {
    color: rgb(71, 85, 105) !important;
    font-size: 13px !important;
}

.btn-read-more {
    background: #eff6ff !important;
    border: 1px solid #dbeafe !important;
    color: #2663EB !important;
    font-weight: 600 !important;
    padding: 6px 16px !important;
    font-size: 12px !important;
    border-radius: 20px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(25, 97, 177, 0.05);
}

.btn-read-more:hover {
    background: #2663EB !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(25, 97, 177, 0.15);
}

.btn-read-more i {
    font-size: 10px;
    transition: transform 0.4s ease;
}

.btn-read-more.active {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
    color: #64748b !important;
}

.btn-read-more.active i {
    transform: rotate(180deg);
}

.time-label span {
    border-radius: 12px !important;
    padding: 6px 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Modern Action Dots Dropdown */
.btn-action-dots {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0;
}

.btn-action-dots:hover,
.btn-action-dots:focus {
    background: #eff6ff;
    border-color: #dbeafe;
    color: #2563eb;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
}

.dropdown-menu-modern {
    border: none !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 8px !important;
    min-width: 180px !important;
    margin-top: 8px !important;
    border: 1px solid #f1f5f9 !important;
}

.dropdown-menu-modern .dropdown-item {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.2s ease !important;
}

.dropdown-menu-modern .dropdown-item i {
    width: 16px;
    font-size: 14px;
    opacity: 0.8;
}

.dropdown-menu-modern .dropdown-item:hover {
    background-color: #f8fafc !important;
    color: #1e293b !important;
}

.dropdown-menu-modern .dropdown-item.text-danger:hover {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
}

.dropdown-divider {
    margin: 6px 8px !important;
    border-top: 1px solid #f1f5f9 !important;
}

/* ===============================================================
   MODERN BUTTONS & HEADER ACTIONS
   =============================================================== */

.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.btn-modern {
    padding: 10px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex;
    align-items: center;
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    text-transform: none !important;
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.btn-modern:active {
    transform: translateY(0);
}

.btn-primary-modern {
    background: linear-gradient(135deg, #2663EB 0%, #0d4a8e 100%) !important;
    color: #ffffff !important;
}

.btn-secondary-modern {
    background: #ffffff !important;
    color: #1E293B !important;
    border: 1px solid #E2E8F0 !important;
}

.btn-secondary-modern:hover {
    background: #F8FAFC !important;
    color: #2663EB !important;
    border-color: #2663EB !important;
}

.page-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .page-header-actions {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .header-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* ===============================================================
   MODERN PROFILE PAGE COMPONENTS
   =============================================================== */

.profile-premium-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
}

.profile-banner {
    height: 120px;
    background: linear-gradient(135deg, #2663EB 0%, #0d4a8e 100%);
}

.profile-avatar-container {
    margin-top: -60px;
    padding: 0 25px 25px 25px;
    text-align: center;
}

.profile-avatar-wrapper {
    position: relative;
    display: inline-block;
}

.profile-avatar-wrapper img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.edit-avatar-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2663EB;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.edit-avatar-btn:hover {
    background: #2663EB;
    color: #ffffff;
}

.profile-name-section {
    margin-top: 15px;
}

.profile-name-section h4 {
    font-weight: 800 !important;
    font-size: 22px !important;
    color: #1E293B !important;
    margin-bottom: 4px !important;
}

.profile-designation {
    color: #64748B !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.profile-info-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 24px !important;
}

.profile-info-card .card-header {
    padding: 20px 25px !important;
    border-bottom: 1px solid #F1F5F9 !important;
}

.profile-info-card .card-header h4 {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1E293B !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-info-card .card-body {
    padding: 15px 25px !important;
}

.modern-info-table {
    width: 100%;
}

.modern-info-table tr {
    border-bottom: 1px solid #F8FAFC;
}

.modern-info-table tr:last-child {
    border-bottom: none;
}

.modern-info-table td {
    padding: 14px 0 !important;
    font-size: 14px !important;
}

.info-label {
    text-align: left !important;
    color: #58677c !important;
    font-weight: 500 !important;
    width: 40%;
}

.info-value {
    color: #1E293B !important;
    font-weight: 500 !important;
    text-align: right;
}

.password-card {
    border-radius: 20px !important;
    border: 1px solid #E2E8F0 !important;
    background: #F8FAFC !important;
    padding: 25px !important;
}

.password-card .form-control {
    background: #ffffff !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    padding: 12px 15px !important;
    height: auto !important;
}

.password-hint {
    font-size: 12px !important;
    color: #64748B !important;
    margin-top: 8px !important;
    line-height: 1.5;
}

.password-hint strong {
    color: #2663EB;
}

/* ===============================================================
   MODERN NAVBAR & USER ACTION MENU
   =============================================================== */

.main-header.navbar {
    border-bottom: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    padding: 0.5rem 1.5rem !important;
    height: 70px;
}

/* Modern Search Bar */
.navbar-search-modern {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 6px 12px;
    margin-left: 20px;
    width: 300px;
    transition: all 0.3s ease;
}

.navbar-search-modern:focus-within {
    border-color: #2663EB;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(38, 99, 235, 0.1);
}

.navbar-search-modern i {
    color: #94a3b8;
    font-size: 14px;
    margin-right: 10px;
}

.navbar-search-modern input {
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    color: #1e293b;
    width: 100%;
}

.navbar-search-modern .shortcut {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 2px 6px;
    margin-left: 8px;
    white-space: nowrap;
}

/* Modern Nav Links & Icons */
.nav-link-modern {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #64748b !important;
    transition: all 0.2s ease;
    margin: 0 4px;
}

.nav-link-modern:hover {
    background: #f1f5f9;
    color: #2663EB !important;
}

.nav-link-modern i {
    font-size: 18px;
}

.nav-link-modern .badge {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-red {
    background: #ef4444 !important;
    color: #fff !important;
}

.badge-blue {
    background: #3b82f6 !important;
    color: #fff !important;
}

/* User Action Menu Dropdown */
.user-action-menu .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2663EB;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.user-action-menu:hover .user-avatar {
    transform: scale(1.05);
    border-color: #2663EB;
}

.user-action-menu .dropdown-header-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2663EB;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.user-action-menu .dropdown-menu {
    width: 260px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    margin-top: 15px !important;
    border: none;
}

.user-action-menu .dropdown-header {
    padding: 8px 12px 16px 12px;
}

.user-action-menu .dropdown-header h6 {
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 2px;
}

.user-action-menu .dropdown-header p {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

.user-action-menu .dropdown-divider {
    border-top: 1px solid #f1f5f9;
    margin: 8px -12px;
}

.user-action-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 10px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.user-action-menu .dropdown-item:hover {
    background: #f8fafc;
    color: #2663EB;
}

.user-action-menu .dropdown-item i {
    width: 20px;
    font-size: 16px;
    margin-right: 12px;
    color: #94a3b8;
    display: flex;
    justify-content: center;
}

.user-action-menu .dropdown-item:hover i {
    color: #2663EB;
}

.user-action-menu .dropdown-item.logout-link {
    color: #ef4444;
}

.user-action-menu .dropdown-item.logout-link:hover {
    background: #fef2f2;
}

.user-action-menu .dropdown-item.logout-link i {
    color: #ef4444;
}

/* Premium Buttons */
.btn-premium-blue {
    /* background: #2663EB !important; */
    background: linear-gradient(135deg, #2663EB 0%, #2575fc 100%) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 11.5px 16px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    font-size: 13px !important;
}

.btn-premium-blue:hover {
    background: linear-gradient(135deg, #2663EB 100%, #2575fc 0%) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(38, 99, 235, 0.2);
}

.btn-premium-outline {
    background: #ffffff !important;
    color: #2663EB !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    padding: 11.5px 16px !important;
    transition: all 0.3s ease !important;
    font-size: 13px !important;
}

.btn-premium-outline:hover {
    background: #f8fafc !important;
    border-color: #2663EB !important;
}

/* Tracking Status Item in Menu */
.tracking-status {
    position: absolute;
    right: 0;
    top: 0;
}

.tracking-status-item {
    cursor: default !important;
    background: transparent !important;
    padding: 12px 16px !important;
}

.status-indicator.status-inactive {
    background-color: #EF4444;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.1);
}

.status-indicator.status-active {
    background-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
}

.status-indicator.status-paused {
    background-color: #F59E0B;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
}



.status-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #10b981;
    border-radius: 50%;
    animation: status-pulse 2s infinite;
}

@keyframes status-pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.status-paused {
    background-color: #f59e0b;
}

.status-inactive {
    background-color: #9ca3af;
}

.status-text {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    display: block;
    line-height: 1.2;
}

.status-indicator-container {
    display: flex;
    align-items: center;
}

/* Dashboard Status Cards Modern - Premium Refined */
.stat-card-modern {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.stat-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    border-color: rgba(38, 99, 235, 0.2);
}

.stat-card-modern .card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 12px;
}

.stat-card-modern .icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
}

.stat-card-modern:hover .icon-box {
    transform: scale(1.1);
}

.stat-card-modern .stat-content {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.stat-card-modern .stat-value {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0;
    line-height: 1;
    margin-bottom: 8px;
}

.card-header::after {
    display: none;
}

.stat-card-modern .stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #64748b !important;
    letter-spacing: 0.8px;
    margin-top: 8px;
    display: block;
    text-transform: uppercase;
}

.stat-card-modern .stat-value {
    font-size: 32px;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0;
    line-height: 1;
    display: block;
}

.stat-card-modern .leave-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.stat-card-modern .leave-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.stat-card-modern .leave-name {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
}

.stat-card-modern .leave-count {
    font-size: 13px;
    font-weight: 800;
    color: #1e293b;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 6px;
}

/* Icon Variants - Vibrant */
.icon-blue {
    background: linear-gradient(135deg, rgba(38, 99, 235, 0.1) 0%, rgba(38, 99, 235, 0.2) 100%);
    color: #2563eb;
}

.icon-green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.2) 100%);
    color: #059669;
}

.icon-red {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(239, 68, 68, 0.2) 100%);
    color: #dc2626;
}

.icon-orange {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.2) 100%);
    color: #d97706;
}



/* Modern Dashboard Cards */
.modern-dash-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.modern-dash-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Welcome Card */
.welcome-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
}

.welcome-card .greeting-text {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.welcome-card .sub-text {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.welcome-card .welcome-icon {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 80px;
    color: rgba(38, 99, 235, 0.05);
    transform: rotate(-15deg);
}

/* Status Card */
.status-card .status-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-card .status-title i {
    color: #2663EB;
}

.status-card .progress-item {
    margin-bottom: 16px;
}

.status-card .progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.status-card .progress {
    height: 8px;
    border-radius: 10px;
    background-color: #f1f5f9;
}

.status-card .progress-bar {
    border-radius: 10px;
    background: linear-gradient(90deg, #2663EB, #4f46e5);
}

.status-card .status-secondary-bar {
    background: #cbd5e1;
    /* Visible Slate Gray */
}

.status-card .count-badge {
    font-size: 11px;
    color: #64748b;
}

/* Announcement Card Refined */
.announcement-card {
    background: linear-gradient(135deg, #ffffff 0%, #fff9f0 100%);
    border: 1px solid rgba(255, 152, 0, 0.1);
}

.featured-announcement {
    border-left: 4px solid #2663EB;
}

.announcement-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2663EB;
    color: white;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(38, 99, 235, 0.2);
}

.announcement-card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.announcement-card .title {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

.announcement-card p {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
}

.ann-img-wrapper {
    background: rgba(38, 99, 235, 0.03);
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
}

.announcement-card .ann-img {
    max-height: 90px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


/* Secondary Dashboard Cards Modern */
.secondary-card-modern {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.7);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    margin-bottom: 24px;
    /* height: 100%; */
}

.secondary-card-modern .card-header {
    background: #ffffff;
    padding: 12px 12px !important;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secondary-card-modern .card-title {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.secondary-card-modern .header-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.card-header::after {
    display: none;
}

.bg-soft-blue {
    background: rgba(38, 99, 235, 0.08);
    color: #2563eb;
}

.bg-soft-orange {
    background: rgba(245, 158, 11, 0.08);
    color: #d97706;
}

.bg-soft-pink {
    background: rgba(236, 72, 153, 0.08);
    color: #db2777;
}

.bg-soft-green {
    background: rgba(16, 185, 129, 0.08);
    color: #059669;
}

.secondary-card-modern .card-body {
    padding: 20px 24px;
}

/* Modern Tables within Cards */
.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.modern-table th {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.modern-table td {
    padding: 14px 0;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #f8fafc;
}

.modern-table tr:last-child td {
    border-bottom: none;
}

/* Birthday Icon Specific */
.birthday-cake-icon {
    width: 20px;
    margin-left: 8px;
}

/* Team Grid Modern */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 20px;
    padding: 10px 0;
}

.team-member {
    text-align: center;
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.team-member img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f1f5f9;
    margin-bottom: 8px;
}

.team-member .name {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-member .role {
    font-size: 11px;
    color: #64748b;
    display: block;
}

/* Leave List Modern */
.modern-leave-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
}

.modern-leave-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.modern-leave-item:hover {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.modern-leave-item img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.modern-leave-item .leave-info {
    flex-grow: 1;
}

.modern-leave-item .emp-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}

.modern-leave-item .leave-type {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.modern-leave-item .leave-date {
    font-size: 11px;
    color: #94a3b8;
}

.modern-leave-item .status-pill {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.7px;
}

.status-approved {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.status-pending {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.btn-premium-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white !important;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    text-decoration: none !important;
}

.btn-premium-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(16, 185, 129, 0.3);
    filter: brightness(1.1);
}

.badge-success-soft {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 11px;
}

.badge-primary-soft {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 11px;
}

.badge-danger-soft {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 11px;
}

/* ===============================================================
   GLOBAL SELECT2 DROPDOWN MODERNIZATION
   =============================================================== */

/* Main Dropdown Container */
.select2-container--default .select2-dropdown {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    margin-top: 5px;
    z-index: 9999;
    background: #fff !important;
}

/* Search Box inside Dropdown */
.select2-container--default .select2-search--dropdown {
    padding: 12px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    background-color: #f8fafc !important;
    outline: none !important;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #2663EB !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(38, 99, 235, 0.1) !important;
}

/* Results List */
.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
    padding: 5px !important;
}

/* Individual Result Option */
.select2-container--default .select2-results__option {
    padding: 10px 15px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    margin: 2px 0 !important;
    transition: all 0.2s ease;
    color: #475569 !important;
    font-weight: 500 !important;
}

/* Highlighted / Hovered Option */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2663EB !important;
    color: #fff !important;
}

/* Selected Option in List */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eff6ff !important;
    color: #2663EB !important;
    font-weight: 600 !important;
}

/* Custom Scrollbar for Select2 */
.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}

/* Fix for Select2 inside filter-container-modern */
.filter-container-modern .select2-container--default .select2-selection--single {
    border-color: #e2e8f0 !important;
    /* background: #f1f5f9 !important; */
    height: 38px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.filter-container-modern .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2663EB !important;
    background: #fff !important;
}

.filter-container-modern .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    font-weight: 500 !important;
}

.filter-container-modern .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

/* ===============================================================
   GLOBAL CALENDAR & DATE PICKER MODERNIZATION
   =============================================================== */

/* Daterangepicker Global Overrides */
.daterangepicker {
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    border-radius: 14px !important;
    padding: 10px !important;
    margin-top: 8px !important;
    z-index: 9999 !important;
}

/* Ranges List */
.daterangepicker .ranges {
    padding: 10px !important;
    margin: 0 !important;
}

.daterangepicker .ranges ul {
    width: 170px !important;
}

.daterangepicker .ranges li {
    background-color: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 10px !important;
    color: #64748b !important;
    padding: 8px 15px !important;
    margin-bottom: 6px !important;
    font-size: 13px !important;
    text-align: left !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-weight: 600 !important;
}

.daterangepicker .ranges li:hover {
    background-color: #eff6ff !important;
    border-color: #2663EB !important;
    color: #2663EB !important;
    transform: translateX(4px);
}

.daterangepicker .ranges li.active {
    background-color: #2663EB !important;
    border-color: #2663EB !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(38, 99, 235, 0.2) !important;
}

/* Calendar Table */
.daterangepicker .calendar-table {
    border: none !important;
    background: transparent !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 36px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    /* border-radius: 50% !important; */
    border: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
}

.daterangepicker .calendar-table th {
    color: #94a3b8 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 0.5px;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eff6ff !important;
    color: #2663EB !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2663EB !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 10px rgba(38, 99, 235, 0.25) !important;
}

.daterangepicker td.in-range {
    background-color: #eff6ff !important;
    color: #2663EB !important;
    border-radius: 0 !important;
}

/* Action Buttons */
.daterangepicker .drp-buttons {
    padding: 12px 15px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.daterangepicker .drp-selected {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #64748b !important;
}

.daterangepicker .btn {
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.daterangepicker .applyBtn {
    background-color: #2663EB !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(38, 99, 235, 0.2) !important;
}

.daterangepicker .cancelBtn {
    background-color: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
}

/* Bootstrap Datepicker Overrides */
.datepicker {
    font-family: 'Poppins', sans-serif !important;
    padding: 12px !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    margin-top: 8px !important;
    z-index: 9999 !important;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    transition: all 0.2s ease;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    background-color: #2663EB !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 10px rgba(38, 99, 235, 0.25) !important;
}

.datepicker table tr td span {
    border-radius: 10px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.datepicker table tr td span.active {
    background-color: #2663EB !important;
    background-image: none !important;
}

/* ===============================================================
   FLATPICKR MODERNIZATION (MATCHING RANGE PICKER DESIGN)
   =============================================================== */

.flatpickr-calendar {
    font-family: 'Poppins', sans-serif !important;
    border: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 15px !important;
    background: #fff !important;
    width: 340px !important;
}

.flatpickr-months {
    margin-bottom: 15px !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    padding: 10px !important;
    top: 5px !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    background: #f8fafc !important;
}

.flatpickr-current-month {
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #475569 !important;
    padding: 0 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: none !important;
    -webkit-appearance: none !important;
    font-weight: 500 !important;
    color: #000 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    margin-right: 5px !important;
}

.flatpickr-current-month input.numInput.cur-year {
    color: #000 !important;
}

.flatpickr-weekday {
    color: #94a3b8 !important;
    font-weight: 800 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.flatpickr-day {
    /* border-radius: 50% !important; */
    /* Perfect circular days like the image */
    margin: 2px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

.flatpickr-day.today {
    background: #f1f5f9 !important;
    color: #2663EB !important;
    border-radius: 0;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    background: #2663EB !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(38, 99, 235, 0.4) !important;
    border: none !important;
    border-radius: 0;
}

.flatpickr-day:hover:not(.selected) {
    background: #f8fafc !important;
    color: #2663EB !important;
    border-radius: 0 !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #cbd5e1 !important;
    font-weight: 400 !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: #64748b !important;
    width: 12px !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff !important;
}

/* Custom shadow for the input being active */
.flatpickr-input.active {
    border-color: #2663EB !important;
    box-shadow: 0 0 0 3px rgba(38, 99, 235, 0.1) !important;
}

/* ===============================================================
   AUTHENTICATION PAGES (LOGIN, REGISTER, ETC)
   =============================================================== */

:root {
    --auth-primary: #2663EB;
    --auth-primary-hover: #1d4ed8;
    --auth-bg-light: #f8fafc;
    --auth-text-dark: #1e293b;
    --auth-text-muted: #64748b;
    --auth-card-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.auth-body {
    background-color: #f1f5f9;
    background-image: radial-gradient(at 0% 0%, rgba(38, 99, 235, 0.05) 0, transparent 50%),
        radial-gradient(at 50% 0%, rgba(38, 99, 235, 0.05) 0, transparent 50%);
    font-family: 'Poppins', sans-serif !important;
    color: var(--auth-text-dark);
    min-height: 100vh;
}

.login-main {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.panel {
    width: 100%;
    max-width: 540px;
    border-radius: 24px;
    box-shadow: var(--auth-card-shadow);
    background: #ffffff;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease;
}

.auth-wrapper {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-box-external {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box-external img {
    max-width: 200px;
    height: auto;
}

.panel:hover {
    transform: translateY(-5px);
}

.panel .state {
    padding: 35px 35px 20px 35px;
    text-align: center;
}

/* .state {
    padding: 35px 35px 15px 35px;
    text-align: center;
} */

.panel .state h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--auth-text-dark);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.panel .state p {
    color: var(--auth-text-muted);
    font-size: 14px;
    font-weight: 500;
}

.panel form {
    padding: 0 40px 40px;
    margin-top: 20px;
}

.panel .form-group {
    margin-bottom: 24px;
    text-align: left;
}

.panel .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--auth-text-dark);
    margin-bottom: 8px;
    margin-left: 4px;
}

.form-control-modern {
    width: 100%;
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    font-size: 14px;
    height: 52px;
    padding: 0 20px;
    color: var(--auth-text-dark);
    font-weight: 500;
    transition: all 0.2s ease;
    outline: none;
}

.form-control-modern:focus {
    background-color: #fff;
    border-color: var(--auth-primary);
    /* box-shadow: 0 0 0 4px rgba(38, 99, 235, 0.1); */
}

.btn-login-premium {
    height: 52px;
    width: 100%;
    background: linear-gradient(135deg, var(--auth-primary) 0%, #1d4ed8 100%);
    border-radius: 14px;
    font-weight: 500;
    color: white;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    box-shadow: 0 10px 15px -3px rgba(38, 99, 235, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-login-premium .fa-arrow-right {
    margin-top: 2px;
}

.btn-login-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -5px rgba(38, 99, 235, 0.4);
    filter: brightness(1.1);
}

.btn-login-premium:active {
    transform: translateY(0);
}

.form-footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.remember-me input {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1.5px solid #cbd5e1;
    cursor: pointer;
}

.remember-me label {
    font-size: 14px;
    font-weight: 500;
    color: var(--auth-text-muted);
    cursor: pointer;
    margin: 0;
}

.forgot-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--auth-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.forgot-link:hover {
    color: var(--auth-primary-hover);
    text-decoration: underline;
}

.invalid-feedback {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ef4444 !important;
    margin-top: 6px !important;
    margin-left: 4px !important;
    display: block !important;
}

.auth-alert-success {
    border-radius: 12px !important;
    background: #ecfdf5 !important;
    color: #065f46 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.auth-info-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    color: var(--auth-text-muted) !important;
}