.fr-box .fr-toolbar.fr-top {
    box-shadow: none;
    border: 1px solid#f4f5fa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    box-shadow: none;
    border: 1px solid#f4f5fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn {
    width: auto !important;
    max-width: 90px;
    font-family: "AirbnbCerealMedium", "Roboto", sans-serif;
    font-size: 12px;
    color: rgb(19, 20, 21);
    margin: 0 7px;
}

.fr-toolbar .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn i {
    font-size: 12px;
    color: rgb(19, 20, 21);
}

.fr-box.fr-basic.fr-top .fr-element.fr-view table {
    box-shadow: 0 0 14px 0 rgba(0,0,0,.13) !important;
}

.fr-toolbar {
    position: sticky;
}