header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  height: 88px;
  padding: 24px 120px;
  position: absolute;
  top: 0;
}
header .bl-content-header {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .bl-content-header .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  background: var(--icon-url) no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  padding-left: 38px;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
}
header .bl-content-header .bl-navigation-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
header .bl-content-header .bl-navigation-panel a {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
header .bl-content-header .bl-navigation-panel a:hover {
  opacity: 0.8;
}
header .bl-content-header .burger-menu {
  display: none;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-not-auth p {
  display: none;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-not-auth .bl-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 201px;
  height: 40px;
  gap: 24px;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-not-auth .bl-btns button {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  background: transparent;
  border: none;
  text-align: start;
  cursor: pointer;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-not-auth .bl-btns button:nth-of-type(2) {
  width: 130px;
  height: 40px;
  border-radius: 8px;
  padding: 8px 20px 8px 24px;
  background: rgba(255, 255, 255, 0.0509803922) url("/assets/img/header/arrow-down-left-v1.svg") no-repeat;
  background-size: 24px;
  background-position-x: 84px;
  background-position-y: center;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-not-auth .bl-btns button:hover {
  opacity: 0.8;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .bl-info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .bl-info-user .avatar {
  width: 48px;
  height: 48px;
  border: 2px solid var(--color-platform);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .bl-info-user .avatar::before {
  content: attr(data-name);
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: rgb(255, 255, 255);
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .bl-info-user .bl-name-id h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgb(255, 255, 255);
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .bl-info-user .bl-name-id p {
  display: none;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .btn-dropdown {
  width: 24px;
  height: 24px;
  background: url("/assets/img/header/arrow_drop_down.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .btn-dropdown {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 60px;
  z-index: 30;
  max-width: 196px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgb(245, 248, 255);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 1px silver;
          box-shadow: 0px 0px 4px 1px silver;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 18px 32px;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  color: rgb(130, 141, 156);
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown a:hover {
  color: var(--color-platform);
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown a:hover::before {
  background: var(--color-platform) !important;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown a:nth-of-type(1) {
  border-bottom: 1px solid rgb(228, 235, 248);
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown a:nth-of-type(1)::before {
  content: "";
  width: 24px;
  height: 24px;
  background: rgb(130, 141, 156);
  -webkit-mask-image: url("/assets/img/nav-bar/dashboard-v2.svg");
          mask-image: url("/assets/img/nav-bar/dashboard-v2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: left center;
          mask-position: left center;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth.open .dropdown a:nth-of-type(2)::before {
  content: "";
  width: 24px;
  height: 24px;
  background: rgb(130, 141, 156);
  -webkit-mask-image: url("/assets/img/nav-bar/exit-v1.svg");
          mask-image: url("/assets/img/nav-bar/exit-v1.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: left center;
          mask-position: left center;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-auth .dropdown {
  display: none;
}
header .bl-content-header .bl-background-blur .bl-content-menu .bl-page {
  display: none;
}