.tool_bar{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tool_bar>.checkbox{
}
.tool_bar>.select{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tool_bar>.select .language{
    margin-right: 10px;
}