:root{--cvx_blue_dark: #0b2d71;--cvx_blue_medium: #0066b2;--cvx_blue_light: #009dd9;--cvx_red_dark: #9a213b;--cvx_red_light: #e43340;--backgound_grey: #F4F4F4}.app{display:flex;flex-direction:column;min-height:100vh;width:100%}.app>main{flex:1;display:flex;height:100%;width:100%}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Gotham Bold;font-style:bold;src:url(/assets/Gotham-Bold-cWfH6bzn.ttf) format("truetype"),url(/assets/Gotham-Bold-CyK4QtVd.eot)}@font-face{font-family:Gotham Book;src:url(/assets/Gotham-Book-BG4we2-A.ttf) format("truetype"),url(/assets/Gotham-Book-9GgilFcx.eot)}.header-container{display:flex;flex-direction:column;background-color:#fff;width:100%;max-width:100%}.logo-bar{display:flex;flex-direction:row;min-height:fit-content;overflow:hidden}.left-bar-container{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;align-content:center;padding:.5rem .5rem .5rem 2.5rem;cursor:pointer;flex-shrink:0}.logo-image{height:clamp(40px,5vh,80px);width:clamp(40px,5vh,80px)}.logo-text{font-family:Gotham Bold,sans-serif;font-size:2rem;text-align:center;color:var(--cvx_blue_light)}.right-bar-container{flex:1;display:flex;justify-content:flex-end;margin-right:1em}.icon-button{color:var(--cvx_blue_dark);background-color:transparent;margin-top:.1em}.icon-margin{color:var(--cvx_blue_dark);background-color:transparent;margin-top:.15em}.report-button{font-family:Gotham Bold,sans-serif;color:var(--cvx_blue_dark);background-color:transparent;font-size:clamp(.5rem,1rem + .2vw,1rem);max-width:min(15vw,220px);text-align:center;line-height:2em;border-radius:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border:.15em solid var(--cvx_blue_dark);margin:1em;padding:.4em 1em;box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;-webkit-filter:none!important}.report-button:hover{cursor:pointer;background-color:var(--cvx_blue_dark);color:#fff;transition:background-color .2s}@font-face{font-family:Gotham Book;font-style:normal;src:url(/assets/Gotham-Book-BG4we2-A.ttf) format("truetype"),url(/assets/Gotham-Book-9GgilFcx.eot)}.footer-container{display:flex;flex-direction:row;width:100%;max-width:100%;min-height:clamp(2rem,3vh,3rem);background-color:#ededee;justify-content:center;align-items:center}.footer-item-text{font-family:Gotham Book,sans-serif;font-size:.75em;text-align:center;color:#000;padding:1em}.page-content-container{display:flex;justify-content:center;width:100%;align-items:flex-start;background-color:#f4f4f4}.page-content-spinner{padding:30vh}.changelog-container{background-color:#fff;padding:1.5rem;max-width:900px;width:100%;margin:1.5rem auto;border-radius:8px;box-shadow:0 4px 12px #0000000d;color:#1a1a1a;line-height:1.5}.changelog-container h1{font-size:2rem;font-weight:700;color:var(--cvx_blue_dark);border-bottom:2px solid #e0e0e0;padding-bottom:.25rem;margin-top:0rem;margin-bottom:1rem}.changelog-container h2{font-size:1.5rem;font-weight:600;color:var(--cvx_blue_medium);margin:1.5rem 0 .25rem;border-left:4px solid #cce4f7;padding-left:.4rem}.changelog-container h3{font-size:1.1rem;font-weight:600;color:#333;margin:0;text-transform:uppercase;letter-spacing:.4px}.changelog-container ul,.changelog-container ol{margin:.2rem 0 .25rem 1.25rem;padding:0}.changelog-container li{margin:0;padding-left:.2rem;position:relative}.changelog-container li::marker{color:var(--cvx_blue_medium)}.changelog-container h2:before{content:"> "}.changelog-container code{background-color:#f4f4f4;padding:.05rem .2rem;border-radius:4px;font-size:.95em}.changelog-container strong{color:#145da0}.changelog-container blockquote{border-left:4px solid #ccc;margin:.75rem 0;padding:.4rem .75rem;background-color:#fafafa;font-style:italic}@media(max-width:768px){.changelog-container{padding:1rem;width:95%}.changelog-container h1{font-size:1.5rem}.changelog-container h2{font-size:1.25rem}}@media(min-width:1600px){.changelog-container{max-width:1000px;padding-left:3rem;padding-right:3rem}}.changelog-wrapper{position:relative;width:50%}.changelog-toggle{position:absolute;top:2.5rem;right:-1rem;z-index:10;background-color:var(--cvx_blue_medium)}@font-face{font-family:Gotham Bold;font-style:bold;src:url(/assets/Gotham-Bold-cWfH6bzn.ttf) format("truetype"),url(/assets/Gotham-Bold-CyK4QtVd.eot)}@font-face{font-family:Gotham Book;src:url(/assets/Gotham-Book-BG4we2-A.ttf) format("truetype"),url(/assets/Gotham-Book-9GgilFcx.eot)}.landing-page-container{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;background-color:#f4f4f4;width:100%}.landing-page-banner{flex-grow:1;background-color:var(--cvx_blue_dark);margin-top:2em;width:100%;overflow:hidden;color:#fff;font-family:Gotham Bold,sans-serif}.landing-page-banner-title{margin:1em}.landing-page-message{width:50vw;min-width:30em;margin:auto;color:#fff;font-family:Gotham Book,sans-serif;line-height:1.5em}.landing-page-centered-message{display:flex;justify-content:center;text-align:center;align-items:center}.landing-page-button-container{background:linear-gradient(0deg,#F4F4F4 50%,var(--cvx_blue_dark) 50%);display:flex;flex-direction:row;justify-content:center;width:100%}.landing-page-button{background-color:#fff;margin:1rem .5rem;padding:0rem 1rem 2rem;width:25%;box-shadow:0 3px 6px #00000029;cursor:pointer;display:flex;flex-direction:column;align-items:center;border-radius:10px}.landing-page-button:hover{background-color:#d3d3d3;transition:background-color .2s}.landing-page-button-image{height:10vh;width:10vh;margin:1.5em 0 0}.landing-page-button-title{min-height:3rem;display:flex;align-items:center;justify-content:center}.subtitle{color:#6b6d6f;margin:0;letter-spacing:0px;display:inline-block;align-self:flex-end;width:100%;font-family:Gotham Book,sans-serif}.alert-banner{display:flex;flex-direction:row;width:100vw;height:2em;margin-bottom:-2em;background-color:#dbdcdd;align-items:center}.alert-message{color:#000;flex-grow:1;font-family:Gotham Book,sans-serif}.alert-button{color:#000}@font-face{font-family:Gotham;src:url(/assets/Gotham-Book-BG4we2-A.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/Gotham-Bold-cWfH6bzn.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/Gotham-Medium-BpDuC3PL.ttf) format("truetype");font-weight:500;font-style:normal}body{margin:0;font-family:Gotham,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(hover:none)and (pointer:coarse){body{-webkit-overflow-scrolling:touch}}a{text-decoration:none;color:#0066b2}.yAxisTickText{color:#0b2d71;font-weight:700;font-size:18px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
