header.header {
  border-color: #ffffff;
  color: black;
  padding-block: 16px; }
  header.header .top {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; }
  header.header .second-row {
    display: flex;
    justify-content: space-between; }

.header_bottom_wrapper {
  margin: 0 -10.5px !important; }
  .header_bottom_wrapper div[role="button"] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
    .header_bottom_wrapper div[role="button"]:hover {
      filter: brightness(115%); }
