.skillpilot-auth {
  background: #f5f7fb;
}

.skillpilot-auth-page .account-form {
  min-height: 100vh;
}

.skillpilot-auth-page .account-form-inner {
  overflow-y: auto;
}

.skillpilot-auth-page .account-head {
  background-size: cover;
}

.skillpilot-auth-logo {
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
}

.skillpilot-auth-page .account-container {
  width: min(100% - 32px, 420px);
}

.skillpilot-auth-page .account-container.skillpilot-register-container {
  max-width: 980px;
  width: min(100% - 32px, 980px);
  padding: 40px 0;
}

.skillpilot-auth-page .heading-bx .title-head {
  line-height: 1.2;
}

.skillpilot-auth-page .contact-bx .form-group {
  margin-bottom: 20px;
}

.skillpilot-auth-page .contact-bx .input-group {
  display: block;
}

.skillpilot-auth-page .contact-bx .input-group label {
  display: block;
  margin-bottom: 6px;
  position: static;
  color: #606060;
  font-size: 14px;
}

.skillpilot-auth-page .contact-bx .form-control,
.skillpilot-auth-page .contact-bx .form-select {
  min-height: 48px;
}

.skillpilot-auth-page .contact-bx .form-check-input {
  margin-top: .2rem;
}

.skillpilot-auth-page section.bg-white.border.rounded-2,
.skillpilot-auth-page article.border.rounded-2 {
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08);
}

.skillpilot-auth-page article.border.rounded-2 {
  background: #fff;
}

.skillpilot-auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 48px 0;
}

.skillpilot-header-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.skillpilot-header-logo-wide {
  width: 160px;
  height: 32px;
  object-fit: contain;
}

.skillpilot-sidebar-logo {
  max-width: 122px;
  max-height: 44px;
  object-fit: contain;
}

.skillpilot-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #4c1864;
  color: #fff;
  font-weight: 700;
}

.ttr-wrapper .bg-white.border.rounded-2,
.ttr-wrapper .card {
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08);
}

.ttr-wrapper section.bg-white.border.rounded-2 {
  margin-bottom: 30px;
}

.ttr-wrapper .table {
  color: #444;
}

.alert,
.ttr-wrapper .alert,
.skillpilot-auth-page .alert {
  font-family: Arial, Helvetica, sans-serif;
}

.ttr-wrapper .table thead th {
  border-bottom-width: 1px;
  color: #111;
  font-weight: 600;
}

.ttr-wrapper .form-control,
.ttr-wrapper .form-select {
  min-height: 44px;
  border-color: #e1e6eb;
  border-radius: 4px;
}

.ttr-wrapper textarea.form-control {
  min-height: auto;
}

.ttr-wrapper .btn {
  border-radius: 4px;
}

.ttr-wrapper .btn-primary,
.skillpilot-auth-wrapper .btn-primary,
.skillpilot-auth-page .btn-primary {
  background: #4c1864;
  border-color: #4c1864;
}

.ttr-wrapper .btn-outline-primary,
.skillpilot-auth-wrapper .btn-outline-primary,
.skillpilot-auth-page .btn-outline-primary {
  color: #4c1864;
  border-color: #4c1864;
}

.ttr-wrapper .btn-outline-primary:hover,
.skillpilot-auth-wrapper .btn-outline-primary:hover,
.skillpilot-auth-page .btn-outline-primary:hover {
  background: #4c1864;
  border-color: #4c1864;
  color: #fff;
}

.ttr-wrapper .nav-tabs .nav-link {
  border-radius: 4px 4px 0 0;
}

.ttr-wrapper .accordion-button {
  font-size: inherit;
}

.ttr-wrapper .collapse:not(.show) {
  display: none;
}

[data-html-editor] [contenteditable] {
  min-height: 140px;
}

.skillpilot-calendar-arrow {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.skillpilot-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-left: 1px solid #e6ebf1;
  border-top: 1px solid #e6ebf1;
}

.skillpilot-calendar-weekday {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #f7f9fc;
  border-right: 1px solid #e6ebf1;
  border-bottom: 1px solid #e6ebf1;
  color: #1f2933;
  font-weight: 600;
  font-size: 13px;
}

.skillpilot-calendar-day {
  min-height: 118px;
  border: 0;
  border-right: 1px solid #e6ebf1;
  border-bottom: 1px solid #e6ebf1;
  background: #fff;
  color: #111827;
  text-align: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
}

.skillpilot-calendar-day:hover,
.skillpilot-calendar-day.is-active {
  background: #f4eff8;
  box-shadow: inset 0 0 0 2px #4c1864;
}

.skillpilot-calendar-day.is-outside {
  background: #fafafa;
  color: #8c95a1;
}

.skillpilot-calendar-day.is-today .skillpilot-calendar-date {
  background: #4c1864;
  color: #fff;
}

.skillpilot-calendar-date {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.skillpilot-calendar-holiday,
.skillpilot-calendar-count {
  display: inline-flex;
  max-width: 100%;
  min-height: 24px;
  align-items: center;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 1.3;
}

.skillpilot-calendar-holiday {
  background: #fff1f1;
  color: #a52828;
}

.skillpilot-calendar-count {
  background: #eaf3ff;
  color: #1f5f99;
}

.skillpilot-calendar-details {
  margin-top: 24px;
}

.skillpilot-calendar-panel {
  border-top: 1px solid #e6ebf1;
  padding-top: 20px;
}

.skillpilot-calendar-event {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #eef2f6;
}

.skillpilot-calendar-event:first-of-type {
  border-top: 0;
}

.skillpilot-calendar-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: 0 0 12px;
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .skillpilot-calendar-grid {
    grid-template-columns: repeat(7, minmax(42px, 1fr));
    overflow-x: auto;
  }

  .skillpilot-calendar-weekday {
    min-height: 36px;
    padding: 6px 4px;
    font-size: 11px;
  }

  .skillpilot-calendar-day {
    min-height: 92px;
    padding: 6px;
  }

  .skillpilot-calendar-holiday,
  .skillpilot-calendar-count {
    font-size: 10px;
    padding: 2px 5px;
  }
}

.skillpilot-public .header .menu-logo img,
.skillpilot-public .pt-logo img {
  max-height: 44px;
  width: auto;
}

.skillpilot-school-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.skillpilot-school-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, .64);
}

.skillpilot-school-hero .container {
  position: relative;
  z-index: 1;
}

.skillpilot-school-hero h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
}

.skillpilot-school-hero p {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.55;
}

.skillpilot-school-logo {
  max-height: 90px;
  max-width: 260px;
  object-fit: contain;
  background: rgba(255, 255, 255, .9);
  border-radius: 4px;
  padding: 10px;
}

.skillpilot-public-panel {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08);
  padding: 24px;
}

.skillpilot-public-copy p,
.skillpilot-public-copy li {
  font-size: 16px;
  line-height: 1.75;
}

.skillpilot-osm-map {
  min-height: 430px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08);
}

.skillpilot-map-pin {
  width: 30px !important;
  height: 42px !important;
  background: transparent;
  border: 0;
}

.skillpilot-map-pin span {
  display: block;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  transform: rotate(-45deg);
}

.skillpilot-marketing-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.skillpilot-marketing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 14, 46, .88), rgba(25, 14, 46, .55));
}

.skillpilot-marketing-hero .container {
  position: relative;
  z-index: 1;
}

.skillpilot-marketing-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.05;
}

.skillpilot-marketing-hero p {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.6;
}

.skillpilot-price {
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #4c1864;
}

.skillpilot-svg-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2edf7;
  color: #4c1864;
  margin-bottom: 16px;
}

.skillpilot-svg-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skillpilot-demo-banner {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #1f2937;
  color: #fff;
  padding: 10px 16px;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
}

.skillpilot-demo-banner a {
  color: #ffd166;
  font-weight: 700;
  margin-left: 8px;
}

body.ttr-opened-sidebar .skillpilot-demo-banner {
  position: fixed;
  left: 0;
  right: 0;
  min-height: 40px;
}

body.ttr-opened-sidebar .skillpilot-demo-banner + .ttr-header {
  top: 40px;
}

body.ttr-opened-sidebar .skillpilot-demo-banner ~ .ttr-sidebar {
  top: 40px;
}

body.ttr-opened-sidebar .skillpilot-demo-banner ~ .ttr-wrapper {
  padding-top: 135px;
}

.skillpilot-color-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.skillpilot-color-option input {
  position: absolute;
  opacity: 0;
}

.skillpilot-color-option span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #cfd6df;
}

.skillpilot-color-option input:checked + span {
  box-shadow: 0 0 0 3px #111827;
}
