﻿
.profile-container {
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: #f0f0f0;
}

.profile-mas {
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: #f0f0f0;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

#cameraIcon {
    font-size: 24px;
    color: #666;
}
#cameraIconmas {
    font-size: 17px;
    color: #666;
}

input[type="file"] {
    display: none;
}
