footer{
	margin-top: 0
}
.highlight-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    padding-bottom: 3%;
}
.user-guide-container a{
	display: unset
}

.accordion-body a{
	display: unset
}

.accordion-button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12pt !important;
    color: #085a82 !important;
    text-align: left !important;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    text-align: left;
	font-size: 10pt !important; 
}

.tab-pane {
    padding: 3%;
    border-radius: 30px;
	background: white;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* drop shadow */
}

.tab-pane h2{
	font-family: "Inter", sans-serif;
	font-weight: bold;
	color: #085a82  !important;
	font-size: 21pt;
}

.tab-pane h3{
	font-family: "Inter", sans-serif;
	font-weight: bold;
	color: #5ed0f9 ;
	font-size: 16pt;
}

.tab-pane h5{
	font-family: "Inter", sans-serif;
	font-weight: bold;
	color: #5ed0f9 ;
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
	padding-top: 3%
}

.tab-pane p{
	font-family: "Inter", sans-serif;
	color: #000 ;
	font-size: 10pt;
}

.tab-pane ul li{
	font-family: "Inter", sans-serif;
	color: #000 ;
	font-size: 10pt;
	padding-bottom: 1%
}

.register-now-button{
	background:  #5ed0f9;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1%;
	margin-top: 3%;
	border-radius: 10px
}

.register-now-button p{
	margin-bottom: 0;
	font-size: 12pt;
	color: white;
	font-family: "Inter", sans-serif;
	font-weight: bold;
}

.accordion-container {
    padding-top: 0%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #5ed0f9 !important;
    border-radius: 30px !important;
    color: white !important;
}

.user-guide-container h1{
	font-family: "Inter", sans-serif;
	color: #085a82;
	font-weight: 500;
	font-size: 16pt;
}

.user-guide-container h2{
	font-family: "Inter", sans-serif;
	color: #085a82;
	font-weight: 500;
	font-size: 12pt;
}

.user-guide-container ul{
	font-family: "Inter", sans-serif;
	color: #085a82;
	font-weight: 500;
	font-size: 10pt;
	margin-bottom: 3% !important
}

.user-guide-container p{
	font-family: "Inter", sans-serif;
	color: #085a82;
	font-weight: 500;
	font-size: 10pt;
}
