
/* remove info button outline seen in Chrome and Edge */
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none !important;
    box-shadow: none !important;
}

/* dash table export button */
.dash-spreadsheet-menu {
    margin: 1% 0 1% 0;
    justify-content: left;
}

.export {
    border-radius: 5px;
    border: 2px solid lightgrey;
    padding: 0 15px;
    /*font-family: ‘Poppins-Bold’;*/
    background-color:white;
    transition:.25s;
}

.export:hover {
    color:white;
    box-shadow: 0px 1px 3px #bfbfbf;
    background-color: #bfbfbf;
}

