
.x-swith-box {
    height: 50px;
    flex-direction: row;
    align-items: center;
    &-label {
	  flex: 1;
      font-size: 14px;
    }
    &-input {
      font-size: 14px;
    }
    &-text {
      height: 36px;
      line-height: 36px;
      justify-content: center;
      background-color: $gl-brand;
      color: #fff;
      border-radius: 3px;
      font-size: 12px;
      padding: 0px 8px;
    }
  }