html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  margin-bottom: 60px;
}

.item:hover {
  box-shadow: 8px 8px 8px blue;
  transform: scale(1.02);
}

.card-header .collapsed .bi {
  transform: rotate(90deg);
}

.card-header .bi {
  transition: .3s transform ease-in-out;
}

.notification-menu::-webkit-scrollbar {
  display: none;
}

#progress-bar-steps { 
  margin-bottom: 30px; 
  overflow: hidden; 
  color: lightgrey;
  margin: 0 auto 0 auto;
  padding: 0;
  margin-top: -3.35em;
} 

#progress-bar-steps li { 
  list-style-type: none; 
  font-size: 15px; 
  width: 25%; 
  float: left; 
  position: relative; 
  font-weight: 400;
}

#progress-bar-steps li {
  text-align: center;
}

li.progress-bar-step.active {
  color: #0d6efd;
}

#progress-step1:before {
  content: "1";
}

#progress-step2:before {
  content: "2";
}

#progress-step3:before {
  content: "3";
}

#progress-step4:before {
  content: "4";
}

#progress-bar-steps li:before { 
  width: 50px; 
  height: 50px; 
  line-height: 45px; 
  display: block; 
  font-size: 20px; 
  color: #ffffff; 
  background: lightgray; 
  border-radius: 50%; 
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progress-bar-steps li:after { 
  content: ''; 
  width: 100%; 
  height: 2px; 
  background: lightgray; 
  position: absolute; 
  left: 0; 
  top: 25px; 
  z-index: -1;
}

#progress-bar-steps li.active:before, 
#progress-bar-steps li.active:after { 
    background: #0d6efd;
}

.dropdown-menu {
  overflow: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 50px);
}

.anchor {       
  scroll-margin-top: 70px;
}