.dashboard-button {
    background: #4461f2;
    box-shadow: 0px 15px 20px rgba(98, 60, 231, 0.35);
    border-radius: 8px;
    padding: 0.375rem;
    border: none;
    width: 40px;
    height: 38px;
    transition: background-color 0.2s ease;
}
.dashboard-button:hover {
    background: rgb(115, 133, 224);
}
.dashboard-button:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.burger-button {
    padding: 0.1rem 0.3rem;
}
.burger-button svg {
    height: 0.6rem;
}
