@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300&display=swap');

BODY {
	FONT-SIZE: 16px; FONT-FAMILY: 'Montserrat', sans-serif !important;
	background-color: #ffffff;
}
TABLE {
	FONT-SIZE: 16px; FONT-FAMILY: 'Montserrat', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}

/* New checkboxes and radios */

form input[type="text"], input[type="password"] {
	border: 2px solid #666666;
	background-color: #f7f7f7;
	padding: 4px;
	border-radius: 6px;
	font-family: 'Montserrat', sans-serif;
}

form input[type="checkbox"] {
    /*-webkit-appearance: none;*/
	width: 20px; 
	height: 20px;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 11px;
    border-radius: 3px;
    display: inline-block;
    /*position: relative;*/
	vertical-align: middle;
}

form input[type="checkbox"]:active, form input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
 
form input[type="checkbox"]:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #1a9417;
}

form input[type="checkbox"]:checked:after {
    /*content: '\2714';*/
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 5px;
    color: #1a9417;
}

form input[type="radio"] {
    -webkit-appearance: none;
	width: 20px; 
	height: 20px; 
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 11px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
	vertical-align: middle;
}
 
form input[type="radio"]:checked:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #1a9417;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}
 
form input[type="radio"]:checked {
    background-color: #e9ecee;
    color: #1a9417;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
 
form input[type="radio"]:active, form input[type="radio"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}


.label {
	color: #71aa6d;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px;
}

.submit { 
	padding-left:20px !important;
	padding-right:20px !important;
}

.nav-buttons { 
	padding-left:20px !important;
	padding-right:20px !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
	width: 80%;
}

.plain {
	text-decoration: none;
}


.nav-col {
	background-color: #f7f7f7;
}



.menteeList {
	border: 2px solid #cccccc;
	border-radius: 10px;
	width: 400px;
	padding: 5px;
	cursor: pointer;
	margin-top: 5px;
	background-color: white;
}


.sessionSummary {
	font-weight: 400;
	font-style: none;
	font-size: larger;
}

.greenText {
	color: #198754;
	font-weight: bold;
}

.redText {
	color: #cd4e4e;
	font-weight: bold;
}

.blackText {
	color: #000000;
	font-weight: bold;
}

.label-black {
	color: #000000;
	font-weight: bold;
}

.step0Input {
	width: 60%;
}


.btn-light-progress {
	border: 3px solid #f0f0f0 !important;
	color: #aeaeae !important;
}

.progress-nav {
	--bs-btn-padding-y: .25rem !important;
	--bs-btn-padding-x: .5rem !important;
	--bs-btn-font-size: .75rem !important;
	border: 3px solid #f0f0f0 !important;
}

.step-details {
	text-transform: uppercase;
	/*font-size: smaller;*/
	line-height: 1.5em;
}

.question-text {
	font-size: 1.4em;
}

.answer-row {
	padding: 0px;
}

.answer-text {
	margin-left: 5px;
	cursor: pointer;
}

.answer-anchors {
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
	letter-spacing: 1;
}

.radio-button {
	cursor:pointer;
}


input:checked ~ span {
    border-color: black;
    font-weight: bold;
	margin-left: 6px;
}


.col-md-auto {
	width: 100% !important;
	max-width: 1524px !important;
}


.question-block {
	background-color: #ececec;
	padding: 20px;
	border-radius: 8px;
	border: 2px solid #e1e1e1;
}











/*
  Menu
*/
nav#slide-menu {
	position: fixed;
	top: 0;
	left: -100px;
	bottom: 0;
	display: block;
	float: left;
	width: 100%;
	max-width: 284px;
	height: 100%;
	overflow-y: scroll;
}

nav#slide-menu > ul {
		display: block;
		margin: 40px;
		padding: 0;
		list-style: none;
		opacity: 0.5;

		li {
			color: #dfe5eb;
			padding: 6px 0;
			cursor: pointer;

			&:hover { color: #59e9df; }
		}

		li:before {
			font-family: "ico";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			color: #59e9df;
			margin-right: 12px;
			text-align: center;
			font-variant: normal;
			font-size: 0.75em;
			text-transform: none;
			line-height: 1em;
		}

		li.sep { 
			margin-top: 7px; 
			padding-top: 14px; 
			border-top: 1px solid lighten(#556270, 10%); 
		}

		li.timeline:before { content: '\e805'; }
		li.events:before { content: '\e802'; }
		li.calendar:before { content: '\e800'; }
		li.settings:before { content: '\e803'; }
		li.logout:before { content: '\e804'; }
	}


body.menu-active nav#slide-menu { left: 0px; }
body.menu-active nav#slide-menu ul { left: 0px; opacity: 1; }

/*
  Content
*/

div#main-content-col-parent{
	position: fixed;
	top: 0;
	margin-top:0px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: -5px;
	overflow: scroll;
	background: #fcfeff;
	border-radius: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: -3px 0 6px darken(#556270, 5%);
	-webkit-box-shadow: -3px 0 6px darken(#556270, 5%);
	box-shadow: -3px 0 6px darken(#556270, 5%);

}


body.menu-active div#main-content-col-parent { left: 284px; border-radius: 7px 0 0 7px; }
body.menu-active div#main-content-col-parent .menu-trigger { left: 294px; cursor:pointer;}


.error {
	font-weight: bold;
	color: red;
	padding-bottom:10px;
}


.mentee_details {
	font-size: small;
}


@media (max-width: 580px) {
.col {
	flex: 0 0 auto !important;
}
}