#betby {
    min-height: 100vh;
}
.header {
    z-index: 101;
}
#n8n-chat .chat-window-wrapper {
    left: var(--chat--window--right);
    right: auto;
}
#n8n-chat .chat-window-wrapper .chat-window-toggle {
    margin-left: 0;
}
#betslip {
    width: 40px;
}
#betslip .bets-total {
    background-color: white;
    color: #0989ff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: 18px;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#betslip svg {
    width: 18px;
    fill: black;
    color: white;
}
.popup2 {
    z-index: 101;
}