.themeshark-admin-menu-tab .wp-menu-image::before{
    content:"";
    filter:grayscale(100%);
    background-image: url('../images/themeshark-icon.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    margin-top:-2px;
    width:20px;
    height: 22px;
}

.themeshark-admin-menu-tab .wp-menu-open .wp-menu-image::before,
.themeshark-admin-menu-tab a:hover .wp-menu-image::before,
.themeshark-admin-menu-tab a:focus .wp-menu-image::before,
.themeshark-admin-menu-tab a:active .wp-menu-image::before{
    filter:grayscale(0%);
}

.themeshark-admin-menu-tab .wp-menu-open{
    background-color: #111111!important;
}

.themeshark-notice{
    display:flex;
}

.themeshark-notice .notice-title{
    margin:0px;
}

.themeshark-notice-thick.themeshark-notice{
    padding-left:0px;
}
.themeshark-notice-thick .themeshark-notice-content{
    padding:20px;
}
.themeshark-notice-aside{
    width: 50px;
    background-color:#e5f6ff;
}
.themeshark-notice-aside .themeshark-icon-wrapper{
    content: '';
    background-image: url('../images/themeshark-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 10px auto auto auto;
    width: 28px;
    height: 32px;
}
.dismiss-link{
    cursor:pointer;
    text-decoration: underline;
}

.themeshark-notice-actions{
    margin-top: 1rem;
}
.themeshark-notice-button{
    padding: 7px 12px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
    margin-right: 5px;
}

.themeshark-notice-button-standard{
    background-color: #0073aa;
    color: white;
}
.themeshark-notice-button-standard:hover{
    background-color:  #005177;
    color:white;
}

.themeshark-notice-button-secondary{
    padding: 5px 10px;
    border: 2px solid #0073aa;
    color: #0073aa;
}


.ts-contribute-menu-item{
    color: #f35353;
}