/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
/* Global Dashboard Reset */
.blueprint-dashboard {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f8fafc;
  color: #0f172a;
  display: flex;
  min-height: 100vh;
  margin: -20px;
  /* Counteracts default Joomla article padding */
}
/* Left Sidebar */
.bp-sidebar {
  width: 250px;
  background-color: #f1f5f9;
  padding: 30px 20px;
  flex-shrink: 0;
  border-right: 1px solid #e2e8f0;
}
.bp-sidebar a {
  display: block;
  padding: 12px 20px;
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.2s;
}
.bp-sidebar a.active {
  background-color: #0f4c5c;
  color: #ffffff;
}
.bp-sidebar a:hover:not(.active) {
  background-color: #e2e8f0;
}
/* Main Content Area */
.bp-main {
  flex-grow: 1;
  padding: 40px;
  max-width: 1200px;
}
/* Top App Bar (Inside Main for alignment) */
.bp-top-bar {
  background-color: #0f4c5c;
  color: white;
  border-radius: 12px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.bp-top-bar .brand {
  font-size: 1.25rem;
  font-weight: 800;
}
.bp-top-bar .workspace {
  opacity: 0.8;
  font-size: 0.9rem;
}
.bp-top-bar .user-badge {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
/* Welcome Header */
.bp-welcome-title {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 5px;
  color: #0f4c5c;
}
.bp-welcome-sub {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 500;
}
.bp-btn-primary {
  background-color: #0f4c5c;
  color: white;
  border-radius: 20px;
  padding: 10px 24px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  display: inline-block;
}
.bp-btn-primary:hover {
  background-color: #0b3d4a;
  color: white;
}
/* Cards */
.bp-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  height: 100%;
}
.bp-card-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #0f172a;
}
/* Journey Timeline */
.bp-timeline-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
}
.bp-timeline-line {
  position: absolute;
  top: 22px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #cbd5e1;
  z-index: 1;
}
.bp-step {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #ffffff;
  padding: 0 10px;
  width: 110px;
}
.bp-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  color: white;
  margin: 0 auto 10px;
}
.bp-circle.teal {
  background-color: #0f4c5c;
}
.bp-circle.orange {
  background-color: #f59e0b;
}
.bp-circle.grey {
  background-color: #cbd5e1;
}
.bp-step-title {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.2;
}
.bp-step-status {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 5px;
}
/* Typography & Utilities */
.text-teal {
  color: #0f4c5c !important;
}
.text-orange {
  color: #f59e0b !important;
}
.fs-huge {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
/* Progress Bars */
.bp-progress-bg {
  background: #e2e8f0;
  height: 10px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.bp-progress-fill {
  background: #0f4c5c;
  height: 100%;
  border-radius: 5px;
}
/* Tags & Alerts */
.bp-tag {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  color: white;
  display: inline-block;
  text-align: center;
  width: 50px;
  margin-right: 12px;
}
.bg-red {
  background-color: #dc2626;
}
.bg-orange {
  background-color: #f59e0b;
}
.bg-grey {
  background-color: #64748b;
}
.bp-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  flex-shrink: 0;
}
/* Lists */
.bp-list-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}
.bp-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bp-list-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}
/* Action Plan Mini Progress */
.mini-prog-bg {
  width: 35px;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  margin-left: auto;
}
.mini-prog-fill {
  height: 100%;
  background: #0f4c5c;
  border-radius: 4px;
}
/* Small Buttons */
.bp-btn-sm {
  background-color: #0f4c5c;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  border: none;
}
.bp-btn-sm-grey {
  background-color: #e2e8f0;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  border: none;
  cursor: not-allowed;
}
/*# sourceMappingURL=custom_15.css.map */