/* General Styles */
.celecom-event-landing-page,
.celecom-gift-confirmation,
.celecom-gift-preview,
.celecom-message-preview,
.celecom-pick-a-gift {
    text-align: center;
    margin: 20px;
}



.admin-profile-picture {
    border-radius: 50%;
    width: 59px;
    height: 59px;
    object-fit: cover;
    outline: 2px solid #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Fixed box shadow */
    position: absolute;
    top: 97px;
    left: 60px;
}



.buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}

.button:hover {
    background-color: #005177;
}

.button-secondary {
    background-color: #f1f1f1;
    color: #000000;
}

.button-secondary:hover {
    background-color: #e1e1e1;
}

 /* template header style , custom css */
#content > div > div > div > div.nv-page-title-wrap.nv-big-title > div > h1 {
    text-align: center;
}
.tagged-user {
    
    padding-top: 5px;
    padding-bottom: 5px;

}
.tagged-users-list{

    padding-bottom: 30px;
}