.celecom-subuser-details {
    text-align: center;
    margin: 20px;
}
.round-profile-picture {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    object-fit: cover;
    display: block;
    margin: 0 auto 20px;
}
.celecom-subuser-details .button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.celecom-subuser-details button {
    margin: 5px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.celecom-subuser-details .button-secondary {
    background-color: #f1f1f1;
    color: #000000;
}
.celecom-subuser-details .button-secondary:hover {
    background-color: #e1e1e1;
}
.celecom-subuser-details button:hover {
    background-color: #005177;
}
