﻿:root {
    --shadows: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] {
    --shadows: #363636;
}
.shadows:hover {
    box-shadow: var(--shadows) 0px 0px 5px 0px, var(--shadows) 0px 0px 1px 0px;
}


.text-color-black {
    color: var(--black-color) !important;
}

canvas {
    max-width: 140px !important;
    height: 140px !important;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    object-fit: contain !important;
}
