/*.profile-pic {*/
/*max-width: 200px;*/
/*max-height: 200px;*/
/*display: block;*/
/*}*/

.file-previewImage {
    display: none !important;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: white;
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    /*position: absolute;*/
    /*top: 167px;*/
    /*right: 30px;*/
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    text-align: center;
    margin-top: -15px;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
    cursor: pointer;
}

i.upload-button {
    padding: 5px 6px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid gray;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.product-card-avatar {
    /*margin: -50px 30px 30px !important;*/
}

.image-placeholder {
    position: absolute;
    top: 33px;
    right: 23px;
}