* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /* font-family: Arial, Helvetica, sans-serif; */
}

.header {
  overflow: hidden;
  background-color: #2b2b2b;
  padding: 5px 10px;

  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */

  /* border-color: red;
  border-style: dashed; */
}

.header button.header_button {
  /* float: left;
  /* color: black; */
  /* text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px; */

  /* float: left; */
  /* text-align: center; */
  /* padding: 12px; */
  /* text-decoration: none; */
  /* font-size: 18px; */
  line-height: 25px;
  /* border-radius: 4px; */
  min-width: 40px;
  display: inline-flex;
  vertical-align: middle;
  text-decoration: none;
  /* position: relative; */
  /* outline: none; */
  justify-content: center;
  /* flex-wrap: nowrap; */
  /* flex-direction: row; */
  cursor: pointer;
  align-content: center;
  align-items: center;
  min-height: 8px;
  border-radius: 8px;
  display: inline-flex;
  /* margin-top: 9px;
  margin-bottom: 9px; */
  height: 40px;
  background-color: #2b2b2b;
  /* border-color: #2b2b2b; */
  border: none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  letter-spacing: 1.9px;
  font-weight: 400;
  height: 40px;
}

.header a.logo {
  color: #ffffff;
  font-family: "Oswald", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.9px;
  text-decoration: none;
  padding: 0px;
}

.header img {
  height: 30px;
  width: 30px;
  padding-right: 0.5em;
}

.header button.header_button:hover {
  background-color: #ffffff;
  color: black;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

/* .header a.active {
  background-color: dodgerblue;
  color: white;
} */

.header-right {
  float: right;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.header_left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

.header_hr {
  margin: 0px;
  padding: 0px;
}

.header .header_search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.header .hs_box {
  display: flex;
  flex-direction: row;
  /* padding: 4px; */
  /* border-radius: 5px; */
  /* border-color: white; */
  /* border-style: solid; */
  /* border-width: 1px; */
  width: 15em;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  border-bottom-color: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.header .hs_input {
  flex-grow: 1;
  display: flex;
}

.header .hs_input input {
  width: 100%;
  background-color: #2b2b2b;
  border: none;
  /* border-bottom-color: white; */
  /* border-bottom-style: solid; */
  /* border-bottom-width: 1px; */
  outline: none;
  color: white;
}

.header .hs_button {
  padding-right: 5px;
  padding-left: 10px;
  cursor: pointer;
  color: white;
}

.header .hs_button:hover {
  color: rgb(190, 255, 158);
}

.header_status {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.hs_1 {
  color: #ffffff;
  font-family: "Oswald", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.9px;
  text-decoration: none;
  padding: 0px;
}
