.error {
    color: red;
}

.imgPreview {
    position: relative;
    width: 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0 0;
}

.imgPreview span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 9px;
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2px 10px;
    cursor: pointer;
}

.imgPreview img#imgPreview {
    position: relative;
}

.profilePic img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.profilePic span {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    cursor: pointer;
}

profilePic .text-center {
    text-align: left !important;
}

.profilePic span {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    background-color: #00BED6;
    color: #fff;
    transition: all 400ms ease;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
}

.profilePic span:hover {
    border-color: #00BED6;
    background-color: transparent;
    color: #00BED6;
}

.profilePic {
    flex: 0 0 230px;
    max-width: 232px;
}

.imgPreview a.remove-document {
    position: absolute;
    top: 0;
    right: -30px;
}