#easyavup_profile_back-wrap {
    margin: 70px;
}
.easyavup_upload-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    max-width: 420px;
    width: 100%;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.easyavup_upload-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.easyavup_profile_heading {
    text-align: center;
    margin-bottom: 32px;
}

.easyavup_profile_heading h2 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
    line-height: 33px;
    margin-top: 0;
}

.easyavup_profile_heading p {
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
}

.easyavup_current-avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.easyavup_avatar-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: 4px solid transparent;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.easyavup_avatar-circle:hover {
    transform: scale(1.05);
}

/*.easyavup_avatar-circle::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #f5576c);
    border-radius: 50%;
    z-index: -1;
}*/


.easyavup_upload-area {
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    position: relative;
    overflow: hidden;
}

.easyavup_upload-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.5s ease;
}

.easyavup_upload-area:hover::before {
    left: 100%;
}

.easyavup_upload-area:hover {
    border-color: #667eea;
    background: linear-gradient(135deg, #f0f4ff, #e0e7ff);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.easyavup_upload-area.drag-over {
    border-color: #667eea;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    transform: scale(1.02);
}

.easyavup_upload-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.easyavup_upload-area:hover .easyavup_upload-icon {
    transform: scale(1.1) rotate(10deg);
}

.easyavup_upload-icon svg {
    width: 28px;
    height: 28px;
    color: white;
}

.easyavup_upload-text {
    margin-bottom: 8px;
}

.easyavup_upload-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.easyavup_upload-text .highlight {
    color: #667eea;
    font-weight: 600;
}

.easyavup_upload-hint {
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
}

.easyavup_file-input {
    display: none;
}

.easyavup_action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.easyavup_btn {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.easyavup_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.easyavup_btn:hover::before {
    left: 100%;
}

.easyavup_btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.4);
}

.easyavup_btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}

.easyavup_btn-primary:active {
    transform: translateY(0);
}

button#easyavup-remove-avatar-button[data-id="0"], 
button#easyavup-remove-avatar-button[data-id=""] {
    display: none;
}
.easyavup_guidelines {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.easyavup_guidelines p {
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}
.easyavup_avatar-circle img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
    object-fit: cover;
}
.easyavup_message {
    color: #10c419;
    font-size: 15px;
    display: block;
    padding-top: 19px;
    text-align: center;
}
.easyavup_message.removed {
    color: red;
}
@media (max-width: 480px) {
    .easyavup_upload-container {
        padding: 24px;
        margin: 10px;
    }

    .easyavup_action-buttons {
        flex-direction: column;
    }
}