@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 1400px;
  width: 100%;
  height: 83px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  z-index: 9;
  border-bottom: 1px solid #3253AE;
}
.header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .header-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .container .header-left .header-left-logo {
  width: 103px;
  height: 47px;
}
.header .container .header-left .header-left-logo img {
  width: 100%;
  height: 100%;
}
.header .container .header-left .header-left-menu {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 40px;
}
.header .container .header-left .header-left-menu .header-left-menu-item + .header-left-menu-item {
  margin-left: 20px;
}
.header .container .header-left .header-left-menu .header-left-menu-item {
  font-family: Urbanist-Bold;
  width: 100px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.header .container .header-right {
  display: flex;
  align-items: center;
}
.header .container .header-right .header-right-button {
  width: 108px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 6px 4px 16px 0px #005EFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato-Bold;
  font-size: 14px;
  color: #FFFFFF;
}
.header .container .header-right .user-login {
  width: 26px;
  height: 26px;
  margin-left: 48px;
}
.header .container .header-right .user-login img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=header.css.map */
