<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.equal-instruction {
    display:block;
    /* min-height: 200px !important; */
}

#container {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
#stage {
    position: relative;
    display: block;
    width: 100%;
    background: #201a14;
    border: 2px dashed #ff0;
}
#stage:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    border: 1px dashed #333;
}
.cloudinary-texts {
    padding: 15px;
    max-height: 80px !important;
    min-height: 60px !important;
}
.textarea_feedback {
    min-height: 30px;
    margin-bottom: 10px;
    text-align: right;
}
#stage img#preview {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
	padding:0;
    clear: both;
}
	
#stage #processing {
	display:none;
	position: absolute;
	background:#201a14;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	opacity:0.8;
}

#stage #processing img {
	width:100%;
	height: 100%;
}
	
.cloudinary-button.disabled {
    background-color: #cccccc;
    color: #FFFFFF;
    cursor: not-allowed;
}

#layout-options {
	display:none;
}

#form-options {
	display:none;
}

.cloudinary-layout {
	display:block;
	border-radius: 4px;
	padding: 10px 14px;
	cursor: pointer;
}

.cloudinary-layout.active {
	background-color: #0078FF;
	color: #FFFFFF;
}</pre></body></html>