#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.wpfd_notice {
    padding: 10px;
    font-weight: bold;
    position: relative;
    border-radius: 30px;
    margin: 10px;
}
.wpfd_notice-info {
    color: #fff;
    background: #0092ff;
}
.wpfd_notice .dismissButton {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: .5s transform ease-in-out;
    transition: .5s transform ease-in-out;
}
.wpfd_notice .dismissButton:hover {
    cursor: pointer;
    transform: translateY(-50%) rotate(90deg);
}
.wpfd_notice .dashicons {
    background: #fff;
    border-radius: 50%;
    color: #3692ff;
}
#wpfdAddonmodal {
    width: 80%;
    height: auto;
    padding: 20px;
    display: none;
    background: #FFF;
    z-index: 999999 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

}
