.main-menu-items {
    font-size: 20px;
    color: #FFA129C9;
    width: 12rem;
    justify-content: center;
}

.close-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: transparent;
    border: 0;
}

.close-button:hover {
    background: white;
}

#map-pane-tdms {
    width : 100%;
    height : 100vh;
    margin : auto;
    display : block;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.legend {
    vertical-align: middle;
    text-align: right;
}

.tooltip-left {
    text-align: left;
    font-size: 15px;
}

.tooltip-right {
    text-align: right;
    font-size: 15px;
}

.tooltip-row {
    text-align: center;
    font-size: 17px;
}

.sidebar-labels {
    font-size: 20px;
}

.home-deck {
    margin-top: 50px;
    margin-left: 2%;
    margin-right: 2%;
    height: 20%;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.main-container {
    position: fixed;
}

.map-pane {
    position: fixed;
}

.container {
    display: flex;
    position: absolute;
    justify-content: space-between;
    padding: 0px;
    top: 20%;
    left: 30px;
    right: 30px;
    gap: 30px;
}


.radio-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.radio-menu > * {
    font-size: 22px;
}



.logo-extra-img {

}

.radio-group .form-check {
  padding-left: 0;
}

.radio-group .btn-group > .form-check:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.radio-group .btn-group > .form-check:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.btn-group {
    flex-wrap: wrap;
}