html,
body {
  height: 100%;
}
body {
  background-color: #f5f5f5;
}
.step-success {
  background-color: rgb(152, 209, 182);
  border-color:rgb(15, 81, 50);
  color:rgb(15, 81, 50);
}
.step-active {
  background-color: #88ebff;
  border-color:#712cf9;
}

.reserve-button {
  background-color: rgb(13, 110, 253);
}


#top-menu {
  height: 50px;
}
.bg-light-blue {
  background-color: #f5f8fc;
}
.text-navy {
  color: #223861;
}
.card-round {
  border-radius: 1em; 
}
.confirm-button {
  border-radius: 2em; 
}
.step-success {
  background-color: rgb(152, 209, 182);
  border-color:rgb(15, 81, 50);
  color:rgb(15, 81, 50);
}
.step-active {
  background-color: #88ebff;
  border-color:#712cf9;
}
.web-button {
  border: 1px solid #dee2e6;
  color: #223861;
  transition: transform 200ms ease;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.web-button:hover {
  border: 1px solid #4063af;
  cursor: pointer;
  color: #2365e0;
  transform: scale(1.02);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.web-button:active {
  border: 1.5px solid #4063af;
  background-color: #f5f8fc;
  color: #1353ca;
}
.icon-box {
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  padding: 5px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-alert-success {
  background: #7cbd54;
}
.text-header-success {
  color: #304b12;
}
.bg-alert-danger {
  background: #d44b4b;
}
.text-header-danger {
  color: #8f1f1f;
}