.arrowCpd2026-portal{
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    /* margin-top: 10px; */
    margin-right: 6%;
    /* background-color: #ededed; */
    /* width: 50%; */
    /* padding-bottom: 40px; */
    /* padding-top: 10px; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* border-radius: 8px; */
    position: relative;
    color: #fff;
    padding: 24px 32px;
    overflow: hidden;
    background: /* Blue stripes */ linear-gradient(135deg, transparent 0 18%, rgba(0, 120, 255, 0.0) 18% 19%, rgb(0 120 255 / 0%) 19% 20.5%, transparent 20.5% 23%, rgb(0 120 255 / 0%) 23% 24.5%, transparent 24.5% 27%, rgb(0 120 255 / 0%) 27% 28.5%, transparent 28.5% 100%), /* Soft glow near stripes */ radial-gradient(circle at 18% 30%, rgba(0, 140, 255, 0.35), transparent 55%), /* Vignette lighting */ radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), transparent 60%), /* “Carbon” texture: tiny checker pattern */ linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 25%, transparent 25% 50%, rgba(255, 255, 255, 0.06) 50% 75%, transparent 75% 100%);
    background-color: #161616;
    background-size: 100% 100%, /* stripes */ 100% 100%, /* glow */ 100% 100%, /* vignette */ 10px 10px;
    background-blend-mode: screen, screen, normal, overlay;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    border: 1px solid;
    border-radius: 6px;
    height: 1000px;
    margin-top: -100px!important;
    margin-left: -160px!important;
    width: 1600px;	
}
.arrowCpd2026-portal h2 {
	position: relative;
	display: block;
	width: 100%;
	padding: 14px 0;
	padding-left: 4%;
	margin: 20px 0 30px;
	background: #0a2b5c00;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
	/*text-align: center;*/
	box-sizing: border-box;
}


/* Left ribbon cut */
.arrowCpd2026-portal h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 20px solid #ffffff; /* background colour */
}


/* Right ribbon cut */
.arrowCpd2026-portal h2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-right: 20px solid #ffffff; /* background colour */
}

.arrowCpd2026-portal h3{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: right;

	width: 260px;   /* fixed width for symmetry */
	height: 36px;

	background: #009933;
	color: #fff;

	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;

	box-sizing: border-box;

	background: linear-gradient(135deg, transparent 0 18%, rgba(0, 120, 255, 0.0) 18% 19%, rgb(30 187 11 / 95%) 19% 20.5%, transparent 20.5% 23%, rgb(255 255 255 / 85%) 23% 24.5%, transparent 24.5% 27%, rgb(233 187 18 / 75%) 27% 28.5%, transparent 28.5% 100%), radial-gradient(circle at 18% 30%, rgba(0, 140, 255, 0.35), transparent 55%), radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), transparent 60%),linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 25%, transparent 25% 50%, rgba(255, 255, 255, 0.06) 50% 75%, transparent 75% 100%);
	
	
    background-color: black;
	
        padding-top: 10px;
    padding-right: 8%;


}

/* left cut-out */
.arrowCpd2026-portal h3::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #000;  /* page background colour */
}

/* right cut-out */
.arrowCpd2026-portal h3::after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 18px solid #ededed; /* page background colour */
}




.arrowCpd2026-group-training-section{
    /* margin-top: 10px; */
    margin-right: 6%;
    /* background-color: #ededed; */
    width: 50%;
    /* padding-bottom: 40px; */
    /* padding-top: 10px; */
    /* padding-left: 1%; */
    /* padding-right: 1%; */
    /* border-radius: 8px; */
    position: relative;
    color: #fff;
    padding: 24px 32px;
    overflow: hidden;
    background: /* Blue stripes */ linear-gradient(135deg, transparent 0 18%, rgba(0, 120, 255, 0.0) 18% 19%, rgb(0 120 255 / 0%) 19% 20.5%, transparent 20.5% 23%, rgb(0 120 255 / 0%) 23% 24.5%, transparent 24.5% 27%, rgb(0 120 255 / 0%) 27% 28.5%, transparent 28.5% 100%), /* Soft glow near stripes */ radial-gradient(circle at 18% 30%, rgba(0, 140, 255, 0.35), transparent 55%), /* Vignette lighting */ radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), transparent 60%), /* “Carbon” texture: tiny checker pattern */ linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 25%, transparent 25% 50%, rgba(255, 255, 255, 0.06) 50% 75%, transparent 75% 100%);
    background-color: #161616;
    background-size: 100% 100%, /* stripes */ 100% 100%, /* glow */ 100% 100%, /* vignette */ 10px 10px;
    background-blend-mode: screen, screen, normal, overlay;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    border: 1px solid;
    border-radius: 6px;
}


.arrowCpd2026-group-tbl-section{
	    margin-top: 4%;
    display: block;
    border-radius: 8px;
    border: 1px solid;
    padding: 1%;
    width: 94%;
}
.arrowCpd2026-course,
.arrowCpd2026-portal {
	border: 1px solid #ddd;
	padding: 16px;
	border-radius: 8px;
	margin: 16px 0;
}

.arrowCpd2026-btn {
	display: inline-block;
	padding: 10px 14px;
	border: 0;
	border-radius: 6px;
	background: #222;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.arrowCpd2026-btn--danger {
	background: #a00;
}

.arrowCpd2026-status {
	margin-top: 10px;
	padding: 8px 10px;
	background: #f6f6f6;
	border-radius: 6px;
}

.arrowCpd2026-warning {
	padding: 10px;
	background: #fff3cd;
	border-radius: 6px;
	border: 1px solid #ffe69c;
}

.arrowCpd2026-denied {
	padding: 10px;
	background: #f8d7da;
	border-radius: 6px;
	border: 1px solid #f1aeb5;
}

.arrowCpd2026-video {
	width: 100%;
	max-width: 900px;
	background: #000;
}

.arrowCpd2026-quiz-q {
	border-top: 1px solid #eee;
	padding-top: 12px;
	margin-top: 12px;
}

.arrowCpd2026-quiz-a {
	display: block;
	margin: 6px 0;
}

.arrowCpd2026-table {
	width: 100%;
	border-collapse: collapse;
}
.arrowCpd2026-table th,
.arrowCpd2026-table td {
	border: 1px solid #ddd;
	padding: 8px;
}

/* Sidebar progress card */
.arrowCpd2026-progress-card{
	border:1px solid #e2e4e7;
	background:#fff;
	padding:14px;
	border-radius:10px;
	margin:0 0 14px 0;
	font-size:14px;
}

.arrowCpd2026-progress-title{
	font-weight:700;
	margin:0 0 10px 0;
	font-size:15px;
}

.arrowCpd2026-progress-row{
	display:flex;
	justify-content:space-between;
	gap:10px;
	margin-bottom:10px;
}

.arrowCpd2026-progress-label{
	font-weight:600;
	opacity:0.85;
}

.arrowCpd2026-progress-value{
	font-weight:600;
}

.arrowCpd2026-progress-section{
	font-weight:700;
	margin:10px 0 8px;
}

.arrowCpd2026-progress-item{
	display:flex;
	align-items:center;
	gap:10px;
	padding:8px 0;
	border-top:1px dashed #e6e8eb;
}

.arrowCpd2026-progress-item:first-of-type{
	border-top:none;
}

.arrowCpd2026-check{
	width:22px;
	height:22px;
	border-radius:4px;
	border:2px solid #c8ccd0;
	display:inline-block;
	position:relative;
	flex:0 0 18px;
}

.arrowCpd2026-check--yes{
	border-color:#2e7d32;
	background:#e8f5e9;
}

.arrowCpd2026-check--yes:after{
	content:"";
	position:absolute;
	left:4px;
	top:1px;
	width:6px;
	height:11px;
	border:solid #2e7d32;
	border-width:0 2px 2px 0;
	transform:rotate(45deg);
}

.arrowCpd2026-check--no{
	border-color:#c62828;
	background:#ffebee;
}

.arrowCpd2026-check--no:after{
	content:"";
	position:absolute;
	left:4px;
	top:8px;
	width:10px;
	height:2px;
	background:#c62828;
	border-radius:2px;
}

.arrowCpd2026-progress-text{
	flex:1;
	font-weight:600;
}

.arrowCpd2026-progress-yn{
	font-weight:700;
}


/* Hide Divi header/meta ONLY on CPD course pages */
.et_post_meta_wrapper{
	display:none;
}

.arrowCpd2026-progress-icon{
	width:18px;
	height:18px;
	border-radius:4px;
	display:inline-block;
	position:relative;
	border:2px solid #bbb;
	background:#fff;
	flex:0 0 18px;
}

/* YES: green tick */
.arrowCpd2026-progress-icon--yes{
	border-color:#2e7d32;
	background:#e8f5e9;
	padding:8px;
}
.arrowCpd2026-progress-icon--yes::after{
	content:"";
	position:absolute;
	left:4px;
	top:1px;
	width:6px;
	height:11px;
	border-right:2px solid #2e7d32;
	border-bottom:2px solid #2e7d32;
	transform:rotate(45deg);
}

/* NO: red cross */
.arrowCpd2026-progress-icon--no{
	border-color:#c62828;
	background:#ffebee;
	padding:8px;
}
.arrowCpd2026-progress-icon--no::after,
.arrowCpd2026-progress-icon--no::before{
	content:"";
	position:absolute;
	left:3px;
	top:8px;
	width:10px;
	height:2px;
	background:#c62828;
}
.arrowCpd2026-progress-icon--no::after{ transform:rotate(45deg); }
.arrowCpd2026-progress-icon--no::before{ transform:rotate(-45deg); }

/* NA: No Quiz Needed (green tick) */
.arrowCpd2026-progress-icon--na{
	border-color:#1b5e20;
	background:#eaf7ea;
}
.arrowCpd2026-progress-icon--na::after{
	content:"";
	position:absolute;
	left:4px;
	top:1px;
	width:6px;
	height:11px;
	border-right:2px solid #1b5e20;
	border-bottom:2px solid #1b5e20;
	transform:rotate(45deg);
}

/* Locked: grey dot */
.arrowCpd2026-progress-icon--locked{
	border-color:#9e9e9e;
	background:#f5f5f5;
}
.arrowCpd2026-progress-icon--locked::after{
	content:"";
	position:absolute;
	left:5px;
	top:5px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#9e9e9e;
}
