/*--** Main Header **--*/
header {
  height: 90vh;
  margin-top: 10vh;
  background-color: var(--brandColor);
  transition: 0.5s;
}

.fixed-close-sidebar .release {
  display: none !important
}

.release {
  padding: 10px 25px;
}

.release h6 {
  color: var(--white) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.open-menu {
  width: 260px;
}

@media only screen and (min-width: 992px) {
  .fixed-close-sidebar header {
    z-index: 2
  }

  .fixed-close-sidebar .main-body {
    z-index: 1
  }

  .fixed-close-sidebar [data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.3s;
    visibility: visible;
  }

  .fixed-close-sidebar [data-title]:after {
    content: attr(data-title);
    background-color: var(--brandColor);
    color: var(--white);
    font-size: 14px;
    padding: 8px 13px;
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    box-shadow: 1px 1px 3px #222222;
    z-index: 10001 !important;
    visibility: hidden;
  }

  .fixed-close-sidebar [data-title] {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  [log-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.3s;
    visibility: visible;
  }

  [log-title]:after {
    content: attr(log-title);
    background-color: var(--brandColor);
    color: var(--white);
    padding: 8px 13px;
    position: absolute;
    font-size: 13px;
    left: -20px;
    top: 30px;
    white-space: nowrap;
    opacity: 0;
    box-shadow: 1px 1px 3px #222222;
    z-index: 10001 !important;
    visibility: hidden;
  }

  [log-title] {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  [log-title]:after {
    font-size: 12px;
    left: -40px;
    top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    transform: translateX(-100%);
    z-index: 1000
  }
}

.open-menu .menu a i {
  margin-right: 10px;
}

.open-menu .user-panel a i {
  margin-right: 10px;
}

/*-- Close Menu --*/
.close-menu {
  width: 70px;
}

.close-menu .user-panel .user h4, .close-menu .user-panel .close-panel .right h4 {
  display: none
}

/*-- Mobile Header --*/
.mobile-sidebar .layer {
  width: 100%;
}

header .menu-item {
  padding: 15px 25px;
  transition: 0.3s;
}

header .menu-item h4 {
  font-size: 15px !important;
}

header i {
  color: var(--white);
  font-size: 22px;
  transition: 0.5s
}

header h4, header a {
  color: var(--white) !important;
  transition: 0.5s;
}

header a {
  white-space: nowrap
}

header h4 {
  font-weight: 400;
  white-space: nowrap
}

@media (pointer:fine) {
  header .menu-item:hover {
    background-color: var(--white);
  }

  header .menu-item:hover h4, header .menu-item:not(.active):hover i {
    color: var(--brandColor) !important
  }
}

header .user-panel {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  #multilogin-header .logout, #multilogin-header .logout i {
    margin-right: 0
  }
}

@media only screen and (min-width: 992px) {
  #multilogin-header nav {
    width: 300px
  }
}

@media only screen and (min-width:576px) and (max-width: 991px) {
  #multilogin-header nav {
    width: 200px
  }
}

header .user h4 {
  white-space: normal !important;
}

header .user-panel hr {
  color: var(--white)
}

header .user-panel .menu-button i {
  cursor: pointer;
}

.close-button-animation {
  transform: rotate(180deg)
}

@media only screen and (max-width: 991px) {
  header .user-panel .menu-button i {
    display: none;
  }
}

/*--** Top Header **--*/
top-header {
  height: 10vh;
  background-color: var(--white);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 0 25px
}

top-header .logo img {
  max-width: 230px;
}

top-header nav>div {
  margin-right: 15px;
}

top-header nav>div i {
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  top-header nav .logout h4 {
    display: none
  }
}

@media only screen and (max-width: 575px) {
  #multilogin-header nav .user {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #top-header nav .user {
    display: none !important;
  }

  top-header nav>div:last-child {
    margin: 0;
  }

  top-header nav>div:first-child {
    margin-right: 8px !important;
  }

  top-header nav>div i {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  top-header .logo {
    width: 50%;
  }

  top-header .logo img {
    width: 100%;
  }
}

top-header i {
  font-size: 22px;
  color: var(--brandColor)
}

.burger-menu {
  width: 25px;
  height: auto;
  cursor: pointer;
}

.animation-1 {
  transform: translateY(7px) rotate(45deg);
}

.animation-2 {
  width: 0 !important
}

.animation-3 {
  transform: translateY(-7px) rotate(-45deg);
}

.burger-menu span {
  width: 25px;
  height: 2px;
  background-color: var(--brandColor);
  display: block;
  transition: 0.5s;
}

.burger-menu span:nth-child(2) {
  margin: 5px 0;
}

@media only screen and (min-width: 768px) {
  .burger-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .burger-menu {
    display: block;
  }
}

.mobile-sidebar header {
  transform: translateX(0%);
}

.active i {
  color: #20a8d8
}