* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
    padding-right: initial !important;
}

body.modal-open {
    padding-right: 0 !important;
}

.step-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dee2e6; /* cinza claro */
}
.step-circle.active {
    background-color: #0d6efd; /* azul Bootstrap */
}
