/*
Template Name: Concept - Bootstrap 4 Admin Dashboard
Author: Colorlib
Email: 
File: style.css
*/
/*
Table Of Contents
1. General
2. Dashboard
3. Header / Navbar
4. Left Sidebar
5. Cards
6. Tables
7. Form Elements
8. Buttons
9. Colors
10. Utilities
11. Responsive
*/

/* =======================================================================
1. General
======================================================================= */
body {
    font-family: 'Inter', 'Circular Std', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    color: #4b4f6a;
    background-color: #f7f9fc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    transition: background-color 0.3s ease;
}

/* Modern animations and transitions */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

.slide-in-up {
    animation: slideInUp 0.4s ease-out forwards;
}

.pulse {
    animation: pulse 1.5s ease infinite;
}

.transition-all {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s ease;
    position: relative;
}

a:hover {
    color: #375abd;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d3748;
    margin: 0px 0px 18px 0px;
    font-family: 'Inter', 'Circular Std', sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #2d3748;
    margin: 0px 0px 18px 0px;
    font-family: 'Inter', 'Circular Std', sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0px 0px 20px 0px;
}

.text-muted {
    color: #8a909d !important;
}

/* =======================================================================
2. Dashboard
======================================================================= */
.dashboard-main-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dashboard-wrapper {
    position: relative;
    margin-left: 264px;
    padding: 25px 30px 60px 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f7f9fc;
    min-height: calc(100vh - 60px);
}

.dashboard-content {
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* =======================================================================
3. Header / Navbar
======================================================================= */
.dashboard-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0px 2px 12px rgba(126, 142, 177, 0.08);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.98);
    transition: all 0.3s ease;
}

.dashboard-header .navbar {
    padding: 0px 24px;
    border-bottom: 1px solid rgba(230, 230, 242, 0.7);
    min-height: 60px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    padding: 11px 0;
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: -0.5px;
    transition: all 0.2s ease;
}

.navbar-brand:hover {
    transform: translateY(-1px);
}

.navbar-brand-img {
    max-height: 36px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

.navbar-right-top {}

.navbar-right-top .nav-item {
    border-right: 1px solid #e6e6f2;
}

.navbar-right-top .nav-item:last-child {
    border: none;
}

.navbar-right-top .nav-item .nav-link {
    padding: 13px 20px;
    font-size: 16px;
}

/* Search */
.top-search-bar {
    padding: 12px 0px;
    margin-right: 10px;
}

.search-bar {
    background-color: transparent;
    border: none;
    padding: 6px 14px;
}

.search-bar:focus {
    outline: 0;
}

/* User Profile */
.nav-user {}

.nav-user-dropdown {
    padding: 0px;
    min-width: 230px;
    margin: 0px;
}

.nav-user-name {}

.nav-user-info {
    background-color: #5969ff;
    color: #fff;
    padding: 12px;
}

.nav-user-info .status {
    float: left;
    top: 7px;
    left: 0px;
}

.nav-user-dropdown {}

.nav-user-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 22px;
    clear: both;
    font-weight: 400;
    color: #686972;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-user-dropdown .dropdown-item:hover {
    background-color: #f7f7fb;
}

/* Notification */
.notification {}

.notification-dropdown {
    min-width: 320px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.notification-dropdown .dropdown-item {
    border-bottom: 1px solid #e6e6f2;
    padding: 0px;
}

.notification-dropdown .dropdown-item:focus,
.notification-dropdown .dropdown-item:hover {
    background-color: transparent;
}

.notification-dropdown .dropdown-item:last-child {
    border-bottom: 0px;
}

.notification-title {
    background-color: #5969ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px 3px 0px 0px;
}

.notification-title span {
    font-weight: 700;
}

.notification-list {}

.notification-list .list-group {}

.notification-list .list-group-item {
    border-radius: 0px;
    padding: 12px;
    margin-top: -1px;
    border-left: transparent;
    border-right: transparent;
}

.notification-list .list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f7f7fb;
}

/* Connection */
.connection {}

.connection .connection-dropdown {}

.connection .connection-list {
    width: 300px;
    padding: 20px;
}

.connection .connection-item {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 10px;
    margin: 4px;
    line-height: 16px;
    border-radius: 3px;
    color: #3d405c;
    width: 88px;
    flex-direction: column;
    text-align: center;
    background-color: #f7f7fb;
}

.connection .connection-item:hover {
    background-color: #e6e6f2;
    cursor: pointer;
    text-decoration: none;
}

.connection .connection-item img {
    width: 24px;
    margin-bottom: 5px;
}

.connection .conntection-footer {
    padding: 10px 20px 10px 20px;
    text-align: center;
}

/* =======================================================================
4. Left Sidebar
======================================================================= */
.nav-left-sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 264px;
    overflow-y: auto;
    background-color: #212529;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.sidebar-dark {
    background-color: #1e2235;
    background-image: linear-gradient(to bottom, #1e2235, #262c43);
}

.nav-left-sidebar .menu-list {
    margin-top: 20px;
}

/* Custom scrollbar for the sidebar */
.nav-left-sidebar::-webkit-scrollbar {
    width: 5px;
}

.nav-left-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.nav-left-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.nav-left-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-left-sidebar .navbar-nav {
    width: 100%;
}

.nav-left-sidebar .navbar {
    position: relative;
    padding: 10px 0px;
}

.nav-left-sidebar .navbar-nav .nav-link:focus,
.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 3px 0 0 #4e73df inset;
    border-radius: 4px;
}

.nav-left-sidebar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    position: relative;
    font-weight: 500;
}

.nav-left-sidebar .navbar-nav .nav-link:focus,
.nav-left-sidebar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateX(3px);
}

.nav-left-sidebar .navbar-nav .nav-link i {
    margin-right: 12px;
    width: 20px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.nav-left-sidebar .nav-divider {
    padding: 10px 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.nav-left-sidebar .submenu {
    padding-left: 12px;
    padding-right: 12px;
}

.nav-left-sidebar .submenu .nav {
    flex-direction: column;
}

.nav-left-sidebar .submenu .nav-item {
    padding-left: 20px;
}

.nav-left-sidebar .submenu .nav-link {
    font-size: 13px;
    padding: 6px 8px;
    color: rgba(255, 255, 255, 0.7);
    transition: all .3s;
}

.nav-left-sidebar .submenu .nav-link:hover {
    color: #fff;
}

/* =======================================================================
5. Cards
======================================================================= */
.card {
    border: none;
    box-shadow: 0px 4px 15px rgba(126, 142, 177, 0.08);
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 10px 25px rgba(126, 142, 177, 0.15);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(226, 226, 237, 0.5);
    color: #2d3748;
    font-weight: 600;
    padding: 1.25rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header-title {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-body {
    padding: 1.5rem;
}

.card-footer {
    border-top: 1px solid rgba(226, 226, 237, 0.5);
    background-color: #f8fafc;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =======================================================================
6. Tables
======================================================================= */
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
}

.table td, .table th {
    padding: 0.95rem 1.25rem;
    vertical-align: middle;
    border-top: 1px solid rgba(230, 230, 242, 0.7);
    transition: all 0.2s ease;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(230, 230, 242, 0.7);
    font-weight: 600;
    color: #2d3748;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table tbody + tbody {
    border-top: 2px solid rgba(230, 230, 242, 0.7);
}

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(230, 230, 242, 0.7);
}

.table-hover tbody tr:hover {
    background-color: rgba(78, 115, 223, 0.05);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(248, 249, 252, 0.7);
}

.table-sm td, .table-sm th {
    padding: 0.5rem 0.75rem;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* =======================================================================
8. Buttons
======================================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.25);
}

/* Button primary */
.btn-primary {
    background-color: #4e73df;
    border-color: #4e73df;
}

.btn-primary:hover {
    background-color: #375abd;
    border-color: #2e59d9;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(78, 115, 223, 0.3);
}

.btn-primary:active {
    background-color: #2e59d9;
    border-color: #2653d4;
    transform: translateY(0);
}

/* Button success */
.btn-success {
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.btn-success:hover {
    background-color: #17a673;
    border-color: #169b6b;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(28, 200, 138, 0.3);
}

/* Button danger */
.btn-danger {
    background-color: #e74a3b;
    border-color: #e74a3b;
}

.btn-danger:hover {
    background-color: #e02d1b;
    border-color: #d52a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(231, 74, 59, 0.3);
}

/* Button secondary */
.btn-secondary {
    background-color: #858796;
    border-color: #858796;
}

.btn-secondary:hover {
    background-color: #717384;
    border-color: #6b6d7d;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(133, 135, 150, 0.3);
}

/* Button light */
.btn-light {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #3a3b45;
}

.btn-light:hover {
    background-color: #e2e6f1;
    border-color: #d9e0ee;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(248, 249, 252, 0.3);
}

/* Button with icon */
.btn i {
    margin-right: 8px;
}

/* Button sizes */
.btn-sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
}

/* Button outline styles */
.btn-outline-primary {
    color: #4e73df;
    background-color: transparent;
    border-color: #4e73df;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.btn-outline-success {
    color: #1cc88a;
    background-color: transparent;
    border-color: #1cc88a;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.btn-outline-danger {
    color: #e74a3b;
    background-color: transparent;
    border-color: #e74a3b;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

/* Button link style */
.btn-link {
    color: #4e73df;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.btn-link:hover {
    color: #2e59d9;
    text-decoration: underline;
    transform: none;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

/* =======================================================================
9. Colors
======================================================================= */
.bg-primary {
    background-color: #4e73df !important;
}

.bg-success {
    background-color: #1cc88a !important;
}

.bg-info {
    background-color: #36b9cc !important;
}

.bg-warning {
    background-color: #f6c23e !important;
}

.bg-danger {
    background-color: #e74a3b !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.bg-dark {
    background-color: #5a5c69 !important;
}

.bg-white {
    background-color: #fff !important;
}

.text-primary {
    color: #4e73df !important;
}

.text-success {
    color: #1cc88a !important;
}

.text-info {
    color: #36b9cc !important;
}

.text-warning {
    color: #f6c23e !important;
}

.text-danger {
    color: #e74a3b !important;
}

.text-light {
    color: #f8f9fc !important;
}

.text-dark {
    color: #5a5c69 !important;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #858796 !important;
}

/* =======================================================================
10. Utilities
======================================================================= */
.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.rounded {
    border-radius: .35rem !important;
}

.rounded-sm {
    border-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .5rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important;
}

/* =======================================================================
7. Form Elements
======================================================================= */
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a3bffa;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.15);
}

.form-control::placeholder {
    color: #a0aec0;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f9fc;
    opacity: 1;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2d3748;
    font-size: 0.9rem;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.5rem;
}

.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #a0aec0 solid 1px;
    border-radius: 0.25rem;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4e73df;
    border-color: #4e73df;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4e73df;
    border-color: #4e73df;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    appearance: none;
}

.custom-select:focus {
    border-color: #a3bffa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fc;
    border: 1px solid #e2e8f0;
}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* =======================================================================
11. Responsive
======================================================================= */
@media (max-width: 1024px) {
    .dashboard-wrapper {
        margin-left: 0px;
        padding: 25px 20px 50px 20px;
    }
    .dashboard-main-wrapper .main-container {
        padding: 30px 20px;
    }
    .nav-left-sidebar {
        left: -264px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
    }
    .nav-left-sidebar.active {
        left: 0;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
    }
    .dashboard-header .navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .dashboard-header .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    
    /* Mobile toggle button styling */
    .navbar-toggler {
        padding: 0.5rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid rgba(230, 230, 242, 0.7);
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    .navbar-toggler:hover {
        background-color: rgba(78, 115, 223, 0.05);
    }
}

@media (max-width: 767px) {
    .dashboard-header .navbar-brand-sm {
        display: block;
    }
    .dashboard-header .navbar-brand {
        display: none;
    }
    .dashboard-header .navbar-nav .nav-item {
        border-right: none;
    }
    .dashboard-header .navbar-nav .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }
    .notification-dropdown {
        min-width: 280px;
        right: -50px;
    }
    .nav-user-dropdown {
        min-width: 220px;
        right: -30px;
    }
    
    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid rgba(230, 230, 242, 0.7);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 0 0 8px 8px;
        z-index: 100;
        padding: 15px;
    }
    
    .user-avatar {
        width: 32px;
        height: 32px;
    }
    
    .card {
        margin-bottom: 20px;
    }
    
    .card-header {
        padding: 1rem;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .dashboard-content {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .dashboard-wrapper {
        padding: 20px 15px 40px 15px;
    }
    
    .dashboard-header .navbar {
        padding: 0px 15px;
    }
    
    .table td, .table th {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 0.4rem 1rem;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    .notification-dropdown, 
    .connection .connection-dropdown {
        min-width: 250px;
        max-width: calc(100vw - 30px);
        right: -80px;
    }
    
    .notification-dropdown:before, 
    .connection .connection-dropdown:before {
        right: 90px;
    }
}
