.last-update {
    font-size: 12px;
    color: gray;
    margin-right: 0;
    text-align: right;
    margin-right: 5vw;
    margin-top: 10px;
    height: 0;
}

.menu_btn {
    background-color: rgb(34, 93, 170);
    padding: 5px 10px;
    border: 0;
    color: white;
    font-size: 17px;
    border-radius: 4px;
}

.menu_btn:hover {
    background-color: rgb(55, 111, 185);
}

.navSel {
    background-color: rgb(85, 132, 194);
}

.noFocus:focus-within {
    outline: none;
}

.globalAnnounce {
    display: none;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}

#marketChangeRadio {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.radioBtn {
    border: 0;
    height: 35px;
    margin-left: 5px;
    outline: none;
    background-color: #333;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.radioBtn input {
    height: 0px;
    width: 0;
    cursor: pointer;
}

.radioBtn label {
    cursor: pointer;
    height: 35px;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 10px;
    font-weight: 500;
    user-select: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgb(255, 255, 255);
    color: rgb(2, 2, 2);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    animation-duration: 500;
    pointer-events: none;
    font-size: 12px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    
}

.invisible-btn{
    background: none;
    margin: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
}

.confluenceBtn{
    height: 40px;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

.confluenceBtn:focus{
    outline: none;
}

.confluenceBtn:hover button{
    color: rgb(194, 194, 194);
}

.confluenceBtn button{
    cursor: pointer;
    font-size: 12px;
    color: white;
    background-color: rgba(255, 0, 0, 0);
    border: none;
    height: 24px;
    text-decoration: underline;
}