@import '../../../theme/color';

.simple-drop-down-component {
	background: $aeap-color-white;
	border: 0.1rem solid $aeap-color-grey-1;
	box-shadow: 0.1rem 0.4rem 0.4rem $aeap-color-black-thinner;
	box-sizing: border-box;

	.loop {
		&:last-child {
			padding-bottom: 0;
		}

		.opt-info {
			&.processing {
				color: $aeap-color-primary;
			}
		}
	}
}
