#content-area .entry-title {
    display: none;
}

#content-area #sidebar{
	display: none;
}
.step-box .section-header-row .header h2{
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 35px;
	color: #005D98;
}
.stepFormWrapper .step-box {
   margin-bottom: 40px;
    background: #f3fafda1;
    display: none;
}

.stepFormWrapper .step-box.active {
    display: block;
}
@media (min-width: 981px) {
    .et_right_sidebar #main-content .container:before {
        right: none;
    }
}
@media (min-width: 1170px) {
    .et_right_sidebar #main-content .container:before {
        right: none;
    }
}
.stepFormWrapper .forPadding h2 {
    margin-top: 0;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #484848;
}
.stepFormWrapper #step1 p {
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
	margin: 15px 0px 0px 0px;
    color: #565656;
	padding: 0px;
    line-height: 35px;
}
select.begin-tutorial-field {
    margin: 10px 0px;
	padding: 7px;
    border-radius: 5px; font-size:15px;
}
.core-skill-title, .core-skill-title2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    color: #484848;
}

.select-rating-title {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 25px;
    color: #484848;
    line-height: 45px;
}

.step-box .skill-row {
    border-top: 1px solid #dcdcdc78;
    padding: 15px 20px;
    display: flex;
	width: 100%;
    justify-content: space-between;
	background: #ffffff;
}

.step-box .skill-text {
    flex: 1;
    color: #565656;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
	width: 75%;
}

.legend-row span {
    border-radius: 3px;
}
.footer-wrapper .legend-row p {
    text-transform: uppercase;
    color: #005D98;
    font-weight: 600;
}
.legend-row {
    display: flex;
    gap: 20px;
    padding: 10px 15px;
    margin:10px 20px 30px 20px;
    border-radius: 8px;	
	flex-wrap: wrap;
    
}
.select-rating-title{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.level-section br {
    display: none;
}
.rating-box .rating-required {
    display: none;
}
.step-box .skill-row .rating-box{
	width: 25%;
	text-align: end;
}
/* Rating tick boxes */
.rating-box .rating-option {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 20px;
    position: relative;
}

.rating-green {
    background: #4caf50;
}

.rating-yellow {
    background: #ff9800;
}

.rating-red {
    background: #f44336;
}
.rating-option.selected::after {
    content: "✓";
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Legend */
.legend-row span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #565656;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}

.footer-wrapper .legend-row {
    background: #f6fbfe;
	    align-items: center;
}
/* Buttons */
.yes-btn {
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
}

.prev-btn {
    background: #ffffff;
    color: #484848;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    padding: 7px 15px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #565656;
	border-radius:5px;
}

.prev-btn:hover {
    border: 2px solid #005D98;
    background: #005D98;
    color: #ffffff;
}

.yes-btn {
    background: #005D98;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #005D98;
	border-radius:5px;
}

.scorecard-btn {
/*     background: #005D98; */
/*     padding: 11px 15px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
	border-radius:5px;
    color: #ffffff;
/*     border: 2px solid #005D98; */
}
.scorecard-btn {
    background: #27af5b;
    border: 1px solid #27af5b;
    padding: 7.5px 25px;
}
.scorecard-btn:hover,
.yes-btn:hover, #print-btn:hover {
    background: #ffffff;
    color: #484848;
    font-weight: 500;
    border: 2px solid #565656;
}
.gotoClassroom-btn{
	background: #005D98;
    padding: 7px 25px;
    cursor: pointer;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #005D98;
		border-radius:5px;
}

.next-btn {
	margin-left: 15px;
    padding: 7px 25px;
    border: 2px solid #005D98;
    font-size: 16px;
    background: #005D98;
    color: #ffffff;
    font-family: 'Raleway';
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    align-content: baseline;
		border-radius:5px;
}

.next-btn:hover {
    background: #ffffff;
    color: #484848;
    border: 2px solid #565656;
}

.no-btn {
	margin-left: 15px;
    background: #ffffff;
    color: #484848;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #565656;
}

.no-btn:hover {
    background: #005D98;
    color: #ffffff;
    border: 2px solid #005D98;
}

.buttons-row {
    text-align: right;
    margin-top: 10px;
    padding: 0px 20px 20px 0px;
}

.yesno-row button {
    margin-right: 10px;
}

.forPadding {
    padding: 30px;
}

.section-header-row {
    padding: 30px 30px 10px 30px;
}

.score-section {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #fff;
}

.competent {
    background: #1e8c3f;
	padding: 20px;
	    margin: 20px auto;
}
.competent h3, .developing h3, .needs-support h3{
    color: white;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Raleway';
}
ul#competentList li, ul#needsSupportList li, ul#developingList li {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway';
}
.developing {
    background: #e8a317;
	padding: 20px;
	margin: 20px auto;
}

.needs-support {
    background: #c62828;
	padding: 20px;
	    margin: 20px auto;
}

.rating-box .visually-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}
.rating-box .rating-required {
    position: RELATIVE;
    opacity: 0;
    pointer-events: none;
    width: 20%;
    height: 1px;
    margin: 0 ;
    padding: 0;
    border: none;
}
#step_learning_plan .lp-box {
    background: #F3F3F3;
    margin: 20px 0;
    padding: 25px;
    border-left: 5px solid #005D98;
}

#step_learning_plan .learning_plan p {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #565656;
}
#learningPlanContainer .lp-box h3{
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
}
#learningPlanContainer .lp-box ul li {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
	color: #565656;
}

#learningPlanContainer .lp-box ul {
	margin: 0;
	padding: 0;
}

#learningPlanContainer .lp-box ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}

#learningPlanContainer .lp-box ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #005D98;
	font-weight: bold;
}

#learningPlanContainer button.bTScored {
    background: #ffffff;
    color: #484848;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    padding: 7px 15px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #565656;
}
#learningPlanContainer button.bTScored:hover{
    background: #ffffff;
    color: #484848;
    border: 2px solid #565656;
}
.custom-popup{
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.custom-popup .popup-inner{
    background:#fff;
    padding:30px;
    width:400px;
    border-radius:10px;
    position:relative;
    text-align:center;
}

.custom-popup .closePopup{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
    font-weight:bold;
}
#step_scorecard .forPadding .score-summary-box {
    display: flex;
    width: 100%;
}
#step_scorecard .forPadding .score-summary-box  p {
    padding-bottom: 0;
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    color: #000;
    font-weight: bold;
	padding: 10px;
	background-color: #F3F3F3 ; 	
}
.totalScore {
    text-align: center;
}

/* Equal Circle Boxes */
.fraction1, .fraction2 {
    width: 120px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005d9817;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
}

.fraction1 .middle,
.fraction2 .middle {
    display: block;
}
/* Fix the fraction alignment */
.fraction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 115px;
    background-color: #005d9817;
    border-radius: 50%;
    font-size: 18px;
}

/* Make numerator & denominator centered and line shorter */
.fraction .top {
    border-bottom: 2px solid #000;
    width: 30%;   
    text-align: center;
    padding-bottom: 3px;
}

.fraction .bottom {
    width: 30%;
    text-align: center;
    padding-top: 0px;
}
.forPadding p:not(.has-background):last-of-type {
    padding-bottom: 15px;
}
/* ============================================================
   stepform.css  –  West GTA Stroke Network Step Form styles
   ============================================================ */

/* ── Loading / error states ── */
.lp-loading,
.lp-error {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}
.lp-error { color: #c62828; }

/* ── Section wrapper ── */
.lp-section {
    margin-bottom: 32px;
}

/* ── Tier title bar ── */
.lp-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lp-title.green  { color: #2e7d32; }
.lp-title.yellow { color: #f57c00; }
.lp-title.red    { color: #c62828; }

/* ── Coloured circle bullet beside tier title ── */
.lp-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Intro text & extras ── */
.lp-text {
    font-size: 13px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.6;
}



/* ── Resource / category blocks ── */
.lp-resource-box {
    border: 1px solid #ddd;
    padding: 16px 18px;
    margin-bottom: 16px;
    border-radius: 6px;
}
.lp-resource-box--green  { border-left: 5px solid #2e7d32; }
.lp-resource-box--yellow { border-left: 5px solid #f57c00; }

.lp-priority-box {
    border: 1px solid #ddd;
    border-left: 5px solid #c62828;
    padding: 16px 18px;
    margin-bottom: 16px;
    border-radius: 6px;
}

/* ── Headings inside blocks ── */
.lp-cat-heading {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #111;
}
.lp-subheading {
    color: #0070c0;
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 4px;
}
.lp-subheading-label {
    font-weight: bold;
    font-size: 13px;
    margin: 8px 0 4px;
    color: #333;
}

/* ── Lists inside blocks ── */
.lp-resource-box ul,
.lp-priority-box ul {
    margin: 6px 0 10px 20px;
}
.lp-resource-box li,
.lp-priority-box li {
    margin-bottom: 4px;
    font-size: 13px;
}
.lp-resource-box a,
.lp-priority-box a {
    color: #0070c0;
    text-decoration: none;
}
.lp-resource-box a:hover,
.lp-priority-box a:hover {
    text-decoration: underline;
}

/* ── Disclaimer footer ── */
.lp-disclaimer {
    font-size: 11px;
    color: #555;
    border-top: 1px solid #ccc;
    padding-top: 14px;
    margin-top: 24px;
    line-height: 1.6;
}

/* ── Action buttons (hidden in print) ── */
.lp-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── Scorecard ── */
.sc-snapshot {
    margin-bottom: 24px;
}
.sc-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 520px;
    font-size: 15px;
}
.sc-table td {
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
}
.sc-table td:first-child { color: #555; }
.sc-bold { font-weight: bold; }

.sc-breakdown-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #222;
}
.sc-cat-row {
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 15px;
}
.sc-cat-name {
    min-width: 260px;
    color: #333;
}
.sc-cat-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.sc-dots {
    display: inline-flex;
    gap: 3px;
}
.sc-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.sc-dot-green  { background: #2e7d32; }
.sc-dot-yellow { background: #f57c00; }
.sc-dot-red    { background: #c62828; }

/* Tier dot (used in scorecard summary row) */
.sc-tier-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}

.sc-cat-pct,
.sc-cat-label,
.sc-tier-green,
.sc-tier-yellow,
.sc-tier-red {
    font-size: 12px;
    font-weight: bold;
}
.sc-tier-green,
.sc-cat-pct.sc-tier-green,
.sc-cat-label.sc-tier-green  { color: #2e7d32; }

.sc-tier-yellow,
.sc-cat-pct.sc-tier-yellow,
.sc-cat-label.sc-tier-yellow { color: #f57c00; }

.sc-tier-red,
.sc-cat-pct.sc-tier-red,
.sc-cat-label.sc-tier-red    { color: #c62828; }

.sc-no-data { color: #999; font-style: italic; }
.sc-empty   { color: #999; font-style: italic; padding: 10px 0; }

/* ── Category selector (step 1) ── */
.sf-cat-intro {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}
.sf-cat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.sf-cat-item {
    padding: 5px 0;
    font-size: 15px;
}
.sf-cat-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.sf-locked label { color: #777; cursor: default; }

.sf-lock-badge {
    font-size: 10px;
    background: #e3f2fd;
    color: #1565c0;
    border-radius: 3px;
    padding: 1px 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ── Print styles ── */
@media print {
    .lp-actions,
    .no-print {
        display: none !important;
    }
    .lp-resource-box,
    .lp-priority-box,
    .lp-section {
        page-break-inside: avoid;
    }
    body {
        padding: 15px;
    }
}
.level-section {
    border-radius: 8px;
    margin:10px 30px 30px 30px;
}
.level-heading {
    border-left: 0;
    border-radius: 8px 8px 0 0;
    padding: 15px;
    margin-bottom: 0;
    background: #005D98;
color:#fff;
    font-size: 20px;
    font-weight: 700;
  /*   padding: 8px 14px;
    border-radius: 4px;
    margin-bottom: 10px; */
}
/* .level-heading-team {
    margin-bottom: 0;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background: #e3f2fd;
    color: #005D98;
    border-left: 5px solid #005D98; 
} */
.core-skill-title2 {
    font-size: 18px !important;
    margin-right: 20px;
    line-height: normal;
}
.core-skill-title {
    font-size: 22px;
}
/* .level-heading-clinician {
    background: #e3f2fd;
    color: #005D98;
    border-left: 5px solid #005D98;
} */
.level-optional-tag {
    font-size: 13px;
    font-weight: 500;
    color: #ffff;
    display: block;
    margin-top: 3px;
}
p.core-skill-title, p.core-skill-title2{
	padding-bottom:0px !important;
}
.clinician-level-section.is-empty { opacity: 0.55; }
.level-empty-note { font-size: 13px; color: #999; font-style: italic; margin: 4px 0 12px; }


@media (max-width: 982px) {
.footer-wrapper .legend-row {
    width: 100%;
}
.footer-wrapper {
    justify-content: center !important;
}	
.buttons-row {
    margin-top: 0;
}	
	.level-section {
    margin: 10px 10px 15px 10px;
}
}

