/* Dropdown Menu */
.dropdown-menu .dropdown-item {
	font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #ffeee0;
	color: #ff6600;
}

/* Table */
.table thead {
	background-color: #ff6600;
	border: #ff6600;
	color: white;
	font-size: large;
}

.table td {
	vertical-align: middle;
}

.table td:first-child {
	background-color: #f4f4f4;
}

/* Icon Circle */
.icon-circle {
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	background-color: #ff6600;
	border-radius: 50px;
}

.icon-circle.small {
	width: 60px;
	height: 60px;
}

.icon-circle .number {
	font-size: 36px;
	font-weight: bold;
	color: white;
}

/* Award List */
.award-list li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
