.popupInfo
{
    position: absolute !important;
    z-index: 10 !important;
    display: none;
    min-height: calc(100vh - 75px) !important;
    max-height: calc(100vh - 75px) !important;
    max-width: 50% !important;
    min-width: 50% !important;
    top: 15px;
    right: 0px;
}

.popupInfo.is-active
{
    display:flex;
}

.fixed-card{
    min-height: calc(100vh - 205px) !important;
    max-height: calc(100vh - 205px) !important;
    position: relative;
    overflow-y: auto;
}

.popupInfo-card
{
    margin: 0 auto;
    width: 100%;
}

.card
{
    margin-bottom: 5px;
}

.card-header 
{
    box-shadow: none;
    border-bottom: solid 1px;
}

.card-content {
    padding: 0.9rem;
}

