.header-tools {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  height: 70px;
}

.header-tools-li {
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.header-tools-li.active .valor-header {
  color: #fff !important;
}

.header-tools-clientes {
  min-width: 42px;
  display: flex;
  justify-content: center;
}

.header-tools-li:hover {
  background-color: #cccccc;
}

/* .icon-header {
  color: #559bfb !important;
  font-size: 1.4rem !important;
} */

.icon-header-plus {
  margin-top: -9px;
  font-size: 36px !important;
  font-weight: 200 !important;
}

.icon-header-floppy-disk {
  font-size: 28px !important;
  margin-top: 2.5px !important;
}

.title-box {
  font-size: smaller;
  color: #324058;
}

.header-tools-li.active .title-box {
  color: #fff !important;
}

.nk-quick-nav-icon {
  height: 100% !important;
  align-items: center;
}

.nk-quick-nav-icon:before {
  background-color: transparent !important;
}

.subtitle-box {
  font-size: small;
  font-weight: 600;
  color: #5e95e0;
  margin-top: -3px;
  max-width: 122px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.avatar-user {
  border-radius: 50%;
  background-color: #5e95e0;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  width: 38px;
  height: 38px;
  color: #fff;
  justify-content: center;
  align-items: center !important;
  display: flex;
}

.divider-header {
  border: thin solid #ebedf2;
  height: 40px !important;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px !important;
}

.valor-header {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.quantidade-header {
  background-color: #324058;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 22px;
  margin: 0;
  padding: 3px;
  position: relative;
  right: 10px;
  text-align: center;
  top: -10px;
  min-width: 22px;
  color: #fff;
}
.quantidade-header.active {
  background-color: #497fcc !important;
}

.codigo-operacao-header {
  color: #559bfb;
}

.header-tools-li.active {
  background-color: #324058 !important;
}

.header-tools-li.active .quantidade-header {
  background-color: #497fcc !important;
}

.header-tools-li.active .subtitle-box {
  color: #fff !important;
}

.header-tools-li.active .codigo-operacao-header {
  color: #fff !important;
}

.min-width-header {
  min-width: 42px;
  display: flex;
  justify-content: center;
}

.trigger-side-bar-header {
  min-width: 70px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}

.trigger-side-bar-header:hover {
  background-color: #cccccc;
}

.trigger-side-bar-header a i {
  color: #1c2b46;
  font-size: 18px;
}

/* @media (min-width: 767px) {
  .hide-trigger-side-bar-header {
    display: none;
  }
}

@media (min-width: 767px) {
  .nk-header.active {
    padding-left: 255px !important;
  }
}

.padding-left-header {
  padding-left: 70px !important;
}

@media (max-width: 767px) {
  .padding-left-header {
    padding-left: 0px !important;
  }
}

@media (max-width: 860px) {
  .hide-tools-pedido {
    display: none !important;
  }
}

@media (max-width: 490px) {
  .hide-user {
    display: none !important;
  }
} */
