.k2-counter-inspector-popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.k2-counter-inspector-popup .k2-counter-inspector-popuptext {
  width: 230px;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px 0;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  right: 50%;
  border: 2px solid rgba(25, 149, 173, 1);
}

.k2-cw-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.k2-counter-inspector-dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 2em;
  border: 1px solid grey;
}

.k2-cw-advance-background {
  background-color: #888;
  width: 10%;
  padding: 40px;
}

.K2-cw-right-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.k2-contentadvance-flex {
  display: flex;
  align-items: center;
}

.k2-cw-round {
  border-radius: 50%;
}

.k2-cw-halo {
  border-radius: 50%;
}