/* NotaSpese theme styles */

.dashboard-view {
    position: relative;
}

.dashboard-view::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    background-image: url("/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}
