h1, h2, h3, h4 {
  text-transform: uppercase;
}

a {
  color: #262626;
}

a:hover {
  color: #949494;
}

.page {
  min-height: 92.6vh;
}

.page-100 {
  height: calc(100vh - 10rem);
}

main {
  justify-content: center;
}

.navbar {
  margin-bottom: 2.3rem;
}

.nav-account {
  justify-content: flex-end;
}

.footer {
  padding: 1.4rem;
}

b {
  font-weight: 700;
}

.action-btn:hover {
  background-color: #ffffff !important;
}

.note-dropdown-menu, :after, :before {
  box-sizing: initial !important;
}

.dropdown-toggle:after {
  display: none;
}

.tab {
  display: none;
}

.step {
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #04AA6D;
}

.disabled {
  opacity: 0.4;
}

.not-visible {
  display: none !important;
}

div[disabled=true] {
  pointer-events: none;
  opacity: 0.4;
}

.account-table tbody {
  display: inline-block;
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden; 
}

@media screen and (min-width: 992px) {
  .navbar {
    margin-bottom: 1.55rem;
  }
}