@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap');

body, table, th {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

strong, th {
    font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

#pb-admin-help-button {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 1em;
    right: 2rem;
    color: #333;
    font-size: 1.5rem;
}

.pb-green-gradient-bg {
    background-image: linear-gradient(#2AC7B1, #42E597);
}

.pb-blue-gradient-bg {
    background-image: linear-gradient(#2F76B9, #3C9EDB);
}

.btn {
    border-radius: 18px;
}

.btn-success {
    background-image: linear-gradient(#2AC7B1, #42E597);
    color: #333;
}

.btn-primary {
    background-image: linear-gradient(#235C86, #217CB5);
}

.btn-secondary {
    
}

.table tbody tr:hover {
    background: #eee;
}