.studio-thumb-screen,
.studio-thumb-card,
.studio-thumb-row,
.studio-thumb-column,
.studio-thumb-stack,
.studio-thumb-grid,
.studio-thumb-scroll,
.studio-thumb-feedback,
.studio-thumb-component {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.studio-thumb-screen {
  padding: 5px 5px 4px;
  border: 1px solid #cbd7e5;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.06);
}

.studio-thumb-screen-head {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 6px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8edf4;
}

.studio-thumb-screen-head i:first-child {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #1e293b;
}

.studio-thumb-screen-head i:last-child {
  width: 7px;
  height: 7px;
  border: 1px solid #b8c7d9;
  border-radius: 50%;
}

.studio-thumb-screen-title {
  display: block !important;
  width: 32px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 999px;
  background: #0f172a;
}

.studio-thumb-screen-card {
  display: block !important;
  width: 100%;
  height: 7px;
  border: 1px solid #b9dcf7;
  border-radius: 3px;
  background: #eff8ff;
}

.studio-thumb-screen-card + .studio-thumb-screen-card {
  margin-top: 3px;
  border-color: #b9e1ce;
  background: #effbf4;
}

.studio-thumb-screen-nav {
  position: absolute;
  right: 4px;
  bottom: 3px;
  left: 4px;
  display: flex !important;
  justify-content: space-around;
  height: 4px;
  border-top: 1px solid #e5ebf3;
}

.studio-thumb-screen-nav i {
  width: 5px;
  height: 2px;
  margin-top: 2px;
  border-radius: 999px;
  background: #9fb2c8;
}

.studio-thumb-screen-nav i:first-child {
  background: #3b82f6;
}

.studio-thumb-template {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #cbd7e5;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.06);
}

.studio-thumb-template-auth {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 4px 8px;
  background: linear-gradient(145deg, #ffffff 0 70%, #eef5ff 70% 100%);
}

.studio-thumb-template-auth-brand,
.studio-thumb-template-topline,
.studio-thumb-template-detail-head,
.studio-thumb-template-settings-profile,
.studio-thumb-template-list-tools {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.studio-thumb-template-auth-brand {
  width: 100%;
  height: 5px;
}

.studio-thumb-template-auth-brand i {
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #1d4ed8;
}

.studio-thumb-template-auth-brand b {
  width: 6px;
  height: 6px;
  border: 1px solid #93c5fd;
  border-radius: 50%;
  background: #dbeafe;
}

.studio-thumb-template-heading {
  display: block !important;
  width: 27px;
  height: 3px;
  margin: 5px 0 4px;
  border-radius: 999px;
  background: #172554;
}

.studio-thumb-template-field {
  display: block !important;
  width: 100%;
  height: 6px;
  margin-top: 3px;
  border: 1px solid #cbd5e1;
  border-radius: 3px;
  background: #f8fafc;
}

.studio-thumb-template-action {
  display: block !important;
  width: 25px;
  height: 6px;
  margin-top: 4px;
  border-radius: 3px;
  background: #2563eb;
}

.studio-thumb-template-dashboard {
  padding: 4px 4px 3px;
  background: #f8fbff;
}

.studio-thumb-template-topline {
  height: 5px;
  border-bottom: 1px solid #e2e8f0;
}

.studio-thumb-template-topline i {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #0f172a;
}

.studio-thumb-template-topline b {
  width: 8px;
  height: 4px;
  border-radius: 999px;
  background: #93c5fd;
}

.studio-thumb-template-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  margin-top: 4px;
}

.studio-thumb-template-metrics i {
  display: block;
  height: 10px;
  border: 1px solid #bfdbfe;
  border-radius: 3px;
  background: #eff6ff;
}

.studio-thumb-template-metrics i:nth-child(2) {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.studio-thumb-template-metrics i:nth-child(3) {
  border-color: #fde68a;
  background: #fffbeb;
}

.studio-thumb-template-chart {
  display: flex !important;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
  margin-top: 4px;
  padding: 3px 5px 2px;
  border: 1px solid #dbe4ef;
  border-radius: 3px;
  background: #ffffff;
}

.studio-thumb-template-chart i {
  display: block;
  flex: 1;
  height: 35%;
  border-radius: 2px 2px 0 0;
  background: #93c5fd;
}

.studio-thumb-template-chart i:nth-child(2) {
  height: 70%;
  background: #60a5fa;
}

.studio-thumb-template-chart i:nth-child(3) {
  height: 50%;
  background: #34d399;
}

.studio-thumb-template-chart i:nth-child(4) {
  height: 85%;
  background: #2563eb;
}

.studio-thumb-template-detail {
  padding: 5px;
  background: #ffffff;
}

.studio-thumb-template-detail-head {
  justify-content: flex-start;
  gap: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e8f0;
}

.studio-thumb-template-detail-head > i,
.studio-thumb-template-settings-profile > i {
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #dbeafe;
  border-radius: 50%;
  background: #64748b;
}

.studio-thumb-template-detail-head > span,
.studio-thumb-template-settings-profile > span {
  display: grid !important;
  gap: 3px;
}

.studio-thumb-template-detail-head b,
.studio-thumb-template-detail-head em,
.studio-thumb-template-settings-profile b,
.studio-thumb-template-settings-profile em {
  display: block;
  height: 3px;
  border-radius: 999px;
}

.studio-thumb-template-detail-head b,
.studio-thumb-template-settings-profile b {
  width: 25px;
  background: #334155;
}

.studio-thumb-template-detail-head em,
.studio-thumb-template-settings-profile em {
  width: 18px;
  background: #cbd5e1;
}

.studio-thumb-template-detail-rows {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 5px 6px;
  align-content: center;
  height: calc(100% - 22px);
}

.studio-thumb-template-detail-rows i,
.studio-thumb-template-detail-rows b {
  display: block;
  height: 3px;
  border-radius: 999px;
}

.studio-thumb-template-detail-rows i {
  background: #94a3b8;
}

.studio-thumb-template-detail-rows b {
  background: #dbe4ef;
}

.studio-thumb-template-form {
  padding: 4px 7px;
  background: #ffffff;
}

.studio-thumb-template-form .studio-thumb-template-heading {
  align-self: flex-start;
  margin: 1px 0 4px;
}

.studio-thumb-template-form .studio-thumb-template-field-short {
  width: 65%;
}

.studio-thumb-template-form .studio-thumb-template-action {
  align-self: flex-end;
  margin-top: 4px;
}

.studio-thumb-template-list {
  padding: 4px 5px;
  background: #ffffff;
}

.studio-thumb-template-list-tools {
  height: 8px;
  margin-bottom: 3px;
}

.studio-thumb-template-list-tools i {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #0f172a;
}

.studio-thumb-template-list-tools b {
  width: 17px;
  height: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 3px;
  background: #f8fafc;
}

.studio-thumb-template-list-row {
  display: grid !important;
  grid-template-columns: 8px 1fr 4px;
  align-items: center;
  gap: 4px;
  height: 8px;
  border-bottom: 1px solid #e2e8f0;
}

.studio-thumb-template-list-row > i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #93c5fd;
}

.studio-thumb-template-list-row > span {
  display: grid !important;
  gap: 2px;
}

.studio-thumb-template-list-row > span b,
.studio-thumb-template-list-row > span em {
  display: block;
  height: 2px;
  border-radius: 999px;
}

.studio-thumb-template-list-row > span b {
  width: 25px;
  background: #475569;
}

.studio-thumb-template-list-row > span em {
  width: 18px;
  background: #cbd5e1;
}

.studio-thumb-template-list-row > b {
  width: 4px;
  height: 4px;
  border-top: 1px solid #64748b;
  border-right: 1px solid #64748b;
  transform: rotate(45deg);
}

.studio-thumb-template-settings {
  padding: 4px 5px;
}

.studio-thumb-template-settings-profile {
  justify-content: flex-start;
  gap: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e8f0;
}

.studio-thumb-template-settings-profile > i {
  width: 14px;
  height: 14px;
  border-width: 2px;
  background: #a78bfa;
}

.studio-thumb-template-settings-title {
  display: block !important;
  width: 19px;
  height: 3px;
  margin: 5px 0 2px;
  border-radius: 999px;
  background: #475569;
}

.studio-thumb-template-settings-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 7px;
  border-bottom: 1px solid #eef2f7;
}

.studio-thumb-template-settings-row > b {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #64748b;
}

.studio-thumb-template-settings-row > i {
  display: block;
  width: 12px;
  height: 6px;
  border-radius: 999px;
  background: #bfdbfe;
  box-shadow: inset 5px 0 0 #2563eb;
}

