@import url(https://fonts.googleapis.com/css?family=Nunito);

.navbar-laravel {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04)
}

.vue-notification {
    padding: 10px;
    margin: 0 5px 5px;
    font-size: 12px;
    color: #fff;
    background: #44a4fc;
    border-left: 5px solid #187fe7
}

.vue-notification.warn {
    background: #ffb648;
    border-left-color: #f48a06
}

.vue-notification.error {
    background: #e54d42;
    border-left-color: #b82e24
}

.vue-notification.success {
    background: #68cd86;
    border-left-color: #42a85f
}

.sidebar {
    background-color: #4285f4 !important;
}