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

 #toplevel_page_servicebot .dashicons-before img{
     height: 19px;
     padding-top: 6px;
 }

 .bfwp-admin-box {
    font-size: 14px;
    display: flex; background: white; border-radius: 5px; margin-bottom: 2em;
}
.bfwp-admin-box.layout-col{
    flex-direction: column;
}
.bfwp-admin-box.padded{
    padding: 3em;
}
.bfwp-button{
    font-size: 14px;
    padding: 1em 2em;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}
.bfwp-button.primary{
    background-color: blue;
    color: white;
}
.banner-right{
    padding: 30px 100px;
}
@media only screen and (max-width: 1300px) {
    .bfwp-admin-box{
        font-size: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .bfwp-admin-box{
        font-size: 10px;
    }
}
@media only screen and (max-width: 600px) {
    .bfwp-admin-box{
        flex-direction: column;
        font-size: 10px;
    }
    .banner-right{
        padding: 30px 30px;
    }
}