/* Page-specific CSS after extracting shared exact-match rules */

body.route-action-create .action-form-wrapper, body.route-action-update .action-form-wrapper {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
}

body.route-action-create .form-section-header, body.route-action-update .form-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8fafc;
}

body.route-action-create .form-section-header i, body.route-action-update .form-section-header i {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

body.route-action-create .form-group label, body.route-action-update .form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.route-action-create .form-control, body.route-action-update .form-control {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    background: #f8fafc !important;
    font-size: 14px !important;
    transition: 0.2s;
    height: auto !important;
}

body.route-action-create .btn-save-action, body.route-action-update .btn-save-action {
    background: #00BFAF;
    color: white !important;
    border-radius: 12px;
    padding: 12px 40px;
    font-weight: 800;
    font-size: 15px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-action-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #fff7ed; /* Soft Amber/Orange */
    color: #f59e0b;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(245, 158, 11, 0.1);
}

body.route-action-index .panel-card {
}

body.route-action-index .type-badge {
    background: #eff6ff;
    color: #3b82f6;
    border: 1px solid #dbeafe;
}

body.route-action-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f5f9;
    color: #64748b;
    transition: 0.2s;
    border: none;
}

body.route-action-view .info-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

body.route-action-view .info-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-action-view .status-badge {
    padding: 6px 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}

body.route-action-view .tech-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    background: #f8fafc;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

body.route-action-view .device-link {
    color: #3b82f6;
    font-weight: 700;
    text-decoration: underline;
}

body.route-apps-create .apps-upload-container, body.route-apps-update .apps-upload-container {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 800px;
    margin: 0 auto;
}

body.route-apps-create .header-icon-box, body.route-apps-update .header-icon-box {
    width: 48px;
    height: 48px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

body.route-apps-create #app-version, body.route-apps-update #app-version {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    background: #f8fafc;
    transition: 0.2s;
    height: auto;
    margin-bottom: 20px;
}

body.route-apps-create .file-input .file-preview, body.route-apps-update .file-input .file-preview {
    border-radius: 16px;
    border: 2px dashed #e2e8f0;
    background: #f8fafc;
    margin-bottom: 20px;
}

body.route-apps-create .file-drop-zone, body.route-apps-update .file-drop-zone {
    border: none !important;
    padding: 40px !important;
}

body.route-apps-create .file-drop-zone-title, body.route-apps-update .file-drop-zone-title {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 600;
}

body.route-apps-create .btn-file, body.route-apps-update .btn-file {
    border-radius: 10px !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
}

body.route-apps-create .file-preview-status, body.route-apps-update .file-preview-status {
    display: none;
}

body.route-apps-create .krajee-default.file-preview-frame, body.route-apps-update .krajee-default.file-preview-frame {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}

body.route-apps-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #eff6ff; /* Soft blue for apps/tech */
    color: #3b82f6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.08);
}

body.route-apps-index .version-tag {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #dbeafe;
}

body.route-apps-index .file-path-text {
    color: #64748b;
    font-size: 12px;
    font-family: monospace;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

body.route-apps-index .toggle-status-btn {
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.route-apps-index .status-active {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #dcfce7;
}

body.route-apps-index .status-inactive {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fee2e2;
}

body.route-apps-index .status-active:hover {
    background: #16a34a;
    color: #fff;
}

body.route-apps-update .version-edit-badge {
    background: #fff7ed; /* Soft amber */
    color: #f97316;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    border: 1px solid #ffedd5;
}

body.route-apps-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #fff7ed;
    color: #f97316;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.08);
}

body.route-apps-view .info-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

body.route-apps-view .info-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.route-apps-view .version-pill {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    border: 1px solid #dbeafe;
}

body.route-apps-view .path-box {
    background: #f8fafc;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font-family: monospace;
    font-size: 12px;
    color: #64748b;
    word-break: break-all;
    display: block;
    margin-top: 5px;
}

body.route-apps-view .status-active {
    color: #16a34a;
    font-weight: 800;
}

body.route-apps-view .status-inactive {
    color: #ef4444;
    font-weight: 800;
}

body.route-assembly-create .form-section-title, body.route-assembly-update .form-section-title {
    font-size: 13px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

body.route-assembly-create .form-section-title:first-child, body.route-assembly-update .form-section-title:first-child {
    margin-top: 0;
}

body.route-assembly-create .admin-context-box, body.route-assembly-update .admin-context-box {
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    border: 1px dashed #e2e8f0;
    margin-bottom: 30px;
}

body.route-assembly-create .form-control, body.route-assembly-update .form-control {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 11px 16px !important;
    font-size: 14px !important;
    background: #f8fafc !important;
    transition: 0.2s;
    height: auto !important;
}

body.route-assembly-create .checkbox-grid, body.route-assembly-update .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
}

body.route-assembly-create .checkbox-grid .form-check, body.route-assembly-update .checkbox-grid .form-check {
    margin: 0;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.2s;
    border: 1px solid transparent;
}

body.route-assembly-create .checkbox-grid .form-check:hover, body.route-assembly-update .checkbox-grid .form-check:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
}

body.route-assembly-create .form-check-input, body.route-assembly-update .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

body.route-assembly-create .form-check-label, body.route-assembly-update .form-check-label {
    cursor: pointer;
    padding-left: 8px;
    font-weight: 600 !important;
    color: #334155;
}

body.route-assembly-create .wallpaper-upload-box, body.route-assembly-update .wallpaper-upload-box {
    background: #fff;
    border: 2px dashed #e2e8f0;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

body.route-assembly-create .btn-save-assembly, body.route-assembly-update .btn-save-assembly {
    background: #00BFAF;
    color: white !important;
    border-radius: 12px;
    padding: 14px 50px;
    font-weight: 800;
    font-size: 16px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
}

body.route-assembly-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #f0f9ff; /* Soft tech blue */
    color: #0ea5e9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(14, 165, 233, 0.1);
}

body.route-assembly-index .panel-card {
}

body.route-assembly-index .uuid-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

body.route-assembly-index .assembly-name-text {
    font-weight: 700;
    color: #1e293b;
    font-size: 14px;
}

body.route-assembly-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eff6ff;
    color: #3b82f6;
    transition: 0.2s;
    border: none;
}

body.route-assembly-view .info-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

body.route-assembly-view .info-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-assembly-view .modern-detail th {
    background: #f8fafc;
    color: #64748b;
    width: 45%;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
}

body.route-assembly-view .bool-badge {
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
}

body.route-assembly-view .bool-false {
    background: #f1f5f9;
    color: #94a3b8;
}

body.route-assembly-view .uuid-box {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    background: #f8fafc;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

body.route-assembly-view .wallpaper-preview-box {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    position: relative;
}

body.route-branch-create .form-section-header, body.route-branch-update .form-section-header {
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

body.route-branch-create .admin-dev-box, body.route-branch-update .admin-dev-box {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 25px;
    border: 1px dashed #cbd5e1;
}

body.route-branch-create .btn-save-branch, body.route-branch-update .btn-save-branch {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 45px;
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    cursor: pointer;
}

body.route-branch-index .search-title {
    font-size: 13px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.route-branch-index .branch-search-form label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

body.route-branch-index .search-actions-box {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 100%;
    padding-bottom: 2px;
}

@media (max-width: 992px) {
    body.route-branch-index .search-actions-box {
        margin-top: 15px;
        width: 100%;
    }

    body.route-branch-index .btn-search-premium, body.route-branch-index .btn-reset-premium {
        flex: 1;
        justify-content: center;
    }

}

body.route-branch-create .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f0fdf4; /* Soft green for creation */
    color: #16a34a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(22, 163, 74, 0.08);
}

body.route-branch-create .btn-go-back-modern i {
    font-size: 14px;
    color: #64748b;
}

body.route-branch-index .panel-card {
}

body.route-branch-index .branch-name-link {
    color: #3b82f6;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.2s;
}

body.route-branch-update .branch-id-badge {
    background: #fffbeb; /* Soft amber for edit mode */
    color: #d97706;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}

body.route-branch-view-actions .panel-card {
}

body.route-branch-view-actions .user-avatar-thumb {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

body.route-branch-view-actions .user-avatar-thumb:hover {
    transform: scale(1.1);
    z-index: 10;
}

body.route-branch-view-actions .btn-view-mini {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    transition: 0.2s;
}

body.route-branch-view .btn-ban {
    background: #fff7ed;
    color: #f97316 !important;
}

body.route-branch-view .btn-ban:hover {
    background: #f97316;
    color: #fff !important;
}

body.route-branch-view .btn-activate {
    background: #f0fdf4;
    color: #16a34a !important;
}

body.route-branch-view .btn-activate:hover {
    background: #16a34a;
    color: #fff !important;
}

body.route-branch-view .info-grid-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

body.route-branch-view .info-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.route-branch-view .badge-modern {
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
}

body.route-branch-view .gmail-section {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    padding: 30px;
    margin-top: 25px;
}

body.route-city-create .city-form-wrapper, body.route-city-update .city-form-wrapper {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
}

body.route-city-create .form-header, body.route-city-update .form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8fafc;
}

body.route-city-create .form-header i, body.route-city-update .form-header i {
    width: 40px;
    height: 40px;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

body.route-city-create .form-group label, body.route-city-update .form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

body.route-city-create .form-control, body.route-city-update .form-control {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    background: #f8fafc !important;
    font-size: 14px !important;
    transition: 0.2s;
    height: auto !important;
}

body.route-city-create .btn-save-city, body.route-city-update .btn-save-city {
    background: #00BFAF;
    color: white !important;
    border-radius: 12px;
    padding: 12px 50px;
    font-weight: 800;
    font-size: 15px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-city-index .panel-card {
}

body.route-city-index .btn-action-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.2s;
    border: none;
}

body.route-city-index .btn-create-premium {
    background: #16a34a;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

body.route-city-index .go-back-premium {
    background: #f1f5f9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

body.route-city-index .go-back-premium:hover {
    background: #e2e8f0;
    transform: translateX(-3px);
}

body.route-city-view .modern-detail th {
    background: #f8fafc;
    color: #64748b;
    width: 30%;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
}

body.route-city-view .modern-detail td {
    font-size: 15px;
    color: #1e293b;
    border: none !important;
    padding: 15px 20px !important;
    font-weight: 500;
}

body.route-city-view .region-badge {
    background: #f0fdf4;
    color: #16a34a;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
}

body.route-client-message-create .form-header-box i, body.route-client-message-update .form-header-box i {
    width: 46px;
    height: 46px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

body.route-client-message-create .form-control-premium:focus, body.route-client-message-update .form-control-premium:focus {
    border-color: #3b82f6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
    outline: none;
}

body.route-client-message-create textarea.form-control-premium, body.route-client-message-update textarea.form-control-premium {
    line-height: 1.6;
    resize: vertical;
    min-height: 120px;
}

body.route-client-message-create .helper-text, body.route-client-message-update .helper-text {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

body.route-client-message-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #eff6ff; /* Soft Blue */
    color: #3b82f6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.1);
}

body.route-client-message-index .panel-card {
}

body.route-client-message-index .message-preview {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #64748b;
    font-size: 13px;
}

body.route-client-message-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eff6ff;
    color: #3b82f6;
    transition: 0.2s;
    border: none;
}

body.route-client-message-view .message-view-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 25px;
}

body.route-client-message-view .message-preview-container {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 25px;
    position: relative;
    min-height: 200px;
}

body.route-client-message-view .message-preview-container::before {
    content: "MESSAGE CONTENT";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #3b82f6;
    color: white;
    padding: 2px 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
}

body.route-client-message-view .message-body-text {
    font-size: 16px;
    line-height: 1.6;
    color: #1e293b;
    white-space: pre-wrap;
}

body.route-client-message-view .type-badge {
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    background: #eff6ff;
    color: #3b82f6;
}

body.route-company-create .company-form-card, body.route-company-update .company-form-card {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

body.route-company-create .logo-upload-wrapper, body.route-company-update .logo-upload-wrapper {
    background: #f8fafc;
    border: 2px dashed #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    transition: 0.3s;
}

body.route-company-create .logo-upload-wrapper:hover, body.route-company-update .logo-upload-wrapper:hover {
    border-color: #3b82f6;
    background: #f1f5f9;
}

body.route-company-create .section-divider, body.route-company-update .section-divider {
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

body.route-company-create .btn-save-company, body.route-company-update .btn-save-company {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 45px;
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    cursor: pointer;
}

body.route-company-create .btn-cancel-light, body.route-company-update .btn-cancel-light {
    background: #f1f5f9;
    color: #64748b !important;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.2s;
}

body.route-company-index .company-search-wrapper {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    margin-bottom: 20px;
}

body.route-company-index .search-section-title {
    font-size: 13px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.route-company-index .company-search-form label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

@media (max-width: 992px) {
    body.route-company-index .actions-column {
        margin-top: 15px;
        width: 100%;
    }

}

body.route-company-add-gmail .account-form-card {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 850px;
    margin: 0 auto;
}

body.route-company-add-gmail .form-header-minimal {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f8fafc;
}

body.route-company-add-gmail .header-icon-small {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    color: #3b82f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

body.route-company-add-gmail .admin-access-box {
    background: #fdf2f2; /* Light red/amber tint */
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 25px;
    border: 1px dashed #fecaca;
}

body.route-company-add-gmail .btn-save-premium {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 12px 40px;
    font-weight: 800;
    font-size: 15px;
    transition: 0.3s;
    box-shadow: 0 6px 15px rgba(0, 191, 175, 0.2);
    cursor: pointer;
}

body.route-company-add-gmail .btn-save-premium:hover {
    background: #00a89a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 191, 175, 0.3);
}

body.route-company-add-gmail .btn-cancel-soft {
    background: #f1f5f9;
    color: #64748b !important;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.2s;
}

body.route-company-create .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f0fdf4; /* Soft green success tint */
    color: #16a34a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(22, 163, 74, 0.08);
}

body.route-company-file-upload .file-upload-container {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

body.route-company-file-upload .upload-zone {
    border: 2px dashed #e2e8f0;
    border-radius: 20px;
    padding: 40px 20px;
    background: #f8fafc;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
}

body.route-company-file-upload .upload-zone:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

body.route-company-file-upload .upload-icon {
    font-size: 48px;
    color: #94a3b8;
    margin-bottom: 15px;
    transition: 0.3s;
}

body.route-company-file-upload .upload-zone:hover .upload-icon {
    color: #3b82f6;
    transform: translateY(-5px);
}

body.route-company-file-upload .upload-text h4 {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
}

body.route-company-file-upload .upload-text p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0;
}

body.route-company-file-upload .hidden-file-input input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

body.route-company-file-upload .btn-upload-save {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 45px;
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2);
    cursor: pointer;
    width: 100%;
}

body.route-company-file-upload .btn-upload-save:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(16, 185, 129, 0.3);
}

body.route-company-index .panel-card {
}

body.route-company-index .company-logo-thumb {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

body.route-company-index .company-logo-thumb:hover {
    transform: scale(1.1);
}

body.route-company-index .status-badge {
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

body.route-company-index .btn-create-premium {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

body.route-company-index .btn-create-premium:hover {
    background: #059669;
    transform: translateY(-2px);
}

body.route-company-index .action-group {
    display: flex;
    gap: 8px;
    justify-content: center;
}

body.route-company-index .action-btn-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.2s;
}

body.route-company-update .company-name-badge {
    background: #fffbeb; /* Soft amber/yellow for edit mode */
    color: #d97706;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
}

body.route-company-update .btn-go-back-modern:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

body.route-company-view .btn-upload {
    background: #fffbeb;
    color: #d97706 !important;
}

body.route-company-view .btn-upload:hover {
    background: #fef3c7;
    transform: translateY(-2px);
}

body.route-company-view .info-grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
    margin-bottom: 30px;
}

body.route-company-view .logo-card {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.route-company-view .company-main-logo {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 15px;
}

body.route-company-view .details-card {
    background: #fff;
    padding: 25px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
}

body.route-company-view .details-card h4 {
    font-size: 14px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

body.route-company-view .gmail-section {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    padding: 30px;
    margin-top: 30px;
}

body.route-company-view .gmail-section h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-company-view .account-id-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: #3b82f6;
    background: #eff6ff;
    padding: 2px 6px;
    border-radius: 6px;
}

body.route-contract-create .contract-form-wrapper, body.route-contract-update .contract-form-wrapper {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

body.route-contract-create .form-header-title, body.route-contract-update .form-header-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f8fafc;
}

body.route-contract-create .form-header-title i, body.route-contract-update .form-header-title i {
    width: 44px;
    height: 44px;
    background: #f0fdf4; /* Soft Green */
    color: #16a34a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

body.route-contract-create .form-control-premium, body.route-contract-update .form-control-premium {
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 18px !important;
    background: #f8fafc !important;
    font-size: 14px !important;
    transition: 0.3s;
    height: auto !important;
}

body.route-contract-create .form-control-premium:focus, body.route-contract-update .form-control-premium:focus {
    border-color: #3b82f6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

body.route-contract-create .btn-save-contract, body.route-contract-update .btn-save-contract {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 12px 45px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-contract-index .panel-card {
}

body.route-contract-index .uuid-box {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

body.route-contract-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f0fdf4;
    color: #16a34a;
    transition: 0.2s;
    border: none;
}

body.route-contract-index .btn-view-mini:hover {
    background: #16a34a;
    color: #fff;
}

body.route-contract-view .tech-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

body.route-device-info-create .form-header, body.route-device-info-update .form-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f8fafc;
    padding-bottom: 20px;
}

body.route-device-info-create .header-icon, body.route-device-info-update .header-icon {
    width: 50px;
    height: 50px;
    background: #f1f5f9;
    color: #3b82f6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

body.route-device-info-create .form-section-label, body.route-device-info-update .form-section-label {
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 15px 0;
    display: block;
}

body.route-device-info-create .form-control, body.route-device-info-update .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    font-size: 14px;
    background: #f8fafc;
    transition: 0.2s ease;
    height: auto !important;
}

body.route-device-info-create .tech-badge, body.route-device-info-update .tech-badge {
    font-size: 11px;
    font-weight: 600;
    background: #eff6ff;
    color: #3b82f6;
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 5px;
}

body.route-device-info-create .btn-save-info, body.route-device-info-update .btn-save-info {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 40px;
    font-weight: 800;
    font-size: 16px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    cursor: pointer;
}

body.route-device-info-index .btn-search-main {
    background: #3b82f6;
    color: white !important;
    border-radius: 10px;
    padding: 0 20px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-info-create .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f0fdf4; /* Soft green for creation */
    color: #16a34a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(22, 163, 74, 0.08);
}

body.route-device-info-create .btn-go-back-modern {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    cursor: pointer;
}

body.route-device-info-index .panel-card {
}

body.route-device-info-index .tech-spec-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
}

body.route-device-info-index .android-version {
    background: #f0fdf4;
    color: #16a34a;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 12px;
}

body.route-device-info-index .btn-create-modern {
    background: #3b82f6;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-info-index .btn-create-modern:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

body.route-device-info-index .action-btn-group {
    display: flex;
    gap: 5px;
    justify-content: center;
}

body.route-device-info-update .info-id-badge {
    background: #fef3c7; /* Soft amber */
    color: #d97706;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}

body.route-device-info-view .btn-back-modern:hover {
    background: #f1f5f9;
    transform: translateX(-3px);
    color: #1e293b;
}

body.route-device-info-view .info-display-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

body.route-device-info-view .modern-detail-view th {
    background: #f8fafc;
    color: #64748b;
    width: 30%;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    padding: 15px 20px !important;
}

body.route-device-info-view .modern-detail-view td {
    font-size: 15px;
    color: #1e293b;
    border: none !important;
    padding: 15px 20px !important;
    font-weight: 500;
}

body.route-device-info-view .modern-detail-view tr:last-child {
    border: none;
}

body.route-device-info-view .spec-pill {
    background: #f1f5f9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
}

body.route-device-info-view .os-pill {
    background: #f0fdf4;
    color: #16a34a;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.route-device-location-create .form-header-box i, body.route-device-location-update .form-header-box i {
    width: 46px;
    height: 46px;
    background: #fff1f2; /* Soft Rose/Red for location */
    color: #e11d48;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.1);
}

body.route-device-location-create .form-control-premium:focus, body.route-device-location-update .form-control-premium:focus {
    border-color: #e11d48 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.1) !important;
    outline: none;
}

body.route-device-location-create .coordinate-input-group i, body.route-device-location-update .coordinate-input-group i {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #94a3b8;
    font-size: 14px;
}

body.route-device-location-create .map-helper-box, body.route-device-location-update .map-helper-box {
    background: #fdf2f8;
    border-radius: 14px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #fce7f3;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

body.route-device-location-create .map-helper-box i, body.route-device-location-update .map-helper-box i {
    color: #db2777;
    margin-top: 3px;
}

body.route-device-location-create .map-helper-box p, body.route-device-location-update .map-helper-box p {
    margin: 0;
    font-size: 13px;
    color: #9d174d;
    line-height: 1.5;
}

body.route-device-location-index .location-search-form .form-control:focus {
    border-color: #e11d48;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.1);
}

body.route-device-location-index .btn-search-premium {
    background: #e11d48;
    color: white !important;
    border-radius: 10px;
    padding: 0 25px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-location-index .btn-search-premium:hover {
    background: #be123c;
    transform: translateY(-1px);
}

body.route-device-location-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #fff1f2; /* Soft Rose */
    color: #e11d48;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(225, 29, 72, 0.1);
}

body.route-device-location-index .panel-card {
}

body.route-device-location-index .coord-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    border: 1px solid #e2e8f0;
}

body.route-device-location-index .coord-badge i {
    color: #e11d48;
    font-size: 10px;
}

body.route-device-location-index .btn-create-premium {
    background: #e11d48;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

body.route-device-location-index .btn-create-premium:hover {
    background: #be123c;
    transform: translateY(-2px);
}

body.route-device-location-index .btn-v:hover {
    background: #3b82f6;
}

body.route-device-location-index .btn-u:hover {
    background: #d97706;
}

body.route-device-location-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #fff1f2;
    color: #e11d48;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(225, 29, 72, 0.08);
}

body.route-device-location-view .btn-update-premium {
    background: #fff1f2;
    color: #e11d48 !important;
}

body.route-device-location-view .btn-update-premium:hover {
    background: #e11d48;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-device-location-view .coord-display {
    background: #fff1f2;
    border: 1px dashed #fecdd3;
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
}

body.route-device-location-view .coord-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 18px;
    color: #e11d48;
    font-weight: 800;
}

body.route-device-location-view .coord-label {
    font-size: 11px;
    color: #fb7185;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

body.route-device-log-create .form-header-box i, body.route-device-log-update .form-header-box i {
    width: 46px;
    height: 46px;
    background: #f1f5f9; /* Tech Gray */
    color: #475569;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(71, 85, 105, 0.1);
}

body.route-device-log-create .form-control-premium:focus, body.route-device-log-update .form-control-premium:focus {
    border-color: #475569 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(71, 85, 105, 0.1) !important;
    outline: none;
}

body.route-device-log-create .path-input-group .form-control-premium, body.route-device-log-update .path-input-group .form-control-premium {
    font-family: 'JetBrains Mono', monospace;
    color: #0f172a;
    padding-left: 45px !important;
}

body.route-device-log-create .path-input-group::before, body.route-device-log-update .path-input-group::before {
    content: ">_";
    position: absolute;
    left: 18px;
    top: 40px;
    color: #94a3b8;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
}

body.route-device-log-create .tech-helper-box, body.route-device-log-update .tech-helper-box {
    background: #f8fafc;
    border-radius: 14px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

body.route-device-log-create .tech-helper-box i, body.route-device-log-update .tech-helper-box i {
    color: #64748b;
    margin-top: 3px;
}

body.route-device-log-create .tech-helper-box p, body.route-device-log-update .tech-helper-box p {
    margin: 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

body.route-device-log-index .log-search-form .form-control:focus {
    border-color: #475569;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(71, 85, 105, 0.1);
}

body.route-device-log-index .btn-search-premium {
    background: #475569;
    color: white !important;
    border-radius: 10px;
    padding: 0 25px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-log-index .btn-search-premium:hover {
    background: #1e293b;
    transform: translateY(-1px);
}

body.route-device-log-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #f1f5f9; /* Tech Slate Gray */
    color: #475569;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(71, 85, 105, 0.1);
}

body.route-device-log-index .panel-card {
}

body.route-device-log-index .path-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    display: inline-block;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.route-device-log-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f5f9;
    color: #475569;
    transition: 0.2s;
    border: none;
}

body.route-device-log-index .btn-view-mini:hover {
    background: #475569;
    color: #fff;
    transform: scale(1.05);
}

body.route-device-log-index .device-id-badge {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 12px;
}

body.route-device-log-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(71, 85, 105, 0.08);
}

body.route-device-log-view .btn-update-premium:hover {
    background: #475569;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-device-log-view .log-view-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
}

body.route-device-log-view .modern-detail th {
    background: #f8fafc;
    color: #64748b;
    width: 45%;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
}

body.route-device-log-view .path-terminal {
    background: #0f172a;
    color: #38bdf8;
    border-radius: 12px;
    padding: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
    word-break: break-all;
}

body.route-device-log-view .path-terminal::before {
    content: "FILE PATH";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #3b82f6;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 800;
}

body.route-device-log-view .device-badge {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 800;
}

body.route-device-model-create .form-header-box i, body.route-device-model-update .form-header-box i {
    width: 46px;
    height: 46px;
    background: #f0fdf4; /* Soft Green */
    color: #16a34a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.1);
}

body.route-device-model-create .form-control-premium:focus, body.route-device-model-update .form-control-premium:focus {
    border-color: #16a34a !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1) !important;
    outline: none;
}

body.route-device-model-create .model-helper-text, body.route-device-model-update .model-helper-text {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 5px;
    display: block;
}

body.route-device-model-index .model-search-form .form-control:focus {
    border-color: #16a34a;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

body.route-device-model-index .btn-search-premium {
    background: #16a34a;
    color: white !important;
    border-radius: 10px;
    padding: 0 25px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-model-index .btn-search-premium:hover {
    background: #15803d;
    transform: translateY(-1px);
}

body.route-device-model-index .panel-card {
}

body.route-device-model-index .brand-badge {
    background: #f0fdf4;
    color: #16a34a;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
}

body.route-device-model-index .count-badge {
    background: #eff6ff;
    color: #3b82f6;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 12px;
}

body.route-device-model-index .btn-create-premium {
    background: #16a34a;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

body.route-device-model-index .btn-v:hover {
    background: #3b82f6;
}

body.route-device-model-index .btn-u:hover {
    background: #d97706;
}

body.route-device-model-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(22, 163, 74, 0.08);
}

body.route-device-model-view .btn-update-premium {
    background: #f0fdf4;
    color: #16a34a !important;
}

body.route-device-model-view .btn-update-premium:hover {
    background: #16a34a;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-device-model-view .info-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

body.route-device-model-view .info-card-premium {
    background: #ffffff;
    padding: 25px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

body.route-device-model-view .device-section-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-device-model-view .device-section-title span {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 14px;
}

body.route-device-model-view .modern-grid {
    border: none !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

body.route-device-model-view .modern-grid thead th {
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px !important;
}

body.route-device-model-view .modern-grid td {
    vertical-align: middle !important;
    padding: 12px 15px !important;
    font-size: 14px;
}

body.route-device-model-view .status-badge {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

body.route-device-status-history-create .form-header-box i, body.route-device-status-history-update .form-header-box i {
    width: 46px;
    height: 46px;
    background: #fefce8; /* Soft Yellow/Gold */
    color: #ca8a04;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(202, 138, 4, 0.1);
}

body.route-device-status-history-create .form-control-premium:focus, body.route-device-status-history-update .form-control-premium:focus {
    border-color: #ca8a04 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(202, 138, 4, 0.1) !important;
    outline: none;
}

body.route-device-status-history-create .history-helper-box, body.route-device-status-history-update .history-helper-box {
    background: #f8fafc;
    border-radius: 14px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

body.route-device-status-history-create .history-helper-box i, body.route-device-status-history-update .history-helper-box i {
    color: #64748b;
    margin-top: 3px;
}

body.route-device-status-history-create .history-helper-box p, body.route-device-status-history-update .history-helper-box p {
    margin: 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

body.route-device-status-history-index .history-search-form .form-control:focus {
    border-color: #ca8a04;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(202, 138, 4, 0.1);
}

body.route-device-status-history-index .btn-search-premium {
    background: #ca8a04;
    color: white !important;
    border-radius: 10px;
    padding: 0 25px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-status-history-index .btn-search-premium:hover {
    background: #a16e02;
    transform: translateY(-1px);
}

body.route-device-status-history-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #fffbeb; /* Soft Amber/Gold */
    color: #ca8a04;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(202, 138, 4, 0.1);
}

body.route-device-status-history-index .panel-card {
}

body.route-device-status-history-index .status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fffbeb;
    color: #d97706;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #fef3c7;
}

body.route-device-status-history-index .msg-truncate {
    max-width: 300px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #64748b;
    font-size: 13px;
}

body.route-device-status-history-index .device-id-link {
    font-weight: 800;
    color: #3b82f6;
    text-decoration: none !important;
    background: #eff6ff;
    padding: 3px 8px;
    border-radius: 6px;
}

body.route-device-status-history-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fffbeb;
    color: #ca8a04;
    transition: 0.2s;
    border: none;
}

body.route-device-status-history-index .btn-view-mini:hover {
    background: #ca8a04;
    color: #fff;
    transform: scale(1.05);
}

body.route-device-status-history-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #fffbeb;
    color: #ca8a04;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(202, 138, 4, 0.08);
}

body.route-device-status-history-view .btn-update-premium {
    background: #fffbeb;
    color: #ca8a04 !important;
}

body.route-device-status-history-view .btn-update-premium:hover {
    background: #ca8a04;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-device-status-history-view .message-callout {
    background: #f8fafc;
    border-left: 5px solid #ca8a04;
    padding: 20px;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    color: #334155;
    line-height: 1.6;
    margin-top: 10px;
    font-style: italic;
}

body.route-device-status-history-view .status-badge-view {
    background: #fffbeb;
    color: #ca8a04;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #fef3c7;
}

body.route-device-create .device-form-container, body.route-device-update .device-form-container {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

body.route-device-create .form-section-title, body.route-device-update .form-section-title {
    font-size: 14px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-device-create .form-control, body.route-device-update .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 10px 15px;
    font-size: 14px;
    background: #f8fafc;
    transition: 0.2s ease;
    height: auto !important;
}

body.route-device-create .admin-field-box, body.route-device-update .admin-field-box {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px dashed #cbd5e1;
}

body.route-device-create .btn-save-device, body.route-device-update .btn-save-device {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 12px 35px;
    font-weight: 800;
    font-size: 15px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    cursor: pointer;
}

body.route-device-view .notification-form-container {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 800px;
    margin: 0 auto;
}

body.route-device-view .form-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f8fafc;
}

body.route-device-view .header-icon {
    width: 48px;
    height: 48px;
    background: #fef3c7;
    color: #d97706;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

body.route-device-view .header-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
}

body.route-device-view .form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

body.route-device-view .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    font-size: 15px;
    background: #f8fafc;
    transition: all 0.2s ease;
    height: auto !important;
}

body.route-device-view .help-hint {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 6px;
    display: block;
}

body.route-device-view .btn-send-notification {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 40px;
    font-weight: 800;
    font-size: 16px;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    cursor: pointer;
}

body.route-device-index .search-title {
    font-size: 14px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.route-device-index .device-search label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 8px;
}

body.route-device-index .search-actions {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 100%;
    padding-bottom: 2px;
}

body.route-device-index .btn-search-submit {
    background: #3b82f6;
    color: white !important;
    border-radius: 10px;
    padding: 0 20px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
}

body.route-device-index .btn-search-reset {
    background: #f1f5f9;
    color: #64748b !important;
    border-radius: 10px;
    padding: 0 20px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
}

@media (max-width: 768px) {
    body.route-device-index .search-actions {
        margin-top: 15px;
        width: 100%;
    }

    body.route-device-index .btn-search-submit, body.route-device-index .btn-search-reset {
        flex: 1;
    }

}

body.route-device-view .send-logs-container {
    font-family: 'Inter', sans-serif;
    padding: 10px;
}

body.route-device-view .log-notice-box {
    background: #fefce8;
    border: 1px solid #fef08a;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    gap: 12px;
}

body.route-device-view .log-notice-box i {
    color: #ca8a04;
    font-size: 18px;
    margin-top: 2px;
}

body.route-device-view .log-notice-box p {
    margin: 0;
    font-size: 13px;
    color: #854d0e;
    line-height: 1.5;
}

body.route-device-view .form-group label {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

body.route-device-view .form-control {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0;
    padding: 10px 15px;
    font-size: 14px;
    background: #f8fafc;
    transition: 0.2s;
}

body.route-device-view .btn-get-logs {
    background: #3b82f6;
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.2);
}

body.route-device-view .btn-cancel-logs {
    background: #f1f5f9;
    color: #64748b !important;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 14px;
}

body.route-device-create .page-header-modern {
    margin-bottom: 35px;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

body.route-device-create .page-header-modern h1 {
    font-size: 26px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    letter-spacing: -1px;
}

body.route-device-create .header-icon-box {
    width: 56px;
    height: 56px;
    background: #eff6ff; /* Soft blue for new registration */
    color: #3b82f6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.08);
}

body.route-device-create .header-text-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

body.route-device-create .btn-back-modern {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-create .btn-back-modern:hover {
    background: #f1f5f9;
    color: #1e293b;
    border-color: #cbd5e1;
    transform: translateX(-3px);
}

body.route-device-create .subtitle-modern {
    color: #64748b;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}

body.route-device-create .form-container-premium {
    background: #ffffff;
    border-radius: 24px;
    padding: 10px; /* _form ichidagi padding bilan birlashadi */
}

body.route-device-generate-password-qr .serial-number-container {
    font-family: 'Inter', sans-serif;
    padding: 10px;
}

body.route-device-generate-password-qr .technical-notice {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    gap: 12px;
}

body.route-device-generate-password-qr .technical-notice i {
    color: #3b82f6;
    font-size: 18px;
    margin-top: 2px;
}

body.route-device-generate-password-qr .technical-notice p {
    margin: 0;
    font-size: 13px;
    color: #1e40af;
    line-height: 1.5;
}

body.route-device-generate-password-qr .form-group label {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

body.route-device-generate-password-qr .form-control {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0;
    padding: 12px 15px;
    font-size: 15px;
    background: #f8fafc;
    transition: 0.2s;
    font-family: 'JetBrains Mono', monospace;
}

body.route-device-generate-password-qr .btn-save-serial {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 15px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

body.route-device-generate-password-qr .btn-save-serial:hover {
    background: #059669;
    transform: translateY(-2px);
}

body.route-device-generate-password-qr .btn-cancel-modal {
    background: #f1f5f9;
    color: #64748b !important;
    border: none;
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 14px;
}

body.route-device-index .panel-card {
}

body.route-device-index .status-badge {
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

body.route-device-index .uuid-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
}

body.route-device-index .btn-create-modern {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-index .btn-view-modern {
    background: #eff6ff;
    color: #3b82f6;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.2s;
}

body.route-device-show-password-qr .modern-dashboard {
    font-family: 'Inter', sans-serif;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.route-device-show-password-qr .qr-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    max-width: 500px;
    width: 100%;
    text-align: center;
    position: relative;
}

body.route-device-show-password-qr .qr-header {
    margin-bottom: 30px;
}

body.route-device-show-password-qr .qr-header h1 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

body.route-device-show-password-qr .qr-header p {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

body.route-device-show-password-qr .qr-frame {
    display: inline-block;
    padding: 20px;
    background: #f8fafc;
    border-radius: 24px;
    border: 2px solid #eff6ff;
    position: relative;
    transition: 0.3s;
    margin-bottom: 35px;
}

body.route-device-show-password-qr .qr-frame:hover {
    transform: scale(1.02);
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}

body.route-device-show-password-qr .qr-main-image {
    border-radius: 12px;
    display: block;
}

body.route-device-show-password-qr .corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #3b82f6;
    border-radius: 8px;
}

body.route-device-show-password-qr .top-left {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}

body.route-device-show-password-qr .top-right {
    top: -5px;
    right: -5px;
    border-left: none;
    border-bottom: none;
}

body.route-device-show-password-qr .bottom-left {
    bottom: -5px;
    left: -5px;
    border-right: none;
    border-top: none;
}

body.route-device-show-password-qr .bottom-right {
    bottom: -5px;
    right: -5px;
    border-left: none;
    border-top: none;
}

body.route-device-show-password-qr .qr-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.route-device-show-password-qr .btn-back-qr {
    background: #f1f5f9;
    color: #475569 !important;
    border: none;
    border-radius: 14px;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.2s;
    text-decoration: none !important;
}

body.route-device-show-password-qr .btn-print-qr {
    background: #3b82f6;
    color: white !important;
    border-radius: 14px;
    padding: 15px 30px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    transition: 0.3s;
}

body.route-device-show-password-qr .expiry-notice {
    margin-top: 30px;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.route-device-view .debug-qr-modal .modal-dialog {
    max-width: 640px;
}

body.route-device-view .debug-qr-modal .modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

body.route-device-view .debug-qr-modal .modal-body {
    padding: 0;
    background: #f8fafc;
}

body.route-device-view .qr-modal-container {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
}

body.route-device-view .qr-card-modal {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: none;
}

body.route-device-view .qr-card-modal .qr-header {
    margin-bottom: 24px;
}

body.route-device-view .qr-card-modal .qr-header h1 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

body.route-device-view .qr-card-modal .qr-header p {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

body.route-device-view .qr-card-modal .qr-frame {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(145deg, #f8fafc, #eef2ff);
    border: 1px solid #dbeafe;
    margin-bottom: 24px;
}

body.route-device-view .qr-card-modal .qr-main-image {
    width: 280px;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

body.route-device-view .qr-card-modal .corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #3b82f6;
    border-radius: 8px;
}

body.route-device-view .qr-card-modal .top-left {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}

body.route-device-view .qr-card-modal .top-right {
    top: -5px;
    right: -5px;
    border-left: none;
    border-bottom: none;
}

body.route-device-view .qr-card-modal .bottom-left {
    bottom: -5px;
    left: -5px;
    border-right: none;
    border-top: none;
}

body.route-device-view .qr-card-modal .bottom-right {
    bottom: -5px;
    right: -5px;
    border-left: none;
    border-top: none;
}

body.route-device-view .qr-card-modal .qr-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.route-device-view .qr-card-modal .btn-back-qr,
body.route-device-view .qr-card-modal .btn-print-qr {
    border: none;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.2s ease;
}

body.route-device-view .qr-card-modal .btn-back-qr {
    background: #e2e8f0;
    color: #334155;
}

body.route-device-view .qr-card-modal .btn-back-qr:hover {
    background: #cbd5e1;
    color: #0f172a;
}

body.route-device-view .qr-card-modal .btn-print-qr {
    background: #3b82f6;
    color: #ffffff !important;
}

body.route-device-view .qr-card-modal .expiry-notice {
    margin-top: 24px;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.route-device-update .page-header-modern {
    margin-bottom: 35px;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

body.route-device-update .device-id-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

body.route-device-update .header-icon-box {
    width: 56px;
    height: 56px;
    background: #fffbeb; /* Soft amber for edit/update */
    color: #d97706;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.08);
}

body.route-device-update .header-text-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

body.route-device-update .btn-actions-group {
    display: flex;
    gap: 10px;
}

body.route-device-update .btn-secondary-modern {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-device-update .btn-secondary-modern:hover {
    background: #f1f5f9;
    color: #1e293b;
    border-color: #cbd5e1;
}

body.route-device-update .subtitle-modern {
    color: #64748b;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}

body.route-device-view .modern-dashboard {
    font-family: 'Inter', sans-serif;
    color: #334155;
    padding-bottom: 50px;
}

body.route-device-view .view-header-card {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    margin-bottom: 25px;
}

body.route-device-view .header-main-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

body.route-device-view .btn-group-premium {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f8fafc;
}

body.route-device-view .btn-action-premium {
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    transition: 0.2s;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
}

body.route-device-view .btn-update:hover {
    background: #e2e8f0;
}

body.route-device-view .btn-cmd {
    background: #f0f9ff;
    color: #0ea5e9 !important;
    border-color: #e0f2fe;
}

body.route-device-view .btn-cmd:hover {
    background: #0ea5e9;
    color: #fff !important;
}

body.route-device-view .device-grid-layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 25px;
}

body.route-device-view .info-card-premium {
    background: #ffffff;
    padding: 25px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    margin-bottom: 25px;
}

body.route-device-view .info-card-premium h4 {
    font-size: 13px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-device-view .status-pill {
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

body.route-device-view .qr-container {
    background: #f8fafc;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

body.route-device-view .qr-thumb {
    border-radius: 8px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

body.route-device-view .qr-thumb:hover {
    transform: scale(1.05);
}

body.route-device-view .modern-table thead th {
    background: #f8fafc !important;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    border: none !important;
}

body.route-device-view .modern-table td {
    font-size: 13px;
    color: #334155;
    vertical-align: middle !important;
    border-bottom: 1px solid #f8fafc !important;
}

@media (max-width: 1200px) {
    body.route-device-view .device-grid-layout {
        grid-template-columns: 1fr;
    }

}

body.route-device-view .qr-fancybox-bg {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

body.route-device-view .qr-fancybox-bg.active {
    display: flex;
}

body.route-device-view .qr-fancybox-bg img {
    max-width: 80vw;
    max-height: 80vh;
    border: 10px solid #fff;
    border-radius: 12px;
}

body.route-device-view .btn-v-mini {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 8px;
    color: #475569;
}

body.route-device-view .btn-v-mini:hover {
    background: #0ea5e9;
    color: #fff;
}

body.route-device-view .modern-detail th {
    background: #f8fafc;
    color: #64748b;
    width: 35%;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    border: none !important;
}

body.route-device-view .modern-detail td {
    font-size: 14px;
    color: #1e293b;
    border: none !important;
    padding: 10px 15px !important;
    font-weight: 600;
}

#modern-breadcrumbs {
    padding: 12px 0;
    margin-bottom: 20px;
    background: transparent;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}

.home-link {
    color: #94a3b8;
    font-size: 14px;
    transition: 0.2s;
    text-decoration: none !important;
}

.home-link:hover {
    color: #3b82f6;
}

.parent-link {
    color: #64748b;
    text-decoration: none !important;
    transition: 0.2s;
}

.parent-link:hover {
    color: #1e293b;
}

.breadcrumb-item.active {
    color: #1e293b;
    font-weight: 700;
    cursor: default;
}

.breadcrumb-separator {
    color: #cbd5e1;
    font-size: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #modern-breadcrumbs {
        padding: 8px 0;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

}

.dashboard-content-container {
    background-color: #f8fafc;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
}

.dashboard-content-inner {
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.content-wrapper-card {
    flex: 1;
}

.page-header-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-content-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -1px;
    margin: 0;
}

.content-wrapper-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #e8edf3;
    min-height: 200px;
}

.modern-footer {
    margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: #94a3b8;
    font-size: 13px;
}

.modern-footer a {
    color: #64748b;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.modern-footer a:hover {
    color: #3b82f6;
}

.footer-tag {
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
}

@media (max-width: 768px) {
    .dashboard-content-inner {
        padding: 20px;
    }

    .modern-footer {
        justify-content: center;
        text-align: center;
    }

}

#header-container.dashboard-header {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 70px;
}

.language-selector .dropdown-nav {
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    padding: 8px;
    min-width: 160px;
}

.language-selector li a {
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.2s;
}

.language-selector li a:hover {
    background: #f8fafc;
    color: #3b82f6;
}

.user-menu .header-notifications-dropdown {
    border-radius: 18px;
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
    width: 300px;
    padding: 0;
    overflow: hidden;
    border: none;
    margin-top: 8px;
}

.user-status {
    background: linear-gradient(135deg, #f0f9ff 0%, #eff6ff 100%);
    padding: 16px 20px;
    border-bottom: 1px solid #e8f0fe;
    margin: 0;
}

.user-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-details .user-name {
    font-weight: 700;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.backend_user-nav {
    padding: 8px !important;
    margin: 0 !important;
    list-style: none !important;
}

.backend_user-nav li {
    margin: 0 !important;
}

.backend_user-nav li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #475569;
    transition: background 0.15s;
    text-decoration: none;
}

.backend_user-nav li a:hover {
    background: #f1f5f9;
    color: #2563eb;
}

.backend_user-nav li a img {
    width: 17px;
    opacity: 0.65;
    flex-shrink: 0;
}

.backend_user-nav li:last-child {
    border-top: 1px solid #f1f5f9;
    margin-top: 4px !important;
    padding-top: 4px !important;
}

.backend_user-nav li:last-child a {
    color: #ef4444;
}

.backend_user-nav li:last-child a:hover {
    background: #fef2f2;
    color: #dc2626;
}

.badge-primary-soft {
    background: #eff6ff !important;
    color: #2563eb !important;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
}

#fullscreen-button {
    background: #f1f5f9;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    border: none;
    transition: 0.2s;
}

#fullscreen-button:hover {
    background: #e2e8f0;
}

.dashboard-nav-inner ul[data-submenu-title]:before {
    content: attr(data-submenu-title);
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 1px;
    padding: 24px 20px 10px 20px;
    margin-left: 0;
}

.dashboard-nav-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dashboard-nav-inner ul li {
    padding: 0 16px;
    margin-bottom: 4px;
}

.dashboard-sidebar-inner {
    background: #ffffff !important;
    border-right: 1px solid #e2e8f0;
}

.dashboard-nav-inner ul li a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #475569;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.dashboard-nav-inner ul li a i {
    margin-right: 12px;
    font-size: 20px;
    color: #64748b;
    transition: all 0.3s ease;
}

.dashboard-nav-inner ul li a:hover {
    color: #0f172a;
    background: #f1f5f9;
}

.dashboard-nav-inner ul li a:hover i {
    color: #0f172a;
}

.dashboard-nav-inner ul li a.current {
    background: #eff6ff;
    color: #2563eb;
}

.dashboard-nav-inner ul li ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: 30px !important;
    margin-top: 0;
}

.dashboard-nav-inner ul li:hover > ul,
.dashboard-nav-inner ul li.active-submenu > ul {
    max-height: 400px;
    opacity: 1;
    margin-top: 4px;
}

.dashboard-nav-inner ul li a.has-submenu:after {
    content: "\\e92d";
    font-family: 'feather';
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}

.dashboard-nav-inner ul li:hover > a.has-submenu:after,
.dashboard-nav-inner ul li.active-submenu > a.has-submenu:after {
    transform: rotate(180deg);
}

.dashboard-nav-inner ul li ul li {
    padding: 0;
    margin-bottom: 2px;
}

.dashboard-nav-inner ul li ul li a {
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}

.dashboard-nav-inner ul li ul li a:hover {
    color: #2563eb;
    background: #eff6ff;
}

.dashboard-nav-inner ul li.active-submenu > a.has-submenu {
    color: #0f172a;
    background: #f1f5f9;
}

.nav-tag {
    background: #ef4444;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: auto;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
}

body.login-page {
    font-family: 'Inter', sans-serif;
    background: #f8fafc; /* Toza och kulrang fon */
    background-image: radial-gradient(at 0% 0%, rgba(59, 130, 246, 0.05) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(99, 102, 241, 0.05) 0px, transparent 50%);
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

body.login-page .login-box {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
}

@media (max-width: 480px) {
    body.login-page .login-box {
        padding: 15px;
    }

}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    overflow-x: hidden;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.dashboard-container {
    display: flex;
    flex: 1;
    position: relative;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.dashboard-sidebar {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-content-container {
    transition: all 0.3s ease;
    flex: 1;
    padding: 24px 32px;
    background: #f8fafc;
}

@media (max-width: 768px) {
    .dashboard-content-container {
        padding: 16px;
    }

}

.form-control {
    height: auto !important;
    min-height: 44px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #334155 !important;
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.2s ease !important;
    line-height: 1.5 !important;
}

.form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: #94a3b8 !important;
    font-weight: 400;
}

label, .control-label {
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    display: block;
}

.table .action-column {
    width: 140px !important;
    min-width: 140px !important;
    white-space: nowrap;
    text-align: center;
}

.summary ~ .pagination-wrapper,
.pager__per-page,
.gridview-pager-pagesize,
.per-page {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row !important;
}

.page-size {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-direction: row !important;
}

.page-size label {
    margin: 0 !important;
    white-space: nowrap;
    display: inline !important;
    font-weight: 600;
    color: #64748b;
    font-size: 13px;
}

.page-size select {
    width: auto !important;
    min-width: 80px;
    max-width: 90px;
    display: inline-block !important;
}

.table thead th {
    background: #f8fafc !important;
    color: #64748b !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 0.5px;
    padding: 14px 16px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    white-space: nowrap;
    border-top: none !important;
}

.table tbody td {
    padding: 12px 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px;
    color: #334155;
}

.table tbody tr:hover td {
    background: #f8fafc !important;
}

.pagination {
    gap: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .page-item .page-link {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 7px 13px !important;
    min-width: 36px;
    text-align: center;
    transition: 0.15s;
}

.pagination .page-item .page-link:hover {
    background: #f1f5f9 !important;
    color: #2563eb !important;
    border-color: #cbd5e1 !important;
}

.pagination .page-item.active .page-link {
    background: #2563eb !important;
    color: #fff !important;
    border-color: #2563eb !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
}

.pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}

.alert {
    border-radius: 14px !important;
    border: none !important;
    padding: 14px 20px !important;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.alert-success {
    background: #f0fdf4 !important;
    color: #16a34a !important;
}

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

.alert-warning {
    background: #fffbeb !important;
    color: #d97706 !important;
}

.alert-info {
    background: #eff6ff !important;
    color: #2563eb !important;
}

.btn-primary {
    background: #2563eb;
    border-color: #2563eb;
    border-radius: 10px;
    font-weight: 600;
}

.btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.btn-success {
    background: #16a34a;
    border-color: #16a34a;
    border-radius: 10px;
    font-weight: 600;
}

.btn-success:hover {
    background: #15803d;
    border-color: #15803d;
}

.btn-danger {
    background: #dc2626;
    border-color: #dc2626;
    border-radius: 10px;
    font-weight: 600;
}

.btn-secondary {
    border-radius: 10px;
    font-weight: 600;
}

.btn-default {
    border-radius: 10px;
    font-weight: 600;
}

.summary {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 20px !important;
}

.modal-content {
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
}

.modal-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 20px 24px;
}

.modal-header .modal-title {
    font-weight: 800;
    color: #1e293b;
    font-size: 18px;
}

.modal-header .close {
    color: #64748b;
    opacity: 1;
    font-size: 22px;
}

.modal-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0 !important;
    padding: 16px 24px;
}

.modal-body {
    padding: 24px !important;
}

.nav-tabs {
    border-bottom: 2px solid #e2e8f0 !important;
}

.nav-tabs .nav-link {
    border: none !important;
    color: #64748b;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    transition: 0.2s;
}

.nav-tabs .nav-link.active {
    color: #2563eb !important;
    background: transparent !important;
    border-bottom: 2px solid #2563eb !important;
}

.nav-tabs .nav-link:hover {
    color: #334155;
    background: #f1f5f9;
}

.card {
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

.card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 16px 20px !important;
    font-weight: 700;
    color: #1e293b;
    border-radius: 16px 16px 0 0 !important;
}

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

.dashboard-sidebar.right-sidebar .dashboard-sidebar-inner {
    background: #ffffff !important;
    border-left: 1px solid #e2e8f0;
    border-right: none;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul[data-submenu-title]:before {
    color: #94a3b8;
    font-weight: 700;
    opacity: 1;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li a {
    color: #475569;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li a:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li a.current {
    background: #eff6ff;
    color: #2563eb;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li a i {
    font-size: 20px;
    color: #64748b;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li a:hover i {
    color: #0f172a;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: 30px !important;
    margin-top: 0;
}

.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li:hover > ul,
.dashboard-sidebar.right-sidebar .dashboard-nav-inner ul li.active-submenu > ul {
    max-height: 400px;
    opacity: 1;
    margin-top: 4px;
}

body.route-product-create .form-header-box i, body.route-product-update .form-header-box i {
    width: 50px;
    height: 50px;
    background: #f0f9ff; /* Soft Blue */
    color: #0ea5e9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.1);
}

body.route-product-create .form-control-premium:focus, body.route-product-update .form-control-premium:focus {
    border-color: #0ea5e9 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1) !important;
    outline: none;
}

body.route-product-create .cropper-container, body.route-product-update .cropper-container {
    margin-top: 10px;
    border-radius: 14px;
    overflow: hidden;
}

body.route-product-create .btn-save-product, body.route-product-update .btn-save-product {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 50px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-product-create .section-divider, body.route-product-update .section-divider {
    padding: 10px 15px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

body.route-product-index .product-search-wrapper {
    background: #ffffff;
    padding: 25px;
    border-radius: 22px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    margin-bottom: 25px;
}

body.route-product-index .product-search-form .form-control:focus {
    border-color: #0ea5e9;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1);
}

body.route-product-index .btn-search-premium {
    background: #0ea5e9;
    color: white !important;
    border-radius: 12px;
    padding: 0 25px;
    height: 44px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-product-index .btn-search-premium:hover {
    background: #0284c7;
    transform: translateY(-1px);
}

body.route-product-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #f0f9ff; /* Soft Blue */
    color: #0ea5e9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(14, 165, 233, 0.1);
}

body.route-product-index .panel-card {
}

body.route-product-index .modern-grid tr:hover td {
    background-color: #f0f9ff66;
}

body.route-product-index .company-pill {
    background: #f0f9ff;
    color: #0ea5e9;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #e0f2fe;
}

body.route-product-index .branch-pill {
    background: #f8fafc;
    color: #64748b;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #e2e8f0;
}

body.route-product-index .btn-view-mini {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f5f9;
    color: #475569;
    transition: 0.2s;
    border: none;
}

body.route-product-index .btn-view-mini:hover {
    background: #0ea5e9;
    color: #fff;
    transform: scale(1.05);
}

body.route-product-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f0f9ff;
    color: #0ea5e9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(14, 165, 233, 0.08);
}

body.route-product-view .btn-update-premium {
    background: #f0f9ff;
    color: #0ea5e9 !important;
}

body.route-product-view .btn-update-premium:hover {
    background: #0ea5e9;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-product-view .product-view-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 25px;
}

body.route-product-view .product-logo-frame {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

body.route-product-view .product-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.route-product-view .no-logo {
    color: #cbd5e1;
    font-size: 40px;
}

body.route-product-view .uuid-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
}

body.route-region-create .region-form-wrapper, body.route-region-update .region-form-wrapper {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 600px;
    margin: 0 auto;
}

body.route-region-create .form-header-box i, body.route-region-update .form-header-box i {
    width: 46px;
    height: 46px;
    background: #fdf2f8; /* Soft Pink/Rose */
    color: #db2777;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(219, 39, 119, 0.1);
}

body.route-region-create .form-control-premium, body.route-region-update .form-control-premium {
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 18px !important;
    background: #f8fafc !important;
    font-size: 15px !important;
    transition: 0.3s ease;
    height: auto !important;
}

body.route-region-create .form-control-premium:focus, body.route-region-update .form-control-premium:focus {
    border-color: #db2777 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(219, 39, 119, 0.1) !important;
    outline: none;
}

body.route-region-create .btn-save-region, body.route-region-update .btn-save-region {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 50px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
    width: 100%;
}

body.route-region-create .region-hint, body.route-region-update .region-hint {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 8px;
    display: block;
    text-align: center;
}

body.route-region-index .region-search-wrapper {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    margin-bottom: 25px;
}

body.route-region-index .region-search-form .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    height: 42px !important;
    font-size: 13px;
    background: #f8fafc;
    transition: 0.2s ease;
}

body.route-region-index .region-search-form .form-control:focus {
    border-color: #db2777;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(219, 39, 119, 0.1);
}

body.route-region-index .btn-search-premium {
    background: #db2777;
    color: white !important;
    border-radius: 12px;
    padding: 0 25px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-region-index .btn-search-premium:hover {
    background: #be185d;
    transform: translateY(-1px);
}

body.route-region-index .btn-reset-premium {
    background: #f1f5f9;
    color: #64748b !important;
    border-radius: 12px;
    padding: 0 20px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-region-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #fdf2f8; /* Soft Pink */
    color: #db2777;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(219, 39, 119, 0.1);
}

body.route-region-create .form-container-premium {
    background: #ffffff;
    border-radius: 24px;
    /* Markazlashtirilgan forma uchun max-width qo'shish ixtiyoriy */
    max-width: 800px;
    margin: 0 auto;
}

body.route-region-index .panel-card {
}

body.route-region-index .modern-grid tr:hover td {
    background-color: #fdf2f844;
}

body.route-region-index .btn-create-premium {
    background: #db2777;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(219, 39, 119, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

body.route-region-index .btn-create-premium:hover {
    background: #be185d;
    transform: translateY(-2px);
}

body.route-region-index .action-wrap-mini {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

body.route-region-index .btn-action-mini {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.2s;
    border: none;
}

body.route-region-index .btn-v {
    background: #fdf2f8;
    color: #db2777;
}

body.route-region-index .btn-v:hover {
    background: #db2777;
}

body.route-region-index .pagesize-wrapper {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.route-region-index .pagesize-wrapper select {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 4px 8px;
    font-size: 13px;
    outline: none;
}

body.route-region-update .region-edit-badge {
    background: #fdf2f8; /* Soft pink */
    color: #db2777;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #fce7f3;
}

body.route-region-update .form-wrapper-premium {
    background: #ffffff;
    border-radius: 24px;
    max-width: 800px;
    margin: 0 auto;
}

body.route-region-view .btn-update-premium {
    background: #fdf2f8;
    color: #db2777 !important;
}

body.route-region-view .btn-update-premium:hover {
    background: #db2777;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-region-view .info-card-premium {
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

body.route-region-view .modern-detail th {
    background: #f8fafc;
    color: #64748b;
    width: 30%;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
}

body.route-region-view .modern-detail td {
    font-size: 15px;
    color: #1e293b;
    border: none !important;
    padding: 15px !important;
    font-weight: 600;
}

body.route-region-view .region-name-badge {
    background: #fdf2f8;
    color: #db2777;
    padding: 6px 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 16px;
}

body.route-setting-create .form-header-box i, body.route-setting-update .form-header-box i {
    width: 50px;
    height: 50px;
    background: #f5f3ff; /* Soft Purple */
    color: #8b5cf6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.1);
}

body.route-setting-create .form-control-premium:focus, body.route-setting-update .form-control-premium:focus {
    border-color: #8b5cf6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1) !important;
    outline: none;
}

body.route-setting-create .btn-save-setting, body.route-setting-update .btn-save-setting {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 50px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-setting-create .section-divider, body.route-setting-update .section-divider {
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

body.route-setting-index .setting-search-form .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    height: 42px !important;
    font-size: 13px;
    background: #f8fafc;
    transition: 0.2s ease;
}

body.route-setting-index .setting-search-form .form-control:focus {
    border-color: #8b5cf6;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}

body.route-setting-index .btn-search-premium {
    background: #8b5cf6;
    color: white !important;
    border-radius: 12px;
    padding: 0 25px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-setting-index .btn-search-premium:hover {
    background: #7c3aed;
    transform: translateY(-1px);
}

body.route-setting-index .btn-reset-premium {
    background: #f1f5f9;
    color: #64748b !important;
    border-radius: 12px;
    padding: 0 20px;
    height: 42px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-setting-index .select2-container--default .select2-selection--single {
    border-radius: 12px;
    height: 42px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    align-items: center;
}

body.route-setting-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #f5f3ff; /* Soft Purple */
    color: #8b5cf6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(139, 92, 246, 0.1);
}

body.route-setting-index .panel-card {
}

body.route-setting-index .modern-grid tr:hover td {
    background-color: #f5f3ff66;
}

body.route-setting-index .bulk-actions-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    padding: 12px 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
}

body.route-setting-index .btn-bulk-delete {
    background: #fef2f2;
    color: #ef4444 !important;
    border: 1px solid #fee2e2;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 13px;
    transition: 0.2s;
}

body.route-setting-index .action-icons-wrap {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

body.route-setting-index .btn-v {
    background: #f5f3ff;
    color: #8b5cf6;
}

body.route-setting-index .btn-v:hover {
    background: #8b5cf6;
}

body.route-setting-index .setting-key {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    color: #7c3aed;
    font-size: 13px;
}

body.route-setting-update .setting-edit-badge {
    background: #f5f3ff; /* Soft purple */
    color: #7c3aed;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #ddd6fe;
    font-family: 'JetBrains Mono', monospace;
}

body.route-setting-update .header-icon-box {
    width: 50px;
    height: 50px;
    background: #fffbeb; /* Edit mode amber hint */
    color: #ca8a04;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(202, 138, 4, 0.08);
}

body.route-setting-view .header-title-group h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    font-family: 'JetBrains Mono', monospace;
}

body.route-setting-view .btn-update-premium {
    background: #f5f3ff;
    color: #7c3aed !important;
}

body.route-setting-view .btn-update-premium:hover {
    background: #7c3aed;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-setting-view .setting-key-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    color: #7c3aed;
    background: #f5f3ff;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #ddd6fe;
}

body.route-setting-view .setting-value-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    display: inline-block;
}

body.route-setting-view .description-box {
    background: #fdfaff;
    border-left: 4px solid #8b5cf6;
    padding: 20px;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

body.route-site-dashboard .modern-dashboard {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background: #f8fafc;
    padding-bottom: 50px;
}

body.route-site-dashboard .filter-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    margin-bottom: 30px;
}

body.route-site-dashboard .filter-card label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

body.route-site-dashboard .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-bottom: 35px;
}

body.route-site-dashboard .stat-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

body.route-site-dashboard .stat-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

body.route-site-dashboard .stat-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

body.route-site-dashboard .stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

body.route-site-dashboard .stat-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    margin: 0;
}

body.route-site-dashboard .counter-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #f1f5f9;
    pt: 15px;
    padding-top: 15px;
}

body.route-site-dashboard .counter-item {
    text-align: center;
    flex: 1;
}

body.route-site-dashboard .counter-val {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #3b82f6;
    font-family: 'JetBrains Mono', monospace;
}

body.route-site-dashboard .counter-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
}

body.route-site-dashboard .lock-widget {
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
    border: 1px solid #e0f2fe !important;
    color: #1e293b;
}

body.route-site-dashboard .lock-widget .stat-title {
    color: #1e293b;
}

body.route-site-dashboard .lock-widget .counter-label {
    color: #64748b;
}

body.route-site-dashboard .table-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    margin-top: 30px;
}

body.route-site-dashboard .table-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-site-dashboard .modern-table thead th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 15px !important;
    border: none !important;
}

body.route-site-dashboard .modern-table tbody td {
    padding: 15px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px;
    font-weight: 600;
}

body.route-site-dashboard .status-badge-val {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: monospace;
    font-weight: 800;
}

body.route-site-error .modern-dashboard {
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.route-site-error .error-card {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    max-width: 600px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.route-site-error .error-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(59, 130, 246, 0.03);
    border-radius: 50%;
}

body.route-site-error .error-illustration {
    font-size: 80px;
    margin-bottom: 25px;
    display: block;
}

body.route-site-error .error-code-name {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

body.route-site-error .error-message-box {
    background: #fef2f2;
    color: #ef4444;
    padding: 15px 25px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #fee2e2;
}

body.route-site-error .error-description {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 20px;
}

body.route-site-error .btn-home-modern {
    background: #3b82f6;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 35px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
}

body.route-site-error .btn-home-modern:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.3);
}

body.route-site-error .help-text {
    margin-top: 30px;
    font-size: 13px;
    color: #94a3b8;
}

body.route-site-index .modern-dashboard {
    font-family: 'Inter', sans-serif;
    color: #334155;
    padding-bottom: 50px;
}

body.route-site-index .control-panel-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

body.route-site-index .panel-header {
    margin-bottom: 40px;
}

body.route-site-index .panel-header h1 {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

body.route-site-index .system-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    color: #10b981;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

body.route-site-index .status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

body.route-site-index .dev-tools-box {
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #e2e8f0;
}

body.route-site-index .dev-tools-title {
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

body.route-site-index .btn-mobilock {
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    margin: 5px;
    text-decoration: none !important;
}

body.route-site-index .btn-debug {
    background: #1e293b;
    color: #fff !important;
}

body.route-site-index .btn-debug:hover {
    background: #0f172a;
    transform: translateY(-2px);
}

body.route-site-index .btn-gmail {
    background: #ffffff;
    color: #1e293b !important;
    border: 1px solid #e2e8f0;
}

body.route-site-index .btn-gmail:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

body.route-site-index .main-check-icon {
    width: 100px;
    height: 100px;
    background: #3b82f6;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 40px;
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.2);
}

@keyframes pulse {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
        }
        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
        }
        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
        }
}

body.route-site-login .login-section {
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

body.route-site-login .login-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    max-width: 480px;
    margin: 0 auto;
}

body.route-site-login .login-logo img {
    height: 50px;
    margin-bottom: 30px;
}

body.route-site-login .welcome-text h3 {
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

body.route-site-login .welcome-text p {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 30px;
}

body.route-site-login .login__tabs {
    border: none !important;
    background: #f1f5f9;
    padding: 5px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 30px;
}

body.route-site-login .login__tabs li {
    flex: 1;
    text-align: center;
}

body.route-site-login .login__tabs li a {
    border: none !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 10px !important;
    font-weight: 700;
    color: #64748b !important;
    transition: 0.2s;
}

body.route-site-login .login__tabs li.active a {
    background: #ffffff !important;
    color: #3b82f6 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.route-site-login .input-with-icon {
    position: relative;
    margin-bottom: 20px;
}

body.route-site-login .input-with-icon i {
    position: absolute;
    left: 15px;
    top: 14px;
    color: #94a3b8;
    font-size: 18px;
}

body.route-site-login .input-with-icon .form-control {
    padding-left: 45px !important;
    border-radius: 12px;
    height: 50px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-weight: 500;
}

body.route-site-login .input-with-icon .form-control:focus {
    background: #fff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

body.route-site-login .pass-toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
    z-index: 10;
    color: #94a3b8;
    font-size: 18px;
}

body.route-site-login .btn-login-modern {
    background: #3b82f6;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-weight: 800;
    font-size: 16px;
    width: 100%;
    transition: 0.2s;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.15);
}

body.route-site-login .checkbox-label {
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.route-site-setting-form .settings-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    max-width: 700px;
    margin: 0 auto;
}

body.route-site-setting-form .settings-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f8fafc;
    padding-bottom: 20px;
}

body.route-site-setting-form .settings-icon {
    width: 45px;
    height: 45px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

body.route-site-setting-form .form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

body.route-site-setting-form .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    font-size: 15px;
    background: #f8fafc;
    transition: 0.2s;
    height: auto !important;
}

body.route-site-setting-form .setting-key-badge {
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
}

body.route-site-setting-form .btn-save-settings {
    background: #10b981;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 35px;
    font-weight: 800;
    font-size: 15px;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

body.route-telegram-bot-create .form-header-box i, body.route-telegram-bot-update .form-header-box i {
    width: 50px;
    height: 50px;
    background: #e0f2fe; /* Telegram Soft Blue */
    color: #0088cc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.1);
}

body.route-telegram-bot-create .form-control-premium:focus, body.route-telegram-bot-update .form-control-premium:focus {
    border-color: #0088cc !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1) !important;
    outline: none;
}

body.route-telegram-bot-create .token-input, body.route-telegram-bot-update .token-input {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px !important;
    color: #0369a1;
}

body.route-telegram-bot-create .btn-save-bot, body.route-telegram-bot-update .btn-save-bot {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 55px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-telegram-bot-create .bot-hint-box, body.route-telegram-bot-update .bot-hint-box {
    background: #f0f9ff;
    border-radius: 14px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #e0f2fe;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

body.route-telegram-bot-create .bot-hint-box i, body.route-telegram-bot-update .bot-hint-box i {
    color: #0088cc;
    margin-top: 3px;
}

body.route-telegram-bot-create .bot-hint-box p, body.route-telegram-bot-update .bot-hint-box p {
    margin: 0;
    font-size: 13px;
    color: #0369a1;
    line-height: 1.5;
}

body.route-telegram-bot-index .bot-search-form .form-control:focus {
    border-color: #0088cc;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1);
}

body.route-telegram-bot-index .btn-search-premium {
    background: #0088cc;
    color: white !important;
    border-radius: 12px;
    padding: 0 25px;
    height: 44px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-telegram-bot-index .btn-search-premium:hover {
    background: #0077b5;
    transform: translateY(-1px);
}

body.route-telegram-bot-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #e0f2fe; /* Telegram Soft Blue */
    color: #0088cc;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(0, 136, 204, 0.1);
}

body.route-telegram-bot-index .panel-card {
}

body.route-telegram-bot-index .modern-grid tr:hover td {
    background-color: #f0f9ff44;
}

body.route-telegram-bot-index .masked-token {
    font-family: 'JetBrains Mono', monospace;
    color: #94a3b8;
    font-size: 12px;
    letter-spacing: 2px;
}

body.route-telegram-bot-index .status-badge {
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

body.route-telegram-bot-index .action-icons-wrap {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

body.route-telegram-bot-index .btn-v {
    background: #e0f2fe;
    color: #0369a1;
}

body.route-telegram-bot-index .btn-v:hover {
    background: #0369a1;
}

body.route-telegram-bot-index .pagesize-container {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-telegram-bot-update .bot-edit-badge {
    background: #e0f2fe; /* Soft Telegram Blue */
    color: #0369a1;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #bae6fd;
}

body.route-telegram-bot-view .btn-update-premium {
    background: #e0f2fe;
    color: #0369a1 !important;
}

body.route-telegram-bot-view .btn-update-premium:hover {
    background: #0369a1;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-telegram-bot-view .bot-view-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 25px;
}

body.route-telegram-bot-view .bot-token-box {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: #0369a1;
    background: #f0f9ff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #bae6fd;
    word-break: break-all;
    line-height: 1.6;
    position: relative;
}

body.route-telegram-bot-view .bot-token-box::before {
    content: "API TOKEN";
    position: absolute;
    top: -10px;
    left: 15px;
    background: #0369a1;
    color: #fff;
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
}

body.route-telegram-bot-view .company-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 700;
}

body.route-telegram-chat-create .form-header-box i, body.route-telegram-chat-update .form-header-box i {
    width: 50px;
    height: 50px;
    background: #e0f2fe;
    color: #0088cc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.1);
}

body.route-telegram-chat-create .required-mark, body.route-telegram-chat-update .required-mark {
    color: #ef4444;
    margin-left: 3px;
    font-size: 14px;
}

body.route-telegram-chat-create .form-control-premium:focus, body.route-telegram-chat-update .form-control-premium:focus {
    border-color: #0088cc !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1) !important;
}

body.route-telegram-chat-create .section-divider, body.route-telegram-chat-update .section-divider {
    padding: 8px 15px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

body.route-telegram-chat-create .btn-save-chat, body.route-telegram-chat-update .btn-save-chat {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 60px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-telegram-chat-index .chat-search-form .form-control:focus {
    border-color: #0088cc;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1);
}

body.route-telegram-chat-index .btn-search-premium {
    background: #0088cc;
    color: white !important;
    border-radius: 12px;
    padding: 0 25px;
    height: 44px;
    font-weight: 700;
    border: none;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-telegram-chat-index .btn-search-premium:hover {
    background: #0077b5;
    transform: translateY(-1px);
}

body.route-telegram-chat-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #f0f9ff; /* Telegram Soft Blue */
    color: #0088cc;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(0, 136, 204, 0.1);
}

body.route-telegram-chat-custom-message .custom-message-wrapper {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
}

body.route-telegram-chat-custom-message .form-header-box i {
    width: 48px;
    height: 48px;
    background: #f0f9ff;
    color: #0088cc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

body.route-telegram-chat-custom-message .form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.route-telegram-chat-custom-message .textarea-premium {
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 20px !important;
    background: #f8fafc !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #334155 !important;
    transition: 0.3s ease;
    resize: vertical;
    min-height: 250px;
    font-family: 'Inter', sans-serif;
}

body.route-telegram-chat-custom-message .textarea-premium:focus {
    border-color: #0088cc !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1) !important;
    outline: none;
}

body.route-telegram-chat-custom-message .btn-send-premium {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 14px;
    padding: 14px 45px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.route-telegram-chat-custom-message .hint-text {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

body.route-telegram-chat-index .panel-card {
}

body.route-telegram-chat-index .modern-grid tr:hover td {
    background-color: #f0f9ff44;
}

body.route-telegram-chat-index .btn-send-msg {
    background: #0088cc;
    color: white !important;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

body.route-telegram-chat-index .btn-send-msg:hover {
    background: #0077b5;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 136, 204, 0.2);
}

body.route-telegram-chat-index .btn-u {
    background: #f0f9ff;
    color: #0088cc;
}

body.route-telegram-chat-index .btn-u:hover {
    background: #0088cc;
}

body.route-telegram-chat-index .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

body.route-telegram-chat-index .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 25px;
}

body.route-telegram-chat-index .modal-title {
    font-weight: 800;
    color: #1e293b;
}

body.route-telegram-chat-update .chat-edit-badge {
    background: #e0f2fe; /* Soft Telegram Blue */
    color: #0369a1;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #bae6fd;
}

body.route-telegram-chat-view .btn-update-premium:hover {
    background: #e2e8f0;
    transform: translateY(-2px);
}

body.route-telegram-chat-view .btn-send-premium {
    background: #e0f2fe;
    color: #0088cc !important;
    cursor: pointer;
}

body.route-telegram-chat-view .btn-send-premium:hover {
    background: #0088cc;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-telegram-chat-view .chat-view-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 25px;
}

body.route-telegram-chat-view .chat-id-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    color: #0369a1;
    background: #f0f9ff;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #bae6fd;
}

body.route-telegram-chat-view .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

body.route-telegram-chat-view .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 25px;
}

body.route-user-create .form-section-title, body.route-user-update .form-section-title {
    font-size: 13px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

body.route-user-create .form-section-title:first-child, body.route-user-update .form-section-title:first-child {
    margin-top: 0;
}

body.route-user-create .admin-access-box, body.route-user-update .admin-access-box {
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    border: 1px dashed #e2e8f0;
    margin-bottom: 25px;
}

body.route-user-create .form-control, body.route-user-create .with-border, body.route-user-update .form-control, body.route-user-update .with-border {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    background: #f8fafc !important;
    transition: 0.2s;
    height: auto !important;
}

body.route-user-create .form-control:focus, body.route-user-update .form-control:focus {
    border-color: #3b82f6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

body.route-user-create .password-toggle-area, body.route-user-update .password-toggle-area {
    background: #fff7ed;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ffedd5;
    margin-bottom: 15px;
}

body.route-user-create .btn-save-user, body.route-user-update .btn-save-user {
    background: #00BFAF;
    color: white !important;
    border-radius: 12px;
    padding: 14px 50px;
    font-weight: 800;
    font-size: 16px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

body.route-user-add-template .template-card {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

body.route-user-add-template .template-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-user-add-template .label__heading p {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 8px !important;
}

body.route-user-add-template .input-modern {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    background: #f8fafc;
    transition: 0.2s;
    outline: none;
}

body.route-user-add-template .radio__inputs-box {
    background: #f1f5f9;
    padding: 6px;
    border-radius: 14px;
    margin: 25px 0;
    display: inline-flex;
}

body.route-user-add-template .users__template-label-radio {
    margin: 0;
    padding: 10px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #64748b;
}

body.route-user-add-template .users__template-label-radio input {
    display: none;
}

body.route-user-add-template .users__template-label-radio:has(input:checked) {
    background: #ffffff;
    color: #3b82f6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.route-user-add-template .collapse__checkbox {
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.3s;
}

body.route-user-add-template .collapse__checkbox:has(.collapse.show) {
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.05);
}

body.route-user-add-template .header__collapse__checkbox {
    padding: 15px 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

body.route-user-add-template .collapse-trigger-label {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 12px;
    font-weight: 700;
    color: #1e293b;
}

body.route-user-add-template .rotate__img-collapse {
    transition: 0.3s ease;
    width: 18px;
    opacity: 0.5;
}

body.route-user-add-template .rotate__img-collapse.active {
    transform: rotate(180deg);
    opacity: 1;
}

body.route-user-add-template .collapse__checkbox-items {
    padding: 15px 25px 20px 50px;
    background: #f8fafc;
    border: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

body.route-user-add-template .collapse__checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.route-user-add-template .collapse__checkbox-item p {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

body.route-user-add-template input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    cursor: pointer;
}

body.route-user-add-template .btn-save-premium {
    background: #00BFAF;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px 40px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
}

body.route-user-create .header-icon-box {
    width: 54px;
    height: 54px;
    background: #f0f9ff; /* Soft blue */
    color: #0ea5e9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(14, 165, 233, 0.1);
}

body.route-user-form-name .page-header-modern {
    margin-bottom: 30px;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

body.route-user-form-name .header-icon-box {
    width: 50px;
    height: 50px;
    background: #fff7ed; /* Soft amber */
    color: #f97316;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.08);
}

body.route-user-form-name .btn-nav-modern:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    color: #1e293b;
}

body.route-user-form-name .user-edit-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

body.route-user-form-name .with-border {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    background: #f8fafc !important;
    transition: 0.2s;
}

body.route-user-form-name .btn-save-premium {
    background: #00BFAF;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 12px 40px;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
}

body.route-user-index .panel-card {
}

body.route-user-index .user-thumb {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

body.route-user-index .role-badge {
    background: #eff6ff;
    color: #3b82f6;
    border: 1px solid #dbeafe;
}

body.route-user-info .profile-header-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

body.route-user-info .profile-avatar-wrapper img {
    width: 110px;
    height: 110px;
    border-radius: 22px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

body.route-user-info .profile-info-main h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
}

body.route-user-info .profile-info-main .role-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    background: #eff6ff;
    color: #3b82f6;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

body.route-user-info .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

body.route-user-info .stat-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
    transition: 0.3s;
}

body.route-user-info .stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

body.route-user-info .stat-card .label {
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

body.route-user-info .stat-card .value {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
}

body.route-user-info .stat-card.primary {
    border-left: 4px solid #3b82f6;
}

body.route-user-info .stat-card.success {
    border-left: 4px solid #10b981;
}

body.route-user-info .stat-card.warning {
    border-left: 4px solid #f59e0b;
}

body.route-user-info .info-section {
    background: #fff;
    padding: 25px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
}

body.route-user-info .modern-table td {
    padding: 15px !important;
    border-bottom: 1px solid #f8fafc !important;
    font-size: 14px;
}

body.route-user-info .modern-table td:first-child {
    font-weight: 700;
    color: #64748b;
    width: 35%;
}

body.route-user-info .btn-edit-profile {
    padding: 10px 25px;
    border-radius: 12px;
    background: #f8fafc;
    color: #1e293b;
    font-weight: 700;
    border: 1px solid #e2e8f0;
    transition: 0.2s;
}

body.route-user-info .btn-edit-profile:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

body.route-user-permissions-template .action-header-bar {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

body.route-user-permissions-template .search-input-wrapper {
    position: relative;
    flex: 1;
    max-width: 450px;
}

body.route-user-permissions-template .search-input-wrapper i {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #94a3b8;
}

body.route-user-permissions-template .search-modern {
    width: 100%;
    padding: 10px 15px 10px 45px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    transition: 0.2s;
    outline: none;
}

body.route-user-permissions-template .btn-add-template {
    background: #00BFAF;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(0, 191, 175, 0.2);
}

body.route-user-permissions-template .btn-add-template:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.3);
}

body.route-user-permissions-template .table-container-premium {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

body.route-user-permissions-template .modern-grid-table thead th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 18px 20px !important;
    border-bottom: 2px solid #f1f5f9 !important;
}

body.route-user-permissions-template .modern-grid-table tbody td {
    padding: 15px 20px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}

body.route-user-permissions-template .permissions-badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 12px;
    font-family: 'JetBrains Mono', monospace;
}

body.route-user-permissions-template .author-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.route-user-permissions-template .author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
}

body.route-user-permissions-template .author-info p {
    margin: 0;
    font-weight: 700;
    color: #1e293b;
    font-size: 13px;
    line-height: 1.2;
}

body.route-user-permissions-template .author-info span {
    font-size: 11px;
    color: #94a3b8;
}

body.route-user-permissions-template .modal-content {
    border-radius: 24px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
}

body.route-user-photo .photo-upload-wrapper {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

body.route-user-photo .photo-upload-wrapper h1 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

body.route-user-photo .upload-subtitle {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 30px;
}

body.route-user-photo .cropper-container {
    margin: 0 auto 25px auto;
    border-radius: 20px;
    overflow: hidden;
    border: 2px dashed #e2e8f0;
    padding: 10px;
    background: #f8fafc;
    transition: 0.3s;
}

body.route-user-photo .cropper-container:hover {
    border-color: #3b82f6;
}

body.route-user-photo .btn-save-photo {
    background: #00BFAF;
    color: white !important;
    border-radius: 12px;
    padding: 12px 40px;
    font-weight: 800;
    font-size: 16px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
    transition: 0.3s;
    width: 100%;
}

body.route-user-photo .help-text-modern {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.route-user-update-department .modern-form-wrapper {
    font-family: 'Inter', sans-serif;
    padding: 10px 15px;
}

body.route-user-update-department .form-header-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: -0.5px;
}

body.route-user-update-department .modern-form-wrapper label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.route-user-update-department .modern-form-wrapper .form-control {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    height: auto !important;
    background: #f8fafc !important;
    font-size: 14px !important;
    transition: 0.2s;
}

body.route-user-update-department .modern-form-wrapper .form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
    background: #fff !important;
}

body.route-user-update-department .actions-footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    padding-bottom: 10px;
}

body.route-user-update-department .btn-modern-save {
    background: #16a34a;
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 10px 35px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
    transition: 0.3s;
}

body.route-user-update-department .btn-modern-close {
    background: #f1f5f9;
    color: #64748b !important;
    border: none;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.2s;
}

body.route-user-update-department .form-group {
    margin-bottom: 20px;
}

body.route-user-update-modal .additional-setting-modal-content {
    font-family: 'Inter', sans-serif;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 24px;
}

body.route-user-update-modal .setting-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: -0.5px;
}

body.route-user-update-modal .additional-setting-buttons {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

body.route-user-update-modal .additional-setting-buttons:hover {
    background: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.08);
    transform: translateY(-2px);
}

body.route-user-update-modal .img__box {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

body.route-user-update-modal .additional-setting-buttons p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

body.route-user-update-modal .btn-danger-soft:hover {
    border-color: #ef4444 !important;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.08) !important;
}

body.route-user-update-modal .btn-danger-soft:hover p {
    color: #ef4444;
}

body.route-user-update-modal .sort__users-checkbox {
    background: #f8fafc;
    padding: 12px 18px;
    border-radius: 14px;
    margin-bottom: 12px;
    border: 1px solid transparent;
    transition: 0.2s;
}

body.route-user-update-modal .sort__users-checkbox:hover {
    border-color: #e2e8f0;
}

body.route-user-update-modal .sort__users-checkbox p {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-left: 15px !important;
}

body.route-user-update-modal .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

body.route-user-update-modal .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

body.route-user-update-modal .slider-subscription {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: .4s;
    border-radius: 24px;
}

body.route-user-update-modal .slider-subscription:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

body.route-user-update-modal input:checked + .slider-subscription {
    background-color: #3b82f6;
}

body.route-user-update-modal input:checked + .slider-subscription:before {
    transform: translateX(20px);
}

body.route-user-update-modal .btn-modern-footer {
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
}

body.route-user-update-modal .btn-cancel {
    background: #f1f5f9;
    color: #64748b;
    border: none;
}

body.route-user-update-modal .btn-cancel:hover {
    background: #e2e8f0;
    color: #1e293b;
}

body.route-user-update-modal .btn-save-settings {
    background: #00BFAF;
    color: white !important;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 191, 175, 0.2);
}

body.route-user-view .profile-main-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

body.route-user-view .profile-header-gradient {
    background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
    padding: 25px 30px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

body.route-user-view .action-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.route-user-view .btn-modern {
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    transition: 0.2s;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.route-user-view .btn-yellow-soft {
    background: #fffbeb;
    color: #d97706 !important;
}

body.route-user-view .btn-yellow-soft:hover {
    background: #d97706;
    color: #fff !important;
    transform: translateY(-2px);
}

body.route-user-view .profile-body {
    padding: 40px;
}

body.route-user-view .user-visual-side {
    text-align: center;
    border-right: 1px solid #f1f5f9;
}

body.route-user-view .profile-image-container {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

body.route-user-view .profile-image-container img {
    width: 160px;
    height: 160px;
    border-radius: 32px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

body.route-user-view .status-online-dot {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #22c55e;
    border: 4px solid #fff;
    border-radius: 50%;
}

body.route-user-view .modern-info-table th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 30%;
    border: none !important;
}

body.route-user-view .modern-info-table td {
    padding: 15px 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px;
    color: #1e293b;
}

body.route-user-view .tech-hash {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #94a3b8;
    word-break: break-all;
}

@media (max-width: 1200px) {
    body.route-user-view .user-visual-side {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

}

body.route-user-work-calendar .header-icon-box {
    width: 50px;
    height: 50px;
    background: #f0fdf4; /* Soft green */
    color: #16a34a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 16px rgba(22, 163, 74, 0.08);
}

body.route-user-work-calendar .calendar-wrapper-premium {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

body.route-user-work-calendar #calendar {
    font-family: 'Inter', sans-serif;
}

body.route-user-work-calendar .fc-header-toolbar {
    margin-bottom: 25px !important;
}

body.route-user-work-calendar .fc-button {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

body.route-user-work-calendar .fc-button-active {
    background: #3b82f6 !important;
    color: #fff !important;
    border-color: #3b82f6 !important;
}

body.route-user-work-calendar .fc-head-container {
    background: #f8fafc;
    border-radius: 10px;
}

body.route-user-work-calendar .fc-day-header {
    padding: 12px 0 !important;
    font-weight: 800;
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
}

body.route-user-work-calendar .fc-widget-content {
    border-color: #f1f5f9 !important;
}

body.route-user-work-calendar .fc-day-number {
    padding: 10px !important;
    font-weight: 700;
    color: #1e293b;
}

body.route-user-work-calendar .btn-nav-modern:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    color: #1e293b;
}
