div#top-bar img {
    z-index: 999;
}
.group-avatar img {
    width: 110px;
    float: left;
}
td img {
    width: 24px;
}
.new-client img {
    width: 25px;
}
.comment-user-avatar img {
    width: 25px;
    height: 25px;
}
ul.comment-button img {
    width: 15px;
    float: left;
}
.title-widgets img {
    width: 22px;
    margin-top: 4px;
    margin-bottom: 14px;
}
.comment-side img {
    width: 30px;
}
span.toggle-password img {
    cursor: pointer;
}
.download-button img {
    width: 20px;
    border-radius: 50%;
    padding: 4px;
    background-color: rgb(255, 255, 255);
}
.delete-button img {
    width: 20px;
    border-radius: 50%;
    padding: 4px;
}
.custom-comment-menu li img {
    margin-left: 0px!important;
}
ul.custom-comment-menu img {
    width: 15px;
    float: left;
}
.custom-comment-child-menu li img {
    margin-left: 0px!important;
}
ul.custom-comment-child-menu img {
    width: 15px;
    float: left;
}
span.pencil-span img {
    width: 24px;
    position: absolute;
    top: -2px;
    margin-left: 10px;
    cursor: pointer;
}
span.pencil-span.hidden img {
    display:none;
}
p.admin-logo img {
    width: 90px !important;
    object-fit: contain;
    height: 90px !important;
}

/* profile.html */
.profile-user-avatar {
    float: left!important;
    width: fit-content;
}

.profile-user-avatar img {
    width: 100px;
    height: 100px;
}
/*  */

li img {
    width: 50px;
    float: left;
    margin-left: 15px;
}

img.video-thumbnail {
    width: 250px!important;
    display: block;
    margin-top: -24px!important;
}
.folder-hidden .image img {
    opacity: 0;
}
.folder-hidden .image img {
    visibility: hidden;
}
.folder .image img {
    width: 60px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 15%;
    transition-duration: .5s;
    opacity: 1;
    visibility: visible;
}
.folder-text,  .folder-text-close{
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #373b46;
    font-size: 8px;
    letter-spacing: 0.5px;
    padding: 4px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition-duration: .5s;
    opacity: 1;
}
.folder-text-close{
    display: none;
    background-color: unset;
    font-size: 18px;
    padding: 3px;
}
.folder-options img {
    width: 21px;
}
img.delete-image {
    display: flex;
    float: left;
}
