
.ppom-indicator{
  position: absolute;
  visibility: hidden;
  display: none;
}

.ppom-label-indicator {
    /*width: 105.297px;*/
    margin: 0;
    padding-left: 2px !important;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
}

.ppom-option-marker{
    position: absolute;
    z-index: 0;
    left: 0px;
    /*height: 59%;*/
    background-color: #fff;
    transition: all .4s ease;
    border-radius: 20px;
    bottom: 0px;
    top: 0px;
}
.ppom-radio-group {
    flex:1;
    z-index: 1;
    padding: 8px 0;
    text-align:center;
}
.ppom-switcher-option-group{
    display: flex;
    float: left;
    width: 100%;
    position: relative;
    background-color: #d6d6d6;
    border-radius: 30px;
    overflow: hidden;
    z-index: 0;
}

@media(min-width: 280px) and (max-width: 540px) {
  .ppom-label-indicator {
    font-size: 1rem;
  }
}