﻿body {
  font-family: 'Inter';
  font-size: 20px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  color: black;
  overflow-x: hidden;
}

::-webkit-scrollbar-track {
  background-color: #0b3f7b;
}

::-webkit-scrollbar {
  width: 7px;
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #225085;
}

div.divConfigUsuario {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: #0b3f7b;
  z-index: 1;
  margin-top: -35px;
  margin-left: -134px;
  border: 1px solid #85acd9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

div.divConfigUsuarioLinha {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 30px;
  width: 160px;
  margin-top: 0px;
  margin-left: 0px;
  justify-content: start;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 2px;
}

div.divConfigUsuarioLinha:hover {
  background-color: #1e5697;
}

img.imgConfigUsuario {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 5px;
}

p.parConfigUsuario{
  font-size: 70%;
  font-weight: normal;
  color: white;
  margin-left: 5px;
  margin-top: 5px;
}