a {
	text-decoration: none !important;
}
.meeting-home, .meeting-toggle {
	font-size: 1.25rem;
	color: #000 !important;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.meeting-home > i, .meeting-toggle > i {
	background: #dddddd;
	color: #606060;
	padding: 1rem;
	border-radius: 50%;
}
.meeting-toggle > i.toggle-icon {
	border-radius: 0;
	background: none;
	color: #000;
	margin-left: auto;
}


.meetings {
	padding-top: 30px;
}
.meetings > .card {
	border: 0;
	border-radius: 0;
}
.meetings > .card > .card-header {
	background: #fff;
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
}

.meetings > .card > .card-header > h3 {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0;
	font-size: 1.5rem;
}
.meetings > .card > .card-header > .card-tools {
	margin-left: auto;
}
.meetings > .card > .card-header > .card-tools > a {
	font-size: 1.25rem;
	text-transform: capitalize;
	margin: 0 1rem;
	position: relative;
	color: #000;
	font-weight: bold;
}
.meetings > .card > .card-header > .card-tools > a.active {
	color: #3154a5 !important;
}
.meetings > .card > .card-header > .card-tools > a.active::before {
	content: "";
	position: absolute;
	background: #3154a5;
	bottom: -13px;
	width: 100%;
	height: 4px;
}

.meeting-box {
	border-top: 2px solid #000;
	margin-top: 2rem;
	padding-top: 2rem;
}

.meeting-box > h5 {
	font-size: 1.5rem;
	text-transform: capitalize;
	margin-bottom: 1rem;
}
.meeting-box > p {
	font-size: 1rem;
	color: #606060;
}
.meeting-card > .card {
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.meeting-card > .card > .card-header {
	padding: 0;
}
.meeting-card > .card > .card-header > .img-box > img {
	display: block;
	width: 100%;
}
.meeting-card > .card > .card-body {
	padding-bottom: 0;
}
.meeting-card > .card > .card-body > span {
	color: #606060;
	font-weight: bold;
}
.meeting-card > .card > .card-body > h4 {
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.meeting-card > .card > .card-body > p {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	color: #606060;
}
.meeting-card > .card > .card-body > p:last-child {
	margin-bottom: 1rem;
}
.meeting-card > .card > .card-body > p > i {
	font-size: 0.3rem;
	padding: 0 5px;
}
.meeting-card > .card > .card-footer {
	background: #fff;
	border: 0;
}

.view-details {
	background: #afafaf;
	display: inline-block;
	width: 100%;
	padding: .375rem .75rem;
	border-radius: 0.4rem;
	text-align: center;
	width: 100%;
	color: #515151 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.paginate-div {
	padding: 0;
	display: flex;
	padding-right: 15px;
	justify-content: flex-end;
}
.upcoming-meetings {
	max-height: 200px;
	overflow-y: auto;
	padding: 0 1rem;
}
.upcoming-meetings::-webkit-scrollbar {
  background: rgba(0,0,0,0.05);
  width: 7px;
  border-radius: 50px;
}
.upcoming-meetings::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 50px;
}
.meeting-link {
	display: block;
	color: #3154a5;
	font-family: opensans-reg;
}
.meeting-card .img-box {
	height: 200px;
}