.custom-box {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    text-align: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-box > img {
    max-width: 100%;
    max-height: 100%;
}
.dropzone .dz-message {
    margin: 0.5em 0;
}
.round-button{
    background: white;
    border: 1px solid black;
    border-radius: 20px;
    width: 35px;
    position: absolute;
    bottom: 3px;
    right: 20px;
    cursor: pointer;
}
.round-button:hover{
    width: 40px;
    transition: 0.2s width;
}
.round-button > img{
    width: 100%;
    padding: 15%;
}
.edit-button {
    position: absolute;
    top: calc(50% - 17.5px);
    color: white;
    height: 35px;
    width: calc(100% - 30px);
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
.edit-button:hover {
    background-color: rgba(0,0,0,0.9);
    transition: 0.3s all;
    height: 40px;
    top: calc(50% - 20px);
}
#mm_container pixie-editor .ng-star-inserted .open-button{
    display: none;
}
#mm_container pixie-editor .tool-panel-container .apply-button, #mm_container pixie-editor .tool-panel-container .cancel-button {
    width: 100px;
}
#mm_container .export-button.mat-button.mat-button-base{
	color: white;
}