/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



#generated-description.copy-animation {
	background-color: #44abde;
	color: #fff;
}

.full-width {
	width: 100%;
}

@keyframes shimmer {
	0% {
		background-position: -1000px 0;
	}

	100% {
		background-position: 1000px 0;
	}
}

#generated-description.is-loading {
	position: relative;
	overflow: hidden;
}

#generated-description.is-loading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.8),
			rgba(255, 255, 255, 0));
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
}

#generated-description.is-loading::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--neutral-ultra-light);
	opacity: 0.8;
}



#generated-description.is-loading p {
	display: inline-block;
	background-color: #848484;
	color: #848484;
	border-radius: 5px;
}


#property-info {
	border-radius: 6px;
	background-color: #ffffff;
	border: 1px solid #ceced2;
	color: #636363;
}