body{
    zoom: 100% !important;
}
.size-10 {
    font-size: 10px !important;
}
.size-15 {
    font-size: 15px !important;
}
.v-dialog{
    overflow-x: hidden !important;
}.border-style{
    border-radius: 15px !important;
}#user-name{
    font-size: 13px !important;
    text-align: center !important;
    color: #3a3838 !important;
}
.v-application .primary--text.primary--text {
    color: #0f6cbd !important;
}.app-color{
    color: #2f72b9 !important;
}
.compact-table .v-data-table__wrapper {
    font-size: 13px;
}

.compact-cell {
    padding: 0 !important;
    height: 32px !important;
}

.remove-cell {
    width: 32px;
    text-align: center;
}

.compact-input .v-input__control {
    min-height: 30px !important;
}

.compact-input .v-input__slot {
    padding: 0 4px !important;
    font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .responsive-table .v-data-table-header {
        display: none;
    }
    
    .responsive-table .v-data-table__mobile-row {
        display: flex;
        flex-direction: column;
        padding: 8px;
        border-bottom: 1px solid #eee;
    }
    
    .responsive-table .v-data-table__mobile-row__header {
        font-weight: bold;
        margin-right: 8px;
    }
    
    .toolbar-responsive {
        padding: 8px !important;
    }
    
    .toolbar-responsive .v-toolbar__content {
        padding: 0 !important;
    }
}

@media (max-width: 960px) {
    .v-data-table.responsive-table td {
        padding: 0 8px !important;
    }
    
    .v-data-table.responsive-table th {
        padding: 0 8px !important;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.simple-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fafafa;
  min-height: 100vh;
}

.header-section {
  text-align: left;
}

.modern-card {
  background: white;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

/* Clean Tab Styles */
.clean-tabs {
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}

.clean-tab {
  text-transform: none !important;
  font-weight: 400 !important;
  min-height: 64px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  transition: all 0.2s ease;
}

.clean-tab:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.clean-tab.v-tab--active {
  color: var(--v-primary-base) !important;
  font-weight: 500 !important;
}

.tab-icon {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.clean-tab.v-tab--active .tab-icon {
  opacity: 1;
}

/* Content Styles */
.content-area {
  background: white;
  min-height: 500px;
}

.section-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.empty-state {
  border: 2px dashed #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
}

.opacity-60 {
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 600px) {
  .simple-container {
    padding: 16px !important;
  }
  
  .clean-tab {
    min-height: 56px;
    font-size: 0.8rem;
  }
  
  .header-section {
    margin-bottom: 24px !important;
  }
  
  .header-section h1 {
    font-size: 1.75rem !important;
  }
}

/* Light Theme Optimizations */
.v-application.theme--light {
  background-color: #fafafa !important;
}
.app-container {
  padding: 24px;
  background: #f8fafc;
  min-height: 100vh;
}

/* Header Styles */
.page-header {
  margin-bottom: 32px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.page-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
  display: flex;
  align-items: center;
}

.page-subtitle {
  color: #64748b;
  font-size: 1rem;
  margin: 8px 0 0 0;
}

.add-btn {
  border-radius: 12px !important;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}

/* Stats Cards */
.stats-card {
  border-radius: 16px !important;
  border: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  transition: all 0.3s ease;
}

.stats-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}

.stats-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1;
}

.stats-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
  margin-top: 4px;
}

/* Main Card */
.main-card {
  border-radius: 16px !important;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.card-header {
  background: linear-gradient(110deg, #5878d0 0%, #5878d0 100%);
  color: white !important;
}

.card-title-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.search-field >>> .v-input__control .v-input__slot {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.search-field >>> .v-text-field__details {
  display: none;
}

.search-field >>> .v-label {
  color: rgba(255, 255, 255, 0.8) !important;
}

.search-field >>> .v-input__icon .v-icon {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Table Styles */
.modern-table >>> .v-data-table__wrapper {
  border-radius: 0;
}

.modern-table >>> thead tr th {
  background: #f8fafc !important;
  color: #374151 !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  border-bottom: 2px solid #e5e7eb !important;
  height: 56px !important;
}

.modern-table >>> tbody tr {
  transition: all 0.2s ease;
}

.modern-table >>> tbody tr:hover {
  background: #f1f5f9 !important;
  transform: scale(1.005);
}

.serial-number {
  background: #e2e8f0;
  color: #475569;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  min-width: 32px;
  text-align: center;
}

.section-name {
  font-weight: 500;
}

.action-buttons {
  display: flex;
  gap: 4px;
  justify-content: center;
}

/* No Data */
.no-data-container {
  padding: 48px 24px;
  text-align: center;
}

.no-data-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin: 16px 0 8px 0;
}

.no-data-subtitle {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Dialog Styles */
.dialog-card {
  border-radius: 16px !important;
  overflow: hidden;
}

.dialog-header {
  background: linear-gradient(110deg, #5878d0 0%, #5878d0 100%);
  color: white !important;
  padding: 20px 24px;
}

.dialog-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.dialog-subtitle {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-top: 2px;
}

/* Delete Dialog */
.delete-dialog {
  border-radius: 16px !important;
}

.delete-header {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white !important;
  padding: 20px 24px;
}

.delete-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.delete-subtitle {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-top: 2px;
}

.delete-message {
  color: #374151;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 960px) {
  .app-container {
    padding: 16px;
  }
  
  .page-title {
    font-size: 1.5rem;
  }
  
  .header-content {
    flex-direction: column;
    align-items: stretch;
  }
  
  .add-btn {
    align-self: flex-start;
  }
}

@media (max-width: 600px) {
  .card-header {
    padding: 16px;
  }
  
  .search-field {
    max-width: 100% !important;
    margin-top: 12px;
  }
  
  .dialog-header {
    padding: 16px;
  }
}

/* Vuetify Overrides */
.v-btn {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.v-chip {
  font-weight: 500 !important;
}

.v-card {
  border-radius: 12px !important;
}

.v-dialog > .v-card {
  border-radius: 16px !important;
}
.modern-card {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.filter-card {
    background-color: #f8f9fa;
    border-radius: 8px;
}

.stats-card {
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.stats-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1) !important;
}

.stats-number {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.stats-label {
    font-size: 0.875rem;
    color: #666;
}

.modern-table {
    border: 1px solid #e0e0e0;
}

.modern-table >>> thead th {
    font-weight: 600 !important;
    background-color: #f5f7fa !important;
    color: #333 !important;
}

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

.serial-number {
    font-weight: 500;
    color: #555;
}

.condition-chip {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.performance-chip {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.action-btn {
    transition: all 0.2s ease;
}

.action-btn:hover {
    transform: scale(1.1);
}

.dialog-card {
    border-radius: 12px !important;
}

.dialog-header {
    background-color: #3f51b5;
    color: white;
    padding: 16px 24px;
    border-radius: 12px 12px 0 0 !important;
}

.dialog-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.dialog-subtitle {
    font-size: 0.875rem;
    opacity: 0.9;
}

.close-btn {
    transition: all 0.2s;
}
professional-sidebar {
  border-right: 1px solid #e0e0e0;
}

/* Profile Section */
.profile-section {
  padding: 24px 16px;
  text-align: center;
}

.profile-avatar {
  margin-bottom: 12px;
  border: 2px solid #e0e0e0;
}

.user-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #424242;
}

.user-role {
  font-size: 14px;
  color: #757575;
  margin: 0;
}

/* Section Header */
.section-header {
  font-size: 12px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  height: 40px;
  padding-left: 16px;
}

/* Navigation Items */
.nav-item {
  margin: 2px 8px;
  border-radius: 4px;
}

.nav-item:hover {
  background-color: #f5f5f5;
}

.nav-item.v-list-item--active {
  background-color: #f5f5f5;
  color: #000;
}

.nav-item.v-list-item--active .v-icon {
  color: #000;
}

.nav-item-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #424242 !important;
}

.nav-item-icon {
  min-width: 40px !important;
  margin-right: 8px !important;
}

/* Footer Section */
.sidebar-footer {
  padding: 0;
}

.logout-item {
  padding: 0 16px;
  height: 48px;
}

.logout-item:hover {
  background-color: #f5f5f5;
}

/* Mini variant adjustments */
.v-navigation-drawer--mini-variant .profile-section,
.v-navigation-drawer--mini-variant .section-header,
.v-navigation-drawer--mini-variant .nav-item-title {
  display: none;
}

.v-navigation-drawer--mini-variant .profile-avatar {
  margin: 16px auto 0;
  width: 40px;
  height: 40px;
}

.v-navigation-drawer--mini-variant .nav-item-icon {
  margin-right: 0 !important;
}
