@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body {
    font-family: "Ubuntu",sans-serif;
}
.bg-success {
    background-color: #58a618 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}

/* question list */

 .tab {
     display: none
 }

 button:hover {
     opacity: 0.8
 }

 #prevBtn {
     background-color: #bbbbbb
 }

 .step {
     height: 15px;
     width: 15px;
     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: #4CAF50
 }

 .all-steps {
     text-align: center;
     margin-top: 30px;
     margin-bottom: 30px
 }

 .thanks-message {
     display: none
 }
 .container ul.nav {
    display: grid;
 }
 .container ul.nav > li {
    margin-bottom: 20px;
 }