#header.inner_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  /* box-shadow: none; */
  padding: 0px 30px;
}
.inner_header .logo {
  max-width: 280px;
  padding: 12px 0;
}
.inner_header .menu img {
  width: 26px;
  max-height: 24px;
}
#header.inner_header ul li li {
  display: block;
  width: 100%;
}
#header.inner_header > ul > li {
  border-right: 1px solid #f0f0f0;
}
#header.inner_header > ul > li:last-child {
  border-right: 0px solid #f0f0f0;
}
#header.inner_header ul li a {
  padding: 18px 10px;
  padding: 18px 20px;
  transition: none;
  border-bottom: 0px solid transparent;
}
.sidenav-fix nav li a.active,
a.active span.icon img {
  color: #c32600;
  fill: #1c1c1c;
  opacity: 1;
}

#header.inner_header ul li ul {
  padding: 5px;
  max-width: 200px;
  border-radius: 0px;
}
#header.inner_header ul li li a {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  border-bottom: 1px solid rgb(0 0 0 / 6%);
}
#header.inner_header ul li li:last-child a {
  border-bottom: 0px;
}
.inner_header span.icon {
  height: auto;
  justify-content: left;
  margin-right: 10px;
}
footer.sidenav-fix {
  position: fixed;
  width: 90px;
  left: 0;
  bottom: 0;
  top: 60px;
  text-align: center;
  z-index: 5;
  height: 100vh;
  max-height: 100%;
}
.sidenav-fix nav {
  max-height: 100%;
  max-height: 100vh;
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  align-items: flex-start;
  justify-content: left;
}
.nav-inner {
  width: 100%;
  float: left;
  height: calc(100vh - 65px);
  height: calc(100vh - 60px);
  background: white;
}
.sidenav-fix nav ul {
  display: block;
}
.sidenav-fix nav ul li {
  transform: scale(1);
  width: 100%;
  text-align: center;
}
.sidenav-fix nav li a {
  padding: 15px 10px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  color: #6c757d;
}
.sidenav-fix nav li a img {
  max-width: 24px;
}
main.inner_page {
  position: relative;
  width: calc(100vw - 90px);
  margin-left: 90px;

  /* max-height: calc(100vh - 40px);
    margin-top: 40px; */
}
.sticky_btn {
  position: fixed;
  top: 75px;
  right: 10px;
  z-index: 5;
  border-radius: 0;
  min-width: 100px;
}

@media screen and (max-width: 960px) {
  .sticky_btn {
    top: 57px;
  }
  #header.inner_header {
    padding: 0px 15px;
    align-items: flex-start;
  }
  .inner_header .logo {
    max-width: 200px;
    padding: 11px 0;
  }
  #header.inner_header ul li a {
    padding: 14px 10px;
    font-size: 14px;
  }
  .inner_header .menu img {
    width: 22px;
  }
  #header.inner_header .menu {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: none;
    max-height: 40px;
    min-width: 230px;
    text-align: right;
  }
  #header.inner_header .menu li {
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
  }

  footer.sidenav-fix {
    top: 49px;
  }
  footer.sidenav-fix .nav-inner {
    height: calc(100vh - 48px);
  }
}

#header .header_center_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
#header .header_center_menu li {
  border-right: 0px solid #f0f0f0 !important;
}
#header .header_center_menu li a {
  display: flex;
  align-items: center;
  /*flex-direction: column;*/
  column-gap: 8px;
  padding: 12px !important;
}
#header .header_center_menu li a .icon {
  max-width: 18px;
  margin: 0;
  position: relative;
}
.sidenav-fix nav li a .icon {
  position: relative;
}
#header .header_center_menu li a .icon .hover,
.sidenav-fix nav li a .icon .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .header_center_menu li a .icon img,
.sidenav-fix nav li a .icon img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.sidenav-fix nav li a .icon .hover {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}
#header .header_center_menu li a:hover .icon .hover,
#header .header_center_menu li a.active .icon .hover,
.sidenav-fix nav li a:hover .icon .hover,
.sidenav-fix nav li a.active .icon .hover {
  opacity: 1;
}
#header .header_center_menu li a:hover .icon img:not(.hover),
#header .header_center_menu li a.active .icon img:not(.hover),
.sidenav-fix nav li a:hover .icon img:not(.hover),
.sidenav-fix nav li a.active .icon img:not(.hover) {
  opacity: 0;
}

#header .header_center_menu li a,
#header .header_center_menu li a:hover {
  color: rgb(108, 117, 125);
  font-size: 14px;
  line-height: 18px;
}
#header .header_center_menu li a.active {
  background: rgba(4, 148, 219, 0.05);
  background-blend-mode: multiply;
  border-radius: 8px;
  color: rgb(108, 117, 125);
}

#header.inner_header ul li.user a {
  padding: 12px 20px;
}
.inner_header .menu .user img {
  width: 38px;
  max-height: 38px;
  border: 2px solid rgba(206, 212, 218, 1);
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #header .header_center_menu {
    display: none !important;
  }
  .sidenav-fix nav li {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .inner_header .menu .user img {
    width: 28px;
    max-height: 28px;
  }
  #header.inner_header ul li a {
    max-height: 49px;
    /*padding: 13px 10px 9px;*/
  }
  .inner_header .logo {
    height: 49px;
  }
}
