.page-template-user-dashboard,
.page-template-call-center-reporting {
	--dashboard-shadow: 0px 3px 6px #00000029;
	--dashboard-primaryRGB: 19, 37, 87;
	--dashboard-secondaryRGB: 213, 128, 64;
	--dashboard-primaryColor: rgba(var(--dashboard-primaryRGB), 1);
	--dashboard-secondaryColor: rgba(var(--dashboard-secondaryRGB), 1);
	--dashboard-lightColor: #ffffff;

	--forex-primaryRGB: 120, 169, 106;
	--future-primaryRGB: 112, 185, 180;
	--options-primaryRGB: 70, 93, 222;
	--market-primaryRGB: 0, 118, 170;
	--funded-primaryRGB: 128, 47, 187;
	--forex-primaryColor: rgba(var(--forex-primaryRGB), 1);
	--future-primaryColor: rgba(var(--future-primaryRGB), 1);
	--options-primaryColor: rgba(var(--options-primaryRGB), 1);
	--market-primaryColor: rgba(var(--market-primaryRGB), 1);
	--funded-primaryColor: rgba(var(--funded-primaryRGB), 1);
}

/* Global Overides */
.page-template-user-dashboard #page-content-wrapper {
	position: relative;
	margin: 1rem;
	margin-top: 2rem;
	margin-bottom: 10rem;
	display: flex;
	box-shadow: var(--twp-box-shadow);
	background-color: var(--twp-light-purple);
}

.page-template-user-dashboard #navigation-sidebar {
	background: var(--dashboard-primaryColor);
}

#menu-sidebar-navigation-menu li a {
	display: block;
	font-size: 1.1rem;
	font-weight: 300;
	background-color: rgba(0, 0, 0, 0.2);
	color: var(--dashboard-lightColor);
	border: 1px solid var(--dashboard-lightColor);
	border-radius: 2rem;
	padding: 0.75rem;
	margin: 1.5rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	text-decoration: none;
	box-shadow: var(--twp-box-shadow-small-black);
}

.checklist-title h2 {
	font-size: 1.25rem;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.coach-picture img {
	border-radius: 50%;
	box-shadow: var(--twp-box-shadow-input-inset), var(--twp-box-shadow);
	max-width: 190px;
	width: 100%;
	border: 2px solid var(--dashboard-lightColor);
}

.user-dashboard-header h1 {
	margin-bottom: 1rem;
}

.coach-info {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.coach-info h4 {
	font-size: 1rem;
	margin: 0;
	font-weight: 400;
}

.coach-info h5 {
	font-size: 1rem;
	margin-top: -0.25rem;
	margin-bottom: 0;
	font-weight: 400;
}

.coach-info a {
	text-decoration: none;
	color: black;
}

.dashboard-header-columns {
	display: grid;
	grid-template-areas:
		"info info"
		"aside1 aside2";
	grid-template-columns: minmax(100px, 200px) auto;
	gap: 1rem clamp(1rem, 2vw, 3.5rem);
	align-items: center;
}

.dashboard-info {
	grid-area: info;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dashboard-header--left {
	grid-area: aside1;
}

.dashboard-header--right {
	grid-area: aside2;
}

.dashboard-actions {
	display: grid;
	grid-auto-flow: dense;
	grid-template-columns: auto 1fr 1fr;
	gap: 0.4rem 1rem;
}

.dashboard-actions a,
.dashboard-actions button {
	box-shadow: var(--dashboard-shadow);
	width: clamp(150px, 26vw, 230px);
	display: block;
	text-decoration: none;
	font-weight: 300;
	font-size: 1rem;
	padding: 0.9rem 1.2rem 0.8rem 1.2rem;
	line-height: 1rem;
	background-color: var(--twp-darkest-purple);
	color: var(--dashboard-lightColor);
	cursor: pointer;
	text-align: left;
}

.dashboard-actions a:hover,
.dashboard-actions button:hover {
	background-color: #495292;
}

.dashboard-actions a.coach-button,
.dashboard-actions a.generate-certificate {
	background-color: var(--dashboard-secondaryColor);
}

.dashboard-actions a.coach-button:hover {
	background-color: #d38961;
}

.dashboard-actions a span {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	/* margin-top: auto; */
	text-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}

#menu-item-59 a {
	background-color: var(--twp-dark-purple) !important;
	color: var(--twp-white) !important;
	box-shadow: var(--twp-box-shadow-input-inset),
		var(--twp-box-shadow-small-black) !important;
}

/*VTF Tracking*/
.vtf-tracking-wrap {
	display: flex;
	flex-wrap: wrap;
}

.vtf-tracking-wrap .class-wrap {
	--class-background: #fff;
	--class-color: #000;
	border: 2px solid;
	border-color: #ececec;
	border-radius: 5px;
	background: var(--class-background);
	color: var(--class-color);
	margin: 0.25rem;
	padding: 0.25rem 0.5rem;
	width: clamp(100px, 30%, 150px);
	text-align: center;
}

.vtf-tracking-wrap .class-title {
	font-size: 1rem;
	text-align: left;
}

.vtf-tracking-wrap .class-time {
	font-size: 1.8rem;
	padding: 0.5rem 0;
	font-weight: bold;
	color: black;
}

.vtf-tracking-wrap .class-wrap.msclass,
.vtf-tracking-wrap .class-wrap.mslab {
	--class-color: rgba(var(--market-primaryRGB), 1);
}

.vtf-tracking-wrap .class-wrap.forexclass,
.vtf-tracking-wrap .class-wrap.forexlab {
	--class-color: rgba(var(--forex-primaryRGB), 1);
}

.vtf-tracking-wrap .class-wrap.futuresclass,
.vtf-tracking-wrap .class-wrap.futureslab {
	--class-color: rgba(var(--future-primaryRGB), 1);
}

.vtf-tracking-wrap .class-wrap.optionsclass,
.vtf-tracking-wrap .class-wrap.optionslab {
	--class-color: rgba(var(--options-primaryRGB), 1);
}

.vtf-tracking-wrap .class-wrap.fundedclass {
	--class-color: rgba(var(--funded-primaryRGB), 1);
}


.name-badge {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 3rem;
	align-items: center;
}

.badge {
	display: inline-block;
	height: 7rem;
	width: 7rem;
	background-repeat: no-repeat;
	background-size: contain;
}

.badge.badge-bronze {
	background-image: url('badge-bronze-compressed.png');
}

.badge.badge-silver {
	background-image: url('badge-silver-compressed.png');
}

.badge.badge-gold {
	background-image: url('badge-gold-compressed.png');
}

.badge.badge-platinum {
	background-image: url('badge-platinum-compressed.png');
}

@media screen and (max-width: 850px) {

	.dashboard-actions a,
	.dashboard-actions button {
		font-size: 0.85rem;
		padding: 0.7rem 1rem 0.6rem 1rem;
		width: 100%;
	}
}

@media screen and (max-width: 690px) {
	.dashboard-header-columns {
		grid-template-columns: minmax(50px, 75px) auto;
		grid-template-areas:
			"aside1 info"
			"aside2 aside2";
	}

	.checklist-title h2 {
		font-size: 1rem;
	}

	.dashboard-actions {
		grid-template-columns: 1fr 1fr;
	}

	.dashboard-actions a {
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
	.coach-info h4 {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 0.85rem;
	}

	.coach-info h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		font-size: 0.85rem;
		margin-top: 0.5rem;
	}

	.dashboard-actions {
		grid-template-columns: 1fr;
	}
}