﻿
.info-card-label {
    align-self: stretch;
    color: var(--sds-grey-900);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.info-card-text {
    flex: 1 0 0;
    color: var(--sds-grey-900);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.info-card-container .card-body {
    padding:24px;
}


/* Loader */
#informationCardLoader {
    padding: 24px;
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--sds-grey-000);
    box-shadow: 0px 0px 1px 0px rgba(2, 3, 3, 0.25), 0px 2px 1px 0px rgba(2, 3, 3, 0.05);
}