﻿.customcard {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60vh;
    max-width: 50vw;
    background-color: var(--ul-color-gray-lightest);
}

.customcard-header {
    height: 4vh !important;
    max-height: 4vh !important;
}

.customcard-body 
{
    padding: 0.8rem var(--bs-card-spacer-x) !important;
}



.card-title {
    font-weight: bold !important;
    margin: 0 !important;
}

.card-header-align-chevron {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}


