﻿
.program-stats * {
    margin     : 0;
    padding    : 0;
    box-sizing : border-box;
}

.program-stats line.crisp {
    shape-rendering : crispEdges;
}

.program-stats text {
    fill        : gray;
    font-family : Helvetica, sans-serif;
    font-size   : 9px;
}

.program-stats .program-statistic-chart {
   background-color : white;
   margin-bottom    : 15px;
   border-radius    : 6px;
}

.program-stats .chart .domain {
   display : none;
}

.program-stats .chart .tick > line {
   color   : gainsboro;
   opacity : 0.7;
}

.program-stats .chart-caption {
   font-size  : 14px;
   fill       : black;
   /* font-variant: small-caps; */
}

.program-stats .emphasize-series,
.program-stats .emphasize-series > rect {
    fill: black !important;
}

div:has(> div > div.program-stats)
{
    height: auto !important;
}

.program-stats-loading-div {
    text-align: center;
    padding: 0.50rem;
}

.pageContent {
    margin: 0px auto 0px auto;
}

.contentContainer img {
    width: 155px;
    height: 75px;
    padding: 12px;
    margin-left: 12px;
    margin-bottom: 25px;
}

.flexContainer {
    display: flex;
    margin: 0px auto 0 auto;
    justify-content: center !important;
}

.logo {
    width: 150px;
    margin: 0px 20px;
}

.logoContainer {
    display: flex;
    flex-direction: column;
    place-content: space-around;
}

.btnContainer {
    text-align-last: center !important;
}

.checkBoxContainer {
    column-count: 1;
    line-height: 24px;
    max-width: max-content;
}

ol {
    list-style-type: none;
}

#uris-system-description {
    font-size: 12px;
    box-sizing: border-box;
    left: 245px;
    width: 460px;
    position: relative;
    padding: 0px 45px;
    text-align: center;
}

#uris-system-description::before {
    content: "The URIS website quotes, binds, and generates policy documentation online, allowing insurance companies to access policy documents, track premiums, and review claims in real time.";
}

div:has(> div > p#uris-system-description) {
    height: auto !important;
}