.topbar .quotation-topbar-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  padding: 5px 0 5px 16px;
  order: 20;
}
.quotation-topbar-tools > .qoe-topbar-button {
  flex: 0 0 auto;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 32px;
  box-shadow: none !important;
  order: 0;
  transform: none !important;
  filter: none !important;
}
.quotation-topbar-tools #quick-order-entry-btn {
  color: #fff !important;
  background: #397bf0 !important;
  border: 1px solid #397bf0 !important;
}
.quotation-topbar-tools #quick-order-entry-btn:hover {
  background: #2768d6 !important;
  border-color: #2768d6 !important;
}
.quotation-topbar-tools #company-document-settings-entry {
  color: #4b6380 !important;
  background: #f5f9ff !important;
  border: 1px solid #d4e1f1 !important;
}
.quotation-topbar-tools #company-document-settings-entry:hover {
  color: #2869ce !important;
  background: #eaf2ff !important;
  border-color: #a8c6ef !important;
}
.quotation-topbar-tools > .interface-style-stack {
  flex: 0 0 76px !important;
  width: 76px !important;
  min-width: 76px !important;
  height: 34px !important;
  box-sizing: border-box;
  margin: 0 0 0 2px !important;
  padding: 0 0 0 8px !important;
  border: 0 !important;
  border-left: 1px solid #d6e0ed !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  order: 0;
}
.quotation-topbar-tools #theme-btn {
  color: #738198 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 500;
  margin: 0 !important;
}
.quotation-topbar-tools > #theme-btn {
  height: 34px;
  padding-left: 10px;
  border-left: 1px solid #d6e0ed !important;
  border-radius: 0;
}
.quotation-topbar-tools button:focus-visible {
  outline: 2px solid #397bf0 !important;
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .topbar .quotation-topbar-tools { gap: 6px; padding-left: 10px; }
  .quotation-topbar-tools > .qoe-topbar-button { padding: 0 9px !important; }
}
