}
}
+.l-checkout__support__bar {
+ overflow: hidden;
+}
+
.l-change-pop {
margin-bottom: 18px;
background: #92BD39;
}
}
+
+
+.poll-bar {
+ height: 10px;
+ width: 100%;
+ display: block;
+ border-radius: 5px;
+ position: relative;
+ overflow: hidden;
+
+ .poll-bar-inner {
+ height: 100%;
+ position: absolute;
+ border-radius: 5px;
+ background-color: #006066;
+ top: 0; left: 0;
+ }
+}