.currency-field.w-100 {
	max-width: 100%;
}

.field-with-icon {
	position: relative;
}

	.field-with-icon i {
		position: absolute;
		top: 15px;
		left: 15px;
		font-size: 20px;
		color: #999;
	}

	.field-with-icon input {
		padding-left: 35px;
	}

#additonal-settng-box {
	display: none;
}

	#additonal-settng-box.show {
		display: block;
	}

.advance-feature ul {
	display: flex;
	align-items: inherit;
	flex-wrap: wrap;
	justify-content: space-between;
}

	.advance-feature ul li {
		display: flex;
		align-items: flex-start;
		width: 100%;
		max-width: 33%;
		border: 1px solid #d3dfea;
		padding: 15px;
		border-radius: 5px;
		justify-content: space-between;
		margin-bottom: 10px;
	}

		.advance-feature ul li i {
			margin-right: 12px;
			font-size: 24px;
		}

.feature-content h5 {
	margin-bottom: 5px;
}

.feature-content {
	margin-right: 20px;
}


/*Event Manage CSS*/

.event-manage-details {
	display: flex;
	align-items: center;
}

	.event-manage-details img {
		width: 36px;
		max-height: 36px;
		margin-right: 10px;
		border: 1px solid #D3DFEA;
		border-radius: 0;
		height: auto;
	}

.manage_event_dropdown .dropdown-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.manage_event_dropdown .dropdown-box > div {
		display: flex;
		align-items: center;
	}

	.manage_event_dropdown .dropdown-box h4 {
		font-size: 14px;
	}

	.manage_event_dropdown .dropdown-box img {
		width: 36px;
		max-height: 36px;
		margin-right: 10px;
		border: none;
		border-radius: 0;
		height: auto;
	}

.event-manage-details h5 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 145px;
}

.manage_event_dropdown .dropdown-menu {
	padding: 8px;
	background-color: #fff !important;
	width: 260px;
}

	.manage_event_dropdown .dropdown-menu i {
		background: #008afc;
		width: 18px;
		height: 18px;
		line-height: 18px;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		margin-left: 10px;
		display: none;
	}

.manage_event_dropdown .dropdown-toggle::after {
	font-size: 20px;
}

.manage_event_dropdown .dropdown-menu a.selected i {
	display: block;
}

.manage_event_dropdown ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.manage_event_dropdown .dropdown-menu > li > a {
	padding: 0.5rem;
}

	.manage_event_dropdown .dropdown-menu > li > a:hover,
	.manage_event_dropdown .dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #6b6f80;
		background-color: #f4f3f1;
		border-radius: 4px;
	}
