

.para_navbar {
  background: #04529e;
  display: table;
  width: 20px;
  padding: 7px 5px 5px 5px;
  border-radius:2px;
  margin:10px 2px 0 2px;
  justify-content: space-between;
  align-content: center;
  .language-selector {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    appearance: auto;
    option {
      background: #04529e;
      color: #fff;
    }
  }
}
