﻿.btn:hover {
    background-color: inherit !important;
}

.btn:active {
    background-color: inherit !important;
}

.btn:focus {
    box-shadow: none !important;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: transparent !important;
    border: none !important;
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}
