﻿.photo_container {
    display: inline;
}

.photo_add_container {
    display: inline;
}

.photo_holder {
    display: inline;
}

.photo_frame {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px dotted;
    border-radius: 5px;
    display: inline;
    margin-right: 10px;
    cursor: pointer;
}

.photo_add {
    cursor: pointer;
}

.photo_remove_btn {
    position: absolute;
    margin-left: -30px;
    margin-top: -5px;
    border: 1px solid black !important;
    border-radius: 50px;
    padding: 0px 5px !important;
    background-color: white !important;
    color: black;
    opacity: 1;
}