/*body {
    background-color: #e8e8e8;
    color: #333;
}
main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/
.togglebtn-switch {
    position: absolute;
    margin: 0;
    width: 52px;
    height: 30px;
    opacity: 0;
}

.togglebtn-switch + label.switch-label {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    height: 43px;
    width: 100px;
    background-color: #0153ab;
    border-radius: 25px;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 5px;
}

/* .togglebtn-switch + label.switch-label > b {
  position: absolute;
  display: inline-block;
  height: 84%;

  transition: margin-left 0.1s;
  background-color: #fbfbfb;
  width: 42px;

  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-left: 0;
  left: 4px;
  top: 4px;
  z-index: 1;
  transition: 0.3s;
} */

label.switch-label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input:checked + label.switch-label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

label.switch-label:active:after {
    width: 55px;
}

/* .togglebtn-switch + label.switch-label > b:active {
  width: 55px;
} */

.togglebtn-switch:checked + label.switch-label {
    background-color: #00aa1c;
    transition: 0.3s;
}

/* .togglebtn-switch:checked + label.switch-label > b {
  margin-left: 48px;
  transition: 0.3s;
  transform: rotate(180deg);
} */

.icon-left {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 9px;
    fill: #0153ab;
    pointer-events: none;
    height: 26px;
    width: 26px;
}

.icon-right {
    position: absolute;
    font-size: x-large;
    z-index: 2;
    top: 13px;
    left: 65px;
    fill: #00aa1c;
    pointer-events: none;
    height: 26px;
    width: 26px;
}

.ps-inactive {
    fill: #49f15c;
}

.xb-inactive {
    fill: #038df7;
}

.mobileheader__item .togglebtn-switch + label.switch-label {
    border: 0;
    height: 26px;
    width: 56px;
    border-radius: 25px;
    margin-top: 13px;
}

.mobileheader__item label.switch-label::after {
    top: 1px;
    left: 1px;
    width: 24px;
    height: 24px;
}

.mobileheader__item .icon-left {
    font-size: 16px;
    top: 17px;
    left: 5px;
    width: 18px;
    height: 18px;
}

.mobileheader__item .icon-right {
    font-size: 16px;
    top: 17px;
    left: 34px;
    width: 18px;
    height: 18px;
}

.mobileheader__item input:checked + label.switch-label::after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.mobileheader__item--right-icons .line-block > .line-block__item {
    padding-right: 5px;
}
