.rotate-180[data-v-14d47d77]{transform:rotate(180deg)}.wl-icon[data-v-14d47d77]{display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;background:currentColor}.wl-spinner svg[data-v-474af00a]{width:20px;transform-origin:center;animation:rotate-474af00a 2s linear infinite}.wl-spinner circle[data-v-474af00a]{fill:none;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-474af00a 1.5s ease-in-out infinite}@keyframes rotate-474af00a{to{transform:rotate(360deg)}}@keyframes dash-474af00a{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}:root{--wl-button-plain-color: rgba(var(--grey-950))}:root[theme=dark]{--wl-button-plain-color: rgba(var(--white))}.wl-button{--wl-button-height: 32px;--wl-button-height-short: 18px;--wl-button-padding: 16px;--wl-button-font-size: 14px;--wl-button-disabled-color: rgba(var(--white));--wl-button-bg-color: unset;--wl-button-bg-color-hover-brightness: unset;--wl-button-font-color: unset}.wl-button[data-v-5cd6a741]{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:var(--wl-button-height);margin:0;padding:0 var(--wl-button-padding);border:none;border-radius:var(--wl-button-border-radius);text-align:center;font-size:var(--wl-button-font-size);line-height:1;font-weight:600;-webkit-user-select:none;user-select:none;cursor:pointer;transition:filter .2s ease,opacity .2s ease,background-color .2s ease}.wl-button__spinner[data-v-5cd6a741]{position:absolute;display:flex;left:0;right:0;align-items:center;justify-content:center}.wl-button__badge[data-v-5cd6a741]{position:absolute;top:0;right:0;overflow:hidden;text-overflow:ellipsis;max-width:60%;padding:3px 6px;background-color:rgba(var(--grey-500));border-radius:8px;transform:translate(20%,-40%);font-size:9px}.wl-button[data-v-5cd6a741]:hover{filter:brightness(1.1)}.--xxs[data-v-5cd6a741]{--wl-button-height: 24px;padding:0 13px;border-radius:6px}.--xs[data-v-5cd6a741]{--wl-button-height: 28px;padding:0 13px;border-radius:6px}.--s[data-v-5cd6a741]{--wl-button-height: 32px}.--m[data-v-5cd6a741]{--wl-button-height: 36px}.--xm[data-v-5cd6a741]{--wl-button-height: 38px}.--l[data-v-5cd6a741]{--wl-button-height: 40px}.--xl[data-v-5cd6a741]{--wl-button-height: 44px}.--xxl[data-v-5cd6a741]{--wl-button-height: 48px;--wl-button-font-size: 16px}.--custom[data-v-5cd6a741]{background-color:var(--wl-button-bg-color);color:var(--wl-button-font-color)}.--custom[data-v-5cd6a741]:hover{filter:brightness(var(--wl-button-bg-color-hover-brightness))}.--primary[data-v-5cd6a741]{background-color:var(--wl-button-bg-primary);color:rgba(var(--white))}.--secondary[data-v-5cd6a741]{background-color:var(--wl-button-bg-secondary);color:rgba(var(--white))}.--tertiary[data-v-5cd6a741]{background-color:var(--wl-button-bg-tertiary);--wl-button-disabled-color: rgba(var(--grey-950));color:rgba(var(--grey-950))}.--success[data-v-5cd6a741]{background-color:var(--wl-button-bg-success);color:rgba(var(--white))}.--info[data-v-5cd6a741]{background-color:var(--wl-button-bg-info);color:rgba(var(--white))}.--plain[data-v-5cd6a741]{background-color:transparent;--wl-button-disabled-color: rgba(var(--grey-950));color:var(--wl-button-plain-color)}.--text[data-v-5cd6a741]{background-color:transparent;--wl-button-disabled-color: rgba(var(--blue-grey-600));color:rgba(var(--blue-grey-600));padding:0;height:var(--wl-button-height-short)}.--outline[data-v-5cd6a741]{background-color:transparent;color:rgba(var(--white));box-shadow:0 0 0 1px inset rgba(var(--white))}.--disabled[data-v-5cd6a741]{background-color:var(--wl-button-bg-color, var(--wl-button-bg-disabled));color:var(--wl-button-font-color, var(--wl-button-disabled-color));pointer-events:none;cursor:default}.--loading .wl-button__title[data-v-5cd6a741],.--loading .wl-button__icon[data-v-5cd6a741]{opacity:.35}.--no-title.--xxs[data-v-5cd6a741]{--wl-button-padding: 8px}.--no-title.--xs[data-v-5cd6a741]{--wl-button-padding: 10px}.--no-title.--s[data-v-5cd6a741]{--wl-button-padding: 12px}.--no-title.--m[data-v-5cd6a741]{--wl-button-padding: 13px}.--no-title.--l[data-v-5cd6a741]{--wl-button-padding: 14px}.--no-title.--xl[data-v-5cd6a741]{--wl-button-padding: 16px}.--icon-end .wl-button__icon[data-v-5cd6a741]{order:1}.--rounded[data-v-5cd6a741]{border-radius:calc(var(--wl-button-height) / 2)}.--block[data-v-5cd6a741]{display:flex;width:100%;align-items:center;justify-content:center}.ui-dropdown{position:absolute;background-color:rgba(var(--white));border:1px solid rgba(var(--grey-200));box-shadow:0 8px 24px #a9acb552;left:0;right:0;margin-top:1px;border-radius:12px;z-index:10;overflow:hidden}.ui-dropdown-enter-active,.ui-dropdown-leave-active{opacity:1;transition:opacity .1s}.ui-dropdown-enter,.ui-dropdown-leave-to{opacity:0}.wl-input{--wl-input-width: 100%;--wl-input-hight: 48px;--wl-input-padding: 12px;--wl-input-bg-color: rgba(var(--white));--wl-input-border-color: rgba(var(--blue-grey-150));--wl-input-border-radius: 8px;--wl-input-border-focused-color: rgba(var(--blue-grey-200));--wl-input-font-color: rgba(var(--black));--wl-input-font-size: 14px;--wl-input-font-weight: 500;--wl-input-label-top: 11px;--wl-input-label-color: rgba(var(--blue-grey-200));--wl-input-label-size: 14px;--wl-input-label-weight: 400;--wl-input-message-color: rgba(var(--blue-grey-200))}.wl-input[data-v-59466dd3]{width:var(--wl-input-width);position:relative}.wl-input__container[data-v-59466dd3]{display:flex;align-items:center;height:var(--wl-input-hight);background-color:var(--wl-input-bg-color);border-radius:var(--wl-input-border-radius);border:1px solid var(--wl-input-border-color)}.wl-input__wrapper[data-v-59466dd3]{flex-grow:1}.wl-input__label[data-v-59466dd3]{position:absolute;top:var(--wl-input-label-top);padding:1px 4px;margin-left:8px;border-radius:4px;color:var(--wl-input-label-color);line-height:24px;font-size:var(--wl-input-label-size);font-weight:var(--wl-input-label-weight);white-space:nowrap;will-change:transform;transition:.2s top,.2s transform,.2s font-size;transform-origin:left;pointer-events:none;z-index:1}.wl-input__field[data-v-59466dd3]{width:100%;height:var(--wl-input-hight);padding:0 var(--wl-input-padding);border:none;outline:none;background-color:transparent;border-radius:8px;color:var(--wl-input-font-color);font-size:var(--wl-input-font-size);font-weight:var(--wl-input-font-weight);text-overflow:ellipsis}.wl-input__field[data-v-59466dd3]:-webkit-autofill,.wl-input__field[data-v-59466dd3]:-webkit-autofill:hover,.wl-input__field[data-v-59466dd3]:-webkit-autofill:focus,.wl-input__field[data-v-59466dd3]:-webkit-autofill:active{height:calc(var(--wl-input-hight) - 2px);transition:background-color 5000s ease-in-out 0s}.wl-input__message[data-v-59466dd3]{margin-top:8px;line-height:12px;font-size:12px;font-weight:400;color:var(--wl-input-message-color);text-align:left}.wl-input__before[data-v-59466dd3],.wl-input__after[data-v-59466dd3]{height:var(--wl-input-hight)}.wl-input.-inner-labels.-fixed-inner-labels .wl-input__label[data-v-59466dd3],.wl-input.-inner-labels.-filled .wl-input__label[data-v-59466dd3],.wl-input.-inner-labels.-focused .wl-input__label[data-v-59466dd3]{transform:scale(.9);background-color:rgba(var(--white));top:-9px;line-height:16px}.wl-input:not(.-inner-labels).-filled .wl-input__label[data-v-59466dd3],.wl-input:not(.-inner-labels).-focused .wl-input__label[data-v-59466dd3]{display:none}.wl-input.-focused .wl-input__container[data-v-59466dd3]{border-color:var(--wl-input-border-focused-color);outline:none}.wl-input.-success[data-v-59466dd3]{--wl-input-bg-color: rgba(var(--green-500), 10%);--wl-input-border-color: rgba(var(--green-500));--wl-input-border-focused-color: rgba(var(--green-500));--wl-input-label-color: rgba(var(--green-550));--wl-input-message-color: rgba(var(--green-550))}.wl-input.-error[data-v-59466dd3]{--wl-input-bg-color: rgba(var(--red-500), 10%);--wl-input-border-color: rgba(var(--red-500));--wl-input-border-focused-color: rgba(var(--red-500));--wl-input-label-color: rgba(var(--red-500));--wl-input-message-color: rgba(var(--red-500))}.wl-input.-disabled[data-v-59466dd3]{--wl-input-bg-color: rgba(var(--blue-grey-50));--wl-input-border-color: rgba(var(--blue-grey-100));--wl-input-font-color: rgba(var(--blue-grey-500));--wl-input-label-color: rgba(var(--blue-grey-200));--wl-input-message-color: rgba(var(--blue-grey-500))}.wl-input.-l[data-v-59466dd3]{--wl-input-hight: 48px}.wl-input-password .wl-button{--wl-button-padding: 10px !important;--wl-button-bg-color: rgba(var(--blue-grey-100));--wl-button-bg-color-hover-brightness: 1.05;--wl-button-font-color: rgba(var(--blue-grey-500))}.wl-input-password__button-wrapper[data-v-2fd8ccd9]{display:flex;align-items:center;height:inherit;margin-right:6px}.wl-input-password__rules[data-v-2fd8ccd9]{display:flex;flex-direction:column;gap:6px;box-sizing:border-box;font-size:14px;padding:18px;margin:0}.wl-input-password__rule[data-v-2fd8ccd9]{display:flex;align-items:center;gap:18px;font-size:12px;font-weight:400;line-height:18px;color:rgba(var(--blue-grey-500))}.wl-input-password__rule.-success[data-v-2fd8ccd9]{color:rgba(var(--green-500));font-weight:600}.wl-input-phone__code[data-v-39f10567]{display:flex;align-items:center;height:inherit;padding:0 12px;border-right:1px solid rgba(var(--blue-grey-150));color:rgba(var(--blue-grey-500));font-size:16px;font-weight:600;gap:6px}.wl-input-phone.-error .wl-input-phone__code[data-v-39f10567]{border-color:rgba(var(--red-500))}.wl-input-code{--wl-input-code-width: 152px}.wl-input-code[data-v-6f79fbb4]{width:100%;display:flex;flex-direction:column;align-items:center}.wl-input-code__field[data-v-6f79fbb4]{width:var(--wl-input-code-width)}.wl-input-code__button[data-v-6f79fbb4]{--wl-button-height: 24px;--wl-button-bg-color: transparent;--wl-button-font-size: 12px;--wl-button-font-color: rgba(var(--orange-500));margin-top:4px}.wl-input-code__button[disabled][data-v-6f79fbb4]{--wl-button-bg-color: transparent;--wl-button-font-size: 10px;--wl-button-font-color: rgba(var(--grey-500))}.wl-input-code.-mobile .wl-input-code__label[data-v-6f79fbb4]{font-size:14px}[data-v-5db2fb85] .wl-input__after{height:var(--wl-input-hight);display:flex;align-items:center;margin-right:16px;font-size:16px;font-weight:500;color:rgba(var(--blue-grey-200))}:root{--wl-tabs-arrow-bg-color: rgba(var(--white));--wl-tabs-arrow-box-shadow-color: rgba(101, 104, 119, .36);--wl-tabs-padding-left: 0;--wl-tabs-padding-right: 0}.wl-tabs[data-v-a2afeaed]{position:relative}.wl-tabs__content[data-v-a2afeaed]{overflow:scroll;padding-top:var(--6f59bb00);padding-bottom:var(--386fb5c0);padding-left:var(--wl-tabs-padding-left);padding-right:var(--wl-tabs-padding-right);-ms-overflow-style:none;scrollbar-width:none}.wl-tabs__content[data-v-a2afeaed]::-webkit-scrollbar{display:none}.wl-tabs__items[data-v-a2afeaed]{display:flex;flex-direction:row;width:fit-content;gap:var(--1679bcfd);padding:0;margin:0;list-style:none}.wl-tabs__item[data-v-a2afeaed]{cursor:pointer}.wl-tabs__arrow[data-v-a2afeaed]{position:absolute;top:calc(50% - var(--4ccd9e60) / 2 - var(--386fb5c0) / 2);z-index:1;display:flex;justify-content:center;align-items:center;width:var(--4ccd9e60);height:var(--4ccd9e60);border-radius:8px;background-color:var(--wl-tabs-arrow-bg-color);box-shadow:0 6px 24px var(--wl-tabs-arrow-box-shadow-color);cursor:pointer;transition:all .1s ease}.wl-tabs__arrow[data-v-a2afeaed]:hover{background-color:rgba(var(--orange-400));color:rgba(var(--white))}.wl-tabs__arrow[data-v-a2afeaed]:active{transform:scale(.8)}.wl-tabs__arrow.--left[data-v-a2afeaed]{left:var(--10fdb063)}.wl-tabs__arrow.--right[data-v-a2afeaed]{right:var(--10fdb063)}.wl-tab[data-v-e64c4f82]{cursor:pointer}.wl-theme-switch[data-v-3f3d4177]{display:flex;width:72px;padding:3px;box-sizing:border-box;border-radius:8px;background-color:var(--wl-theme-switch-bg-color);cursor:pointer}.wl-theme-switch__symbol[data-v-3f3d4177]{transform:translate(100%);display:flex;justify-content:center;align-items:center;position:absolute;width:33px;height:32px;color:rgba(var(--blue-grey-500))}.wl-theme-switch__control[data-v-3f3d4177]{display:flex;justify-content:center;align-items:center;position:relative;width:33px;height:32px;border-radius:7px;color:var(--wl-theme-switch-control-icon-color);background-color:var(--wl-theme-switch-control-bg-color);box-shadow:0 1px 1px #00000029;transition:transform .15s ease}.--s[data-v-3f3d4177]{width:66px}.--s .wl-theme-switch__symbol[data-v-3f3d4177],.--s .wl-theme-switch__control[data-v-3f3d4177]{width:30px;height:22px}.--is-checked .wl-theme-switch__control[data-v-3f3d4177]{transform:translate(100%)}.--is-checked .wl-theme-switch__symbol[data-v-3f3d4177]{transform:translate(0)}.wl-switch[data-v-d805670b]{--wl-switch-height: 38px;--wl-switch-width: 72px;--wl-switch-control-width: 33px;--wl-switch-control-border-radius: 7px;--wl-switch-border-radius: 8px;display:inline-flex;width:var(--wl-switch-width);height:var(--wl-switch-height);padding:3px;flex-shrink:0;box-sizing:border-box;border-radius:var(--wl-switch-border-radius);background-color:var(--wl-switch-bg-color-off, var(--wl-switch-bg-color));cursor:pointer;transition:background-color .15s ease}.wl-switch__symbol[data-v-d805670b]{transform:translate(100%);display:flex;justify-content:center;align-items:center;position:absolute;width:var(--wl-switch-control-width);height:calc(var(--wl-switch-height) - 6px);color:rgba(var(--blue-grey-500))}.wl-switch__control[data-v-d805670b]{display:flex;justify-content:center;align-items:center;position:relative;width:var(--wl-switch-control-width);height:calc(var(--wl-switch-height) - 6px);border-radius:var(--wl-switch-control-border-radius);color:var(--wl-switch-control-icon-color);background-color:var(--wl-switch-control-bg-color);box-shadow:0 1px 1px #00000029;transition:transform .15s ease}.--s[data-v-d805670b]{--wl-switch-width: 62px;--wl-switch-height: 32px;--wl-switch-control-width: 28px}.--xs[data-v-d805670b]{--wl-switch-width: 42px;--wl-switch-height: 24px;--wl-switch-control-width: 18px}.--xxs[data-v-d805670b]{--wl-switch-width: 30px;--wl-switch-height: 18px;--wl-switch-control-width: 12px}.--rounded[data-v-d805670b]{--wl-switch-control-border-radius: 16px;--wl-switch-border-radius: 19px}.--rounded.--s[data-v-d805670b]{--wl-switch-control-border-radius: 12px;--wl-switch-border-radius: 15px}.--is-checked[data-v-d805670b]{background-color:var(--wl-switch-bg-color-on, var(--wl-switch-bg-color))}.--is-checked .wl-switch__control[data-v-d805670b]{transform:translate(100%)}.--is-checked .wl-switch__symbol[data-v-d805670b]{transform:translate(0)}.--disabled[data-v-d805670b]{pointer-events:none}.wl-popover-enter-active[data-v-1cd965ef],.wl-popover-leave-active[data-v-1cd965ef]{transition:transform .15s ease,opacity .15s}.wl-popover[data-v-0c5d108c]{position:relative;display:flex;justify-content:center;--wl-popover-box-shadow: 0 1px 15px rgba(101, 104, 119, .36)}.wl-popover-arrow[data-v-0c5d108c]{position:absolute;box-shadow:var(--wl-popover-box-shadow);z-index:1001}.wl-popover-arrow-top[data-v-0c5d108c],.wl-popover-arrow-top-left[data-v-0c5d108c]{bottom:100%}.wl-popover-arrow-bottom[data-v-0c5d108c]{top:100%}.wl-popover-arrow-bottom-right[data-v-0c5d108c]{top:100%;right:12px}.wl-popover-content[data-v-0c5d108c]{position:absolute;z-index:100;min-width:65px}.wl-popover-content[data-v-0c5d108c]:not(.--plain){border-radius:12px;box-shadow:var(--wl-popover-box-shadow)}.wl-popover-content-top[data-v-0c5d108c]{bottom:calc(100% + 6px)}.wl-popover-content-left[data-v-0c5d108c]{right:17px;bottom:-5px}.wl-popover-content-top-left[data-v-0c5d108c]{bottom:20px;left:calc(100% - 24px)}.wl-popover-content-top-right[data-v-0c5d108c]{bottom:20px;right:calc(100% - 24px)}.wl-popover-content-bottom[data-v-0c5d108c]{top:calc(100% + 6px)}.wl-popover-content-bottom-right[data-v-0c5d108c]{top:calc(100% + 6px);right:0}.resend-code-btn[data-v-c495c942]{height:100%;display:flex;justify-content:center;align-items:center;margin-right:10px}:root{--wl-tooltip-bg-color: var(--grey-100)}:root[theme=dark]{--wl-tooltip-bg-color: var(--grey-900)}.wl-tooltip[data-v-8043e478] .wl-popover-content{padding:6px;font-size:10px;line-height:1.15;border-radius:8px;text-align:center;white-space:pre}.wl-overlay[data-v-3ef1c1f3]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000a6;z-index:1003;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:16px}.wl-drawer[data-v-9ac48c7c]{--wl-drawer-shadow: 0 16px 48px 16px rgba(0, 0, 0, .08), 0 12px 32px rgba(0, 0, 0, .12), 0 8px 16px -8px rgba(0, 0, 0, .16);--wl-drawer-padding: 16px;--wl-drawer-header-bottom-gap: 16px;position:fixed;bottom:var(--wl-drawer-bottom-direction);left:var(--wl-drawer-left-direction);right:var(--wl-drawer-right-direction);top:var(--wl-drawer-top-direction);background:rgba(var(--white));overflow:hidden;box-shadow:var(--wl-drawer-shadow);padding:var(--wl-drawer-padding);will-change:transform}.wl-drawer__header[data-v-9ac48c7c]{display:flex;justify-content:space-between;gap:16px;margin-bottom:var(--wl-drawer-header-bottom-gap)}.wl-drawer__header-wrapper[data-v-9ac48c7c]{margin-right:10px;display:flex;justify-content:space-between;align-items:center;width:100%}.wl-drawer__close-btn[data-v-9ac48c7c]{margin-left:auto}.wl-drawer__slide-enter .wl-drawer.bottom[data-v-9ac48c7c],.wl-drawer__slide-enter.wl-drawer.top[data-v-9ac48c7c],.wl-drawer__slide-enter-from .wl-drawer.bottom[data-v-9ac48c7c],.wl-drawer__slide-enter-from.wl-drawer.top[data-v-9ac48c7c],.wl-drawer__slide-leave-to .wl-drawer.bottom[data-v-9ac48c7c],.wl-drawer__slide-leave-to.wl-drawer.top[data-v-9ac48c7c]{transform:translate3d(0,100%,0)}.wl-drawer__slide-enter .wl-drawer.left[data-v-9ac48c7c],.wl-drawer__slide-enter.wl-drawer.right[data-v-9ac48c7c],.wl-drawer__slide-enter-from .wl-drawer.left[data-v-9ac48c7c],.wl-drawer__slide-enter-from.wl-drawer.right[data-v-9ac48c7c],.wl-drawer__slide-leave-to .wl-drawer.left[data-v-9ac48c7c],.wl-drawer__slide-leave-to.wl-drawer.right[data-v-9ac48c7c]{transform:translate3d(-100%,0,0)}.wl-drawer__slide-leave-to[data-v-9ac48c7c]{opacity:0}.wl-drawer__slide-enter-active[data-v-9ac48c7c],.wl-drawer__slide-leave-active[data-v-9ac48c7c]{transition:opacity .3s}.wl-drawer__slide-enter-active .wl-drawer[data-v-9ac48c7c],.wl-drawer__slide-leave-active .wl-drawer[data-v-9ac48c7c]{transition:transform .2s cubic-bezier(.28,.11,.32,1)}.btn-group{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border-radius:8px;background-color:rgba(var(--btnGroupBgColor));overflow:hidden;padding:3px}.btn-group>.btn{color:rgba(var(--btnGroupItemFontColor));border-radius:8px;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn-group>.btn.-active{color:rgba(var(--btnGroupItemFontColor--active));background-color:rgba(var(--btnGroupItemBgColor--active));box-shadow:0 1px 1px rgba(var(--btnGroupItemBoxShadow--active));pointer-events:none}.btn-group>.btn>.ui-icon,.btn-group>.btn>.ui-counter{margin:0 4px}.btn-group[data-color=light]{background-color:rgba(var(--blue-grey-100))}.btn-group[data-color=light]>.btn{color:rgba(var(--blue-grey-700))}.btn-group[data-color=light]>.btn.-active{color:rgba(var(--dark-500));background-color:rgba(var(--white));box-shadow:rgba(var(--blue-grey-900))}.btn-group[data-color=lighten]{background-color:rgba(var(--grey-200))}.btn-group[data-color=lighten]>.btn{color:rgba(var(--blue-grey-700))}.btn-group[data-color=lighten]>.btn.-active{color:rgba(var(--dark-500));background-color:rgba(var(--white));box-shadow:rgba(var(--blue-grey-900))}.btn-group[data-color=dark]{background-color:#232323}.btn-group[data-color=dark]>.btn{color:rgba(var(--white),.5)}.btn-group[data-color=dark]>.btn.-active{color:rgba(var(--white));background-color:rgba(var(--grey-900));box-shadow:none}.btn-group[data-color=bg-darken]{background-color:rgba(var(--btnGroupBgColor--darken))}.btn-group{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;overflow:hidden}.btn-group>.btn{width:100%;font-family:var(--roboto);font-weight:700}.btn-group>.btn.-m{font-size:9px;line-height:9px}.btn-group>.btn.-l{font-weight:500}.btn-group[data-color=grey]{border-color:rgba(var(--blue-grey-500))}.btn-group[data-color=grey]>.btn.-active{color:rgba(var(--white));background-color:rgba(var(--blue-grey-500))}.btn-group[data-color=grey]>.btn:not(.-active){color:var(--color)}.btn-group[data-color=green]{border-color:rgba(var(--green-550))}.btn-group[data-color=green]>.btn.-active{color:rgba(var(--white));background-color:rgba(var(--green-550))}.btn-group[data-color=green]>.btn:not(.-active){color:var(--color)}html.theme-orange .btn-group>.btn{border-radius:0;font-family:var(--roboto)}html.theme-orange .btn-group>.btn:first-child{border-radius:8px 0 0 8px}html.theme-orange .btn-group>.btn:last-child{border-radius:0 8px 8px 0}html.theme-orange .btn-group>.btn.-m{font-size:9px;line-height:10px;font-weight:600}html.theme-orange .btn-group[data-color=grey]{border-color:rgba(var(--grey-200))}html.theme-orange .btn-group[data-color=grey]>.btn.-active{background-color:rgba(var(--grey-200))}html.theme-orange .btn-group[data-color=grey]>.btn:not(.-active){color:rgba(var(--grey-200))}html.theme-orange .btn-group[data-color=smokeDark]{border-color:rgba(var(--grey-400))}html.theme-orange .btn-group[data-color=smokeDark]>.btn.-active{color:rgba(var(--white));background-color:rgba(var(--grey-400));border-color:rgba(var(--grey-400))}html.theme-orange .btn-group[data-color=smokeDark]>.btn:not(.-active){color:rgba(var(--grey-400))}html.theme-orange .btn-group[data-color=night]{padding:3px;border:none;background-color:rgba(var(--grey-750));border-radius:8px}html.theme-orange .btn-group[data-color=night]>.btn{border:none;border-radius:8px}html.theme-orange .btn-group[data-color=night]>.btn.-active{color:rgba(var(--white));background-color:rgba(var(--dark-300))}html.theme-orange .btn-group[data-color=night]>.btn:not(.-active){color:rgba(var(--white),.4)}.local-loader-mini{display:flex;flex-direction:row;justify-content:center;align-items:center}.local-loader-mini>div{width:4px;height:4px;background-color:rgba(var(--orange-500));border-radius:50%}.local-loader-mini>div:not(:first-child){margin-left:4px}.local-loader-mini>div:nth-child(1){animation:.6s infinite flash-opacity}.local-loader-mini>div:nth-child(2){animation:.6s .2s infinite flash-opacity}.local-loader-mini>div:nth-child(3){animation:.6s .4s infinite flash-opacity}.local-loader-mini[data-color=white]>div{background-color:rgba(var(--white))}.local-loader-mini[data-size=large]>div{width:10px;height:10px}.local-loader-mini[data-size=large]>div:not(:first-child){margin-left:10px}:root{--wl-bets-items-bg-color: rgba(var(--white));--wl-bets-items-header-bg-color: rgba(var(--grey-200));--wl-bets-items-header-border-bg-color: rgba(var(--grey-200), .5);--wl-bets-items-separator-bg-color: rgba(var(--blue-grey-100));--wl-bets-items-match-color: rgba(var(--black));--wl-bets-items-box-color: rgba(var(--black));--wl-bets-items-box-bg-color: rgba(var(--blue-grey-100), .24);--wl-bets-items-result-color: rgba(var(--grey-750))}:root[theme=dark]{--wl-bets-items-bg-color: rgba(var(--dark-200));--wl-bets-items-header-bg-color: rgba(var(--dark-100));--wl-bets-items-header-border-bg-color: rgba(var(--dark-100), .5);--wl-bets-items-separator-bg-color: rgba(var(--dark-100));--wl-bets-items-match-color: rgba(var(--white));--wl-bets-items-box-color: rgba(var(--white));--wl-bets-items-box-bg-color: rgba(var(--dark-100), .3);--wl-bets-items-result-color: rgba(var(--white))}.mybets{padding:8px}.mybets .mybets-list__wrapper:not(:last-child){margin-bottom:8px}.mybets .ui-form-field{margin-top:0}.bets-item{position:relative;padding:8px;background-color:var(--wl-bets-items-bg-color);border:none;margin:0}.bets-item:after{content:"";position:absolute;bottom:0;left:8px;right:8px;height:1px;background-color:var(--wl-bets-items-separator-bg-color)}.bets-item:empty{min-height:81px}.bets-item__disabler{position:absolute;top:0;left:0;right:0;bottom:1px;flex-direction:row;display:flex;justify-content:center;align-items:center;margin-left:24px;padding-right:24px;background-color:rgba(var(--white, .9));z-index:1}.bets-item__disabler_text{font-size:12px;line-height:12px;font-weight:400;color:rgba(var(--grey-200));padding-top:3px;margin-left:8px}.bets-item__disabler.-express{padding:0;margin:0;z-index:0;bottom:0}.bets-item__disabler.-multibet{margin:-2px -9px;padding:0}.coupon-systems .bets-item:last-child .bets-item__disabler.-multibet{border-radius:0 0 8px 8px}.bets-item__message{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);left:20px;right:20px;border-radius:2px;background-color:rgba(var(--grey-750),.65);min-height:50px;text-align:center;color:rgba(var(--white));z-index:2}.bets-item__remove{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:24px;height:24px;font-size:11px;cursor:pointer;z-index:1}.bets-item__remove:hover{color:rgba(var(--blue-600))}.bets-item__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;padding:0 8px;background-color:var(--wl-bets-items-header-bg-color);border-radius:8px 8px 0 0;height:26px;margin-top:0;border-bottom:1px solid var(--wl-bets-items-header-border-bg-color)}.bets-item__header .bets-item__header-nav>i.ui-icon:last-child{margin-left:8px}.bets-item__header-title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:11px;line-height:12px;font-weight:400;color:rgba(var(--blue-grey-400));text-transform:none;white-space:nowrap}.bets-item__header-title .ui-counter{margin-left:4px}.bets-item__header-title .ui-counter svg text{fill:rgba(var(--blue-grey-500))}.bets-item__header-title.-betType{font-weight:700}.bets-item__header-title.-betId,.bets-item__header-title.-betCreatedAt{margin-left:8px}.bets-item__header-title.-betCreatedAt{font-size:10px}.bets-item__header-nav{width:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bets-item__header-nav__koef{padding-right:15px}.bets-item__header-nav__button{color:rgba(var(--blue-500));cursor:pointer;width:20px;text-align:center}.bets-item__header-nav__button:hover{color:rgba(var(--grey-200))}.bets-item__header-nav__button>.fa-trash-alt,.bets-item__header-nav__button>.fa-info,.bets-item__header-nav__button>.fa-pen{font-size:11px}.bets-item__header-nav .bet-type-info-popover.-bets-history .bet-type-info-popover__text{white-space:normal}.bets-item__header-nav>div{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-right:8px}.bets-item__header+.bets-item,.bets-item__header+div>.bets-item{margin-top:0}.bets-item__footer{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:var(--wl-bets-items-bg-color);padding:8px}.bets-item__footer .bets-item__buyout{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:0}.bets-item__footer .bets-item__buyout-btn.btn{border-radius:0;width:auto;padding-left:8px;padding-right:8px;margin-right:4px;color:rgba(var(--white))}.bets-item__footer .bets-item__buyout-btn.btn>div{font-size:9px;line-height:11px;font-weight:500}.bets-item__footer .bets-item__buyout-btn.btn.-available{transition-duration:.1s;transition-property:background-color;will-change:background-color;background-color:rgba(var(--green-550))}.bets-item__footer .bets-item__buyout-btn.btn.-available:hover{background-color:rgba(var(--green-300))}.bets-item__footer .bets-item__buyout-btn.btn.-success{border:1px solid rgba(var(--green-550));color:rgba(var(--green-550))}.bets-item__footer .bets-item__buyout-btn.btn.-failChange,.bets-item__footer .bets-item__buyout-btn.btn.-failSomethingError,.bets-item__footer .bets-item__buyout-btn.btn.-failAlreadyInProgress{border:1px solid rgba(var(--red-500));color:rgba(var(--red-500))}.bets-item__footer .bets-item__buyout-btn.btn.-failNotAllowed{border:1px solid rgba(var(--blue-grey-300));color:rgba(var(--blue-grey-300))}.bets-item__footer .bets-item__buyout-btn.btn.-process{display:flex;flex-direction:row;justify-content:center;align-items:center;width:136px;background:rgba(var(--green-550))}.bets-item__footer .bets-item__buyout-btn.btn.-failChange,.bets-item__footer .bets-item__buyout-btn.btn.-failNotAllowed,.bets-item__footer .bets-item__buyout-btn.btn.-success{pointer-events:none}.bets-item__footer .bets-item__buyout-btn.btn b{font-weight:900}.bets-item__footer .bets-item__buyout-openFilter{width:24px;height:24px;border-radius:0;border:1px solid rgba(var(--green-550));transition-property:border-color;transition-duration:.1s;will-change:border-color}.bets-item__footer .bets-item__buyout-openFilter.-disabled{border-color:rgba(var(--blue-grey-300))}.bets-item__footer .bets-item__buyout-openFilter:hover{border-color:rgba(var(--green-300))}.bets-item__footer .bets-item__betAmount{font-size:12px;line-height:13px;font-weight:700;color:var(--wl-bets-items-match-color)}.bets-item__footer .bets-item__betAmount b{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form{line-height:24px}.bets-item__form.-amount>.bets-item__form-item{white-space:nowrap}.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input{line-height:13px}.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input{width:100px;border:1px solid rgba(var(--grey-100));padding:6px 20px 6px 8px;height:24px;color:rgba(var(--grey-200));font-size:11px;line-height:13px;font-weight:700;background-color:rgba(var(--white));transition-property:border-color;transition-duration:.1s;will-change:border-color}.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input::-webkit-input-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input:-ms-input-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input::-moz-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input:-moz-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form-item.-error .bets-item__form-input input{background-color:rgba(var(--red-500),.08)!important;border-color:rgba(var(--red-500),.08)!important}.bets-item__form-item.-error .bets-item__form-label{color:rgba(var(--red-500))}.bets-item__form-item.-manualError .bets-item__form-input input{background-color:rgba(var(--red-500),.08)!important;border-color:rgba(var(--red-500),.08)!important}.bets-item__form-label{color:rgba(var(--blue-grey-500));font-size:9px;line-height:10px;font-weight:400;margin-top:4px;max-width:100px}.bets-item__form-input{width:100%;position:relative}.bets-item__form-input__btn{position:absolute!important;top:6px;right:6px;width:12px;height:12px;cursor:pointer}.bets-item__form-input__btn[data-tooltip]:before{padding:2px 7px;transform:translate3d(-50%,-6px,0) scale(0)!important}.bets-item__form-input__btn[data-tooltip]:hover:before{transform:translate3d(-50%,-6px,0) scale(1)!important}.bets-item__form-input__btn[data-tooltip]:after{transform:translate3d(-50%,-4px,0) scale(0) rotate(45deg)!important}.bets-item__form-input__btn[data-tooltip]:hover:after{transform:translate3d(-50%,-4px,0) scale(1) rotate(45deg)!important}.bets-item__form input[type=text]{width:100%;padding:6px 6px 6px 8px;height:24px;color:rgba(var(--grey-200));font-size:11px;line-height:13px;font-weight:700;background-color:rgba(var(--white));border:1px solid rgba(var(--grey-100))}.bets-item__form input[type=text]:focus{background-color:rgba(var(--white));border-color:rgba(var(--grey-400))}.bets-item__form input[type=text]::-webkit-input-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form input[type=text]:-ms-input-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form input[type=text]::-moz-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__form input[type=text]:-moz-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.bets-item__presets{position:relative;margin-right:-8px}.bets-item__presets.-editing .bets-item__presets__btn-control{top:1px}.bets-item__presets.-editing .bets-item__presets__item{color:rgba(var(--blue-grey-800));box-shadow:inset 0 0 0 1px rgba(var(--blue-grey-800),.5)}.bets-item__presets.-editing .bets-item__presets__item>span{color:rgba(var(--black))}.bets-item__presets.-editing .bets-item__presets__item:not(:hover){background-color:rgba(var(--white))}.bets-item__presets+.bets-item{margin-top:8px}.bets-item__presets__btn-control{position:absolute;top:5px;height:24px;right:4px;color:rgba(var(--blue-grey-800));padding:3px 5px 0;cursor:pointer}.bets-item__presets__btn-control>i{margin-left:5px}.bets-item__presets__btn-control>i.fa-check{color:rgba(var(--green-550))}.bets-item__presets__list{margin-top:-6px;font-size:0}.bets-item__presets__list>.bets-item__presets__item__input{width:48px;margin-right:24px;margin-top:6px;margin-bottom:0}.bets-item__presets__list>.bets-item__presets__item__input>input[type=text]{height:20px!important}.bets-item__presets__item{display:inline-block;color:rgba(var(--blue-grey-300));height:20px;padding:4px 6px 4px 5px;border-radius:2px;background-color:transparent;box-shadow:inset 0 0 0 1px rgba(var(--blue-grey-300),.7);font-size:12px;line-height:12px;margin-right:8px;margin-top:6px;min-width:40px;text-align:center;cursor:pointer}.bets-item__presets__item>span{color:rgba(var(--blue-grey-400));font-weight:700;padding-left:3px}.bets-item__presets__item:hover{color:rgba(var(--blue-grey-800));box-shadow:inset 0 0 0 1px rgba(var(--blue-600),.5);background-color:rgba(var(--blue-600),.1)}.bets-item__presets__item:hover>span{color:rgba(var(--black))}.bets-item__presets__item:hover>.bets-item__presets__item-remove{color:rgba(var(--red-500))}.bets-item__presets__item-remove{display:inline-block;margin-left:5px}.bets-item__presets__item__input{display:inline-block;position:relative;width:calc(50% - 24px);margin-bottom:8px}.bets-item__presets__item__input-btn{position:absolute;top:50%;transform:translateY(-50%);left:100%;padding-left:5px;font-size:12px;line-height:12px;color:rgba(var(--green-550));cursor:pointer}.bets-item__bet,.bets-item__match{position:relative}.bets-item__bet{z-index:1}.bets-item__bet-match{font-size:12px;line-height:15px;font-weight:700;color:var(--wl-bets-items-match-color);margin-bottom:1px}.bets-item__bet-type{color:rgba(var(--grey-200));font-size:10px;line-height:12px;font-weight:500;margin-bottom:1px}.bets-item__bet-status{position:absolute;right:-4px;top:-6px;width:32px;height:24px;pointer-events:none}.bets-item__bet-status.-up,.bets-item__bet-status.-down{animation:var(--btnOddsDurationAnimate) s linear flash}.bets-item__bet-status.-up{background-color:rgba(var(--green-550),.08);border-top:2px solid rgba(var(--green-550))}.bets-item__bet-status.-up+b{color:rgba(var(--green-550))!important}.bets-item__bet-status.-down{background-color:rgba(var(--red-500),.08);border-bottom:2px solid rgba(var(--red-500))}.bets-item__bet-status.-down+b{color:rgba(var(--red-500))!important}.bets-item__bet-koef{text-align:right;color:rgba(var(--blue-grey-400));font-size:11px;line-height:13px;font-weight:700}.bets-item__match{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bets-item__match-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;position:absolute;top:0;left:-3px;width:20px;height:100%;padding-bottom:3px}.bets-item__match-items{width:67.5%;padding-top:1px}.bets-item__match-datetime{display:inline;font-size:8px;line-height:10px;font-weight:400;padding:1px 2px;margin-left:-2px;background-color:rgba(var(--grey-200))}.bets-item__match-date{color:rgba(var(--blue-grey-400))}.bets-item__match-items{display:flex;color:rgba(var(--blue-grey-500));padding-top:0;width:auto;margin-top:2px}.bets-item__match-items>.bets-item__match-item{font-size:11px;line-height:12px;font-weight:400;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bets-item__match-items>.bets-item__match-item:last-child{margin-top:1px}.bets-item__match-items>.bets-item__match-item>span:first-child{overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 16px);white-space:nowrap}.bets-item__match-items>.bets-item__match-item>span:last-child{font-size:10px;line-height:12px;font-weight:500;text-align:center;min-width:16px}.bets-item__match-items.-link:hover .bets-item__match-item{color:rgba(var(--red-500))}.bets-item__total{background-color:rgba(var(--white));padding:8px;border:1px solid rgba(var(--nightLight),.5);border-top:0;color:rgba(var(--black));border-radius:0 0 2px 2px}.bets-item__total-row{display:flex;flex-direction:row;justify-content:space-between}.bets-item__total-row>div:last-child{text-align:right}.bets-item__total-label,.bets-item__total-amount{width:50%}.bets-item__total-label{font-size:8.5px;line-height:12px;font-weight:700;margin-bottom:3px;text-transform:uppercase}.bets-item__total-label:not([class*=c-]){color:rgba(var(--blue-grey-800))}.bets-item__total-amount{font-size:13px}.bets-item__buyout.expand-enter-active,.bets-item__buyout.expand-leave-active,.bets-item__buyout-history.expand-enter-active,.bets-item__buyout-history.expand-leave-active{transition:height .1s}.bets-item__buyout{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bets-item__buyout-btn{width:calc(100% - 35px);padding-left:10px;padding-right:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bets-item__buyout-btn.btn{transition-property:border-color;transition-duration:.1s;will-change:border-color;color:rgba(var(--grey-200))}.bets-item__buyout-btn.btn.pointerEvents-none{transition-duration:.3s;transition-timing-function:ease-in-out}.bets-item__buyout-btn.btn:hover{color:rgba(var(--white))}.bets-item__buyout-btn>div{font-weight:400}.bets-item__buyout-btn>div:last-child:not(:first-child){font-size:13px;padding-bottom:1px}.bets-item__buyout-openFilter{display:flex;flex-direction:row;align-items:center;justify-content:center;width:30px;height:28px;color:rgba(var(--blue-grey-800));text-align:center;font-size:13px;border-radius:2px;border:1px solid rgba(var(--nightLight),.5);transition-property:border-color;transition-duration:.1s;will-change:border-color;cursor:pointer}.bets-item__buyout-openFilter.-disabled{pointer-events:none;color:#85878f;border:1px solid rgba(var(--nightLight),.3)}.bets-item__buyout-openFilter:hover{border-color:rgba(var(--blue-grey-800))}.bets-item__buyout-history{font-size:10px;line-height:12px;font-weight:400;color:rgba(var(--blue-grey-500));background-color:rgba(var(--grey-200));margin-top:0;padding:0;border:none}.bets-item__buyout-history__button{padding:6px 8px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bets-item__buyout-history__list{border-top:1px solid rgba(var(--grey-200),.5);padding:8px}.bets-item__buyout-history__list .bets-item__total-row{margin-bottom:4px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bets-item__buyout-history__list .bets-item__total-row.-marginTop{margin-top:8px}.bets-item__buyout-history__list .bets-item__total-row .bets-item__total-label{margin-top:0;margin-bottom:0;font-size:10px;line-height:12px;font-weight:400;color:rgba(var(--blue-grey-400));text-transform:none;text-align:left}.bets-item__buyout-history__list .bets-item__total-row .bets-item__total-amount{font-size:10px;line-height:12px;font-weight:500;color:var(--wl-bets-items-box-color);text-align:left}.bets-item__buyout-history__list .bets-item__total-row .bets-item__total-amount em{font-style:normal}.bets-item__buyout-history__list.-profile{background-color:var(--wl-bets-items-box-bg-color)}.bets-item__buyout-history__list.-profile .bets-item__total-row>div:nth-child(1),.bets-item__buyout-history__list.-profile .bets-item__total-row>div:nth-child(2){width:21%}.bets-item__filter{position:absolute;z-index:1;bottom:40px;background-color:rgba(var(--blue-grey-100));padding:7px;width:calc(100% - 16px)}.bets-item__filter:before{content:"";position:absolute;transform:rotate(45deg) translate(-50%);left:40%;bottom:-7px;width:8px;height:8px;background-color:rgba(var(--grey-200));border:1px solid rgba(var(--grey-200));z-index:0}.bets-item__filter:after{content:"";position:absolute;transform:translate(-50%);left:40%;bottom:0;display:block;width:14px;height:6px;background-color:rgba(var(--grey-200))}.bets-item__filter>.bets-item__form{margin-top:0}.bets-item__filter>.bets-item__form.-amount{display:flex;flex-direction:row;justify-content:center;align-items:center}.bets-item__filter>.bets-item__form.-amount>.bets-item__form-item{width:100%}.bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-label,#page-bets .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-label{font-size:10px;line-height:12px;font-weight:400;text-transform:none;color:rgba(var(--blue-grey-400));margin:0 0 2px}.bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input[type=text]{width:100%;font-size:11px;line-height:13px;font-weight:700;background-color:rgba(var(--white));border-color:rgba(var(--grey-200));border-radius:0}.bets-item__filter>.bets-item__form>.bets-item__form-item:last-child:not(:first-child){margin-left:8px}.bets-item__filter-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;margin:12px 0 5px;background-color:rgba(var(--blue-grey-500));width:100%;height:2px;position:relative;z-index:1}.bets-item__filter-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:18px;background:linear-gradient(90deg,rgba(var(--grey-200)),rgba(var(--grey-200)) 20%,rgba(var(--blue-grey-500)) 20%,rgba(var(--blue-grey-500)) 40%,rgba(var(--grey-200)) 40%,rgba(var(--grey-200)) 60%,rgba(var(--blue-grey-500)) 60%,rgba(var(--blue-grey-500)) 80%,rgba(var(--grey-200)) 80%,rgba(var(--grey-200)));border:1px solid rgba(var(--grey-100));background-size:5px 8px;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--blue-grey-500));cursor:pointer}.bets-item__filter-slider::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:18px;background:linear-gradient(90deg,rgba(var(--grey-200)),rgba(var(--grey-200)) 20%,rgba(var(--blue-grey-500)) 20%,rgba(var(--blue-grey-500)) 40%,rgba(var(--grey-200)) 40%,rgba(var(--grey-200)) 60%,rgba(var(--blue-grey-500)) 60%,rgba(var(--blue-grey-500)) 80%,rgba(var(--grey-200)) 80%,rgba(var(--grey-200)));border:1px solid rgba(var(--grey-100));background-size:5px 8px;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--blue-grey-500));cursor:pointer}.bets-item__filter-slider::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:18px;background:linear-gradient(90deg,rgba(var(--grey-200)),rgba(var(--grey-200)) 20%,rgba(var(--blue-grey-500)) 20%,rgba(var(--blue-grey-500)) 40%,rgba(var(--grey-200)) 40%,rgba(var(--grey-200)) 60%,rgba(var(--blue-grey-500)) 60%,rgba(var(--blue-grey-500)) 80%,rgba(var(--grey-200)) 80%,rgba(var(--grey-200)));border:1px solid rgba(var(--grey-100));background-size:5px 8px;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--blue-grey-500));cursor:pointer}.bets-item>.ui-form-message,.bets-item__presets{margin-top:8px}.bets-item__buyout{margin-top:5px}.bets-item>*:first-child{margin-top:0}.bets-item .ui-form-message>.fa-check-square{font-size:14px;line-height:14px;transform:translateY(2px);margin-top:-2px;margin-right:2px}.bets-item .ui-form-message>.fa-check{font-size:12px;line-height:12px;transform:translateY(1px);margin-right:2px}html.theme-orange .mybets-list__wrapper{background-color:var(--wl-bets-items-bg-color);border-radius:8px;box-shadow:0 1px 1px #00133821}html.theme-orange .mybets-list__wrapper:not(:last-child){margin-bottom:6px}html.theme-orange .page-bets-item{background-color:var(--wl-bets-items-bg-color);border-radius:8px;box-shadow:0 1px 1px #00133821}html.theme-orange .page-bets-item .bets-item__header{background-color:var(--wl-bets-items-box-bg-color)}html.theme-orange #page-bets .page-bets-item .bets-item__header,html.theme-orange #page-transactions .page-bets-item .bets-item__header{height:24px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body{padding-top:0}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .page-bets-item__cell,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .page-bets-item__cell{padding-top:8px;padding-bottom:12px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__breadcrumbs,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__breadcrumbs{font-size:12px;line-height:16px;font-weight:400;color:rgba(var(--blue-grey-500));margin-bottom:4px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__match-datetime,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__match-datetime{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:10px;line-height:13px;font-weight:500;padding:0;margin:0 0 1px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__match-datetime>:first-child,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__match-datetime>:first-child{margin-right:4px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:11px;line-height:14px;font-weight:600}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;top:0;font-size:11px;line-height:14px;font-weight:600;color:rgba(var(--blue-grey-500));margin-left:8px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores[data-tooltip]:before,html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores[data-tooltip]:after,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores[data-tooltip]:before,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores[data-tooltip]:after{bottom:calc(100% + 4px)}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores .ui-icon,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores .ui-icon{cursor:pointer}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores>div,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors .bets-item__scores>div{margin:0}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__competitors.-link:hover,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__competitors.-link:hover{color:rgba(var(--orange-500))}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .page-bets-item__outcome-rate,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .page-bets-item__outcome-rate{font-size:12px;line-height:16px;font-weight:600}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .ui-outcomeStatus,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .ui-outcomeStatus{position:absolute;bottom:11px;text-align:right}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer{padding-top:0!important}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .page-bets-item__cell,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .page-bets-item__cell{padding-bottom:0}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter{width:500px;padding:8px;z-index:10}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter,html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:before,html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:after,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:before,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:after{background-color:rgba(var(--blue-grey-100))}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:before,html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:after,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:before,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:after{left:49%}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:before,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter:before{bottom:-6px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item:first-child,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item:first-child{margin-left:0}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-label,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-label{font-size:11px;line-height:14px;font-weight:500;text-align:left;margin-bottom:4px;margin-left:2px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-input,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-input{height:32px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-input>input,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-input>input{height:32px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-input__btn,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__form.-amount .bets-item__form-item .bets-item__form-input__btn{top:10px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__filter-slider,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__filter .bets-item__filter-slider{margin-top:23px;margin-bottom:15px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__buyout .bets-item__buyout-btn,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__buyout .bets-item__buyout-btn{width:calc(100% - 56px);height:32px;background-color:rgba(var(--green-550))}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__buyout .bets-item__buyout-openFilter,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__buyout .bets-item__buyout-openFilter{width:32px;height:32px}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__result,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__result{font-size:12px;line-height:16px;font-weight:600;color:var(--wl-bets-items-result-color)}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__result span:first-child,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .bets-item__result span:first-child{font-size:11px;line-height:14px;font-weight:500;padding-right:4px;color:rgba(var(--blue-grey-500))}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .page-bets-item__amount,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .page-bets-item__amount{display:flex;font-size:12px;line-height:16px;font-weight:600}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .bets-item__footer .page-bets-item__amount b,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .bets-item__footer .page-bets-item__amount b{margin-right:4px;margin-left:4px;color:rgba(var(--grey-400))}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .page-bets-item__cashback-points,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .page-bets-item__cashback-points{font-size:11px;line-height:14px;font-weight:400;color:rgba(var(--blue-grey-500))}html.theme-orange #page-bets .page-bets-item .page-bets-item__body .page-bets-item__cashback-points_amount,html.theme-orange #page-transactions .page-bets-item .page-bets-item__body .page-bets-item__cashback-points_amount{font-size:12px;line-height:16px;font-weight:600;margin-left:4px}html.theme-orange #page-bets .page-bets-item .bets-item__buyout-history__button,html.theme-orange #page-transactions .page-bets-item .bets-item__buyout-history__button{font-size:12px;line-height:16px;font-weight:500;color:var(--wl-bets-items-box-color);background-color:var(--wl-bets-items-box-bg-color)}html.theme-orange #page-bets .page-bets-item .bets-item__buyout-history__list.-profile,html.theme-orange #page-transactions .page-bets-item .bets-item__buyout-history__list.-profile{background-color:var(--wl-bets-items-box-bg-color)}html.theme-orange .bets-item__header-title{font-size:12px;line-height:16px;font-weight:400;font-family:Whitney,sans-serif;color:rgba(var(--blue-grey-450))}html.theme-orange .bets-item__header-title .ui-counter{background-color:rgba(var(--grey-400))}html.theme-orange .bets-item__header-title .ui-counter svg text{fill:rgba(var(--white))}html.theme-orange .bets-item__header-title.-betType{font-weight:600}html.theme-orange .bets-item__disabler_text{font-size:12px;line-height:12px;font-weight:500;color:rgba(var(--dark-300))}html.theme-orange .bets-item__bet{margin-top:1px;margin-bottom:3px}html.theme-orange .bets-item__bet-match{font-size:14px;line-height:18px;font-weight:600}html.theme-orange .bets-item__bet-type{font-size:12px;line-height:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;max-width:290px;white-space:nowrap;color:var(--wl-bets-items-match-color)}html.theme-orange .bets-item__bet-info:only-child .bets-item__bet-type{overflow:hidden;text-overflow:ellipsis;max-width:320px;white-space:nowrap}html.theme-orange .bets-item__bet-koef{margin-bottom:-5px}html.theme-orange .bets-item__match{font-size:11px;line-height:14px;font-weight:600;color:rgba(var(--blue-grey-500))}html.theme-orange .bets-item__match-datetime{font:inherit;background-color:transparent}html.theme-orange .bets-item__match-items{width:100%}html.theme-orange .bets-item__match-items.-link:hover{color:rgba(var(--orange-500))}html.theme-orange .bets-item__match-items.-link:hover .bets-item__match-item{color:inherit}html.theme-orange .bets-item__match-item{position:relative;font:inherit;margin-top:0;display:inline-block}html.theme-orange .bets-item__match-item:last-of-type{margin-right:8px}html.theme-orange .bets-item__match-item:last-of-type+span{color:rgba(var(--orange-500))}html.theme-orange .bets-item__footer{border-radius:0 0 8px 8px}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn{font-size:12px;line-height:16px;font-weight:600;color:rgba(var(--white));border-radius:8px 0 0 8px;background-color:transparent;width:167px;padding:0 12px;margin-right:2px}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn:last-child{border-radius:8px}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn>div{width:100%;font:inherit;text-align:center;text-transform:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn>div>p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-available{transition-duration:.1s;transition-property:background-color;will-change:background-color;font-weight:700;background-color:rgba(var(--green-550))}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-available:hover{background-color:rgba(var(--green-300))}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-success{color:rgba(var(--green-550))}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-failChange,html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-failSomethingError,html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-failAlreadyInProgress{background-color:transparent;color:rgba(var(--red-500))}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-failNotAllowed{border:1px solid rgba(var(--grey-400));background-color:transparent!important;color:rgba(var(--grey-400))}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-process{display:flex;flex-direction:row;justify-content:center;align-items:center;background:rgba(var(--green-550))}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-failChange,html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-failNotAllowed,html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn.-success{pointer-events:none}html.theme-orange .bets-item__footer .bets-item__buyout-btn.btn b{font-weight:inherit}html.theme-orange .bets-item__footer .bets-item__buyout-openFilter{border-radius:0 8px 8px 0;background-color:rgba(var(--green-550));transition-property:border-color;transition-duration:.1s;will-change:border-color}html.theme-orange .bets-item__footer .bets-item__buyout-openFilter.-disabled{border-color:rgba(var(--grey-400));background-color:transparent}html.theme-orange .bets-item__footer .bets-item__buyout-openFilter:hover{border-color:rgba(var(--green-300))}html.theme-orange .bets-item__footer .bets-item__betAmount{font-size:12px;line-height:13px;font-weight:600;color:var(--wl-bets-items-match-color)}html.theme-orange .bets-item__footer .bets-item__betAmount b{color:rgba(var(--grey-400));font-weight:400;margin:0 2px}html.theme-orange .bets-item__footer .bets-item__betAmount i.ui-icon{margin-left:4px}html.theme-orange .bets-item__filter{border-radius:8px;border:none}html.theme-orange .bets-item__filter .bets-item__form-label{text-align:left}html.theme-orange .bets-item__filter:before{content:"";position:absolute;transform:rotate(45deg) translate(-50%);left:50%;bottom:-7px;width:8px;height:8px;background-color:rgba(var(--blue-grey-100));border:none;z-index:0}html.theme-orange .bets-item__filter:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;display:block;width:14px;height:6px;background-color:rgba(var(--blue-grey-100))}html.theme-orange .bets-item__filter>.bets-item__form{margin-top:0}html.theme-orange .bets-item__filter>.bets-item__form.-amount{display:flex;flex-direction:row;justify-content:center;align-items:center}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item{width:100%}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-label,#page-bets html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-label{font-size:11px;line-height:14px;font-weight:500;text-transform:none;color:rgba(var(--blue-grey-400));margin:0 0 4px}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input[type=text]{width:100%;font-size:12px;line-height:16px;font-weight:600;padding:4px 8px;background-color:rgba(var(--white));border-color:rgba(var(--grey-400));border-radius:4px}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input[type=text]::-webkit-input-placeholder{font-size:11px;line-height:16px;font-weight:500;color:rgba(var(--grey-400))}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input[type=text]:-ms-input-placeholder{font-size:11px;line-height:16px;font-weight:500;color:rgba(var(--grey-400))}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input[type=text]::-moz-placeholder{font-size:11px;line-height:16px;font-weight:500;color:rgba(var(--grey-400))}html.theme-orange .bets-item__filter>.bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input[type=text]:-moz-placeholder{font-size:11px;line-height:16px;font-weight:500;color:rgba(var(--grey-400))}html.theme-orange .bets-item__filter>.bets-item__form>.bets-item__form-item:last-child:not(:first-child){margin-left:8px}html.theme-orange .bets-item__filter-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;margin:12px 0 5px;background-color:rgba(var(--grey-400));width:100%;height:2px;position:relative;z-index:1;border-radius:30px}html.theme-orange .bets-item__filter-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:32px;border:1px solid rgba(var(--grey-100));background-size:5px 8px;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--blue-grey-400));cursor:pointer;border-radius:6px}html.theme-orange .bets-item__filter-slider::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:32px;border:1px solid rgba(var(--grey-100));background-size:5px 8px;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--blue-grey-400));cursor:pointer;border-radius:6px}html.theme-orange .bets-item__filter-slider::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:32px;border:1px solid rgba(var(--grey-100));background-size:5px 8px;background-position:center;background-repeat:no-repeat;background-color:rgba(var(--blue-grey-400));cursor:pointer;border-radius:6px}html.theme-orange .bets-item__buyout-history{font-size:12px;line-height:16px;font-weight:500;color:rgba(var(--black));border-top:1px solid rgba(var(--grey-200),.5);background:rgba(var(--blue-grey-100),.24)}html.theme-orange .bets-item__buyout-history__button{padding:4px 8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}html.theme-orange .bets-item__buyout-history__list{border-top:1px solid rgba(var(--grey-200),.5);padding:8px}html.theme-orange .bets-item__buyout-history__list .bets-item__total-row.-marginTop{margin-top:8px}html.theme-orange .bets-item__buyout-history__list .bets-item__total-row .bets-item__total-label{font-size:12px;line-height:16px;font-weight:500;color:rgba(var(--blue-grey-500))}html.theme-orange .bets-item__buyout-history__list .bets-item__total-row .bets-item__total-amount{font-size:12px;line-height:16px;font-weight:600;color:var(--wl-bets-items-box-color);text-align:left}html.theme-orange .bets-item__buyout-history__list .bets-item__total-row .bets-item__total-amount em{font-style:normal}html.theme-orange .bets-item__buyout-history__list.-profile{background-color:rgba(var(--blue-grey-100),.24)}html.theme-orange .bets-item__buyout-history__list.-profile .bets-item__total-row>div:nth-child(1),html.theme-orange .bets-item__buyout-history__list.-profile .bets-item__total-row>div:nth-child(2){width:21%}html.theme-orange .bets-item__form{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;font-size:12px;line-height:24px;font-weight:600;color:rgba(var(--grey-400));vertical-align:middle}html.theme-orange .bets-item__form-item:not(.-text){margin-left:4px}html.theme-orange .bets-item__form.-amount>.bets-item__form-item{white-space:nowrap}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input{color:rgba(var(--dark-300));font-size:12px;line-height:16px;font-weight:600;border-radius:4px;border-color:rgba(var(--grey-400))}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input::-webkit-input-placeholder{color:rgba(var(--blue-grey-500));font-weight:600}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input:-ms-input-placeholder{color:rgba(var(--blue-grey-500));font-weight:600}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input::-moz-placeholder{color:rgba(var(--blue-grey-500));font-weight:600}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input:-moz-placeholder{color:rgba(var(--blue-grey-500));font-weight:600}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input:focus{border-color:rgba(var(--orange-500))}html.theme-orange .bets-item__form.-amount>.bets-item__form-item>.bets-item__form-input>input:focus~.bets-item__form-label__error{display:block}html.theme-orange .bets-item__form-item.-error .bets-item__form-input input{background-color:rgba(var(--red-500),.08)!important;border-color:rgba(var(--red-500),.08)!important}html.theme-orange .bets-item__form-item.-error .bets-item__form-label{color:rgba(var(--red-500))}html.theme-orange .bets-item__form-item.-manualError .bets-item__form-input input{background-color:rgba(var(--red-500),.08)!important;border-color:rgba(var(--red-500),.08)!important}html.theme-orange .bets-item__form-label{color:rgba(var(--grey-400));font-size:11px;line-height:13px;font-weight:500;text-align:right;white-space:normal}html.theme-orange .bets-item__form-label__error{position:absolute;display:none;bottom:-130%;right:0;padding:4px 8px;font-size:11px;line-height:14px;font-weight:600;color:rgba(var(--red-500));background-color:rgba(var(--white));border:1px solid rgba(var(--grey-400));border-radius:8px;z-index:1}html.theme-orange .bets-item__form-label__error:after{content:"";position:absolute;top:-4px;right:20px;width:6px;height:6px;background-color:rgba(var(--white));border:1px solid rgba(var(--grey-400));border-bottom:0;border-left:0;transform:rotate(-45deg)}html.theme-orange .bets-item__form-input{width:100%;position:relative}html.theme-orange .bets-item__form-input .totalAmount__icon{position:absolute;left:0}html.theme-orange .bets-item__form-input__btn{line-height:12px}html.theme-orange .bets-item__form-input__btn[data-tooltip]:before{padding:2px 7px;transform:translate3d(-50%,-6px,0) scale(0)!important}html.theme-orange .bets-item__form-input__btn[data-tooltip]:hover:before{transform:translate3d(-50%,-6px,0) scale(1)!important}html.theme-orange .bets-item__form-input__btn[data-tooltip]:after{transform:translate3d(-50%,-4px,0) scale(0) rotate(45deg)!important}html.theme-orange .bets-item__form-input__btn[data-tooltip]:hover:after{transform:translate3d(-50%,-4px,0) scale(1) rotate(45deg)!important}html.theme-orange .bets-item__form input[type=text]{width:100%;padding:6px 6px 6px 8px;height:24px;color:rgba(var(--grey-200));font-size:11px;line-height:13px;font-weight:700;background-color:rgba(var(--white));border:1px solid rgba(var(--grey-100))}html.theme-orange .bets-item__form input[type=text]:focus{background-color:rgba(var(--white));border-color:rgba(var(--grey-400))}html.theme-orange .bets-item__form input[type=text]::-webkit-input-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}html.theme-orange .bets-item__form input[type=text]:-ms-input-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}html.theme-orange .bets-item__form input[type=text]::-moz-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}html.theme-orange .bets-item__form input[type=text]:-moz-placeholder{color:rgba(var(--blue-grey-300));font-weight:400}.popover-enter-active,.popover-leave-active{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .15s ease,opacity .15s}.wl-radio[data-v-59fe4719]{--wl-radio-gap-right: 24px;--wl-radio-gap-bottom: 8px;--wl-radio-mask-content-size: 4px;--wl-radio-mask-size: 16px;--wl-radio-content-size: 16px;--wl-radio-content-gap: 8px;--wl-radio-mask-bg: rgba(var(--white));--wl-radio-mask-border: var(--wl-radio-button-mask-border);--wl-radio-mask-pseudo-bg: none;--wl-radio-content-color: var(--wl-radio-button-color);--wl-radio-content-white-space: normal;--wl-radio-content-font-family: inherit;cursor:pointer;box-sizing:border-box;display:inline-flex;align-items:center;margin-bottom:var(--wl-radio-gap-bottom);margin-right:var(--wl-radio-gap-right);transition:all .3s}.wl-radio__input-wrapper[data-v-59fe4719]{position:relative}.wl-radio__input[data-v-59fe4719]{position:absolute;width:0;height:0;opacity:0}.wl-radio__mask[data-v-59fe4719]{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--wl-radio-mask-border);width:var(--wl-radio-mask-size);height:var(--wl-radio-mask-size);box-sizing:border-box;border-radius:50%;margin-right:var(--wl-radio-content-gap);background:var(--wl-radio-mask-bg)}.wl-radio__mask[data-v-59fe4719]:after{content:"";width:var(--wl-radio-mask-content-size);height:var(--wl-radio-mask-content-size);border-radius:50%;background:var(--wl-radio-mask-pseudo-bg);transition:background .3s}.wl-radio__content[data-v-59fe4719]{font-weight:500;font-family:var(--wl-radio-content-font-family);font-size:var(--wl-radio-content-size);color:var(--wl-radio-button-color);transition:.3s all;line-height:1;flex:1;pointer-events:none;white-space:var(--wl-radio-content-white-space)}.wl-radio[data-v-59fe4719]:hover{--wl-radio-mask-border: var(--wl-radio-button-primary)}.wl-radio[data-v-59fe4719]:active{--wl-radio-mask-border: var(--wl-radio-button-primary);--wl-radio-mask-bg: var(--wl-radio-button-primary);--wl-radio-mask-pseudo-bg: none}.wl-radio[data-v-59fe4719]:last-of-type{margin-right:0}.wl-radio.-active[data-v-59fe4719]{--wl-radio-mask-border: var(--wl-radio-button-primary);--wl-radio-mask-pseudo-bg: var(--wl-radio-button-primary)}.wl-radio.-active[data-v-59fe4719]:active{--wl-radio-mask-bg: var(--wl-radio-button-primary);--wl-radio-mask-border: var(--wl-radio-button-primary);--wl-radio-mask-pseudo-bg: rgba(var(--white))}.wl-radio.-disabled[data-v-59fe4719]{--wl-radio-mask-bg: none;--wl-radio-mask-border: var(--wl-radio-button-disabled);--wl-radio-content-color: var(--wl-radio-button-disabled);cursor:default}.wl-radio.-disabled[data-v-59fe4719]:hover,.wl-radio.-disabled[data-v-59fe4719]:active{--wl-radio-mask-bg: none;--wl-radio-mask-border: var(--wl-radio-button-disabled)}.wl-radio.-disabled.-active[data-v-59fe4719]{--wl-radio-mask-pseudo-bg: var(--wl-radio-button-disabled)}:root{--wl-radio-button-group-bg-color: rgba(var(--grey-200));--wl-radio-button-group-active-bg-color: rgba(var(--white));--wl-radio-button-group-color: rgba(var(--blue-grey-750))}:root[theme=dark]{--wl-radio-button-group-bg-color: rgba(var(--dark-100));--wl-radio-button-group-active-bg-color: rgba(var(--dark-200));--wl-radio-button-group-color: rgba(var(--white))}.wl-radio-button-group[data-v-ee18b30d]{--wl-radio-group-radius: 8px;--wl-radio-group-button-color: var(--wl-radio-button-group-color);display:flex;align-items:center;padding:3px;border-radius:var(--wl-radio-group-radius);background-color:var(--wl-radio-button-group-bg-color)}.wl-radio-button-group[data-v-ee18b30d] .wl-radio{--wl-radio-gap-bottom: 0;--wl-radio-gap-right: 0;--wl-radio-button-color: var(--wl-radio-button-group-color);--wl-radio-content-size: 12px;flex:1;padding:7.5px 12px;margin:0;background:transparent;border-radius:6px;border:none}.wl-radio-button-group[data-v-ee18b30d] .wl-radio .wl-radio__mask{display:none}.wl-radio-button-group[data-v-ee18b30d] .wl-radio .wl-radio__content{font-weight:600;line-height:1.27;text-align:center}.wl-radio-button-group[data-v-ee18b30d] .wl-radio.-disabled{--wl-radio-button-color: var(--wl-radio-button-disabled);background:none}.wl-radio-button-group[data-v-ee18b30d] .wl-radio.-active{background:var(--wl-radio-button-group-active-bg-color);box-shadow:0 1px 1px #00000029}.wl-radio-button-group[data-v-ee18b30d] .wl-radio.-active .wl-radio__content{color:var(--wl-radio-group-button-color)}.skeleton-loader[data-v-7497d4d1]{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.shimmer[data-v-7497d4d1]{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);animation:shimmer-7497d4d1 1.4s infinite}@keyframes shimmer-7497d4d1{to{transform:translate(100%)}}.wl-listbox[data-v-d778858b]{position:relative;display:flex}.ui-counter{display:flex;flex-direction:row;align-items:center;justify-content:center;width:18px;height:12px;white-space:nowrap}.ui-counter>svg{width:18px;height:12px}.ui-counter.-live,.ui-counter.-live>svg{width:20px;height:13px}.ui-counter[data-color=alphaWhite] svg text,.ui-counter[data-color=alphaWhite] svg rect,.ui-counter[data-color=alphaWhite] svg path{fill:rgba(var(--white),.4)}.ui-counter[data-text-color=alphaWhite] svg text{fill:rgba(var(--white),.4)!important}.ui-counter[data-color=black] svg text,.ui-counter[data-color=black] svg rect,.ui-counter[data-color=black] svg path{fill:rgba(var(--black))}.ui-counter[data-text-color=black] svg text{fill:rgba(var(--black))!important}.ui-counter[data-color=red] svg text,.ui-counter[data-color=red] svg rect,.ui-counter[data-color=red] svg path{fill:rgba(var(--red-500))}.ui-counter[data-text-color=red] svg text{fill:rgba(var(--red-500))!important}.ui-counter[data-color=whiteCold] svg text,.ui-counter[data-color=whiteCold] svg rect,.ui-counter[data-color=whiteCold] svg path{fill:rgba(var(--blue-500))}.ui-counter[data-text-color=whiteCold] svg text{fill:rgba(var(--blue-500))!important}.ui-counter[data-color=smoke] svg text,.ui-counter[data-color=smoke] svg rect,.ui-counter[data-color=smoke] svg path{fill:rgba(var(--grey-200))}.ui-counter[data-text-color=smoke] svg text{fill:rgba(var(--grey-200))!important}.ui-counter[data-color=green] svg text,.ui-counter[data-color=green] svg rect,.ui-counter[data-color=green] svg path{fill:rgba(var(--green-550))}.ui-counter[data-text-color=green] svg text{fill:rgba(var(--green-550))!important}.ui-counter[data-color=white] svg text,.ui-counter[data-color=white] svg rect,.ui-counter[data-color=white] svg path{fill:rgba(var(--white))}.ui-counter[data-text-color=white] svg text{fill:rgba(var(--white))!important}.ui-counter[data-color=blue] svg text,.ui-counter[data-color=blue] svg rect,.ui-counter[data-color=blue] svg path{fill:rgba(var(--blue-600))}.ui-counter[data-text-color=blue] svg text{fill:rgba(var(--blue-600))!important}.ui-counter[data-color=blueGrey] svg text,.ui-counter[data-color=blueGrey] svg rect,.ui-counter[data-color=blueGrey] svg path{fill:rgba(var(--blue-grey-800))}.ui-counter[data-text-color=blueGrey] svg text{fill:rgba(var(--blue-grey-800))!important}.ui-counter[data-color=grey] svg text,.ui-counter[data-color=grey] svg rect,.ui-counter[data-color=grey] svg path{fill:rgba(var(--blue-grey-500))}.ui-counter[data-text-color=grey] svg text{fill:rgba(var(--blue-grey-500))!important}.ui-counter[data-color=greyLight] svg text,.ui-counter[data-color=greyLight] svg rect,.ui-counter[data-color=greyLight] svg path{fill:rgba(var(--blue-grey-400))}.ui-counter[data-text-color=greyLight] svg text{fill:rgba(var(--blue-grey-400))!important}.ui-counter[data-color=greyLighten] svg text,.ui-counter[data-color=greyLighten] svg rect,.ui-counter[data-color=greyLighten] svg path{fill:rgba(var(--blue-grey-300))}.ui-counter[data-text-color=greyLighten] svg text{fill:rgba(var(--blue-grey-300))!important}.ui-counter[data-color=orange] svg text,.ui-counter[data-color=orange] svg rect,.ui-counter[data-color=orange] svg path{fill:rgba(var(--orange-500))}.ui-counter[data-text-color=orange] svg text{fill:rgba(var(--orange-500))!important}.ui-counter[data-color=nightDeep] svg text,.ui-counter[data-color=nightDeep] svg rect,.ui-counter[data-color=nightDeep] svg path{fill:rgba(var(--grey-950))}.ui-counter[data-text-color=nightDeep] svg text{fill:rgba(var(--grey-950))!important}html.theme-orange .ui-counter{border-radius:4px;background-color:rgba(var(--white));width:20px}html.theme-orange .ui-counter[data-color=orange]{background-color:#f2711c}html.theme-orange .ui-counter[data-color=orange]>svg text{fill:rgba(var(--white))}html.theme-orange .ui-counter[data-color=night]{background-color:#47484d}html.theme-orange .ui-counter[data-color=night]>svg text{fill:rgba(var(--white))}html.theme-orange .ui-counter.-live{border-radius:4px;background-color:rgba(var(--orange-500))}html.theme-orange .ui-counter.-live>svg text{fill:rgba(var(--dark-300))}html.theme-orange .ui-counter.-liveString{color:rgba(var(--white),.7);background:none;box-shadow:none!important}html.theme-orange .ui-counter.-liveString text{fill:rgba(var(--white),.7);letter-spacing:1px}html.theme-orange .ui-counter.-liveString:after{content:"LIVE";font-size:9px;line-height:9px;font-weight:600;letter-spacing:.5px}html.theme-orange .ui-counter.-liveString[data-text-color=orange]{color:rgba(var(--orange-500))}html.theme-orange .ui-counter>svg path,html.theme-orange .ui-counter>svg rect{display:none}html.theme-orange .ui-counter>svg text{fill:rgba(var(--blue-grey-500))}:root{--wl-listbox-button-height: 38px;--wl-listbox-button-font-color: rgba(var(--black, inherit));--wl-listbox-button-bg-color: rgba(var(--white));--wl-listbox-button-border-color: rgba(var(--grey-200))}.wl-listbox-button[data-v-197cdc9b]{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center;height:var(--wl-listbox-button-height);padding:0 2px;gap:8px;background-color:var(--wl-listbox-button-bg-color);border:1px solid var(--wl-listbox-button-border-color);border-radius:8px;color:var(--wl-listbox-button-font-color);white-space:nowrap;overflow:hidden;font-size:13px;font-family:inherit;font-weight:500;cursor:pointer;z-index:1}.wl-listbox-button__label[data-v-197cdc9b]{text-overflow:ellipsis;width:fit-content;overflow:hidden}.icon-currency__container{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font:inherit;color:inherit;padding-left:8px;padding-right:22px;pointer-events:none;z-index:1;overflow:hidden}.icon-currency__value{max-width:calc(100% - 31px);box-sizing:content-box;visibility:hidden}.icon-currency__symbol{margin-left:auto;padding-left:5px;padding-right:5px}.ui-form-input~.icon-currency__container{color:rgba(var(--grey-200))}.-parcialCashOutInput~.icon-currency__container{color:rgba(var(--dark-300))}.-warning .icon-currency__container{padding-right:25px}:root{--wl-listbox-options-bg-color: rgba(var(--white));--wl-listbox-options-border-radius: 8px;--wl-listbox-options-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 6px 24px rgba(101, 104, 119, .36)}.wl-listbox-options[data-v-1430d555]{display:flex;flex-direction:column;width:100%!important;max-height:192px;overflow:auto;margin:0;padding:6px;gap:2px;border-radius:var(--wl-listbox-options-border-radius);box-shadow:var(--wl-listbox-options-shadow);background-color:var(--wl-listbox-options-bg-color);box-sizing:border-box;transition:opacity .3s ease-out;list-style-type:none;cursor:pointer;z-index:2}.wl-listbox-options.-opened[data-v-1430d555]{z-index:10}.wl-listbox-options-enter-active[data-v-1430d555],.wl-listbox-options-leave-active[data-v-1430d555]{transform:translateY(0);opacity:1;transition:opacity .2s,transform .2s}.wl-listbox-options-enter[data-v-1430d555],.wl-listbox-options-leave-to[data-v-1430d555]{transform:translateY(-5px);opacity:0}:root{--wl-listbox-option-height: 40px;--wl-listbox-option-padding: 0 12px;--wl-listbox-option-font-color: rgba(var(--blue-grey-750));--wl-listbox-option-selected-font-color: rgba(var(--orange-500));--wl-listbox-option-focused-bg-color: rgba(var(--blue-grey-50));--wl-listbox-option-focused-font-color: rgba(var(--black))}.wl-listbox-option[data-v-2bd43076]{display:flex;align-items:center;height:var(--wl-listbox-option-height);padding:var(--wl-listbox-option-padding);gap:8px;border-radius:6px;color:var(--wl-listbox-option-font-color);font-size:13px;font-weight:600}.wl-listbox-option.-focused[data-v-2bd43076]{color:var(--wl-listbox-option-focused-font-color);background-color:var(--wl-listbox-option-focused-bg-color)}.wl-listbox-option.-selected[data-v-2bd43076]{color:var(--wl-listbox-option-selected-font-color)}:root:not(.d-macOS) .scrollable{scrollbar-width:thin}:root.d-macOS.d-safari .scrollable__content{margin-right:-4px}.scrollable{overflow-x:hidden;overflow-y:auto;scrollbar-color:rgba(128,128,128,.5) rgba(128,128,128,.05);scrollbar-gutter:stable}.scrollable:not(:hover)::-webkit-scrollbar{background-color:transparent}.scrollable:not(:hover)::-webkit-scrollbar-thumb{background-color:transparent}.scrollable__content.-offset{margin-right:-4px}.scrollable::-webkit-scrollbar{width:4px;background-color:#8080800d}.scrollable::-webkit-scrollbar-thumb{border-radius:6px;background:#80808080}.scrollable::-webkit-scrollbar-button{display:none}.active-scroll-hidden{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.active-scroll-hidden::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.active-scroll-hidden::-webkit-scrollbar-thumb{background:transparent}.local-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;@keyframes spinner{to{transform:rotate(360deg)}}}.local-loader .-inline{display:inline-block;vertical-align:middle;width:auto}.local-loader .-padding{padding-top:15px;padding-bottom:15px}.local-loader .-horizontal{display:flex;flex-direction:row;justify-content:center;align-items:center}.local-loader .-horizontal .text{margin-left:2px;margin-top:-1px}.local-loader .-white .circle:before{border-color:rgba(var(--white),.2)}.local-loader .-white .circle:after{border-color:rgba(var(--white)) transparent transparent}.local-loader .circle{position:relative;display:block;width:24px;height:24px}.local-loader .circle:before,.local-loader .circle:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;margin:-50% 0 0 -50%;border-width:3px}.local-loader .circle:before{border:solid rgba(var(--orange-350),.2)}.local-loader .circle:after{animation-name:spinner;animation-timing-function:linear;animation-duration:.6s;animation-iteration-count:infinite;animation-delay:0s;border-color:rgba(var(--orange-350)) transparent transparent;border-style:solid;box-shadow:0 0 0 1px transparent}.local-loader .text{font-size:13px;line-height:16px;font-style:normal;text-align:center}.local-loader .text:empty{display:none}.local-loader .-small .circle{width:16px;height:16px}.local-loader .-small .text{font-size:11px;line-height:13px}.local-loader .-large .circle{width:48px;height:48px}.local-loader .-large .text{font-size:16px;line-height:20px}.local-loader .-x-large .circle{width:60px;height:60px}.local-loader .-x-large .text{font-size:18px;line-height:22px}.local-loader .-x-large.-horizontal:not(:empty) .text{margin-top:-5px}.wl-badge[data-v-7c8bcfd4]{display:flex;justify-content:center;align-items:center;height:var(--37f21ff4);width:var(--6b48f707);background-color:var(--6b2ce2d6);color:var(--6a31f8a4);border-radius:4px;font-size:9px;font-weight:600}:root{--warning-color: rgba(var(--blue-grey-750));--warning-bg-color: rgba(var(--blue-grey-50));--warning-width: 100%;--warning-padding: 12px 16px;--warning-font-size: 14px;--warning-gap: 12px}:root[theme=dark]{--warning-color: rgba(var(--white));--warning-bg-color: rgba(var(--dark-100))}.wl-warning[data-v-f553e86c]{display:flex;align-items:center;box-sizing:border-box;gap:var(--warning-gap);color:var(--warning-color);background-color:var(--warning-bg-color);border-radius:12px;padding:var(--warning-padding);font-size:var(--warning-font-size);font-weight:500;text-align:left;line-height:1.15;width:var(--warning-width)}.wl-warning__icon[data-v-f553e86c]{flex-shrink:0}:root{--wl-progress-height: 8px;--wl-progress-width: 100%;--wl-progress-radius: 4px;--wl-progress-bg: rgba(var(--blue-grey-400), .16);--wl-progress-filled-bg: rgba(var(--orange-500))}.wl-progress[data-v-23236380]{position:relative;width:var(--wl-progress-width);height:var(--wl-progress-height);border-radius:var(--wl-progress-radius);background-color:var(--wl-progress-bg)}.wl-progress__bar[data-v-23236380]{content:"";position:absolute;left:0;height:var(--wl-progress-height);background-color:var(--wl-progress-filled-bg);border-radius:var(--wl-progress-radius);width:calc(var(--7a2b1607) * 1%)}:root{--wl-progress-information-value-color: rgba(var(--blue-grey-500));--wl-progress-information-percent-color: rgba(var(--blue-grey-500))}.wl-progress-information__wrapper[data-v-d1ded6d8]{display:flex;justify-content:space-between;gap:8px;margin-bottom:5px;font-weight:600;font-size:12px;line-height:1}.wl-progress-information__value[data-v-d1ded6d8]{color:var(--wl-progress-information-value-color)}.wl-progress-information__percent[data-v-d1ded6d8]{color:var(--wl-progress-information-percent-color)}:root{--wl-loader-width: 48px;--wl-loader-height: 48px;--wl-loader-border-width: 3px}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wl-loader__content{border:3px solid rgba(var(--orange-500));border-radius:50%;border-left-color:rgba(var(--orange-500),.2);border-right-color:rgba(var(--orange-500),.2);border-bottom-color:rgba(var(--orange-500),.2);animation:spinner .6s linear;animation-iteration-count:infinite;width:var(--wl-loader-width);height:var(--wl-loader-height);border-width:var(--wl-loader-border-width)}.wl-loader.-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#d1d7e0b3;z-index:3}.transition-expand[data-v-cc75dfa7]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s cubic-bezier(.28,.11,.32,1)}.transition-expand__content[data-v-cc75dfa7]{overflow:hidden}.transition-expand.-open[data-v-cc75dfa7]{grid-template-rows:1fr}.code-input[data-v-7525d78a]{--codeCellBorderColor: rgba(var(--blue-grey-100));--codeCellBgColor: rgba(var(--white))}.code-input.-warning[data-v-7525d78a]{--codeCellBorderColor: rgba(var(--red-500));--codeCellBgColor: #fef3f3}.code-input.-warning .code-input__cell[data-v-7525d78a]:focus{--codeCellBorderColor: rgba(var(--red-500))}.code-input.-disabled[data-v-7525d78a]{--codeCellBgColor: rgba(var(--grey-200))}.code-input__inputs-list[data-v-7525d78a]{display:flex;justify-content:center;gap:6px}.code-input__cell[data-v-7525d78a]{font-size:16px;font-weight:600;text-align:center;width:48px;height:48px;appearance:textfield;-webkit-appearance:textfield;-moz-appearance:textfield;margin:0;border:none;box-shadow:0 0 0 1px var(--codeCellBorderColor);background-color:var(--codeCellBgColor);border-radius:8px;box-sizing:border-box}.code-input__cell[data-v-7525d78a]:focus{outline:none;--codeCellBorderColor: rgba(var(--grey-550))}.code-input__message[data-v-7525d78a]{margin:6px 0 0;font-size:12px;line-height:18px;color:rgba(var(--red-500));text-align:center}:root{--wl-checkbox-gap: 8px;--wl-checkbox-bg-color: rgba(var(--blue-grey-100), .5);--wl-checkbox-border-color: rgba(var(--blue-grey-100));--wl-checkbox-size: 16px;--wl-checkbox-icon-size: 10px;--wl-checkbox-display: flex}.wl-checkbox[data-v-67b61ded]{position:relative;display:var(--wl-checkbox-display);font-size:14px;line-height:17px;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;color:rgba(var(--black))}.wl-checkbox>input[type=checkbox][data-v-67b61ded]{position:absolute;top:1px;margin:0;width:14px;height:14px;opacity:0;z-index:-1}.wl-checkbox>input[type=checkbox]:focus+.wl-checkbox__item[data-v-67b61ded]{border-color:rgba(var(--orange-500))}.wl-checkbox__item[data-v-67b61ded]{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--wl-checkbox-size);height:var(--wl-checkbox-size);box-sizing:border-box;border:1px solid rgba(var(--grey-500));background-color:var(--wl-checkbox-bg-color);color:rgba(var(--orange-500));border-radius:4px;margin-right:var(--wl-checkbox-gap)}.wl-checkbox__item>.wl-checkbox__icon[data-v-67b61ded]{display:none}.wl-checkbox.-checked .wl-checkbox__item[data-v-67b61ded]{background-color:rgba(var(--blue-grey-500));border-color:rgba(var(--blue-grey-500));color:rgba(var(--white))}.wl-checkbox.-checked .wl-checkbox__item>.wl-checkbox__icon[data-v-67b61ded]{display:block;height:var(--wl-checkbox-icon-size)!important;width:var(--wl-checkbox-icon-size)!important}.wl-checkbox.-disabled[data-v-67b61ded]{opacity:.5;cursor:initial}.ui-logotype[data-v-f02887d1]{width:195px;height:48px;background-image:url(/assets/logotype-CJK3FV0m.png);background-size:cover;background-repeat:no-repeat;cursor:pointer}.ui-logotype.-s[data-v-f02887d1]{width:90px;height:22px}.ui-logotype.-m[data-v-f02887d1]{width:122px;height:30px}.ui-logotype.-l[data-v-f02887d1]{width:206px;height:50px}.wl-modal__content[data-v-a236daec]{flex-shrink:1;min-height:0}.wl-modal__overlay[data-v-a236daec]{z-index:1010}.wl-modal__transition-enter[data-v-a236daec],.wl-modal__transition-enter-from[data-v-a236daec],.wl-modal__transition-leave-to[data-v-a236daec]{opacity:0}.wl-modal__transition-enter .wl-modal__content[data-v-a236daec],.wl-modal__transition-enter-from .wl-modal__content[data-v-a236daec],.wl-modal__transition-leave-to .wl-modal__content[data-v-a236daec]{transform:scale(0) translateY(20vh)}.wl-modal__transition-enter-active[data-v-a236daec],.wl-modal__transition-leave-active[data-v-a236daec]{transition:opacity .3s}.wl-modal__transition-enter-active .wl-modal__content[data-v-a236daec],.wl-modal__transition-leave-active .wl-modal__content[data-v-a236daec]{transition:transform .3s}.wl-modal__overlay.-is-down[data-v-a236daec]{padding:0;justify-content:flex-end}.wl-modal__transition-down-enter[data-v-a236daec],.wl-modal__transition-down-enter-from[data-v-a236daec],.wl-modal__transition-down-leave-to[data-v-a236daec]{opacity:0}.wl-modal__transition-down-enter .wl-modal__content[data-v-a236daec],.wl-modal__transition-down-enter-from .wl-modal__content[data-v-a236daec],.wl-modal__transition-down-leave-to .wl-modal__content[data-v-a236daec]{transform:scaleY(0)}.wl-modal__transition-down-enter-to[data-v-a236daec],.wl-modal__transition-down-leave-from[data-v-a236daec]{transform:scaleY(1)}.wl-modal__transition-down-enter-active[data-v-a236daec],.wl-modal__transition-down-leave-active[data-v-a236daec]{transition:opacity .2s}.wl-modal__transition-down-enter-active .wl-modal__content[data-v-a236daec],.wl-modal__transition-down-leave-active .wl-modal__content[data-v-a236daec]{transform-origin:bottom;transition:transform .2s ease-in-out}.wl-popup{--wl-popup-text-color: rgba(var(--black));--wl-popup-close-button-color: rgba(var(--black))}.wl-popup[data-v-7ffbd512]{box-sizing:border-box;min-width:467px;background-color:rgba(var(--grey-200));border-radius:12px;padding:6px;position:relative}.wl-popup__close-button[data-v-7ffbd512]{position:absolute;top:24px;right:24px;cursor:pointer;background:var(--wl-popup-close-button-color);color:var(--wl-popup-close-button-color)}.wl-popup__close-button[data-v-7ffbd512]:hover{background:rgba(var(--orange-500));color:rgba(var(--orange-500))}.wl-popup__header[data-v-7ffbd512]{padding:12px 0 18px;color:rgba(var(--black));text-align:center;font-size:20px;font-weight:600;line-height:1.15;display:flex;align-items:center;justify-content:center}.wl-popup__content[data-v-7ffbd512]{background-color:rgba(var(--white));border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center}.wl-popup__text[data-v-7ffbd512]{display:block;font-size:14px;font-weight:400;line-height:1.15;color:var(--wl-popup-text-color)}.wl-popup__button.wl-button[data-v-7ffbd512]{margin-top:24px;padding-inline:48px}.wl-popup__button-cancel.wl-button[data-v-7ffbd512]{margin-top:12px;height:auto;color:rgba(var(--blue-grey-500))}.wl-popup.-error[data-v-7ffbd512]{padding:0 6px 6px;min-width:304px;max-width:400px}.wl-popup.-error .wl-popup__header[data-v-7ffbd512]{padding:24px 30px}.wl-popup.-error .wl-popup__text[data-v-7ffbd512]{text-align:center;color:rgba(var(--black))}.wl-popup.-error .wl-popup__close-button[data-v-7ffbd512]{top:30px;right:18px}.wl-popup.-mobile[data-v-7ffbd512]{min-width:calc(100vw - 32px)}.wl-toast[data-v-cc2a3cf8]{width:calc(100vw - 32px);min-width:288px;max-width:398px;background-color:#515257;border-radius:12px;padding:8px;display:flex;align-items:center;gap:8px}.wl-toast__img[data-v-cc2a3cf8]{height:48px;width:48px;object-fit:cover}.wl-toast__title[data-v-cc2a3cf8]{font-weight:700;font-size:15px;line-height:1.6;color:rgba(var(--white))}.wl-toast__description[data-v-cc2a3cf8]{font-weight:400;font-size:13px;line-height:1.4;color:rgba(var(--white))}.wl-toast-view{position:fixed;left:0;right:0;bottom:16px;z-index:1002;display:flex;justify-content:center;align-items:center;flex-direction:column}.wl-toast-view.-mobile{bottom:90px}.wl-toast-view__transition-enter,.wl-toast-view__transition-enter-from,.wl-toast-view__transition-leave-to{opacity:0}.wl-toast-view__transition-enter .wl-toast-view__content,.wl-toast-view__transition-enter-from .wl-toast-view__content,.wl-toast-view__transition-leave-to .wl-toast-view__content{transform:scale(0) translateY(20vh)}.wl-toast-view__transition-enter-active,.wl-toast-view__transition-leave-active{transition:opacity .15s}.wl-toast-view__transition-enter-active .wl-toast-view__content,.wl-toast-view__transition-leave-active .wl-toast-view__content{transition:transform .15s}.wl-toast-view__wrapper:not(:last-child){margin-bottom:8px}.modal-document__footer{height:60px;display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:0 12px}.modal-document__button{width:128px!important}.modal-document__wrapper{max-width:800px;color:rgba(var(--grey-950));font-size:14px;background-color:rgba(var(--blue-grey-100));display:flex;flex-direction:column;text-align:left;max-height:100%;border-radius:16px;position:relative}.modal-document__header{font-size:18px;font-weight:600;padding:20px 12px;flex-shrink:0;text-align:center;min-height:60px}@media screen and (max-width: 767px){.modal-document__header{padding:20px 30px}}.modal-document__content{flex-grow:1;background-color:rgba(var(--white));border-radius:12px;padding:24px;overflow:auto}.modal-document__close.wl-button{position:absolute;top:22px;right:16px;cursor:pointer;background:transparent}@media screen and (max-width: 767px){.modal-document__close.wl-button{right:10px}}.modal-document__ol{list-style:decimal;list-style-position:inside}.modal-document__ol li{font-size:12px;line-height:16px;font-weight:400;margin-bottom:10px}.modal-document__ol li a{color:#fa6400}.modal-freebet{width:90vw;max-width:470px}.modal-freebet__wrapper{position:relative;background-image:url(/assets/bg-FBL0B4Bn.png);background-size:cover;display:flex;flex-direction:column;align-items:center;border-radius:20px;background-color:rgba(var(--white));padding:77px 6px 6px}.modal-freebet__chip{position:absolute;left:50%;transform:translate(-50%);top:-82px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:250px;height:200px;background-image:url(/assets/chip-empty-BlaSjjgX.png);background-size:cover;background-position:center;text-shadow:0 1px 1px rgba(var(--grey-950),.32);pointer-events:none}.modal-freebet__freebet-amount{display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(var(--white))}.modal-freebet__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:44px 32px 24px;box-sizing:border-box;color:rgba(var(--black));background-color:rgba(var(--white));text-align:center;border-radius:16px}.modal-freebet__content h3{margin:0 0 4px;font-family:var(--pf-din-text-pro);font-style:italic;font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase}.modal-freebet__content p{margin:0 0 24px;font-size:14px;line-height:18px}.modal-freebet__button.wl-button{justify-content:center;font-size:14px;line-height:16px;font-weight:700;min-width:140px}.modal-freebet__close{position:absolute;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;right:12px;top:12px;border-radius:8px;background-color:rgba(var(--white),.5)}.modal-freebet .freebet-amount{font-family:var(--pf-din-text-pro);font-style:italic;font-weight:700;color:rgba(var(--white))}.modal-freebet .freebet-amount__value{font-size:40px;line-height:1}.modal-freebet .freebet-amount__currency{font-size:32px;line-height:1}.information-modal[data-v-a2efb194]{position:relative;padding:6px;min-height:200px;font-size:20px;line-height:24px;font-weight:600;color:rgba(var(--grey-950));text-align:center;border-radius:12px;max-width:600px;min-width:310px}.information-modal__header[data-v-a2efb194]{position:relative;margin-top:2rem;padding:12px;font-size:1em;text-align:left}.information-modal__header.-centered[data-v-a2efb194]{text-align:center}.information-modal__content[data-v-a2efb194]{padding:20px;background-color:rgba(var(--white));border-radius:12px}.information-modal__message[data-v-a2efb194]{font-weight:500;font-size:16px;line-height:18px}.information-modal__message[data-v-a2efb194] a{color:rgba(var(--orange-500))}.information-modal__button[data-v-a2efb194]{margin-top:24px}.information-modal__cancel[data-v-a2efb194]{margin-top:8px}.information-modal__close[data-v-a2efb194]{position:absolute;right:15px;top:10px}.information-modal .popup-header[data-v-a2efb194]{margin:0}.information-modal.-primary[data-v-a2efb194]{background-color:rgba(var(--blue-grey-100))}.information-modal.-secondary[data-v-a2efb194]{background-color:rgba(var(--white))}.wl-sport-tabs.-mini .wl-sport-tabs__item[data-v-b5951ac3]{width:46px;height:48px}.wl-sport-tabs__item[data-v-b5951ac3]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:72px;height:60px;border-radius:12px;background-color:var(--wl-sport-tabs-bg-color);color:var(--wl-sport-tabs-content-color);gap:6px;transition:transform .1s ease,box-shadow .1s ease}.wl-sport-tabs__item.--selected[data-v-b5951ac3]{background-color:var(--wl-sport-tabs-active-bg-color);color:var(--wl-sport-tabs-active-content-color)}.wl-sport-tabs__item[data-v-b5951ac3]:hover{box-shadow:0 10px 8px -9px var(--wl-sport-tabs-hover-box-shadow-color);transform:translateY(3px)}.wl-sport-tabs__icon[data-v-b5951ac3]{display:flex}.wl-sport-tabs__title[data-v-b5951ac3]{font-size:12px;font-weight:600;line-height:12px;white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 12px);overflow:hidden;text-align:center}
