
.date-time-picker[data-v-101a8c6b] {
}


.modal-form[data-v-89afc6d0] {
  padding: 10px 10px 10px;
}
.form-row[data-v-89afc6d0] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-89afc6d0] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-89afc6d0]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-89afc6d0] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-89afc6d0] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-89afc6d0] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-89afc6d0]:last-child {
  margin-right: 0;
}
.button[data-v-89afc6d0] {
  color: white;
  min-width: 120px;
}


.button[data-v-69dce296] {
  color: white;
  min-width: 120px;
}


.role-manager[data-v-71b4cbb6] {
  padding: 0.5rem;
}
.roles-container[data-v-71b4cbb6] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f8f9fa;
}
.role-chip[data-v-71b4cbb6] {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-color: #e9ecef;
  border-radius: 16px;
  font-size: 0.875rem;
  color: #495057;
  border: 1px solid #ced4da;
}
.remove-role-btn[data-v-71b4cbb6] {
  background: none;
  border: none;
  color: #dc3545;
  margin-left: 0.5rem;
  padding: 0 0.25rem;
  cursor: pointer;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.remove-role-btn[data-v-71b4cbb6]:hover {
  color: #c82333;
}
.role-selector[data-v-71b4cbb6] {
  display: flex;
  gap: 0.5rem;
}
.role-select[data-v-71b4cbb6] {
  flex-grow: 1;
}
.add-role-btn[data-v-71b4cbb6] {
  background: none;
  border: none;
  color: #28a745;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  transition: color 0.2s;
}
.add-role-btn[data-v-71b4cbb6]:hover {
  color: #218838;
}
.add-role-btn[data-v-71b4cbb6]:disabled {
  color: #6c757d;
  cursor: not-allowed;
}


.session-audit-tab[data-v-73b7a204] {
  padding: 1rem;
}
.active-badge[data-v-73b7a204] {
  background-color: #48bb78;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}
i[data-v-73b7a204] {
  color: #718096;
}
.table[data-v-73b7a204] th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}
.table[data-v-73b7a204] td {
  vertical-align: middle;
}
.pagination[data-v-73b7a204] {
  margin-bottom: 0;
}


.quick-filters[data-v-5f254a3e] {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.filter-btn[data-v-5f254a3e] {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.filter-btn[data-v-5f254a3e]:hover {
  transform: translateY(-1px);
}
@media (max-width: 768px) {
.quick-filters[data-v-5f254a3e] {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}
.filter-btn[data-v-5f254a3e] {
    flex: 0 0 auto;
}
}


.user-details-card[data-v-00be9e16] {
  margin: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.filter-button.active[data-v-00be9e16] {
  background-color: #e9ecef;
}
.notification-badge[data-v-00be9e16] {
  margin-left: 0.5rem;
}
.button[data-v-00be9e16] {
  color: white;
  min-width: 120px;
}
@media (max-width: 768px) {
.user-details-card[data-v-00be9e16] {
    margin: 10px;
}
}


.user-details-card[data-v-302b4008] {
  margin: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-header[data-v-302b4008] {
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.statistics-summary[data-v-302b4008] {
  margin-top: 1.5rem;
}
.stat-card[data-v-302b4008] {
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease;
}
.stat-card[data-v-302b4008]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.stat-card h4[data-v-302b4008] {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.stat-value[data-v-302b4008] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.25rem;
}
.stat-label[data-v-302b4008] {
  font-size: 0.875rem;
  color: #6c757d;
}
.stat-period[data-v-302b4008] {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.5rem;
}
.chart-wrapper[data-v-302b4008] {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
}
.profitability-summary[data-v-302b4008] {
  background: #f8f9fa;
  border-left: 4px solid #4caf50;
}
.summary-item[data-v-302b4008] {
  padding: 1rem;
  border-right: 1px solid #eee;
}
.summary-item[data-v-302b4008]:last-child {
  border-right: none;
}
.summary-label[data-v-302b4008] {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.summary-value[data-v-302b4008] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
}
.summary-amount[data-v-302b4008] {
  font-size: 1rem;
  color: #6c757d;
}
.summary-trend[data-v-302b4008] {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.25rem;
}
.text-success[data-v-302b4008] {
  color: #28a745 !important;
}
.text-warning[data-v-302b4008] {
  color: #ffc107 !important;
}
.text-danger[data-v-302b4008] {
  color: #dc3545 !important;
}
@media (max-width: 768px) {
.user-header[data-v-302b4008] {
    flex-direction: column;
    gap: 1rem;
}
.stat-item[data-v-302b4008] {
    margin-bottom: 1rem;
}
.chart-wrapper[data-v-302b4008] {
    height: 300px;
}
.summary-item[data-v-302b4008] {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0.75rem;
}
.summary-item[data-v-302b4008]:last-child {
    border-bottom: none;
}
}


.tooltip-container[data-v-67e37d46] {
  display: inline-block;
  position: relative;
}


.button[data-v-31036751] {
  color: white;
  min-width: 120px;
}
.modal-form[data-v-31036751] {
  padding: 10px 10px 10px;
}
.form-row[data-v-31036751] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-31036751] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-31036751]:last-child {
  margin-right: 0;
}
.form-row .col-12[data-v-31036751] {
  width: 100%;
}
.modal-footer[data-v-31036751] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-31036751] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-31036751] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-31036751]:last-child {
  margin-right: 0;
}


.custom-dropdown[data-v-87478132] {
  min-width: 75px;
}
.custom-dropdown[data-v-87478132] .btn {
  background: white;
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.custom-dropdown[data-v-87478132] .btn:hover {
  border-color: #94a3b8;
}
.custom-dropdown[data-v-87478132] .btn:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}
.dropdown-trigger[data-v-87478132] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dropdown-icon[data-v-87478132] {
  transition: transform 0.2s ease;
  color: #64748b;
}
.dropdown-icon--open[data-v-87478132] {
  transform: rotate(180deg);
}
[data-v-87478132] .custom-dropdown-menu {
  min-width: 100%;
  padding: 0.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
[data-v-87478132] .custom-dropdown-item {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease;
}
[data-v-87478132] .custom-dropdown-item:hover {
  background-color: #f8fafc;
}
[data-v-87478132] .custom-dropdown-item.active {
  background-color: #eff6ff;
  color: #3b82f6;
}

/* Dark mode support */
[data-v-87478132] .dark {
.custom-dropdown .btn {
    background: #1e293b;
    border-color: #475569;
    color: #f1f5f9;
}
.custom-dropdown-menu {
    background: #1e293b;
    border-color: #475569;
}
.custom-dropdown-item:hover {
    background-color: #334155;
}
.custom-dropdown-item.active {
    background-color: #1e40af;
    color: #f1f5f9;
}
}


.technician-view[data-v-a4b5fb7a] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-a4b5fb7a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-a4b5fb7a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-a4b5fb7a] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-a4b5fb7a] {
  color: white;
  min-width: 120px;
}


label[data-v-d67a268a] {
  display: block;
  margin-top: 10px;
}
.card-container.card[data-v-d67a268a] {
  max-width: 350px !important;
  padding: 40px 40px;
}
.card[data-v-d67a268a] {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card[data-v-d67a268a] {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.error-feedback[data-v-d67a268a] {
  color: red;
}
.form-group[data-v-d67a268a] {
  padding: 10px 10px 10px;
}


label[data-v-16f3e00c] {
  display: block;
  margin-top: 10px;
}
.card-container.card[data-v-16f3e00c] {
  max-width: 350px !important;
  padding: 40px 40px;
}
.card[data-v-16f3e00c] {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card[data-v-16f3e00c] {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.error-feedback[data-v-16f3e00c] {
  color: red;
}


.container[data-v-09d3a8f5] {
  max-width: 600px;
}
.form-group-custom label[data-v-09d3a8f5] {
  margin-bottom: 0.2rem;
}
.form-group-custom[data-v-09d3a8f5] {
  margin-bottom: 1.5rem;
}
.btn-save[data-v-09d3a8f5] {
  margin-top: 2rem;
  color: white;
  width: 100%;
}
.is-warning[data-v-09d3a8f5] {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}


.filter-container[data-v-bf2422aa] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  position: relative;
}
.filter-row[data-v-bf2422aa] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 6px;
}
.filter-left[data-v-bf2422aa] {
  display: flex;
  gap: 0.75rem;
  flex: 2;
}
.filter-right[data-v-bf2422aa] {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 2;
}
.filter-item[data-v-bf2422aa] {
  flex: 1;
  min-width: 150px;
}
.toggle-group[data-v-bf2422aa] {
  display: flex;
  gap: 1rem;
}
.toggle-item[data-v-bf2422aa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: rgba(var(--v-theme-surface), 0.6);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease;
}
.toggle-item[data-v-bf2422aa]:hover {
  background-color: rgba(var(--v-theme-surface), 0.9);
  transform: translateY(-1px);
}
.toggle-label[data-v-bf2422aa] {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.radio-group-container[data-v-bf2422aa] {
  display: flex;
  gap: 1.5rem;
}
.radio-group[data-v-bf2422aa] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.radio-label[data-v-bf2422aa] {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.date-filters[data-v-bf2422aa] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.clear-all-btn[data-v-bf2422aa] {
  font-weight: 500;
  white-space: nowrap;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.filter-right__toggles__and__clear[data-v-bf2422aa] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-item[data-v-bf2422aa]:hover {
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}
.date-picker-label[data-v-bf2422aa] {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.filter-item .date-picker-label[data-v-bf2422aa] {
  opacity: 1;
  transform: translateY(0);
}
[data-v-bf2422aa] .dp__input {
  border-radius: 4px;
  border: 1px solid #dee2e6;
  width: 100%;
  font-size: 14px;
}
[data-v-bf2422aa] .dp__input::placeholder {
  color: #999;
  font-style: italic;
}
@media (max-width: 768px) {
.filter-row[data-v-bf2422aa] {
    flex-direction: column;
}
.filter-left[data-v-bf2422aa] {
    flex-direction: column;
    width: 100%;
}
.filter-right[data-v-bf2422aa] {
    width: 100%;
    justify-content: space-between;
}
.radio-group-container[data-v-bf2422aa] {
    flex-direction: column;
    gap: 0.5rem;
}
.toggle-group[data-v-bf2422aa] {
    width: 100%;
}
.clear-all-btn[data-v-bf2422aa] {
    position: relative;
    margin-top: 0.5rem;
    align-self: flex-end;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.filter-left[data-v-bf2422aa] {
    flex-wrap: wrap;
}
.filter-item[data-v-bf2422aa] {
    min-width: 200px;
    flex: 1 1 calc(50% - 0.75rem);
}
.radio-group-container[data-v-bf2422aa] {
    flex-direction: column;
    gap: 0.5rem;
}
}


.modal-form[data-v-e1de9486] {
  padding: 10px 10px 10px;
}
.form-row[data-v-e1de9486] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.form-group[data-v-e1de9486] {
  flex: 1;
  margin-right: 15px;
}
.form-group[data-v-e1de9486]:last-child {
  margin-right: 0;
}
.duration-container[data-v-e1de9486] {
  display: flex;
  gap: 10px;
}
.duration-container input[data-v-e1de9486] {
  flex: 1;
}
.duration-container select[data-v-e1de9486] {
  flex: 2;
}
.checkbox-group[data-v-e1de9486] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.checkbox-group[data-v-e1de9486] .form-group {
  margin-bottom: 0;
}
.checkbox-group[data-v-e1de9486] .form-check {
  padding-left: 0;
}
.modal-footer[data-v-e1de9486] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.button[data-v-e1de9486] {
  color: white;
  min-width: 120px;
}


.modal-form[data-v-3a4f5372] {
  padding: 10px 10px 10px;
}
.form-row[data-v-3a4f5372] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-3a4f5372] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-3a4f5372]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-3a4f5372] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-3a4f5372] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-3a4f5372] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-3a4f5372]:last-child {
  margin-right: 0;
}
.button[data-v-3a4f5372] {
  color: white;
  min-width: 120px;
}



.color-picker-component[data-v-504f593a] {
  margin-bottom: 15px;
}
.arrow-icon[data-v-504f593a] {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.3s ease;
}
.advanced-dropdown[data-v-504f593a] {
  cursor: pointer;
  color: #666;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.advanced-dropdown[data-v-504f593a]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.advanced-dropdown.show .arrow-icon[data-v-504f593a] {
  transform: rotate(-180deg);
}


.form-row[data-v-23b869a4] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-23b869a4] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-23b869a4]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-23b869a4] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-23b869a4] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-23b869a4] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-23b869a4]:last-child {
  margin-right: 0;
}
.button[data-v-23b869a4] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-995f1720] {
  padding: 10px 10px 10px;
}
.form-row[data-v-995f1720] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-995f1720] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-995f1720]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-995f1720] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-995f1720] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-995f1720] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-995f1720]:last-child {
  margin-right: 0;
}
.button[data-v-995f1720] {
  color: white;
  min-width: 120px;
  transition: opacity 0.2s ease;
}
.button[data-v-995f1720]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
[data-v-995f1720] .form-control {
  border-radius: 6px;
  border-color: #e2e8f0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[data-v-995f1720] .form-control:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 0.2rem rgba(49, 130, 206, 0.25);
}
[data-v-995f1720] .form-control.is-invalid {
  border-color: #dc3545;
}
[data-v-995f1720] .form-control.is-valid {
  border-color: #28a745;
}
[data-v-995f1720] .invalid-feedback {
  display: block;
  font-size: 0.875rem;
  color: #dc3545;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
.form-row[data-v-995f1720] {
    flex-direction: column;
}
.form-row .col-md-4[data-v-995f1720] {
    margin-right: 0;
    margin-bottom: 1rem;
}
.form-row .col-md-4[data-v-995f1720]:last-child {
    margin-bottom: 0;
}
}


[data-v-36dfd639] .modal-content {
  border-radius: 8px;
}
[data-v-36dfd639] .modal-header {
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-36dfd639] .modal-body {
  padding: 1.5rem;
}
[data-v-36dfd639] .form-group {
  margin-bottom: 1rem;
}
[data-v-36dfd639] .form-control {
  border-radius: 6px;
  border-color: #e2e8f0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[data-v-36dfd639] .form-control:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 0.2rem rgba(49, 130, 206, 0.25);
}
[data-v-36dfd639] .form-control.is-invalid {
  border-color: #dc3545;
}
[data-v-36dfd639] .form-control.is-valid {
  border-color: #28a745;
}
[data-v-36dfd639] .invalid-feedback {
  display: block;
  font-size: 0.875rem;
  color: #dc3545;
  margin-top: 0.25rem;
}
.button[data-v-36dfd639] {
  color: white;
  min-width: 120px;
  transition: opacity 0.2s ease;
}
.button[data-v-36dfd639]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-row .col-md-4[data-v-36dfd639] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-36dfd639]:last-child {
  margin-right: 0;
}
.form-row[data-v-36dfd639] {
  display: flex;
  margin-bottom: 10px;
}
.modal-footer[data-v-36dfd639] {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  background-color: #f8fafc;
}
@media (max-width: 768px) {
.form-row[data-v-36dfd639] {
    flex-direction: column;
}
.form-row .col-md-4[data-v-36dfd639] {
    margin-right: 0;
    margin-bottom: 1rem;
}
.form-row .col-md-4[data-v-36dfd639]:last-child {
    margin-bottom: 0;
}
}


.address-list[data-v-d119c9ae] {
  width: 100%;
  padding: 1rem;
}
.address-grid[data-v-d119c9ae] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.address-card[data-v-d119c9ae] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.address-card[data-v-d119c9ae]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.address-content[data-v-d119c9ae] {
  padding: 1.25rem;
}
.address-header[data-v-d119c9ae] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}
.header-buttons[data-v-d119c9ae] {
  display: flex;
  gap: 0.5rem;
}
.address-number[data-v-d119c9ae] {
  margin: 0;
  color: #4a5568;
  font-size: 1rem;
  font-weight: 600;
}
.edit-btn[data-v-d119c9ae],
.remove-btn[data-v-d119c9ae] {
  padding: 0.25rem 0.5rem;
}
.edit-btn[data-v-d119c9ae] {
  color: #3182ce;
}
.remove-btn[data-v-d119c9ae] {
  color: #e53e3e;
}
.address-details[data-v-d119c9ae] {
  font-size: 0.95rem;
  color: #4a5568;
}
.address-line[data-v-d119c9ae] {
  margin-bottom: 0.25rem;
}
.address-location[data-v-d119c9ae] {
  margin: 0.5rem 0;
  color: #718096;
}
.address-footer[data-v-d119c9ae] {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  color: #718096;
  font-weight: 500;
}
.postcode[data-v-d119c9ae] {
  color: #2d3748;
}
.country[data-v-d119c9ae] {
  color: #4a5568;
  font-style: italic;
}
.default-address-checkbox[data-v-d119c9ae] {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
}


.company-form[data-v-4b9eabfa] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.form-section[data-v-4b9eabfa] {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.form-section[data-v-4b9eabfa]:last-child {
  border-bottom: none;
}
.section-header[data-v-4b9eabfa] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.section-icon[data-v-4b9eabfa] {
  color: #6366f1;
}
.section-title[data-v-4b9eabfa] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.form-row[data-v-4b9eabfa] {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.form-row[data-v-4b9eabfa]:last-child {
  margin-bottom: 0;
}
.form-group[data-v-4b9eabfa] {
  flex: 1;
  min-width: 0;
}
.form-group.full-width[data-v-4b9eabfa] {
  width: 100%;
}
.form-label[data-v-4b9eabfa] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}
.form-input[data-v-4b9eabfa] {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
  background-color: white;
  transition: all 0.2s ease;
}
.form-input[data-v-4b9eabfa]:hover {
  border-color: #9ca3af;
}
.form-input[data-v-4b9eabfa]:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
  outline: none;
}
.form-input[data-v-4b9eabfa]::placeholder {
  color: #9ca3af;
}
@media (max-width: 768px) {
.form-row[data-v-4b9eabfa] {
    flex-direction: column;
    gap: 1rem;
}
.form-section[data-v-4b9eabfa] {
    padding: 1rem;
}
}


.form-row[data-v-4018bece] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-4018bece] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-4018bece]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-4018bece] {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-4018bece] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-4018bece] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-4018bece]:last-child {
  margin-right: 0;
}
.button[data-v-4018bece] {
  color: white;
  min-min-width: 120px;
}
.address-item p[data-v-4018bece] {
  margin-right: 10px;
}
.left-side[data-v-4018bece] {
  justify-content: flex-start;
}
.is-invalid[data-v-4018bece] {
  border-color: #dc3545;
}
.is-invalid[data-v-4018bece]:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.autocomplete-with-button[data-v-4018bece] {
  align-items: left;
}
.set-default-button[data-v-4018bece] {
  background: none;
  border: none;
  color: #3498db;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0;
}
.set-default-button[data-v-4018bece]:hover {
  text-decoration: underline;
}


.modal-form[data-v-14d153e2] {
  padding: 10px 10px 10px;
}
.form-row[data-v-14d153e2] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-14d153e2] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-14d153e2]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-14d153e2] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-14d153e2] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-14d153e2] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-14d153e2]:last-child {
  margin-right: 0;
}
.button[data-v-14d153e2] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-381640a0] {
  padding: 10px 10px 10px;
}
.form-row[data-v-381640a0] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-381640a0] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-381640a0]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-381640a0] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-381640a0] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-381640a0] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-381640a0]:last-child {
  margin-right: 0;
}
.button[data-v-381640a0] {
  color: white;
  min-width: 120px;
}



.selection-wrapper[data-v-6c8a86c9] {
  max-width: 100%;
  max-height: 2.5em;
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  position: relative;
}
.selection-text[data-v-6c8a86c9] {
  display: inline-block;
  width: 100%;
}
.selectable-text[data-v-6c8a86c9] {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  cursor: text !important;
  pointer-events: auto !important;
}
.list-item[data-v-6c8a86c9] {
  white-space: normal;
  word-break: break-word;
}
[data-v-6c8a86c9] .v-field__input {
  cursor: text !important;
}
[data-v-6c8a86c9] .v-field {
  cursor: text !important;
}
[data-v-6c8a86c9] .v-select__selection {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  cursor: text !important;
}
[data-v-6c8a86c9] .v-autocomplete--disabled .selection-wrapper,[data-v-6c8a86c9] .v-autocomplete--disabled .selection-text {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  cursor: text !important;
  opacity: 1 !important;
}
[data-v-6c8a86c9] .v-list-item:focus {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
[data-v-6c8a86c9] .v-list-item:focus-visible {
  outline: 2px solid var(--v-theme-primary);
  outline-offset: -2px;
}


.modal-form[data-v-2d76e902] {
  padding: 10px 10px 10px;
}
.form-row[data-v-2d76e902] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-2d76e902] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-2d76e902]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-2d76e902] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-2d76e902] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-2d76e902] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-2d76e902]:last-child {
  margin-right: 0;
}
.button[data-v-2d76e902] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-3dcfd173] {
  padding: 10px 10px 10px;
}
.form-row[data-v-3dcfd173] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.form-group[data-v-3dcfd173] {
  flex: 1;
  margin-right: 15px;
}
.form-group[data-v-3dcfd173]:last-child {
  margin-right: 0;
}
.checkbox-group[data-v-3dcfd173] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.checkbox-group[data-v-3dcfd173] .form-group {
  margin-bottom: 0;
}
.checkbox-group[data-v-3dcfd173] .form-check {
  padding-left: 0;
}
.modal-footer[data-v-3dcfd173] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-3dcfd173] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-3dcfd173] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-3dcfd173]:last-child {
  margin-right: 0;
}
.button[data-v-3dcfd173] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-7a2d83ec] {
  padding: 10px 10px 10px;
}
.form-row[data-v-7a2d83ec] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-7a2d83ec] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-7a2d83ec]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-7a2d83ec] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-7a2d83ec] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-7a2d83ec] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-7a2d83ec]:last-child {
  margin-right: 0;
}
.button[data-v-7a2d83ec] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-22644188] {
  padding: 10px 10px 10px;
}
.form-row[data-v-22644188] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-22644188] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-22644188]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-22644188] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-22644188] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-22644188] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-22644188]:last-child {
  margin-right: 0;
}
.button[data-v-22644188] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-2b0de31c] {
  padding: 10px 10px 10px;
}
.form-row[data-v-2b0de31c] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-2b0de31c] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-2b0de31c]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-2b0de31c] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-2b0de31c] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-2b0de31c] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-2b0de31c]:last-child {
  margin-right: 0;
}
.button[data-v-2b0de31c] {
  color: white;
  min-width: 120px;
}



.device-selector[data-v-d5bfdfa0] {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.device-selector[data-v-d5bfdfa0] > * {
  flex: 1;
  min-width: 0;
}
.required-field[data-v-d5bfdfa0] {
  position: relative;
}
.required-field[data-v-d5bfdfa0]::before {
  content: '*';
  color: red;
  position: absolute;
  left: -0.5rem;
  top: 0;
}


.modal-form[data-v-52146438] {
  padding: 10px 10px 10px;
}
.form-row[data-v-52146438] {
  display: flex;
  margin-bottom: .15rem;
  flex-wrap: wrap;
}
.form-row .col-md-2[data-v-52146438],
.form-row .col-md-3[data-v-52146438],
.form-row .col-md-4[data-v-52146438],
.form-row .col-md-6[data-v-52146438],
.form-row .col-md-12[data-v-52146438] {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}
.modal-footer[data-v-52146438] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.button[data-v-52146438] {
  color: white;
  min-width: 120px;
}
.selected-issues[data-v-52146438] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
  flex-wrap: wrap;
}
.issue-chip[data-v-52146438] {
  border: none;
  background-color: orange;
  margin-bottom: 5px;
}
.checkbox-group[data-v-52146438] {
  display: flex;
  gap: 2rem;
  padding: 0.5rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.required-field[data-v-52146438] {
  position: relative;
}
.required-field[data-v-52146438]::before {
  content: '*';
  color: red;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
.modal.modal-xl[data-v-52146438] {
    --bs-modal-width: 1340px !important;
}
}
@media (max-width: 768px) {
.form-row[data-v-52146438] {
    flex-direction: column;
    margin-bottom: 0;
}
.form-row .col-md-2[data-v-52146438],
  .form-row .col-md-3[data-v-52146438],
  .form-row .col-md-4[data-v-52146438],
  .form-row .col-md-6[data-v-52146438],
  .form-row .col-md-12[data-v-52146438] {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.checkbox-group[data-v-52146438] {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
}
.modal-form[data-v-52146438] {
    padding: 10px 5px;
}
.button[data-v-52146438] {
    min-width: 100px;
}
.selected-issues[data-v-52146438] {
    width: 100%;
    margin-bottom: 10px;
}
.creation-modal-header[data-v-52146438] {
    padding: 10px;
}
.modal-footer[data-v-52146438] {
    padding: 10px 15px;
}
}
@media (max-width: 576px) {
.form-row .col-md-2[data-v-52146438],
  .form-row .col-md-3[data-v-52146438],
  .form-row .col-md-4[data-v-52146438],
  .form-row .col-md-6[data-v-52146438],
  .form-row .col-md-12[data-v-52146438] {
    padding: 0 10px;
}
.checkbox-group[data-v-52146438] {
    gap: 1rem;
}
.selected-issues[data-v-52146438] {
    flex-direction: column;
    align-items: flex-start;
}
.issue-chip[data-v-52146438] {
    margin-right: 5px;
}
.modal-xl[data-v-52146438] {
    margin: 0;
    max-width: 100%;
}
}


.action-button[data-v-2e4690a2] {
  cursor: pointer;
  border: none;
  background: none;
  padding: 5px;
}


.check-info-container[data-v-9ff3844e] {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem;
}
.modal-form[data-v-9ff3844e] {
  flex: 1;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.modal-form .header[data-v-9ff3844e] {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}
.header[data-v-9ff3844e] {
  display: flex;
  justify-content: space-between;
}
.form-row[data-v-9ff3844e] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.form-row .col-md-4[data-v-9ff3844e] {
  flex: 1;
  min-width: 0;
}
.modal-footer[data-v-9ff3844e] {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  margin-top: 1rem;
}
.button[data-v-9ff3844e] {
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.button[data-v-9ff3844e]:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.full-width-link[data-v-9ff3844e] {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: background-color 0.2s ease;
  padding: 0.75rem;
  border-radius: 4px;
}
.full-width-link[data-v-9ff3844e]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.full-width-text[data-v-9ff3844e] {
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  color: #2c3e50;
}
@media (max-width: 768px) {
.check-info-container[data-v-9ff3844e] {
    flex-direction: column;
}
.modal-form[data-v-9ff3844e] {
    width: 100%;
    margin-bottom: 1rem;
}
.form-row[data-v-9ff3844e] {
    flex-direction: column;
}
.form-row .col-md-4[data-v-9ff3844e] {
    margin-bottom: 1rem;
}
}


.button[data-v-560e4cf2] {
  color: white;
  min-width: 120px;
}
.v-list-item[data-v-560e4cf2] {
  transition: background-color 0.2s ease;
}
.v-list-item[data-v-560e4cf2]:hover {
  background-color: rgb(var(--v-theme-surface-variant));
}
.v-btn[data-v-560e4cf2] {
  text-transform: none;
}


.subcontractor-job-view[data-v-71eb96c8] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.header[data-v-71eb96c8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #eef2f7;
}
.title[data-v-71eb96c8] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}
.items-container[data-v-71eb96c8] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.item-card[data-v-71eb96c8] {
  position: relative;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}
.item-grid[data-v-71eb96c8] {
  display: flex;
  gap: 1.5rem;
  align-items: end;
}
.grid-section[data-v-71eb96c8] {
  display: flex;
  gap: 1rem;
}
.main-section[data-v-71eb96c8] {
  flex: 0 0 300px;
  max-width: 300px;
}
.price-section[data-v-71eb96c8] {
  flex: 0 0 auto;
  display: flex;
  gap: 1rem;
}
.date-section[data-v-71eb96c8] {
  flex: 0 0 200px;
}
.actions-section[data-v-71eb96c8] {
  flex: 0 0 auto;
  margin-top: 1.75rem;
  margin-left: auto;
}
.form-group[data-v-71eb96c8] {
  margin-bottom: 0;
  min-width: 120px;
}
.actions-group[data-v-71eb96c8] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
}
.action-button[data-v-71eb96c8] {
  color: white;
  white-space: nowrap;
}
.price-input[data-v-71eb96c8] {
  width: 120px;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: white;
}
.date-picker[data-v-71eb96c8] {
  width: 100%;
}
.button[data-v-71eb96c8] {
  color: white;
  min-width: 120px;
}
@media (max-width: 1200px) {
.item-grid[data-v-71eb96c8] {
    flex-wrap: wrap;
}
.main-section[data-v-71eb96c8] {
    flex: 1 1 100%;
    max-width: none;
}
.price-section[data-v-71eb96c8] {
    flex: 1 1 auto;
}
.date-section[data-v-71eb96c8] {
    flex: 1 1 auto;
}
.actions-section[data-v-71eb96c8] {
    flex: 0 0 100%;
    margin-top: 1rem;
    margin-left: 0;
}
.actions-group[data-v-71eb96c8] {
    justify-content: flex-end;
}
.form-group[data-v-71eb96c8] {
    flex: 1;
}
}
@media (max-width: 768px) {
.price-section[data-v-71eb96c8] {
    flex-direction: column;
}
.actions-group[data-v-71eb96c8] {
    justify-content: flex-start;
}
.subcontractor-job-view[data-v-71eb96c8] {
    padding: 1rem;
}
}
[data-v-71eb96c8] .v-theme--dark {
.item-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}
.title {
    color: rgba(255, 255, 255, 0.87);
}
.price-input {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
}
}


.modal-form[data-v-5bc6d2d7] {
  padding: 10px 10px 10px;
}
.form-row[data-v-5bc6d2d7] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-5bc6d2d7] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-5bc6d2d7]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-5bc6d2d7] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-5bc6d2d7] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-5bc6d2d7] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-5bc6d2d7]:last-child {
  margin-right: 0;
}
.button[data-v-5bc6d2d7] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-083299c3] {
  padding: 10px 10px 10px;
}
.form-row[data-v-083299c3] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-083299c3] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-083299c3]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-083299c3] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-083299c3] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-083299c3] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-083299c3]:last-child {
  margin-right: 0;
}
.button[data-v-083299c3] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-75184ef8] {
  padding: 10px 10px 10px;
}
.form-row[data-v-75184ef8] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-75184ef8] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-75184ef8]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-75184ef8] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-75184ef8] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-75184ef8] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-75184ef8]:last-child {
  margin-right: 0;
}
.button[data-v-75184ef8] {
  color: white;
  min-width: 120px;
}



.tooltip-container[data-v-b54e287a] {
  display: inline-block;
  position: relative;
}


.job-part-view[data-v-0d4a53dc] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.header[data-v-0d4a53dc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #eef2f7;
}
.title[data-v-0d4a53dc] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}
.items-container[data-v-0d4a53dc] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.item-card[data-v-0d4a53dc] {
  position: relative;
  padding: 1.3rem;
  padding-top: 0.2rem;
  background: #f8fafc;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}
.item-grid[data-v-0d4a53dc] {
  display: grid;
  grid-template-columns: 2fr 2fr 120px 120px 180px;
  gap: 1rem;
  align-items: start;
}
.form-group[data-v-0d4a53dc] {
  margin-bottom: 0;
}
.price-group[data-v-0d4a53dc] {
  width: 120px;
}
.date-group[data-v-0d4a53dc] {
  width: 180px;
}
.price-input-container[data-v-0d4a53dc] {
  position: relative;
}
.price-input[data-v-0d4a53dc] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: white;
}
.set-default-button[data-v-0d4a53dc] {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  background: none;
  border: none;
  color: #3498db;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0;
}
.set-default-button[data-v-0d4a53dc]:hover {
  text-decoration: underline;
}
.remove-button[data-v-0d4a53dc] {
  position: absolute;
  top: 0.1rem;
  right: 0.75rem;
  background: none;
  border: none;
  color: #ff1400;
  padding: 0.25rem;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.remove-button[data-v-0d4a53dc]:hover {
  opacity: 1;
}
.input-warning__change-message-invalid[data-v-0d4a53dc] {
  align-items: start;
  display: grid;
  text-align: left;
  color: orange;
  font-size: 90%;
}
.date-picker[data-v-0d4a53dc] {
  width: 100%;
}
.divider[data-v-0d4a53dc] {
  height: 2px;
  background-color: #eef2f7;
  margin: 2rem 0;
}
.button[data-v-0d4a53dc] {
  color: white;
  min-width: 120px;
}
.action-checkboxes[data-v-0d4a53dc] {
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  border-top: 2px solid #eef2f7;
}
.checkbox-container[data-v-0d4a53dc] {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.checkbox[data-v-0d4a53dc] {
  font-size: 0.875rem;
  color: #2c3e50;
}
@media (max-width: 768px) {
.item-grid[data-v-0d4a53dc] {
    grid-template-columns: 1fr;
}
.job-part-view[data-v-0d4a53dc] {
    padding: 1rem;
}
}
@media (max-width: 1200px) {
.item-grid[data-v-0d4a53dc] {
    grid-template-columns: 1fr;
}
.price-group[data-v-0d4a53dc],
  .date-group[data-v-0d4a53dc] {
    width: 100%;
}
}


.messages-container[data-v-305d73f4] {
  display: flex;
  flex-direction: column;
  height: 60vh;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.messages-list[data-v-305d73f4] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.message-item[data-v-305d73f4] {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.message-item.message-sent[data-v-305d73f4] {
  align-items: flex-end;
}
.message-content[data-v-305d73f4] {
  max-width: 70%;
  background-color: white;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.message-sent .message-content[data-v-305d73f4] {
  background-color: #e3f2fd;
}
.message-header[data-v-305d73f4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 4px;
}
.sender-name[data-v-305d73f4] {
  font-weight: 600;
  font-size: 0.9rem;
  color: #424242;
}
.message-time[data-v-305d73f4] {
  font-size: 0.8rem;
  color: #757575;
}
.message-text[data-v-305d73f4] {
  word-break: break-word;
  line-height: 1.4;
}
.message-input-container[data-v-305d73f4] {
  padding: 16px;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}
.message-textarea[data-v-305d73f4] {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 8px;
}
.no-messages[data-v-305d73f4] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #757575;
}
.text-center[data-v-305d73f4] {
  padding-top: 2rem;
}
.messages-list[data-v-305d73f4]::-webkit-scrollbar {
  width: 6px;
}
.messages-list[data-v-305d73f4]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.messages-list[data-v-305d73f4]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.messages-list[data-v-305d73f4]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


.invoice-tab[data-v-3e7aea6b] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.invoice-container[data-v-3e7aea6b] {
  background-color: #fff;
  border-radius: 8px;
}
.info-group[data-v-3e7aea6b] {
  margin-bottom: 1.5rem;
}
.info-item[data-v-3e7aea6b] {
  display: flex;
  margin-bottom: 0.75rem;
  align-items: center;
}
.label[data-v-3e7aea6b] {
  font-weight: 600;
  min-min-width: 120px;
  color: #666;
}
.value[data-v-3e7aea6b] {
  flex: 1;
}
.border-right[data-v-3e7aea6b] {
  border-right: 1px solid #dee2e6;
}
@media (max-width: 767px) {
.border-right[data-v-3e7aea6b] {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
}
.batch-table[data-v-3e7aea6b] {
  font-size: 0.9rem;
}
.issue-chip[data-v-3e7aea6b] {
  border: none;
  background-color: orange;
}
.list-group-item[data-v-3e7aea6b] {
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
}
.list-group-item[data-v-3e7aea6b]:first-child {
  border-top: none;
}
.list-group-item[data-v-3e7aea6b]:last-child {
  border-bottom: none;
}


.action-button[data-v-8c0c0692]:disabled {
  cursor: not-allowed;
}
.button[data-v-8c0c0692] {
  color: white;
}


.tooltip-container[data-v-3b21b874] {
  display: inline-block;
  position: relative;
}


.entity-history[data-v-33c3b992] {
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.loading-overlay[data-v-33c3b992] {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.no-history[data-v-33c3b992] {
  text-align: center;
  padding: 24px;
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
  background: #f8f9fa;
  border-radius: 8px;
}
.history-list[data-v-33c3b992] {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1976d2 #e9ecef;
}
.history-list[data-v-33c3b992]::-webkit-scrollbar {
  width: 8px;
}
.history-list[data-v-33c3b992]::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 4px;
}
.history-list[data-v-33c3b992]::-webkit-scrollbar-thumb {
  background: #1976d2;
  border-radius: 4px;
}
.history-item[data-v-33c3b992] {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  border-bottom: 1px solid #dee2e6;
  transition: background 0.2s ease;
}
.history-item[data-v-33c3b992]:hover {
  background: #f1f3f5;
}
.timestamp[data-v-33c3b992] {
  min-width: 160px;
  font-size: 14px;
  color: #495057;
  font-weight: 600;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.event-container[data-v-33c3b992] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event[data-v-33c3b992] {
  font-size: 15px;
  line-height: 1.6;
  color: #212529;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.event-create[data-v-33c3b992] {
  background: #e6f4ea;
  color: #2b8a3e;
}
.event-update[data-v-33c3b992] {
  background: #e7f1ff;
  color: #1c7ed6;
}
.event-delete[data-v-33c3b992] {
  background: #ffe3e3;
  color: #c92a2a;
}
.user[data-v-33c3b992] {
  font-size: 13px;
  color: #6c757d;
  display: flex;
  align-items: center;
}
.modal-link[data-v-33c3b992] {
  color: #1976d2;
  text-decoration: none;
  font-weight: 500;
  margin-left: 4px;
}
.modal-link[data-v-33c3b992]:hover {
  text-decoration: underline;
  color: #1565c0;
}
.pagination-container[data-v-33c3b992] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}


.button[data-v-56de89ae] {
  color: white;
  min-width: 120px;
}
.form-row[data-v-56de89ae] {
  display: flex;
  margin-bottom: 10px;
}
.form-row .col-md-4[data-v-56de89ae] {
  flex: 1;
  margin-right: 15px;
  margin-top: 10px;
}
.form-row .col-md-4[data-v-56de89ae]:last-child {
  margin-right: 0;
}
.issue-row[data-v-56de89ae] {
  display: flex;
  align-items: center;
}
.add-issue[data-v-56de89ae] {
  padding-right: 15px;
  padding-left: 10px;
}
.modal-footer[data-v-56de89ae] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-56de89ae] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-56de89ae] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-56de89ae]:last-child {
  margin-right: 0;
}
.modal-header[data-v-56de89ae] {
  display: flex;
  justify-content: space-between;
}
.modal-title-status[data-v-56de89ae] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.empty-invoice-tab[data-v-56de89ae] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  gap: 1rem;
}
.text-center[data-v-56de89ae] {
  text-align: center !important;
}
.selected-issues[data-v-56de89ae] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 15px;
}
.issue-chip[data-v-56de89ae] {
  border: none;
  background-color: orange;
}
.readonly-input[data-v-56de89ae] {
  background-color: #e9ecef;
  color: #6c757d;
  border: 1px solid #ced4da;
  pointer-events: none;
}
@media (max-width: 768px) {
.button[data-v-56de89ae] {
    min-width: 80px;
}
.form-row[data-v-56de89ae] {
    flex-wrap: wrap;
}
.form-row .col-md-4[data-v-56de89ae] {
    flex: 1 0 100%;
    margin-right: 0;
}
.issue-row[data-v-56de89ae] {
    flex-wrap: wrap;
}
.modal-footer[data-v-56de89ae] {
    flex-direction: column-reverse;
    align-items: stretch;
    flex-wrap: wrap;
}
.modal-footer .button[data-v-56de89ae] {
    margin: 5px 0;
    width: 100%;
}
.modal-footer .form-row[data-v-56de89ae] {
    flex-wrap: wrap;
}
.modal-footer .col-md-4[data-v-56de89ae] {
    flex: 1 0 100%;
    margin-right: 0;
}
.modal-header[data-v-56de89ae] {
    flex-wrap: wrap;
}
.modal-title-status[data-v-56de89ae] {
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.selected-issues[data-v-56de89ae] {
    flex-wrap: wrap;
}
.issue-chip[data-v-56de89ae] {
    margin-bottom: 5px;
}
table[data-v-56de89ae] {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.modal-dialog[data-v-56de89ae] {
    margin: 0.5rem;
    max-width: 100%;
}
button[data-v-56de89ae], .button[data-v-56de89ae], .btn[data-v-56de89ae] {
    padding: 10px;
    margin: 5px 0;
}
.modal-title[data-v-56de89ae] {
    font-size: 1.2rem;
    margin-right: 10px;
}
}


.quick-filters[data-v-05b6144e] {
  width: 100%;
}
.quick-filters__content[data-v-05b6144e] {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.quick-filters__title[data-v-05b6144e] {
  font-size: 0.875rem;
  color: #6B7280;
  font-weight: 500;
  margin-left: 0.5rem;
}
.coming-soon-chip[data-v-05b6144e] {
  font-size: 0.65rem;
}
.quick-filter-btn[data-v-05b6144e] {
  margin-bottom: 0.25rem;
  font-size: 0.875rem !important;
  transition: all 0.2s ease;
  position: relative;
}
.quick-filter-btn.active[data-v-05b6144e] {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  opacity: 1;
  font-weight: 600;
}
.quick-filter-btn[data-v-05b6144e]:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.filter-count[data-v-05b6144e] {
  margin-left: 0.5rem;
}
.active-icon[data-v-05b6144e] {
  margin-left: 0.25rem;
}
.active-filters-section[data-v-05b6144e] {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4B5563;
}
.active-filters-text[data-v-05b6144e] {
  font-weight: 500;
}
.clear-filters-btn[data-v-05b6144e] {
  text-transform: none;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
.quick-filters__content[data-v-05b6144e] {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
}
.quick-filters__content[data-v-05b6144e]::-webkit-scrollbar {
    display: none;
}
.quick-filter-btn[data-v-05b6144e] {
    flex: 0 0 auto;
}
.active-filters-section[data-v-05b6144e] {
    flex-wrap: wrap;
}
}


.operation-tab[data-v-14adec70] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: white;
  border-radius: 8px;
  padding: 1rem;
  gap: 1.5rem;
}
.operation-section[data-v-14adec70] {
  display: flex;
  gap: 1rem;
}
.operation-section--primary[data-v-14adec70] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-controls[data-v-14adec70] {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.search-group[data-v-14adec70] {
  display: flex;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 0.5rem;
}
.search-field[data-v-14adec70] {
  max-width: 400px;
  flex: 1;
}
.customer-select[data-v-14adec70] {
  max-width: 300px;
}
.operation-section--secondary[data-v-14adec70] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
}
.controls-group[data-v-14adec70] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.filter-button[data-v-14adec70] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 38px;
  padding: 0 1rem;
  transition: all 0.2s ease;
}
.batch-actions[data-v-14adec70] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.total-items[data-v-14adec70] {
  font-size: 0.875rem;
  color: #6B7280;
  white-space: nowrap;
}
.button[data-v-14adec70] {
  height: 38px;
  padding: 0 1rem;
  color: white;
  min-width: 120px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.create-button[data-v-14adec70] {
  white-space: nowrap;
}
.page-size-dropdown[data-v-14adec70] {
  min-width: 0;
}
.apply-button[data-v-14adec70] {
  background-color: #3B82F6;
  border-color: #3B82F6;
}
.apply-button[data-v-14adec70]:hover {
  background-color: #2563EB;
  border-color: #2563EB;
}
.button[data-v-14adec70]:active {
  transform: scale(0.98);
}
[data-v-14adec70] .v-field {
  border-radius: 6px;
}
[data-v-14adec70] .v-text-field .v-input__details {
  display: none;
}
@media (max-width: 1400px) {
.operation-tab[data-v-14adec70] {
    flex-direction: column;
}
.operation-section--secondary[data-v-14adec70] {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
}
@media (max-width: 1200px) {
.main-controls[data-v-14adec70] {
    flex-direction: column;
    align-items: stretch;
}
.search-group[data-v-14adec70] {
    width: 100%;
}
.search-field[data-v-14adec70],
  .customer-select[data-v-14adec70] {
    max-width: none;
    width: 100%;
}
}
@media (max-width: 768px) {
.operation-section--secondary[data-v-14adec70] {
    flex-direction: column;
    align-items: stretch;
}
.controls-group[data-v-14adec70],
  .batch-actions[data-v-14adec70] {
    flex-wrap: wrap;
}
.filter-button[data-v-14adec70],
  .action-dropdown[data-v-14adec70],
  .apply-button[data-v-14adec70] {
    flex: 1;
}
}


.date-range-picker[data-v-67155754] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.balance-history-container[data-v-1f4bb68a] {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.header-section[data-v-1f4bb68a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.date-filters[data-v-1f4bb68a] {
  display: flex;
  gap: 16px;
  align-items: center;
}
.date-picker[data-v-1f4bb68a] {
  width: 22rem;
}
.balance-history-table[data-v-1f4bb68a] {
  overflow-x: auto;
}
.text-success[data-v-1f4bb68a] {
  color: #28a745 !important;
}
.text-danger[data-v-1f4bb68a] {
  color: #dc3545 !important;
}
.pagination-container[data-v-1f4bb68a] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.balance-legend[data-v-1f4bb68a] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
.legend-item[data-v-1f4bb68a] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.legend-color[data-v-1f4bb68a] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.legend-text[data-v-1f4bb68a] {
  font-size: 0.9em;
  color: #6c757d;
}
@media (max-width: 768px) {
.header-section[data-v-1f4bb68a] {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.date-filters[data-v-1f4bb68a] {
    width: 100%;
}
.date-picker[data-v-1f4bb68a] {
    width: 100%;
}
}


.button[data-v-f0d6ea0e] {
  color: white;
  min-width: 120px;
}
.form-row[data-v-f0d6ea0e] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-f0d6ea0e] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-f0d6ea0e]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-f0d6ea0e] {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-f0d6ea0e] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-f0d6ea0e] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-f0d6ea0e]:last-child {
  margin-right: 0;
}
.address-item p[data-v-f0d6ea0e] {
  margin-right: 10px;
}
.balance[data-v-f0d6ea0e] {
  color: white;
  border-radius: 12px;
  padding: 4px 10px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.modal-header[data-v-f0d6ea0e] {
  display: flex;
  justify-content: space-between;
}


.loading-cursor[data-v-0d026757] {
    cursor: progress;
}


.action-button[data-v-33366415] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}


.action-button[data-v-7cc59aca] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}


.actions-container[data-v-75582a84] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.actions-row[data-v-75582a84] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  gap: 15px;
}


.button[data-v-289a7afa] {
  color: white;
  min-width: 120px;
}
.device-info[data-v-289a7afa] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.device-brand[data-v-289a7afa] {
  font-weight: 600;
}
.device-model[data-v-289a7afa] {
  color: #4b5563;
}
.device-color[data-v-289a7afa] {
  color: #6b7280;
  font-size: 0.9em;
}
.modal-header[data-v-289a7afa] {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header-content[data-v-289a7afa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.modal-title[data-v-289a7afa] {
  margin: 0;
  white-space: nowrap;
}
.counterparty-filter[data-v-289a7afa] {
  max-width: 250px;
  min-width: 200px;
}
.status-date[data-v-289a7afa] {
  font-size: 0.85em;
  color: #6b7280;
  font-style: italic;
}
.date-display[data-v-289a7afa] {
  white-space: pre-line;
  font-weight: 500;
}
@media (max-width: 768px) {
.modal-header-content[data-v-289a7afa] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
}
.counterparty-filter[data-v-289a7afa] {
    width: 100%;
}
}


.modal-body[data-v-8d8d0c8c] {
  padding: 0;
}


.modal-form[data-v-36cdeba6] {
  padding: 10px 10px 10px;
}
.form-row[data-v-36cdeba6] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-36cdeba6] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-36cdeba6]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-36cdeba6] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-36cdeba6] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-36cdeba6] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-36cdeba6]:last-child {
  margin-right: 0;
}
.button[data-v-36cdeba6] {
  color: white;
  min-width: 120px;
}



.modal-header[data-v-833fcc52] {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header-content[data-v-833fcc52] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.modal-title[data-v-833fcc52] {
  margin: 0;
  white-space: nowrap;
}
.counterparty-filter[data-v-833fcc52] {
  max-width: 250px;
  min-width: 200px;
}
.button[data-v-833fcc52] {
  color: white;
  min-width: 120px;
}
.selected-products[data-v-833fcc52] {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 1rem;
}
.tax-select[data-v-833fcc52] {
  max-width: 400px;
}
.pagination-container[data-v-833fcc52] {
  margin: 1rem 0;
}
@media (max-width: 768px) {
.modal-header-content[data-v-833fcc52] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
}
.counterparty-filter[data-v-833fcc52] {
    width: 100%;
}
}


.selected-tickets[data-v-868d3320] {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 1rem;
}
.device-info[data-v-868d3320] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.device-brand[data-v-868d3320] {
  font-weight: 600;
}
.device-model[data-v-868d3320] {
  color: #4b5563;
}
.device-color[data-v-868d3320] {
  color: #6b7280;
  font-size: 0.9em;
}
.tax-select[data-v-868d3320] {
  max-width: 400px;
}
.status-date[data-v-868d3320] {
  font-size: 0.85em;
  color: #6b7280;
  font-style: italic;
}
.action-column[data-v-868d3320] {
  width: 50px;
}
@media (max-width: 768px) {
.tax-select[data-v-868d3320] {
    max-width: 100%;
}
}


.modal-form[data-v-ce0605bc] {
  padding: 10px 10px 10px;
}
.form-row[data-v-ce0605bc] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-ce0605bc] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-ce0605bc]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-ce0605bc] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-ce0605bc] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-ce0605bc] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-ce0605bc]:last-child {
  margin-right: 0;
}
.button[data-v-ce0605bc] {
  color: white;
  min-width: 120px;
}
.header[data-v-ce0605bc] {
  display: flex;
  justify-content: space-between;
}
.operation-buttons[data-v-ce0605bc] {
  display: flex;
  gap: 20pt
}


.modal-form[data-v-129a3568] {
  padding: 10px 10px 10px;
}
.form-row[data-v-129a3568] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-129a3568] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-129a3568]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-129a3568] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-129a3568] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-129a3568] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-129a3568]:last-child {
  margin-right: 0;
}
.button[data-v-129a3568] {
  color: white;
  min-width: 120px;
}



.error-message[data-v-c4e5f120] {
  color: #ef4444;
  font-size: 0.875rem;
  padding: 0.5rem;
  background-color: #fee2e2;
  border-radius: 0.375rem;
}
.button[data-v-c4e5f120] {
  color: white;
  min-width: 120px;
}


.button[data-v-556bb1e1] {
  color: white;
  min-width: 120px;
}


.ticket-view[data-v-08dc0afc] {
  padding: 16px;
  background-color: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.table-wrapper[data-v-08dc0afc] {
  margin: 0 -16px;
  padding: 0 16px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.table-scroll[data-v-08dc0afc] {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.table-scroll[data-v-08dc0afc]::-webkit-scrollbar {
  height: 8px;
}
.table-scroll[data-v-08dc0afc]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.table-scroll[data-v-08dc0afc]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.select-column[data-v-08dc0afc] {
  width: 40px;
  min-width: 40px;
}
.ticket-number-column[data-v-08dc0afc] {
  min-width: 120px;
}
.customer-column[data-v-08dc0afc] {
  min-width: 180px;
}
.device-column[data-v-08dc0afc] {
  min-width: 140px;
}
.issues-column[data-v-08dc0afc] {
  min-width: 160px;
}
.status-column[data-v-08dc0afc] {
  min-width: 120px;
}
.technician-column[data-v-08dc0afc] {
  min-width: 140px;
}
.date-column[data-v-08dc0afc] {
  min-width: 110px;
}
.serial-column[data-v-08dc0afc] {
  min-width: 140px;
}
.price-column[data-v-08dc0afc] {
  min-width: 120px;
}
.actions-column[data-v-08dc0afc] {
  min-width: 100px;
  width: 100px;
}
.device-info[data-v-08dc0afc] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.device-brand[data-v-08dc0afc] {
  color: #4b5563;
}
.device-model[data-v-08dc0afc] {
  font-weight: 600;
}
.device-color[data-v-08dc0afc] {
  font-weight: 600;
  font-size: 0.9em;
}
.issues-list[data-v-08dc0afc] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.issue-item[data-v-08dc0afc] {
  background-color: #e7ecf7;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.9em;
  display: inline-block;
}
.lcd-item[data-v-08dc0afc] {
  background-color: #e7ecf7;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.9em;
  display: inline-block;
}
.status-date[data-v-08dc0afc] {
  font-size: 0.85em;
  color: #6b7280;
  font-style: italic;
}
.date-display[data-v-08dc0afc] {
  white-space: pre-line;
  font-weight: 500;
}
.overdue[data-v-08dc0afc] {
  color: #dc2626;
  font-weight: 600;
}
.serial-number-column[data-v-08dc0afc] {
  font-family: monospace;
  white-space: nowrap;
}
.price-container[data-v-08dc0afc] {
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.price-alert[data-v-08dc0afc] {
  background: linear-gradient(45deg, rgba(255, 244, 199, 0.5), rgba(255, 236, 153, 0.5));
  border: 1px solid rgba(245, 158, 11, 0.2);
}
.price-content[data-v-08dc0afc] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-value[data-v-08dc0afc] {
  font-weight: 600;
  color: #1f2937;
  font-size: 1.1em;
}
.strikethrough[data-v-08dc0afc] {
  text-decoration: line-through;
  color: #6b7280;
}
.price-warning[data-v-08dc0afc] {
  display: flex;
  align-items: center;
  gap: 6px;
  animation: pulse-08dc0afc 2s infinite;
}
.warning-icon[data-v-08dc0afc] {
  color: #dc2626;
}
.warning-text[data-v-08dc0afc] {
  color: #dc2626;
  font-size: 0.85rem;
  font-weight: 500;
}
.pagination-container[data-v-08dc0afc] {
  margin-top: 16px;
  margin-bottom: 0;
}
.modal-link[data-v-08dc0afc] {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.modal-link[data-v-08dc0afc]:hover {
  color: #2563eb;
  text-decoration: underline;
}
.backdrop-blur[data-v-08dc0afc] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1000;
}
@keyframes pulse-08dc0afc {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
@media (max-width: 768px) {
.ticket-view[data-v-08dc0afc] {
    padding: 8px;
}
.table-wrapper[data-v-08dc0afc] {
    margin: 0 -8px;
    padding: 0 8px;
}
.table-scroll[data-v-08dc0afc] {
    margin: 0 -8px;
    padding: 0 8px;
}
.tickets-table th[data-v-08dc0afc],
  .tickets-table td[data-v-08dc0afc] {
    padding: 8px;
    font-size: 0.875rem;
}
.device-info[data-v-08dc0afc],
  .issues-list[data-v-08dc0afc],
  .price-container[data-v-08dc0afc] {
    min-width: 140px;
}
.select-column[data-v-08dc0afc] {
    width: 32px;
    min-width: 32px;
}
.actions-column[data-v-08dc0afc] {
    position: sticky;
    right: 0;
    background: #ffffff;
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
}
.price-value[data-v-08dc0afc] {
    font-size: 1em;
}
.warning-text[data-v-08dc0afc] {
    font-size: 0.75rem;
}
}
[data-v-08dc0afc] {
  scroll-behavior: smooth;
}


.button[data-v-9d98d294] {
  color: white;
  min-width: 120px;
}
.modal-form[data-v-9d98d294] {
  padding: 10px 10px 10px;
}
.form-row[data-v-9d98d294] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.form-group[data-v-9d98d294] {
  flex: 1;
  margin-right: 15px;
}
.form-group[data-v-9d98d294]:last-child {
  margin-right: 0;
}
.duration-container[data-v-9d98d294] {
  display: flex;
  gap: 10px;
}
.duration-container input[data-v-9d98d294] {
  flex: 1;
}
.duration-container select[data-v-9d98d294] {
  flex: 2;
}
.checkbox-group[data-v-9d98d294] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.checkbox-group[data-v-9d98d294] .form-group {
  margin-bottom: 0;
}
.checkbox-group[data-v-9d98d294] .form-check {
  padding-left: 0;
}


.warranty-view[data-v-ee120dc6] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-ee120dc6] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-ee120dc6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-ee120dc6] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-ee120dc6] {
  color: white;
  min-width: 120px;
}


.button[data-v-7aa7aeac] {
  color: white;
  min-width: 120px;
}



.model-view[data-v-3d9ef6d8] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-3d9ef6d8] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-3d9ef6d8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-3d9ef6d8] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-3d9ef6d8] {
  color: white;
  min-width: 120px;
}


.button[data-v-bef9f04a] {
  color: white;
  min-width: 120px;
}



.color-view[data-v-2c209c6e] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-2c209c6e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-2c209c6e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-2c209c6e] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-2c209c6e] {
  color: white;
  min-width: 120px;
}


.notification-item[data-v-10b82c83] {
  position: relative;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  margin: 8px;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  cursor: pointer;
}
.notification-item[data-v-10b82c83]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.notification-item--unread[data-v-10b82c83] {
  background: rgba(var(--v-theme-primary), 0.05);
}
.notification-item__header[data-v-10b82c83] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.notification-item__app-info[data-v-10b82c83] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.notification-item__icon[data-v-10b82c83] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-item__title[data-v-10b82c83] {
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.87);
}
.notification-item__time[data-v-10b82c83] {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.notification-item__sender[data-v-10b82c83] {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 4px;
}
.notification-item__username[data-v-10b82c83] {
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
  font-weight: 500;
}
.notification-item__username[data-v-10b82c83]:hover {
  text-decoration: underline;
}
.notification-item__message[data-v-10b82c83] {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.4;
}
.notification-item__actions[data-v-10b82c83] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.notification-item__remove[data-v-10b82c83] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #b71c1c;
  background: transparent;
  color: #b71c1c;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}
.notification-item__remove[data-v-10b82c83]:hover {
  background: #bf1818;
  border-color: #ac1010;
  color: #fff;
}
[data-v-10b82c83] .v-theme--dark {
.notification-item {
    background: rgba(30, 30, 30, 0.95);
}
.notification-item--unread {
    background: rgba(var(--v-theme-primary), 0.15);
}
.notification-item__title {
    color: rgba(255, 255, 255, 0.87);
}
.notification-item__time {
    color: rgba(255, 255, 255, 0.6);
}
.notification-item__sender {
    color: rgba(255, 255, 255, 0.7);
}
.notification-item__message {
    color: rgba(255, 255, 255, 0.87);
}
.notification-item__remove {
    color: rgba(255, 255, 255, 0.6);
}
.notification-item__remove:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.87);
}
}


.notifications-container[data-v-c7530268] {
  max-height: 80vh;
  overflow-y: auto;
}
.notifications-container[data-v-c7530268]::-webkit-scrollbar {
  width: 6px;
}
.notifications-container[data-v-c7530268]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.notifications-container[data-v-c7530268]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.notifications-container[data-v-c7530268]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.macos-button[data-v-c7530268] {
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.macos-button[data-v-c7530268]:hover {
  background: linear-gradient(to bottom, #f7f7f7, #f0f0f0);
  border-color: #c7c7c7;
}
.macos-button[data-v-c7530268]:active {
  background: linear-gradient(to bottom, #e8e8e8, #f0f0f0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}


.modal-form[data-v-09f35069] {
  padding: 10px 10px 10px;
}
.form-row[data-v-09f35069] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-09f35069] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-09f35069]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-09f35069] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-09f35069] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-09f35069] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-09f35069]:last-child {
  margin-right: 0;
}
.button[data-v-09f35069] {
  color: white;
  min-width: 120px;
}



.button[data-v-3a2250db] {
  color: white;
  min-width: 120px;
}
.modal-form[data-v-3a2250db] {
  padding: 10px 10px 10px;
  overflow: hidden;
}
.form-row[data-v-3a2250db] {
  display: flex;
  gap: 10px;
}
.form-row .col-md-4[data-v-3a2250db] {
  flex: 1;
  margin-right: 15px;
  padding: 10px;
}
.form-row .col-md-4[data-v-3a2250db]:last-child {
  margin-right: 0;
}
.details[data-v-3a2250db] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-row[data-v-3a2250db] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}



.part-view[data-v-ebcd57b8] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-ebcd57b8] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-ebcd57b8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-ebcd57b8] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-ebcd57b8] {
  color: white;
  min-width: 120px;
}


.part-view[data-v-44cbd1f0] {
    padding: 10px 10px 10px;
}
.operation-tab[data-v-44cbd1f0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.operation-buttons[data-v-44cbd1f0] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-44cbd1f0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-44cbd1f0] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-44cbd1f0] {
    color: white;
    min-width: 120px;
}
  

.modal-form[data-v-dc7d1aae] {
  padding: 10px 10px 10px;
}
.form-row[data-v-dc7d1aae] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-dc7d1aae] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-dc7d1aae]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-dc7d1aae] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-dc7d1aae] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-dc7d1aae] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-dc7d1aae]:last-child {
  margin-right: 0;
}
.button[data-v-dc7d1aae] {
  color: white;
  min-width: 120px;
}



.part-stock-view[data-v-1858e698] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-1858e698] {
  display: flex;
  justify-content: end;
  align-items: center;
}
.operation-buttons[data-v-1858e698] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-1858e698] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-1858e698] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-1858e698] {
  color: white;
  min-width: 120px;
}


.button[data-v-7dff409a] {
  color: white;
  min-width: 120px;
}
.modal-form[data-v-7dff409a] {
  padding: 10px 10px 10px;
  overflow: hidden;
}
.form-row[data-v-7dff409a] {
  display: flex;
  gap: 10px;
}
.form-row .col-md-4[data-v-7dff409a] {
  flex: 1;
  margin-right: 15px;
  padding: 10px;
}
.form-row .col-md-4[data-v-7dff409a]:last-child {
  margin-right: 0;
}
.details[data-v-7dff409a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-row[data-v-7dff409a] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}



.part-view[data-v-52c76e64] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-52c76e64] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation-buttons[data-v-52c76e64] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-52c76e64] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-52c76e64] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-52c76e64] {
  color: white;
  min-width: 120px;
}


.filter-container[data-v-3cd97356] {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.filter-top[data-v-3cd97356], .filter-bottom[data-v-3cd97356] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.filter-left[data-v-3cd97356] {
    display: flex;
    gap: 1rem;
}
.filter-right[data-v-3cd97356] {
    display: flex;
    align-items: center;
}
.filter-item[data-v-3cd97356] {
    flex: 1 1 auto;
    min-width: 200px;
}
.clear-all-text[data-v-3cd97356] {
    color: red;
    font-weight: bold;
    cursor: pointer;
}
.clear-all-text[data-v-3cd97356]:hover {
    color: #cc0000;
}
  

.operation-tab[data-v-73f1121a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 8px;
  gap: 2rem;
  padding-bottom: 0.5rem
}
.operation-buttons[data-v-73f1121a] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.align-center[data-v-73f1121a] {
  align-items: center;
  flex-wrap: nowrap;
}
.search-field[data-v-73f1121a] {
  min-width: 300px;
  max-width: 400px;
}
.filter-wrapper[data-v-73f1121a] {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin: 0 0.5rem;
}
.filter-icon[data-v-73f1121a] {
  font-size: 1.5rem;
  cursor: pointer;
  color: #31333a;
  transition: color 0.2s ease, transform 0.2s ease;
  opacity: 0.7;
}
.filter-icon[data-v-73f1121a]:hover {
  color: #212529;
  opacity: 1;
}
.text-danger[data-v-73f1121a] {
  color: #dc3545;
}
.text-success[data-v-73f1121a] {
  color: #28a745;
}
.filter-icon[data-v-73f1121a]:active {
  transform: scale(0.95);
}
.button[data-v-73f1121a] {
  color: white;
  min-width: 120px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.apply-button[data-v-73f1121a] {
  background-color: #3B82F6;
  border-color: #3B82F6;
}
.apply-button[data-v-73f1121a]:hover {
  background-color: #2563EB;
  border-color: #2563EB;
}
.button[data-v-73f1121a]:active {
  transform: scale(0.95);
}
.total-to-pay[data-v-73f1121a] {
  margin: 20px 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}
.total-items[data-v-73f1121a] {
  margin: 0 1rem;
  font-size: 0.95rem;
  color: #6B7280;
  white-space: nowrap;
}
.spinner-border[data-v-73f1121a] {
  margin: 0 1rem;
  color: #6B7280;
}
[data-v-73f1121a] .v-field {
  border-radius: 6px;
}
[data-v-73f1121a] .v-text-field .v-input__details {
  display: none;
}
@media (max-width: 1200px) {
.operation-tab[data-v-73f1121a] {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}
.operation-buttons[data-v-73f1121a] {
    justify-content: flex-start;
}
.align-center[data-v-73f1121a] {
    flex-wrap: wrap;
    gap: 0.75rem;
}
.search-field[data-v-73f1121a] {
    min-width: 250px;
}
.total-items[data-v-73f1121a] {
    margin: 0 0.5rem;
}
}


.part-view[data-v-dcbd2594] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-dcbd2594] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation-buttons[data-v-dcbd2594] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-dcbd2594] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-dcbd2594] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-dcbd2594] {
  color: white;
  min-width: 120px;
}
.col-md-4[data-v-dcbd2594] {
  margin-right: 15px;
}
.autocomplete-full-width[data-v-dcbd2594] {
  width: 100%;
  max-width: 300px;
}
.total-to-pay[data-v-dcbd2594] {
  margin: 20px 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}
.text-danger[data-v-dcbd2594] {
  color: #dc3545;
}
.text-success[data-v-dcbd2594] {
  color: #28a745;
}
.filter-section[data-v-dcbd2594] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}


.modal-form[data-v-f3359c28] {
    padding: 10px 10px 10px;
}
.form-row[data-v-f3359c28] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-f3359c28] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-f3359c28]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-f3359c28] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-f3359c28] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-f3359c28] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-f3359c28]:last-child {
    margin-right: 0;
}
.button[data-v-f3359c28] {
    color: white;
    min-width: 120px;
}
  
  

.modal-form[data-v-a21615b6] {
    padding: 10px 10px 10px;
}
.form-row[data-v-a21615b6] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-a21615b6] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-a21615b6]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-a21615b6] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-a21615b6] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-a21615b6] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-a21615b6]:last-child {
    margin-right: 0;
}
.button[data-v-a21615b6] {
    color: white;
    min-width: 120px;
}
.attribute-chip[data-v-a21615b6] {
    border: none;
    background-color: orange;
}
  
  

.modal-form[data-v-1d19ac03] {
    padding: 10px 10px 10px;
}
.form-row[data-v-1d19ac03] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-1d19ac03] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-1d19ac03]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-1d19ac03] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-1d19ac03] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-1d19ac03] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-1d19ac03]:last-child {
    margin-right: 0;
}
.button[data-v-1d19ac03] {
    color: white;
    min-width: 120px;
}
  
  

.modal-form[data-v-8e9a87ae] {
    padding: 10px 10px 10px;
}
.form-row[data-v-8e9a87ae] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-8e9a87ae] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-8e9a87ae]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-8e9a87ae] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-8e9a87ae] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-8e9a87ae] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-8e9a87ae]:last-child {
    margin-right: 0;
}
.button[data-v-8e9a87ae] {
    color: white;
    min-width: 120px;
}
.selected-attributes[data-v-8e9a87ae] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 15px;
    padding-right: 15px;
}
.attribute-chip[data-v-8e9a87ae] {
    border: none;
    background-color: orange;
}
  
  

.button[data-v-843fad04] {
    color: white;
    min-width: 120px;
}
.selected-attributes[data-v-843fad04] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 15px;
    padding-right: 15px;
}
.attribute-chip[data-v-843fad04] {
    border: none;
    background-color: orange;
}
.modal-form[data-v-843fad04] {
    padding: 10px 10px 10px;
}
.form-row[data-v-843fad04] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-843fad04] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-843fad04]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-843fad04] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-843fad04] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-843fad04] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-843fad04]:last-child {
    margin-right: 0;
}
  

.type-view[data-v-08420101] {
    padding: 10px 10px 10px;
}
.operation-buttons[data-v-08420101] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-08420101] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-08420101] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-08420101] {
    color: white;
    min-width: 120px;
}
  

.history-details[data-v-2327d602] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-row[data-v-2327d602] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.attributes-row[data-v-2327d602] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}
.specifications[data-v-2327d602] {
  flex: 1;
}
.attributes[data-v-2327d602] {
  flex: 1;
}
.attributes ul[data-v-2327d602], .specifications ul[data-v-2327d602] {
  list-style-type: none; 
  padding-left: 0;
  margin-top: 5px;
}
.attributes li[data-v-2327d602], .specifications li[data-v-2327d602] {
  margin-bottom: 5px;
}
.specifications strong[data-v-2327d602], .attributes strong[data-v-2327d602] {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
}


.history-view[data-v-d89a756c] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-d89a756c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-d89a756c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-d89a756c] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-d89a756c] {
  color: white;
  min-width: 120px;
}
.status-chip[data-v-d89a756c] {
  display: inline;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 999px;
  font-weight: 700;
}
.status-sell[data-v-d89a756c] {
  background-color: rgba(0, 122, 255, 0.15);
  color: rgb(0, 84, 180);
}
.status-buy[data-v-d89a756c] {
  background-color: rgba(52, 199, 89, 0.15);
  color: rgb(36, 138, 61);
}
.status-write_off[data-v-d89a756c] {
  background-color: rgba(163, 153, 6, 0.15);
  color: rgb(170, 167, 12);
}


.modal-form[data-v-5aa296c0] {
    padding: 10px 10px 10px;
}
.form-row[data-v-5aa296c0] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-5aa296c0] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-5aa296c0]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-5aa296c0] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-5aa296c0] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-5aa296c0] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-5aa296c0]:last-child {
    margin-right: 0;
}
.button[data-v-5aa296c0] {
    color: white;
    min-width: 120px;
}
  
  

.button[data-v-809a3ac2] {
    color: white;
    min-width: 120px;
}
  

.condition-view[data-v-ddd38c5e] {
    padding: 10px 10px 10px;
}
.operation-buttons[data-v-ddd38c5e] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-ddd38c5e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-ddd38c5e] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-ddd38c5e] {
    color: white;
    min-width: 120px;
}
  

.button[data-v-5df43b72] {
    color: white;
    min-width: 120px;
}
  

.name-view[data-v-2b3caa07] {
    padding: 10px 10px 10px;
}
.operation-buttons[data-v-2b3caa07] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-2b3caa07] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-2b3caa07] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-2b3caa07] {
    color: white;
    min-width: 120px;
}
  

.button[data-v-f07773c8] {
    color: white;
    min-width: 120px;
}
.selected-attributes[data-v-f07773c8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 15px;
    padding-right: 15px;
}
.attribute-chip[data-v-f07773c8] {
    border: none;
    background-color: orange;
}
.modal-form[data-v-f07773c8] {
    padding: 10px 10px 10px;
}
.form-row[data-v-f07773c8] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-f07773c8] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-f07773c8]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-f07773c8] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-f07773c8] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-f07773c8] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-f07773c8]:last-child {
    margin-right: 0;
}
  

.attributeSetting-view[data-v-43a8c4c6] {
    padding: 10px 10px 10px;
}
.operation-buttons[data-v-43a8c4c6] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-43a8c4c6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-43a8c4c6] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-43a8c4c6] {
    color: white;
    min-width: 120px;
}
  

.expand-attributes[data-v-7d67b585] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px 0;
}
.blue-line[data-v-7d67b585] {
  flex-grow: 1;
  height: 2px;
  background-color: #74C0FC;
}
.expand-text[data-v-7d67b585] {
  padding: 0 10px;
  color: #74C0FC;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
}
.attributes-container[data-v-7d67b585] {
  margin-top: 10px;
}
.attribute-row[data-v-7d67b585] {
  margin-bottom: 15px;
}
.slide-fade-enter-active[data-v-7d67b585] {
  transition: all 0.6s ease-out;
}
.slide-fade-leave-active[data-v-7d67b585] {
  transition: all 0.6s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter-from[data-v-7d67b585],
.slide-fade-leave-to[data-v-7d67b585] {
  transform: translateY(-20px);
  opacity: 0;
}
.modal-form[data-v-7d67b585] {
  padding: 10px 10px 10px;
  overflow: hidden;
}
.form-row[data-v-7d67b585] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-7d67b585] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-7d67b585]:last-child {
  margin-right: 0;
}


.modal-form[data-v-0d088358] {
    padding: 10px 10px 10px;
    overflow: hidden;
}
.form-row[data-v-0d088358] {
    display: flex;
    margin-bottom: 15px;
}
.form-row .col-md-4[data-v-0d088358] {
    flex: 1;
    margin-right: 15px;
}
.form-row .col-md-4[data-v-0d088358]:last-child {
    margin-right: 0;
}
.modal-footer[data-v-0d088358] {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.modal-footer .form-row[data-v-0d088358] {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-0d088358] {
    flex: 1;
    margin-right: 15px;
}
.modal-footer .col-md-4[data-v-0d088358]:last-child {
    margin-right: 0;
}
.button[data-v-0d088358] {
    color: white;
    min-width: 120px;
}
.conditions-container[data-v-0d088358] {
    max-height: 200px;
    overflow-y: auto;
    border: 2px solid black;
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
}
.conditions-scroll[data-v-0d088358] {
    min-height: 100%;
}
.conditions-container .form-row[data-v-0d088358] {
    margin-bottom: 10px;
}
.conditions-container .form-row[data-v-0d088358]:last-child {
    margin-bottom: 0;
}
.toggle-button[data-v-0d088358] {
    margin-left: 10px;
}
  
  

.button[data-v-be42cd9c] {
    color: white;
    min-width: 120px;
}
.modal-form[data-v-be42cd9c] {
      padding: 10px 10px 10px;
}
.form-row[data-v-be42cd9c] {
      display: flex;
      margin-bottom: 15px;
}
.form-row .col-md-4[data-v-be42cd9c] {
      flex: 1;
      margin-right: 15px;
}
.form-row .col-md-4[data-v-be42cd9c]:last-child {
      margin-right: 0;
}
.modal-footer[data-v-be42cd9c] {
      display: flex;
      justify-content: flex-end;
      padding-top: 10px;
}
.modal-footer .form-row[data-v-be42cd9c] {
      width: 100%;
      display: flex;
      margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-be42cd9c] {
      flex: 1;
      margin-right: 15px;
}
.modal-footer .col-md-4[data-v-be42cd9c]:last-child {
      margin-right: 0;
}
.button[data-v-be42cd9c] {
      color: white;
      min-width: 120px;
}
.attribute-row[data-v-be42cd9c] {
    margin-bottom: 15px;
}
.specification-title[data-v-be42cd9c] {
    color: #c0a823;
    font-weight: bold;
}
  

.button[data-v-04e14fd7] {
    color: white;
    min-width: 120px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.save-btn[data-v-04e14fd7] {
    background-color: #4CAF50;
}
.save-btn[data-v-04e14fd7]:hover {
    background-color: #45a049;
    transform: scale(1.05);
}
.delete-btn[data-v-04e14fd7] {
    background-color: #e74c3c;
}
.delete-btn[data-v-04e14fd7]:hover {
    background-color: #c0392b; 
    transform: scale(1.05);
}
.sell-btn[data-v-04e14fd7] {
    background-color: #3498db;
}
.sell-btn[data-v-04e14fd7]:hover {
    background-color: #2980b9;
    transform: scale(1.05);
}
.write-off-btn[data-v-04e14fd7] {
    background-color: #9b59b6;
}
.write-off-btn[data-v-04e14fd7]:hover {
    background-color: #8e44ad;
    transform: scale(1.05);
}
.modal-form[data-v-04e14fd7] {
      padding: 10px 10px 10px;
}
.form-row[data-v-04e14fd7] {
      display: flex;
      margin-bottom: 15px;
}
.form-row .col-md-4[data-v-04e14fd7] {
      flex: 1;
      margin-right: 15px;
}
.form-row .col-md-4[data-v-04e14fd7]:last-child {
      margin-right: 0;
}
.modal-footer[data-v-04e14fd7] {
      display: flex;
      justify-content: flex-end;
      padding-top: 10px;
}
.modal-footer .form-row[data-v-04e14fd7] {
      width: 100%;
      display: flex;
      margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-04e14fd7] {
      flex: 1;
      margin-right: 15px;
}
.modal-footer .col-md-4[data-v-04e14fd7]:last-child {
      margin-right: 0;
}
.button[data-v-04e14fd7] {
      color: white;
      min-width: 120px;
}
.attribute-row[data-v-04e14fd7] {
    margin-bottom: 15px;
}
.specification-title[data-v-04e14fd7] {
    color: #c0a823;
    font-weight: bold;
}
  

.button[data-v-b1183284] {
    color: white;
    min-width: 120px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.modal-form[data-v-b1183284] {
  padding: 10px 10px 10px;
}
.form-row[data-v-b1183284] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-b1183284] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-b1183284]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-b1183284] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-b1183284] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-b1183284] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-b1183284]:last-child {
  margin-right: 0;
}
.save-btn[data-v-b1183284] {
    background-color: #4CAF50;
}
.save-btn[data-v-b1183284]:hover {
    background-color: #45a049;
    transform: scale(1.05);
}
.delete-btn[data-v-b1183284] {
    background-color: #e74c3c;
}
.delete-btn[data-v-b1183284]:hover {
    background-color: #c0392b; 
    transform: scale(1.05);
}
.sell-btn[data-v-b1183284] {
    background-color: #3498db;
}
.sell-btn[data-v-b1183284]:hover {
    background-color: #2980b9;
    transform: scale(1.05);
}
.write-off-btn[data-v-b1183284] {
    background-color: #9b59b6;
}
.write-off-btn[data-v-b1183284]:hover {
    background-color: #8e44ad;
    transform: scale(1.05);
}


.cart-view[data-v-7983181c] {
  padding: 15px;
}
.empty-cart[data-v-7983181c] {
  text-align: center;
  padding: 20px;
  color: #888;
}
.cart-item[data-v-7983181c] {
  display: grid;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  grid-template-columns: 1fr 1fr 1fr auto;
}
.item-name[data-v-7983181c] {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-quantity[data-v-7983181c] {
  display: flex;
  align-items: center;
}
.cart-footer[data-v-7983181c] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 5px;
}
.button[data-v-7983181c] {
  color: white;
  min-width: 80px;
}
.form-row[data-v-7983181c] {
  display: flex;
}
.col-md-4[data-v-7983181c] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
.cart-item[data-v-7983181c] {
    grid-template-columns: 1fr; /* Вертикальне розташування */
    text-align: left;
}
.item-name[data-v-7983181c],
  .item-quantity[data-v-7983181c] {
    margin-bottom: 10px;
}
.cart-footer[data-v-7983181c] {
    flex-direction: column;
    gap: 10px;
}
}


.condition-view[data-v-7537fea0] {
    padding: 10px 10px 10px;
    position: relative;
}
.operation-buttons[data-v-7537fea0] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-7537fea0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-7537fea0] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-7537fea0] {
    color: white;
    min-width: 120px;
}
.cart-icon-container[data-v-7537fea0] {
    position: relative;
    cursor: pointer;
}
.cart-indicator[data-v-7537fea0] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
.cart-dropdown[data-v-7537fea0] {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  background-color: white;
  border: 1px solid #000000;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  width: 500px;
  padding: 15px;
}
.cart-dropdown[data-v-7537fea0]::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 9px;
  width: 22px;
  height: 1px;
  background-color: white;
}
.cart-dropdown-arrow[data-v-7537fea0] {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
}
.cart-dropdown-arrow[data-v-7537fea0]::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -8px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid white;
}
.cart-dropdown[data-v-7537fea0] .modal-content {
    border: none;
    box-shadow: none;
}
.cart-dropdown[data-v-7537fea0] .modal-header {
    padding-top: 0;
}
.cart-dropdown[data-v-7537fea0] .modal-body {
    padding: 0;
}
.cart-dropdown[data-v-7537fea0] .modal-footer {
    padding-bottom: 0;
}
  

.button[data-v-a2dab064] {
    color: white;
    min-width: 120px;
}
.col-md-4[data-v-a2dab064] {
    flex: 1;
    margin-right: 15px;
}
  

.name-view[data-v-56c87d32] {
    padding: 10px 10px 10px;
}
.operation-buttons[data-v-56c87d32] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.pagination-container[data-v-56c87d32] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-items[data-v-56c87d32] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #6c757d;
}
.button[data-v-56c87d32] {
    color: white;
    min-width: 120px;
}
  

.modal-form[data-v-7163b5c4] {
  padding: 10px 10px 10px;
}
.form-row[data-v-7163b5c4] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-7163b5c4] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-7163b5c4]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-7163b5c4] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-7163b5c4] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-7163b5c4] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-7163b5c4]:last-child {
  margin-right: 0;
}
.button[data-v-7163b5c4] {
  color: white;
  min-width: 120px;
}



.modal-form[data-v-1bac4e8f] {
  padding: 10px 10px 10px;
  overflow: hidden;
}
.form-row[data-v-1bac4e8f] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-1bac4e8f] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-1bac4e8f]:last-child {
  margin-right: 0;
}
.button[data-v-1bac4e8f] {
  color: white;
  min-width: 120px;
}



.job-view[data-v-0c4818d2] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-0c4818d2] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-0c4818d2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-0c4818d2] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-0c4818d2] {
  color: white;
  min-width: 120px;
}


.counterparty-view[data-v-4d64a1b3] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-4d64a1b3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation-buttons[data-v-4d64a1b3] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-4d64a1b3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-4d64a1b3] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}


.button[data-v-658bccec] {
  color: white;
  min-width: 120px;
}
.delete-button[data-v-658bccec] {
  background-color: #b7504d;
}
.delete-button[data-v-658bccec]:hover {
  background-color: #c9302c;
}
.save-button[data-v-658bccec] {
  background-color: #7fa87f;
}
.save-button[data-v-658bccec]:hover {
  background-color: #4cae4c;
}


.counterpartyAddress-view[data-v-30b3ba5d] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-30b3ba5d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation-buttons[data-v-30b3ba5d] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-30b3ba5d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-30b3ba5d] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}


.construction-container[data-v-34dc1316] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.construction-content[data-v-34dc1316] {
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.construction-icon[data-v-34dc1316] {
  margin-bottom: 2rem;
  height: 100px;
  position: relative;
}
.gear-container[data-v-34dc1316] {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.gear[data-v-34dc1316] {
  font-size: 3rem;
  position: absolute;
  animation: spin-34dc1316 4s linear infinite;
}
.gear-1[data-v-34dc1316] {
  left: 0;
  animation-direction: normal;
}
.gear-2[data-v-34dc1316] {
  right: 0;
  animation-direction: reverse;
}
.title[data-v-34dc1316] {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.subtitle[data-v-34dc1316] {
  color: #3498db;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.message[data-v-34dc1316] {
  color: #7f8c8d;
  margin-bottom: 2rem;
}
@keyframes spin-34dc1316 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}



.modal-form[data-v-b48d4266] {
  padding: 10px 10px 10px;
}
.form-row[data-v-b48d4266] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-b48d4266] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-b48d4266]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-b48d4266] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-b48d4266] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-b48d4266] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-b48d4266]:last-child {
  margin-right: 0;
}
.button[data-v-b48d4266] {
  color: white;
  min-width: 120px;
}



.button[data-v-69098ed4] {
  color: white;
  min-width: 120px;
}



.operation-tab[data-v-8d700a5a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.issue-view[data-v-8d700a5a] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-8d700a5a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-8d700a5a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-8d700a5a] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-8d700a5a] {
  color: white;
  width: auto;
}
.full-height[data-v-8d700a5a] {
  display: flex;
  align-items: stretch;
}
.full-height-button[data-v-8d700a5a] {
  flex: 0 1 auto;
}


.button[data-v-e07ec97a] {
  color: white;
  min-width: 120px;
}


.issueName-view[data-v-08e7563f] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-08e7563f] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination-container[data-v-08e7563f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-08e7563f] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-08e7563f] {
  color: white;
  min-width: 120px;
}
.search-field[data-v-08e7563f] {
  padding-right: 10px;
  max-width: 400px;
  min-width: 250px;
  flex: 1;
}


.button[data-v-5e987a64] {
  color: white;
  min-width: 120px;
}
.form-row[data-v-5e987a64] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-5e987a64] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-5e987a64]:last-child {
  margin-right: 0;
}


.user-group-view[data-v-55bc273a] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-55bc273a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation-buttons[data-v-55bc273a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-55bc273a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-55bc273a] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-55bc273a] {
  color: white;
  min-width: 120px;
}


.modal-form[data-v-7d6330c8] {
  padding: 10px 10px 10px;
}
.form-row[data-v-7d6330c8] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-6[data-v-7d6330c8] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-6[data-v-7d6330c8]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-7d6330c8] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.footer-actions[data-v-7d6330c8] {
  display: flex;
  gap: 10px;
}
.button[data-v-7d6330c8] {
  color: white;
  min-width: 120px;
}


.device-view[data-v-2233cdd4] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-2233cdd4] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-2233cdd4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-2233cdd4] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-2233cdd4] {
  color: white;
  min-width: 120px;
}


.modal-form[data-v-1236508c] {
  padding: 10px 10px 10px;
}
.form-row[data-v-1236508c] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-1236508c] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-1236508c]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-1236508c] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-1236508c] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-1236508c] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-1236508c]:last-child {
  margin-right: 0;
}
.button[data-v-1236508c] {
  color: white;
  min-width: 120px;
}



.button[data-v-29a52829] {
  color: white;
  min-width: 120px;
}



.device-view[data-v-00e78872] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-00e78872] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-00e78872] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-00e78872] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-00e78872] {
  color: white;
  min-width: 120px;
}


.button[data-v-f244486a] {
  color: white;
  min-width: 120px;
}


.memory-view[data-v-6af390ea] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-6af390ea] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-6af390ea] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-6af390ea] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-6af390ea] {
  color: white;
  min-width: 120px;
}


.button[data-v-7891f59b] {
  color: white;
  min-width: 120px;
}


.brand-view[data-v-31fb031a] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-31fb031a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-31fb031a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-31fb031a] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-31fb031a] {
  color: white;
  min-width: 120px;
}


.button[data-v-76c90294] {
  color: white;
  min-width: 120px;
}
.modal-form[data-v-76c90294] {
  padding: 10px 10px 10px;
}
.form-row[data-v-76c90294] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.form-group[data-v-76c90294] {
  flex: 1;
  margin-right: 15px;
}
.form-group[data-v-76c90294]:last-child {
  margin-right: 0;
}
.checkbox-group[data-v-76c90294] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.checkbox-group[data-v-76c90294] .form-group {
  margin-bottom: 0;
}
.checkbox-group[data-v-76c90294] .form-check {
  padding-left: 0;
}


.ticketSource-view[data-v-7fc9ea5f] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-7fc9ea5f] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-7fc9ea5f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-7fc9ea5f] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-7fc9ea5f] {
  color: white;
  min-width: 120px;
}


.button[data-v-161c8891] {
  color: white;
  min-width: 120px;
}
.form-row[data-v-161c8891] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-161c8891] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-161c8891]:last-child {
  margin-right: 0;
}


.ticketStatus-view[data-v-d7da5ede] {
  padding: 10px 10px 10px;
}
.operation-tab[data-v-d7da5ede] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation-buttons[data-v-d7da5ede] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-d7da5ede] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-d7da5ede] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-d7da5ede] {
  color: white;
  min-width: 120px;
}
.header-cell[data-v-d7da5ede] {
  display: flex;
  align-items: center;
  gap: 8px;
}


.ticket-view[data-v-142ba0bb] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-142ba0bb] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination-container[data-v-142ba0bb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-142ba0bb] {
  /* font-size: 1rem; */
  color: #6c757d;
}
.empty-state[data-v-142ba0bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background: #f8fafc;
  border-radius: 8px;
  margin-top: 2rem;
  color: #64748b;
}
.empty-state h3[data-v-142ba0bb] {
  margin: 1rem 0 0.5rem;
  color: #334155;
}
.empty-state p[data-v-142ba0bb] {
  text-align: center;
  max-width: 400px;
  margin: 0;
}
.device-info[data-v-142ba0bb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.device-brand[data-v-142ba0bb] {
  color: #4b5563;
}
.device-model[data-v-142ba0bb] {
  font-weight: 600;
}
.device-color[data-v-142ba0bb] {
  font-weight: 600;
  font-size: 0.9em;
}
.customer-column[data-v-142ba0bb] {
  min-width: 180px;
}
.device-column[data-v-142ba0bb] {
  min-width: 140px;
}
.issues-column[data-v-142ba0bb] {
  min-width: 160px;
}
.status-column[data-v-142ba0bb] {
  min-width: 120px;
}
.date-column[data-v-142ba0bb] {
  min-width: 110px;
}
.serial-column[data-v-142ba0bb] {
  min-width: 140px;
}
.price-column[data-v-142ba0bb] {
  min-width: 120px;
}
.issues-list[data-v-142ba0bb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.issue-item[data-v-142ba0bb] {
  background-color: #e7ecf7;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.9em;
  display: inline-block;
}
.date-display[data-v-142ba0bb] {
  white-space: pre-line;
  font-weight: 500;
}
.serial-number-column[data-v-142ba0bb] {
  font-family: monospace;
  white-space: nowrap;
}
.search-group[data-v-142ba0bb] {
  display: flex;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 0.5rem;
}
.search-field[data-v-142ba0bb] {
  max-width: 400px;
  min-width: 300px;
  flex: 1;
}
.customer-container[data-v-142ba0bb] {
  padding-left: 5px;
}
.button-container[data-v-142ba0bb] {
  padding-right: 5px;
}
.button[data-v-142ba0bb] {
  height: 38px;
  padding: 0 1rem;
  color: white;
  min-width: 120px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-icon-container[data-v-142ba0bb] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 4px;
  color: #6c757d;
  transition: color 0.2s ease;
}
.toggle-icon-container.active[data-v-142ba0bb] {
  color: #28a745;
}
.toggle-icon-container[data-v-142ba0bb]:hover {
  color: #007bff;
}
.toggle-icon[data-v-142ba0bb] {
  font-size: 16px;
}
.split-button-group[data-v-142ba0bb] {
  position: relative;
  display: flex;
}
.action-button[data-v-142ba0bb] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 1px;
  min-width: 100px;
}
.dropdown-toggle-button[data-v-142ba0bb] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 8px;
  min-width: auto;
}
.action-dropdown[data-v-142ba0bb] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  min-width: 120px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-item[data-v-142ba0bb] {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.dropdown-item[data-v-142ba0bb]:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e7e7e7;
}
.dropdown-item.active[data-v-142ba0bb] {
  color: #16181b;
  text-decoration: none;
  background-color: #eeeeee;
}


.device-info[data-v-7a62d6a1] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.device-model[data-v-7a62d6a1] {
  color: #4b5563;
}
.tax-select[data-v-7a62d6a1] {
  max-width: 400px;
}
.action-column[data-v-7a62d6a1] {
  width: 50px;
}
@media (max-width: 768px) {
.tax-select[data-v-7a62d6a1] {
    max-width: 100%;
}
}


.button[data-v-1a5ab935] {
  color: white;
  min-width: 120px;
}
.header[data-v-1a5ab935] {
  display: flex;
  justify-content: space-between;
}
.operation-buttons[data-v-1a5ab935] {
  display: flex;
  gap: 20pt;
  align-items: center;
}
.modal-form[data-v-1a5ab935] {
  padding: 10px 10px 10px;
}
.modal-footer[data-v-1a5ab935] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}


.filter-container[data-v-68bcdb0e] {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.filter-top[data-v-68bcdb0e] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.filter-left[data-v-68bcdb0e] {
  display: flex;
  gap: 1rem;
}
.filter-right[data-v-68bcdb0e] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-bottom[data-v-68bcdb0e] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.filter-item[data-v-68bcdb0e] {
  flex: 1 1 auto;
  min-width: 200px;
}
.clear-all-text[data-v-68bcdb0e] {
  color: red;
  font-weight: bold;
  cursor: pointer;
}
.clear-all-text[data-v-68bcdb0e]:hover {
  color: #cc0000;
  font-weight: bold;
  cursor: pointer;
}


.invoice-view[data-v-24a1c849] {
  padding: 16px;
  background-color: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.button[data-v-24a1c849] {
  color: white;
  min-width: 120px;
}
.operation-tab[data-v-24a1c849] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.operation-buttons[data-v-24a1c849] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.table-wrapper[data-v-24a1c849] {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.table-scroll[data-v-24a1c849] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.date-display[data-v-24a1c849] {
  white-space: nowrap;
  font-weight: 500;
}
.discount-info[data-v-24a1c849] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.discount-name[data-v-24a1c849] {
  font-weight: 500;
}
.discount-value[data-v-24a1c849] {
  color: #004e33;
}
@media (max-width: 768px) {
.operation-tab[data-v-24a1c849] {
    flex-direction: column;
    gap: 1rem;
}
.operation-buttons[data-v-24a1c849] {
    width: 100%;
    justify-content: space-between;
}
}


.diff-viewer[data-v-d8c55bf2] {
  width: 100%;
}
.split-view[data-v-d8c55bf2] {
  display: flex;
}
.old-value[data-v-d8c55bf2], .new-value[data-v-d8c55bf2] {
  flex: 1;
  padding: 1rem;
}
.old-value[data-v-d8c55bf2] {
  border-right: 1px solid #e9ecef;
  background-color: #fff8f8;
}
.new-value[data-v-d8c55bf2] {
  background-color: #f8fff8;
}
.value-header[data-v-d8c55bf2] {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.9rem;
}
.value-content[data-v-d8c55bf2] {
  min-height: 2rem;
}
.complex-value[data-v-d8c55bf2] {
  max-height: 300px;
  overflow-y: auto;
}
.code-block[data-v-d8c55bf2] {
  background-color: #f8f9fa;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-family: monospace;
  font-size: 0.9rem;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.code-block .removed[data-v-d8c55bf2] {
  background-color: #ffeeee;
  color: #dc3545;
}
.code-block .added[data-v-d8c55bf2] {
  background-color: #eeffee;
  color: #28a745;
}
.simple-value[data-v-d8c55bf2] {
  word-break: break-word;
}
.null-value[data-v-d8c55bf2] {
  color: #6c757d;
  font-style: italic;
}
.unified-view[data-v-d8c55bf2] {
  padding: 0.5rem 0;
}
.diff-line[data-v-d8c55bf2] {
  padding: 0.25rem 1rem;
  display: flex;
  font-family: monospace;
}
.diff-marker[data-v-d8c55bf2] {
  width: 1.5rem;
  font-weight: bold;
}
.diff-content[data-v-d8c55bf2] {
  flex: 1;
  word-break: break-word;
}
.removed[data-v-d8c55bf2] {
  background-color: #ffeeee;
}
.removed .diff-marker[data-v-d8c55bf2] {
  color: #dc3545;
}
.added[data-v-d8c55bf2] {
  background-color: #eeffee;
}
.added .diff-marker[data-v-d8c55bf2] {
  color: #28a745;
}
.unchanged[data-v-d8c55bf2] {
  background-color: #f8f9fa;
}
.old-value-chip[data-v-d8c55bf2], .new-value-chip[data-v-d8c55bf2] {
  margin: 0 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.old-value-chip[data-v-d8c55bf2]:hover, .new-value-chip[data-v-d8c55bf2]:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.split-view[data-v-d8c55bf2] {
    flex-direction: column;
}
.old-value[data-v-d8c55bf2] {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
}
}


.form-row[data-v-6f91306c] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-6f91306c] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-6f91306c]:last-child {
  margin-right: 0;
}
.center-text[data-v-6f91306c] {
  text-align: center;
}
.view-mode-selector[data-v-6f91306c] {
  display: flex;
  justify-content: center;
}
.changes-container[data-v-6f91306c] {
  max-height: 500px;
  overflow-y: auto;
}
.change-item[data-v-6f91306c] {
  margin-bottom: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.change-header[data-v-6f91306c] {
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-bottom: 1px solid #e9ecef;
}
.field-name[data-v-6f91306c] {
  color: #495057;
}
.modal-navigation[data-v-6f91306c] {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}
.action-create[data-v-6f91306c] {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.action-update[data-v-6f91306c] {
  background-color: rgba(0, 123, 255, 0.1);
  color: #007bff;
}
.action-delete[data-v-6f91306c] {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.form-row[data-v-6f91306c] {
    flex-direction: column;
}
.form-row .col-md-4[data-v-6f91306c] {
    margin-right: 0;
    margin-bottom: 15px;
}
}


.filter-container[data-v-12fad302] {
  transition: all 0.3s ease;
}
.filter-item[data-v-12fad302] {
  min-width: 200px;
}
.filter-item .v-autocomplete[data-v-12fad302],
.filter-item .v-date-picker[data-v-12fad302] {
  width: 100%;
}
.clear-all-btn[data-v-12fad302] {
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 600px) {
.filter-item[data-v-12fad302] {
    min-width: 100%;
}
}


.history-view[data-v-3d4a0c94] {
  padding: 10px;
}
.operation-buttons[data-v-3d4a0c94] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}
.pagination-container[data-v-3d4a0c94] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.total-items[data-v-3d4a0c94] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.action-create[data-v-3d4a0c94] {
  color: #28a745;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(40, 167, 69, 0.1);
}
.action-update[data-v-3d4a0c94] {
  color: #007bff;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(0, 123, 255, 0.1);
}
.action-delete[data-v-3d4a0c94] {
  color: #dc3545;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(220, 53, 69, 0.1);
}
.entity-name[data-v-3d4a0c94], .entity-id[data-v-3d4a0c94], .username[data-v-3d4a0c94] {
  font-weight: 500;
}
.date[data-v-3d4a0c94] {
  font-size: 0.9rem;
  color: #495057;
}
.changes-summary[data-v-3d4a0c94] {
  display: flex;
  justify-content: center;
}
.changes-badge[data-v-3d4a0c94] {
  background-color: #6c757d;
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  font-weight: 600;
}
.no-changes[data-v-3d4a0c94] {
  color: #adb5bd;
  font-size: 0.8rem;
  font-style: italic;
}
.active[data-v-3d4a0c94] {
  color: #007bff;
}
.backdrop-blur[data-v-3d4a0c94] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 1040;
}


.country-selector[data-v-2c3c4037] {
  width: 100%;
}
.selector-content[data-v-2c3c4037] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2px 0;
}
.country-info[data-v-2c3c4037] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.country-flag[data-v-2c3c4037] {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.country-name[data-v-2c3c4037] {
  font-size: 0.95rem;
  color: var(--v-theme-on-surface);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.currency-chip-list[data-v-2c3c4037] {
  opacity: 0.8;
  transition: opacity 0.2s ease;
  margin-left: auto;
  padding-left: 12px;
}
.country-list-item[data-v-2c3c4037] {
  transition: all 0.2s ease;
  padding-right: 16px;
}
.currency-list-item[data-v-2c3c4037] {
  transition: all 0.2s ease;
  padding-right: 16px;
}
[data-v-2c3c4037] .v-list-item__prepend {
  margin-right: 12px !important;
}
.country-list-item[data-v-2c3c4037]:hover,
.currency-list-item[data-v-2c3c4037]:hover {
  background-color: rgba(var(--v-theme-primary), 0.05);
  transform: translateX(4px);
}
.country-list-item:hover .currency-chip-list[data-v-2c3c4037] {
  opacity: 1;
}
.country-list-item:hover .country-flag[data-v-2c3c4037] {
  transform: scale(1.1);
}
.country-list-item.selected[data-v-2c3c4037],
.currency-list-item.selected[data-v-2c3c4037] {
  background-color: rgba(var(--v-theme-primary), 0.1);
}
.selected-currency[data-v-2c3c4037] {
  display: flex;
  gap: 1rem;
}
.no-results[data-v-2c3c4037] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
}
[data-v-2c3c4037] .v-theme--dark {
.country-name {
  color: rgba(255, 255, 255, 0.87);
}
.no-results {
  color: rgba(255, 255, 255, 0.6);
}
.country-list-item:hover,
.currency-list-item:hover {
  background-color: rgba(var(--v-theme-primary), 0.15);
}
}
@media (max-width: 600px) {
.country-name[data-v-2c3c4037] {
    font-size: 0.875rem;
}
}


.button[data-v-67b9b496] {
  color: white;
}
.container[data-v-67b9b496] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.company-details-card[data-v-67b9b496] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.main-tabs[data-v-67b9b496] {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.sub-tabs[data-v-67b9b496] {
  margin-bottom: 16px;
}
.window-content[data-v-67b9b496] {
  padding: 20px;
}
.tab-content[data-v-67b9b496] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
}
.section-content[data-v-67b9b496] {
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.section-title[data-v-67b9b496] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 1.5rem;
}
.business-hours-item[data-v-67b9b496] {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
}
.day-label[data-v-67b9b496] {
  font-weight: 500;
  min-width: 100px;
}
.hours-inputs[data-v-67b9b496] {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.salary-options[data-v-67b9b496] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.status-selector[data-v-67b9b496] {
  margin-top: 0.5rem;
  margin-left: 2rem;
  max-width: 400px;
}
.quick-link-item[data-v-67b9b496] {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
}
.remove-link-btn[data-v-67b9b496] {
  align-self: flex-end;
  margin-bottom: 0.5rem;
}
.save-button-container[data-v-67b9b496] {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
}
.company-details-card[data-v-67b9b496] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.main-tabs[data-v-67b9b496] {
  background: linear-gradient(to right, #3b82f6, #2563eb);
  padding: 8px 8px 0;
  margin-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.main-tabs[data-v-67b9b496] .v-tab {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 0 0 !important;
  min-width: 120px;
  transition: all 0.3s ease;
}
.main-tabs[data-v-67b9b496] .v-tab--selected {
  color: #1e40af;
  background: white;
}
.main-tabs[data-v-67b9b496] .v-tab--selected .cash-active {
  color: green !important;
}
.main-tabs[data-v-67b9b496] .v-tab--selected .palette-active {
  background: linear-gradient(45deg, #ff00ff, #ffd000, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-content[data-v-67b9b496] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.section-content[data-v-67b9b496]:hover {
  transform: translateY(-2px);
}
.section-title[data-v-67b9b496] {
  color: #1e40af;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #3b82f6;
}
.business-hours-item[data-v-67b9b496] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.business-hours-item[data-v-67b9b496]:hover {
  border-color: #3b82f6;
  background: #f0f7ff;
}
.quick-link-item[data-v-67b9b496] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.quick-link-item[data-v-67b9b496]:hover {
  border-color: #3b82f6;
  background: #f0f7ff;
}
.save-button-container[data-v-67b9b496] {
  background: white;
  border-top: 1px solid #e2e8f0;
  padding: 20px;
}
.v-btn.v-btn--variant-elevated[data-v-67b9b496] {
  background: linear-gradient(to right, #3b82f6, #2563eb);
  transition: all 0.3s ease;
}
.v-btn.v-btn--variant-elevated[data-v-67b9b496]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}
.status-chip[data-v-67b9b496] {
  border: none;
  background-color: orange;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
.container[data-v-67b9b496] {
    padding: 10px;
}
.window-content[data-v-67b9b496] {
    padding: 10px;
}
.section-content[data-v-67b9b496] {
    padding: 15px;
}
.quick-link-item .d-flex[data-v-67b9b496] {
    flex-direction: column;
    gap: 1rem;
}
.remove-link-btn[data-v-67b9b496] {
    align-self: flex-start;
}
.hours-inputs[data-v-67b9b496] {
    flex-direction: column;
    align-items: stretch;
}
.status-selector[data-v-67b9b496] {
    margin-left: 0;
    max-width: 100%;
}
}


.modal-form[data-v-9d4d800e] {
  padding: 10px 10px 10px;
}
.form-row[data-v-9d4d800e] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-9d4d800e] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-9d4d800e]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-9d4d800e] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-9d4d800e] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-9d4d800e] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-9d4d800e]:last-child {
  margin-right: 0;
}
.button[data-v-9d4d800e] {
  color: white;
  min-width: 120px;
}



.button[data-v-770486e9] {
  color: white;
  min-width: 120px;
}


.checkInfoStatus-view[data-v-64f9d1c8] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-64f9d1c8] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-64f9d1c8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-64f9d1c8] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-64f9d1c8] {
  color: white;
  min-width: 120px;
}


.modal-form[data-v-c0f7d194] {
  padding: 10px 10px 10px;
}
.form-row[data-v-c0f7d194] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-c0f7d194] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-c0f7d194]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-c0f7d194] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-c0f7d194] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-c0f7d194] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-c0f7d194]:last-child {
  margin-right: 0;
}
.button[data-v-c0f7d194] {
  color: white;
  min-width: 120px;
}



.button[data-v-21d8b348] {
  color: white;
  min-width: 120px;
}


.checkInfoSetting-view[data-v-d9fdcdf2] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-d9fdcdf2] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-d9fdcdf2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-d9fdcdf2] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-d9fdcdf2] {
  color: white;
  min-width: 120px;
}


.modal-form[data-v-6dcbad63] {
  padding: 10px 10px 10px;
}
.form-row[data-v-6dcbad63] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-6dcbad63] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-6dcbad63]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-6dcbad63] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-6dcbad63] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-6dcbad63] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-6dcbad63]:last-child {
  margin-right: 0;
}
.button[data-v-6dcbad63] {
  color: white;
  min-width: 120px;
}


.button[data-v-14fb9f84] {
  color: white;
  min-width: 120px;
}
.form-row[data-v-14fb9f84] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-14fb9f84] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-14fb9f84]:last-child {
  margin-right: 0;
}


.user-group-view[data-v-22c36ad0] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-22c36ad0] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-22c36ad0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-22c36ad0] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-22c36ad0] {
  color: white;
  min-width: 120px;
}


.loading-overlay[data-v-415e8729] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.spinner[data-v-415e8729] {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin-415e8729 1s linear infinite;
}
@keyframes spin-415e8729 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
[data-v-415e8729] .v-theme--dark {
.loading-overlay {
    background: rgba(0, 0, 0, 0.8);
}
}



.take-payment-view[data-v-bf941350] {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 10px;
}
.filter-top[data-v-bf941350] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.filter-gap[data-v-bf941350] {
  display: flex;
  gap: 2rem;
  flex: 1;
}
.filter-left[data-v-bf941350] {
  display: flex;
  gap: 1rem;
  flex: 1;
}
.filter-right[data-v-bf941350] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-item[data-v-bf941350] {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
}
.input-wrapper[data-v-bf941350] {
  height: 40px;
  display: flex;
  align-items: center;
}
.payment-button[data-v-bf941350] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  background-color: #e2e8f0;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  cursor: not-allowed;
  transition: all 0.2s ease;
}
.payment-button--enabled[data-v-bf941350] {
  background-color: var(--success-color);
  color: white;
  cursor: pointer;
}
.payment-button__icon[data-v-bf941350] {
  font-size: 18px;
}
.payment-button__text[data-v-bf941350] {
  white-space: nowrap;
}
.empty-state[data-v-bf941350] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background: #f8fafc;
  border-radius: 8px;
  margin-top: 2rem;
  color: #64748b;
}
.empty-state h3[data-v-bf941350] {
  margin: 1rem 0 0.5rem;
  color: #334155;
}
.empty-state p[data-v-bf941350] {
  text-align: center;
  max-width: 400px;
  margin: 0;
}
.table-header[data-v-bf941350] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.selected-info[data-v-bf941350] {
  font-size: 0.875rem;
  color: #64748b;
  background: #f1f5f9;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.clear-all-text[data-v-bf941350] {
  color: red;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}
.clear-all-text[data-v-bf941350]:hover {
  color: #cc0000;
}
.custom-input[data-v-bf941350] {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  padding: 0.5rem;
  width: 100%;
}
.device-info[data-v-bf941350] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.device-brand[data-v-bf941350] {
  font-weight: 600;
}
.device-model[data-v-bf941350] {
  color: #4b5563;
}
.device-color[data-v-bf941350] {
  color: #6b7280;
  font-size: 0.9em;
}
.status-date[data-v-bf941350] {
  font-size: 0.85em;
  color: #6b7280;
  font-style: italic;
}
.date-display[data-v-bf941350] {
  white-space: pre-line;
  font-weight: 500;
}
[data-v-bf941350] .v-theme--dark {
.empty-state {
    background: rgba(255, 255, 255, 0.05);
}
.empty-state h3 {
    color: rgba(255, 255, 255, 0.87);
}
.selected-info {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}
.custom-input {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
}
}
@media (max-width: 1200px) {
.filter-gap[data-v-bf941350] {
    flex-direction: column;
    gap: 1rem;
}
.filter-left[data-v-bf941350] {
    flex-wrap: wrap;
}
.filter-item[data-v-bf941350] {
    min-width: 150px;
}
}
@media (max-width: 768px) {
.take-payment-view[data-v-bf941350] {
    padding: 5px;
}
.filter-top[data-v-bf941350] {
    flex-direction: column;
}
.filter-right[data-v-bf941350] {
    justify-content: flex-end;
}
.filter-item[data-v-bf941350] {
    min-width: 100%;
    max-width: 100%;
}
}


.pagination-container[data-v-dd927d84] {
  margin-top: 1rem;
}


.modal-footer .btn[data-v-63a4301a] {
  min-min-width: 120px;
}


.moneyAccount-view[data-v-66bac498] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-66bac498] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-66bac498] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-66bac498] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-66bac498] {
  color: white;
  min-width: 120px;
}


.transaction-table[data-v-44b2b4aa] {
  background: var(--v-surface-variant);
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.custom-table[data-v-44b2b4aa] {
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.table-loader[data-v-44b2b4aa] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 0.5rem;
}
.loader-spinner[data-v-44b2b4aa] {
  color: var(--v-primary-base);
}
.loader-text[data-v-44b2b4aa] {
  color: var(--v-text-color-secondary);
  font-size: 0.9rem;
}
.empty-state[data-v-44b2b4aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  gap: 1rem;
}
.empty-text[data-v-44b2b4aa] {
  color: var(--v-text-color-secondary);
  font-size: 0.9rem;
  margin: 0;
}
.date-cell[data-v-44b2b4aa] {
  display: flex;
  align-items: center;
  color: var(--v-text-color-secondary);
  font-size: 0.9rem;
}
.amount-cell[data-v-44b2b4aa] {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.income-amount[data-v-44b2b4aa] {
  color: var(--v-success-base);
}
.expense-amount[data-v-44b2b4aa] {
  color: var(--v-error-base);
}
.category-cell[data-v-44b2b4aa] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.category-name[data-v-44b2b4aa] {
  font-weight: 500;
}
.subcategory-name[data-v-44b2b4aa] {
  color: var(--v-text-color-secondary);
  font-size: 0.9rem;
}
.account-link[data-v-44b2b4aa] {
  text-decoration: none;
  color: var(--v-primary-base);
}
.account-link[data-v-44b2b4aa]:hover {
  text-decoration: underline;
}
.custom-pagination[data-v-44b2b4aa] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.transaction-table[data-v-44b2b4aa] {
    padding: 0.5rem;
}
.category-cell[data-v-44b2b4aa] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}
}


.form-section[data-v-79ac65ea] {
  margin-bottom: 25px;
}
.section-header[data-v-79ac65ea] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.section-title[data-v-79ac65ea] {
  margin: 0;
  color: #666;
  font-weight: 600;
}
.form-row[data-v-79ac65ea] {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}
.subcategories-list[data-v-79ac65ea] {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.subcategory-item[data-v-79ac65ea] {
  background: #f8f9fa;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.subcategory-item[data-v-79ac65ea]:last-child {
  margin-bottom: 0;
}
.empty-state[data-v-79ac65ea] {
  text-align: center;
  padding: 2rem;
  color: #6c757d;
}

/* Animations */
.list-enter-active[data-v-79ac65ea],
.list-leave-active[data-v-79ac65ea] {
  transition: all 0.3s ease;
}
.list-enter-from[data-v-79ac65ea],
.list-leave-to[data-v-79ac65ea] {
  opacity: 0;
  transform: translateX(30px);
}

/* Scrollbar Styling */
.subcategories-list[data-v-79ac65ea]::-webkit-scrollbar {
  width: 6px;
}
.subcategories-list[data-v-79ac65ea]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.subcategories-list[data-v-79ac65ea]::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.subcategories-list[data-v-79ac65ea]::-webkit-scrollbar-thumb:hover {
  background: #999;
}


.modal-form[data-v-ea8e7a32] {
  padding: 20px;
}
.form-section[data-v-ea8e7a32] {
  margin-bottom: 25px;
}
.form-row[data-v-ea8e7a32] {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}
.modal-footer[data-v-ea8e7a32] {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}
.button[data-v-ea8e7a32] {
  min-width: 120px;
  color: white;
}


.modal-form[data-v-2e6c14d2] {
  padding: 20px;
}
.parent-info[data-v-2e6c14d2] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.info-row[data-v-2e6c14d2] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.info-row[data-v-2e6c14d2]:last-child {
  margin-bottom: 0;
}
.label[data-v-2e6c14d2] {
  font-weight: 600;
  color: #495057;
  width: 80px;
}
.value[data-v-2e6c14d2] {
  color: #212529;
}
.modal-footer[data-v-2e6c14d2] {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}
.button[data-v-2e6c14d2] {
  min-width: 120px;
  color: white;
}
.spinner[data-v-2e6c14d2] {
  display: inline-flex;
  align-items: center;
}
.rotating[data-v-2e6c14d2] {
  animation: rotate-2e6c14d2 1s linear infinite;
}
@keyframes rotate-2e6c14d2 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.backdrop-blur[data-v-2e6c14d2] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1040;
}


.income-form[data-v-4b945382] {
  max-width: 800px;
}
.form-container[data-v-4b945382] {
  padding: .5rem;
}
.form-content[data-v-4b945382] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.category-select[data-v-4b945382],
.sub-category-select[data-v-4b945382],
.money-account-select[data-v-4b945382] {
  width: 100%;
}
.date-picker[data-v-4b945382] {
  width: 100%;
}
@media (max-width: 768px) {
.income-form[data-v-4b945382] {
    margin: 0.5rem;
}
.form-container[data-v-4b945382] {
    padding: 1rem;
}
}


.filter-container[data-v-631bb4af] {
  background: var(--v-surface-variant);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.filter-header[data-v-631bb4af] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.filter-content[data-v-631bb4af] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.filter-section[data-v-631bb4af] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-title[data-v-631bb4af] {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--v-primary-base);
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--v-border-color);
}
.filter-row[data-v-631bb4af] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.filter-item[data-v-631bb4af] {
  flex: 1;
  min-width: 200px;
}
.dates-row[data-v-631bb4af] {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.date-group[data-v-631bb4af] {
  flex: 1;
  min-width: 300px;
}
.date-group-title[data-v-631bb4af] {
  font-size: 0.85rem;
  color: var(--v-text-color-secondary);
  margin-bottom: 0.5rem;
}
.date-inputs[data-v-631bb4af] {
  display: flex;
  gap: 1rem;
}
.active-filters-chip[data-v-631bb4af] {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
.filter-container[data-v-631bb4af] {
    padding: 1rem;
}
.dates-row[data-v-631bb4af] {
    gap: 1rem;
}
.date-group[data-v-631bb4af] {
    min-width: 100%;
}
.date-inputs[data-v-631bb4af] {
    flex-direction: column;
    gap: 0.5rem;
}
}


.button[data-v-b8f7e954] {
  color: white;
  width: 130px;
}
.income-tab[data-v-b8f7e954] {
  background-color: #f0f8ff;
}
.operation-tab[data-v-b8f7e954] {
  padding-top: 0.75rem;
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
}
.operation-buttons[data-v-b8f7e954] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0.5rem;
  gap: 20px;
}
.filter-icon[data-v-b8f7e954] {
  font-size: 2rem;
  color: black;
}
.filter-icon[data-v-b8f7e954]:hover {
  cursor: pointer;
}


.expense-form[data-v-7cc9b78e] {
  max-width: 800px;
}
.form-container[data-v-7cc9b78e] {
  padding: 1.5rem;
}
.form-content[data-v-7cc9b78e] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.category-select[data-v-7cc9b78e],
.money-account-select[data-v-7cc9b78e] {
  width: 100%;
}
.date-picker[data-v-7cc9b78e] {
  width: 100%;
}
@media (max-width: 768px) {
.expense-form[data-v-7cc9b78e] {
    margin: 0.5rem;
}
.form-container[data-v-7cc9b78e] {
    padding: 1rem;
}
}


.button[data-v-37acc0bf] {
  color: white;
  width: 130px;
}
.expense-tab[data-v-37acc0bf] {
  background-color: #fff0f0;
}
.operation-tab[data-v-37acc0bf] {
  padding-top: 0.75rem;
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
}
.operation-buttons[data-v-37acc0bf] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0.5rem;
  gap: 20px;
}
.filter-icon[data-v-37acc0bf] {
  font-size: 2rem;
  color: black;
}
.filter-icon[data-v-37acc0bf]:hover {
  cursor: pointer;
}


.transactions-page[data-v-12c55db3] {
  padding: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.tab-button[data-v-12c55db3] {
  padding: 1rem 1.5rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border-radius: 12px 12px 0 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.tab-icon[data-v-12c55db3] {
  font-size: 1.25rem !important;
}
[data-v-12c55db3] .nav-tabs {
  border-bottom: none;
  gap: 0.5rem;
  padding: 0 0.5rem;
}
[data-v-12c55db3] .nav-tabs .nav-item {
  flex: 1;
}
[data-v-12c55db3] .nav-tabs .nav-link {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
}
[data-v-12c55db3] .nav-tabs .nav-link.active {
  border: none;
}
[data-v-12c55db3] .nav-tabs .nav-item:first-child .nav-link {
  background: linear-gradient(to bottom, #f0f9ff, #e6f3ff);
}
[data-v-12c55db3] .nav-tabs .nav-item:last-child .nav-link {
  background: linear-gradient(to bottom, #fff5f5, #ffe6e6);
}
[data-v-12c55db3] .nav-tabs .nav-link:hover .tab-button {
  transform: translateY(-3px);
}
[data-v-12c55db3] .nav-tabs .nav-link.active .tab-button {
  transform: translateY(-2px);
}
[data-v-12c55db3] .tab-content {
  background-color: white;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}
.tab-content-wrapper[data-v-12c55db3] {
  position: relative;
  min-height: 200px;
}
.income-tab[data-v-12c55db3] {
  color: #0066cc;
  border-bottom: 3px solid #0066cc;
  background: linear-gradient(to bottom, rgba(0, 102, 204, 0.1), transparent);
}
.expense-tab[data-v-12c55db3] {
  color: #cc0000;
  border-bottom: 3px solid #cc0000;
  background: linear-gradient(to bottom, rgba(204, 0, 0, 0.1), transparent);
}
.fade-enter-active[data-v-12c55db3],
.fade-leave-active[data-v-12c55db3] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-12c55db3],
.fade-leave-to[data-v-12c55db3] {
  opacity: 0;
}
@media (max-width: 768px) {
.transactions-page[data-v-12c55db3] {
    padding: 1rem;
}
.tab-button[data-v-12c55db3] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
[data-v-12c55db3] .tab-content {
    padding: 1rem;
}
}
@media (max-width: 480px) {
.transactions-page[data-v-12c55db3] {
    padding: 0.5rem;
}
.tab-button[data-v-12c55db3] {
    padding: 0.5rem;
    font-size: 0.9rem;
}
.tab-icon[data-v-12c55db3] {
    font-size: 1rem !important;
}
}

/* Dark mode support */
[data-v-12c55db3] .v-theme--dark {
.tab-content {
    background-color: #1a1a1a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-item:first-child .nav-link {
    background: linear-gradient(to bottom, rgba(0, 102, 204, 0.15), rgba(0, 102, 204, 0.05));
}
.nav-tabs .nav-item:last-child .nav-link {
    background: linear-gradient(to bottom, rgba(204, 0, 0, 0.15), rgba(204, 0, 0, 0.05));
}
}


.transaction-statistics[data-v-268f24b7] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.transaction-category[data-v-268f24b7] {
  border-bottom: 1px solid #eee;
}
.transaction-category[data-v-268f24b7]:last-child {
  border-bottom: none;
}
.category-header[data-v-268f24b7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.category-header[data-v-268f24b7]:hover {
  background-color: #f8f9fa;
}
.left-section[data-v-268f24b7], .right-section[data-v-268f24b7] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.expand-icon[data-v-268f24b7] {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.is-expanded .expand-icon[data-v-268f24b7] {
  transform: rotate(90deg);
}
.category-name[data-v-268f24b7] {
  font-weight: 500;
  color: #2c3e50;
}
.percentage[data-v-268f24b7] {
  min-width: 70px;
  text-align: center;
  font-weight: 600;
}
.amount[data-v-268f24b7] {
  min-width: 100px;
  text-align: right;
  font-weight: 600;
  color: #2c3e50;
}
.subcategories-wrapper[data-v-268f24b7] {
  overflow: hidden;
}
.subcategory-list[data-v-268f24b7] {
  background: #f8f9fa;
  padding: 8px 0;
}
.subcategory-row[data-v-268f24b7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 8px 48px;
  position: relative;
}
.subcategory-row[data-v-268f24b7]:hover {
  background-color: #f1f3f5;
}
.subcategory-indicator[data-v-268f24b7] {
  width: 6px;
  height: 6px;
  background-color: #dee2e6;
  border-radius: 50%;
  margin-right: 8px;
}
.sub-percentage[data-v-268f24b7] {
  font-size: 0.9em;
}
.no-subcategories[data-v-268f24b7] {
  padding: 16px 16px 16px 48px;
  color: #6c757d;
  font-style: italic;
  background: #f8f9fa;
}

/* Анімація */
.expand-enter-active[data-v-268f24b7],
.expand-leave-active[data-v-268f24b7] {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.expand-enter-from[data-v-268f24b7],
.expand-leave-to[data-v-268f24b7] {
  opacity: 0;
  height: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.category-header[data-v-268f24b7] {
    padding: 12px;
}
.amount[data-v-268f24b7] {
    min-width: 80px;
}
.percentage[data-v-268f24b7] {
    min-width: 60px;
}
.subcategory-row[data-v-268f24b7] {
    padding: 8px 12px 8px 36px;
}
}


.statistics-page[data-v-53088f5c] {
  padding: 20px;
}
.charts-container[data-v-53088f5c] {
  margin-top: 20px;
}
.chart-wrapper[data-v-53088f5c] {
  position: relative;
  height: 60%;
  width: 60%;
}
canvas[data-v-53088f5c] {
  width: 100%;
  height: 300px;
}
.filter-icon[data-v-53088f5c] {
  font-size: 2rem;
}
.filter-icon[data-v-53088f5c]:hover {
  cursor: pointer;
}
.statistics-header[data-v-53088f5c] {
}
.date-range-picker[data-v-53088f5c] {
  margin-top: -30px;
  width: 30%;
}
.filter-icon[data-v-53088f5c] {
  cursor: pointer;
  margin-right: 10px;
}
#filter-collapse[data-v-53088f5c] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  animation: slide-up-53088f5c 0.3s ease-out;
  opacity: 0;
  transform: translateY(20px);
}
@keyframes slide-up-53088f5c {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.d-flex[data-v-53088f5c] {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.flex-grow-1[data-v-53088f5c] {
  flex-grow: 1;
}
.button[data-v-53088f5c] {
  color: white;
  width: 100%;
  max-width: 150px;
  margin-top: 15px;
}


.modal-form[data-v-2f583e95] {
  padding: 10px 10px 10px;
}
.form-row[data-v-2f583e95] {
  display: flex;
  margin-bottom: 15px;
}
.form-row .col-md-4[data-v-2f583e95] {
  flex: 1;
  margin-right: 15px;
}
.form-row .col-md-4[data-v-2f583e95]:last-child {
  margin-right: 0;
}
.modal-footer[data-v-2f583e95] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal-footer .form-row[data-v-2f583e95] {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.modal-footer .col-md-4[data-v-2f583e95] {
  flex: 1;
  margin-right: 15px;
}
.modal-footer .col-md-4[data-v-2f583e95]:last-child {
  margin-right: 0;
}
.button[data-v-2f583e95] {
  color: white;
  min-width: 120px;
}



.button[data-v-5601f26c] {
  color: white;
  min-width: 120px;
}


.tax-view[data-v-a5b217b6] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-a5b217b6] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-a5b217b6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-a5b217b6] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-a5b217b6] {
  color: white;
  min-width: 120px;
}


.button[data-v-a4885a9a] {
  color: white;
  min-width: 120px;
}



.discount-view[data-v-4fde6f54] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-4fde6f54] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-4fde6f54] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-4fde6f54] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-4fde6f54] {
  color: white;
  min-width: 120px;
}


.wage-details[data-v-22dbb0c0] {
  display: grid;
  gap: 2rem;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.detail-item[data-v-22dbb0c0] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.label[data-v-22dbb0c0] {
  color: #6c757d;
  font-size: 0.875rem;
}
.value[data-v-22dbb0c0] {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2c3e50;
}
.rate[data-v-22dbb0c0] {
  color: #6c757d;
  font-size: 0.875rem;
}
.period[data-v-22dbb0c0] {
  color: #6c757d;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.total-earnings[data-v-22dbb0c0] {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.change-indicator[data-v-22dbb0c0] {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.text-success[data-v-22dbb0c0] {
  color: #4caf50;
}
.text-error[data-v-22dbb0c0] {
  color: #ef5350;
}


.metric-card[data-v-487d7d89] {
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}
.metric-value[data-v-487d7d89] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin: 0.5rem 0;
}
.metric-label[data-v-487d7d89] {
  color: #6c757d;
  font-size: 0.875rem;
}


.technician-card[data-v-05c2b4d7] {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.technician-card[data-v-05c2b4d7]:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.metrics-grid[data-v-05c2b4d7] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.metric[data-v-05c2b4d7] {
  text-align: center;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 6px;
}
.metric-label[data-v-05c2b4d7] {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.metric-value[data-v-05c2b4d7] {
  font-weight: bold;
  color: #2c3e50;
}
.mini-chart[data-v-05c2b4d7] {
  height: 100px;
  margin-top: 1rem;
}


.chart-wrapper[data-v-3b4f04b2] {
  position: relative;
  height: 300px;
  width: 100%;
  margin: 10px 0;
}


.dashboard[data-v-6f0755d0] {
  padding: 10px;
}


.form-section[data-v-92b50f7e] {
  margin-bottom: 25px;
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 8px;
}
.form-row[data-v-92b50f7e] {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}
.id-input[data-v-92b50f7e] {
  background-color: #e9ecef;
  color: #6c757d;
  font-weight: 500;
}
.modal-footer[data-v-92b50f7e] {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #eee;
}
.button[data-v-92b50f7e] {
  min-width: 120px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}


.transactionCategory-view[data-v-5a20ab04] {
  padding: 10px 10px 10px;
}
.operation-buttons[data-v-5a20ab04] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination-container[data-v-5a20ab04] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-items[data-v-5a20ab04] {
  margin-left: 1rem;
  font-size: 1rem;
  color: #6c757d;
}
.button[data-v-5a20ab04] {
  color: white;
  min-width: 120px;
}


.service-unavailable-portal[data-v-4d3e4854] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}
.service-unavailable[data-v-4d3e4854] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: system-ui, -apple-system, sans-serif;
}
.content-wrapper[data-v-4d3e4854] {
  max-width: 600px;
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  animation: slideUp-4d3e4854 0.5s ease-out;
}
.error-code[data-v-4d3e4854] {
  font-size: 64px;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 24px;
  text-shadow: 2px 2px 0 rgba(26, 115, 232, 0.2);
}
.server-illustration[data-v-4d3e4854] {
  margin: 40px 0;
  position: relative;
}
.server[data-v-4d3e4854] {
  width: 120px;
  height: 200px;
  background: #2c3e50;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
  transform-style: preserve-3d;
  animation: serverShake-4d3e4854 2s ease-in-out infinite;
}
.server[data-v-4d3e4854]::before {
  content: '';
  position: absolute;
  width: 140px;
  height: 10px;
  background: #34495e;
  bottom: -10px;
  left: -10px;
  border-radius: 0 0 4px 4px;
  transform: translateZ(-10px);
}
.server-lights[data-v-4d3e4854] {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}
.light[data-v-4d3e4854] {
  width: 12px;
  height: 12px;
  background: #e74c3c;
  border-radius: 50%;
  animation: blink-4d3e4854 1.5s ease-in-out infinite;
}
.light[data-v-4d3e4854]:nth-child(2) {
  animation-delay: 0.5s;
}
.light[data-v-4d3e4854]:nth-child(3) {
  animation-delay: 1s;
}
.title[data-v-4d3e4854] {
  font-size: 28px;
  color: #1f2937;
  margin-bottom: 16px;
  font-weight: 600;
}
.message[data-v-4d3e4854] {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.actions[data-v-4d3e4854] {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.retry-btn[data-v-4d3e4854] {
  background: #1a73e8;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.retry-btn[data-v-4d3e4854]:hover {
  background: #1557b0;
  transform: translateY(-1px);
}
.retry-btn[data-v-4d3e4854]:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
}
.retry-btn[data-v-4d3e4854]:disabled:hover {
  background: #94a3b8;
  transform: none;
}
.retry-btn .icon[data-v-4d3e4854] {
  font-size: 20px;
}
.home-link[data-v-4d3e4854] {
  color: #6b7280;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.home-link[data-v-4d3e4854]:hover {
  background: #f3f4f6;
  color: #1f2937;
}
@keyframes slideUp-4d3e4854 {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes serverShake-4d3e4854 {
0%, 100% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(-1deg);
}
75% {
    transform: rotate(1deg);
}
}
@keyframes blink-4d3e4854 {
0%, 100% {
    opacity: 0.3;
}
50% {
    opacity: 1;
}
}
@media (max-width: 640px) {
.content-wrapper[data-v-4d3e4854] {
    padding: 24px;
}
.error-code[data-v-4d3e4854] {
    font-size: 48px;
}
.title[data-v-4d3e4854] {
    font-size: 24px;
}
.actions[data-v-4d3e4854] {
    flex-direction: column;
}
.server[data-v-4d3e4854] {
    width: 80px;
    height: 140px;
}
.server[data-v-4d3e4854]::before {
    width: 100px;
    left: -10px;
}
}


.dropdown[data-v-43bb90cf] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.user-icon[data-v-43bb90cf] {
  font-size: 24px;
  color: white;
}
.dropdown-menu[data-v-43bb90cf] {
  position: absolute !important;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 10px 10px;
  margin-top: 5px;
  list-style: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 150px;
}
.dropdown-menu li[data-v-43bb90cf] {
  margin-bottom: 8px;
}
.dropdown-menu li[data-v-43bb90cf]:last-child {
  margin-bottom: 0;
}
.dropdown-menu a[data-v-43bb90cf] {
  text-decoration: none;
  color: black;
  display: block;
}
.dropdown-menu a[data-v-43bb90cf]:hover {
  color: #007bff;
}


.notification-menu[data-v-4e77a7d5] {
  margin-right: 1rem;
  z-index: 1000 !important;
}
.notification-badge[data-v-4e77a7d5] {
  cursor: pointer;
}
.notification-popup[data-v-4e77a7d5] {
  max-height: 85vh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
}
.notification-header[data-v-4e77a7d5] {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification-container[data-v-4e77a7d5] {
  padding: 0;
  background: rgba(0, 0, 0, 0.02);
}
.notification-list[data-v-4e77a7d5] {
  max-height: 480px;
  overflow-y: auto;
  padding: 4px;
}
.notification-empty[data-v-4e77a7d5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}
.notification-footer[data-v-4e77a7d5] {
  padding: 12px;
}

/* Smooth scrollbar styling */
.notification-list[data-v-4e77a7d5]::-webkit-scrollbar {
  width: 8px;
}
.notification-list[data-v-4e77a7d5]::-webkit-scrollbar-track {
  background: transparent;
}
.notification-list[data-v-4e77a7d5]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.notification-list[data-v-4e77a7d5]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Animation transitions */
.notification-enter-active[data-v-4e77a7d5],
.notification-leave-active[data-v-4e77a7d5] {
  transition: all 0.3s ease;
}
.notification-enter-from[data-v-4e77a7d5] {
  opacity: 0;
  transform: translateX(30px);
}
.notification-leave-to[data-v-4e77a7d5] {
  opacity: 0;
  transform: translateX(-30px);
}

/* Dark theme support */
[data-v-4e77a7d5] .v-theme--dark {
.notification-popup {
    background: rgba(30, 30, 30, 0.98);
}
.notification-container {
    background: rgba(255, 255, 255, 0.02);
}
.notification-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}
.notification-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
}


.navbar[data-v-c9003a5c] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  background-color: #1a1a1a;
  padding: 0 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu-toggle-brand[data-v-c9003a5c] {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.menu-toggle[data-v-c9003a5c] {
  color: white;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.menu-toggle[data-v-c9003a5c]:hover {
  opacity: 1;
}
.menu-toggle[data-v-c9003a5c]:active {
  transform: scale(0.95);
}
.menu-icon[data-v-c9003a5c] {
  font-size: 1.25rem;
}
.navbar-brand[data-v-c9003a5c] {
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease;
}
.navbar-brand[data-v-c9003a5c]:hover {
  opacity: 0.9;
}
.page-info[data-v-c9003a5c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.current-page[data-v-c9003a5c] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffd700;
  letter-spacing: 0.5px;
}
.app-container[data-v-c9003a5c] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.content-container[data-v-c9003a5c] {
  display: flex;
  margin-top: 64px;
  height: calc(100vh - 64px);
  overflow: hidden;
}
.sidebar[data-v-c9003a5c] {
  background-color: #212529;
  transition: all 0.3s ease;
  width: 13rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-collapsed[data-v-c9003a5c] {
  width: 0;
  overflow: hidden;
}
.sidebar-content[data-v-c9003a5c] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-container[data-v-c9003a5c] {
  padding: 1rem;
  position: sticky;
  top: 0;
  background-color: #212529;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.search-input[data-v-c9003a5c] {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #2c3136;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.search-input[data-v-c9003a5c]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.search-input[data-v-c9003a5c]::placeholder {
  color: #9ca3af;
}
.sidebar-nav[data-v-c9003a5c] {
  flex: 1;
  overflow-y: auto;
}
.sidebar-menu[data-v-c9003a5c] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu > li > a[data-v-c9003a5c] {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  border-left: 3px solid transparent;
}
.sidebar-menu > li > a[data-v-c9003a5c]:hover {
  background-color: #2c3136;
  color: white;
}
.sidebar-menu > li > a.active[data-v-c9003a5c] {
  background-color: #2c3136;
  color: white;
  border-left-color: #3b82f6;
}
.container-toggle[data-v-c9003a5c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1.25rem;
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  text-align: left;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.container-toggle[data-v-c9003a5c]:hover,
.container-toggle.active[data-v-c9003a5c] {
  background-color: #2c3136;
  color: white;
}
.container-toggle.active[data-v-c9003a5c] {
  border-left-color: #198754;
}
.toggle-icon[data-v-c9003a5c] {
  font-size: 0.75rem;
  transition: transform 0.2s ease, color 0.2s ease;
  opacity: 0.7;
}
.toggle-icon.rotate[data-v-c9003a5c] {
  transform: rotate(90deg);
  opacity: 1;
}
.toggle-icon[data-v-c9003a5c]:hover {
  color: #198754;
}
.sub-tabs[data-v-c9003a5c] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #1a1d20;
  overflow: hidden;
}
.sub-tab[data-v-c9003a5c] {
  display: block;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  font-size: 0.95rem;
}
.sub-tab[data-v-c9003a5c]:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.sub-tab[data-v-c9003a5c]:hover {
  background-color: #2c3136;
  color: white;
}
.sub-tab[data-v-c9003a5c]:hover:before {
  opacity: 1;
  background-color: #3b82f6;
}
.sub-tab.active[data-v-c9003a5c] {
  background-color: #2c3136;
  color: white;
  padding-left: 2.5rem;
  border-right: 4px solid #007bff;
}
.sub-tab.active[data-v-c9003a5c]:before {
  background-color: #3b82f6;
  opacity: 1;
}
.main-content[data-v-c9003a5c] {
  flex: 1;
  overflow: auto;
  transition: margin-left 0.3s ease;
}
.content-collapsed[data-v-c9003a5c] {
  margin-left: 0;
}
.navbar-nav[data-v-c9003a5c] {
  display: flex;
  align-items: center;
}
.navbar-login[data-v-c9003a5c] {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-link[data-v-c9003a5c] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
.nav-icon[data-v-c9003a5c] {
  font-size: 1rem;
}
.fade-enter-active[data-v-c9003a5c],
.fade-leave-active[data-v-c9003a5c] {
  transition: opacity 0.2s ease, max-height 0.3s ease;
  overflow: hidden;
}
.fade-enter-from[data-v-c9003a5c],
.fade-leave-to[data-v-c9003a5c] {
  opacity: 0;
  max-height: 0;
}
.fade-enter-to[data-v-c9003a5c],
.fade-leave-from[data-v-c9003a5c] {
  opacity: 1;
  max-height: 1000px;
}
.sidebar-nav[data-v-c9003a5c]::-webkit-scrollbar {
  width: 6px;
}
.sidebar-nav[data-v-c9003a5c]::-webkit-scrollbar-track {
  background: #1a1d20;
}
.sidebar-nav[data-v-c9003a5c]::-webkit-scrollbar-thumb {
  background-color: #374151;
  border-radius: 3px;
}
.sidebar-nav[data-v-c9003a5c]::-webkit-scrollbar-thumb:hover {
  background-color: #4b5563;
}
.sidebar-nav[data-v-c9003a5c] {
  scrollbar-width: thin;
  scrollbar-color: #374151 #1a1d20;
}
@media (max-width: 768px) {
.navbar[data-v-c9003a5c] {
    padding: 0 1rem;
}
.current-page[data-v-c9003a5c] {
    font-size: 1.125rem;
}
.nav-link span[data-v-c9003a5c] {
    display: none;
}
.nav-link[data-v-c9003a5c] {
    padding: 0.5rem;
}
.nav-icon[data-v-c9003a5c] {
    font-size: 1.25rem;
}
.sidebar[data-v-c9003a5c] {
    position: fixed;
    z-index: 99;
    transform: translateX(-100%);
}
.sidebar[data-v-c9003a5c]:not(.sidebar-collapsed) {
    transform: translateX(0);
}
.main-content[data-v-c9003a5c] {
    padding: 1rem;
}
}

/*
todo dark theme
@media (prefers-color-scheme: dark) {
  .main-content {
    background-color: #111827;
    color: #e5e7eb;
  }
}*/


#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  color: #2c3e50;
}
:root {
  --success-color: #198754;
}
.backdrop-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  z-index: 998;
}
.operation-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.creation-modal-header {
  background-color: var(--success-color) !important;
  color: white !important;
}
.view-modal-header {
  background-color: #0093cb !important;
  color: white !important;
}
.status-color-container {
  border-radius: .25rem;
  padding: .1rem .3rem;
}
.button:disabled,
.button[disabled] {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
.modal-link {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.modal-link:hover{
  color: #2563eb;
  text-decoration: underline;
}
.overdue {
  color: #dc2626;
}
.highlight-success {
  color: #28a745;
  font-size: 1.5rem;
}


.toast-container[data-v-2ff596c0] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.toast-item[data-v-2ff596c0] {
  margin-bottom: 10px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
[data-v-2ff596c0] .v-snackbar__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
[data-v-2ff596c0] .v-btn {
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease;
}
[data-v-2ff596c0] .v-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}


.custom-toast-transition-enter-active,
.custom-toast-transition-leave-active {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-toast-transition-enter-from,
.custom-toast-transition-leave-to {
  opacity: 0;
  transform: translateX(50px) scale(0.9);
}
.custom-toast-transition-enter-to,
.custom-toast-transition-leave-from {
  opacity: 1;
  transform: translateX(0) scale(1);
}

