.upload-image-component {
    padding: 8px;
}

.upload-image-component {
    max-height: 128px;
    max-width: 128px;
    background-color: #ccc;
    display: table;
}

.upload-image-component .remove {
    position: absolute;
    margin-top: -8px;
    margin-left: -18px;
}

.upload-image-component .remove span {
    margin-top: 3px;
}

.upload-image-component-attribute {
    width: 100%;
    background-color: #ccc;
    display: table;
}

.upload-image-component-attribute .remove {
    position: absolute;
    margin-top: -8px;
    margin-left: -18px;
}

.upload-image-component-attribute .remove span {
    margin-top: 3px;
}

.start-camera-button {
    position: absolute;
    margin-left: -17px;
    margin-top: -8px;
}

.start-camera-button-attribute {
    right: 1px;
    bottom: 1px;
}

.remove-image-button {
    position: absolute;
    right: 0px;
}

.action-button-border{
    white-space: initial;
    text-align: center;
}

.camera-container {
    position: fixed; 
    z-index: 999998;
    top: 50%; 
    left: 50%;
}




