.oemcatalog-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
}

.oemcatalog-modal.is-open {
  display: block;
}

.oemcatalog-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.45);
  z-index: 0;
}

.oemcatalog-modal__panel {
  position: absolute;
  inset: 4px;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.oemcatalog-modal__header {
  height: 48px;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 10px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
}

.oemcatalog-modal__title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.oemcatalog-modal__close {
  border: 0;
  background: transparent;
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.oemcatalog-modal__close:hover {
  background: #e2e8f0;
}

.oemcatalog-modal__body {
  flex: 1;
  min-height: 0;
  background: #fff;
}

.oemcatalog-modal__frame {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

button[name="orders_quotation_save_and_continue_primary"] {
  background-color: rgb(22 163 74) !important;
  border-color: rgb(21 128 61) !important;
  color: #fff !important;
}

.dark button[name="orders_quotation_save_and_continue_primary"] {
  border-color: rgb(34 197 94) !important;
}
