.hidden-animated {
	visibility: hidden;
}
.animated.delay-100ms {
	animation-delay: 100ms; -webkit-animation-delay: 100ms;
}
.animated.delay-200ms {
	animation-delay: 200ms; -webkit-animation-delay: 200ms;
}
.animated.delay-500ms {
	animation-delay: 500ms; -webkit-animation-delay: 500ms;
}
:not(.is-mobile).themeisle-animations-control__popover.is-bottom {
	z-index: 9999999;
}
.themeisle-animations-control__popover .components-popover__content {
	-ms-overflow-y: hidden;
}
.themeisle-animations-control__popover .components-popover__content .components-menu-group {
	padding: 7px;
}
.themeisle-animations-control__popover .components-popover__content .components-popover__items {
	-ms-overflow-y: auto; max-height: 300px;
}
.themeisle-animations-control__popover .components-popover__content .components-popover__items button.is-selected {
	background: rgb(248, 249, 249);
}
.themeisle-animations-control__popover .components-popover__content .components-popover__items .themeisle-animations-control__category {
	font-weight: bold;
}
.themeisle-animations-control__popover .components-popover__content .components-popover__items button i {
	margin-right: 5px;
}
.themeisle-animations-control .components-dropdown {
	display: flex;
}
.themeisle-animations-control .themeisle-animations-control__button {
	background: none; padding: 0px 12px 2px; border-radius: 4px; border: 1px solid rgb(141, 150, 160); transition:box-shadow 0.1s linear; border-image: none; width: 100%; height: auto; line-height: 28px; position: relative; box-shadow: 0px 0px 0px transparent;
}
.themeisle-animations-control .themeisle-animations-control__button.is-button {
	background: none;
}
.themeisle-animations-control .themeisle-animations-control__button:hover {
	background: rgb(250, 250, 250); border-color: rgb(153, 153, 153); color: rgb(35, 40, 45); text-decoration: none; box-shadow: inset 0px -1px 0px #999;
}
.themeisle-animations-control .themeisle-animations-control__button:focus {
	border: 1px solid black; border-image: none;
}
.themeisle-animations-control .themeisle-animations-control__button::after {
	top: 12px; width: 0px; height: 0px; right: 8px; margin-right: 2px; margin-left: 4px; border-top-color: currentColor; border-right-color: transparent; border-left-color: transparent; border-top-width: 5px; border-right-width: 3px; border-left-width: 3px; border-top-style: solid; border-right-style: solid; border-left-style: solid; display: block; position: absolute; content: ""; pointer-events: none;
}
@media all and (max-width:782px)
{
.themeisle-animations-control .themeisle-animations-control__button {
	padding: 5px 24px 5px 8px;
}
.themeisle-animations-control .themeisle-animations-control__button::after {
	top: 16px;
}
}
