.container-section-header {
  height: auto;
  grid-column: start-lef/end-right;
  grid-row: start-header/end-header;
}
.container-section-header .content-section-header .section-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  align-items: center;
}
.container-section-header .content-section-header .section-header .box-left .logo {
  display: block;
}
.container-section-header .content-section-header .section-header .box-left .logo .content-log {
  width: 45px;
  height: 38px;
  display: block;
  background: url(../../../../img/tema/logo.svg);
  background-size: cover;
  background-position: center center;
}
.container-section-header .content-section-header .section-header .box-rigth {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash {
  display: flex;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting {
  cursor: pointer;
  position: relative;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting {
  min-width: 260px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 9;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup {
  padding: 10px;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup .list-settings-account .item-list-settings-account .link-item {
  align-items: center;
  border-radius: 3px;
  padding: 10px;
  display: flex;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup .list-settings-account .item-list-settings-account .link-item .icon-item {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 20px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup .list-settings-account .item-list-settings-account .link-item .label-item {
  font-family: "Poppins", sans-serif;
  font-size: 0.75em;
  color: #6e7891;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup .list-settings-account .item-list-settings-account:hover .link-item {
  background-color: #efefef;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup .list-settings-account .item-list-settings-account:hover .link-item .label-item {
  color: #333335;
}
.container-section-header .content-section-header .section-header .box-rigth .content-settings-dash .box-setting .popup-setting .content-popup .list-settings-account .item-list-settings-account#item-logout .icon-item {
  background: url(../../../../img/tema/dashboard/icon-logout.svg);
}
.container-section-header .content-section-header .section-header .box-rigth .div-btn-menu-lateral {
  width: auto;
  margin-left: 20px;
}
.container-section-header .content-section-header .section-header .box-rigth .div-btn-menu-lateral .btn-menu-lateral {
  width: 20px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.container-section-header .content-section-header .section-header .box-rigth .div-btn-menu-lateral .btn-menu-lateral .linha-btn {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00aaff;
  transition: 0.3s;
}

.container-section-footer {
  grid-column: start-lef/end-right;
  grid-row: start-footer/end-footer;
}
.container-section-footer .content-section-footer .section-footer #copytext {
  font-family: "Poppins", sans-serif;
  font-size: 0.7em;
  color: #6e7891;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container-section-footer .content-section-footer .section-footer #app-version {
  font-family: "Poppins", sans-serif;
  font-size: 0.7em;
  color: #444444;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*# sourceMappingURL=includes-estrutura-auth.css.map */
