.uploader {
    width: 100%;
}

.file-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #222;
}

.dropzone {
    border: 2px dashed #d9d5e7;
    border-radius: 14px;
    background: #fbf9ff;
    padding: 14px;
}

.drop-interactive {
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}

.file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.placeholder {
    color: #656565;
    font-size: 1.05rem;
}

.placeholder i {
    display: block;
    font-size: 24px;
    color: #7a3ac7;
}


.uploader .placeholder {
    background-color: #ffffff !important;
}

.file-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.file-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #8e44ad;
    color: #fff;
    padding: 4px 4px;
    border-radius: 12px;
}

.thumb {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb i {
    font-size: 22px;
    opacity: 0.95;
}

.meta {
    flex: 1;
    min-width: 0;
}

.name {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.size {
    font-size: 0.85rem;
    opacity: 0.9;
}

.remove {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: background 0.15s;
}

.remove:hover {
    background: rgba(255, 255, 255, 0.18);
}


/* Select DySelect */

.mud-autocomplete-popover-fixed {
    position: fixed !important;
    z-index: 2000 !important;
}

.avatar-80{
    max-width:80px; 
    max-height:80px; 
    width:80px; 
    height:80px; 
    object-fit:cover;
}

.avatar-50{
    max-width:50px;
    max-height:50px;
    width:50px;
    height:50px;
    object-fit:cover;
}

.avatar-100{
    max-width:100px;
    max-height:100px;
    width:100px;
    height:100px;
    object-fit:cover;
}