/* CROPPIE APPLICATION */
#ProfileImageContainer
{
    width: 200px;
    height: 200px;
    border: 10px #ffffff solid;
    position: relative;
    z-index: 100;
    box-sizing: content-box;
    margin: auto;
}

#ProfileImageContainerCol
{
    position: relative;
    z-index: 100;
}

#ProfileImageContainerColLoader
{
    position: absolute;
    z-index: 1000;
    width: 95%;
    background-color: rgba(192,192,192,0.7);
    height: 70%;
    text-align: center;
    padding-top: 40%;
}

#ProfileImageTools
{
    width: 220px;
    margin: auto;
}

#ProfileImage
{
    width: 100%;
}

#Buttonasdf
{
    position: relative;
    z-index: 1000;
    width: 50px;
    height:50px;
}

.overflow-hidden
{
    overflow: hidden;
}

.pr-6
{
    padding-right: 4rem!important;
}

#ProfileImageEditor.fixed-theme
{
    display: none;
}
