
.flex-1 {
    padding: 5px;
}

.selected { 
    background-color: rgb(0 66 137 / 50%);
    opacity: 0.75;
}

.result {
    /* background-color: red; */
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
    padding-top: 5px;
}

.segHeaderBar {
    background-color: #0E3B83;
    color: white;
}