.topbar_container {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}

.topbar_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.topbar_msg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height:100%;
}

.topbar_msg.new_line {
    flex-direction: column;
}

.topbar_button {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    margin-left: 15px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.topbar_link {
    margin-left: 15px;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {
    .topbar_msg {
        padding: 0 10px;
    }
    
    .topbar_msg.new_line .topbar_button,
    .topbar_msg.new_line .topbar_link {
        margin-left: 0;
        margin-top: 8px;
    }
}
