.info-face-right {
    display: flex;
    align-items: start;
    gap: 10px;
}
.legend-choose {
    font-size: 16px;
    font-weight: 700;
}
.info-face-right img {
	width: 100px;
	max-width: 100%;
}

.info-face-right .col-info-error {
	display: flex;
	gap:5px;
}
.info-face-right .col-info-error>div{
	position:relative;
}
.info-face-right  .text-green {
	color: #54a76f;
	font-weight: bold;
}

.info-face-right .col-info-error img {
	width: 55px;
	max-width: 100%;
}

.info-face-right .info-face-right .col-info-error>div {
	position: relative;
}

.info-face-right .image-right {
	position: relative;
}

.info-face-right .col-info-error svg,
.info-face-right .image-right svg {
	position: absolute;
	top: 5px;
	right: 5px;
}
 .template-option {
	text-align: center;
}

.template-option img {
	max-width: 100%;
	border-radius: 8px;
	margin-top: 5px;
	border: 2px solid transparent;
	transition: 0.3s;
	cursor: pointer;
}

.form-check-input:checked+img,
.template-option input:checked+label img {
	border-color: #007bff;
	box-shadow: 0 0 8px rgba(0, 123, 255, .6);
}

.view-image>a {
	display: block;
	padding: 4px;
	text-align: center;
	background: transparent;
	text-decoration: none;
	color: #ebebeb;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 0 8px 8px;
}

.view-image {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	transform: translateX(-50%);
}

div.image-result{
	background: #f1f1f1;
    height: 100%;
    border-radius: 5px;
}
div.image-result .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.row-image-list .itemImage {
    width: 95px;
    position: relative;
}
.row-image-list .itemImage span.text-view {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    color: #fff;
    text-align: right;
    z-index: 1;
    padding: 10px;
}
.row-image-list .itemImageFirst {
    width: 100%;
    background: #2f2f2f;
}
.row-image-list .itemImage img {
    border-radius: 5px;
    overflow: hidden;
}
.row-image-list .itemImageFirst .image-full:after {
    padding-top: 75%;
    pointer-events: none;
}
.row-image-list .itemImage.itemImageFirst{
	border-radius: 5px;
    overflow: hidden;
}
img[data-fancybox="image"] {
    cursor: zoom-in;
}
.loadingImage {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 16px;
    gap: 10px;
    font-weight: bold;
}

label.form-label {
    font-weight: bold;
}
span.required {
    color: red;
}