@import '../../../../theme/color';
@import '../../../../theme/dimension';

.right-modal {
	.dropdown-options {
		background-color: $aeap-color-white;
		border: thin solid $aeap-modal-border;
		color: $aeap-title-secondary;
		line-height: 1.6rem;
		min-width: 100%;
		white-space: nowrap;
		z-index: $zindex-4;

		.content-section {
			border-bottom: thin solid $aeap-border-light;
		}

		&.bottomLeft {
			right: 0;
		}

		&.topLeft {
			bottom: 4.8rem;
		}
	}
}
