/*--import variables here--*/
 



.dropdown-menu.cc-dropdown-menu {
	border: 0px;
	border-radius: 0px;
	box-shadow: 0px 4px 37px rgba(68, 79, 88, 0.3);
	font-size: 14px;
	padding: 0px 0px;
}

.dropdown-menu.cc-dropdown-menu .dropdown-item {
	min-height: 40px;
	padding: 0px 20px;
}

.cc-dropdown-toggle::after {
  margin-left: .9em;
}


.cc-btn.cc-btn-dropdown-icon {
   background-color: transparent;
   padding: .47rem .4rem;
}

.cc-btn.cc-btn-dropdown-icon:hover {
   background-color: var(--light-gray-color);
}

.dropdown-menu.cc-dropdown-menu.cc-dropdown-menu-icon .dropdown-item {
   padding: .47rem .4rem;
}

.dropdown-menu.cc-dropdown-menu.cc-dropdown-menu-icon .dropdown-item span {
	margin-right: 5px;
}




.cc-btn.cc-btn-icon-left.cc-btn-dropdown-icon .material-icons {
	margin-right: 0;
}




/*always have media queries at the bottom of the file like so*/


/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

