html, body {
	font-size: 18px;
	height: 100%;
}

path {
	stroke: #ccc;
	stroke-width: 0.05px;
	pointer-events: all;
}

path:hover {
	fill: #EDC477 !important;
}

#svgContainer {
	border-radius: 30px;
	box-shadow: rgba(252, 252, 252, 0.24) 0px 3px 8px;
	flex-grow: 1;
	height: 80%;
    position: relative;
}

.flexRow {
	display: flex;
	height: 100%;
    /* left: 50%; */
    /* top: 50%; */
    /* justify-content: center;
    align-items: center;  */
    background-color: #040B14;
    color: #ddd;
    width: 100%;
}

.flexRow > div {
	margin: 0px 20px;
}

.centerContainer {
    display: inline-block;
    margin: 0 auto;
}

.flexLegendRow {
	display: flex;
	margin: 10px 10px;
}

.flexColumn {
	display: flex;
	flex-direction: column;
	margin: 10px;
}

#blankSquare {
	width: 30px;
	height: 30px;
	background-color: #f2f2f2;
}

.legendSquare {
	min-width: 30px;
	min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

.legendVal {
	margin-left: 5px;
}

#hoverCities {
    font-weight: bold;
}

#hoveredIndicator {
    /* background-color: red; */
    padding-bottom: 10px;
    font-size: 15px;
    /* z-index: -10; */
}

/* #hoveredIndicator {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 80%;
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 1rem;
    word-break: break-word;
} */

#graphWrapper {
    height: 100%;
    width: 50%;
    display: table;           /* Use flexbox layout */
}

#graphDiv {
    display: table-cell;   /* Use table cell layout for children */
    vertical-align: middle; /* Vertically center children */
    height: 100%;
    width: 100%;
    margin-right: 7%;
    margin-left: 3%;
    /* background-color: white; */
}

/* .button {
	height: 50px;
	font-size: 18px;
	margin: 10px;
	padding: 10px;
} */

body {
	margin: 10px;
    /* background-color: #343434; */
}

#backButton {
	margin: 20px;
	
}

#settingButton {
    margin-top: 5px;
    padding: 10px;
    margin-bottom: 10%;
}

#playButton {
    margin-top: 5px;
    padding: 10px;
    margin-bottom: 10%;
}

#stopButton {
    margin-top: 5px;
    padding: 10px;
    margin-bottom: 10%;
}

.fieldRadio, .advertiserRadio {
    border: 1px solid black;
    background-color: #fafafa;
    margin-left: 10px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	flex-grow: 1;
}

/* .fieldRadio {
    font-size: 12px;
} */

.interactionGroup {
    padding: 15px;
    width: 20%;
    padding-right: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-left: 10px;
}

.keyInfo {
    margin-bottom: 10px;
}

.boldLabel {
    font-weight: bold;
}

input,
label {
    cursor: pointer;
}

label,
small {
    margin-top: 0.1em;
}

input[type="radio"] {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}

.custom-radio {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    background-color: #e8e8e8;
    border-radius: 50%;
    outline: 1px solid #999;
}

/* keyboard navigation focus appearance */
.custom-radio:focus-visible {
    outline-offset: 0;
}

.custom-radio:hover {
    outline-color: #46B1BA;
}

.custom-radio:checked {
    outline-color: #46B1BA;
    background-color: #46B1BA;

    animation: outline-checked;
    animation-duration: 0.1s;
    animation-iteration-count: 4;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes outline-checked {
    0% {
        outline-offset: 0;
    }

    100% {
        outline-offset: -0.2rem;
    }
}

#sq1 {
    background-color: #40AEEF;
}

#sq2 {
    background-color: #DE201F;
}

#sq3 {
    background-color: #F7A927;
}

#sq4 {
    background-color: #80A408;
}

#sq5 {
    background-color: #47BFD6;
}

#sq6 {
    background-color: #FEF481;
}

#sq7 {
    background-color: #9FBA86;
}

#sq8 {
    background-color: #959696;
}

#masthead {
    margin-top: 10%;
    margin-bottom: 5%;
    font-size: large;
}

#title {
    font-size: 40px;
    font-weight: bold;
}

#subheader {
    margin-left: 4em;
    font-style: italic;
}

.sticky-logo {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    width: 5%; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    z-index: 1000; /* Ensure it overlays other content */
}

#playbackControls {
    padding-top: 10%;
}

#rightPanel {
    width: 18%;
    height: 100%;
    padding-top: 15vh;
}

.infoBox {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.generalHeader {
    font-size: 28px;
    padding-bottom: 15px;
}

#pieWrapper {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myBarChart {
    width: 100% !important;
    height: 95% !important;
    display: block;
}

#recentContent {
    text-align: left;
    width: 100%;
}

.tidbit {
    margin-bottom: 8px;
    font-size: 15px;
}

.analyticTidbit {
    margin-bottom: 1px;
    text-align: left;
    width: 100%;
}

.stickyText {
    position: absolute;
    top: 10px; /* Adjust as needed for top spacing */
    right: 10px; /* Adjust as needed for right spacing */
    padding: 5px 10px;
    border-radius: 4px; /* Optional: rounded corners */
    font-size: 16px;
    font-weight: bold;
    z-index: 1; /* Ensure it overlays the SVG */
}

#stopButton {
    display: none;
}

#announcedPercent {
    font-weight: bold;
}