.del-abs{
    position: absolute !important;
    bottom: 10px;
    left: 10px;
    font-size: 1.5em !important;
    text-align: center;
}
.logout-form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.img-container {
    position: relative;
}

.img-update {
    display: block;
}

.img-filler {
    margin-left: 10px;
    font-size: 2em;
}

.fit-content {
    min-width: 100% !important;
    width: fit-content;
}

/* .avatar-container {
    max-height: 300px;
    max-width: 90%;
} */

.avatar-container img {
    max-height: 100%;
    max-width: 100%;
}

.fluid-bg {
    background-color: #f7fafc;
}