html,body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.hero.is-success {
  background: #f2f7fa;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input {
  font-weight: 300;
  color: rgb(75, 75, 75) !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(75, 75, 75) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(75, 75, 75) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(75, 75, 75) !important;
}
p {
  font-weight: 700;
}

table td td{
  color: black;
}

.fatura{
  margin-bottom: 10px;
}

.card-verde{
  border: 1px solid #449e47;
}
.card-laranja{
  border: 1px solid #ff9800;
}
.fatura:hover{
  background-color: rgb(238, 238, 238);
}

.hero.is-success .title {
  color: rgb(75, 75, 75) !important;
}

.version{
  color: black;
}

.css-1tf60ce {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  color: rgb(255, 255, 255);
  background-color: rgb(36, 105, 166);
}
.css-1xar93x{
    flex: 1 1 auto;
    min-width: 0px;
    width: 100%;
}

.card{
  /* box-shadow: none !important; */
}

.content{
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 20px;
}
