/* Add here all your CSS customizations */


.dropdown-item {
    line-height: 1.2em;
}

section ul {
    padding-left: 15px;
}

.custom-text-color-11 {
    color: #09FF91!important;
}

.custom-text-color-11:hover {
    color: #00A95F!important;
}


.custom-list-style-6 {
	padding: 5px;
	border: 1px solid #ccc;
}
.custom-list-style-6 li {
	position:relative;
	list-style: none;
	line-height: normal;
	padding: 0!important;
}
.custom-list-style-6 li i {
	line-height: normal;
	position: absolute;
	right: 0;
}

.custom-list-style-6 li a {
	padding: 0 10px 5px 0!important;
	display:inline-block!important;
}