.navigation-happy__steps{display:flex;justify-content:space-between;width:100%;position:relative;margin-top:10px}.navigation-happy__steps__item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.navigation-happy__steps__item--step{position:relative;width:20px;height:20px;border-radius:50%;background-color:#bebebe;border:2px solid #bebebe;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;color:#bebebe;z-index:2}.navigation-happy__steps__item--active .navigation-happy__steps__item--step{background-color:#e60000;border:2px solid #e60000;color:#fff;box-shadow:0 0 0 3px #fff , 0 0 0 5px #e60000}.navigation-happy__steps__item--completed .navigation-happy__steps__item--step{background-color:#e60000;border:2px solid #e60000;color:#fff}.navigation-happy__steps__item--inactive .navigation-happy__steps__item--step{border:2px solid #bebebe;background-color:#bebebe;color:#bebebe}.navigation-happy__steps__item--label{font-size:14px;line-height:18px;text-align:center;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:auto}@media (max-width:600px){.navigation-happy__steps__item .navigation-happy__steps__item--label{width:90px}}.navigation-happy__steps__item--active{font-family:'VodafoneRegularBold'}.navigation-happy__steps__connector{position:absolute;top:18%;left:-50%;width:100%;height:2px;background-color:#bebebe;z-index:1}.navigation-happy__steps__connector--completed{background-color:#e60000}.navigation-happy__steps__connector--active{background-color:#e60000}.navigation-happy__steps__item:first-child .navigation-happy__steps__connector{display:none}