.spg-divLayer{
  position:absolute;
  inset:0;
  z-index:30;
}

.spg-divSeg{
  position:absolute;
  width:36px;
  height:36px;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  color:#fff;
  font-weight:800;
  font-size:12px;
  cursor:pointer;
  user-select:none;
  text-shadow:
    0 0 10px rgba(168,85,247,.65),
    0 0 18px rgba(168,85,247,.28);
  z-index:31;
}

.spg-divSeg:hover{
  color:#f7eeff;
  text-shadow:
    0 0 14px rgba(168,85,247,1),
    0 0 28px rgba(168,85,247,.45);
}

.spg-divSeg.active{
  color:#fff;
  text-shadow:
    0 0 14px rgba(255,42,109,1),
    0 0 28px rgba(255,120,0,.65),
    0 0 40px rgba(255,42,109,.35);
}

@media (max-width:768px){
  .spg-divSeg{
    width:42px;
    height:42px;
    font-size:13px;
  }
}
