.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a{
color: black;
}

/* Code to change page width START */
.zoneInner, .zoneWrap, .zoneInner >
.WaPlaceHolder { max-width: 1200px; }
/* Code to change page width END */

/* Remove social login forms from gadget */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;

}
.WaGadgetUpcomingEvents ul li{border-bottom-style:outset;}

.WaGadgetUpcomingEvents ul li .title{text-decoration: underline;}
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer ul.registrationInfo li label strong{
color:white;}
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer ul.registrationInfo li div
{
color:white;
}
/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: yellow !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #f38c1c !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: 0 !important;
    color: #f37b1c !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: #f37b1c !important;
    color: white !important;
}
#id_IBVEqCz,#id_Du2cW7I, #id_RhUmaba{
    background-color: #3498db; /* Change background color */
    color: #ffffff;           /* Change text color */
    font-size: 14px;          /* Adjust font size */
    border-radius: 5px;       /* Round the corners */
    padding: 10px 20px;       /* Add padding */
    border: none;             /* Remove border */
    cursor: pointer;          /* Change cursor to pointer */
    transition: all 0.3s ease; /* Add hover effect */
}

#id_IBVEqCz:hover,#id_Du2cW7I:hover,#id_RhUmaba:hover {
    background-color: #2980b9; /* Darker blue on hover */
    color: #ffffff;           /* Ensure text color stays white */
}