/* line 7, /web/gr-front-end/app/assets/stylesheets/header.scss */
.blue-color {
  color: #0096FF;
}

/* line 10, /web/gr-front-end/app/assets/stylesheets/header.scss */
.purple-color {
  color: #bb3264;
}

/* line 13, /web/gr-front-end/app/assets/stylesheets/header.scss */
.white-color {
  color: #ffffff;
}

/* line 16, /web/gr-front-end/app/assets/stylesheets/header.scss */
.grey-color {
  color: #393939;
}

/* line 19, /web/gr-front-end/app/assets/stylesheets/header.scss */
.blue-background-color {
  background-color: #0096FF;
}

/* line 22, /web/gr-front-end/app/assets/stylesheets/header.scss */
.purple-background-color {
  background-color: #bb3264;
}

/* line 25, /web/gr-front-end/app/assets/stylesheets/header.scss */
.whitevector {
  fill: #ffffff;
}

/* line 28, /web/gr-front-end/app/assets/stylesheets/header.scss */
header {
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(90deg, #0093ff, #bb3264);
  padding: 0 3vw;
}

/* line 36, /web/gr-front-end/app/assets/stylesheets/header.scss */
.header-div {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* line 41, /web/gr-front-end/app/assets/stylesheets/header.scss */
.header-nav-li {
  outline: 0;
}

/* line 44, /web/gr-front-end/app/assets/stylesheets/header.scss */
#navbar-div > a {
  display: block;
  color: inherit;
  text-decoration: none;
  color: white;
  margin-left: auto;
}

/* line 52, /web/gr-front-end/app/assets/stylesheets/header.scss */
#navbar-div {
  display: none;
}

/* line 56, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger {
  height: auto;
  cursor: pointer;
  width: 2em;
}

/* line 62, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu {
  display: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  margin-right: 3vw;
}

/* line 68, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu {
  top: 6em;
  right: 0;
  z-index: 1000;
  width: 50%;
  background: white;
  position: absolute;
  text-align: center;
}

/* line 78, /web/gr-front-end/app/assets/stylesheets/header.scss */
.logo {
  height: 5em;
}

/* line 81, /web/gr-front-end/app/assets/stylesheets/header.scss */
.logovector {
  fill: white;
}

/* line 85, /web/gr-front-end/app/assets/stylesheets/header.scss */
#href-logo {
  line-height: 0px;
}

/* line 88, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* line 94, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu li {
  display: block;
  padding: 1em;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  font-family: evolventa;
}

/* line 105, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu ul li a {
  text-decoration: none;
  margin: 0px;
  font-family: evolventa;
  color: #393939;
}

/* line 112, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu ul li a:hover {
  color: #393939;
  text-decoration: none;
}

/* line 117, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu a {
  text-decoration: none;
  color: #393939;
}

/* line 121, /web/gr-front-end/app/assets/stylesheets/header.scss */
.burger-menu a:hover {
  text-decoration: none;
  color: #393939;
}

@media screen and (orientation: landscape) {
  /* line 128, /web/gr-front-end/app/assets/stylesheets/header.scss */
  .burger {
    display: none;
  }

  /* line 131, /web/gr-front-end/app/assets/stylesheets/header.scss */
  #navbar-div {
    display: flex;
    width: 15em;
    white-space: nowrap;
    justify-content: space-between;
  }
}
/* line 144, /web/gr-front-end/app/assets/stylesheets/header.scss */
.tables-navbar {
  grid-column: 1/3;
  position: sticky;
  top: 6em;
  background-color: #0096FF;
  height: calc(100vh - 6em);
}

/* line 159, /web/gr-front-end/app/assets/stylesheets/header.scss */
.table-navbar-href {
  display: block;
  padding: 1em;
  height: 100%;
  color: white;
  text-align: right;
}

/* line 171, /web/gr-front-end/app/assets/stylesheets/header.scss */
.hidden-menu {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #0096FF;
}

/* line 186, /web/gr-front-end/app/assets/stylesheets/header.scss */
.show-hidden-menu {
  position: fixed;
  cursor: pointer;
  top: 70%;
  left: 0;
  height: 50px;
  width: 50px;
  z-index: 100;
  background-color: #bb3264;
  opacity: 0.90;
  display: none;
  font-size: 35px;
  align-items: center;
  justify-content: center;
}

/* line 203, /web/gr-front-end/app/assets/stylesheets/header.scss */
#nav-arrow {
  color: #ffffff;
}

/* line 206, /web/gr-front-end/app/assets/stylesheets/header.scss */
.hide-menu {
  width: 100%;
  padding: 0.5em;
  display: flex;
  font-size: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
}

/* line 218, /web/gr-front-end/app/assets/stylesheets/header.scss */
#trade-center {
  margin-top: 3em;
}

@media screen and (max-width: 1255px) {
  /* line 226, /web/gr-front-end/app/assets/stylesheets/header.scss */
  .tables-navbar {
    display: none;
  }

  /* line 232, /web/gr-front-end/app/assets/stylesheets/header.scss */
  .show-hidden-menu {
    display: flex;
  }

  /* line 236, /web/gr-front-end/app/assets/stylesheets/header.scss */
  .header-div {
    /* position: sticky; */
    position: relative;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-height: 500px) {
  /* line 247, /web/gr-front-end/app/assets/stylesheets/header.scss */
  .table-navbar-href {
    padding: 0.25em;
  }

  /* line 250, /web/gr-front-end/app/assets/stylesheets/header.scss */
  .header-div {
    /* position: sticky; */
    position: relative;
    top: 0;
    z-index: 100;
  }
}
