html {
  /* For sticky footer */
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 90px;
  padding-top: 60px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

i {
  text-decoration: none;
}

.page-item.active .page-link {
  background-color: lightgrey !important;
  border: 1px solid black;
}

.page-link {
  color: black !important;
}

h3 {
  color: #3A3A3A !important;
}

#map {
  height: 300px;
}

#failedToLoad {
  margin-top: 15px;
}

.btn-outline-dark {
  margin-bottom: 5px;
}

.dropdown-item,
.span-disk-space,
.navbar-brand,
.nav-link:not(.btn-logout) {
  color: #585c61 !important;
  font-weight: 500 !important;
  transition: all 100ms ease-out;
}

.dropdown-item:hover,
.nav-link:not(.btn-logout, .no-hover):hover {
  color: #000 !important;
}

.nav-link.active {
  background-color: #dbdee6 !important;
  border-radius: 0%;
  color: #2d49fd !important;
  border-bottom: 3px solid #2d49fd;
}

.navbar-nav>li {
  margin: 0 5px;
}

.btn-logout {
  color: #fff !important;
  background-color: #2d49fd;
  font-weight: 500 !important;
  transition: all 100ms ease-out;
  padding: 8px !important;
}

.btn-logout:hover {
  background-color: #14206d;
}

.footer-sticky {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
}

.rounded-btn {
  border-radius: 100px;
}

.rounded-btn:hover {
  background-color: #dbdee6 !important;
}

.tag-filter:hover {
  text-decoration: underline !important;
}

.tag-filter {
  cursor: pointer;
  color: #2d49fd !important;
  font-size: 12px !important;
}

.tag-label {
  margin: 0 10px;
}

.tag-checkbox {
  margin-left: 10px;
}

.management-group {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  /* background-color: #e9f7ff; */
}

.certificate-group {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
  /* background-color: #e9ffe9; */
}

.bs-bars {
  width: 75%;
}

.btn-group-sm .btn {
  flex-grow: 0; /* Desativa o crescimento */
}

@media (min-width: 1900px) {
  .container-fluid .row > .col-dual {
      flex: 0 0 50%;
      max-width: 50%;
  }
}