@import "buttons.css";
@import "table.css";
@import "tabs.css";
@import "form.css";
@import "grid.css";
@import "message.css";

#content {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tsb_h2_v2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.tsb_dashboard-content_v2 {
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

.tsb_onboarding {
  margin-top: 20px;
}

.tsb_onboarding-hero {
  text-align: center;
  margin-bottom: 16px;
}

.tsb_onboarding-hero-title {
  font-size: 20px;
  font-weight: 700;
  color: #0a2658;
}

.tsb_onboarding-hero-subtitle {
  color: #6b778c;
  font-weight: 500;
}

.tsb_onboarding-content {
  padding: 24px;
  display: flex;
  justify-content: center;
}

.tsb_onboarding-panel {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(10, 38, 88, 0.08);
  width: 100%;
  max-width: 720px;
}


.tsb_onboarding-panel-title {
  font-weight: 700;
  color: #0a2658;
}

.tsb_onboarding-panel-meta {
  font-size: 12px;
  color: #7a8698;
}

.tsb_onboarding-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tsb_onboarding-step {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f5f7fb;
  border: 1px solid #e6ebf3;
  border-radius: 10px;
  padding: 14px 16px;
  position: relative;
}

.tsb_onboarding-step.is-done {
  background: #f1f3f7;
  border-color: #e2e6ef;
}

.tsb_onboarding-step.is-next {
  background: #fff7f7;
  border-color: #eb5957;
  box-shadow: 0 0 0 1px rgba(235, 89, 87, 0.15);
}

.tsb_onboarding-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a2658;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.tsb_onboarding-step.is-next .tsb_onboarding-step-index {
  background: #eb5957;
}

.tsb_onboarding-step.is-done .tsb_onboarding-step-index {
  background: #9aa6b2;
}

.tsb_onboarding-step-content {
  flex: 1;
  min-width: 0;
}

.tsb_onboarding-step-title {
  font-weight: 700;
  color: #0a2658;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tsb_onboarding-step-description {
  color: #6b778c;
  font-weight: 500;
  margin-top: 4px;
}

.tsb_onboarding-step-tag {
  background: #eb5957;
  color: #fff;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.tsb_onboarding-step-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.tsb_onboarding-cta {
  border-radius: 999px;
  padding: 10px 18px;
  min-width: 170px;
  text-align: center;
}

.tsb_onboarding-step-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f6ee;
  color: #2f7a45;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 12px;
}

.tsb_onboarding-step-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #e2e6ef;
  background: #fff;
  color: #7c8797;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tsb_onboarding-step-dismiss:hover {
  border-color: #c9d1de;
  color: #0a2658;
}

@media (max-width: 979px) {
  .tsb_onboarding-step {
    flex-direction: column;
    align-items: flex-start;
  }

  .tsb_onboarding-step-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .tsb_onboarding-cta {
    width: 100%;
  }
}

.background_tsb_red {
  background-color: #0a2658;
  color: white;
}

.background_tsb_green {
  background-color: #2ebf68 !important;
  color: #ffffff;
}
