/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 a.toplevel_page_pargo-wp div.wp-menu-image {
    background-image: url('pargo_icon.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.notice-pargo {
    position: relative;
    border-left-color: #FFF200;
}

.notice-pargo .notice-dismiss {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    align-items: center;
}

.notice-pargo h3 {
    font-weight: bold;
    color: black;
    font-size: 1.3rem;
}

.button-pargo {
    display: inline-block;
    background-color: #FFF200;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.195772);
    border-radius: 4px;
    border: none;
    color: #000;
    padding: 0.2rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.button-pargo:hover {
    background-color: #DDD465;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #000;
}