:global {
	.#{$prefix} {
		&animated-icon {
			position: relative;
			
			&-bg {
				width: 37px;
				height: 37px;
				border-radius: 50%;
				background-color: $primary-color;
			}
			
			&-sybmol {
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
			}
		}
	}
}

