.obie-collection-nav-item {
  cursor: pointer;
}

.obie-collection-nav-item .ant-menu-item-icon {
  color: #98a2b3;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  width: 16px;
}

.obie-collection-page {
  min-height: calc(100vh - 142px);
}

.obie-collection-toolbar,
.obie-collection-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  box-shadow: 0 12px 32px #0f172a0d;
}

.obie-collection-toolbar {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 22px;
}

.obie-collection-toolbar h2 {
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  margin: 6px 0;
}

.obie-collection-toolbar p {
  color: #667085;
  margin: 0;
}

.obie-collection-actions,
.obie-collection-tabs,
.obie-collection-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.obie-collection-tabs {
  background: #f3f7ff;
  border: 1px solid #d8e6ff;
  border-radius: 13px;
  padding: 4px;
}

.obie-collection-tabs button,
.obie-collection-primary,
.obie-collection-secondary,
.obie-collection-danger {
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 750;
  height: 38px;
  padding: 0 16px;
}

.obie-collection-tabs button {
  background: transparent;
  color: #344054;
}

.obie-collection-tabs button.is-active,
.obie-collection-primary {
  background: #1677ff;
  box-shadow: 0 8px 18px #1677ff2e;
  color: #fff;
}

.obie-collection-secondary {
  background: #f3f7ff;
  color: #1677ff;
}

.obie-collection-danger {
  background: #fff1f0;
  color: #d92d20;
}

.obie-collection-card {
  padding: 18px;
}

.obie-collection-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.obie-collection-count,
.obie-collection-status {
  color: #667085;
  font-size: 13px;
}

.obie-collection-status {
  margin-bottom: 8px;
  min-height: 22px;
}

.obie-collection-status.is-success {
  color: #039855;
}

.obie-collection-status.is-error {
  color: #d92d20;
}

.obie-collection-table-wrap {
  overflow: auto;
}

.obie-collection-table {
  border-collapse: collapse;
  min-width: 1180px;
  width: 100%;
}

.obie-collection-table th,
.obie-collection-table td {
  border-bottom: 1px solid #eef2f6;
  color: #344054;
  line-height: 1.5;
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
}

.obie-collection-table th {
  background: #f8fafc;
  color: #344054;
  font-weight: 800;
  white-space: nowrap;
}

.obie-collection-table td strong {
  color: #1677ff;
}

.obie-collection-badge {
  background: #ecfdf3;
  border-radius: 999px;
  color: #039855;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  padding: 3px 9px;
}

.obie-collection-badge.is-off,
.obie-collection-badge.is-error {
  background: #fff1f0;
  color: #d92d20;
}

.obie-collection-empty {
  color: #98a2b3 !important;
  padding: 46px 12px !important;
  text-align: center !important;
}

.obie-collection-link {
  background: transparent;
  border: 0;
  color: #1677ff;
  cursor: pointer;
  font-weight: 750;
  padding: 0;
}

.obie-collection-link.is-danger {
  color: #d92d20;
}

.obie-collection-modal {
  align-items: center;
  background: #0f172a66;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.obie-collection-modal.is-open {
  display: flex;
}

.obie-collection-modal-panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 80px #0f172a33;
  max-height: calc(100vh - 48px);
  overflow: auto;
  width: min(760px, 100%);
}

.obie-collection-modal-head,
.obie-collection-modal-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 16px 18px;
}

.obie-collection-modal-head {
  border-bottom: 1px solid #eef2f6;
}

.obie-collection-modal-head strong {
  color: #111827;
  font-size: 17px;
}

.obie-collection-close {
  background: #f3f7ff;
  border: 0;
  border-radius: 9px;
  color: #667085;
  cursor: pointer;
  font-size: 20px;
  height: 34px;
  width: 34px;
}

.obie-collection-form {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.obie-collection-form label {
  color: #344054;
  display: grid;
  font-weight: 750;
  gap: 7px;
}

.obie-collection-form input,
.obie-collection-form select,
.obie-collection-form textarea {
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  color: #111827;
  font-size: 14px;
  outline: none;
  padding: 0 12px;
}

.obie-collection-form input,
.obie-collection-form select {
  height: 38px;
}

.obie-collection-form textarea {
  padding-top: 9px;
  resize: vertical;
}

.obie-collection-check {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
}

.obie-collection-check input {
  height: 16px;
  width: 16px;
}

.obie-collection-modal-actions {
  border-top: 1px solid #eef2f6;
  justify-content: flex-end;
}

@media (width <= 1080px) {
  .obie-collection-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .obie-collection-actions {
    justify-content: flex-start;
    width: 100%;
  }
}
