[data-v-45f2622d] .b-input-radio {
  display: none;
}
[data-v-45f2622d] .b-input-radio:checked + .b-input-radio__label {
  background-color: #00aff0;
  border-color: #00aff0;
}
[data-v-45f2622d] .b-input-radio:checked + .b-input-radio__label .g-icon {
  display: block;
}
.dropdown-menu
  .b-input-radio:checked
  + .b-input-radio__label
  + .b-input-radio__text[data-v-45f2622d] {
  font-weight: 500;
}
.b-input-radio:checked .b-input-ripple[data-v-45f2622d]:after {
  animation: pulse-hover 1s forwards;
}
.m-black-body .b-input-radio:checked .b-input-ripple[data-v-45f2622d]:after {
  animation: pulse-hover-light 1s forwards;
}
[data-v-45f2622d] .b-input-radio:checked ~ .b-input-radio__label {
  background-color: #00aff0;
  border-color: #00aff0;
}
.m-in-black-body
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio:checked
  ~ .b-input-radio__label,
.m-in-black-body
  .g-radio-container[data-v-45f2622d]
  .b-input-radio:checked
  ~ .b-input-radio__label,
.m-stream-body
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio:checked
  ~ .b-input-radio__label,
.m-stream-body
  .g-radio-container[data-v-45f2622d]
  .b-input-radio:checked
  ~ .b-input-radio__label {
  border-color: #00aff0;
}
[data-v-45f2622d] .b-input-radio[disabled] ~ .b-input-radio__text {
  pointer-events: none;
  opacity: 0.5;
}
[data-v-45f2622d] .b-input-radio[disabled] ~ .b-input-radio__label {
  pointer-events: none;
}
[data-v-45f2622d] .b-input-radio[disabled]:checked ~ .b-input-radio__label {
  opacity: 0.4;
  background-color: #00aff0;
  border-color: #00aff0;
}
[data-v-45f2622d] .b-input-radio[disabled]:checked ~ .b-input-radio__text {
  font-weight: 500;
}
.b-input-radio__container[data-v-45f2622d] {
  position: relative;
  display: inline-block;
  margin: 0;
}
.b-input-radio__container[data-v-45f2622d]:not(.g-pointer-cursor) {
  cursor: default;
}
.b-input-radio__container.m-hidden-visually[data-v-45f2622d] {
  position: absolute;
  left: -999em;
  top: -999em;
}
.b-input-radio__container.m-radio-wrapper[data-v-45f2622d] {
  margin-left: 8px;
  margin-right: 8px;
}
.b-users-lists__item > .b-input-radio__container[data-v-45f2622d] {
  flex: 1;
}
.dropdown-menu .b-input-radio__container[data-v-45f2622d] {
  display: block;
  color: var(--text-color);
}
.modal .dropdown-menu .b-input-radio__container[data-v-45f2622d] {
  flex: 1;
}
.m-not-width-limit .dropdown-menu .b-input-radio__container[data-v-45f2622d] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.b-input-radio__container[data-v-45f2622d] .b-input-radio {
  display: block;
  width: 1px;
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  opacity: 0;
}
.b-input-radio__container[data-v-45f2622d]
  .b-input-radio[type="checkbox"]:checked
  ~ .b-input-radio__label
  .g-icon,
.b-input-radio__container[data-v-45f2622d]
  .b-input-radio[type="checkbox"]:indeterminate
  ~ .b-input-radio__label
  .g-icon {
  display: block;
}
[data-v-45f2622d]
  .b-input-radio__container
  >>> .b-input-radio[type="checkbox"]:indeterminate
  ~ .b-input-radio__label {
  background-color: rgba(0, 175, 240, 0.6);
  border-color: rgba(0, 175, 240, 0.6);
}
.b-input-radio__container[data-v-45f2622d]
  .b-input-radio[type="radio"]
  ~ .b-input-radio__label:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border: 2px solid #fefefe;
  border-radius: 1000px;
  transition: opacity 0.2s, transform 0.3s;
}
.b-input-radio__container[data-v-45f2622d]
  .b-input-radio[type="radio"]:checked
  ~ .b-input-radio__label:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.b-input-radio__container[data-v-45f2622d] .b-input-radio__label {
  display: block;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-input-radio__container:not(.m-disabled)
    [type="radio"]:focus-visible
    ~ .b-input-radio__label[data-v-45f2622d] {
    border-color: #0091ea;
  }
  .b-input-radio__container:not(.m-disabled)
    [type="radio"]:focus-visible
    ~ .b-input-radio__label[data-v-45f2622d]
    .b-input-ripple:before {
    opacity: 1;
    transform: scale(1);
    background-color: rgba(0, 175, 240, 0.06);
  }
  .b-input-radio__container:not(.m-disabled)
    [type="radio"]:focus-visible:not([disabled]):checked
    ~ .b-input-radio__label[data-v-45f2622d] {
    background-color: #0091ea;
    border-color: #0091ea;
  }
}
.b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio
  ~ .b-input-radio__label
  .b-input-ripple:before {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 175, 240, 0.06);
}
.m-in-black-body
  .b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio
  ~ .b-input-radio__label
  .b-input-ripple:before,
.m-stream-body
  .b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio
  ~ .b-input-radio__label
  .b-input-ripple:before {
  background-color: hsla(0, 0%, 100%, 0.12);
  box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.12);
}
.b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio:not([disabled]):not(:checked)
  ~ .b-input-radio__label {
  border-color: #0091ea;
}
.m-in-black-body
  .b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio:not([disabled]):not(:checked)
  ~ .b-input-radio__label,
.m-stream-body
  .b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio:not([disabled]):not(:checked)
  ~ .b-input-radio__label {
  border-color: #fefefe;
}
.b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio:not([disabled]):checked
  ~ .b-input-radio__label {
  background-color: #0091ea;
  border-color: #0091ea;
}
.b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio[disabled]:not(:checked)
  ~ .b-input-radio__label {
  border-color: rgba(138, 150, 163, 0.4);
}
.b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio[disabled]:checked
  ~ .b-input-radio__label
  .b-input-ripple:before,
.b-input-radio__container:not(.m-disabled)[m-hover-state][data-v-45f2622d]
  .b-input-radio[disabled]:not(:checked)
  ~ .b-input-radio__label
  .b-input-ripple {
  display: none;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio
    ~ .b-input-radio__label
    .b-input-ripple:before {
    opacity: 1;
    transform: scale(1);
    background-color: rgba(0, 175, 240, 0.06);
  }
  .m-in-black-body
    .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio
    ~ .b-input-radio__label
    .b-input-ripple:before,
  .m-stream-body
    .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio
    ~ .b-input-radio__label
    .b-input-ripple:before {
    background-color: hsla(0, 0%, 100%, 0.12);
    box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.12);
  }
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio:not([disabled]):not(:checked)
    ~ .b-input-radio__label {
    border-color: #0091ea;
  }
  .m-in-black-body
    .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio:not([disabled]):not(:checked)
    ~ .b-input-radio__label,
  .m-stream-body
    .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio:not([disabled]):not(:checked)
    ~ .b-input-radio__label {
    border-color: #fefefe;
  }
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio:not([disabled]):checked
    ~ .b-input-radio__label {
    background-color: #0091ea;
    border-color: #0091ea;
  }
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio[disabled]:not(:checked)
    ~ .b-input-radio__label {
    border-color: rgba(138, 150, 163, 0.4);
  }
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio[disabled]:checked
    ~ .b-input-radio__label
    .b-input-ripple:before,
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):hover
    .b-input-radio[disabled]:not(:checked)
    ~ .b-input-radio__label
    .b-input-ripple {
    display: none;
  }
}
.b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio
  ~ .b-input-radio__label
  .b-input-ripple:before {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 175, 240, 0.06);
}
.m-in-black-body
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio
  ~ .b-input-radio__label
  .b-input-ripple:before,
.m-stream-body
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio
  ~ .b-input-radio__label
  .b-input-ripple:before {
  background-color: hsla(0, 0%, 100%, 0.12);
  box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.12);
}
.b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio:not([disabled]):not(:checked)
  ~ .b-input-radio__label {
  border-color: #0091ea;
}
.m-in-black-body
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio:not([disabled]):not(:checked)
  ~ .b-input-radio__label,
.m-stream-body
  .b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio:not([disabled]):not(:checked)
  ~ .b-input-radio__label {
  border-color: #fefefe;
}
.b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio:not([disabled]):checked
  ~ .b-input-radio__label {
  background-color: #0091ea;
  border-color: #0091ea;
}
.b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio[disabled]:not(:checked)
  ~ .b-input-radio__label {
  border-color: rgba(138, 150, 163, 0.4);
}
.b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio[disabled]:not(:checked)
  ~ .b-input-radio__label
  .b-input-ripple {
  display: none;
}
.b-input-radio__container[data-v-45f2622d]:not(.m-disabled):has(
    input[type="checkbox"]:focus-visible
  )
  .b-input-radio[disabled]:checked
  ~ .b-input-radio__label
  .b-input-ripple:before {
  display: none;
}
.m-with-rectangle-hover:hover
  .b-input-radio__container:not(.m-disabled).m-pseudo-radio
  .b-input-radio__label[data-v-45f2622d] {
  border-color: #0091ea;
}
.m-with-rectangle-hover:hover
  .b-input-radio__container:not(.m-disabled).m-pseudo-radio[data-v-45f2622d]
  .b-input-ripple:before {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 175, 240, 0.06);
}
.b-input-radio__container:not(.m-disabled).m-pseudo-radio[data-v-45f2622d]
  [data-icon-name="icon-done"] {
  display: none;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.m-right-answer
  .b-input-radio__container:not(
    .m-disabled
  ).m-pseudo-radio.m-active[data-v-45f2622d] {
  color: #fefefe;
}
.b-input-radio__container:not(
    .m-disabled
  ).m-pseudo-radio.m-active[data-v-45f2622d]
  [data-icon-name="icon-done"] {
  display: block;
}
.m-right-answer
  .b-input-radio__container:not(
    .m-disabled
  ).m-pseudo-radio.m-active[data-v-45f2622d]
  .b-input-radio
  ~ .b-input-radio__label {
  background: rgba(53, 208, 99, 0.75);
  border-color: transparent;
}
[data-v-45f2622d] .b-input-radio__text {
  padding-left: 32px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  color: inherit;
  flex: 1;
  line-height: 24px;
}
[data-v-45f2622d] .b-input-radio__text.m-without-text {
  display: none;
}
[data-v-45f2622d] .b-input-radio__text.m-with-help-tip {
  display: flex;
  align-content: center;
  align-items: center;
}
[data-v-45f2622d] .m-discount-content >>> .b-input-radio__text {
  padding-left: 38px;
}
[data-v-45f2622d] .m-modal-view >>> .b-input-radio__text {
  font-size: 16px;
}
.m-sm-size-radio[data-v-45f2622d] .b-input-radio__text {
  padding-left: 24px;
  font-size: 12px;
  line-height: 16px;
}
.m-pseudo-radio[data-v-45f2622d] .b-input-radio__text:empty {
  display: none;
}
[data-v-45f2622d] .b-input-radio__text ~ .g-input__error {
  padding-left: 32px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
.dropdown-menu .b-input-radio__text[data-v-45f2622d] {
  display: block;
  padding: 12px 16px 12px 48px;
  margin: -14px 0 -15px -16px;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
}
.dropdown-menu.m-lang-switcher .b-input-radio__text[data-v-45f2622d] {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
[data-v-45f2622d] .b-input-radio__label {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 1000px;
  border: 2px solid rgba(138, 150, 163, 0.4);
  transition: background-color 0.3s ease, border 0.3s ease;
  position: absolute;
  left: 0;
  top: 1px;
  pointer-events: none;
}
.m-inline-checkbox[data-v-45f2622d] .b-input-radio__label,
.m-pseudo-checkbox[data-v-45f2622d] .b-input-radio__label,
.m-pseudo-radio[data-v-45f2622d] .b-input-radio__label {
  position: relative;
  left: auto;
  top: auto;
}
.m-border-dark[data-v-45f2622d] .b-input-radio__label,
.m-pseudo-checkbox[data-v-45f2622d] .b-input-radio__label,
.m-pseudo-radio[data-v-45f2622d] .b-input-radio__label {
  border-color: #8a96a3;
}
.m-in-black-body
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio__label,
.m-in-black-body .g-radio-container[data-v-45f2622d] .b-input-radio__label,
.m-stream-body .b-input-radio__container[data-v-45f2622d] .b-input-radio__label,
.m-stream-body .g-radio-container[data-v-45f2622d] .b-input-radio__label {
  border-color: hsla(0, 0%, 100%, 0.75);
}
[data-v-45f2622d] .b-input-radio__label .g-icon {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fefefe;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  z-index: 1;
}
.m-sm-size-radio .b-input-radio__label[data-v-45f2622d] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  top: 3px;
}
.dropdown-menu .b-input-radio__label[data-v-45f2622d] {
  top: 14px;
}
.dropdown-menu.m-lang-switcher .b-input-radio__label[data-v-45f2622d] {
  top: 10px;
}
.g-radio-container[m-hover-state][data-v-45f2622d] .b-input-ripple:before {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 175, 240, 0.06);
}
.m-in-black-body
  .g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-ripple:before,
.m-stream-body
  .g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-ripple:before {
  background-color: hsla(0, 0%, 100%, 0.12);
  box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.12);
}
.g-radio-container[m-hover-state][data-v-45f2622d] .b-input-radio__label {
  border-color: #0091ea;
}
.m-in-black-body
  .g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-radio__label,
.m-stream-body
  .g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-radio__label {
  border-color: #fefefe;
}
.g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-radio:checked
  + .b-input-radio__label,
.g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-radio:checked
  ~ .b-input-radio__label {
  background-color: #0091ea;
  border-color: #0091ea;
}
.g-radio-container[m-hover-state][data-v-45f2622d]
  .b-input-radio[type="checkbox"]:indeterminate
  ~ .b-input-radio__label {
  border-color: rgba(0, 175, 240, 0.6);
}
@media (any-hover: hover) and (pointer: fine) {
  .g-radio-container[data-v-45f2622d]:hover .b-input-ripple:before {
    opacity: 1;
    transform: scale(1);
    background-color: rgba(0, 175, 240, 0.06);
  }
  .m-in-black-body
    .g-radio-container[data-v-45f2622d]:hover
    .b-input-ripple:before,
  .m-stream-body
    .g-radio-container[data-v-45f2622d]:hover
    .b-input-ripple:before {
    background-color: hsla(0, 0%, 100%, 0.12);
    box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.12);
  }
  .g-radio-container[data-v-45f2622d]:hover .b-input-radio__label {
    border-color: #0091ea;
  }
  .m-in-black-body
    .g-radio-container[data-v-45f2622d]:hover
    .b-input-radio__label,
  .m-stream-body
    .g-radio-container[data-v-45f2622d]:hover
    .b-input-radio__label {
    border-color: #fefefe;
  }
  .g-radio-container[data-v-45f2622d]:hover
    .b-input-radio:checked
    + .b-input-radio__label,
  .g-radio-container[data-v-45f2622d]:hover
    .b-input-radio:checked
    ~ .b-input-radio__label {
    background-color: #0091ea;
    border-color: #0091ea;
  }
  .g-radio-container[data-v-45f2622d]:hover
    .b-input-radio[type="checkbox"]:indeterminate
    ~ .b-input-radio__label {
    border-color: rgba(0, 175, 240, 0.6);
  }
}
.g-radio-container[m-hover-state]
  .b-input-radio__container[data-v-45f2622d]
  .b-input-ripple:before {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 175, 240, 0.06);
}
.g-radio-container[m-hover-state]
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio__label {
  border-color: #0091ea;
}
.g-radio-container[m-hover-state]
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio:checked
  + .b-input-radio__label,
.g-radio-container[m-hover-state]
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio:checked
  ~ .b-input-radio__label {
  background-color: #0091ea;
  border-color: #0091ea;
}
.g-radio-container[m-hover-state]
  .b-input-radio__container[data-v-45f2622d]
  .b-input-radio[type="checkbox"]:indeterminate
  ~ .b-input-radio__label {
  border-color: rgba(0, 175, 240, 0.6);
}
@media (any-hover: hover) and (pointer: fine) {
  .g-radio-container:hover
    .b-input-radio__container[data-v-45f2622d]
    .b-input-ripple:before {
    opacity: 1;
    transform: scale(1);
    background-color: rgba(0, 175, 240, 0.06);
  }
  .g-radio-container:hover
    .b-input-radio__container[data-v-45f2622d]
    .b-input-radio__label {
    border-color: #0091ea;
  }
  .g-radio-container:hover
    .b-input-radio__container[data-v-45f2622d]
    .b-input-radio:checked
    + .b-input-radio__label,
  .g-radio-container:hover
    .b-input-radio__container[data-v-45f2622d]
    .b-input-radio:checked
    ~ .b-input-radio__label {
    background-color: #0091ea;
    border-color: #0091ea;
  }
  .g-radio-container:hover
    .b-input-radio__container[data-v-45f2622d]
    .b-input-radio[type="checkbox"]:indeterminate
    ~ .b-input-radio__label {
    border-color: rgba(0, 175, 240, 0.6);
  }
}
.g-radio-container.m-active[m-hover-state][data-v-45f2622d]
  .b-input-ripple:before {
  background-color: #0091ea;
}
@media (any-hover: hover) and (pointer: fine) {
  .g-radio-container.m-active[data-v-45f2622d]:hover .b-input-ripple:before {
    background-color: #0091ea;
  }
}
.g-radio-container.m-active[m-hover-state]
  .b-input-radio__container[data-v-45f2622d]
  .b-input-ripple:before {
  background-color: #0091ea;
}
@media (any-hover: hover) and (pointer: fine) {
  .g-radio-container.m-active:hover
    .b-input-radio__container[data-v-45f2622d]
    .b-input-ripple:before {
    background-color: #0091ea;
  }
}
.g-pointer-cursor.m-checkbox-control[m-hover-state]
  .checkbox-item:not(.m-disabled)
  .b-input-ripple[data-v-45f2622d]:before {
  opacity: 1;
  transform: scale(1);
}
.g-pointer-cursor.m-checkbox-control[m-hover-state]
  .checkbox-item:not(.m-disabled)
  .checkbox-item__inside[data-v-45f2622d]:after {
  border-color: #fefefe;
}
@media (any-hover: hover) and (pointer: fine) {
  .g-pointer-cursor.m-checkbox-control:hover
    .checkbox-item:not(.m-disabled)
    .b-input-ripple[data-v-45f2622d]:before {
    opacity: 1;
    transform: scale(1);
  }
  .g-pointer-cursor.m-checkbox-control:hover
    .checkbox-item:not(.m-disabled)
    .checkbox-item__inside[data-v-45f2622d]:after {
    border-color: #fefefe;
  }
}
.g-pointer-cursor.m-checkbox-control.selected[m-hover-state]
  .checkbox-item__inside[data-v-45f2622d]:after {
  border-color: #00aff0;
}
@media (any-hover: hover) and (pointer: fine) {
  .g-pointer-cursor.m-checkbox-control.selected:hover
    .checkbox-item__inside[data-v-45f2622d]:after {
    border-color: #00aff0;
  }
}
