.dashboard-background {
    position: relative;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 30px !important;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: auto !important;
    font-family: Arial, sans-serif;
    font-weight: 500;
    min-width: 800px;
}

.dashboard-selection {
    position: relative;
    width:95%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 15px;
    margin: auto;
    border-radius: 9px;
    background-color: rgb(34, 34, 34);
    align-items: center;
    color: rgb(254, 254, 254);
    font-size: 100%;
    font-weight: 600;
    white-space: pre-wrap;
    margin-bottom: 10px;
}

.dashboard-selection-big {
    position: relative;
    width:95%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 15px;
    margin: auto;
    border-radius: 9px;
    background-color: rgb(34, 34, 34);
    align-items: center;
    color: rgb(254, 254, 254);
    font-size: 100%;
    font-weight: 600;
    white-space: pre-wrap;
    margin-bottom: 10px;
}

.dashboard-selection-reg {
    position: relative;
    width:95%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 15px;
    margin: auto;
    margin-top: 10px;
    border-radius: 9px;
    background-color: rgb(34, 34, 34);
    align-items: center;
    color: rgb(254, 254, 254);
    font-size: 100%;
    font-weight: 600;
    white-space: pre-wrap;
    margin-bottom: 10px;
}

.dashboard-selection-text {
    padding: 1.5%;
    position: relative;
    height:100%;
    width:100%;
    text-align: center;
}

.dashboard-map-wrapper {
    position: relative;
    box-sizing: border-box;    
    margin: auto;
    margin-top: 8px;
    border-radius: 9px;
    border-style: solid;
    border-width: 3px;
    border-color:rgb(219, 157, 13);
    color:aqua;
    height:90%;
    width:100%;
    overflow: hidden;
}

.left-col {
    display: flex;
    justify-content: flex-start;
}

#map {
    overflow: hidden;
}

.iso-dropdown-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align:center;
    align-items: center;
    gap: 1rem;
    margin: 0.5rem 0;
}

.dashboard-selection,
.dashboard-selection-big {
  justify-content: center;
}

.dashboard-selection-big {
  flex-direction: column;
  align-items: center;
}

.dashboard-header {
    font-weight: 600;
    font-size: 110%;
}