/* HIDE RADIO */
#sajjaddev-radio-img-button-wrapper [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
#sajjaddev-radio-img-button-wrapper [type=radio] + img {
	cursor: pointer;
	margin: 10px;
	width: auto;
	max-width: 100%;
	border-radius: 5px;
}

/* CHECKED STYLES */
#sajjaddev-radio-img-button-wrapper [type=radio]:checked + img {
	outline: 2px solid #12a900;
}

#sajjaddev-radioimg--button-wrapper {
	display: inline-flex;
	flex-wrap: wrap;
	align-content: center;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.sajjaddev-radio-img-item {
	background: white;
	border: 1px solid #ebebeb;
	padding: 5px;
	min-height: 100px;
	display: flex;
	align-items: center;
	width: 12rem;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}

.sajjaddev-browse {
	margin-left: 5px;
}

.sajjaddev-wrap .group {
	display: none;
}

.sajjaddev-wrap textarea.sajjaddev-textarea {
	min-width: 25em;
	max-width: 100%;
	height: 100%;
	width: 100%;
	min-height: 150px;
}

.sajjaddev-wrap select.sajjaddev-select,
.sajjaddev-wrap input.sajjaddev-number {
	min-width: 25em;
}