.grid-item {
cursor: pointer;
transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}
.grid-item:hover {
transform: scale(1.03);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.grid-item.selected {
border: 4px solid #007BFF !important;
}
.check-icon {
position: absolute;
top: 8px;
right: 8px;
color: #007BFF;
font-size: 24px;
} .aspect-ratio-1-1 {
aspect-ratio: 1 / 1;
object-fit: cover;
}
#sendmail {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 20px; }
#general{
width: 50%;
}
.custom-card {
border-radius: 16px;
border: none;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}