
.segment-control-button {
  height: 40px;
  border-radius: 50px;
  background: rgb(24, 0, 255);
  color: #ffffff;
  background-color: transparent;
  border: 0.125em solid transparent;
  font-family: "Circular Bold";
  letter-spacing: 0.1px;
  padding: 0px 8px;
  font-size: 12px;
  cursor: pointer;
    width: 100%;
    position: relative;
}
.segment-control-button:hover{
    background: #3E246A;
}

.segemented-contol-button-overlay{
	padding: 4px;
  width: fit-content;
}

.activeSegmentButton {
  height: 40px;
  border-radius: 50px;
  color: rgb(24, 0, 255);
  background: rgb(255, 255, 255);
}

.activeSegmentButton:hover {
  color: rgb(24, 0, 255);
  background: rgb(255, 255, 255);
}

.segmented-toggle-control {
  min-height: 48px;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #1800ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}


.button-status{
	height: 40px;
    border-radius: 50px;
    background: #DEECFD;
    color: #0E02BB;
    border: 0.125em solid transparent;
    font-family: "Circular Bold";
    letter-spacing: 0.1px;
    padding: 0px 8px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 768px) {
  
  .segmented-toggle-control {
      width: fit-content;
  }
  .segment-control-button{
    width: 100%;
}
  .segemented-contol-button-overlay{
	  padding: 4px;
    width: fit-content;
    text-align: center;
  }


}

.pill-transition {
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 0;
  position: absolute;
  height: 40px;
  left: 4px;
  transition: left 0.3s;
}


.button-text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  padding: 0 12px;
}