﻿.field-validation-error {
    color: red;
}


.infobox-3 .info-icon {
    position: absolute;
    margin-bottom: 20px;
    background: transparent;
    display: inline-block;
    top: -31px;
    padding: 6px;
    border-radius: 6px;
}



.custom-file-container__image-preview {
    box-sizing: border-box;
    transition: all 0.2s ease;

    height: 100px;
    width: 100%;
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: auto;
    padding: 15px;
}

.custom-file-container__image-multi-preview {
    position: relative;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-radius: 6px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    margin: 1.858736%;
    width: 29.615861214%;
    height: 90px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
}

.custom-file-container__image-multi-preview__single-image-clear {
    right: -6px;
    background: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-top: -6px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
}

    .custom-file-container__image-multi-preview__single-image-clear:hover {
        background: #cbcbbd;
        cursor: pointer;
    }

.custom-file-container__image-multi-preview__single-image-clear__icon {
    color: #1b55e2;
    display: block;
    margin-top: -2px;
}