/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#shipping_conditions_metabox .select2-container .select2-search__field {
    width: 400px !important;
}

#payment_conditions_metabox .select2-container .select2-search__field {
    width: 400px !important;
}

.wpruby_button{
    background-color:#4CAF50 !important;
    border-color:#4CAF50 !important;
    color:#ffffff !important;
    width:100%;
    text-align:center;
    height:35px !important;
    font-size:12pt !important;
}

.wpruby_button .dashicons{
    padding-top:6px;
}