/* stockdivar-real-panel-v799 */

.v799-title-only {
  min-height: auto;
  padding: 26px 30px;
}

.v799-title-only h1 {
  margin: 0;
}

.v799-page-intro {
  align-items: center;
}

.v799-page-intro p {
  max-width: 760px;
}

.v799-loading,
.v799-empty {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: var(--muted, #667085);
}

.v799-loading span {
  width: 34px;
  height: 34px;
  border: 3px solid #f0d6d9;
  border-top-color: #a71928;
  border-radius: 50%;
  animation: v799-spin .8s linear infinite;
}

@keyframes v799-spin {
  to { transform: rotate(360deg); }
}

.v799-empty > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff2f3;
  color: #a71928;
  font-size: 28px;
}

.v799-stat .stat-top {
  margin-bottom: 6px;
}

.v799-stat > strong {
  display: block;
  margin: 7px 0;
}

.v799-quick-panel {
  margin-top: 16px;
}

.v799-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v799-quick-grid a {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  color: #1f2937;
  background: #fff;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.v799-quick-grid a:hover {
  border-color: #d98c94;
  transform: translateY(-2px);
  box-shadow: 0 9px 24px rgb(35 42 58 / 8%);
}

.v799-quick-grid a span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #fff2f3;
  color: #a71928;
  font-size: 21px;
}

.v799-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
  gap: 16px;
  margin-top: 16px;
}

.v799-notification-list {
  display: grid;
  gap: 9px;
}

.v799-notification-list a {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #edf0f4;
  border-radius: 13px;
  color: inherit;
  text-decoration: none;
}

.v799-notification-list a:hover {
  border-color: #e2afb4;
  background: #fffafa;
}

.v799-notification-list span,
.v799-notification-list small {
  color: #667085;
}

.v799-table td,
.v799-table th {
  white-space: nowrap;
}

.v799-data-note {
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid #f0d6a5;
  border-radius: 14px;
  background: #fff9ed;
  color: #76510c;
  line-height: 1.9;
}

.v799-saved-grid,
.v799-career-list {
  display: grid;
  gap: 14px;
}

.v799-saved-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
}

.v799-saved-main {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.v799-saved-image {
  width: 110px;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f6f8;
}

.v799-saved-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v799-saved-main h2 {
  margin: 0 0 8px;
  font-size: 17px;
}

.v799-saved-main p {
  margin: 7px 0 0;
  color: #667085;
}

.v799-store-location {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v799-location-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.v799-location-actions strong {
  direction: ltr;
  font-size: 13px;
  color: #667085;
}

.v799-file-box {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px dashed #c9ced8;
  border-radius: 14px;
  background: #fafbfc;
}

.v799-file-box input {
  width: 100%;
}

.v799-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  padding: 5px;
  border-radius: 14px;
  background: #f4f5f7;
}

.v799-tabs button {
  flex: 1;
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #5f6878;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.v799-tabs button.is-active {
  background: #fff;
  color: #a71928;
  box-shadow: 0 5px 18px rgb(25 33 48 / 8%);
}

.v799-career-card {
  padding: 18px;
  border: 1px solid #e6e9ef;
  border-radius: 17px;
  background: #fff;
}

.v799-career-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.v799-career-head span {
  color: #a71928;
  font-size: 12px;
  font-weight: 900;
}

.v799-career-head h2 {
  margin: 5px 0;
  font-size: 20px;
}

.v799-career-head p {
  margin: 0;
  color: #667085;
}

.v799-career-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.v799-career-meta > span {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border-radius: 12px;
  background: #f8f9fb;
  color: #667085;
  font-size: 12px;
}

.v799-career-meta b {
  color: #222b39;
  font-size: 13px;
}

.v799-career-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v799-career-actions button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

body.dark-mode .v799-quick-grid a,
body.dark-mode .v799-career-card,
body.dark-mode .v799-tabs button.is-active {
  color: #eef1f6;
  background: #20242c;
  border-color: #383e49;
}

body.dark-mode .v799-data-note {
  background: #302817;
  border-color: #5d4820;
  color: #f2d28b;
}

body.dark-mode .v799-saved-card,
body.dark-mode .v799-notification-list a {
  border-color: #383e49;
}

body.dark-mode .v799-career-meta > span,
body.dark-mode .v799-tabs,
body.dark-mode .v799-file-box {
  background: #191d24;
  border-color: #383e49;
}

body.dark-mode .v799-career-meta b {
  color: #eef1f6;
}

@media (max-width: 1100px) {
  .v799-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v799-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .v799-title-only,
  .v799-page-intro {
    padding: 18px;
  }

  .v799-title-only h1 {
    font-size: 23px;
  }

  .v799-quick-grid,
  .v799-store-location,
  .v799-career-meta {
    grid-template-columns: 1fr;
  }

  .v799-saved-card {
    grid-template-columns: 1fr;
  }

  .v799-saved-main {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .v799-saved-image {
    width: 86px;
  }

  .v799-saved-card > button {
    width: 100%;
  }

  .v799-career-head {
    flex-direction: column;
  }

  .v799-career-actions .api-btn {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }
}
