.eForm-upload-photo {
    margin-top: 8px;
}

.eForm-upload-photo .eForm-upload-photo-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.eForm-upload-photo .eForm-upload-photo-wrapper > div {
    position: relative;
    width: 120px;
    height: 120px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.eForm-upload-photo .eForm-upload-photo-wrapper > div img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.eForm-upload-photo .eForm-upload-photo-wrapper > div .eForm-upload-cancel-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../../../content/dam/cncbi-forms/image/eForm-close-icon.svg) center no-repeat;
    background-color: #FFF;
    background-size: 60%;
    color: #000;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}

.eForm-upload-photo .eForm-upload-photo-btn {
    display: inline-block;
    width: 84px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #FF5800;
    color: #FF5800;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.eForm-photo-popup-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.eForm-photo-popup-wrapper img {
    width: 50%;
}

.cncbiPhotosUpload > .top {
    position: relative;
}

.cncbiPhotosUpload[data-mandatory="true"] > .top > label {
    padding-left: 12px;
}

.cncbiPhotosUpload[data-mandatory="true"] > .top > label::before {
    position: absolute;
    display: inline-block;
    content: '*';
    left: 0;
    top: 0;
    height: 100%;
    color: #FF5800;
    line-height: 26px;
}

.cncbiPhotosUpload[data-disabled="true"] .eForm-upload-photo-btn,
.cncbiPhotosUpload[data-disabled="true"] .eForm-upload-cancel-btn
{
	display: none;
}

.eForm-upload-photo-error-msg-wrapper {
    display: none;
    color: rgba(204, 9, 9, 1);
}

.eForm-upload-photo-empty-text {
    display: none;
    font-size: 16px;
    line-height: 20px;
}

/* Preview Panel */
.preview .eForm-upload-photo .eForm-upload-photo-btn {
    display: none !important;
}

.preview .eForm-upload-photo .eForm-upload-cancel-btn {
    display: none !important;
}

/* Camera For Browser */
.eForm-camera-content-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: black;
    display: none;
    top: 0;
    left: 0;
}

.eForm-camera-video {
    top: 10%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.eForm-camera-canvas {
    display: none;
}

.eForm-camera-btn_snap {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 10%;
    border-radius: 50% !important;
    background-color: #fff !important;
    left: 50%;
    transform: translate(-50%);
    border: none;
}

.eForm-camera-btn_cancel {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 50px !important;
    color: #fff !important;
    border: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;    
    cursor: pointer;    
}

.eForm-camera-btn_cancel:hover {
    background-color: unset !important;
}