@import '../../../theme';

.dropdown-btn {
	background: $aeap-color-primary;
	border: 0.1rem solid $aeap-color-primary;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: $aeap-color-white;
	height: 3.2rem;
	min-width: 11rem;
	padding: 1.2rem 1rem 1.2rem 2rem;	
	}
	
  .dropdown-content {	
    background: $aeap-color-white;
    box-shadow: 0 0.4rem 0.4rem $aeap-color-black-thinest;
    box-sizing: border-box;
    max-height: 15rem;
    min-width: 11rem;
    max-width: 15rem;
	text-align: left;
  }
