@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@import url("/assets/portal/css/fonts.css");


html, body {
	font-family: 'Noto Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: 'Noto Sans', sans-serif;
}

h1 {
	font-size: 2.0rem;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1.1rem;
}



table {
	background-color: white;
}


.light-blue {
	color: #01c0ff;
}
.blue {
	color: #007bff;
}

.green {
	color:  #4caf50;
}

.dark-pink {
	color:  #f67ef1;
}
.light-pink {
	color: #fdd5fa;
}

.light-grey {
	color:  #e9e9e9;
}
.dark-grey {
	color:  #7f828f;
}


/*override bootstrap */

.btn-primary {
	background-color: #01c0ff;
	border-color: #01c0ff;
}

.btn-primary:hover {
	background-color: #01c0ff;
	border-color: #01c0ff;
  opacity: 0.7;
}

.btn-outline-primary {
	color: #01c0ff;
	border-color: #01c0ff;
}

.btn-outline-primary:hover {
	background-color: #01c0ff;
	border-color: #01c0ff;
	color: #white;
}


.text-primary {
	color: #01c0ff !important;
}
.text-success {
	color: #4caf50 !important;
}

.btn-success {
	background-color: #4caf50;
	border-color: #4caf50;
}

.btn-success:hover {
	background-color: #4caf50;
	border-color: #4caf50;
  opacity: 0.7;
}


.btn-outline-success {
	color: #4caf50;
	border-color: #4caf50;
}


.btn-outline-success:hover {
	color: white;
	background-color: #4caf50;
	border-color: #4caf50;
}

.header-wrapper {
	background-color: #01c0ff;
	border-bottom: 5px solid #f67ef1;
}

.body-wrapper {
	background-color: white;
	border-top: 5px solid #fdd5fa;
}

.header {
	color:  white;
	padding:  10px 0px;
}

.header a {
	color:  white;
}
.header .logo {
	display: flex;
}

.header .logo img {
  max-width: 250px;
  width: 100%;
  margin: auto;
  padding: 10px;
}
.header .header-title {
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.header .header-title {
	margin-left: 35px;
}

.header .header-title h2 {
	font-size: 1.2rem;
}
.header .header-title h3 {
	font-size: 1.0rem;
}


.header {
	/*border-bottom: 2px solid grey;*/
}
.sidebar {
	border-right: 5px solid #f67ef1;
	padding:  30px  10px 0px 30px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar ul li {
	color:  #7f828f;
	font-size: 1.0rem;
	vertical-align: middle;
	padding: 10px 0px;
}
.sidebar ul li.active, .sidebar ul li.active a {
	color:  black;
}
.sidebar ul li .bi {
	padding: 10 10px;
	height: 100vh;
	font-size: 1.5rem;
	vertical-align: middle;
}
.sidebar ul li a {
	color:  #7f828f;
	text-decoration: none;
	vertical-align: middle;
}
.content {
	background-color: #e9e9e9;
	border-left: 5px solid #fdd5fa;
	padding:  30px 10px 10px 40px;
	min-height: 100vh;
}



.session-card-col {
	margin-top: 20px;
}

.session-image {
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.session-title {
	height: 50px;
	font-weight: bold;
	font-size: 1.1rem;
}

.session-card {
	padding: 10px;
	margin: 0px 5px 0px 0px;
	box-shadow:  0px 0 20px #aaa
}
.session-card .card-body{
}

