.upp-container {
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    
}
.show-password-input{
     position: relative !important;
    right: 40px !important;
    width: auto !important;
}

.upp-preview {
    margin-bottom: 25px;
    text-align: center;
        display: flex;
    justify-content: center;
}

.upp-image {
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
}

.upp-no-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.upp-no-image svg {
    width: 80px;
    height: 80px;
    opacity: 0.5;
}

.upp-controls {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: anchor-center;
}

.upp-file-input {
    display: none;
}

.upp-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #4a6cf7;
    color: white;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.upp-upload-btn:hover {
    background: #3a5ce4;
    transform: translateY(-1px);
}

.upp-upload-btn .dashicons {
    margin-right: 8px;
}

.upp-remove {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
    width: max-content;
}

.upp-remove-checkbox {
    margin: 0;
}

.upp-submit {
    padding: 12px 20px;
    background: #4a6cf7;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    width: max-content;
}

.upp-submit:hover {
    background: #3a5ce4;
    transform: translateY(-1px);
}

.upp-message {
    padding: 12px 15px;
    margin-bottom: 25px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid transparent;
}

.upp-message.success {
    background: #e6f7ee;
    color: #0d6832;
    border-color: #a8e6bf;
}

.upp-message.error {
    background: #fde8e8;
    color: #c53030;
    border-color: #f5c6cb;
}

.upp-notice {
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #4a6cf7;
    margin: 20px 0;
}
fieldset{
        border: none !important;
        padding: 0px !important;
        margin-top: 0px !important;
        
}
fieldset legend {
    margin-bottom: 4px !important;
     padding-right: 0px !important; 
     padding-left: 0px !important; 
    width: auto;
}

.upp-upload-btn,.upp-upload-btn{
      width: fit-content !important;
}
.d-flex{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
}
fieldset{
    width:100%;
}
.password-input{
    display: flex !important;
}
.display-password{
    position: relative !important;
    right: 40px !important;
}
