body {
    background: #ecf1f5;
    font: 14px "Open Sans", sans-serif;
}
/* Apply transparency to odd list items */

.upper{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.break {
    width: 95%;
    line-height: 1.5;
}

.custom-combobox {
    text-transform: uppercase;
    margin: 0 10px 0 10px;
    
}

.reccount{
    font-weight: bold;
    color: #004085;
    text-align: center;
}

/*img[alt="op_img"] {*/
/*    max-width: 60%;*/
/*    height: auto;*/
/*    margin-right: 10px;*/
/*    align-self: center;*/
/*}*/
/*img[alt="ico"] {*/
/*	width: 150px;*/
/*	height: 30px;*/
/*	margin-right: 10px;*/
/*	align-self: center;*/
/*}*/
.container {
	display: flex;
	width: 80%;
}
#center_container {
    display: flex;
    justify-content: center;
}


.bottom-container,
.top-container,
.middle-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 0 0;
}
.top-left-div,
.top-center-div,
.top-right-div,
.middle-left-div,
.middle-center-div,
.middle-right-div,
.bottom-left-div,
.bottom-center-div,
.bottom-right-div {
    flex: 1;
    max-width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch; 
}
.footer-container {
    flex: 1;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
}
.footer-left-div {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.top-left-div > p,
.middle-left-div > p,
.bottom-left-div > p,
.top-center-div >p,
.middle-center-div > p,
.bottom-center-div > p,
.top-right-div > p
.middle-right-div > p,
.bottom-right-div > p {
     text-align: center;
}

.record-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* Optional: If you want the child elements to grow as well */
.record-container > * {
    flex: 1; /* This will make the child elements grow to fill the container */
}


.left-bottom,
.right-bottom {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-group {
    display: inline-block;
    width: 100%;
}
}
.second-row-items {
	flex-basis: 100%;
	margin-top: 10px;
	text-align: center;
}
.header {
	text-align: center;
	padding: 20px;
	font-size: 20px;
}
/*#persbox {*/
/*    display: flex;
    flex-wrap: wrap; /* Allow cards to wrap onto the next line 
    justify-content: center; /* Align cards in the center horizontally 
    align-items: flex-start; /* Align cards at the start vertically 
/*}*/
/*.cemedata {*/
    /* Styles for cemedata
    margin-bottom: 20px; /* Adjust margin as needed 
    width: 100%; /* Make sure it spans the width of the container */
/*    text-align: center;*/
/*}*/

/*.card {*/
    /* Styles for cards */
/*    width: 300px;*/
/*    margin: 10px;*/
/*    background-color: #ECF1F6;*/
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
/*    border-radius: 25px;*/
/*    overflow: hidden;*/
/*    padding: 10px;*/
/*    min-width: 300px;*/
/*}*/

/*.card-title {*/
    /* Styles for card titles */
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    color: white;*/
/*    margin: 0;*/
/*}*/

/*.card-title-box {*/
    /* Styles for card title boxes */
/*    background-color: #2E86C1;*/
/*    color: white;*/
/*    padding: 5px 0;*/
/*    border-radius: 10px;*/
/*    margin: -10px;*/
/*}*/
.modal-header {
	background-image: linear-gradient(#7FDBFF,white);
}
.modal-footer {
	background-image: linear-gradient(white,#7FDBFF);
}
#left-panel-link {
	position: relative;
	left: 5%;
	background-color: #555;
	color: white;
	font-size: 16px;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}
#right-panel-link {
	position: absolute;
	right: 10%;
	background-color: #555;
	color: white;
	font-size: 16px;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}
.toggle {
    align-self: flex-start;
}

.label-row {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}
.sep {
	height: 25px;
}
.nr1 {
    width: 8ch;
    text-align: center;
}
.nr2 {
    width: 8ch;
    text-align: center;
}
.box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 0 5px 0px;
    width: 95%;
}

.box3 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
    padding: 0 0 5px 0px;
}

.circle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	margin: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	align-content: space-around;
	flex-wrap: wrap;
}
.circlesblue {
	background-color: #6193c6;
	width: 100px;
	height: 100px;
	color: white;
	font-size: 1.1em;
	text-align: center;
}

/*.title {*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    font-size: 1.3em;*/
/*    margin-bottom: 10px;*/
/*    color: #004085;*/
/*}*/

#setvars-container {
    flex: 1;
    width: 100%;
    display: inline-table;
    background-color: #c3dfea;
    border-radius: 10px;
    min-height: 410px;
}

#data-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin: 9px;
    align-content: center;
}

#map {
    flex: 1;
    width: 65%;
    min-width: 55%;
    max-width: 100%;
    border-radius: 10px;
    overflow: auto;
    min-height: 410px;
}

.toggle  {
    margin: 0 10px 0 0;
}

@media (max-width: 800px) {
    .upper {
        display: flex;
        direction: column;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #setvars-container {
        flex: 1;
        width: 100%;
        display: inline-table;
    }
	#map {
	    flex: 1;
	    width: 100%;
	    margin: 15px;
	}
    .records_container {
      display: grid;
      grid-template-columns: auto
      grid-auto-rows: auto;
      gap: 10px;
}

