html {
    font-size: 12px;
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
}

html, body {
    height: 100%;
}

body {
    font-family: helvetica, arial, verdana, sans-serif;
    padding-top: 0.1px;
}


a {
    color: #0077cc;
}

.card h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer {
    margin-top: 20px;
    border-top: 1px solid #9f9f9f;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.claimsTable {
    table-layout: fixed;
    font-size: 0.8em;
}

.claimsTable th {
    text-align: left;
    padding: 5px;
    background-color: #f2f2f2;
}

.claimsTable th:first-of-type {
    min-width: 100px;
}

.claimsTable td {
    padding: 5px;
}

.card:hover {
    border-color: blue;
    cursor: pointer;
}

.persona-icon-container {
    display: inline-block;
    width: 80px;
}

.persona-info-container {
    display: inline-block;
}

.icon-container {
    width: 80px;
    height: 80px;
}

.persona-icon {
    background-color: aqua;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: contain;
}

.persona-card:focus {
    outline: 2px solid #007BFF; /* Bootstrap primary color */
    outline-offset: 2px;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.color-0 {
    background-color: #B0C4DE; /* Light Steel Blue */
}

.color-1 {
    background-color: #F4A460; /* Sandy Brown */
}

.color-2 {
    background-color: #90EE90; /* Light Green */
}

.color-3 {
    background-color: #FFB6C1; /* Light Pink */
}

.color-4 {
    background-color: #FFD700; /* Gold */
}

.color-5 {
    background-color: #87CEFA; /* Light Sky Blue */
}

.color-6 {
    background-color: #DDA0DD; /* Plum */
}

.color-7 {
    background-color: #FFDEAD; /* Navajo White */
}

.color-8 {
    background-color: #98FB98; /* Pale Green */
}

.color-9 {
    background-color: #AFEEEE; /* Pale Turquoise */
}

.color-10 {
    background-color: #F08080; /* Light Coral */
}

.color-11 {
    background-color: #E0FFFF; /* Light Cyan */
}

.color-12 {
    background-color: #FFFACD; /* Lemon Chiffon */
}

.color-13 {
    background-color: #F5DEB3; /* Wheat */
}

.color-14 {
    background-color: #E6E6FA; /* Lavender */
}
