.natro-menu_parent div:first-child::before, .natro-menu_parent a:first-child::before {
    font-family: "dashicons" !important;
    color: white !important;
}

.natro-menu .ab-sub-wrapper {
    background-color: rgb(129, 188, 0) !important;
}

.natro-menu li a {
    float: left;
    color: white !important;
    padding-bottom: .5em !important;
    padding-top: .5em !important;
}

.natro-menu li a:hover {
    background-color: rgb(117, 168, 5) !important;
}

.menu-item_natro > a, .menu-item_natro > a:hover, .menu-item_natro .ab-top-menu > li.hover > .ab-item {
    font-weight: bolder !important;
    background-color: rgb(129, 188, 0) !important;
    color: white !important;
}

.menu-item_natro div:first-child::before {
    content: "\f313";
    color: white !important;
}

.menu-item_settings a::before {
    content: "\f111";
}

.menu-item_cache a::before {
    content: "\f182";
}

.menu-item_sss a::before {
    content: "?";
    padding: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px!important;
}

.menu-item_plugins a::before {
    content: "\f106";
}


#wp-admin-bar-natro_menu_parent > a{
    background-image: url("../../shared/images/natro_logo.png")  !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width:50px;
}
.sweet-alert fieldset{
    display: none !important;
}