/* Add here all your CSS customizations */
.font-weight-bold, b, strong {
    font-weight: 400 !important;
    letter-spacing: 1px;
}

.nutrimas-table-action {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 0;
}

.body-sign .card-sign .card-title-sign .title {
    padding: 0px 10px;
}

.multiselect-native-select, .btn-group {
    width: 100%;
    max-width: 100%;
}

.btn-group button {
    text-align: left !important;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .page-header {
        margin-top: 56px;
    }
}