﻿.clickable {
    cursor: pointer;
}
.card-img-top {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.mud-alert-message
{
    width: 100%;
}

.custom-tooltip {
    --bs-tooltip-bg: white;
    --bs-tooltip-color: black;
    z-index: 1500;
}

