.celecom-subuser-management {
    text-align: center;
    margin: 20px;
}

.subuser-details {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.profile-photo-wrapper {
    position: relative;
    display: inline-block;
}

.round-profile-picture {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    object-fit: cover;
    margin-top: -15px;
    margin-left: 13px;
}

.round-profile-picture.grayscale {
    filter: grayscale(100%);
}

.admin-profile-picture {
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid white; /* Add a white border */
}

.celecom-subuser-management form {
    display: inline-block;
    text-align: center;
    max-width: min-content;
}

.celecom-subuser-management form p {
    text-align: center;
    margin-bottom: 10px;

}

.celecom-subuser-management form input[type="submit"] {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.celecom-subuser-management form input[type="submit"]:hover {
    background-color: #005177;
}

.celecom-subuser-management button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.celecom-subuser-management button:hover {
    background-color: #005177;
}

.celecom-subuser-management select, .celecom-subuser-management input[type="text"], .celecom-subuser-management textarea {
    width: 300px;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    text-align: left;
}


.round-profile-picture.default-profile-picture {
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
}
#profile-photo-upload:hover {
    cursor: pointer;
}

/* jQuery UI Datepicker Style */
.ui-datepicker {
    background: #0073aa;
    border: 1px solid #555;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-header {
    background: #005177;
    color: #ffffff;
}

.ui-datepicker .ui-state-default {
    background: #0073aa;
    color: #ffffff;
}

.ui-datepicker .ui-state-hover {
    background: #005177;
    color: #ffffff;
}

.ui-datepicker .ui-state-active {
    background: #005177;
    color: #ffffff;
}
